/* To override existing datepicker CSS please use the below CSS. */


/* Jquey Datepicker */
.datepicker table td,
th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

.datepicker table {
    width: 310px;
}


/* Jquey Validator */
input.invalid-feedback-me {
    border-color: #dc3545;
}

.invalid-feedback-me {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}


/* Recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}