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

.rallycheck-error-text{
    font-size: 15px;
    color:#ce2b2b;
}

.rallyclass-label .optional,
.rallycheck-mail-label .optional,
.rallycheck-driver-label .optional,
.rallycheck-codriver-label .optional  {
    display: none;
}


.rallyclass-label::after,
.rallycheck-mail-label::after,
.rallycheck-driver-label::after,
.rallycheck-codriver-label::after {
    content: '*';
    color: red;
    font-weight: 700;
}

.woocommerce-checkout .rally-select,
.dropdown_widget .rally-select {
    display: none !important;
}