.text-danger, .text-success {
    display: none !important;
}

.has-error .text-danger, .has-success .text-success {
    display: inline !important;
}

.alert-warning {
    background-color: #FBE8D9 !important;
    color: #000000 !important;
    border: 1px solid #badbcc !important;
}

.modal-content {
    border-radius: var(--bs-modal-border-radius) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
}
