*{
    scrollbar-width: thin;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.login-card .logo img{
    margin-bottom: 10px;
    max-height: 35px;
}
.reservation.card{
    box-shadow: none !important;
    border-color: transparent;
}
.reservation .table-responsive{
    overflow-y: hidden;
} 
.reservation table th {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.reservation .full-screen-icon svg{
    width: 16px;
    height: 16px;
    font-weight: 500;
    color:#747474;
}
.reservation .full-screen-icon{
    border-radius: 4px;
    line-height: 1;
    font-size: 20px;
}
.table-hover tbody tr td svg {
    width: 30px;
    height: 28px;
    padding: 0;
    border-radius: 4px;
    margin-right: 5px;
    line-height: 1;
    padding-top: 8px;
}
.hidden {
    display: none;
}
.reservation .expand-icon {
    font-size: 20px;
    vertical-align: top;
}
.reservation .room-title{
    background-color: rgba(51, 191, 191, 0.1);
}
.reservation .unallocated-room{
    background-color: rgba(255, 97, 80, 0.1)
}
.reservation table th:first-child, .reservation table td:first-child{
    width: 100px !important;
}
.availability table th:first-child, .availability table td:first-child{
    width: 270px; 
    max-width: 270px;
}
.availability table .room-capacity {
    width: 50px;
    margin: 0 auto;
    text-align: center;
}
.availability table .room-capacity h5 {
    font-weight: 400;
}
.availability .table th, .availability .table td {
    padding: 0.35rem 0.35rem;
    width: 100px;
    font-weight: 400;
    font-size: 12px;
}
.availability table {
    width: auto;
}
.availability .h5 {
    font-size: 16px;
}
.page-sub-header .body-header .sidebar-body-menu {
    display: flex;
    justify-content: flex-start !important;
    /* z-index: 999; */
}
.alert-light-danger {
    background-color: rgba(241, 82, 61, 0.2) !important;
    border-color: rgba(241, 82, 61, 0.2) !important;
    color: #fff;
}
.fixed-column {
    position: sticky;
    left: 0;
    background-color: #fff !important; 
    z-index: 9; 
    box-shadow: 2px 0 5px rgba(0,0,0,0.1) !important;
    border-right: 1px solid #dee2e6 !important;
  }

@media only screen and (min-width: 768px) {
    .page-wrapper.material-icon .page-body-wrapper .page-body {
        max-width: 100%;
    }
    .page-wrapper.material-icon .page-header {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .page-sub-header .body-header {
        padding: 0 20px;
    }
}
.page-sub-header .body-header .sidebar-body-menu > li {
    padding: 18px 0px;
}
.reservation-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reservation-head .btn-icon svg, .add-extra-room .btn-icon svg{
    width: 14px;
    margin-right: 4px;
    height: 14px;
    vertical-align: middle;
}

.reservation-head .btn-light {
    color: #444444;
    background-color: transparent !important;
    border-color: #ced4da !important;
}
.reservation-head .btn-light:hover {
    color: #33bfbf !important;
}
.reservation-head .btn-group .btn {
    padding: 3px 12px;
}
.reservation-head .btn-group .btn span{
    font-size: 18px;
    font-weight: 700;
}
.reservation-head .btn-group .btn span i{
    font-size: 13px;
}
.reservation-head .btn-group .btn-light:hover{
    color: #444444 !important;
}
.reservation-head .flatpickr-input{
    font-size: 14px;
    line-height: 1;
}
.form-control:focus, .form-select:focus{
    border-color: #33bfbf;
}
.form-select-sm, .form-control-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.border-radius-4 {
    border-radius: 4px;
}
.room-type-bar label, .reservation-summary {
    color: #31322D;
}
.w-120{
    width: 120px !important;
}
#reservation .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.bs-actionsbox .btn-group button {
    padding: 5px;
    font-size: 14px;
    background: transparent !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color: #31322D !important;
    outline: 0 !important;
    padding: 0.5rem;
}
.bootstrap-select>.dropdown-toggle{
    background: transparent !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 0.5rem !important;
}
.bootstrap-select .bs-ok-default:after {
    border-width: 0 .16em .16em 0 !important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: 0 !important;
    padding: 0.5rem !important;
}
.dropdown-menu .dropdown-item {
    color: #31322D;
    opacity: 1;
    border-top: 0 !important;
}
.dropdown-menu .dropdown-item:hover, .dropdown-item.selected {
    /* background-color: #83dbe678; */
    background-color: var(--theme-default);
    color: #fff;
}
.bootstrap-select .dropdown-menu li a{
    font-size: 14px !important;
   
}


/* #addReservation{
    position: relative;
}
#addReservation:after{
    content:"x";
    position: absolute;
    font-size: 12px;
    top:9px;
    right: 7px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: red;
} */

.highlight{
    border:2px dashed rgb(75, 73, 230) !important;
    
}




.reservationTab li a .active{
    color:#000 !important;  
}

.reservationTab li a{
    font-size: 12px !important;
}
.reservationTab .nav-link{
    color: #fff;
}
.invice-table th{
     padding: 0px !important;
     font-size: 12px;
     font-weight: 400;
}
.invice-table td{
    padding: 0px !important;
    font-size: 12px;
  
}
.invice-table a{
    font-size: 12px;
}
.invoiceList p{
 font-size: 12px;
}
.invoiceNote{
    font-size: 12px;
}



/* .paymentRec p{
    font-size: 12px;
} */
.rsummary{
    z-index: 18;
}
.paymentRec-Dtab .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.paymentRec-Dtab {
    opacity: 0;
    z-index: -11;
    font-size: 12px;
    right: 0px;
    width: 100%;
    transition: 1s;
    
}
.paymentRec-Dtab p{
    font-size: 12px;
}


.paymentRec-Paytab .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.paymentRec-Paytab {
    opacity: 0;
    z-index: -11;
    font-size: 12px;
    right: 0px;
    width: 100%;
    transition: 1s;
    
}
.paymentRec-Paytab p{
    font-size: 12px;
}


.paymentRec-Notetab .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.paymentRec-Notetab {
    opacity: 0;
    z-index: -11;
    font-size: 12px;
    right: 0px;
    width: 100%;
    transition: 1s;
    
}
.paymentRec-Notetab p{
    font-size: 12px;
}
/* .formclosebtn{
    opacity: 0;
}
.addGuestsform:hover .formclosebtn{
opacity: 1;
}

#roomReserve:hover .formclosebtn{
    opacity: 1;
}

.detailform:hover .formclosebtn{
    opacity: 1;
}

.customerStatus{
    opacity: 0;
} */

.resbox{
    width: 720px;
    height: auto;
    top: 44px;
    left: -2px;
}

#roomReserveDetails:hover .formclosebtn{
    opacity: 1;
}

.dropdown-menu.show{
    z-index: 333;
}
.confirmDrop.dropup.show{
    transform: translate(-110px, -37px) !important;
}

.reservationTab .nav-item{
    margin: 0px 3px;
}

.reservationTab .nav-item a:hover{
    border: 1px solid transparent !important;
    background-color: #fff !important;
    color: #000 !important;
}

/* .formclosebtn{
    opacity: 0;
}
.element:hover .formclosebtn{
    opacity: 1;
}

.d-tab-element:hover .formclosebtn{
    opacity: 1;
}

.g-tab-element:hover .formclosebtn{
    opacity: 1;
} */



.bookedby {
    /* z-index: 999; */
    margin: 0 auto;
}

.page-header{
    z-index: 999;
}

/* .resbox{
    display: none;
}
.bookedbysearch:hover .resbox{
    display: block !important;
} */

/* .d-tab-wrapper:first-child:hover .formclosebtn{
    display: none !important;
} */


.resbox{
    z-index: 888;
}

#dtab-showbtn{
    width: 30px;
    left: -18px;
    top: 0px;
    opacity: 0;
}
#dtab-hidebtn{
    width: 30px;
    left: -30px;
    top: 0px;
}

