.impl_book_form_container {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

.booking-box-form label {
    display: block;
    margin-top: 10px;
}

.booking-box-form input,
.booking-box-form select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

.booking-box-form button {
    margin-top: 15px;
    padding: 10px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    height: 42px!important;
}

.btn-outline-secondary {
    background-color: #bbb!important;
}