.sync_hotel_wrapper #search_hotel_room { width: 100%; margin: auto; }
.sync_form_wrapper .calendar, .sync_hotel_wrapper .night { float: right; position: relative; z-index: 2; }
.sync_hotel_wrapper .check-night { float: left; margin-top: -25px; margin-left: 10px; color: black; position: relative; z-index: 2; }
.sync_hotel_wrapper .loading-clock { margin-top: 10px; margin-left: 25px; color: #F87342; position: relative; z-index: 2; }
.sync_form_wrapper .sync_components .holder .night.night-text { color: black; margin-right: 25px; margin-top: -30px; font-size: 13px; }
.sync_form_wrapper .sync_components .holder-check-room a { border: 1px solid red; }
.sync_hotel_wrapper label#date_departure_num { color: black; }
.sync_hotel_wrapper label.date_departure { color: black; }

.sync_hotel_wrapper .sync_title { padding: 24px 0; border-bottom: 1px solid #E5E7EB; text-align: center; }
.sync_form_wrapper.sync_hotel_wrapper .sync_components #search_hotel_room .holder-check-availability .holder-check-room { display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding: 24px 30px; margin: 0 !important; }
.sync_hotel_wrapper span.check_bookings { color: var(--primary-theme-color); max-width: 300px; width: 100%; text-align: center; border: 1px solid var(--primary-theme-color); padding: 10px; border-radius: 99px; }
.sync_hotel_wrapper span.check_bookings:hover { color: var(--primary-theme-color-hover); cursor: pointer; border-color: var(--primary-theme-color-hover);}

.sync_form_wrapper .sync_components .holder label { color: #000; }
#sync-result-lists .center-wrapper { min-height: 200px; max-width: 1090px !important; width: 100%; border-radius: 16px; background-color: white; position: relative; box-shadow: 0px 1px 12px 2px #b3b3b3; }
.sync-result-lists.sync_container_for_price.hotel-search-result-container
.sync_form_wrapper.sync_hotel_wrapper .sync_components #search_hotel_room .holder-check-availability input { 
    float: right;
    border-radius: 100px;
    color: white;
    cursor: pointer;
    background-color: var(--primary-theme-color);
    padding: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ffa42e', GradientType=1 );
    min-width: auto;
    max-width: 300px;
}
.sync_form_wrapper .sync_components #search_hotel_room .holder { width: 100%; margin: 0 !important; }
.sync_form_wrapper .sync_components #search_hotel_room .holder input { 
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 0px;
    border-bottom: 2px solid var(--primary-theme-color);
    padding: 1px 0px;
    padding-left: 15px;
    margin: 0px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
}
.sync_form_wrapper .sync_components #search_hotel_room .holder-check-room input { max-width: 300px; }
#search_hotel_room .sync_components_container { display: flex; flex-direction: column; padding: 30px; }

.sync-result-lists.sync_container_for_price.hotel-search-result-container { 
    display: none;
    padding: 0 30px;
    max-width: 100%;
    margin: auto;
    line-height: 1.2;
}

#sync-result-lists .hotel_filter_section { gap: 10px; }
.hotel_filter_section .title_container h2 { font-size: 24px; color: var(--primary-theme-color); font-weight: bold; margin: 0px; }
.hotel_filter_section .title_container { padding: 24px 0; display: flex; align-items: center; justify-content: center; }
.hotel_filter_section .hotel_filter_fields { position: relative; display: flex; flex-direction: row; gap: 15px; padding: 14px 30px; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; background-color: var(--primary-theme-color); align-items: flex-end; align-self: stretch; }
.hotel_filter_section .hotel { display: flex; flex-direction: column; position: relative; text-align: left; }
.hotel_filter_section .price_filter { width: 100%; }
.hotel_filter_section label[for='range_amount'] { text-align: center; }
.hotel_filter_section .hotel label { color: #fff; font-size: 14px; font-weight: 400; line-height: 150%; }
.hotel_filter_section .hotel input { 
    min-width: 150px; 
    border-radius: 8px; 
    border: 1px solid #E5E7EB; 
    background-color: #fff; 
    padding: 14px 20px; 
    font-size: 14px; 
    font-weight: 500;
    color: #1F2A37;
}

.hotel_filter_section input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    background-color: var(--primary-theme-color);
}

.hotel_filter_section input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    background-color: var(--primary-theme-color);
  }