#paytab-showbtn{
    width: 30px;
    left: -18px;
    top: 0px;
    opacity: 0;
}
#paytab-hidebtn{
    width: 30px;
    left: -30px;
    top: 0px;
}

#notetab-showbtn{
    width: 30px;
    left: -18px;
    top: 0px;
    opacity: 0;
}
#notetab-hidebtn{
    width: 30px;
    left: -30px;
    top: 0px;
}

/* Theme css override start*/
.page-wrapper .page-body-wrapper .page-title {
    padding: 18px 0px !important;
}
@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 350px;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1200px;
    }
}
.page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 145px) !important;
}
.page-wrapper.compact-sidebar.material-icon .page-body-wrapper .footer {
    max-width: 100%;
}
/* Theme css override end*/
/* Room type css start */
.room-type-toggle {
    width: 60px;
    padding: 15px;
    position: relative;
}
.room-type-toggle:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 100vh;
    background: #f1f8f1;
    left: 0;
    top: 0;
    right: 0;
}
.room-type-toggle h4{
    position: absolute;
}
.room-type-toggle .icofont{
    font-size: 30px;
    color: #33bfbf;
    font-weight: 600;
}
.room-type-gallery figure{
    margin: 0;
}
.room-type-description {
    width: calc(100% - 370px);
    padding: 15px;
    min-height: 175px;
}
.room-type-description h4 {
    font-size: 20px;
}
.room-type-gallery {
   
    height: auto;
    width: 275px;
    position: absolute;
   right: 0;
    /* max-height: 175px; */
}
.room-type-gallery .img-thumbnail {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 0;
    
}
.room-type-toggle-container {
    padding: 15px 70px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fcfcfc;
}
.room-type-toggle-container .table th, .room-type-toggle-container .table td {
    padding: 0.25rem;
    border-bottom-width: 0;
}
.room-type-toggle-container .gallery-media .img-thumbnail{
    border-radius: 0.35rem !important;
}
.list-items {
    float: left;
    width: 100%;
    padding: 15px 0 0 2px;
    margin: 0;
}
.list-item{
    width: 25%;
    float: left;
    margin: 0 0 10px;
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.room-type-gallery .slick-dots li{
    bottom: 30px;
}
/* Room type css end */
/* add room type css */
.form-input-wrapper{
    max-width: 600px;
}
.vertical-timeline {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 600px;
}

.vertical-timeline .step {
    padding: 10px;
    margin: 5px 0;
    cursor: pointer;
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.vertical-timeline .step.active span {
    background-color: var(--theme-default);
    color:#fff;
}

  
  .vertical-timeline .step span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #eff1f5;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    position: relative;
  }
  
  .vertical-timeline .step span:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 58px;
    top: 24px;
    background: #eff1f5;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.vertical-timeline .step.active h4 {
    color: #000;
}
.vertical-timeline .step h4 {
    font-size: 14px;
    line-height: 1.25rem;
    color: #777777;
    padding-top: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
  .vertical-timeline .step.active span:before {
    background: var(--theme-default);
}
.vertical-timeline .step:last-child span:before {
    background: transparent;
}
.form-step {
    display: none;
    margin-top: 0.75rem;
}

.form-step.active {
    display: block;
}
.form-step h3 {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
    font-weight: 400;
}
.circular-progress {
    display: none;
}
.circular-progress{
  
    padding-bottom: 3px;
}
.circular-chart {
    width: 60px;
    height: 60px;
}


.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.5;
}

