
/* === Start StackApps Paragraph 1.0 === */

/* task and todos */
.task-list-item {
	list-style: none;
	position: relative;
	padding-left: 1.4em;

	/* Hide the real checkbox */
	.task-list-item-checkbox {
		position: absolute;
		opacity: 0;
		pointer-events: none;
	}

	/* Marker for unchecked items */
	&::before {
		content: "▢";
		position: absolute;
		left: 0;
		top: 0.0em;
		width: 1.0em;
		text-align: center;
		line-height: 1.3;
		font-weight: 400;
		font-size: 1.1em;
	}

	/* Strike-through completed tasks */
	&:has(.task-list-item-checkbox:checked) {
		text-decoration: line-through;

		/* Marker for checked items */
		&::before {
			content: "✓";
			line-height: 1.2;
			font-weight: 300;
			font-size: 1.3em;
		}
	}

	/* Nested lists with same smaller indent */
	> ul {
		margin-top: 0.25rem;
		padding-left: 1.4em;
	}
}

/* === End StackApps Paragraph 1.0 === */










/* === Start StackApps Navbar 1.0 === */


/* Fix: hide image assets in S6 displayed in the navbar */
a[href*=".png"].dropdown-item,
a[href*=".svg"].dropdown-item,
a[href*=".webp"].dropdown-item,
a[href*=".jpeg"].dropdown-item,
a[href*=".jpg"].dropdown-item {
  display: none;
}


/* make sure that the navbar and menus render above the content */
#stacks_in_PA1ECCEA_4 {
	z-index: 10;
}

/* hide the focus ring in the navbar */

.navbar .nav-link:focus	 {
	outline: 0;
	box-shadow: none;
}


#stacks_in_PA1ECCEA_4 img {
    height: auto;
    width: auto;
    max-height: 32px;
    /* max-height: ; */
    vertical-align: middle;
    margin-right: 0.5rem;
	display: inline-block;
}

#stacks_in_PA1ECCEA_4 a:has(> img) {
    margin-top: 0px;
}

#stacks_in_PA1ECCEA_4 .navbar-toggler-icon {
  background-image: none;
}

/* hide the navbar initially for smoother rendering */
#stacks_in_PA1ECCEA_4 .navbar-nav {
	display: none;
}

/* limit button size in sidebar */
#stacks_in_PA1ECCEA_4-content .btn {
  align-self: flex-start; /* same as align-self-start */
  flex-grow: 0;           /* same as flex-grow-0 */
}

/* adjust the padding of the navbar in case of rounded corners */
.navbar {

	--bs-navbar-padding-x: calc(var(--bs-navbar-padding-y) * 1.0) !important;

	backdrop-filter: blur(10px);
}

/* switch on toggler button border */
#stacks_in_PA1ECCEA_4 .navbar-toggler {
	--bs-border-width: 0;
}

/* the floating navbar default settings */
#stacks_in_PA1ECCEA_4 {
	margin-left: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* apply navbar margins, corners, shadow and height based on the expand breakpoint */


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {






}

/* === End StackApps Navbar 1.0 === */

#stacks_in_PA1ECCEA_5 {
}

/* === Start StackApps Partition 1.0 === */


#stacks_in_1 {
	/* height: 100%; */
}


.stacks_top {
	
	height: 100%;
	
}

html, body {
	height: 100vh - 60px;
}

#stacks_in_2 {

	&.page-container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.main-container {
		display: flex;
		flex-grow: 1;
		overflow: hidden;
		height: calc(100vh - 60px);

		transition: margin-right 0.3s ease;
		/* margin-right logic handled by layout */

	}

	.sidebar {
		width: 250px;
		min-width: calc(250px);
		overflow-y: auto;
		transition: transform 0.3s ease;

		/* z-index: 1000; */
		will-change: transform; /* helps with scroll performance */
	}

	.content-wrapper {
		flex-grow: 1;
		display: flex;
		min-width: 0;
		flex-direction: column;
	}

	.content-header {
		position: sticky;
		/* top: will be set dynamically */
		z-index: 100;
	}

	.content-body {
		flex-grow: 1;
		overflow-y: auto;
	}

	.sidebar.sidebar-hidden {

		transform: translateX(-100%);

	}

	.main-footer {
		/* min-height: will be set dynamically */
	}
}

#toggle-stacks_in_2 {
	position: fixed;
	bottom: 1rem;

	right: 1rem;

	z-index: 2150;
	display: none !important;
}

