
    .text-color-primary,
    .text-primary {
        color: #e30613 !important;
    }

    .profil-hero {
        margin-bottom: 30px;
    }

    .profil-hero-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 30px;
        margin-bottom: 30px;
    }

    .profil-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 0;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .profil-logo {
        width: 120px;
        height: 120px;
        object-fit: contain;
        border-radius: 12px;
        border: 2px solid #e2e8f0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .contact-items {
        margin-top: 20px;
        padding: 15px;
        background: #f8fafc;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
    }

    .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        padding: 5px 0;
        font-size: 0.9em;
    }

    .contact-item:last-child {
        margin-bottom: 0;
    }

    .contact-item i {
        width: 16px;
        margin-right: 8px;
        color: #e30613;
        font-size: 0.85em;
        flex-shrink: 0;
    }    /* Global FontAwesome icon color */
    .fas,
    .far,
    .fab,
    .fal,
    .fad,
    [class*="fa-"] {
        color: #e30613 !important;
        margin-right: 8px;
    }

    .contact-item strong {
        font-size: 0.85em;
        min-width: 60px;
        display: inline-block;
    }

    .contact-item div {
        line-height: 1.3;
    }

    .struktur-item {
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    .struktur-item:hover {
        border-color: #3182ce;
        box-shadow: 0 4px 12px rgba(49, 130, 206, 0.1);
    }

    .prestasi-item {
        background: #f7fafc;
        border-left: 4px solid #48bb78;
        padding: 15px;
        margin-bottom: 12px;
        border-radius: 0 8px 8px 0;
    }

    .cabor-item {
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .cabor-item:hover {
        border-color: #3182ce;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
        margin-top: 15px;
    }

    .stat-item {
        text-align: center;
        padding: 8px;
        background: #edf2f7;
        border-radius: 6px;
    }

    .stat-number {
        font-size: 1.5em;
        font-weight: bold;
        color: #3182ce;
    }

    .stat-label {
        font-size: 0.8em;
        color: #718096;
    }    /* Table styling for all dynamic content tables */
    .card-body table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin: 15px 0;
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-size: 0.9em;
    }

    .card-body table thead {
        background: linear-gradient(135deg, #e30613 0%, #c10511 100%);
        color: white;
    }

    .card-body table thead th {
        padding: 15px 12px;
        font-weight: 600;
        font-size: 0.9em;
        text-align: left;
        border: none;
        position: relative;
    }

    .card-body table thead th:first-child {
        text-align: center;
        width: 60px;
    }

    .card-body table tbody tr {
        border-bottom: 1px solid #e2e8f0;
        transition: all 0.3s ease;
    }

    .card-body table tbody tr:hover {
        background-color: #f8fafc;
        transform: translateX(3px);
        box-shadow: 0 2px 8px rgba(227, 6, 19, 0.1);
    }

    .card-body table tbody tr:last-child {
        border-bottom: none;
    }

    .card-body table tbody td {
        padding: 15px 12px;
        vertical-align: middle;
        border: none;
        line-height: 1.4;
    }

    .card-body table tbody td:first-child {
        text-align: center;
        font-weight: bold;
        color: #e30613;
        background: #fef5f5;
        width: 60px;
    }

    .card-body table tbody td:nth-child(2) {
        font-weight: 600;
        color: #2d3748;
    }

    .card-body table tbody td:nth-child(3) {
        text-align: center;
        font-weight: 500;
        color: #4a5568;
        background: #f7fafc;
    }

    .card-body table tbody td:nth-child(4) {
        color: #718096;
        font-style: italic;
    }

    /* Responsive table */
    @media (max-width: 768px) {
        .card-body table {
            font-size: 0.8em;
        }
        
        .card-body table thead th,
        .card-body table tbody td {
            padding: 10px 8px;
        }
        
        .card-body table thead th:nth-child(n+4),
        .card-body table tbody td:nth-child(n+4) {
            display: none;
        }
    }

    /* Table wrapper for better responsive handling */
    .card-body .table-responsive {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    /* Custom table styling for content coming from editor */
    .card-body table:not(.table) {
        border: 1px solid #e2e8f0;
    }

    .card-body table:not(.table) th {
        background: #f8fafc;
        color: #2d3748;
        font-weight: 600;
        border-bottom: 2px solid #e30613;
    }

    .card-body table:not(.table) td {
        border-bottom: 1px solid #e2e8f0;
    }    /* Card Header Enhancement */
    .card-header {
        position: relative;
        color: white;
        border-radius: 10px 10px 0 0 !important;
        padding: 23px;
        background: white;
    }

    .card-header:before {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #e30613;
        border-radius: 3px 0 0 0;
    }

    .card-header h4 {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #333;
    }

    .header-actions {
        display: flex;
        align-items: center;
    }

    .card-body {
        padding: 25px;
        border-radius: 0 0 12px 12px;
    }    /* Sidebar Widget Styling */
    .sidebar-widget {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        overflow: hidden;
    }

    /* Widget Headers Enhancement */
    .widget__title.card__header {
        position: relative;
        color: white;
        border-radius: 10px 10px 0 0 !important;
        padding: 15px 20px;
        /* background: linear-gradient(135deg, #e30613 0%, #c10511 100%); */
    }

    .widget__title.card__header:before {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #c10511;
        border-radius: 3px 0 0 0;
    }

    .widget__title h4 {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        display: flex;
        align-items: center;
        /* color: white; */
    }

    .widget__title h4 i {
        margin-right: 8px;
        color: white;
    }

    .widget__content.card__content {
        padding: 20px;
    }

    /* KONI Selector Styling */
    .koni-selector {
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        padding: 12px 16px;
        font-size: 0.95em;
        font-weight: 500;
        color: #4a5568;
        background-color: #fff;
        transition: all 0.3s ease;
        cursor: pointer;
        width: 100%;
    }

    .koni-selector:focus {
        border-color: #e30613;
        box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
        outline: none;
    }

    .koni-selector:hover {
        border-color: #cbd5e0;
    }

    .koni-selector option {
        padding: 10px;
        font-weight: 500;
    }

    .koni-selector option:checked {
        background-color: #e30613;
        color: white;
    }

    .form-label {
        font-weight: 600;
        color: #2d3748;
        font-size: 0.9em;
    }