.circle {
    fill: none;
    stroke: var(--theme-default);
    stroke-width: 1.8;
    /* stroke-linecap: round; */
    animation: progress 1s ease-out forwards;
}

.percentage {
    fill: #9E9E9E;
    font-size: 0.4em;
    text-anchor: middle;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

@media (max-width: 600px) {
    .form-container {
        flex-direction: column;
    }

    .vertical-timeline {
        display: none;
    }

    .form-content {
        width: 100%;
        padding: 0;
    }

    .circular-progress {
        display: flex;
        /* margin: 0 auto 10px; */
        align-items: center;
    }
}
ul {
    list-style-type: none;
    padding-inline-start: 0;
}
.content {
    display: none;
}
.content.active {
    display: block;
}
.content h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.switch {
    width: 60px;
    height: 25px;
}
.icon-state .switch-state:after {
    content: "\efb8";
    font-family: IcoFont;
    left: 10px;
    position: absolute;
    top: 6px;
    color: #31322D;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.3;
    font-weight: 500;
}
.switch-state:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 10px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px;
}
.btn-icon svg {
    width: 14px;
    margin-right: 4px;
    height: 14px;
    vertical-align: middle;
}
.touchspin-wrapper {
    display: flex;
    gap: 5px 15px;
}
.touchspin-wrapper input[type=number] {
    width: 120px;
}
.rounded-touchspin .touchspin-wrapper input[type=number] {
    width: 65px;
}
.form-step .touchspin-wrapper .btn-touchspin, .features-section .touchspin-wrapper .btn-touchspin{
    /* padding-top: 3px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-touchspin svg{
    width: 16px;
    height: 16px;
}
.action-btn .dropdown-toggle::after {
    display: none;
}

.action-btn.dropdown .dropdown-toggle{
    width: auto !important;
    padding: 6px 8px;
}
.dropdown.action-btn {
    position: absolute;
    right: 8px;
    top: 8px;
}
.action-btn svg{
    width: 18px;
    height: 18px;
    vertical-align:text-bottom
} 
.offcanvas {
    position: fixed !important;
    z-index: 1050;
    visibility: hidden;
    background-color: #fff !important;
    background-clip: padding-box;
    outline: 0;  width: 520px !important;
}
.offcanvas-body {
  scrollbar-width: none;
}
.btn-primary{
    transition: background-color 0.3s ease;
}
.btn-primary:hover {
    background-color: #2dabab !important; /* Darker shade */
}
/* .customer-details{
    position: absolute;
    top: 38px;
    left:-613px;
    z-index: 9999 !important;
}

.nospace  .customer-details{
    left: 0% !important;
}

.double-room td .customer-details{
    top: -311px !important;
}
.unallocated-room td .customer-details{
    top: -311px !important;
} */
/* .reservation .table-responsive{
    overflow-y: visible;
} */
.onhover-show-div{
    box-shadow: none;
}
.bookedbysearch {
    background-color: #00000054 !important;
}

/* .formclosebtn{
    opacity: 0;
}
.element:hover .formclosebtn{
    opacity: 1;
} */
 
 .formclosebtn{
    opacity: 0.25;
 }
 .formclosebtn:hover{
    opacity: 1;
    cursor: pointer;
 }
 .room-located-status{
    background-color: #f1f8f1
}
.selection-box input[type=radio]:checked ~ div{
    border-radius: 0px ;
    color:#fff;
    background-color: #20bfbf ;
} 
.variation-box {
    gap: 10px !important;
}
.custom-scrollbar{
    scrollbar-width:thin !important;
}
.vertical-scroll{
    scrollbar-width:thin !important;
}
.assign-gallery{
    border: 2px dashed rgba(255, 0, 0, 0.555);
    border-radius: 10px;
}
.assgin-images img{
    width: 90px;
    height: 90px;
    border-radius: 10px;
}
.close-images{
    width: 20px !important;
    height: 20px !important;
    padding: 2px;
    right: -8px;
    top: -8px;
    cursor: pointer;
}
/* #facilities-list li { height: 40px; line-height: 23px; } */
.ui-state-highlight { height: 40px; line-height: 23px; border: 1px dashed #f1b84e !important;}
.slick-arrow{
    position: absolute;
    color: #31322dad;
    top: 45%;
    z-index: 2;
}
i.fa.fa-chevron-left.slick-arrow {
    left: 15px;
}
i.fa.fa-chevron-right.slick-arrow { 
    right: 15px;
}
.room-type-gallery .slick-arrow{
    opacity: 0;
}
.room-type-gallery:hover .slick-arrow{
    opacity: 1 !important;
}
#offcanvasRight{
 border: none !important;
}
/* media query */
@media only screen and (max-width:600px) {
    #offcanvasRight{
        width: 100% !important;
       }
       .variation-box{
        display: flex !important;
       }
       .assgin-images img{
        width: 78px;
        height: 78px;
       }
       .room-type-toggle-container{
        padding: 20px;
        padding: 20px 20px 0px 20px;
       }
       .room-type-description{
        min-height: 0;
       }
       .room-type-description h4{
        margin-bottom: 0 !important;
       }
       .room-type-wrapper{
        overflow:visible !important;
       }
       .room-type-toggle:before{
        height: 48px;
       }
       .room-type-description h4 {
        font-size: 16px;
    }
    .room-type-toggle .icofont{
        font-size: 24px;
    }
    .room-filter{
        width: 200px !important;
    }
    .page-body{
        min-height: calc(100vh - 160px) !important;
    }
}
.reservation-head .btn-group .btn-light:hover {
    color: #33bfbf !important;
}
.light table#daysTable {
    color: #31322D;
    background-color: #fff;
}
.list-group .list-group-item {
    padding: 10px 6px;
}
.btn-group.calenderBtn .btn{
    padding: 5px 11px;
}
.slick-arrow{
    position: absolute;
    color: #31322dad;
    top: 37%;
    z-index: 2;
    font-size: 30px;
    cursor: pointer;
}
.left-arrow.slick-arrow {
    left: 10px;
}
.right-arrow.slick-arrow { 
    right: 10px;
}

