table {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

thead th {
    background: #f5f6fa;
    font-weight: 600;
    border: 1px solid #e0e0e0
}

tbody td {
    border: 1px solid #e0e0e0
}

th,
td {
    padding: 10px 12px;
    text-align: left
}

.btn-frame {
    display: block;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%
}

.floating-contact-btn {
    position: fixed;
    left: 15px;
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .16);
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s ease;
}

.floating-contact-btn:hover {
    text-decoration: none;
    transform: translateY(-3px) scale(1.04);
}

.floating-contact-btn--zalo {
    bottom: 180px;
    background: #0068ff;
    box-shadow: 0 6px 16px rgba(0, 104, 255, .32);
}

.floating-contact-btn--zalo:hover {
    box-shadow: 0 10px 22px rgba(0, 104, 255, .42);
}

.floating-contact-btn--messenger {
    bottom: 115px;
    background: linear-gradient(135deg, #00b2fe 0%, #006aff 50%, #9030ff 100%);
    box-shadow: 0 6px 16px rgba(0, 106, 255, .32);
    color: #fff;
}

.floating-contact-btn--messenger:hover {
    box-shadow: 0 10px 22px rgba(144, 48, 255, .42);
    color: #fff;
}

.floating-contact-btn svg {
    display: block;
    pointer-events: none;
}

#hotline.btn-frame .kenit-alo-circle {
    border: 2px solid red;
    border-color: red
}

#hotline.btn-frame .kenit-alo-circle-fill {
    background-color: red
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.btn-frame .zoomIn {
    animation-name: zoomIn
}

.btn-frame .pulse {
    animation-name: pulse
}

.btn-frame .kenit-alo-circle {
    width: 55px;
    height: 55px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #1182fc;
    opacity: .5
}

.btn-frame .kenit-alo-circle-fill {
    width: 65px;
    height: 65px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

#hotline.btn-frame i {
    background: red
}

.btn-frame i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-frame i img {
    vertical-align: middle;
    width: 30px
}

#hotline.btn-phone span {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    background: #ff2d2d;
    padding: 4px 14px 4px 28px;
    z-index: -1;
    border: 1px solid red;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.25);
}

.favorite-locations-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px
}

.favorite-locations-slide:nth-child(5n+1),
.favorite-locations-slide:nth-child(5n+2),
.favorite-locations-slide:nth-child(5n+3) {
    width: calc(33.33% - 15px)
}

.favorite-locations-slide:nth-child(5n+4),
.favorite-locations-slide:nth-child(5n+5) {
    width: calc(50% - 15px)
}

.favorite-locations-slide {
    position: relative
}

.favorite-locations-item {
    padding: 24px;
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(3, 58, 3, 0.12), 0 10px 10px 0 rgba(3, 58, 3, 0.06);
    aspect-ratio: 416 / 300
}

.favorite-locations-item img {
    border-radius: 24px
}

.favorite-locations-item__img {
    z-index: -1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 20px;
    overflow: hidden
}

.favorite-locations-item__img::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%)
}

.favorite-locations-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .35s ease
}

.favorite-locations-item:hover .favorite-locations-item__img img {
    transform: scale(1.12)
}

.bravo_wrap .gotrip_form_search .field-items {
    flex-direction: column;
}

.search-field-top {
    border-radius: 10px;
}

#location {
    height: 60px;
    padding: 0 16px 0 50px;
}

#location input[type="text"] {
    height: 100%;
    padding: 0;
}

#location .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 23px !important;
}

.bravo_wrap .gotrip_form_search .button-item {
    max-width: 100%;
}

.bravo_wrap .gotrip_form_search .button-item .button {
    max-width: 100%;
    border-radius: 10px;
    height: 60px !important;
}