.hotel_filter_section .hotel input[type='range'] { -webkit-appearance: none; width: 100%; height: 4px;border-radius: 5px; background: #fff; padding: 0; outline: none; opacity: 1; -webkit-transition: .2s; transition: .2s; }
.hotel_filter_section .hotel .hotel_price_from:hover { opacity: 1; }
.hotel_filter_section .hotel .hotel_price_from::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; cursor: pointer; }
.hotel_filter_section .hotel .hotel_price_to:hover { opacity: 1; }
.hotel_filter_section .hotel .hotel_price_to::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; cursor: pointer; }

.hotel_filter_section .filter_btn_hotel { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 8px;
    padding: 14px 24px; 
    border-radius: 100px; 
    color: #fff; 
    border: 2px solid #fff; 
    width: 100%;  
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
    background: var(--primary-theme-color);
}
.hotel_filter_section .filter_btn_hotel:hover { cursor: pointer; background: var(--primary-theme-color-hover); }

.hotel_filter_section .range_slider_container { position: relative; }
.hotel_filter_section .hotel input[type='range'] {
    -webkit-appearance: none; 
    appearance: none;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    left: 0;
    bottom: 10px;
}
.hotel_price_from {
    height: 0px !important;
    z-index: 1;
    border: none !important;
}

.filter_results_column_hotel { padding: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.filter_results_column_hotel .sync_no_result { font-size: 24px; font-weight: 600; }
.filter_results_column_hotel .result-item .result-desc-hotel { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }

.sync-result-lists.sync_container_for_price.hotel-search-result-container .result-item {
    background-color: white;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    border-radius: 10px;
     -webkit-box-shadow: 0px 0px 21px 1px rgba(82,82,82,0.36);
    -moz-box-shadow: 0px 0px 21px 1px rgba(82,82,82,0.36);
    box-shadow: 0px 0px 21px 1px rgba(82,82,82,0.36);
}
.hotel-search-result-container .result-item { position: relative; margin: 2%; overflow: hidden; }

/* .hotel .hotel_amenities_list li:hover { background-color: var(--primary-theme-color); color: #fff; cursor: pointer; } */

.hotel_filter_section .hotel input.hotel_amenities { 
    max-width: 200px;
    width: 200px; 
    border-radius: 8px; 
    border: 1px solid #E5E7EB; 
    background-color: #fff; 
    padding: 14px 40px 14px 20px; 
    font-size: 14px; 
    font-weight: 500;
    color: #1F2A37;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M15.8332 7.98001L9.99984 13.8133L4.1665 7.98001' stroke='%23111928' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 90%;
    cursor: pointer;
    z-index: 100;
}

.hotel_filter_section .hotel input.hotel_amenities.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='21' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E");
}

