@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap";
:root{
    --default-text-color: #212b37;
    --text-muted: #6e829f;
    --input-border: #dee7f1;
    --form-control-bg: #ffffff;
    --primary-color: #24265d;
    --secondary-rgb: rgb(158, 92, 247);
    --border-color: rgba(255, 255, 255, .1);
  
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

body {
	font-family:'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #212b37;
    line-height: 22px;
    background: #f1f3f7;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;}

a {	color:#212b37;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus, .form-control:focus {	outline:0;	 box-shadow: none;}

ul,li {
    list-style-type:none;
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
 
}

/**************\
    TYPOGRAPHY
\**************/

.bg-primary{
    background: var(--primary-color) !important;
}

.text-default {
    color: var(--default-text-color)!important
}

.text-muted {
    color: var(--text-muted)!important
}

.text-primary {
    color: var(--primary-color)!important;
    opacity: 1
}

.text-gray{
    color: #7e7e7e;
}

.fs-40    {     font-size: 40px;	line-height: 48px;}
.fs-35    {     font-size: 35px;	line-height: 40px;}
.fs-32    {     font-size: 32px;	line-height: 38px;}
.fs-30    {     font-size: 30px;	line-height: 36px;}
h1        {	    font-size: 50px;	line-height: 58px;}
h2,.fs-28 {	    font-size: 28px;	line-height: 32px;}
h3,.fs-24 { 	font-size: 24px;	line-height: 28px;}
h4,.fs-22 {		font-size: 22px;    line-height: 26px;}
h5,.fs-20 {		font-size: 20px;    line-height: 24px;}
h6,.fs-18 {		font-size: 18px;	line-height: 22px;}
.fs-17    {     font-size: 17px;    line-height:21px;}
.fs-16    {		font-size: 16px;	line-height: 20px;}
.fs-15    {		font-size: 15px;	line-height: 20px;}
.fs-14    {		font-size: 14px;	line-height: 18px;}
.fs-12    {		font-size: 12px;    line-height: 15px;}
.fs-10    {		font-size: 10px;    line-height: 14px;}

.rounded5 {border-radius: 5px;}
.rounded10{border-radius: 10px;}
.rounded15{border-radius: 15px;}
.rounded20{border-radius: 20px;}

.op-1{opacity: .1;}
.op-2{opacity: .2;}
.op-3{opacity: .3;}
.op-4{opacity: .5;}
.op-5{opacity: .5;}
.op-6{opacity: .6;}
.op-7{opacity: .7;}
.op-8{opacity: .8;}
.op-9{opacity: .9;}

.custom-btn{
    display: inline-block;
    padding: 9px 20px;
    background:var(--primary-color);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    transition: all .3s ease-in;
    color: #fff;
	border-radius:8px;
    text-transform: capitalize;
}

.bg-btn , .btn-small{
    font-size: 14px;
    border: 1px solid #24265d;
    color: #ffffff;
    background: #2a2464;
}

.bg-btn:hover, .cancel-btn{
    color: #2a2464;
    background: #ffffff;    
}

/**************\
     TABLE
\**************/

table tr th {
    background-color: #f1f3f7 !important;
}

/**************\
     BUTTON
\**************/

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #24265d;
    --bs-btn-border-color: #24265d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #24265d;
    --bs-btn-hover-border-color: #24265d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #24265d;
    --bs-btn-active-border-color: #24265d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #24265d;
    --bs-btn-disabled-border-color: #24265d;
}

/**************\
     FORM
\**************/


.form-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--default-text-color);
}