.custom-bottom-fields {
    border: 0 !important;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.bravo_wrap .gotrip_form_search .field-items>.row>div:not(:last-child) {
    border-right: 0;
}

.custom-bottom-fields .border-right-light:first-child {
    width: calc(100% - 270px);
}

.custom-bottom-fields .border-right-light:last-child {
    width: 260px;
}

.custom-bottom-fields .border-right-light {
    background-color: #fff;
    border-radius: 10px;
    height: 70px;
    padding: 0 16px;
    border: 1px solid var(--color-border);
}

.date-wrapper {
    height: 100%;
}

.searchMenu-date {
    height: 100%;
}

.searchMenu-guests {
    height: 100%;
}

.searchMenu-guests__child {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.night-icon {
    padding-left: 3px;
}

body .daterangepicker {
    width: 700px;
    padding: 15px;
}

body .daterangepicker .drp-calendar.left {
    margin-right: 25px !important;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed thead tr:first-child {
    height: 48px;
    align-items: center;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed thead tr:first-child .prev,
body .daterangepicker .drp-calendar .calendar-table table.table-condensed thead tr:first-child .next {
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed thead tr:first-child .prev {
    left: 0;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed thead tr:first-child .next {
    right: 0;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed thead tr:last-child {
    gap: 5px;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed thead tr:last-child>* {
    width: 40px;
    height: 40px;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed tbody tr td {
    width: 40px;
    height: 40px;
}

.form-search-all-service .container {
    max-width: 1100px;
}

.room-count-render span {
    text-transform: capitalize;
}

.night-count-wrapper {
    position: relative;
    height: 100%;
}

.night-count-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: scaleX(-50%);
    background-color: #959595;
    width: 1px;
    height: 20px;
    z-index: 10;
}

.night-count-wrapper::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: scaleX(-50%);
    background-color: #959595;
    width: 1px;
    height: 25px;
    z-index: 10;
}

body .daterangepicker .drp-calendar .calendar-table table.table-condensed tbody tr {
    gap: 6px;
}




/* Checkout Stepper */
.checkout-stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.checkout-stepper .step {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.checkout-stepper .step-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #D0D0D0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    flex-shrink: 0;
}

.checkout-stepper .step-label {
    display: flex;
    flex-direction: column;
}

.checkout-stepper .step-title {
    font-weight: 500;
    font-size: 15px;
    color: #1A1A1A;
    line-height: 1.2;
}

.checkout-stepper .step-desc {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
}

.checkout-stepper .step-arrow {
    width: 65px;
    height: 2px;
    background-color: #D0D0D0;
    margin: 0 20px;
    position: relative;
}

.checkout-stepper .step-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #D0D0D0;
    border-right: 3px solid #D0D0D0;
}

/* Active & Done States */
.checkout-stepper .step.active .step-icon,
.checkout-stepper .step.done .step-icon {
    background-color: #09A109;
    color: #fff;
}

.checkout-stepper .step-arrow.active::after,
.checkout-stepper .step-arrow.done::after {
    border-color: #3d9f00;
}

.checkout-stepper .step-arrow.active,
.checkout-stepper .step-arrow.done {
    background-color: #3d9f00;
}

@media (max-width: 768px) {
    .checkout-stepper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .checkout-stepper .step {
        width: 100%;
    }

    .checkout-stepper .step-arrow {
        display: none;
    }
}


/* Checkout Hotel Info */
.checkout-hotel-info {
    margin-bottom: 30px;
}

.checkout-hotel-info .hotel-image img {
    width: 100%;
    max-width: 300px;
    max-height: 200px;
    object-fit: cover;
}

.checkout-hotel-info .hotel-title {
    font-size: 30px;
    font-weight: 600;
    color: #044700;
}

.checkout-hotel-info .icon-star {
    font-size: 12px;
    color: #F8D448;
}

.checkout-hotel-info .hotel-address {
    font-size: 15px;
    color: #3A3B3F;
}

.checkout-hotel-info .amenities-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 15px;
}

.checkout-hotel-info .amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1A1A1A;
}

.checkout-hotel-info .amenity-item i {
    font-size: 18px;
    color: #09A109;
}

@media (max-width: 768px) {
    .checkout-hotel-info .hotel-title {
        font-size: 24px;
    }

    .checkout-hotel-info .hotel-image img {
        max-width: 100%;
    }
}


/* Checkout Info Wrapper */
.checkout-info-wrapper {
    margin-bottom: 40px;
}

.checkout-room-info {
    margin-bottom: 20px;
}

.checkout-room-info .room-header {
    background-color: #8DED96;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-room-info .room-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.checkout-room-info .room-content-box {}

.checkout-room-info .room-details-left {
    width: 100%;
}

.checkout-room-info .room-name-pax {
    font-size: 18px;
    font-weight: 500;
    color: #044700;
    margin-bottom: 5px;
}

.change-room-link {
    font-size: 16px;
    color: #CC0000;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
}

/* Checkout Bed Info */
.checkout-bed-info {
    margin-bottom: 20px;
}

.checkout-bed-info .bed-header {
    background-color: #8DED96;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-bed-info .bed-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.checkout-bed-info .bed-list {
    padding-left: 5px;
}

.checkout-bed-info .bed-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 8px;
}

/* Checkout Stay Info */
.checkout-stay-info {
    margin-bottom: 20px;
}

.checkout-stay-info .stay-header {
    background-color: #8DED96;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-stay-info .stay-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.checkout-stay-info .stay-list {
    padding-left: 15px;
}

.checkout-stay-info .stay-item {
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Checkout Guest Info */
.checkout-guest-info {
    margin-bottom: 20px;
}

.checkout-guest-info .guest-header {
    background-color: #8DED96;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-guest-info .guest-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.checkout-guest-info .selection-wrapper {
    padding-left: 5px;
}

.checkout-guest-info .selection-item {
    margin-bottom: 15px;
}

.checkout-guest-info .selection-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
    cursor: pointer;
}

.checkout-guest-info .selection-item input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.checkout-guest-info .user-details-list {
    padding-left: 15px;
    margin-top: 10px;
}

.checkout-guest-info .user-detail-item {
    font-size: 17px;
    color: #1A1A1A;
    margin-bottom: 8px;
    font-weight: 500;
}

.checkout-guest-info .user-detail-item .update-link {
    font-size: 15px;
    color: #CC0000;
    text-decoration: underline;
    margin-left: 10px;
    font-weight: 400;
}

.checkout-guest-info .book-for-other-form {
    padding-left: 30px;
    margin-top: 15px;
    display: none;
    /* Initially hidden */
}

.checkout-guest-info .input-group-custom {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.checkout-guest-info .input-group-custom label {
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    min-width: 250px;
}

.checkout-guest-info .input-group-custom input {
    background-color: #E8F5E9;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    flex-grow: 1;
    max-width: 350px;
    height: 40px;
}

.checkout-guest-info .selection-item input[type="radio"]:checked+span+.user-details-list,
.checkout-guest-info .selection-item input[type="radio"]:checked+span+.book-for-other-form {
    display: block !important;
}

@media (max-width: 768px) {

    .checkout-room-info .room-header,
    .checkout-bed-info .bed-header,
    .checkout-stay-info .stay-header,
    .checkout-guest-info .guest-header {
        min-width: 100%;
    }

    .checkout-guest-info .input-group-custom {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .checkout-guest-info .input-group-custom label {
        min-width: unset;
    }

    .checkout-guest-info .input-group-custom input {
        max-width: 100%;
        width: 100%;
    }
}

/* ===== Invoice Request Section ===== */
.checkout-invoice-info .selection-item {
    margin-bottom: 15px;
}

.checkout-invoice-info .selection-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
    cursor: pointer;
}

.checkout-invoice-info .selection-item input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkout-invoice-info .invoice-details-form {
    padding-left: 30px;
    margin-top: 15px;
}

.checkout-invoice-info .invoice-details-form input[type="text"] {
    background-color: #E8F5E9;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    max-width: 350px;
    height: 40px;
}


@media (max-width: 992px) {
    .col-button-item {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }

    .bravo_wrap .gotrip_form_search .field-items>.row>div:not(:last-child) {
        border-bottom: 0;
    }

    .custom-bottom-fields .border-right-light {
        width: 100% !important;
    }

    .custom-bottom-fields {
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .night-count-wrapper::after {
        height: 22px;
    }

    .night-count-wrapper::before {
        height: 17px;
    }

    .favorite-locations-item__img {
        border-radius: 12px;
    }

    .favorite-locations-item img {
        border-radius: 12px;
    }

    .bravo_wrap .gotrip_form_search .button-item .button {
        height: 45px !important;
    }

    .custom-bottom-fields .border-right-light {
        height: 60px;
    }

    #location {
        height: 45px;
    }

    .favorite-locations-wrapper {
        gap: 10px
    }

    .favorite-locations-slide:nth-child(5n+1),
    .favorite-locations-slide:nth-child(5n+2),
    .favorite-locations-slide:nth-child(5n+3) {
        width: calc(50% - 8px)
    }

    .favorite-locations-item {
        padding: 12px;
        border: 2px solid #fff;
        border-radius: 12px;
    }

    .favorite-locations-slide:nth-child(5n+4),
    .favorite-locations-slide:nth-child(5n+5) {
        width: calc(50% - 8px)
    }

    .favorite-locations-item h3 {
        font-size: 18px
    }
}

/* Checkout Price Info */
.checkout-price-info {
    margin-bottom: 20px;
}

.checkout-price-info .price-header {
    background-color: #8DED96;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-price-info .price-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.checkout-price-info .price-content-box {
    padding-left: 15px;
}

.checkout-price-info .price-line {
    font-size: 18px;
    font-weight: 500;
    color: #044700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.checkout-price-info .coupon-badge {
    background-color: #1B5E20;
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
}

.checkout-price-info .coupon-desc {
    background-color: #A5D6A7;
    color: #1A1A1A;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.checkout-price-info .tiim-point-info {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.checkout-price-info .tiim-point-info .balance {
    font-size: 17px;
    font-weight: 500;
    color: #044700;
    margin-bottom: 8px;
}

.checkout-price-info .tiim-point-info .input-group-point {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #044700;
}

.checkout-price-info .tiim-point-info input {
    background-color: #a5d6a7;
    border: none;
    border-radius: 8px;
    padding: 6px 15px;
    width: 150px;
    height: 36px;
}

.checkout-price-info .final-total-line {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.checkout-price-info .final-total-line .amount {
    font-size: 20px;
    font-weight: 600;
    color: #044700;
}

.checkout-price-info .final-total-line .earn-badge {
    background-color: #1B5E20;
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}

.checkout-price-info .included-list-title {
    font-size: 17px;
    font-weight: 600;
    color: #044700;
    margin-bottom: 5px;
}

.checkout-price-info .included-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.checkout-price-info .included-list li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #044700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.checkout-price-info .included-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #044700;
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 768px) {
    .checkout-price-info .price-header {
        min-width: 100%;
    }

    .checkout-price-info .final-total-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ===== Checkout Payment Section ===== */
.checkout-payment-section .req-header h3 {
    margin-top: 0;
}

.payment-gateway-list .payment-item {
    margin-bottom: 12px;
}

.payment-gateway-list .payment-item label {
    cursor: pointer;
    user-select: none;
}

/* Custom Radio Button (Square with checkmark) */
.form-radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.form-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 2;
    margin: 0;
}

.form-radio__mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.form-radio input:checked~.form-radio__mark {
    background-color: #09A109;
    border-color: #09A109;
}

.form-radio__icon {
    display: none;
    color: #fff;
    font-size: 10px;
}

.form-radio input:checked~.form-radio__mark .form-radio__icon {
    display: block;
}

.payment-gateway-list .payment-item img {
    max-height: 24px;
    object-fit: contain;
}

.cardImage__leftBadge.bg-tag-combo {
    top: 15px;
    left: -9px !important;
    background-color: #e53935;
}

.tag-combo span {
    color: #fff;
    font-size: 12px;
}

.tag-combo {
    position: relative;
    line-height: normal;
}

.tag-combo::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: transparent;
    bottom: -9px;
    border-width: 0 10px 10px 0;
    border-right-color: #9c0000;
    left: 0;
}

.row_search_hotel {
    --bs-gutter-x: 50px;
}

.searchMenu-loc .clear-loc {
    top: 10px;
    right: 10px;
}

.btn-download-pdf:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .div#ai-button {
        bottom: 300px !important;
        right: 20px !important
    }
    body .daterangepicker {
        left: 28% !important;
        margin-left: 0;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    body .daterangepicker {
        width: 92% !important;
        left: 50% !important;
    }

    #hotline span,
    #hotline.btn-phone span,
    .btn-phone span {
        display: none !important;
    }

    #hotline {
        bottom: 35px !important;
    }

    .floating-contact-btn--messenger {
        bottom: 90px !important;
    }

    .floating-contact-btn--zalo {
        bottom: 145px !important;
    }
}

@media (max-width: 576px) {
    #hotline span,
    #hotline.btn-phone span {
        display: none !important;
    }

    #ai-button {
        bottom: 65px !important;
        right: 25px !important;
    }

    #hotline {
        bottom: 35px !important;
    }

    .floating-contact-btn--messenger {
        bottom: 90px !important;
    }

    .floating-contact-btn--zalo {
        bottom: 145px !important;
    }

    .searchMenu-loc__field {
        max-width: none;
        width: 100%;
        left: 0;
        overflow: hidden;
    }

    .bravo_wrap .form-search-all-service .searchMenu-guests .count-display input {
        min-width: 30px
    }

    .searchMenu-guests__field {
        left: 0;
        right: 0
    }

    .dropdown-mobile-header {
        display: flex !important;
    }
}

/* Hotel detail: date search giống trang chủ */
.hotel_rooms_form .form-search-rooms .form-date-search-hotel-detail {
    border: 1px solid #d7dce3;
    border-radius: 4px;
    height: 100%;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hotel_rooms_form .form-search-rooms .form-date-search-hotel-detail .date-wrapper {
    height: auto;
    min-height: 60px;
    align-items: center;
}

.hotel_rooms_form .form-search-rooms .form-date-search-hotel-detail .check-in-box,
.hotel_rooms_form .form-search-rooms .form-date-search-hotel-detail .check-out-box {
    flex: 1;
    padding: 4px 0;
    position: relative;
}

.hotel_rooms_form .form-search-rooms .form-date-search-hotel-detail:hover {
    border-color: #5191fa;
}

.hotel_rooms_form .form-search-rooms .form-date-search-hotel-detail .check-in-box:hover,
.hotel_rooms_form .form-search-rooms .form-date-search-hotel-detail .check-out-box:hover {
    background-color: rgba(81, 145, 250, 0.05);
    border-radius: 4px;
}
