/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.book-popup-form select {
    width: 100%;
}

.book-popup-form input {
    width: 100%;
}

.form-disabled {
    opacity: 0.7;
    pointer-events: none;
}