/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:1025px) {
    .page-inner-tab{
        position: sticky;
        top: 0;
        z-index: 1;
    }
  
    
}
    
    
@media only screen and (min-width:768px) {
       
        
}
@media only screen and (max-width:1150px) {
    .form-control-prefix input{
        max-width: 40px;
    }
}

@media only screen and (max-width:1024px) {
       
       .sidebar.offcanvas{
        z-index: var(--bs-offcanvas-zindex);
       }

        .page-content {
            margin: 0;
        }

        .site-logo img{
            height: 80px;
        }

        .menu-toggle {
            display: inline-flex    ;
            width: 40px;
            height: 40px;
            background: var(--primary-color);
            color: #fff;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            float: right;
        }
        
}


@media only screen and (max-width:991px) {
       
    .custom-table {
        width: 100%;
        display: block;
        overflow: auto;
    }

    .table>tbody{
        vertical-align: inherit;
        width: 100%;
        display: table;
    }

    #room_rates .table>tbody , #room_rates .table>thead, #room_rates .table>tfoot{
        vertical-align: inherit;
        width: 100%;
        display: table-row-group;
    }

    h2, .fs-28 {
        font-size: 24px;
        line-height: 28px;
    }
        
}

@media only screen and (max-width:767px) {
       
    .nav.tab-style li {
        margin-bottom: 5px;
    }

    .new-reservation-total-input{
        width: 100px;
    }

    .extras-table .form-control {
        min-width: 60px;
        padding: 8px 5px;
    }

    .extras-table tbody, .extras-table thead{
        display: contents;
    }
        
}
   