@media (max-width: 768px) {

	#toggle-stacks_in_2 {
		display: block !important;
	}

	#stacks_in_2 {
		.sidebar {
			position: fixed;
			padding-top: 0.5rem;
			padding-left: 0.5rem;
			padding-right: 0.5rem;
			/* top: will be set dynamically */
			bottom: 0;

			left: 0;

			height: auto;
			box-shadow: 4px 0 4px -4px rgba(0, 0, 0, 0.2);
			background-color: var(--bs-tertiary-bg) !important;
			z-index: 2000;
		}

		.main-container {
			margin-left: 0;
		}
	}
}

/* === End StackApps Partition 1.0 === */
%[endif]%




/* === Start StackApps List Group 1.0 === */

.list-group {
	--bs-list-group-item-padding-x: 1.0rem !important;
}



/* === End StackApps List Group 1.0 === */

#stacks_in_660 {
}

#stacks_in_662 {
}

#stacks_in_674 {
}

#stacks_in_144 {
}

#stacks_in_156 {
}

#stacks_in_158 {
}

#stacks_in_168 {
}

#stacks_in_162 {
}

#stacks_in_164 {
}

#stacks_in_166 {
}

#stacks_in_690 {
}

#stacks_in_666 {
}

#stacks_in_668 {
}

#stacks_in_670 {
}

#stacks_in_672 {
}

#stacks_in_147 {
}

#stacks_in_149 {
}

#stacks_in_151 {
}



/* === Start StackApps Scroll Spy 1.0 === */

#stacks_in_3 {
	overflow: auto;
	height: calc(100%);

}

/* === End StackApps Scroll Spy 1.0 === */



/* === Start StackApps Container 1.0 === */

#stacks_in_5 {

	/* width:100%; this interferes with collapse elements */



















	max-width: calc(1100px);


}



@media (prefers-color-scheme: dark) {
	#stacks_in_5 {
	
	
	
	
	

	
	
	
	
		max-width: calc(1100px);
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_9 {
}

#stacks_in_152 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_153 {
}

#stacks_in_154 {
}

#stacks_in_11 {
}




/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */

#stacks_in_576 {


	/* remove the margin-bottom in case of being the last paragraph not followed by a list */
	p:last-of-type:not(:has(+ ul)):not(:has(+ ol)) {
		margin-bottom: 0 !important;
	}
	ul:last-of-type, ol:last-of-type {
		margin-bottom: 0 !important;
	}





}


/* === End StackApps Paragraph 1.0 === */

#stacks_in_579 {
}

#stacks_in_578 {
}

#stacks_in_580 {
}

#stacks_in_581 {
}

#stacks_in_582 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_171 {
}

#stacks_in_254 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_255 {
}

#stacks_in_256 {
}

#stacks_in_173 {
}


#stacks_in_175 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_259 {
}

#stacks_in_261 {
}

#stacks_in_263 {
}

#stacks_in_266 {
}

#stacks_in_268 {
}

#stacks_in_270 {
}

#stacks_in_177 {
}

#stacks_in_271 {
}

#stacks_in_272 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_275 {
}

#stacks_in_277 {
}

#stacks_in_279 {
}

#stacks_in_282 {
}

#stacks_in_284 {
}

#stacks_in_286 {
}

#stacks_in_179 {
}

#stacks_in_287 {
}

#stacks_in_288 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_180 {




















}



@media (prefers-color-scheme: dark) {
	#stacks_in_180 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */

/* === Start StackApps Map 1.0 === */

#stacks_in_507 {
	height: calc(300px);
	width: calc(100%);
}

/* === End StackApps Map 1.0 === */





#stacks_in_289 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_231 {
}

#stacks_in_290 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_291 {
}

#stacks_in_292 {
}

#stacks_in_233 {
}


#stacks_in_235 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_295 {
}

#stacks_in_297 {
}

#stacks_in_299 {
}

#stacks_in_302 {
}

#stacks_in_304 {
}

#stacks_in_306 {
}

#stacks_in_237 {
}

#stacks_in_307 {
}

#stacks_in_308 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_311 {
}

#stacks_in_313 {
}

#stacks_in_315 {
}

#stacks_in_318 {
}

#stacks_in_320 {
}

#stacks_in_322 {
}

#stacks_in_239 {
}

#stacks_in_323 {
}

#stacks_in_324 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_240 {




















}



@media (prefers-color-scheme: dark) {
	#stacks_in_240 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Container 1.0 === */

#particlesDiv {

	/* width:100%; this interferes with collapse elements */




	height: calc(400px) !important;

















}