.room-type-gallery .slick-arrow{
    opacity: 0;
}
.room-type-gallery:hover .slick-arrow{
    opacity: 1 !important;
}
.room-type-gallery .img-thumbnail {
    width:482px;
    height:320px;
    }
 .gallery-media .img-thumbnail{
    width:482px;
    height:320px;
 }   
 .gallery-meia .img-thumbnail{
    width:482px;
    height:180px;
 }


 /* reservation row view start */
.task-table {
    display: block;
    overflow-x: scroll;
    scrollbar-width: 0;
    padding-top: 0px;
    padding-bottom: 30px;
    /* overflow-y: hidden; */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.task-table::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.task-table {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.section-bx {
   position: relative;
}
.section-bx a .bx-dec {
   display: none; 
}
.section-bx a .section-dec {
    position: absolute;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.25);
    top: 15px;
    left: 15px;
    z-index: 9;
}
.section-bx a .section-dec img {
    max-width: 100px;
    margin-right: 10px;
    padding: 0;
    /* background-color: #f3f3f3; */
    border-radius: 6px; 
}
.section-bx a:hover .bx-dec {
    display: block; 
}
.w-40 {
    width: 40px;
}
.h-40 {
    height: 40px;
}
.border-radius-4{
    border-radius: 4px;
}
.dec ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    color: #131920;
    margin-bottom: 0;
  }
  .legend-active {
    border: 4px solid #cdd2d6;
    transform: scale(1.25); /* Increase the scale for zoom effect */
    transition: transform 0.3s ease; /* Smooth transition */
  }
  
  .room-view .table > tbody tr {
    border-top: 1px solid #ebebeb !important;
  }
  
  .table > tbody tr:first-child {
    border-width: 0 !important;
  }
  /* .table > tbody tr:last-child {
    border-width: 0 !important;
  } */
.task-table .date {
    padding: 4px 4px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1.5;
    /* height: 68px !important; */
    background: #f3f3f3;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #333;
    width: 50px !important;
    display: block !important;
}
  .task-table .active{
      background: #cf0404;
      color: #fff;
  }
  .slider-vertical .slick-prev:before, .slider-vertical .slick-next:before {
      display: block;
  }
  .slick-vertical .slick-slide {
    width: 55px !important;
  }
  .slick-slider .slick-list{
    min-height: 546px !important;
  }
  .slider-vertical .slick-prev, .slider-vertical .slick-next {
      width: 0;
      height: 0;
      border-style: solid;
      margin: 10px;
      display: inline-block;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
      cursor: pointer;
  }
  .slider-vertical .slick-prev {
      border-width: 0 10px 10px 10px;
      border-color: #606060 transparent;
      top: -20px;
  }
  .slider-vertical .slick-next {
      border-width: 10px 10px 0px 10px;
      border-color: #606060 transparent;
      bottom: -20px;
      top: auto;
  }	
  /* .slider-vertical .slick-prev.slick-disabled, .slider-vertical .slick-next.slick-disabled {
      opacity: 0.5;
      cursor: default;
  } */
  .slick-prev.slick-disabled:before{
    opacity: 0 !important;
  }
  .slick-prev:before, .slick-next:before{
    color: transparent !important;
  }
  .room-view .table > tbody tr.highlight-row {
    background-color: #f3f3f3;
  }
  .dark-only .room-view .table > tbody tr.highlight-row {
    background-color: #333;
  }

.dark-only .table tr th {
    /* color: #ffffffcc !important; */
    background: #272821;
}

.chart-container th:first-child {
    padding: 0 10px !important;
}
.chart-container th {
    padding: 10px !important;
    border: none;
    /* text-align: left; */
    font-weight: 500;
}
.chart-container th {
    position: sticky;
    left: 0;
    /* background: #fff; */
    z-index: 9;
}

.btn-view{
    width: 40px;
    height: 40px;
    /* background-color: #f1f8f1; */
    color:#333;
    cursor: pointer;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}
.dark-only .btn-view{
    color: #fff;
}
.btn-view svg{
    width: 20px;
    height: 40px;
    line-height: 40px;
}
.btn-view.active{
    background-color:var(--theme-default) ;
    color: #fff;
    border-color: var(--theme-default) !important;
}
.content{
    display: none;
}
#row-div table.table.table-borderless tr {
    border: none !important;
}
.ecommerce-dashboard .message-box li:after{
    top:43px;
}
.hoverbottomrow{
    top:-313px;
}
.page-sub-header .body-header .sidebar-body-menu > li h3, .page-wrapper .page-body-wrapper .page-title .row h3{
    font-family: "Nunito Sans", sans-serif !important;
}
/* ----------------------------------------------------- */
.ecommerce-dashboard .message-box li {
    padding: 16px 0 0px;
}

