.booking-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0px;
    padding: 30px 15px 30px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .03);
}

.booking-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.booking-item {
    flex: 0 0 auto;
}
.booking-property { width: 260px; }
.booking-date { width: 260px; }
.booking-guest { width: 180px; }
.booking-promo { width: 180px; }
.booking-button { width: 180px; }

.booking-item label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1C1C1D;
}

.booking-item .form-control,
.guest-trigger {
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px 18px;
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 14px;
    color: #59585D;
    font-weight: 300;
}

.booking-search-btn {
    height: 46px;
    min-width: 180px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
    background-color: #8c835f;
    color: #fff;
    border: 1px solid #8c835f;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.booking-search-btn:hover {
    opacity: .9;
}

/* popup */
.guest-popup {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 275px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    padding: 25px;
    z-index: 20;
}

.guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 500;
}

.counter-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
}

.guest-confirm-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0px;
    background: #a59c83;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.d-none {
    display: none;
}

.booking-select {
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 18px;
    color: #444;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #a59c83 50%), linear-gradient(135deg, #a59c83 50%, transparent 50%);
    background-position: calc(100% - 22px) 26px, calc(100% - 16px) 26px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.booking-select:focus {
    outline: none;
    border-color: #a59c83;
    box-shadow: 0 0 0 3px rgba(165, 156, 131, .12);
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: 46px;
    border-radius: 0px;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #ddd;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-weight: 300;
    line-height: 2.2;
    color: #59585D;
    font-size: 14px;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
    padding: 10px 0 10px 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    padding: 10px 0 10px 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.select2-dropdown {
    box-shadow: 0 12px 30px rgba(68, 68, 68, 0.12);
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-weight: 300;
    line-height: 2.2;
    color: #59585D;
    font-size: 14px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #a59c83 !important;
    box-shadow: 0 0 0 3px rgba(165, 156, 131, .12) !important;
    outline: none !important;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-color: #a59c83 !important;
    box-shadow: 0 0 0 3px rgba(165, 156, 131, .12) !important;
    outline: none !important;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-color: #a59c83 !important;
    box-shadow: 0 0 0 3px rgba(165, 156, 131, .12) !important;
    outline: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    border-color: #a59c83 !important;
    box-shadow: 0 0 0 3px rgba(165, 156, 131, .12) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover {
    background-color: #a59c83;
    color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #a59c83 !important;
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #a59c83;
    color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-weight: 300;
    color: #59585D;
    font-size: 14px;
    border-radius: 0px;
}

.booking-item .form-control:focus {
    border-color: #a59c83 !important;
    box-shadow: 0 0 0 3px rgba(165, 156, 131, .12) !important;
    outline: none !important;
}

.daterangepicker td.active {
    background : #a59c83 !important;
}

.daterangepicker td.in-range {
    background : #a59c83 !important;
}

.booking-input-error {
    border: 1px solid #dc3545 !important;
    border-radius: 8px;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #a59c83 !important;
}

@media (max-width: 768px) {
    .booking-flex {
        flex-direction: column;
    }

    .booking-item,
    .booking-search-btn {
        width: 100%;
    }

    select+.select2-container--bootstrap-5 {
        width: 100% !important;
    }

    .guest-popup {
        width: 100%;
        left: 0;
    }
}
