#calendar-booking .dp-highlight-new:not(.dp-highlight) .ui-state-default, 
#calendar-booking .dp-highlight-new.dp-highlight-event:not(.dp-highlight) .ui-state-default {
    background: rgb(255 45 85 / 70%) !important;
    color: #FFF;
    border: 1px solid #ff6c88;
}
.form-booking-hotel .add-to-cart-hotel{
    display: none;
}
.woocommerce-error:before {
    background: transparent !important;
}
.wrap-date-event h2{
        font-size: 15px !important;
    line-height: 26px !important;
    color: #222 !important;
    font-weight: 400 !important;
    margin-left: 5px !important;
}
.wrap-date-event {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.show-table .summary-container{
    max-width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.show-table table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.show-table .room-table{
    border: 1px solid #ccc;
}
.message-error-date{
    color: #FF2D55;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}
.show-table .room-table thead{
    background-color: #FF2D55;
    color: #fff;
}
.form-booking-hotel{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.wrap-form-booking-hotel .woocommerce-notices-wrapper{
    margin-bottom: 20px;
}
.form-booking-hotel .add-to-cart-hotel{
    margin-bottom: 30px;

}
.form-booking-hotel .add-to-cart-hotel:hover{
    opacity: 0.8;
}
.show-table .room-table .room-person svg{
    fill: #FF2D55;
    width: 18px;
    height: 18px;
    margin-bottom: 3px;
}
.show-table .room-table .room-person p{
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.show-table .room-table  .room-quantity .input-error-message{
    color: #FF2D55;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
}
.show-table .room-table tbody td{
    padding: 10px;
}
.show-table .room-table .room-quantity input:disabled{
    background-color: #ccc;
}
.show-table .room-table .room-type span{
    font-weight: 600;
}
.show-table .room-table .room-quantity input{
    padding: 7px 5px 7px 13px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 45px;
}
.show-table .summary-container table {
    border-collapse: collapse;
    width: 400px;
}
.list-type-of-room input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 0;
}

.list-type-of-room input[type="radio"]:checked {
  border: 2px solid #FF2D55;
}

.list-type-of-room input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FF2D55;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#calendar-booking .ui-datepicker-header .ui-datepicker-title{
    display: flex;
    justify-content: center;
}
#calendar-booking .ui-datepicker-header a{
    top: 50%;
    transform: translateY(-50%);
}
#calendar-booking .ui-datepicker-header .ui-datepicker-title select{
    width: 100px;
    background-color: #fff;
}
/*  */
.select_type_of_room {
    width: calc(100% - 43px) !important;
    margin-bottom: 15px !important;
}
.wrap-type-booking {
    display: none;
    margin-top: 15px;
}
.wrap-type-booking select{
    width: calc(100% - 43px) !important;
}
.room-number-label{
    margin-top: 15px;
}
input.room-number {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    padding: 0.3em;
    border: 1px solid #ccc;
    width: calc(100% - 11px) !important;
    text-align: center;
    min-height: 35px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    border-radius: 5px;
}
select.wpcf7-form-control.wpcf7-select {
    width: calc(100% - 43px) !important;
}
input.wpcf7-form-control.wpcf7-number {
    background-color: #ffffff;
    color: #555555;
    border-color: #dce0e0;
    width: 100%;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: none;
    margin: 0;
    background: #fff;
    border: 1px solid #dce0e0;
    outline: none;
    -webkit-transition: border-color linear .3s;
    -moz-transition: border-color linear .3s;
    -o-transition: border-color linear .3s;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 5px;
    padding: 10px;
}
input.room-number::-webkit-inner-spin-button,
input.room-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.room-number{
  -moz-appearance: textfield;
}

.woocommerce-order-received .woocommerce-error{
    display: none;
}
.ui-widget.ui-widget-content {
    width: calc(100% - 8px) !important;
}
.calendar-active .dp-highlight:not(.ui-state-disabled) .ui-state-default {
    background: #FF2D55;
    color: #FFF;
    border: 1px solid #ff2d55;
}
#calendar-booking .ui-state-custom.ui-state-disabled .ui-state-default{
    opacity: 0.5;
}
#calendar-booking .ui-state-custom .ui-state-default{
    background: #fff;
}
#calendar-booking .dp-highlight .ui-state-default ,
#calendar-booking .dp-highlight.dp-highlight-event .ui-state-default {
    background: #FF2D55;
    color: #FFF;
    /* border: 1px solid #ff2d55; */
    border: 1px solid #000;
}
#calendar-booking .dp-highlight-event .ui-state-default {
    background: #fff;
    color: #454545;
    border: 1px solid #ff2d55;
}
.wrap-form-booking .next-step{
    max-width: fit-content;
    background-color: #FF2D55;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
}
.wrap-form-booking .next-step:hover{
    opacity: 0.8;
}
.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: none;
}
#datepicker {
    height: 300px;
    overflow-x: scroll;
}
.ui-widget {
    font-size: 100%
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}
body{
    position: relative;
}
.wrap-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.loader {
    width: 48px;
    height: 48px;
    display: none;
    z-index: 1;
    border-width: 3px 2px 3px 2px;
    border-style: solid dotted solid dotted;
    border-color: #FF2D55 rgb(255 255 255 / 0%) #000000 rgb(151 107 93 / 0%);
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
}
.ajax-load .loader {
    display: inline-block;
}
.loader-bg{
    display: none;
}
.ajax-load .loader-bg  {
    position: fixed;
    content:"";
    width: 100%;
    height:100%;
    background-color:rgb(255 255 255 / 70%);
    left:0;
    top:0;
    display: block;
    z-index: 1;
}
.loader:before , .loader:after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color:#000;
    transform: translate(-10px, 19px) rotate(-35deg);
}
.loader:after {
    border-color: #FF2D55 #0000 #0000 #0000;
    transform: translate(32px, 3px) rotate(-35deg);
}
@keyframes rotate {
    100%{    transform: rotate(360deg)}
}
/* #calendar-booking,.wrap-qty-js,.add-to-cart-hotel,.price-typeroom-new,.description-typeroom-new, .note-choise{
    display: none;
} */
.wrap-qty-js,.add-to-cart-hotel,.description-typeroom-new{
    margin-top: 15px;
}
/* .wrap-qty-js.disable {
    pointer-events: none;
} */
.wrap-qty-js.disable .input-text.qty ,
.wrap-qty-js.disable  .plus,
.wrap-qty-js.disable  .minus{
    pointer-events: none;
}
.form-booking .title {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: .1em;
    font-size: 13px;
}
.ui-datepicker th {
    padding: 0.4em .3em;
    font-size: 13px !important;
}
.woocommerce-table__product-name .wc-item-meta li ul li:nth-child(4),
.woocommerce-table__product-name .wc-item-meta li ul li{
    display: block !important;
}
.woocommerce-table__product-name .wc-item-meta li:nth-child(2) strong,
.woocommerce-table__product-name .wc-item-meta li:nth-child(4),
.woocommerce-table__product-name .wc-item-meta li:nth-child(5){
    display: none !important;
}
.day-available .ui-state-default {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
button.disabled {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
    pointer-events: none;
}
.woocommerce-cart-form .blockOverlay:not(.blockOverlay-custom){
    display: none !important;
}
.woocommerce .blockOverlay-custom::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}
.field-text-html {
    padding: 15px 0 0 0;
    display: none;
}
.woocommerce-message.error {
    background: #ff4a52 !important;
    border-color: #ff4a52 !important;
}
.woocommerce-page .product-quantity.error .quantity input.qty{
    border: 1px solid #ff4a52 !important;
}
.checkout-trigger {
    display: block;
    float: right;
    color: #ffffff !important;
    background: #ff2d55;
    padding: 8px 37px;
    border-radius: 35px;
    font-weight: 500;
    cursor: pointer;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    display: none;
}
/* Modal checkout error container styles */
.modal-checkout-error {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position to overlay the page */
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 1; /* Ensure it's on top of other content */
}
.admin-bar .modal-checkout-error {
    top: 52px;
}

/* Modal styles */
.modal-checkout-error .modal {
    background-color: #ff4a52;
    border-radius: 8px;
    padding: 20px;
    max-width: 300px;
    box-shadow: 0px 0px 10px rgb(255 45 85 / 10%);
    color: #ffffff;
}

/* Close button styles */
.modal-checkout-error .close {
    color: #ffffff; /* Close button color */
    float: right; /* Align right */
    font-size: 24px;
    font-weight: bold;
}

.modal-checkout-error .close:hover,
.modal-checkout-error .close:focus {
    color: #ffffff; /* Hover color */
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}
.cart_item.error {
    background:#ff4a52;
    color: #ffffff;
}
@media screen and (max-width: 768px){
    .ui-widget.ui-widget-content {
        width: calc(100%) !important;
    }
    .form-booking-hotel .add-to-cart-hotel{
        font-size: 13px;
    }
    .wrap-form-booking-hotel{
        padding: 0 12px;
    }
    .show-table .room-table thead th {
        padding: 10px 5px;
    }
}
@media screen and (max-width: 575px) {
    .wrap-form-booking-hotel {
        padding: 0;
    }
}