﻿.box-check .input_check_box label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.room_block .search_input {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    height: 39px;
    margin-bottom: 0;
    color: #575656;
    border: 1px solid var(--border-color);
    padding: 0;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.room_block .form-group {
    margin-bottom: 0;
}

.search_hotel_wrapp {
    padding: 0px;
}

#hotelratebreakup .table-white-space thead > tr > th:last-child, #hotelratebreakup .table-white-space tbody tr > td:last-child {
    width: 120px;
}



.hotel_list_block .detail_in_block {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border: 1px solid var(--border-color);
    border-radius:5px;
}

.fa-tag:before {
    content: "\f02b";
}

.priceline {
    display: block;
    color: var(--primary-color);
}

.box-check {
    position: absolute;
    background: #fff;
    white-space: nowrap;
    padding: 10px;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    margin: 10px 0;
    z-index: 1;
    left: 0;
    right: 0;
    top: 30px;
    border: 1px solid var(--border-color);
    display: none;
}



.search_hotel_wrapp .HotelDetails_Room1_Card:last-child {
    margin-bottom: 0px;
}

.drop_icon_right {
    right: 0;
    left: auto !important;
    top: 0px !important;
    width: 39px;
    height: 39px;
    border-radius: 0px 5px 5px 0px;
}

.down_search {
    background-position: -278px -4px;
    background-color: var(--btn-bg);
}

.room_search_icon {
    background-position: -222px -422px;
    background-color: var(--other-bg);
    pointer-events: visible !important;
}

.angle_down {
    background-position: -218px 4px;
    height: 38px;
    width: 33px;
}

.HotelDetails_Room1_Card {
    border: 1px solid var(--border-color);
    margin: 10px 0;
    background: #FDFDFD;
    border-radius: 10px;
}

.room_detail_main {
    padding: 0;
    display: flex;
    column-gap: 0;
    flex-wrap: wrap;
    row-gap: 0;
}

.rmeal_icon {
    height: 40px;
    width: 40px;
}

.board_room {
    background-position: -185px -157px;
}

.board_breakfast {
    background-position: -3px -148px;
}

.board_halfboard {
    background-position: -125px -153px;
}

.board_fullboard {
    background-position: -64px -151px;
}

.board_non {
    background-position: -185px -150px;
}

.board_wifi {
    background-position: -233px -155px;
}

.board_nomeals {
    background-position: -280px -151px;
}

.board_all {
    background-position: -64px -151px;
}

.room_left_detail {
    width: 145px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    border-right: 1px solid var(--border-color);
    align-items: center;
    padding: 10px;
    justify-content: center;
    background: var(--color);
    border-radius: 10px 0px 0px 0px;
}

.room_image {
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    position: relative;
    overflow: hidden;
    align-items: center;
    color: #2F2F2D;
    text-align: center;
    max-width: 120px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.room_img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .room_img img {
        width: 100%;
        height: 85px;
        object-fit: cover;
    }

    .room_img .see_all_room {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 44%);
        text-align: center;
        color: #fff;
        padding: 5px 0;
        font-size: 12px;
        font-weight: 600;
    }

.room_right_detail {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    background: #fff;
    row-gap: 0;
    border-radius: 0px 10px 0px 0px;
}

.room_repet_block {
    display: flex;
    width: 100%;
    flex: 1 1 0%;
    align-items: center;
    background: var(--color);
}

.room_right_detail .room_repet_block:not(:first-child) {
    border-top: 1px solid var(--border-color);
}

.room_type_block {
    padding: 10px;
    flex-basis: 37%;
    max-width: 37%;
    flex-shrink: 0;
}

.room_type_detail {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    row-gap: 5px;
}

.room_board {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2F2F2D;
}

.room_guest {
    padding: 10px;
    flex-basis: 40%;
    max-width: 40%;
    flex-shrink: 0;
}

.guest_repet > div, .essential_i {
    display: flex;
    padding-left: 15px;
    position: relative;
    align-items: center;
    white-space: nowrap;
    min-width: 75px;
    font-size: 12px;
    font-weight: 600;
}

.essential_i {
    color: #008009;
}

