BODY {
	overflow: hidden;
}
* {
  --sb-track-color: #17181e;
  --sb-thumb-color: #d6202d;
  --sb-size: 10px;
}
*::-webkit-scrollbar {
  width: var(--sb-size)
}
*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}
*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}


.accordion-header{
  position: sticky;
  top: 0;
  z-index: 10;
}
.top {
	position: absolute;
	top: 50px;
}
.page-content ol { counter-reset: item }
.page-content ol > li{ display: block; margin-bottom: 5px; }
.page-content ol > li:before { content: counters(item, ".") ". "; counter-increment: item }
.page-content OL LI.vide UL {
	margin-top: -22px;
}
.page-content UL {
	margin: 0 0 0 50px;
	padding: 0 0 15px 0;
}
.page-content P {margin: 0 0 10px 0; padding: 0; line-height: 15px;}
.page-content UL.bt > LI {
	margin-bottom: 20px;
}
.page-content UL LI SPAN, P SPAN, .page-content h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
	display: inline-block;
}

UL.alpha {
	counter-increment: start 0;
	list-style: none;
	margin-left: 35px;
}
UL.alpha LI:before {
	content: counter(start, lower-alpha) ") ";
  counter-increment: start;
	width: 30px;
  	display: inline-block;
}
UL.Alpha LI UL.zero {
	counter-reset: item;	
	counter-increment: item 0;
		list-style: none;
}
UL.Alpha LI UL.zero LI:before {
	content: counter(item, lower-alpha) ". ";
	counter-increment: item;
}



UL.alphaa {
	list-style: none;
	margin-left: 35px;	
}
UL.alphaa li:before, UL.Alpha li:before, UL.Aplha LI UL.zero LI:before {
  content: counter(start, lower-alpha) ". ";
  counter-increment: start;
  width: 30px;
  display: inline-block;
}
UL.Alpha li:before {
	content: counter(start, upper-alpha) ". ";
}
UL.Alpha {
	line-height: 18px;
	counter-increment: start 0;
	list-style: none;
}
.page-content LI, P {
	text-align: justify;
}



UL.side-nav LI {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
  line-height: 30px;
  cursor: pointer;
}
UL.side-nav LI:hover {
	background: #4d5064;
	color: #9fa1b5;
	border-radius: 6px;
}
UL.side-nav LI.active {
	background: #dcdde4;
	color: #1E1F27;
	border-radius: 6px;
}
UL.side-nav {
	margin: 30px 0 0 0;
	padding: 0;
}
UL.side-nav LI .menu-icon {
	display: inline-block;
	width: 20px;
}

@media(min-width: 1101px) {
	.pagee {
		position: fixed; 
		overflow-Y: scroll; 
		height: CALC(100VH - 140px); 
		width: CALC(100% - 300px);
	}
}
@media(max-width: 1100px) {
	.pagee { 
		overflow-Y: scroll; 
		height: CALC(100VH - 120px); 
		width: CALC(100% + 50px);
		margin-left: -25px;
	}
	.card {
		margin: auto -10px;
		padding: 0;
	}
	.card-body {
		padding: 20px 10px 10px 10px;
	}
}