.form-control {
    border-color: var(--input-border);
    color: var(--default-text-color);
    background-color: var(--form-control-bg);
    font-size: .8125rem;
    font-weight: var(--default-font-weight);
    line-height: 1.7;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.form-check-input {
    border: 1px solid var(--text-muted) !important;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 0;
}

.form-control {
    border-color: var(--input-border);
    color: var(--default-text-color);
    background-color: #f8f8ff;
    font-size: .8125rem;
    font-weight: var(--default-font-weight);
    line-height: 1.7;
    border-radius: .25rem;
    padding: 8px 10px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.input-group-text {
    border-color: var(--input-border);
    font-size: .875rem;
    border-radius: .25rem;
    background-color:#f1f3f7;
}


.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    flex-direction: row-reverse;
    font-size: 14px;
    gap:10px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding-left: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    cursor: pointer;
    background-size: 8px;
    border: 1px solid #444;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #24265d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted{
    background-color: #24265d;
    color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #24265d47;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #23255b;
    box-shadow: 0 0 0 .25rem rgb(36 38 93 / 18%);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{
    font-size: 14px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 15px;
    font-size: 12px;
    text-align: center; 
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: var(--default-text-color);
    background-color: #fff;      
}

.select2-results__option[aria-selected="true"]:before {
    cursor: pointer;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: inline-block;
    width: auto;
    height: 1.5rem;
    padding-left: 10px;
    vertical-align: middle;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--primary-color);
    border-radius: 0.375rem;
    padding: 0.375rem;
}

.select2-results__options li li:before {
    content: '';
    display: inline-flex;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.select2-results__options li li[aria-selected="true"]:before{
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}

.color-swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.select2-container--default .select2-results__option[role=group] strong {
    background: #caccee;
}

.select2-container--default .select2-results__option[role=group] strong {
    background: #caccee;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: transparent;
    border: 0 !important;
    padding: 0;
    min-height: auto;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #24265d;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #24265d;
    color: #fff;
    padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 22px;
    padding: 1px;
    font-size: 20px;
    line-height: normal;
}


/* Picker size */
.pcr-app {
    width: 250px !important;
  }

  .pcr-color-palette {
    height: 180px !important;
    border-radius: 6px;
  }

  .pcr-hue {
    height: 12px !important;
    margin-top: 14px;
    border-radius: 6px;
  }

  /* Fix weird selector handles */
  .pcr-color-palette .pcr-palette-picker,
  .pcr-slider .pcr-slider-picker {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
  }

  /* Hide unnecessary buttons */
  .pcr-button {
    display: none !important;
  }

  .form-switch .form-check-input{
    width:2.5em;
  }

/**************\
     SIDEBAR
\**************/

.user-info {
    position: fixed;
    right: 10px;
    padding: 5px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
}

.sidebar{
    position: fixed;
    height: 100%;
    background: var(--primary-color);
    width: 15rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.sidebar .border-bottom {
    border-bottom: 1px solid #ffffff1c !important;
}

.sidebar nav ul li {
    margin: 0;
    padding: 0 .5rem;
}

.sidebar .side-menu__item {
    padding: .65rem 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: .8rem;
    color: #b2b8c7;
    font-weight: 400;  
    border-radius: .5rem;
}

.sidebar .side-menu__item:hover {
    background: #ffffff36;
    color: #fff;
}

.sidebar .side-menu__item svg.side-menu__icon {
    width: 20px;
    height: 20px;
    margin-inline-end: .75rem;
    line-height: 0;
    font-size: 1rem;
    text-align: center;
    color: var(--menu-prime-color);
}

/**************\
     PAGE
\**************/

.login-wrpper {
    background: #2f3065;
}

.login-logo img{
    height: 100px;
}





.page-content{
    margin-block-end: 0;
    margin-inline-start: 15rem;
    padding-bottom: 15px;
}

.icon-box-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cfd0e5;
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

.icon-box-md {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cfd0e5;
    min-width: 35px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

.icon-box-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cfd0e5;
    min-width: 25px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
}

.icon-box-sm:hover i {
    color: #fff;
}
.icon-box-sm:hover {
    background: var(--primary-color);
}



.custom-card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 6px 16px 2px #0000000d;
    border: 0;
    position: relative; 
}

.custom-card2 {
    border-radius: 5px;
    background-color: #f9f9fa;
    border: 0;
    position: relative; 
}


.nav.tab-style {
    background-color: rgb(207 208 229);
    border-radius: 5px;
    border: 0;  
}

.nav-tabs {
    border-color: var(--default-border);
}

.nav.tab-style .nav-link {
    border-radius: .3rem;
    padding: .35rem 1rem;
    background: #fff;
    border: 1px solid #55189521;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ecf3fb;
}

.nav.tab-style .nav-link.active, .nav.tab-style .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 .125rem .25rem #0000000d;
    transition: color .15s ease-in;
}

.nav-tabs .nav-link{
    color: #212b37;
}

.tab-box-item {
    border: 1px solid #dee7f1;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    padding:0 10px 0 0;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #24265d;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
    margin-bottom: 18px;
    border: 1px solid #ddddf5 !important;
    border-radius: 3px !important;
    overflow: hidden;
}

.accordion-item button {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}

.accordion-button::after {
    background-size: 14px;
    background-position: center;
    background-color: #cfd0e5;
    border-radius: 100%;
}

.custom-form-field label{
    font-size: 12px;
    margin-bottom: 3px;
}

.trash-btn{
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #ce0000;
    border-radius: 5px;
    min-width: 25px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.delete-btn{
    background: #ce0000;
    border-radius: 5px;
    display: inline-block;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    transition: all .3s ease-in;
    color: #fff;
	border-radius:8px;
    text-transform: capitalize;
}

.property-gallery{
    height: 100px;
    width: 100%;
    border: 2px dashed var(--primary-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2ff;
}

.custom-badge {
    display: inline-block;   
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 14px;
    background: #dedfff;
}

.badge-kingsuite{
    background: #b1d0ff;
}

.badge-queenroom{
    background: #ffb1b1;
}

.badge-queensuite{
    background: rgb(207 208 229);
}

.badge-twinroom{
    background: #f9d2ed;
}

.required{
    color: #ff0000;
}

.accordion-btn-style2 > .accordion-item > .accordion-header > .accordion-button::after{
    margin-left: 0;
}

.accordion-btn-style2 .accordion-button .form-check {
    display: flex;
    align-items: center;
    gap: 2px;
}

.accordion-button:not(.collapsed) label , .accordion-button:not(.collapsed) a, .accordion-button:not(.collapsed) .text-primary{
    color: #fff !important;
}

.promo-days label{
    cursor: pointer;
}

.promo-days input:checked ~ label {
    background: #24265d;
    color: #fff;
}

.dynamic-rate-table span.rate-day {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.dynamic-rate-table .rate-percent{
    color: #7e7e7e;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.dynamic-rate-table .progress {
    height: 4px;
    background: #cfd0e5;
}

.dynamic-rate-table .progress-bar {
    background-color: #24265d;
}

.dynamic-room-form-field input:not([type=checkbox]){
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    min-width: 65px;
    max-width: 65px;
}

.dynamic_rate_td input[type=checkbox]{
    width: 15px;
    height: 15px;
    min-width: 15px;
}

.dynamic_rate_td > div{
    min-height: 26px;
}

.dynamic-rate-table tr th:first-child,
.dynamic-rate-table tr td:first-child{
    min-width: 150px;
    position: sticky; /* Makes the first column fixed */
    left: 0; 
}

.dynamic-rate-table {
    border-collapse: separate;
    width: 100%;
    overflow-x: auto;
    display: block;
    border-spacing: 0;
}

.dynamic-rate-table .border-top {
    border-color: #fff !important;
}

.dynamic-rate-table th, .dynamic-rate-table td {
    padding: 5px;
}

.dynamic-rate-table .bg-color1 td {
    background: #dddefb;
}

.dynamic-rate-table .bg-color2 td {
    background: rgb(247, 230, 221)
}

.dynamic-rate-table .bg-color3 td {
    background: #e3f7e0;
}

.dynamic-rate-table .bg-color4 td {
    background: #f6e0f7;
}

.dynamic-rate-table .bg-color5 td {
    background: #cfddf2;
}

.ui-widget-header{
    background: #fff;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    font-family: 'Poppins', sans-serif;
    width: 260px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    width: 34px;
    font-size: 12px;
}

.ui-datepicker th{
    font-weight: 500;
}

.ui-widget-header {
    background: #f1f3f7;
    color: #000000;
    border: 0;
    margin-bottom: 2px;
}

.ui-datepicker table tr th{
    background-color: transparent !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff;
    background: #ffffff;
    font-weight: normal;
    color: #454545;
    border-radius: 3px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #24265d;
    background: #24265d;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    opacity: 0;
}

.ui-datepicker .ui-datepicker-prev:before{
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-next:before{
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{
    border: 0;
}

.ui-datepicker .ui-datepicker-prev-hover{
    left: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover{
    right: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-inventory{
    min-width: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    width: 26px;
    height: 26px;
    background: #E4F1ED;
    color: #00711e;
    border-radius: 3px;
}

.total-available{
    min-width: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    width: 26px;
    height: 26px;
    background: #b8b8b8;
    color: #000000;
    border-radius: 3px;
}

.online_inventory_td input.adjust-reserve{
    min-width: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    width: 26px;
    height: 26px;
}

.dynamic-rate-table tbody {
    display: table;
    width: 100%;
}

.daterangepicker{
    font-family: 'Poppins', sans-serif;
}

.daterangepicker td.in-range {
    background-color: #e9e9fb;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #24265d;
}

.daterangepicker .calendar-table th{
    background-color: transparent !important;
}

.form-daterange:before {
    content: '\f073';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    display: inline-block;
}

.form-control-prefix {
    position: relative;
}

.form-control-prefix input::-webkit-outer-spin-button,
.form-control-prefix input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
}

.form-control-prefix input {
    font-size: .8125rem;
    line-height: 1;
    max-width: 80px;
    width: inherit;
}

.custom-numeric-btn button{
    background: var(--primary-color);
    color: #fff;
    height: 11px;
    width: 15px;
    font-size: 8px;
    border: 0;
    text-align: center;
    line-height: 12px;
    padding: 0;
}

.custom-numeric-btn button:hover {
    background: #cfd0e5;
    color: var(--primary-color);
}

.form-control-prefix .input-prefix {
    white-space: nowrap;
    margin-left: auto;
    opacity: .5;
}

.reservation-today-date{  
    background: #caccee;
    font-size: 16px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: max-content;
    min-width: 40px;
}

.reservation-today-date span{
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: 100%;
    padding:2px 5px;
    text-align: center;
}

.dynamic-rate-table span.rate-day {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.reservation-table span.rate-day {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.reservation-table .rate-percent{
    color: #7e7e7e;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.reservation-table .progress {
    height: 4px;
    background: #cfd0e5;
}

.reservation-table .progress-bar {
    background-color: #24265d;
}

.reservation-table span.rate-day.bg-light {
    background: #dce5f9 !important;
    min-width: 18px;
    text-align: center;
}

.reservation-table tr td {
    padding: 5px 2px;
}

.reservation-table tr .bg-color1, .reservation-table-dat .bg-color1{
    background: #dddefb;
}

.reservation-table tr .bg-color2,  .reservation-table-dat .bg-color2{
    background: rgb(247, 230, 221)
}

.reservation-table tr .bg-color3, .reservation-table-dat .bg-color3 {
    background: #e3f7e0;
}

.reservation-table tr .bg-color4 , .reservation-table-dat .bg-color4{
    background: #f6e0f7;
}

.reservation-table tr .bg-color5, .reservation-table-dat .bg-color5 {
    background: #cfddf2;
}
.reservation-table tr .reservation-table-first-td{
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    min-width: 160px;
}


.reservation-room-info{
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    font-weight: 400;
}

.reservation-table tr .reservation-table-first-td:hover .reservation-room-info {
    opacity: 1;
    visibility: visible;
}

.reservation-room-info:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #cfcfcf;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: -8px;
    position: absolute;
    border-right: 0;
    border-top: 0;
    border-radius: 0 0 0 4px;    
}

.reservation-table tr:first-child, .reservation-table tr:nth-child(2){
    border-right: 0;
}

.reservation-table tr td {
    border-right: 1px solid #e9e6e6;
}

.search-form-reservation{
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10px;
    background: #f0f0fb;
}

.search-form-reservation input{
    width: 100%;
    border: 0;
    padding: 0 15px;
    background: transparent;
    font-size: 14px;
}

.search-form-reservation button{
    border-radius: 0 5px 5px 0;
}

.table-order-btn{
    line-height: 12px;
    cursor: pointer;
}

.table-order-btn span:hover{
    color: var(--primary-color);
}

.w-150px{
    width: 150px;
}

.new-rese-label{
    min-width: 100px;
    background: #f8f8ff;
    border-radius: 5px;
    padding: 8px 10px;
    border: 1px solid #dee7f1;
    width: max-content;
    text-align: center;
}

.new-reservation-total-input{
    font-size: 14px;
    border: 1px solid #dee7f1;
    background: #f8f8ff;
    padding: 8px 10px;
    border-radius: 5px;
}

.new-reservation-fix-menu{
    background: #f8f8ff;
}

.new-reservation-fix-menu a{
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    color: #707070;
    padding: 10px 5px;
    font-size: 12px;
}

.new-reservation-fix-menu a.active, .new-reservation-fix-menu a:hover{
    color: var(--primary-color);
}

.new-reservation-fix-menu a.active .icon-box-sm, .new-reservation-fix-menu a:hover .icon-box-sm{
    background: var(--primary-color);
    color: #fff;
}

#stepNav::-webkit-scrollbar {
  display: none;
}

.reservation-initial{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
    background: #caccee;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    color: #000;   
}

.reservation-table-data .reservation-initial.bg-color1{    background: #a2a3ce;  }
.reservation-table-data .reservation-initial.bg-color2{    background: #f3c2a8;  }
.reservation-table-data .reservation-initial.bg-color3{    background: #bee4b8;  }
.reservation-table-data .reservation-initial.bg-color4{    background: #eea6f1;  }
.reservation-table-data .reservation-initial.bg-color5{    background: #69a0f1;  }

.reservation-table-data{
    position: relative;
    padding: 2px;
}

.reservation-card{
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: 100%;
    left: 25px;
    width: 320px;
    z-index: 1;
}

.reservation-table-data:hover .reservation-card{
    opacity: 1;
    visibility: visible;
}

.reservation-card .small{
    font-size: 10px; 
    line-height: 12px;
}

.reservation-date{
    font-size: 12px;
    font-weight: 500;
}

.reservation-card span.icon-badge {
    display: flex;
    background: var(--primary-color);
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    min-width: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.reservation-card .bg-gray{
    background: #f8f8f8;
}

.dynamic_rate_td input.stopsell-checkbox, .closed-checkbox{
    border-color: #910000 !important;
}
.dynamic_rate_td input.close-arrive-checkbox,  .cta-checkbox{
     border-color: #2f7ac4 !important;
}
.dynamic_rate_td input.close-depart-checkbox, .ctd-checkbox{ 
     border-color: #e7760d !important;
}
.dynamic_rate_td input.revenue-checkbox, .revenue-checkbox{
     border-color: #0d5800 !important;
}
.dynamic_rate_td input.stopsell-checkbox:checked, .closed-checkbox:checked{
    background-color: #910000 !important;
}
.dynamic_rate_td input.close-arrive-checkbox:checked, .cta-checkbox:checked{
    background-color: #2f7ac4 !important;
}
.dynamic_rate_td input.close-depart-checkbox:checked, .ctd-checkbox:checked{
    background-color: #e7760d;   
}
.dynamic_rate_td input.revenue-checkbox:checked, .revenue-checkbox:checked{
    background-color: #0d5800;
}