
/**  ©copyright JSI Inc **/
/** But we will be happy to see you whenever you use our code(^_^) **/
/** Designed by JSI USAID DHA Dev Team **/
/** Content available by @mikeintosh **/
/** Content available @ https://github.com/MiKEINTOSHSYSTEMS/ **/
/** Version 1.0 **/
/** https://jsi.com **/

/** https://mikeintoshsys.com/ **/



    /* Prevent default design start */
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
        /* Prevent default design end */

body{
    background: #fff;
}

        /**Header design start**/

.wrapper .header{
    
    background: #002747;
    position: fixed;
    width: calc(100% - 0%);/*If we increase .sidebar width from 250px to greater it will be improve automatically*/
    height: 50px;
    display: flex;
    top: 0;
}

.wrapper .header .header-menu{
    width: 100%;
    height: calc(100%-0%); /*Adjust .header-menu from top to bottom into .header */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.wrapper .header .header-menu .title{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    transition: 0.3s;
    transition-property: color;
}
.wrapper .header .header-menu .title-hide{
    color: #4CCEE8;
    font-family: monospace;
}
.wrapper .header .header-menu .title span .sec-span{
    color: #4CCEE8;
    font-family: cursive;
}
.wrapper .header .header-menu .sidebar-btn{
    color: #fff;
    position: absolute;
    margin-left: 240px;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
    transition-property: color;
}
.wrapper .header .header-menu .sidebar-btn:hover{
    color: #4CCEE8;
}
.wrapper .header .header-menu ul{
    display: flex;
    float: right;
}
.wrapper .header .header-menu ul li a{
    background: #fff;
    color: #000;
    display: block;
    margin-right: 0 10px;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    transition-property: background,color;
}

.wrapper .header .header-menu ul li a:hover{
    background: #4CCEE8;
    color: #fff;
}
        /**Header design end**/
        /**Sidebar design start**/

.wrapper .sidebar{
    z-index: 1; /* indexing sidebar @ z direction */
    background: #171827;
    position: fixed;
    top: 50px;
    width: 250px;
    height: 100%; /* 100% is for perfect scrolling.But we can use height: calc(100%-0%);*/
    padding-bottom: 50px; /* extra padding-bottom to see menu clearly */
    transition: 0.3s;
    transition-property: width;
    overflow-y: auto;
}
.wrapper .sidebar .sidebar-menu{
    overflow: hidden;
}
.wrapper .sidebar .sidebar-menu img{
    margin: 20px 0;
    width: 219px;
    height: 119px;
    border-radius: 0%;
}
.wrapper .sidebar .sidebar-menu .profile p{
    color: #4CCEE8;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrapper .sidebar .sidebar-menu .item{
    width: 250px;
    overflow: hidden;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn{
    display: block;
    color: #fff;
    position: relative;
    padding: 25px 20px;
    transition: 0.3s;
    transition-property: color;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn:hover{
    color: #4CCEE8;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn i{
    margin-right: 20px;
}
.wrapper .sidebar .sidebar-menu .item .menu-btn .drop-down{
    float: right;
    font-size: 12px;
    margin-top: 3px;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu{
    background: #3498DB;
    overflow: hidden;
    max-height: 0;
    transition: 0.3s;
    transition-property: background,max-height;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a{
    display: block;
    position: relative;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    padding: 20px;
    border-bottom: 1px solid #BFC5E9;
    transition: 0.3s;
    transition-property: background;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a:hover{
    background: #55B1F0;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu i{
    padding-right: 20px;
    font-size: 10px;
}

.wrapper .sidebar .sidebar-menu .item:target .sub-menu{
    max-height: 500px;
}

        /**Sidebar design end**/
        /* Main-container design start */
.main-container{
    width: calc(100%); /* .sidebar width is -> 250px */
    margin-top: 50px;
    margin-left: 250px;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    transition: 0.3s;
}
        /* Main-container design start */
        /**Collapse design start**/
        /**.Collapse class is created by JavaScript**/
.collapse .sidebar{
    width: 70px;
}
.collapse .sidebar .profile img,
.collapse .sidebar .profile p,
.collapse .sidebar a span,
.collapse .header .header-menu .title-hide{
    display: none;
    transition: 0.3s;
   
}

.collapse .sidebar .sidebar-menu .item .menu-btn{
    font-size: 23px;
}

.collapse .sidebar .sidebar-menu .item .sub-menu{
    font-size: 18px;
    padding-left: 3px;
}
.collapse .header .header-menu .sidebar-btn{
    margin-left: 0;
    color:#000;
    font-size: 28px;
}
.collapse .main-container{
    
    width: (100%-70px); /* .header height is -> 70px */
    margin-left: 70px;
}

        /**Collapse design end**/
 
.graphaFrame{ 

            position: relative; 
    background-color: black; 
    width: 100%; 
    height: 100%; 
    
} 

.mufmv{ 

    background-color:inherit; 
cursor: pointer; 

text-align: center; 

font-weight: bold; 

      
padding:15px; 
width:100%; 

margin:0px; 
position: relative;
left:0px; 

width:100%; 

border-radius:0; 
margin-bottom: 2px;
} 
      /* * {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
} */


.eryoa{ 

    padding:0; 
margin:0px;
border-bottom: 4px black solid;
     }
.headerTitle{ 

    font-size: 27px; 
color:white; 
text-align: center; 
vertical-align: center; 
padding-top:20px; 
font-weight: bold;
margin:0; 

     } 
.wrapper{ 

    width:100%; 
height: 85%; 
flex-direction: column; 
display: flex; 
flex-direction: row; 

     } 
.graphaFrame{ 

    position: relative; 
background-color: black; 
width: 100%; 
height: 100%; 

     } 
.mufmv{ 

    background-color:inherit; 
cursor: pointer; 

text-align: center; 

font-weight: bold; 

      
padding:15px; 
width:100%; 

margin:0px; 
position: relative;
left:0px; 

width:100%; 

border-radius:0; 
margin-bottom: 2px;
} 

.subButtons{ 

background-color:inherit; 
cursor: pointer; 
overflow-wrap: break-word;

font-weight: bold; 

color:white;
padding:15px; 
width:100%; 

margin:0px; 
position: relative;
left:0px; 

width:100%; 

border-radius:0; 
margin-bottom: 2px;
} 


.subSubButtons{ 

background-color:inherit; 
cursor: pointer; 


font-weight: bold; 

color:white;
padding:15px; 
width:100%; 

margin:0px; 
position: relative;
left:0px; 

width:100%; 

border-radius:0; 
margin-bottom: 2px;
} 
.subCatagory{ 

    position:relative; 
left:20px; 
display: none; 

     } 
.ufjnp{ 

    left: 30px; 
position: relative; 

     } 
.qkqxs{ 

    background-color:inherit; 
cursor: pointer; 
font-weight: bold; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.bchse{ 

    position:relative; 
display: none; 
left:40px
     } 
.murbs{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.bvwhe{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.lcvlv{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.pibij{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.iqpam{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.etfvr{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.eoofh{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.owbtn{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.cynth{ 

    left: 30px; 
position: relative; 

     } 
.jsajc{ 

    background-color:inherit; 
cursor: pointer; 
font-weight: bold; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.rqntm{ 

    position:relative; 
display: none; 
left:20px
     } 
.sgxad{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.rkcbd{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.ywoxe{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.rdgmp{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.vbcoy{ 

    left: 30px; 
position: relative; 

     } 
.rcrte{ 

    background-color:inherit; 
background-color:white; 
cursor: pointer; 
font-weight: bold; 
color:gray; 
width: 140; 
text-align: center; 
border-radius:5px
     } 
.tybfe{ 

    position:relative; 
display: none; 
left:20px
     } 
.cibjm{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.akmxd{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.awhej{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.qufmk{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.lnnho{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.nblrq{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.mulce{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.yvodi{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.covft{ 

    left: 30px; 
position: relative; 

     } 
.xyriu{ 

    background-color:inherit; 
cursor: pointer; 
font-weight: bold; 
background-color:white; 
width:200px; 
padding:5px; 
text-align: center; 
border-radius:5px; 
font-weight: bold; 

     } 
.subCatagory{ 

    position:relative; 
display: none; 
left:20px
     } 
.cwlbn{ 

    left: 30px; 
position: relative; 
text-decoration: none; 
background-color:rgb(93, 108, 155); 


     } 
.pexig{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.nbjku{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.drlbd{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.xdisc{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.aetee{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 140; 
text-align: center; 
border-radius:5px
     } 
.exsjs{ 

    left: 30px; 
position: relative; 

     } 
.mmkvs{ 

    background-color:inherit; 
cursor: pointer; 
background-color:white; 
width: 200px; 
padding:5px; 
text-align: center; 
border-radius:5px; 
font-weight: bold; 

     } 
.subCatagory{ 

    position:relative; 
display: none; 
left:20px
     } 
.mppjq{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.ukupi{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.fwfti{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.yherr{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.usmwm{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.oqitd{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 140; 
text-align: center; 
border-radius:5px
     } 
.jybxg{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.qhfyo{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.xmpiw{ 

    left: 30px; 
position: relative; 

     } 
.gcubr{ 

    background-color:inherit; 
cursor: pointer; 
background-color:white; 
width: 200px; 
padding:5px; 
text-align: center; 
border-radius:5px; 
font-weight: bold; 

     } 
.subCatagory{ 

    position:relative; 
display: none; 
left:20px
     } 
.cegin{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.tlxpk{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.ymoot{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.osuds{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.vdtso{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.kburt{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 140; 
text-align: center; 
border-radius:5px
     } 
.hmeim{ 

    left: 30px; 
position: relative; 

     } 
.glsua{ 

    background-color:inherit; 
cursor: pointer; 
background-color:white; 
width: 200px; 
padding:5px; 
text-align: center; 
border-radius:5px; 
font-weight: bold; 

     } 
.subCatagory{ 

    position:relative; 
display: none; 
left:20px
     } 
.lgcra{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.fcysy{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.uvsxu{ 

    left: 30px; 
position: relative; 

     } 
.vkkdw{ 

    background-color:inherit; 
cursor: pointer; 
background-color:white; 
width: 200px; 
padding:5px; 
text-align: center; 
border-radius:5px; 
font-weight: bold; 

     } 
.subCatagory{ 

    position:relative; 
display: none; 
left:20px
     } 
.qoglk{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.tcaoy{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.bgcmp{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.rtcho{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.vklhe{ 

    left: 30px; 
position: relative; 

     } 
.ycwoy{ 

    background-color:inherit; 
cursor: pointer; 
background-color:white; 
width: 200px; 
padding:5px; 
text-align: center; 
border-radius:5px; 
font-weight: bold; 

     } 
.subCatagory{ 

    position:relative; 
display: none; 
left:20px
     } 
.schdd{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.wqjyi{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.vnjbp{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.llujb{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 
.brthl{ 

    left: 30px; 
position: relative; 

     } 
.xdrdl{ 

    background-color:inherit; 
cursor: pointer; 
background-color:white; 
width: 200px; 
padding:5px; 
text-align: center; 
border-radius:5px; 
font-weight: bold; 

     } 
.subCatagory{ 

    position:relative; 
display: none; 
left:20px
     } 
.tyswi{ 

    left: 30px; 
position: relative; 
text-decoration: none; 

     } 
.oxkia{ 

    background-color:inherit; 
background-color:white; 
color:gray; 
width: 100; 
text-align: center; 
border-radius:5px
     } 

