.field-validation-error {
    color: #ce3333 !important;
    position: absolute;
    right: 0;
    top: .1875rem;
    font-size: .875rem;
}

.field-validation-error span {
    color: #ce3333 !important;

}

/* Override Bootstrap 5 .toast styles that conflict with toastr */
#toast-container > .toast {
    background-color: inherit;
    background-image: inherit;
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    color: #fff;
    opacity: 1;
    display: block;
}
#toast-container > .toast-warning {
    background-color: #F89406;
}
#toast-container > .toast-error {
    background-color: #BD362F;
}
#toast-container > .toast-info {
    background-color: #2F96B4;
}
#toast-container > .toast-success {
    background-color: #51A351;
}