@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 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 : 576px) {
    .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: 99;
    }
    .menubar {
        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;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 22px;
        width: 20px;
        background: transparent;
        color: var(--black);
    }
    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dash_title{
        text-align: left;
    }
    .dash_title h5 {
        font-size: 14px;
    }
    .page_title {
        font-size: 17px;
    }
    .form_group_title h1 {
        font-size: 18px;
    }
    .form_group_title .btn {
        font-size: 12px;
    }
}




