.btn-qh{
    position:absolute;
    right:2px;
    top:2px;
}
.accordion-heading{
    position:relative !important;
}

.modal-footer.d-flex {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
}

/* ✅ Toggle în partea stângă */
.mandatory-toggle {
    display: flex;
    align-items: center;
    margin: 0;
}

.mandatory-toggle .form-check-label {
    font-size: 0.95rem;
    color: #495057;
    margin-left: 0.5rem;
    cursor: pointer;
}

.mandatory-toggle .bi-exclamation-triangle {
    color: #ffc107;
    margin-right: 0.25rem;
}

/* ✅ Indicator obligatoriu în listă */
.text-warning.ms-2 {
    font-size: 1rem;
    margin-left: 0.5rem;
}