﻿sup {
    color: #f00;
    font-weight: bold;
    padding: 0 2px;
    font-size: 20px;
}

.field-validation-error > span, .field-validation-error {
    margin-top:10px;
    color: #f00 !important;
}
/* Added for documnet list on contractor step 3 - Copy from new UI */
.kiosk-details .documentLink {
    margin-left: 3rem;
    font-size: 1.8rem;
    text-decoration: underline;
    color: #000;
}
.form__field .document-file {
    margin-bottom: 0.5rem !important;
}
.kiosk-error__title {
    margin-bottom: 1rem;
    font-family: "Bebas Neue", cursive;
    font-size: 4.5rem;
    line-height: 1.2;
    color: #f00;
}

.date-picker .calendar {
    display: none;
}

.date-picker.open .calendar {
    display: block;
}

@media (max-width: 900px) {
    .kiosk-error__title {
        font-size: 2.5rem;
    }
}