/*---Form Validation---*/
.validation-summary-errors ul {
    margin-bottom: 20px;
    padding: 5px;
    color: rgb(var(--bs-danger-rgb));
    border: 1px solid rgb(var(--bs-danger-rgb));
    border-radius: .2rem;
    background-color: rgba(var(--bs-danger-rgb), 0.2);
}

    .validation-summary-errors ul li {
        list-style: none;
        padding: 5px 10px;
    }

.field-validation-error {
    display: block;
    max-inline-size: max-content;
    margin: 5px 0;
    padding: 5px 10px;
    color: rgb(var(--bs-danger-rgb));
    border: 1px solid rgb(var(--bs-danger-rgb));
    border-radius: .2rem;
    background-color: rgba(var(--bs-danger-rgb), 0.2);
    list-style: none;
    text-overflow: ellipsis;
}
/*---//Form Validation//---*/

div.action-buttons > button, div.action-buttons > a {
    width: 8rem;
    min-width: 150px;
}

/*dl.employer-details > dd {
    padding-left: 1rem;
    padding-right: 1rem;
    text-overflow: ellipsis;
}*/