/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/


.sidepanel {
     width: 0%;
     position: fixed;
     z-index: 9999999;
     height: 100%;
     top: 0;
     left: 0;
        
     background-color: #f8f9fa;
     overflow-x: hidden;
     
     padding-top: 60px;
}

.sidepanel a {
     padding: 8px 8px 20px 22px;
     text-decoration: none;
     font-size: 15px;
	 font-weight:700;
     color: #174684;
     display: block;
    
}

.sidepanel a:hover {
     color: #0d6efd;
}

.sidepanel a.active {
     color: #face34;
}

.sidepanel .closebtn {
     position: absolute;
     top:37px;
     right: 80px;
     font-size: 36px;
}

.openbtn {
     cursor: pointer;
     background-color: transparent;
     color: white;
     border: none;
}

