label.error {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
    display: block;
}

.form-control.error,
.form-select.error {
    border: 1px solid #dc3545 !important;
    background-color: #fff8f8;
}

.hover-bg-light:hover {
    background-color: #f8f9fa !important;
}

.transition-all {
    transition: all 0.3s ease;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}