/* ============================= */
/* FORM STYLE CRM */
/* ============================= */

.form-section-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--crm-text-soft);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-label,
.card-crm .form-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--crm-text-soft);
    margin-bottom: 6px;
}

.form-control,
.form-select {
    border-radius: var(--crm-input-radius);
    border: 1px solid var(--crm-border);
    height: var(--crm-input-height);
    font-size: 12px;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--crm-primary);
    box-shadow: 0 0 0 2px rgba(33, 21, 81, 0.12);
}

.form-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 1rem 0;
}

.modal-body h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modal-body hr {
    border-color: #e5e7eb;
}

/* ============================= */
/* SELECT2 */
/* ============================= */

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single {
    height: 36px !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection__rendered,
.select2-container .select2-selection__rendered {
    line-height: 26px !important;
    font-size: 12px;
    padding-left: 0 !important;
}

.select2-container--default .select2-selection__arrow,
.select2-container .select2-selection__arrow {
    height: 34px !important;
}

.select2-dropdown {
    border-radius: 0.375rem !important;
    border: 1px solid #ced4da !important;
}