@media (prefers-color-scheme: dark) {
	#particlesDiv {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_514 {
}

#stacks_in_515 {
}

#stacks_in_513 {
}



/* === Start StackApps Particles 1.0 === */


#particlesDiv {
	canvas {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		z-index: -1 !important;  /* Push CANVAS behind */
	}
	position: relative;

	&> * {
		position: relative;
		z-index: 1;
	}
}


#stacks_in_511 {









}

[data-bs-theme="dark"] {
	#stacks_in_511 {







	}

}
/* === End StackApps Particles 1.0 === */


#stacks_in_325 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_219 {
}

#stacks_in_326 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_327 {
}

#stacks_in_328 {
}

#stacks_in_221 {
}


#stacks_in_223 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_331 {
}

#stacks_in_333 {
}

#stacks_in_335 {
}

#stacks_in_338 {
}

#stacks_in_340 {
}

#stacks_in_342 {
}

#stacks_in_225 {
}

#stacks_in_343 {
}

#stacks_in_344 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_347 {
}

#stacks_in_349 {
}

#stacks_in_351 {
}

#stacks_in_354 {
}

#stacks_in_356 {
}

#stacks_in_358 {
}

#stacks_in_227 {
}

#stacks_in_359 {
}

#stacks_in_360 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_228 {




















}



@media (prefers-color-scheme: dark) {
	#stacks_in_228 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_539 {
}

#stacks_in_540 {
}

#stacks_in_538 {
}


#stacks_in_361 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_195 {
}

#stacks_in_398 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_399 {
}

#stacks_in_400 {
}

#stacks_in_197 {
}


#stacks_in_199 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_403 {
}

#stacks_in_405 {
}

#stacks_in_407 {
}

#stacks_in_410 {
}

#stacks_in_412 {
}

#stacks_in_414 {
}

#stacks_in_201 {
}

#stacks_in_415 {
}

#stacks_in_416 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_419 {
}

#stacks_in_421 {
}

#stacks_in_423 {
}

#stacks_in_426 {
}

#stacks_in_428 {
}

#stacks_in_430 {
}

#stacks_in_203 {
}

#stacks_in_431 {
}

#stacks_in_432 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_204 {




















}



@media (prefers-color-scheme: dark) {
	#stacks_in_204 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Swiper 1.0 === */

#stacks_in_516 .swiper-wrapper {
  transition-timing-function: ease !important;
}



/* Custom CSS to force buttons to the bottom */











/* Arrow size & orientation */
#stacks_in_516 .swiper-button-next:after,
#stacks_in_516 .swiper-button-prev:after {
    font-size: 1.5rem !important;
    
}



/* set the chrome color based on the theme */
#stacks_in_516.swiper {
  --swiper-navigation-color: var(--bs-light) !important;
  --swiper-pagination-color: var(--bs-light) !important;
  --swiper-pagination-fraction-color: var(--bs-light) !important;
/*
  --swiper-pagination-bullet-inactive-color: red;
  --swiper-pagination-fraction-color: green;
  --swiper-pagination-progressbar-bg-color: var(--bs-light) !important;
*/
}

#stacks_in_516 .swiper-lazy-preloader {
  --swiper-preloader-color: var(--bs-light) !important;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_516.swiper {
    --swiper-navigation-color: var(--bs-light) !important;
    --swiper-pagination-color: var(--bs-light) !important;
    --swiper-pagination-fraction-color: var(--bs-light) !important;
/*
    --swiper-pagination-bullet-inactive-color: red;
    --swiper-pagination-fraction-color: green;
    --swiper-pagination-progressbar-bg-color: var(--bs-light) !important;
*/
  }

  #stacks_in_516 .swiper-lazy-preloader {
    --swiper-preloader-color: var(--bs-light) !important;
  }
}

/* color numbered bullets */


/* color the circles around the arrows */



/* turn off opacity of the slides to use rounded corners */
#stacks_in_516 .swiper-slide-shadow,
#stacks_in_516 .swiper-slide-shadow-prev,
#stacks_in_516 .swiper-slide-shadow-next,
#stacks_in_516 .swiper-slide-shadow-left,
#stacks_in_516 .swiper-slide-shadow-right {
    opacity: 0 !important;
}



/* set the swiper width & height */
#stacks_in_516.swiper {




}


/* Parallax handling */








/* === End StackApps Swiper 1.0 === */



/* === Start StackApps Slide 1.0 === */

#stacks_in_520.swiper-slide {
	
	
}

