
.edcc-default{
    font-size: 16.8px;
    font-family: Arial, Helvetica, sans-serif;
}

.enquiry-tooltip-vertical-align {
    margin: 0;
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accessible-tooltip {
    cursor: pointer;
    color:black;  
    font-size:125%;
}

.accessible-link {
    color: #0000FF;
}

.form-control.is-invalid, .was-validated .form-control:invalid, 
select.custom-select.is-invalid, .was-validated .custom-select:invalid{
    background-color: #f7c1c9;
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color:#165A26;
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #165A26;
}

.accessible-link {
    color: #0056b3;
    text-decoration: underline;
}

.accessible-link:focus,
.accessible-link:hover {
    color: #003366;
    text-decoration: none;
}

.btn-secondary {
    background-color: #343a40;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #495057;
}
