@charset "utf-8";
/* CSS Document */




@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
    .dash_bx {
        padding: 20px 10px;
    }
    .dash_bx span {
        font-size: 30px;
    }
    .dash_bx h1 {
        font-size: 23px;
    }
    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
} 
@media only screen and (max-width : 1199px) {
    .menus {
        overflow: auto;
        height: 100%;
        padding-bottom: 20px;
    }
    .main_body {
        margin-left: 0;
    }
    .backdrop-layout{
        position: fixed;
        background: #0000008c;
        width: 100%;
        height: 100vh;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;	
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .backdrop-layout.open{
        opacity: 1;
        z-index: 999;
    }
    .menubar {
        width: 223px;
        transform: translate(-102% , 0px);	
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .menubar.open{
        transform: translate(0% , 0px);
    }
    .collapse_nav {
        display:block;
    }
    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .topmenubar{
        left: 0;
     }
     .menubar.open{
         width: 260px;
     }
     .smlogo{
         display:none;
     }
     .menubar.open .lrglogo{
         display:block;
     }
     .menubar.open .smlogo{
         display:none;
     }
     .main_body.open{
         margin-left:0px;
     }
     .main_body.open .topmenubar{
         left:0px;
     }
     .menubar.open .mtxt{
         display: inline;
     }
     .menubar.open #accordian ul ul {
         position: inherit;
         left:inherit;
         top: inherit;
         width: inherit;
         background: inherit;
         margin-left: inherit;
         box-shadow: inherit;
     }
     .menubar.open #accordian li h3:not(:only-child):after{
     display:block;
     }
     .menubar.open .micon{
        font-size: inherit;
         line-height: inherit;
         text-align: inherit;
         display: inline;
     }
     .menubar.open .menus {
         overflow: auto;
     }
     .menubar.open #accordian ul ul ul{
         border-left:1px;
     }
}
@media screen and (min-width: 768px) and (max-width: 991px)  {
    .dash_bx h1 {
        font-size: 27px;
    }
    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width : 991px) {
    .extra_button{
        top: -46px;
        right: 0 !important;
        left: 130px;
        justify-content: end;
    }
    .topbarlink ul.others_link li label {
        font-size: 16px;
    }
    .dropdown_bx {
        left: -211px;
    }
    

}
@media only screen and (max-width : 576px) {
   
   
    .dash_title{
        text-align: left;
    }
    .page_title {
        font-size: 17px;
    }
    .extra_button {
        top: -8px;
        right: 0 !important;
        left: 0;
        justify-content: center;
        position: relative;
    }
    .dash_card .title {
        font-size: 16px;
    }

    .stdprof .imgpf {
        margin: auto;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        overflow: hidden;
    }
    .stdprof .imgpf img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .stdp {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        border: 1px solid #dfdfdf;
        padding: 10px;
    }
    .stdp label{
        max-width: 109px;
        min-width: 109px;
        width: 100%;
    }
    .stdp span{
        display: inline-block;
        width: 100%;
        text-align: right;
        margin: 0;
    }
    .stdp span.badge{
        width: auto !important;
    }
}



