@media only screen and (max-width: 1200px) {
    section#dashboard-layout{
        grid-template-columns: 200px calc(100vw - 200px); 
    }
    span.menu-value{
        font-size: 13px;
    }
    .menu-item{
        font-size: 15px;
    }
    img#dashboard-logo{
        width: 120px;
    }
}
@media only screen and (max-width: 1040px) {
    .card-sec-left, .card-sec-right{
        width:100%;
    }
    .cal-table{
        overflow-x: scroll;
    }
    div#sign-out span{
        display: none;
    }
}
@media only screen and (max-width: 650px) {
    section#dashboard-layout{
        grid-template-columns: 100px calc(100vw - 100px); 
    }
    img#dashboard-logo{
        width: 75px;
    }
    span.menu-value{
        display: none;
    }
    .menu-item{
        font-size: 25px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    span.menu-icon{
        width:25px;
        margin:0;
    }
    div#dashboard-logo-area h4, div#dashboard-logo-area h5{
        display: none;
    }
    .tbl-outer{
        width: 100%;
        overflow-x:scroll;
    }
    .hotel-sum-tble{
        width:200%;
    }
}
@media only screen and (max-width: 540px) {
    .db-card{
        width:100%;
    }
    .card-detail-inner{
        width:50%;
        margin-bottom: 1.5rem;
    }
}