/* === End StackApps Slide 1.0 === */



/* === Start StackApps Media 1.0 === */



#stacks_in_525 {

	img {
		display: initial !important;
	}

	

	/* clamp media asset */
	img, video {
		
		/* if min or max width is set, clamp the image */
			

			
			/* set max width */
			width: clamp(0px, 100%, calc(100%));
			

			

			

			
			height: 100%;
			
		
	}






}


/* === End StackApps Media 1.0 === */



/* === Start StackApps Slide 1.0 === */

#stacks_in_522.swiper-slide {
	
	
}

/* === End StackApps Slide 1.0 === */



/* === Start StackApps Media 1.0 === */



#stacks_in_526 {

	img {
		display: initial !important;
	}

	

	/* clamp media asset */
	img, video {
		
		/* if min or max width is set, clamp the image */
			

			
			/* set max width */
			width: clamp(0px, 100%, calc(100%));
			

			

			

			
			height: 100%;
			
		
	}






}


/* === End StackApps Media 1.0 === */



/* === Start StackApps Slide 1.0 === */

#stacks_in_647.swiper-slide {
	
	
}

/* === End StackApps Slide 1.0 === */



/* === Start StackApps Media 1.0 === */



#stacks_in_649 {

	img {
		display: initial !important;
	}

	

	/* clamp media asset */
	img, video {
		
		/* if min or max width is set, clamp the image */
			

			
			/* set max width */
			width: clamp(0px, 100%, calc(100%));
			

			

			

			
			height: 100%;
			
		
	}






}


/* === End StackApps Media 1.0 === */



/* === Start StackApps Slide 1.0 === */

#stacks_in_675.swiper-slide {
	
	
}

/* === End StackApps Slide 1.0 === */



/* === Start StackApps Media 1.0 === */



#stacks_in_681 {

	img {
		display: initial !important;
	}

	
	/* set height if not empty */
	/* make sure the asset can extend vertically */
	height: calc(100%);
	

	/* clamp media asset */
	img, video {
		
		/* if min or max width is set, clamp the image */
			

			
			/* set max width */
			width: clamp(0px, 100%, calc(100%));
			

			

			

			
			/* set height if not empty */
			height: calc(100%);
			
		
	}






}


/* === End StackApps Media 1.0 === */



/* === Start StackApps Slide 1.0 === */

#stacks_in_677.swiper-slide {
	
	
}

/* === End StackApps Slide 1.0 === */



/* === Start StackApps Media 1.0 === */



#stacks_in_682 {

	img {
		display: initial !important;
	}

	
	/* set height if not empty */
	/* make sure the asset can extend vertically */
	height: calc(100%);
	

	/* clamp media asset */
	img, video {
		
		/* if min or max width is set, clamp the image */
			

			
			/* set max width */
			width: clamp(0px, 100%, calc(100%));
			

			

			

			
			/* set height if not empty */
			height: calc(100%);
			
		
	}






}


/* === End StackApps Media 1.0 === */



/* === Start StackApps Slide 1.0 === */

#stacks_in_679.swiper-slide {
	
	
}

/* === End StackApps Slide 1.0 === */



/* === Start StackApps Media 1.0 === */



#stacks_in_683 {

	img {
		display: initial !important;
	}

	
	/* set height if not empty */
	/* make sure the asset can extend vertically */
	height: calc(100%);
	

	/* clamp media asset */
	img, video {
		
		/* if min or max width is set, clamp the image */
			

			
			/* set max width */
			width: clamp(0px, 100%, calc(100%));
			

			

			

			
			/* set height if not empty */
			height: calc(100%);
			
		
	}






}


/* === End StackApps Media 1.0 === */


#stacks_in_433 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_183 {
}

#stacks_in_434 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_435 {
}

#stacks_in_436 {
}

#stacks_in_185 {
}


#stacks_in_187 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_439 {
}

#stacks_in_441 {
}

#stacks_in_443 {
}

#stacks_in_446 {
}

#stacks_in_448 {
}

#stacks_in_450 {
}

#stacks_in_189 {
}

#stacks_in_451 {
}

#stacks_in_452 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_455 {
}

#stacks_in_457 {
}

#stacks_in_459 {
}

#stacks_in_462 {
}

#stacks_in_464 {
}

#stacks_in_466 {
}

#stacks_in_191 {
}

#stacks_in_467 {
}

#stacks_in_468 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_192 {




















}