.filter_options_used { padding: 16px 30px; display: none; flex-direction: row; gap: 8px; align-items: center; } 
.filter_options_used .results_found_text { color: #475647; font-size: 14px; }
.filter_options_used .filters_selected { padding: 0; list-style: none; display: flex; flex-direction: row; gap: 8px; margin: 0; }

.hotel_filter_section .features_section { position: absolute; top: 98px; left: 0; width: 100%; padding: 20px 25px; background-color: #fff; display: none; grid-template-columns: repeat(5, 1fr); gap: 15px; z-index: 9999; border: 1px solid #d3d3d3; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.features_section .feature_container { display: flex; flex-direction: row; gap: 10px; align-items: center; }
.hotel_filter_section .features_section.active { display: grid; }

.sync-modal-personal-info .amenities { padding: 0px 10px; display: block; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile img {
    border-radius: 100px;
    width: 155px;
    height: 150px;
    margin: auto;
    object-fit: cover;
}
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile { text-align: center; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile h2 {
    padding: 10px 0;
    color: black;
    margin: 0px;
    font-size: 24px;
}
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile span {
    color: var(--primary-theme-color);
    font-weight: bold;
    font-size: 0.875rem !important;
}
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost p {
    color: black;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile { text-align: center; display: flex; flex-direction: column; gap: 15px; margin: auto; justify-content: space-around; padding: 0 15px; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost .date, 
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost .guests, 
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost .rooms, 
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost .beds, 
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost .pricing-details { padding: 10px 0px; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost {
    border-top: 1px solid #d8cdcd;
    padding: 15px 30px;
    margin-top: 15px;
}

.sync_form_wrapper.sync_hotel_wrapper .sync_components .holder-check-room input#find-room:hover,
.sync-modal-personal-info .customer-info .row-1 .sync_components .book-summary-payment .payment button:hover,
.sync-modal-personal-info .payment-info .billing-address .sync_components .supported-gateway button:hover { background: var(--primary-theme-color-hover) !important; }
.sync-modal-personal-info .customer-info .first-row h2 { text-align: center; }
.sync-modal-personal-info .customer-info .sync_components label, 
.sync-modal-personal-info .customer-info .sync_components h4 { font-weight: normal; font-size: 14px; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile img {
    border-radius: 100px;
    width: 155px;
    height: 150px;
    margin: auto;
}
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile { text-align: center; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile h2 {
    padding-top: 10px;
    color: black;
    font-size: 24px;
    margin: 0px;
}
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-profile span { color: var(--primary-theme-color); font-weight: bold; font-size: 14px; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost p { color: black; font-size: 14px; padding: 0px; margin: 0px; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost .date span:last-child { font-size: 14px; font-weight: 500; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost p span { font-weight: 500; }
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost .pricing-details p {
    font-size: 26px;
    color: var(--primary-theme-color);
    margin-top: 5px;
}
.sync-modal-personal-info .customer-info .row-1 .sync_components .room-cost { border-top: 1px solid #d8cdcd; padding: 15px 30px; margin-top: 15px; }
.sync-modal-personal-info#customer_info .first-row .sync_components h2 { text-align: center; }
.sync-modal-personal-info .room-cost .date { display: flex; flex-direction: column; gap: 5px; }
.sync-modal-personal-info .room-cost .date span,
.sync-modal-personal-info .room-cost .guests span,
.sync-modal-personal-info .room-cost .rooms span,
.sync-modal-personal-info .room-cost .beds span,
.sync-modal-personal-info .room-cost .pricing-details span { font-weight: 500; }

.filter_options_used { padding: 16px 30px; display: none; flex-direction: row; gap: 8px; align-items: center; } 
.filter_options_used .results_found_text { color: #475647; font-size: 14px; }
.filter_options_used .filters_selected { padding: 0; list-style: none; display: flex; flex-direction: row; gap: 8px; margin: 0; }
.filters_selected li { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 8px; border-radius: 99px; background-color: #fff2eb; padding: 4px 10px; }
.filters_selected li span { font-size: 14px; }
.filters_selected li span.remove_filter {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M4 12.78L12 4.78003M4 4.78003L12 12.78' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px; 
    cursor: pointer;
}

.reset_filter span { font-size: 14px; text-decoration: underline; color: var(--primary-theme-color); line-height: 26px; }
.reset_filter span:hover { color: var(--primary-theme-color-hover); cursor: pointer; }
.sync-result-lists.search-result-container .go-book { padding: 15px 20px 25px 20px; }
.sync-result-lists.search-result-container .go-book button {
    position: relative;
    border-radius: 100px !important;
    padding: 10px 30px !important;
    color: white !important;
    cursor: pointer !important;
    width: 100%;
    height: 40px !important;
    background-color: var(--primary-theme-color) !important;
    text-align: center !important;
    border: 0px !important;
    font-size: 16px !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ffa42e', GradientType=1 ) !important;
}
.sync-result-lists.search-result-container.sync_container_for_price .go-book#go-book button:hover {
    background: var(--primary-theme-color-hover) !important;
    color: white !important;
}
#search_hotel_room .sync-holder-field { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; width: 100%; }
.sync-result-lists.search-result-container .go-book button:after {  content: ' ' !important; }
#buttons-container .paypal-button-row.paypal-button-shape-pill { height: 35px !important; }
.sync-modal-personal-info .customer-info .sync_components.personal-holder-hotel h2,
.sync-modal-personal-info .customer-info .sync_components.cancellation h2,
.sync-modal-personal-info .customer-info .sync_components.footer-holder-hotel h2 { text-align: left; }

/* transfered from form_styles.css */
.sync_hotel_wrapper #search_hotel_room { width: 100%; margin: auto; }
.sync_form_wrapper.sync_hotel_wrapper .holder.holder-check-availability { width: auto; margin: 0px 25px; float: right; }
.sync_form_wrapper.sync_hotel_wrapper .sync_components #search_hotel_room .holder-check-availability input {
    border-radius: 100px !important;
    color: white !important;
    cursor: pointer !important;
    background-color: var(--primary-theme-color) !important;
    padding: 0px !important;
    text-align: center !important;
    border: 0px !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ffa42e', GradientType=1 ) !important;
    float: right;
    font-size: 16px;
    font-weight: 600;
    min-width: auto;
    margin: 0 !important;
}
.sync_check_booking .ref_head h2 { font-size: 24px; color: var(--primary-theme-color); font-weight: bold; margin: 0px; }
.sync_check_booking .ref_head { text-align: center; padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid #E5E7EB; }
.sync_check_booking .go_back { position: absolute; top: 14px; left: 5px; padding: 10px; color: var(--primary-theme-color); cursor: pointer; text-decoration: underline; }
.sync_check_booking .get_reference { display: flex; gap: 20px; justify-content: center; align-items: center; padding: 40px 25px; text-align: center; }
.sync_components.footer-holder-hotel { min-height: 270px; }
#customer_info .customer-info .row-1 .sync_components .book-summary-subtotal { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; }
#customer_info .book-summary-subtotal p { margin: 0; }
#customer_info .book-summary-subtotal p span { position: relative; }
.book-summary-total .total_amount { width: 40%; text-align: right; }
.book-summary-total .total_amount .discount_amount {
    color: var(--primary-theme-color);
    font-size: 18px;
}
.book-summary-total .total_text p,
.book-summary-total .total_amount p { font-weight: 600;}

#booking_info { max-width: none !important; }
#booking_info .booking-details .person_info { display: flex; flex-direction: row; text-align: center; }
#booking_info .booking-details .cust_name { text-align: center; }
#booking_info .booking-details .book_head { text-align: center; color: var(--primary-theme-color); font-size: 30px; }
#booking_info .booking-details { display: flex; flex-direction: column; margin-top: 10px; }
#booking_info .booking-details .name { color: var(--primary-theme-color); text-align: center; font-size: 30px; }
#booking_info span.dtls { font-size: 30px; }
#booking_info .modal-content { background: transparent; border: 0; box-shadow: none; }
#booking_info .modal-header { border-bottom: 0; margin-bottom: 10px; }
#booking_info .modal-bodyy { background-color: white; border-radius: 10px; }
#booking_info .modal-header button { border-radius: 100px; background-color: white; color: var(--primary-theme-color); opacity: 1; border: 1px solid transparent; height: auto; padding: 10px 15px 15px; font-size: 22px; }
#booking_info .booking-details .booking_details { display: flex; flex-direction: row; text-align: center; }
#booking_info .booking-details .booking_details .booking_labels { width: 45%; display: flex; flex-direction: column; text-align: right; }
#booking_info .booking-details .booking_details .space { width: 6%; }
#booking_info .booking-details .booking_details .booking_data { width: 45%; display: flex; flex-direction: column; text-align: left; }
#booking_info .booking-details .person_info .person_labels { width: 45%; display: flex; flex-direction: column; text-align: right; }
#booking_info .booking-details .person_info .space { width: 6%; }
#booking_info .booking-details .person_info .person_data { width: 45%; display: flex; flex-direction: column; text-align: left; overflow-y: auto; }
#booking_info .cancel_section .cancel_booking { 
    background: var(--primary-theme-color); 
    border-radius: 25px;
    border: 1px solid transparent;
    color: white;
    padding: 11px 20px;
    cursor: pointer;
    font-size: 17px;
}

#booking_info .cancel_section .cancel_booking:hover { 
    background: var(--primary-theme-color-hover);
}

#booking_info .cancel_section .cancel_booking:hover { 
    background: var(--primary-theme-color-hover);
}

#booking_notFound { max-width: none !important; }
#booking_notFound .button_close { text-align: center; }
#booking_notFound .rental-details { text-align: center; color: var(--primary-theme-color); }
#booking_notFound .modal-content { background: transparent; border: 0; box-shadow: none; }
#booking_notFound .modal-header { border-bottom: 0; margin-bottom: 10px; }
#booking_notFound .modal-bodyy { background-color: white; border-radius: 10px; }
#booking_notFound .modal-header button { border-radius: 100px; background-color: white; color: var(--primary-theme-color); opacity: 1; border: 1px solid transparent; height: auto; padding: 10px 15px; font-size: 22px; }

#booking_info .cancel_section .cancellation_policy a { 
    color: var(--primary-theme-color) !important;
}