/* ==========================================================================
   AETYCA - PROCESSI (ADMIN CONFIGURATION PANEL SPECIFIC STYLES)
   ========================================================================== */

/* =========================
   HEADER (FLAT, CLEAN)
   ========================= */
.process-header-card {
    border-radius: 0;
    border: none;
}

.process-header-card .card-body.orange {
    background: #143B6F;
}

/* =========================
   SUBTABS (MODERN & PREMIUM UNDERLINE STYLE)
   ========================= */
.process-subtabs {
    border-bottom: 2px solid #dbe2eb !important;
    background: transparent;
    padding-left: 0;
    margin-bottom: 1.5rem !important;
    gap: 4px;
}

.process-subtabs .nav-item {
    margin: 0;
}

.process-subtabs .nav-link {
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    font-size: 0.95rem;
    position: relative;
    cursor: pointer;
    transition: color 0.2s ease, font-weight 0.2s ease;
}

/* hover */
.process-subtabs .nav-link:hover {
    color: #143B6F !important;
}

/* active */
.process-subtabs .nav-link.active {
    color: #143B6F !important;
    font-weight: 600 !important;
}

.process-subtabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #143B6F;
    border-radius: 2px;
}

/* =========================
   SECTION TITLES (CLEAN)
   ========================= */
.workspace-section h4 {
    font-weight: 600;
    color: #143B6F;
    border: none !important;
    padding: 0;
    margin-bottom: 15px;
}

/* =========================
   SPACING & RESPONSIVENESS
   ========================= */
.workspace-section .card {
    border-radius: 4px;
}

.process-workspace .card-body {
    overflow-y: auto;
}

/* ==========================================
   CATEGORIE DI ANALISI MODAL (SPLIT-SIDEBAR)
   ========================================== */
.bg-warning-light-soft {
    background-color: rgba(255, 193, 7, 0.06);
}
.badge-success-soft {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.2);
    font-size: 9px;
    padding: 2px 4px;
}
.catan-item-card {
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}
.catan-item-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    border-color: #adb5bd !important;
}
.mt-0-5 {
    margin-top: 2px;
}
.text-wrap {
    white-space: normal !important;
    word-break: break-word;
}
.bg-warning-light {
    background-color: rgba(255, 193, 7, 0.15);
}
.text-warning-dark {
    color: #856404;
}
.catan-badge-count {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
}
.catan-list-scroll {
    /* max-height: 450px; */
    overflow-y: auto;
}
.catan-act-list-scroll {
    font-size: 11px;
    /* max-height: 120px; */
    overflow-y: auto;
}
.catan-act-ul {
    border-color: #dee2e6 !important;
}
.catan-card-title-sm {
    font-size: 13px;
}
.catan-card-title-md {
    font-size: 14px;
}
.gap-sm {
    gap: 4px;
}