@media (prefers-color-scheme: dark) {
	#stacks_in_192 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Container 1.0 === */

#stacks_in_535 {

	/* width:100%; this interferes with collapse elements */




	height: calc(70px) !important;

















}



@media (prefers-color-scheme: dark) {
	#stacks_in_535 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */

#stacks_in_530 {
}


#stacks_in_469 {
}



/* === Start StackApps Heading 1.0 === */











/* === End StackApps Heading 1.0 === */

#stacks_in_243 {
}

#stacks_in_470 {
}



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_471 {
}

#stacks_in_472 {
}

#stacks_in_245 {
}


#stacks_in_247 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_475 {
}

#stacks_in_477 {
}

#stacks_in_479 {
}

#stacks_in_482 {
}

#stacks_in_484 {
}

#stacks_in_486 {
}

#stacks_in_249 {
}

#stacks_in_487 {
}

#stacks_in_488 {
}



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_491 {
}

#stacks_in_493 {
}

#stacks_in_495 {
}

#stacks_in_498 {
}

#stacks_in_500 {
}

#stacks_in_502 {
}

#stacks_in_251 {
}

#stacks_in_503 {
}

#stacks_in_504 {
}



/* === Start StackApps Container 1.0 === */

#stacks_in_252 {




















}



@media (prefers-color-scheme: dark) {
	#stacks_in_252 {
	
	
	
	
	

	
	
	
	
	}
}

/* === End StackApps Container 1.0 === */



/* === Start StackApps Button 1.0 === */



/* === End StackApps Button 1.0 === */

#stacks_in_558 {
}

#stacks_in_560 {
}

#stacks_in_562 {
}

#stacks_in_565 {
}

#stacks_in_567 {
}

#stacks_in_569 {
}

#stacks_in_555 {
}

#stacks_in_570 {
}

#stacks_in_571 {
}



/* === Start StackApps Window 1.0 === */

.wb-body {
	background: var(--bs-body-bg) !important;
	margin:4px;
}

.wb-control {
	
}

/* all theme content padding */
.wb-body > *:not(iframe) {
/* padding: -1 -1; */
}

/* default theme */
.winbox.standard {
	background: var(--bs-primary);
}

.winbox.standard .wb-header {
	color: var(--bs-light);

}

/* white theme */
.winbox.white{
    background:#fff
}
.winbox.white .wb-title{
    color:#000
}
.winbox.white .wb-control{
    filter:invert(1)
}

/* modern theme */
@keyframes popup{
    0%{
        transform:scale(.8)
    }
    to{
        transform:scale(1)
    }
}

/* modern theme chrome */
.winbox.modern{
	background: var(--bs-primary);
    border-radius:12px 12px 0 0;
    animation:popup .3s cubic-bezier(.3,1,.3,1) forwards
}
.winbox.modern:not(.min,.focus){
    background:#666
}

/* invert all controls
.winbox.modern .wb-control{
    filter:invert(1)
}
*/

/* modern theme minimize & controls */
@media (hover:hover){
    .winbox.modern.min:not(:hover){
        background:#666
    }
    .winbox.modern .wb-control *{
        opacity:.65
    }
    .winbox.modern .wb-control :hover{
        opacity:1
    }
}
@media (hover:none){
    .winbox.modern.min{
        background:#666
    }
}
.winbox.modern.min{
    box-shadow: none
}
.winbox.modern.max{
    border-radius:0
}

/* modern theme title & body */
.winbox.modern .wb-title{
    font-size:13px;
    text-transform:uppercase;
    font-weight:600;
	color: var(--bs-light);

	/* color:#fff;*/
}
.winbox.modern .wb-body{
	margin:4px;
    /*
    color:#fff;
    background:#131820
	*/
}

/* modern theme scrollbars */
.winbox.modern .wb-body::-webkit-scrollbar{
    width:12px;
    height:12px
}
.winbox.modern .wb-body::-webkit-scrollbar-track{
    background:0 0
}
.winbox.modern .wb-body::-webkit-scrollbar-thumb{
    border-radius:10px;
    background:#263040
}
.winbox.modern .wb-body::-webkit-scrollbar-thumb:window-inactive{
    background:#181f2a
}
.winbox.modern .wb-body::-webkit-scrollbar-corner{
    background:0 0
}

/* === End StackApps Window 1.0 === */



/* === Start StackApps Paragraph 1.0 === */







/* custom markdown styling */


/* === End StackApps Paragraph 1.0 === */

#stacks_in_552 {
}

#stacks_in_553 {
}

#stacks_in_551 {
}


#stacks_in_505 {
}
