.ccm-page .popup-reservations-wrapper input.error,
.ccm-page .popup-reservations-wrapper select.error,
.ccm-page .popup-reservations-wrapper textarea.error,
.ccm-page .reservation-content-section input.error,
.ccm-page .reservation-content-section select.error,
.ccm-page .reservation-content-section textarea.error {
    border: 2px solid #e40f0f;
}

.ccm-page .row-group .group-left:after {
    content: none !important;
}

.required-star::after {
    content: '*';
    color: #e40f0f;
    margin-left: .1rem;
}