.fulldate{
    font-size: 12px;
    padding: 5.5px 8px;
    background-color: #f3f3f3;
}

.grid-date {
    margin: -5px 0px;
}
.scroll-div{
    /* overflow-y: hidden; */
    overflow-x: scroll ;
    scrollbar-width: none;
}

.grid-number{
    margin-left:60px;
    margin-right: 18px;
    gap: 29px;   
}
.top-grid{
    top:15px;
}
.bottom-grid{
    top:-319px;
}
.right-grid{
    left: -678px; 
}
.left-grid{
    left: 15px;
}

.rooms-status-btn{
    cursor: pointer;
}
.rooms-status-btn h5{
    font-size: 12px;
    margin: 5px 0;
}
.rooms-status-btn div{
    height: 3px !important;
    border-radius: 2px !important; 
}
.legend-active{
    border: 1px solid transparent !important;
}

.grid-date{
    position: absolute;
    z-index: 1;
    height: 511px;
   overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}
.grid-div{
    margin-left: 46px;
}
/* ----KOT------ */
.kot-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    justify-content: flex-start;
  }
  .kot-wrapper.completed-kots{
    gap: 25px;
  }
  .card .card-header {
    padding: 12px !important;
  }
  .kot-item {
    width: 80px;
    height: 80px;
    background-color: #fbfbfb;
    border: 1px dashed #ccc;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    /* margin-top: 10px; */
  }
  .kot-item.booked {
    background: rgba(255, 235, 59, 0.50);
  }
  .kot-item.completed {
    background: rgba(113, 219, 117, 0.35);
    margin-bottom: 0;
  }
  /* Overlay for hover effect */
  .kot-item.booked::after, .kot-item.completed::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(253, 242, 141, 0.65);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  .kot-item.completed::after {
    background-color: rgba(177, 243, 179, 0.72);
  }
  .kot-item.booked.roundedcircle::after, .kot-item.completed.roundedcircle::after{
    border-radius: 50%;
  }
  /* Eye button centered and hidden by default */
  .kot-item button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
  }
  
  /* Show on hover */
  .kot-item:hover::after,
  .kot-item:hover button {
    opacity: 1;
  }
  
  .kot-item.lg{
    width: 90px;
    height: 90px;
  }
  
  .kot-item.booked hr, .kot-item.completed hr{
    margin: 0.2rem 0;
  }
  .kot-item p{
    font-size: 12px;
    line-height: 1.25;
  }
  .kot-item h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .kot-item .badge {
    /* padding: 0.44em 0.7em; */
    font-family: "Nunito Sans", sans-serif, sans-serif;
    padding: 0;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* border-radius: 50%; */
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #222;
    z-index: 2;
    background: #fff;
}
.order-items.kot-view{
    height: calc(100vh - 188px);
}
  .kot-item button {
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    /* transform: translateX(-50%); */
   color: #222 !important;
    width: 30px;
    padding: 0;
    font-size: 18px;
}

  .kot-item.roundedcircle {
    border-radius: 50%;
  }
  .scroll-kots {
    padding: 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: auto;
    height: calc(100vh - 700px);;
  }
  .scroll-kots-completed {
    padding: 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: auto;
    height: calc(100vh - 367px);
  }
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 0px !important;
  }
  @media (max-width: 500px) {
    .kot-wrapper {
      gap: 14px 28px;
    }
  
    .kot-item {
      width: 70px;
      height: 70px;
    }
  }
  .kot-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    justify-content: flex-start;
  }
  .kot-wrapper.completed-kots{
    gap: 25px;
  }
  .card .card-header {
    padding: 12px !important;
  }
  .kot-item {
    width: 80px;
    height: 80px;
    background-color: #fbfbfb;
    border: 1px dashed #ccc;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    /* margin-top: 10px; */
  }
  .kot-item.booked {
    background: rgba(255, 235, 59, 0.50);
  }
  .kot-item.completed {
    background: rgba(113, 219, 117, 0.35);
    margin-bottom: 0;
  }
  /* Overlay for hover effect */
  .kot-item.booked::after, .kot-item.completed::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(253, 242, 141, 0.65);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  .kot-item.completed::after {
    background-color: rgba(177, 243, 179, 0.72);
  }
  .kot-item.booked.roundedcircle::after, .kot-item.completed.roundedcircle::after{
    border-radius: 50%;
  }
  /* Eye button centered and hidden by default */
  .kot-item button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
  }
  
  /* Show on hover */
  .kot-item:hover::after,
  .kot-item:hover button {
    opacity: 1;
  }
  
  .kot-item.lg{
    width: 90px;
    height: 90px;
  }
  
  .kot-item.booked hr, .kot-item.completed hr{
    margin: 0.2rem 0;
  }
  .kot-item p{
    font-size: 12px;
    line-height: 1.25;
  }
  .kot-item h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .kot-item .badge {
    /* padding: 0.44em 0.7em; */
    font-family: "Nunito Sans", sans-serif, sans-serif;
    padding: 0;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* border-radius: 50%; */
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #222;
    background: #fff;
    z-index: 2;
}
  .kot-item button {
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    /* transform: translateX(-50%); */
   color: #222 !important;
    width: 30px;
    padding: 0;
    font-size: 18px;
}

  .kot-item.roundedcircle {
    border-radius: 50%;
  }
  .scroll-kots {
    padding: 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: auto;
    height: calc(100vh - 659px);;
  }
  .scroll-kots-completed {
    padding: 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: auto;
    height: calc(100vh - 287px);
  }
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 0px !important;
  }
  @media (max-width: 500px) {
    .kot-wrapper {
      gap: 14px 28px;
    }
  
    .kot-item {
      width: 70px;
      height: 70px;
    }
  }
