.processing-reservation {
    text-align: center;
}

.processing-reservation span:last-child {
    display: block;
    margin-top: 10px;
    font-size: 30px;
}

.processing-reservation .fa {
    font-size: 80px;
}

#main .alert input[type="checkbox"],
.main .alert input[type="checkbox"] {
    height: 20px;
}

#main .alert label,
.main .alert label {
    width: auto;
    margin-bottom: 0;
}
label.required::after {
    content: '*';
    color: red;
}

.hidden {
    display: none;
}

.ccm-page .form-select.error,
.ccm-page .form-control.error {
    border-color: red;
}
