* {
    /* border: 1px solid black; */
    list-style: unset !important;
}

.fw-600 {
    font-weight: 600;
}

.custom-tabs-bootstrap span.active {
    border-bottom: 4px solid #006CE5 !important;
    border-right: none !important;
    font-weight: 600 !important;
}

.iconFacilities {
    background: #ECF5FF;
    border-radius: 10px;
}

.form-control {
    height: auto;
    border-radius: var(--form-control-radius);
}

.row-img {
    margin-right: -18px;
}

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

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

}

.overview .text-segement {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #006CE5;
}

.text-underline-lineheight {
    line-height: 19.6px;
}

.text-segement {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #445275;
}

.height-70px {
    height: 70px;
}

.width-70px {
    width: 70px;
}

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

.nav-hotel .overview {
    background: #FFFFFF;
    height: 42px;
    box-shadow: 0px 3px 8px 0px #0000001F !important;
    border-radius: 40px;
    color: rgba(0, 108, 229, 1);
    flex: none;
    order: 0;
    flex-grow: 1;
}

.container-content {
    background: white;
    border-radius: 16px;
}

.icon-list {
    font-size: 30px;
}

.icon-list i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #ECF5FF;
    border-radius: 8px;
    color: #006CE5;
}

.book_now {
    width: 120px;
    height: 40px;
    background: #006CE5;
    border-radius: 40px;
    color: white;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    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;
}

.content-location .location {
    color: #333E5A;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.content-location span {
    color: black;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
}

.content-location p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #445275;
}

.btn-review {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #006CE5;
    border-radius: 40px;
    border: 1px solid rgb(0, 153, 255);
    padding: 10px 30px;
    background: white;
}

.title .title-left {
    width: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 145%;
    color: #11151F;
}

.title p {
    color: #006CE5;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
}


.main {
    height: 70%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.control {
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #11151F;
    padding: 0 5px;
    border-radius: 5px;
}

.control.next {
    right: 0;
}

.control.preview {
    left: 0;
}

.list-img div {
    cursor: pointer;
    padding: 3px;
    border-radius: 10px;

}

.container_main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btnClose {
    color: white;
    font-size: 20px;
}

.gap-10 {
    gap: 10px;
}

.active {
    /*    background: rgb(77, 1, 255);*/
    border: solid 3px white;
    opacity: 1;
}

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

.show-model {
    display: none;
    background: rgba(81, 94, 123, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow-x: hidden;
    /*    overflow-y: auto;*/
    width: 100%;
    height: 100%;

}

.gap-7-percent {
    gap: 7%;
}

.activeShowModel {
    display: block;
    display: flex;
    align-items: center;
}

.activeContainer-hotel {
    overflow-y: hidden;
}

@keyframes slideleft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slideright {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.modal {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5px;
    transition: 0.4s;

}

.img-hotel {
    height: 160px;
    width: 100%;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    padding: 0;
}

.btn-booking {
    border: none;
}

.activeModalSLider {
    display: block;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.flex-flow-row {
    flex-direction: row;
}

.gap-2 {
    gap: 8px;
}

.bg-white {
    background-color: white;
}

.rounded-base {
    border-radius: 16px;
}

.pt-60px {
    padding-top: 60px;
}

.h-200px {
    height: 200px;
}

.text-gray-icon {
    color: #6677A2;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
}

.text-breadcrumb-primary {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #006CE5;
}

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

.calc-w-full-24px {
    width: calc(100% - 30px);
}

.show-more-offer,
.hidden-more-offer {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #006CE5;
    padding-bottom: 20px;
    cursor: pointer;
}

.rotate-180deg {
    rotate: 180deg;
}

.custom-modal-see-room-detail {
    max-width: 80%;
    width: 80%;
}

.custom-modal-see-room-detail .modal-content {
    max-height: 80vh;
    border-radius: 34px;
    overflow: hidden;
}


.show-list-image-modal {
    width: 60%;
    min-height: 500px;
    background-color: white;
}

.show-list-content-modal {
    height: 80vh;
    width: 40%;
    overflow-y: scroll;
    padding: 12px 0px;
    overflow-x: hidden;
}

.text-name-room-detail {
    font-size: 23px;
    align-items: center;
    font-weight: 600;
    color: #11151F;
    font-family: roboto, sans-serif;
}

/* test */
img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
  /* height: 300px; */
  height: 350px;
}
.imgmysiles{
    height: 100%;
    object-fit: cover;
}

.img-slide-custom {
    
    height: 100% !important;
    object-fit: cover;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.custom-gap-img {
    gap: 10px;
    height: 210px;
    overflow-y: scroll;
}

.custom-gap-img::-webkit-scrollbar {
    display: none;
}

/* Position the "next button" to the right */
.next {
    right: 15px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    height: 100%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    width: 23%;
    height: 84px;
    border-radius: 16px;
}

.img-demo {
    width: 100%;
    height: 84px;
    border-radius: 16px;
    object-fit: cover;
}

/* Six columns side by side */
/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

@media only screen and (max-width: 1140px) {
    .custom-text-sm {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 768px) {
    .custom-rounded-search {
        border-radius: 38px;
    }

    .custom-border-search-bar {
        border-right: none;
        border-left: none;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        margin: 8px 0px;
        padding: 8px 0px;
    }

    .flex-m-sm-column {
        flex-direction: column !important;
    }
}

@media only screen and (max-width: 425px) {
    .flex-m-sm-column {
        flex-direction: column;
        justify-content: center !important;
        align-items: start !important;
    }

    .mb-sm-3 {
        margin-bottom: 12px;
    }
}

.content-img-review {
    width: max-content;
}

div#drop-location {
    transform: translate3d(0px, 48px, 0px) !important;
}

.mt-30{
    margin-top: 30px;
}