.check-booking {
    background: #003673;
    padding: 10px 0;
}

.congratulate {
    background: #FFEFE4;
}

.content-clam {
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #FC820A;
}

.custom-text-payment-status{
    width: 100px;
    display: flex;
    justify-content: center;
    bottom: -20px;
    position: absolute;
}

.content-clam p {
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #6677A2;
    margin-top: 8px;
}

.btn button {
    width: 120px;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #FC820A;
    background: #FFEFE4;
    color: #FC820A;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
}

.btn-claim a {
    width: 120px;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #FC820A;
    background: #FFEFE4;
    color: #FC820A !important;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    padding: 0.7rem 1.75rem;
}


.container .img-map {
    height: 200px;
}

.sort {
    background: #E6EAF5;
    border-radius: 40px 0px 0px 40px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.nav-hotel {
    overflow: hidden;
    margin-left: 30px;
}

.nav-hotel button {
    background: white;
    width: 137px;
    border: none;
    border-right: 1px solid #dee2e6;
    color: #445275;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;

}

.nav-hotel button:last-child {
    border: none;
}

.nav-hotel .price {
    background: #FFFFFF;
    height: 42px;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    /* box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04); */
    border-radius: 40px;
    color: rgba(0, 108, 229, 1);
    flex: none;
    order: 0;
    flex-grow: 1;
}

.book-now {
    width: 90%;
    height: 35px;
    background: #006CE5;
    border-radius: 40px;
    color: white;
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
    bottom: 10px;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}

.book-now-tour {
    margin-top: auto;
    width: 90%;
    height: 35px;
    background: #006CE5;
    border-radius: 40px;
    color: white;
    border: none;
    outline: none;
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}

.ui-slider-horizontal .ui-slider-range {
    top: 3px !important;
}

.paging {
    width: 352px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* padding: 0px; */
    gap: 12px;
}

.paging .active {

    background: #006CE5;
    color: white;
}

.paging button {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: #f8f9fa;

    color: rgba(102, 119, 162, 1)
}

.paging i {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgba(153, 196, 245, 1);
}


.form-check input {
    width: 24px;
    height: 24px;
}

.img-line i {
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.3));
    background: white;
    color: #006CE5;
    border-radius: 50%;
}


.line {
    width: 200px;
    height: 4px;
}



.map {
    position: relative;
    display: flex;
    justify-content: center;
}

.view {
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    width: 180px;
    height: 48px;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    position: absolute;
    top: 40%;
    backdrop-filter: blur(10px);
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
}


* {
    /* border: 1px solid black; */
}

.selector {
    position: relative;
    padding: 20px;
    width: 400px;
    color: #7e7e7e;
}

.selector ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #006CE5;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector li:hover {
    color: #aaa
}

.min-Width-90px {
    min-width: 90px;
}

.selector li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.custom-border {
    border-radius: 50rem !important;
}



.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #006CE5;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #e2f7f2;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
    .selector #slider-range {
        width: 100%
    }
}

.selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #006CE5;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top: -7px;
        width: 16px;
        height: 16px
    }
}

.selector .ui-slider-range {
    background-color: #006CE5
}

.selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #006CE5;
    cursor: pointer;
    line-height: 28px
}

.selector .show-all:after,
.selector .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #006CE5;
    width: 10px;
    border-bottom: 1px solid
}

.selector .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector.open ul {
    max-height: none
}

.selector.open .show-all:after {
    display: none
}


* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox-round {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-round input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-round:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-round input:checked~.checkmark {
    border: 1px solid gray;
    background-color: #fff;
    border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-round input:checked~.checkmark:after {
    display: flex;
    justify-content: center;
}

/* Style the checkmark/indicator */
.checkbox-round .checkmark:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: gray;
}

.h-6 {
    height: 24px;
}

.w-6 {
    width: 24px;
}

.w-full {
    width: 100%;
}

.border-radius-50rem {
    border-radius: 50rem;
}

.border-right-solid {
    border-right: 1px solid #dee2e6;
}

.border-right-solid {
    border-left: 1px solid #dee2e6;
}

.padding-l-3 {
    padding-left: 12px;
}

.padding-x-1 {
    padding-left: 4px;
    padding-right: 4px;
}

.padding-x-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.padding-x-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.rounded-50rem {
    border-radius: 50rem;
}

.border-left-right-gray {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

.border-right-gray {
    border-right: 1px solid #dee2e6 !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-0.active {
    border-radius: 40px !important;
}

.text-list-search {
    color: #445275 !important;
}

.list-sort-type {
    color: #333E5A !important;
}

.list-sort-type.active {
    color: #006CE5 !important;
}

.custom-absolute-hotel {
    top: 10px;
    right: 10px;
    padding: 10px 16px;
    border-radius: 48px;
    background-color: #ffffff30;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.custom-div-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.custom-btn {
    width: 100%;
    border: none !important;
    height: 40px;
    border-radius: 38px;
    background-color: #006CE5;
    color: white;
}

.card-header {
    background-color: white !important;
}

.rouded-custom-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rouded-custom-filter .card {
    border-radius: 12px;
    overflow: hidden;
}

.btn-link:hover {
    text-decoration: none !important;
}

.btn-link:focus-visible {
    text-decoration: none !important;
}

.w-fit {
    width: fit-content !important;
}

.padding-left-right-2 {
    padding-left: 8px;
    padding-right: 8px;
}



.list-tour-sort .custom-width {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
    background: #E6EAF5;
}

.text-dbdbdb {
    color: #dbdbdb;
}

.name-hotel-mybooking {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(17, 21, 31, 1);
}

@media (max-width: 1024px) {
    .w-calc-30px {
        width: calc(100% - 30px);
    }
}

@media (max-width: 987px) {
    .custom-w-container {
        max-width: 100% !important;
        padding-right: 26px !important;
        padding-left: 26px !important;
    }

    .rounded-md-xl {
        border-radius: 16px !important;
    }

    .custom-border-search {
        border-left: 0px !important;
        border-right: none !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-top: 1px solid #dee2e6 !important;
        padding-top: 12px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}
.object-fit-cover{
    object-fit: cover;
}
.cursor-pointer{
    cursor: pointer;
}
@media (min-width: 769px) {
    .book-now{
        width: 120px;
    }
    .content-wishlist-right{
        padding-right: 8px;
    }

}
@media (max-width: 768px) {
    .custom-w-container {
        max-width: 100% !important;
        padding-right: 26px !important;
        padding-left: 26px !important;
    }
        .content-wishlist-right {
            padding: 0px 16px;
        }
    .custom-w-button {
        margin-top: 20px;
        width: 200px !important;
    }

    .custom-border-radius-search {
        border-radius: 16px !important;
    }

    .d-heart-none {
        display: none !important;
    }

    .custom-absolute-hotel {
        opacity: 1;
        visibility: inherit;
    }

    .pl-favorite-6 {
        padding-left: 16px;
        border-right: none !important;
    }

    .pr-favorite-6 {
        padding-right: 16px !important;
        /* border-right: none !important; */
    }

    .custom-div-btn {
        opacity: 1;
        visibility: inherit;
    }

    .d-button-none {
        display: none !important;
    }

    .w-calc-30px {
        width: 100%;
    }

}

@media (max-width: 576px) {
    .custom-hidden-border {
        margin: 10px 0;
        border-right: none !important;
        border-left: none !important;
    }

    .custom-padding-0 {
        padding: 0 !important;
    }
}



.card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

.card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #FFE472;
    color: #222;
    padding: 20px;
}

.card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.card .card-header .btn-header-link.collapsed {
    color: #fff;
}

.card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.card .collapsing {
    line-height: 30px;
}

.card .collapse {
    border: 0;
}

.card .collapse.show {
    line-height: 30px;
    color: #222;
}

.btn-rorate:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}