.book-item-wrapper {
    height: calc(100vh - 146px);
    /* padding: 20px; */
}
.order-items {
    height: calc(100vh - 319px);
    overflow-y: auto;
}
.kot-itemlist-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    background: #f3f3f3;
    height: calc(100vh - 241px);
    overflow-x: hidden;
    align-content: flex-start;
    overflow-y: auto;
    scrollbar-width: none;
}
.kot-food-item {
    width: 130px;
    height: 60px;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    /* margin-bottom: 10px; */
    overflow: hidden;
    padding: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* border: 1px solid #e3e3e3; */
    cursor: pointer;
}
.kot-food-item h5 {
    font-weight: 500;
    font-size: 14px;
}
.kot-food-item.veg-item {
    border-left: 3px solid #4CAF50;
}
.kot-food-item.non-veg-item {
    border-left: 3px solid #dd2b2b;
}
.order-type {
    background: #222;
    color: #fff;
    padding: 10px 10px;
    width: 33.33%;
    border-right: 1px solid #999999;
    text-align: center;
    cursor: pointer;
}
.order-type.active{
    background: var(--theme-default);
}
.order-type h5 {
    font-weight: 500;
} 
.order-section {
    background: #fff;
    padding: 0px 6px;
    text-align: center;
    cursor: pointer;
    width: 60px;
    height: 64px;
}

.order-section small {
    font-size: 9px;
    line-height: 10px;
    margin-bottom: 0;
}
.order-section.location {
    width: 120px !important;
    margin-top: 0;
    padding: 20px 0;
}
.order-section.location p {
    margin-top: 0 !important;
    font-weight: 500;
}
.order-section img {
    width: 30px;
    height: 30px;
    margin-top: 0;
}
.order-section .icon {
    font-size: 20px;
}
.order-section p{
    margin-top: -8px;
}
.order-items table thead {
    background: #f3f3f3;
    position: sticky;
    top: 0;
}
.order-items table thead th{
    text-transform:uppercase;
    font-weight:600;
    font-size:13px;
}
.order-items .kot-title {
    background: #e3e3e3;
    font-weight: 600;
    font-size: 14px;
}
.order-items table td a, .order-items table th a {
    color: #31322D;
    text-decoration: underline;
    font-size: inherit !important;
}
.order-items table td {
    padding: 0.25rem 0.75rem;
}
.order-items table td .touchspin-wrapper input[type=number] {
    width: 50px;
    height: 26px;
}
.order-items table td .touchspin-wrapper {
    gap: 5px 10px;
    justify-content: center;
}
.order-items table td .touchspin-wrapper .btn-touchspin {
    border-radius: 5px;
    width: 26px;
    height: 26px;
}
.order-items table td .touchspin-wrapper .btn-touchspin.spin-border-primary {
    border: 1px solid #e3e3e3;
}
.order-items table td .touchspin-wrapper input[type=number].spin-outline-primary {
    outline: 1px solid #e3e3e3;
    border: none;
    border-radius: 3px;
}
.order-items table td .cancel-item{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    padding: 0;
}
.order-item-offer .checkbox_animated:after {
    background: #31322D;
    border: 1px solid #5f5e5e;
}
.checkbox_animated{
    vertical-align: 0;
}
.payment-type {
    background: #e1e1e1;
}
.kot-item-header {
    background: #222222;
}
.kot-item-header-top {
    background: #e1e1e1;
}

.kot-item-header-top p {
    font-size: 12px;
    line-height: 16px;
}
.kot-item-header-top .tgl + .tgl-btn {
    width: 5.8em;
    height: 2em;
    margin-bottom: 0
}
.kot-item-header-top .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before{
    font-weight: 400 !important;
}

.book-item-footer .form-select option {
    background-color: #31322D; /* light blue */
    color: rgba(255, 255, 255, 0.8);
}

.kot-date-time {
    position: relative;
}

.kot-date-time:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 28px;
    background: #c5c5c5;
    top: 2px;
    left: -7px;
}
.kot-item-header-top .tgl-skewed:checked + .tgl-btn {
    background: #4CAF50;
}
.kot-item-menu {
    width: 220px;
    height: calc(100vh - 263px);
    overflow: auto;
    overflow-x: hidden;
    /* scrollbar-width: none; */
}
.kot-item-menu {
    width: 220px;
    height: calc(100vh - 186px);
    overflow: hidden; /* hide by default */
    overflow-x: hidden;
    scrollbar-width: none; /* for Firefox */
    scrollbar-color: #ccc transparent;
}

/* Show scrollbar on hover */
.kot-item-menu:hover {
    overflow-y: auto;
}

/* WebKit (Chrome, Safari) specific */
.kot-item-menu::-webkit-scrollbar {
    width: 3px;
}

.kot-item-menu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.kot-item-menu::-webkit-scrollbar-track {
    background: transparent;
}

