﻿.fit-require {
    border-color: red;
}
.warning-require-field {
    border-color: #ff3e1d !important;
}
.warning-email-format {
    border-color: #ff3e1d !important;
}
.warning-word {
    color: #ff3e1d !important;
}
.text-val-bad {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-val-good {
    --bs-text-opacity: 1;
    color: #6a9170 !important;
}
.ui-timepicker-wrapper {
    padding: 0.25rem 1.75rem !important;
}