@font-face {
    font-family: 'MyCustomFont';
    src: URL('TmoneyRoundWindExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.DASHBOARD_BOTTOM_LAYOUT_INSIDE{
    width: 100%;
    height: 100%;
}
.DASHBOARD_LEFT_LAYOUT{
    width: 17%;
    height: 97%;
    float: left;
}
.DASHBOARD_LEFT_LAYOUT_INSIDE{
    height: 100%;
    width: 90%;
    margin-top: 4%;
    margin-left: 0.8vw;
    border-radius: 4px;
    overflow: scroll;
}
.DASHBOARD_RIGHT_LAYOUT{
    width: 83%;
    height: 97%;
    float: right;
}
.DASHBOARD_TABS{
    height: 4%;
    text-align: center;
    line-height: 150%;
    width: 59%;
    float: inline-start;
    margin-top: 1%;
    cursor: pointer;
}
.DASHBOARD_TAB{
    font-size: 0.7vw;
    font-weight: bold;
    font-family: 'MyCustomFont';
}
.DASHBOARD_RIGHT_LAYOUT_INSIDE{
    height: 95.5%;
    width: 99%;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow-y: scroll;
}
.DASHBOARD_RESET{
    width: 4vw;
    height: 4vh;
    border-radius: 5px;
    font-size: 0.8vw;
    font-weight: bold;
    font-family: 'MyCustomFont';
    border:none;
    float: right;
    margin-right: 1vw;
}
.DASHBOARD_INSTITUTION_CHOICE{
    margin: auto;
    float: inline-end;
    margin-right: 1vw;
    width: fit-content;
    height: 4vh;
    border:none;
    border-radius: 5px;
    font-size: 0.85vw;
    color:#000000;
    font-weight: bold;
    font-family: 'MyCustomFont';
    line-height: 2;
    padding-left: 1vw;
    padding-right: 1vw;
}
.DASH_CAMERADROPDOWN{
    margin: auto;
    float: inline-end;
    margin-right: 1vw;
    width: 12vw;
    height: 4vh;
    border:none;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'MyCustomFont';
    font-size: 0.8vw;
}
.REPORT_DIV_SUMMARY{
    height: 4vh;
    width: 12vw;
    margin-top: -1vh;
    margin-left: -1vw;
}
.NICAM_TITLE{
    font-weight: bold;
    font-family: 'MyCustomFont';
    font-size: 0.85vw;
}
.stack_graph_of_all_student{
    font-size: 0.8px;
    font-weight: bold;
    font-family: 'MyCustomFont';
    color: #000000;
}
.infoLayout{
    margin-top: 3vh ;
    margin-left: 1.5vw;
    border-style: dashed ;
    border-radius: 5px;
    width: 96.5%;
    height: 77vh;
    font-weight: bold;
    overflow-y: scroll;
}

.toggle_btn_result{
    width: 15%;
    float: left;
    margin-left: 35%;
    text-align: right;
    font-size: 0.8vw;
    font-weight: bold;
    color: #000000;
}
.toggle_btn{
    width: 4vw;
    float: left;
    margin-left: 2%;
    margin-top: -0.3%;
}

.check_class1{
    background-color: #ffffff;
    float: left;
    width: 5vw;
    height: 29vh;
    line-height: 16;
    font-size: 0.9vw;
    font-family: 'MyCustomFont';
    font-weight: bold;
    margin-left: 0.8vw;

}
.check_class2{
    background-color: #ffffff ;
    float: left;
    width: 26vw;
    height:29vh;
    margin-top: 1.8vh;
    margin-left: 0.5vw;
}
.check_class3{
    width: 95%;
    height: 32vh;
    border: 1px dashed #000000;
    background-color: #cce4db ;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: 2.5%;
}

