/* Screen Size from 320px to 375px */
@media screen and (min-width:320px) and (max-width:991px){
    section.admin-navigation.d-flex.align-items-center {
        display: none !important;
    }
    .mobilemenubar{
        display: block;
        position: absolute;
        top: 8px;
    }
    .mobilemenubar i{
        font-size: 30px;
    }
    .admin-logo{
        margin-top: 0px;
        text-align: center;
    }
    .admin-logo img{
        height: 40px !important;
    }
    .dash-box.d-flex.justify-content-center.align-items-center.position-relative {
        margin-bottom: 15px;
    }
    .admin-menu {
        background-color: white;
        padding: 10px 0;
        border-bottom: solid 1px #f2f2f2;
        height: 60px;
        background: #f1f1f1;
    }
    .admin-btn {
        margin-top: -50px;
        display: none;
    }
    .sidemenumob{
        display: block;
        background-color: white;
        border-right: solid 1px lightgray;
        position: fixed;
        height: 100%;
        width: 280px;
        top: 0;
        z-index: 9999;
        left: -300px;
        transition: ease-in-out 0.3s;
    }
    .sidemenulogo{
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f1f1f1;
    }
    .sidemenulogo img{
        height: 50px;
    }
    .sidemenumob ul li{
        list-style: none;
        height: 40px;
        line-height: 40px;
    }
    .sidemenumob ul li a{
        text-decoration: none;
        color: #222;
        font-weight: 700;
        letter-spacing: 1px;
    }
}

/* Screen Size from 376px to 425px */
@media screen and (min-width:376px) and (max-width:425px){
   
}

/* Screen Size from 426px to 768px */
@media screen and (min-width:426px) and (max-width:768px){
   
}


/* Screen Size from 769px to 991px */
@media screen and (min-width:769px) and (max-width:991px){

 
}

/* Screen Size from 992px to 1024px */
@media screen and (min-width:992px) and (max-width:1024px){
    
}

/* Screen Size from 1025px to 1200px */
@media screen and (min-width:1025px) and (max-width:1200px){

}