.w-68 {
    width: 68%;
}

.rounded-top-60px {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.rounded-top-40px {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.top-60 {
    top: 60%;
}

.mb-55px {
    margin-bottom: 3.5rem;
}

.mt-12 {
    margin-top: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.radius-12px {
    border-radius: 0.75rem;
}

.w-24px {
    width: 5.7rem;
}

.text-13px {
    font-size: 0.8125rem !important;
}

.text-15px {
    font-size: 15px !important;
}

.rounded-right-12px {
    border-radius: 0 0.75rem 0.75rem 0;
}

.top-16px {
    top: 1rem;
}

.text-FFB72C {
    color: #FFB72C;
    font-size: 16px;
}

.text-BCBCBC {
    color: #BCBCBC;
    font-size: 16px;
}

.border-dashed {
    border-style: dashed;
    /* Định dạng viền thành nét đứt */
}

input[type="checkbox"]::after {
    color: #FF8640 !important;
}

.form-check-input:checked {
    background-color: #FF8640;
    border-color: #FF8640;
}

.form-control-custome-height {
    height: 50px;
}

.form-check-input:focus,
.form-control:focus,
.form-select:focus {
    border-color: #FF8640;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ffe9d4;
}

::selection,
.form-control::selection,
.form-select::selection {
    background-color: #FF8640;
    color: white;
}

::-moz-selection,
.form-control::selection,
.form-select::selection {
    background-color: #FF8640;
    color: white;
}

.form-select option:hover {
    background-color: #FF8640;
    color: white;
}

.text-E29603 {
    color: #E29603;
}

.fs-17px {
    font-size: 1.0625rem !important;
}

.fs-15px {
    font-size: 0.9375rem !important;
}

.fs-13px {
    font-size: 0.8125rem !important;
}

.h-68 {
    height: 68%;
}

.top-25 {
    top: 25%;
}

.start-25 {
    left: 25%;
}

.text-FF8640 {
    color: #FF8640;
}

.mt-12 {
    margin-top: 12rem;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.p-12px {
    padding: 12px;
}

.bg-FFAE7E {
    background-color: #FFAE7E;
}

.rounded-8px {
    border-radius: 0.5rem;
}

.mt-10 {
    margin-top: 10rem;
}

.h-55 {
    height: 55%;
}

.fs-20px {
    font-size: 20px;
}

@media (min-width: 768px) {
    .rounded-top-lg-4 {
        border-top-left-radius: 3.75rem;
        border-top-right-radius: 3.75rem;
    }

    .w-lg-30 {
        width: 30%;
    }

    .mt-lg-10 {
        margin-top: 10rem;
    }

    .w-lg-68 {
        width: 68%;
    }

    .w-md-75 {
        width: 75% !important;
    }

}

.mt-8 {
    margin-top: 8rem;
}

.icon-style {
    width: 24px;
    height: 24px;
}

.remove-border-radius-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custome-btn {
    padding: 6px 16px;
    border-radius: 8px;
}

.custom-container {
    max-width: 1321px;
    margin: 0 auto;
    padding: 0 15px;
    /* min-width: 390px; */
}

.btn-reverse-primary {
    color: #FFBE98;
    border: 1px solid #FFBE98;
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 8px 0;
    transition: 0.2s ease-in-out;
    border-radius: 7px;
}

.text-primary-ac {
    color: #FF8640;
}

.btn-hover-booking:hover {
    color: #fff !important;
    background-color: #FF8640 !important;
}

.hover-side-bar li:hover {
    color: #fff !important;
    background-color: #FFBE98 !important;
}

.btn-custom {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #FF8640;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 0;
    width: 100%;
    font-size: 1rem;
    border-radius: 7px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-button-down {
    background-color: #F2F2F1;
    border: none;
    color: #000;
}

.bg-pink {
    background-color: #FDF5EB;
}

.required:after {
    content: " *";
    color: red;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    color: #000000 !important;
    background-color: #E8ECED !important;
    /* Đổi màu khi hover và active */
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #ededed;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: background-color 0.1s ease;
}

.custom-radio:checked {
    background-color: #FF8640;
    border-color: #FF8640;
}

/* Thêm hiệu ứng hover */
.custom-radio:hover {
    background-color: rgba(255, 134, 64, 0.2);
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 5px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; /* Space between pagination items */
    flex-wrap: wrap; /* Allow pagination to wrap on small screens */
}

.pagination-arrow {
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
}

.pagination-link {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.pagination a.active, .pagination a:hover:not(.active) {
    background-color: #FF8640;
    color: white;
    border: 1px solid #FF8640;
}

.pagination-dots {
    font-size: 18px;
    padding: 5px;
}

/* Small screen (mobile) styles */
@media (max-width: 600px) {
    .pagination-link {
        padding: 5px 8px;
        font-size: 12px; /* Smaller text size for mobile */
    }

    .pagination-arrow {
        font-size: 18px; /* Smaller arrow size for mobile */
    }

    .pagination-dots {
        font-size: 14px; /* Smaller ellipsis */
    }
}

/* Larger screen adjustments */
@media (min-width: 601px) {
    .pagination-link {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.right-12px {
    right: 12px;
}


.detail-experience-bar .list-experience-search-bar {
    position: unset !important;
    display: inline;
    margin-right: unset !important;
    margin-left: unset !important;
    padding: 0 !important;
}

.list-experience-search-bar {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    top: 80px;
}

@media (min-width: 768px) {
    .list-experience-search-bar {
        top: 0 !important;
    }
    .inquiry-status {
        max-width: 280px
    }
    .inquiry-category {
        max-width: 320px
    }
}

@media (max-width: 768px) {

    .label-step-2 {
        top: 30px;
        position: absolute;
        right: 3%;
    }

    .inquiry-status {
        max-width: 100%;
    }
    .inquiry-category {
        max-width: 100%;
    }
    .modal-review {
        padding: 0;
    }
    .detail-experience {
        margin-top: 15px;
    }
    .filter-experience-mobile {
        margin-top: 130px;
    }
    .mobile {
        display: block;
    }
    .swiper-slide-review {
        width: 100% !important;
        margin-right: 0 !important;
        height: 100%;
    }
    .desktop {
        display: none;
    }

    .d-flex-desktop {
        display: unset !important;
    }

    .search-package-result {
        margin-top: 210px !important;
    }
    .year-suffix {
       top: 4px;
       left: 39% !important;
    }
    .fs-12-mb-15-pc {
        font-size: 12px !important;
    }

    .fs-10-mb-15-pc {
        font-size: 10px !important;
    }

    .fs-10-mb-15-pc {
        font-size: 10px !important;
    }

    .fs-12-mb-17-pc {
        font-size: 12px !important;
    }
    .fs-15-mb-24-pc {
        font-size: 15px !important;
    }
    .review-star img {
        width: 13px !important;
    }
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #0a0a0a;
}

@media (min-width: 769px) {
    .modal-review {
        padding: 24px 41.5px
    }
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .d-flex-desktop {
        display: flex !important;
    }

    .fs-12-mb-15-pc {
        font-size: 15px !important;
    }

    .fs-10-mb-15-pc {
        font-size: 15px !important;
    }

    .fs-12-mb-17-pc {
        font-size: 17px !important;
    }

    .fs-15-mb-24-pc {
        font-size: 24px !important;
    }
    .fs-10-mb-15-pc {
        font-size: 15px !important;
    }
}
@media (min-width: 1024px) {
    .mobile {
        display: none;
    }

    .d-flex-desktop {

    }

    .desktop {
        display: block;
    }
    .search-bar {
        height: 84px;
    }

    .detail-experience-bar .list-experience-search-bar {
        padding: 0 !important;
    }

}

.ui-sortable-placeholder {
    border: 1px dashed #ccc;
    visibility: visible !important;
    height: 100%;
    /* Make it the same height as the items */
}

.slick-prev:before, .slick-next:before {
    content: unset !important;
}

.slick-prev {
    left: 24px !important;
    top: 24px !important;
    z-index: 999 !important;
}

.slick-next {
    top: 24px !important;
    right: 24px !important;
    z-index: 999 !important;
}

.rate-title {
    margin-right: 20px;
}

.hidden {
    display: none;
    /* Hides the element */
}

.show {
    display: block;
    /* Shows the element; adjust as needed (e.g., flex, inline-block, etc.) */
}

.custom-search-bar #search-wrap {
    position: static !important;
}

.banner-text-no-search {
    font-size: 64px;
}

@media (max-width: 767px) {
    .fs-sm-13px {
        font-size: 13px !important;
    }

    .fs-sm-15px {
        font-size: 15px;
    }

    .banner-text-no-search {
        font-size: 26px;
    }
}

.position-custom-absolute {
    position: absolute;
}

.carousel-indicators-bookmark.carousel-indicators-bookmark-button {
    width: 6px !important;
    height: 6px !important;
}

.carousel-indicators-bookmark.carousel-indicators-bookmark .active {
    background-color: #FF8640;
    width: 8px !important;
    height: 8px !important;
}

@media (min-width: 992px) {
    .fs-lg-64px {
        font-size: 64px !important;
    }

    .fs-lg-24px {
        font-size: 24px !important;
    }
}

.start-none-color {
    filter: grayscale(100%);
}

.experience-include {
    align-items: center;
    display: flex;
    color: white;
    border-radius: 12px;
    background-color: #FFBE98;
    width: fit-content;
    padding: 7px 12px;
    border: 1px solid #FFBE98;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.property-offer {
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.tag-package {
    flex: 0 0 auto;
    width: auto;
}

.package-service {
    padding: 6px 12px;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #727272;
}

.tag-sale-package {
    position: absolute;
    bottom: 0;
    right: 12px;
    width: 200px;
}

.tag-sale-package-mobile {
    display: none;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .tag-sale-package {
        display: none !important;
    }

    .tag-sale-package-mobile {
        display: block !important;
    }

    .search-package-result {
        margin-top: 100px !important;
    }
}

@media (max-width: 767px) {
    .search-package-result {
        margin-top: 210px !important;
    }
    .booking-detail-mobile {
        border: none;

    }
    .booking-detail-mobile .card-body {
        padding: 0;
    }
}

@media (max-width: 562px) {
    .experience-include {
        width: 100%;
    }
}

.card-person {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}


.progress-container-book {
    position: relative;
}

.progress-container-book::before {
    content: "";
    background-color: #b4b4b4;
    position: absolute;
    top: 14px;
    left: 0;
    height: 2px;
    width: 98%;
    z-index: 0;
}

/* Thanh màu cho các bước */

.progressBook {
    position: absolute;
    top: 14px;
    height: 4px;
    background-color: #FF8640;
    z-index: 1;
    transition: width 0.4s ease;
}

/* Cấu hình cho vòng tròn */

.circle {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #e0e0e0;
    transition: 0.4s ease;
    z-index: 1;
    /* Để vòng tròn nằm trên thanh */
}

.circle.active {
    border-color: #FF8640;
    /* Màu biên cho vòng tròn đang hoạt động */
    background: #FF8640;
    color: #fff;
}

.text-nowrap {
    white-space: nowrap;
    /* Ngăn chữ xuống dòng */
}

.mt-2 {
    margin-top: 10px;
    /* Tạo khoảng cách giữa vòng tròn và văn bản */
}

.reposive-step-1 {
    align-items: center;
}

.reposive-step-2 {
    align-items: center;
}

.reposive-step-3 {
    align-items: center;
}

@media (max-width: 767.98px) {
    .text-respo-small {
        font-size: 13px;
        /* Kích thước font trên màn hình nhỏ (mobile) */
    }

    .reposive-step-1 {
        margin-bottom: 40px !important;
        padding: 0 !important;
        background: transparent !important;
        align-items: flex-start;
    }

    .reposive-step-2 {
        margin-bottom: 60px !important;
        background: transparent !important;
        padding: 0 !important;
    }

    .reposive-step-3 {
        margin-bottom: 40px !important;
        padding: 0 !important;
        background: transparent !important;
        align-items: flex-end;
    }

    .progress-container-book::before {
        z-index: 2;
        width: 100%;
    }

    .text-respo-small {
        margin-top: 7px;
    }

    .reposive-step-1,
    .reposive-step-3 {
        flex: 1;
    }

    .container-custom-small {
        padding: 0 8px;
    }

}


.loader-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.645);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 1000;
}

.loader-main .loader {
    width: 100px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #FF8640 90%, #0000);
    background: var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50%;
    background-size: calc(100% / 3) 50%;
    animation: l3 1s infinite linear;
}

#nav-tab-info-accomd .tabs {
    display: flex;
    position: relative;
}

.detail-experience {
    padding: 0 15px;
}

#nav-tab-info-accomd .tabs .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    border-radius: 15px;
    background-color: #FF8640;
    transition: all 0.2s ease;
}

#nav-tab-info-accomd .tab-item {
    min-width: 150px;
    /* padding: 16px 20px 11px 20px; */
    font-size: 20px;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 5px solid transparent;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.5s ease;
}

#nav-tab-info-accomd .tab-icon {
    font-size: 24px;
    width: 32px;
    position: relative;
    top: 2px;
}

#nav-tab-info-accomd .tab-item:hover {
    opacity: 1;
    background-color: rgba(194, 53, 100, 0.05);
    border-color: rgba(194, 53, 100, 0.1);
}

#nav-tab-info-accomd .tab-item.active {
    opacity: 1;
}