.kot-item-menu.food-items {
    width: calc(100% - 220px);
}
/* .kot-item-menu .menu-item li {
    background: #666;
    width: 220px;
    padding: 10px 15px;
    border-bottom: 1px solid #c1c1c1;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.kot-item-menu .menu-item li.active {
    background: #33bfbf;
}
.kot-item-menu .menu-item li:hover {
    background: #33bfbf;
} */
.kot-item-menu .menu-item li {
    position: relative;
    cursor: pointer;
    background: #666;
    width: 220px;
    padding: 10px 15px;
    border-bottom: 1px solid #8b8a8a;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.kot-item-menu .menu-item li.active,
.kot-item-menu .menu-item li:hover {
    background: #33bfbf !important;
}

.kot-item-menu .menu-item li .submenu {
    display: none;
    /* background: #555; */
    padding-left: 0; /* match main item padding */
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

.kot-item-menu .menu-item li.has-submenu.open {
    padding-bottom: 0;
    border-bottom: 0;
}
.kot-item-menu .menu-item li .submenu li {
    background: #595959;
    width: 220px;
    padding: 10px 15px;
    border-bottom: 1px solid #8b8a8a;
    color: #fff;
    font-size: 15px;
    left: -15px;
}
.kot-item-menu .menu-item li .submenu li:hover {
    background: #33bfbf;
}

.kot-item-menu .menu-item li.open .submenu {
    display: block;
}


.kot-item-menu .form-select {
    background-color: #4CAF50;
    border-radius: 0;
    color:#fff;
    padding: 10px 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.kot-item-header .form-control-sm, .kot-item-header .input-group-text{
    border-radius: 0;
}
#filterButton {
    padding: 4px 15px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transform: skew(-12deg); /* Skew to the left */
  }
  
  .allitem {
        font-weight: 600;
        width: 63px;
        height: 29px;
    }

  .veg {
    background-color: #4caf50; /* Green */
  }

  .nonveg {
    background-color: #f44336; /* Red */
  }

  .book-item-footer .form-control {
    color: #fff !important;
    border: 1px solid #6a6a6a;
}
.book-item-footer .form-select {
    border: 1px solid #6a6a6a;
    background-color: #31322D;
    /* border: 1px solid #31322D; */
    background-blend-mode: screen;
    color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.book-item-footer .form-control::placeholder {
    color: #ccc; /* or any color you prefer */
    opacity: 1;  /* ensure full visibility in some browsers */
}
.order-item-offer h6 {
    font-size: 12px;
    font-weight: 400;
}
/* .checkbox_animated {
    margin: 0 0.75rem 0 0;
} */
.checkbox_animated:after {
    width: 1.2rem !important;
    height: 1.2rem !important;
    top:0;
}
.checkbox_animated:before{
    left: 0.25rem;
    top: 0.35rem;
    z-index: 1;
    width: 0.70rem;
    height: 0.30rem;
}
.btn-footer-toggle .btn-lg {
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    border-radius: 4px;
    padding: 0;
    height: 30px;
    line-height: 24px;
    width: 30px;
    z-index: 999;
}
.btn-footer-toggle .btn-dark{
    background: #767676 !important;
    color: #fff;
    border-color: #767676 !important;
}
.book-item-footer.collapsed .order-item-offer,
.book-item-footer.collapsed .order-item-offer + .order-item-offer {
    display: none;
}


.order-item-offer.collapsed {
    display: block !important;
}
.w-33{
    width: 33.3% !important;
}

.book-item-footer .form-select {
    border: 1px solid #6a6a6a;
    background-color: #31322D;
    /* border: 1px solid #31322D; */
    background-blend-mode: screen;
    color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.book-item-footer .form-select option {
    background-color: #31322D; /* light blue */
    color: rgba(255, 255, 255, 0.8);

  }

  .allitem {
    position: relative;
    z-index: 0;
}

.allitem::before,
.allitem::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.allitem::before {
    left: 0;
    background-image: url(https://hotel.techiesquad.in/frontend/assets/images/veg.png);
}

.allitem::after {
    right: 0;
    background-image: url(https://hotel.techiesquad.in/frontend/assets/images/nonveg.png);
}

.kot-item-menu .menu-item li .submenu li:last-child {
    border-bottom: none !important;
}

.btn-footer-toggle .checkbox_animated:after {
    background: #fff !important;
    border: 1px solid #fff !important;
}
.btn-footer-toggle .checkbox_animated:after {
    width: 1rem !important;
    height: 1rem !important;
    top: 0;
    border-radius: 2px;
}
.btn-footer-toggle .checkbox_animated:before {
    left: 0.20rem;
    top: 0.30rem;
    z-index: 1;
    width: 0.70rem;
    height: 0.30rem;
}
.tg-list-item .square-checked .switch-state::before {
    content: "";
    border-radius: 0;
}


.cursor-pointer{
    cursor: pointer;
}


.kot-rightside {
    width: 130px;
}

.kot-leftside {
    width: calc(100% - 130px);
}
/* full screen and normal screen */
.full-screen-icon svg{
    width: 16px !important;
}

.full-screen-icon{
    width: 40px;
    height: 40px;
    /* background-color: #f1f8f1; */
    color:#333;
    cursor: pointer;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
}
.dark-only .full-screen-icon{
    color: #fff;
}
.full-screen-icon svg{
    width: 20px;
    height: 40px;
    line-height: 40px;
}
.full-screen-page-body{
    min-height: 100vh !important;
}
.full-screen-page-sub-header{
    display: none !important;
}
.full-screen-page-header {
    display: none;
}
/* full screen and normal screen exit*/

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
}
.border-tab.nav-primary .nav-link.active, .border-tab.nav-primary .nav-item.show, .border-tab.nav-primary .nav-link:focus, .border-tab.nav-primary .nav-link:hover {
    background-color: #33bfbf14;
    border-radius: 0;
}
@media (min-width: 576px) and (max-width: 1920px) {
    .border-tab.nav-tabs .nav-item .nav-link {
        padding-top: 10px;
    }
}

.border-tab.nav-tabs .nav-item .nav-link {
    text-transform: capitalize;
    font-weight: 600;
}

.checkout-bill-header td, .checkout-bill-header th{
    padding: 4px 8px;
}

.checkout-bill-header {
    max-width: 280px;
}

.room-tariff-details th, .room-tariff-details th:hover{
    background:#222;
    color: #fff !important;
}


.badge{
    letter-spacing: 1px;
    font-weight: 400;
}
.min-w92{
    min-width: 92px
}
.main-icon-checkbox .form-check-input:checked[type=checkbox] {
    background-image: none !important;
}
.radio-wrapper, .checkbox-wrapper {
    justify-content: start;
}
.radio-wrapper li, .checkbox-wrapper li {
    max-width: 143px;
}
.icon-dropdown .dropdown-toggle:hover {
    background: var(--theme-default);
    color: #fff;
}
.icon-dropdown .dropdown-toggle {
    /* background: #f1f8f1; */
    color: #444;
    padding: 4px 10px;
    border: 1px solid var(--theme-default);
}
.icon-dropdown .dropdown-item {
    line-height: 1.5;
    width: auto;
    opacity: 1;
}
.icon-dropdown .dropdown-menu .dropdown-item {
   border-top-width: 1px !important;
}
.icon-dropdown .dropdown-menu .dropdown-item:first-child {
    border-top-width: 0 !important;
}
.accesories-label {
    max-width: 140px;
    min-width: 140px;
}

/* ----kot monitor start---- */
.kitchen-kot-item-header{
    background: #f1f8f1;
    position: relative;
}
.kitchen-kot-item-header.running {
    background: #ff980026;
}
.kitchen-kot-item .item-title {
    font-weight: 600;
    min-width: 128px;
}
.kitchen-kot-item-body strong {
    font-weight: 700;
}

.kot-check-icon {
  width: 40px;
  height: 40px;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.kot-check-icon i{
    font-size: 26px;
}
/* ----kot monitor end---- */


.reservation .onhover-show-div{
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    position: absolute; /* Important */
    left: 0;
    top: 100%; /* Default open below parent */
    z-index: 1000;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.reservation .fs-6 {
    font-size: 0.75rem !important;
}

.reservation .onhover-show-div {
  /* -webkit-box-shadow: 4px 4px 0px -1px rgb(0, 0, 0);
  box-shadow: 4px 4px 0px -1px rgb(0, 0, 0); */
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  position: absolute; /* Important */
  left: 0;
  top: 100%; /* Default open below parent */
  z-index: 1000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* new reservation layout */
.reservation-list .table td {
    align-content: flex-start;
}
.reservation-room-type{
    align-content: center !important;
}
.reservation-itemlist-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    /* background: #f1f8f1; */
    overflow-x: visible;
    align-content: flex-start;
    overflow-y: initial;
    scrollbar-width: none;
}
.reservation-reserved-item {
    width: 60px;
    height: 60px;
    background: #f1f8f1;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    /* margin-bottom: 10px; */
    /* overflow: hidden; */
    padding: 0 15px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    /* border: 1px solid #e3e3e3; */
    cursor: pointer;
}
.reservation-reserved-item h5 {
    font-weight: 500;
    font-size: 14px;
}

.unallocated-itemlist-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 13px;
    /* background: #fff7e6; */
    overflow-x: hidden;
    align-content: flex-start;
    overflow-y: auto;
    scrollbar-width: none;
}
.unallocated-reserved-item {
    width: 122px;
    height: auto;
    background-color: #fff7e6;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    /* margin-bottom: 10px; */
    overflow: hidden;
    /* padding: 0 15px; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    /* border: 1px solid #e3e3e3; */
    cursor: pointer;
}

.unallocated-reserved-item h5 {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    padding: 4px 8px;
}

.reservation-list .w-33{
    width: 33% !important;
}

.reservation-list .table td {
    align-content: flex-start;
}

.reservation-room-type{
    align-content: center !important;
}

 /* Drag placeholder style */
.sortable-placeholder {
    border: 2px dashed #aaa;
    background: #f8f9fa;
    visibility: visible !important; /* ✅ ensure it shows */
    margin: 5px 0;
}

/* Make draggable items look clickable */
.room-reserved {
    cursor: move;
}

.reservation-list .signal-table {
    height: calc(100vh - 300px);
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)  {
  /* Tablet-specific styles go here */
  .kot-item-menu {
    width: 145px;
  }
  .kot-item-menu.food-items {
    width: calc(100% - 145px);

  }
  .kot-item-menu .menu-item li {
    width: 145px !important;
  }
  .kot-itemlist-wrapper {
    gap: 10px 15px;
  }
  .order-items table td a, .order-items table th a {
    font-size: 12px !important;
    display: block;
    }
    .order-items {
    overflow-x: hidden !important;
    }
    .order-items table td {
    padding: 0.5rem 0.5rem;
    }
    .order-items table thead th {
        text-align: left;
        padding: 0.5rem;
    }
    .kot-itemlist-wrapper {
    height: calc(100vh - 236px);
    }
   .kot-item-menu {
        height: calc(100vh - 182px);
        overflow-y: auto;
    }
    .order-items {
        height: calc(100vh - 333px);
        overflow-y: auto;
    }
    .book-item-wrapper {
        height: calc(100vh - 143px);
        
    }
    .kot-food-item h5 {
        font-weight: 500;
        font-size: 12px;
    }
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
   border-color: #000 !important;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: transparent !important;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #000 !important;
}

.radio-wrapper li .form-check-input:checked, .checkbox-wrapper li .form-check-input:checked {
    border: 2px solid #33BFBF !important;
    background-color: transparent;
}