@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

body {
    font-family: "Roboto", sans-serif;
}

.login_popup .modal-header {
    padding: 15px 15px 0px 15px;
    border-bottom: none;
    justify-content: end;
}


.login_popup .modal-prev-arrow.slick-arrow {
    position: absolute;
    right: -15px;
    z-index: 1;
    top: 35%;
    position: absolute;
    right: -15px;
    z-index: 1;
    top: 35%;
}

.login_popup .modal-content {
    background-color: transparent !important;
    border: none !important;
}

.login_popup .modal-next-arrow.slick-arrow {
    position: absolute;
    left: -15px;
    z-index: 1;
    top: 35%;
}

.login_popup .modal-header button {
    background: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}

.login_popup .modal-header button img {
    width: 12px;
}

.login_modal_btm_txt {
    font-family: 'Swis721 BT', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 19.03px;
    text-align: center;
    color: white;
}

.login_modal_btm_txt a {
    color: white;
}

.modal {
    /* inset: 0px; */
    background: rgba(0, 0, 0, 0.9);
    /* z-index: 10; */
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    filter: blur(0px);
}

.modal-backdrop {
    background-color: transparent !important;
}

.login_popup1 .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_popup1 .modal-header {
    background: white;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.login_popup1 .modal-body {
    padding: 0px !important;
}

.login_popup1 .modal-header button {
    background: #ccc;
}

.room_detail_overview {
    background: white;
    padding: 20px 50px;
}

.room_detail_card {
    /* border-bottom: 0.0625rem solid black; */
    padding: 10px 0px;
}

.room_detail_card p {
    padding: 10px 0px;
}
.room_name{
    font-size: 16px;
    font-family: 'Swis721 BT', sans-serif;
    font-weight: 600;
    color: black;
}
.room_detail_card{
    font-size: 16px;
    font-family: 'Swis721 BT', sans-serif;
    font-weight: 500;
    color: black;
}
.room_detail_card h6{
    font-size: 17px;
    font-family: 'Swis721 BT', sans-serif;
    font-weight: 500;
    color: black;
}
.room_detail_card .row h6{
    font-weight: 600;
}
.room_detail_card .row{
    margin-bottom: 20px;
}
.room_detail_card ul li{
    list-style-type: none;
}
.modal_highlights{
    background: #fbf8f1;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 10px;
}
.highlights_points{
    font-size: 14px;
}
.modal_highlights span{
    font-size: 12px;
}
.progress_label{
    display: flex;
    justify-content: space-between;
}
.progress-bar{
    background: #191e3b !important;
}
.progress_label{
    font-size: 14px; 
    margin-bottom: 5px;
}
.progress_card{
    margin-bottom: 15px;
}
.review_cont{
    margin-top: 40px;
}
.review_card h5{
    font-size: 15px;
    font-weight: 600;
}
.review_card_txt{
    font-size: 14px;
}
.review_des{
    font-size: 13px;
}
.review_varify_cont{
    display:flex;
    justify-content: space-between;
    font-size: 12px;
}
.review_card{
    padding: 10px;
    border-bottom: 1px solid #dfe0e4;
}
.review_varify_cont img{
    width: 20px;
}