.guest_repet {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    column-gap: 15px;
    margin-bottom: 5px;
    color: var(--all-text-main);
    font-weight: 600;
}

.guest_icon {
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
}

.essen_icon {
    background-position: -70px -199px;
}

.room_icon {
    background-position: -4px -202px;
}

.adult_icon {
    background-position: -25px -202px;
}

.child_icon {
    background-position: -46px -202px;
}

.infunt_icon {
    background-position: -427px -156px;
}

.policy_block {
    padding: 10px;
    flex-basis: 23%;
    max-width: 23%;
    position: relative;
    text-align: center;
}

    .policy_block a {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: var(--all-text-main);
    }

.room_price {
    padding: 5px;
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 30px;
    background: var(--other-bg-light);
    border-radius: 0px 0px 10px 10px;
}

.total_price {
    font-weight: 600;
    font-size: 18px;
    color: var(--all-text-main);
}

.rate_breakdown {
    font-size: 12px;
    color: #FF0000;
    text-align: right;
    font-weight: 600;
}

.book_btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    border: none;
    background: var(--btn-bg);
    color: #fff;
    border-radius: 3px;
    max-width: fit-content;
    padding: 0 25px;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.view_policy_text {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--all-text-main);
}

.check_policy {
    color: var(--color-offwhite);
}

.red_policy {
    color: #FF0000 !important;
    font-size: 12px;
    font-weight: 600;
}

.green_policy {
    color: #008009 !important;
    font-size: 12px;
    font-weight: 600;
}

.show_more_btn {
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    background-color: var(--btn-bg);
    justify-content: center;
    max-width: fit-content;
    margin: 10px auto;
    padding: 0 10px;
    border-radius: 3px;
}

.room_d_arrow {
    width: 25px;
    height: 20px;
    background-position: -201px -433px;
    filter: invert(1) brightness(5);
}

.room_u_arrow {
    width: 25px;
    height: 20px;
    background-position: -206px -435px;
    transform: rotate(180deg);
    filter: invert(1) brightness(5);
}
/*rate breakup start*/
.rate_price {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rate_price_availbale {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

.green-available {
    background: #00a651;
    padding: 5px 12px;
    color: #fff;
}

.orange-onRequest {
    background: #f7941d;
    padding: 5px 12px;
    color: #fff;
    margin-left: 5px;
}

.avlbl-bg {
    background: #00a651;
    color: #fff;
}

.on-req-bg {
    background: #f7941d;
    color: #fff;
}

.text-bold {
    font-weight: 700;
}

.available_block {
    display: flex;
    float: right;
}

/*rate breakup end*/
span.offer_hover {
    visibility: hidden;
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 9;
    transition: all 0.5s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    opacity: 0;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
}

span.offertext {
    display: flex;
    align-items: center;
    column-gap: 5px;
    cursor: context-menu;
    font-weight: bold;
}

.offer_icon {
    width: 18px;
    height: 18px;
    background-position: -388px -10px;
}

span.offertext:hover .offer_hover {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) and (max-width:999px) {
    .room_detail_main {
        flex-direction: column;
    }

    .room_left_detail {
        width: 100%;
        align-items: flex-start;
        border-right: none;
        border-bottom: 1px solid rgb(224, 224, 224);
    }

    .room_type_block {
        flex-basis: 40%;
        max-width: 40%;
    }

    .room_guest {
        flex-basis: 37%;
        max-width: 37%;
    }
}

@media (max-width:767px) {
    .room_block .form-group {
        margin-bottom: 10px;
    }

    .room_detail_main {
        flex-direction: column;
        align-items: flex-start;
    }

    .room_repet_block {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        row-gap: 5px;
    }

    .room_left_detail {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgb(224, 224, 224);
        align-items: flex-start;
        background: var(--other-bg-light);
    }

    .room_right_detail {
        width: 100%;
    }

    .room_type_block, .room_guest, .policy_block {
        padding: 0px;
        flex-basis: 100%;
        max-width: 100%;
    }

        .policy_block a {
            text-align: left;
        }

    .total_price {
        font-weight: 600;
        font-size: 17px;
        color: var(--all-text-main);
    }

    .room_price {
        border-right: none;
    }
}
