.modal-online-reservation-update .modal-dialog {
    width: 1000px;
    max-width: calc(100% - 20px);
}

.modal-online-reservation-update .form-style-input {
    font-size: inherit !important;
}

.modal-online-reservation-update .has-error input {
    color: #a94442 !important;
    border: 1px solid #a94442 !important;
}

.modal-online-reservation-update .has-error label {
    color: #a94442 !important;
}

.modal-online-reservation-update .field-reservation-resident_id .select2-container--krajee .select2-selection--single {
    height: auto !important;
}