#sidebarPages {
    
	
	height: 90%;
    position: fixed;
    left: 0;
    width: 400px;
	/* Adjust side menu top position  */
    /* margin-top: 85px;   */
    transform: translateX(-400px);
    transition: transform 250ms ease-in-out;
    /* background: linear-gradient(180deg, #666633 0%, #3F5EFB 100%); */
    /* background: linear-gradient(180deg,  rgba(94,132,31,1)  117%, rgba(179,221,110,1) 70%); */
	background: linear-gradient(180deg,  rgba(94,132,31, 1)   24%, rgba(179,221,110) 90%);
	
	z-index:1000;
	/* border: 1px solid #FFFFFF; */
	box-shadow: rgba(0, 0, 0, 0.4) 1px 4px 4px;
	font-family: 'Varela Round', 'Times New Roman';
	overflow: scroll;
	
}


#sidebarMenu {
    
	height: 70%;
    position: fixed;
    left: 0;
    width: 350px;
	/* Adjust side menu top position  */
    /* margin-top: 85px;   */
    transform: translateX(-350px);
    transition: transform 250ms ease-in-out;
    /* background: linear-gradient(180deg, #666633 0%, #3F5EFB 100%); */
    /* background: linear-gradient(180deg, #6b8996 0%, #34495E 100%); */
	background: linear-gradient(180deg,  rgba(97,217,237,1)  117%, rgba(167,253,246,1) 70%);
	z-index:1000;
	/* border: 1px solid #FFFFFF; */
	box-shadow: rgba(0, 0, 0, 0.4) 1px 4px 4px;
	font-family: 'Varela Round', 'Times New Roman';
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    
	transform: translateX(0);	
}
.side_box {

	transition: all 0.3s;
    box-sizing: border-box;
    display: none;	
}	

/*
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
*/

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 95px;
    left: 15px;
    height: 25px;
    width: 25px;
	display: none;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000000;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 20px;}
    100% {bottom: 0;}
}

.arrow {
    animation: bouncing 1s infinite ease-in-out;
    bottom: 0;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

/* .container { */
	/* margin-top: 20px; */
	/* } */position: relative;
.content_nav {
	
	/* position: relative; */
	
}

.content_nav .toggle {
	
	display: block;
	/* top: 0; */
	right: 25px;
	font-size: 36px;
	margin-left: 350px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Times New Roman';
	position: sticky;
	/* position: absolute; */
  	top:-5px;
	line-height: 1;
}



.form_nav {
	height: 89%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	
	/* background: linear-gradient(180deg, #6b8996 0%, #34495E 100%); */
	background: linear-gradient(180deg,  rgba(253, 150, 37, 1)   17%, rgba(255, 204, 97, 1) 70%);
	
  
}

.form_nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  
  color: #818181;
  display: block;
  transition: 0.3s;
}

.form_nav a:hover {
  color: #f1f1f1;
}

.form_nav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Times New Roman';
  
}

@media screen and (max-height: 450px) {
  .form_nav {padding-top: 15px;}
  .form_nav a {font-size: 18px;}
  
}

.disable_screen {
    pointer-events: none;
    opacity: 0.4;
}
.pages_look {
	
	/* margin-top: 10px; */
	margin-left: 8px;
	margin-right: 8px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Times New Roman';
	
}
.style_list li {
    font-size: 15px;
    margin-left: 7px;
    list-style-type: disc;
	color: #FFFFFF;
 }
.page_head {
	top: 0;
	padding-bottom: 5px;
	padding-top: 0;
	font-family: 'Times New Roman';
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
}
.sub_header {
	
	font-family: 'Times New Roman';
	font-size: 15px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}	