#nav-tab-info-accomd .tab-item a {
    color: #000000;
}

#nav-tab-info-accomd .tab-item.active a {
    color: #FF8640;
}

#nav-tab-info-accomd .tab-content {
    padding: 28px 0;
}

#nav-tab-info-accomd .tab-pane {
    color: #333;
    display: none;
}

#nav-tab-info-accomd .tab-pane.active {
    display: block;
}

#nav-tab-info-accomd .tab-pane h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

.text-container {
    max-width: 230px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.datepicker .datepicker-inline {
    width: 100% !important;
}

.datepicker table {
    width: 100% !important;
}

.oder-time {
    border: 1px solid #A5A5A5;
    width: 75px;
    height: 26px;
    padding: 0px 16px;
    gap: 4px;
    border-radius: 19px;
    cursor: pointer;
}

.oder-time.multiple-days {
    width: 180px;
}

.oder-time.active {
    color: #ff8640;
    border: 1px solid #FF8640 !important;
}

.info-order {
    border: 2px solid #FF8640;
    border-radius: 4px;
    padding: 16px;
}

.color-green {
    color: #008234;
}

/* removes the default native browser controls */

.ticket-number {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 40px;
    border: none;
    color: #000000;
    text-align: center; /* Center the text inside the input */
}

.ticket-number::-webkit-inner-spin-button,
.ticket-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.button-number {
    border: none;
}

.detail-order {
    display: flex;
    justify-content: space-between;
}

.favorite-icon {
    display: block;
    right: 24px;
    bottom: 24px;
}


@media (min-width: 768px) {
    .right-action {
        width: 33.33%;
        float: right;
        padding: 15px;
        border-radius: 12px;
    }
    .swiper-slide-review {
        width: 90% !important;
        margin-right: 0 !important;
        height: 100%;
    }
    .left-action {
        width: 66.67%;
        float: left;
    }

    .last-action {
        width: 66.67%;
    }

    .swiper-slide-review {
        width: 48% !important;
    }

    .favorite-icon {
        display: none !important;
    }
}

.sub-slide {
    display: none;
}

.card-review {
    height: 206px;
}

.rating-review img {
    width: 12px;
}

.rating-review {
    padding-bottom: 6px;
    align-items: end;
    display: flex;
}

.card-text {
    display: -webkit-box;
    max-width: 320px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.experience-description {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voucher-description {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show-more-text {
    text-overflow: unset !important;
    overflow: unset !important;
    display: block !important;
}

.button-number img {
    width: 16px;
}

/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.experience-card:hover {
    cursor: pointer;
    opacity: 0.8;
}

.heart-icon:hover {
    cursor: pointer;
    opacity: 1 !important;
}

.rating-content img {
    width: 12px;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

.san-name {
    transform: translateY(35%);
    right: 20px;
    width: 100px;
    text-align: right;
}

.card-invoice {
    background-color: #F6F9FC;
}

.datepicker-calendar .ui-datepicker-inline {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 15px !important;
}

.datepicker-calendar .ui-state-default {
    background-color: unset !important;
    border: none !important;
    text-align: center !important;
}

.datepicker-calendar .ui-widget-header {
    background-color: unset !important;
    border: none !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.datepicker-calendar .ui-datepicker-calendar thead tr {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.datepicker-calendar .ui-datepicker select.ui-datepicker-month,
.datepicker-calendar .ui-datepicker select.ui-datepicker-year {
    width: 34% !important;
    border: none !important;
}

.datepicker-calendar .ui-datepicker-calendar .ui-state-active {
    background-color: #FF8640 !important;
    color: white !important;
    border-radius: 5px !important;
}

.datepicker-calendar .ui-datepicker-calendar .ui-state-hover {
    background-color: #ff9d60 !important;
    border-radius: 5px !important;
}

.datepicker-calendar .ui-datepicker-calendar .ui-datepicker-current-day {
    background-color: #FF8640 !important;
    color: white !important;
    border-radius: 5px !important;
}

.datepicker-calendar .ui-datepicker-calendar .ui-state-default a {
    color: black !important;
}

.datepicker-calendar .ui-datepicker-calendar .ui-state-default a:hover {
    color: #fff !important;
    border-radius: 5px !important;
}

.breadcrumb .breadcrumb-item {
    font-size: 12px;
}

/*Detail experience*/
.detail-experience h3 {
    font-size: 27px;
}

.rate-title {
    font-size: 15px;
}

.detail-experience .review img {
    width: 15px;
}

.detail-experience h4 {
    font-size: 17px;
}

.detail-experience span {
    font-size: 17px;
    font-weight: 400;
}

.detail-experience h5 {
    font-size: 17px;
}

.a-link {
    color: #ffffff !important;
}

/* Basic styling for the custom dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}

.dropdown-btn img {
    width: 20px; /* Adjust image size */
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-content a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.custom-dropdown:hover .dropdown-content {
    display: block;
}

.point-used {
    color: #FFB72C;
}

.however {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
}
.h-45 {
    height: 45.5% !important;
}
.fs-6{
    font-size: 0.75rem !important;
  }
.top-60 {
    top: 60%!important;
}
.top-50 {
    top: 50%!important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.fs-1re{
    font-size: 1rem !important;
}
.text-success {
    color: #0A850E;
}
.filter-booking, .filter-inquiries {
    font-weight: bold;
}
.image-reservation {
    width: 100%;
}
/* Example custom error styling */
.error {
    color: red;
    font-size: 12px;
    padding-left: 5px;
}

label.error {
    display: block;
    bottom: -37%;
    position: absolute;
}

input.error {
    border-color: red;
}

.ui-datepicker .ui-datepicker-prev span {
    background-image: url('../icon/left-calendar.svg') !important; /* Add your custom icon here */
    background-position: center;
    background-repeat: no-repeat;
}

/* Change the icon for the next (right) arrow */
.ui-datepicker .ui-datepicker-next span {
    background-image: url('../icon/right-calendar.svg') !important; /* Add your custom icon here */
    background-position: center;
    background-repeat: no-repeat;
}

.ui-widget-header .ui-icon, .ui-icon, .ui-widget-content .ui-icon {
    background-image: unset !important;
}
.year-suffix {
    position: absolute;
    left: 38%;
}
.link-btn {
    height: 50px;
    align-content: center;
}
.img-count {
    background-color: rgba(0, 0, 0, 1.5);
    border-radius: 5px;
    color: #f0f0f0;
    right: 20px;
    bottom: 5px;
    padding: 3px;
}
.address-content {
    display: block;
    max-width: 600px;
}
.border-left-0{
    border-left: none !important;
}
.border-right-0{
    border-right: none !important;
}
.yen {
    font-size: 12px !important;
}
.error-top-bot{
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
}
.error-left-top-bot{
     border-left: 1px solid red !important;
     border-top: 1px solid red !important;
     border-bottom: 1px solid red !important;
 }
.error-all{
    border: 1px solid red !important;
}
.thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #FF8640;
    background-color: #f0f0f0;
    border-radius: 50%;
    outline: none;
    top: -11px;
    height: 17px;
    width: 17px;
    margin-left: -13px;
}
.range-min, .range-max {
    pointer-events: none;
    z-index: 3;
    opacity: 0;
}
.btn-secondary-site, .btn-secondary-site:hover {
    border: 1px solid #FFBE98;
    color: #FFBE98;
    align-items: center;
    align-content: center;
}
@media (min-width: 768px) {
    .experience-card-item {
        width: 307.5px;
    }
}
.experience-card-item {
    height: 358px;
}
.experience-card-item .card-img-top {
    width: 100%;
}
