.elementor-12184 .elementor-element.elementor-element-3578271{width:100%;max-width:100%;margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3578271 *//* =========================================
   HASIL TES MASUK SPS
========================================= */

.sps-hasil-tes-section {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 55px 30px 70px;
    box-sizing: border-box;
}


/* =========================================
   HEADER
========================================= */

.sps-hasil-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 42px;
}

.sps-hasil-label {
    margin-bottom: 14px;
}

.sps-hasil-label span {
    display: inline-flex;
    align-items: center;

    padding: 8px 18px;

    background: #eef4fb;

    color: #1d4f87;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.2px;
}

.sps-hasil-header h2 {
    margin: 0 0 12px;

    color: #173d6b;

    font-size: 38px;
    font-weight: 700;

    line-height: 1.2;
}

.sps-hasil-header p {
    margin: 0;

    color: #65758a;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   PERIODE
========================================= */

.sps-periode-wrapper {
    margin-bottom: 30px;
}

.sps-periode-title {
    margin-bottom: 14px;

    color: #294b72;

    font-size: 15px;
    font-weight: 600;
}


/* SCROLL TABS */

.sps-periode-tabs {
    display: flex;

    align-items: center;

    gap: 8px;

    padding: 8px;

    background: #f5f8fc;

    border: 1px solid #dbe5f0;

    border-radius: 14px;

    overflow-x: auto;

    scrollbar-width: thin;
}


/* BUTTON */

.sps-periode-tab {
    position: relative;

    flex: 0 0 auto;

    min-width: 88px;

    padding: 13px 20px;

    border: none;

    border-radius: 10px;

    background: transparent;

    color: #4f6175;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* HOVER */

.sps-periode-tab:hover {
    background: #e7eff9;

    color: #174f8c;
}


/* ACTIVE */

.sps-periode-tab.active {
    background:
        linear-gradient(
            135deg,
            #1b4f87,
            #276db0
        );

    color: #ffffff;

    box-shadow:
        0 7px 18px
        rgba(20, 76, 134, .22);
}

.sps-periode-tab.active:hover {
    transform: translateY(-1px);
}


/* =========================================
   TABLE CONTAINER
========================================= */

.sps-table-container {
    position: relative;

    background: #ffffff;

    border: 1px solid #d9e3ee;

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 15px 40px
        rgba(30, 70, 110, .08);
}


/* TABLE HEADER */

.sps-table-top {
    padding: 22px 28px;

    border-bottom:
        1px solid #e3eaf2;

    background:
        linear-gradient(
            135deg,
            #f8fbfe,
            #eef4fa
        );
}

.sps-table-info {
    display: flex;

    align-items: center;

    gap: 15px;
}

.sps-table-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #1b4f87,
            #2c75b8
        );

    box-shadow:
        0 8px 18px
        rgba(30, 80, 135, .18);
}

.sps-table-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.8;
}

.sps-table-info strong {
    display: block;

    margin-bottom: 4px;

    color: #24496f;

    font-size: 18px;
}

.sps-table-info span {
    display: block;

    color: #718095;

    font-size: 13px;
}


/* =========================================
   TABLE DISPLAY
========================================= */

#sps-table-display {
    padding: 25px;
    min-height: 300px;
}


/* HIDE SOURCE */

#sps-hidden-tables {
    display: none;
}


/* =========================================
   DATATABLE CUSTOMIZATION
========================================= */

#sps-table-display .dataTables_wrapper {
    width: 100%;
}


/* TOP CONTROL */

#sps-table-display .dataTables_length,
#sps-table-display .dataTables_filter {
    margin-bottom: 22px;
}

#sps-table-display .dataTables_length label,
#sps-table-display .dataTables_filter label {
    color: #53667c;

    font-size: 14px;

    font-weight: 500;
}


/* SELECT */

#sps-table-display .dataTables_length select {
    height: 38px;

    margin: 0 7px;

    padding: 0 10px;

    border: 1px solid #cbd8e5;

    border-radius: 8px;

    background: #ffffff;

    color: #34495e;
}


/* SEARCH */

#sps-table-display .dataTables_filter input {
    height: 40px;

    margin-left: 8px;

    padding: 0 13px;

    border: 1px solid #cbd8e5;

    border-radius: 8px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

#sps-table-display .dataTables_filter input:focus {
    border-color: #3979b8;

    box-shadow:
        0 0 0 3px
        rgba(57, 121, 184, .12);
}


/* =========================================
   TABLE
========================================= */

#sps-table-display table {
    width: 100% !important;

    border-collapse: separate;

    border-spacing: 0;

    overflow: hidden;

    border-radius: 10px;
}


/* TABLE HEAD */

#sps-table-display table thead th {
    padding: 15px 14px !important;

    background:
        linear-gradient(
            135deg,
            #153f70,
            #235d98
        ) !important;

    color: #ffffff !important;

    border-bottom: none !important;

    font-size: 13px;

    font-weight: 700;

    vertical-align: middle;
}


/* TABLE BODY */

#sps-table-display table tbody td {
    padding: 14px !important;

    color: #3e5064;

    font-size: 13px;

    line-height: 1.55;

    border-bottom:
        1px solid #e8edf3 !important;

    vertical-align: middle;
}


/* ZEBRA */

#sps-table-display table tbody tr:nth-child(even) {
    background: #f7f9fc;
}


/* HOVER */

#sps-table-display table tbody tr {
    transition:
        background .2s ease;
}

#sps-table-display table tbody tr:hover {
    background: #eef5fc !important;
}


/* STATUS LULUS */

#sps-table-display td:last-child {
    font-weight: 700;

    color: #19744d;
}


/* =========================================
   PAGINATION
========================================= */

#sps-table-display .dataTables_info {
    padding-top: 18px;

    color: #64748b;

    font-size: 13px;
}

#sps-table-display .dataTables_paginate {
    padding-top: 14px;
}

#sps-table-display .dataTables_paginate .paginate_button {
    min-width: 36px;

    height: 36px;

    padding: 8px 10px !important;

    margin: 0 2px;

    border: none !important;

    border-radius: 8px !important;

    background: transparent !important;

    color: #50647a !important;

    font-size: 13px;

    transition:
        background .2s ease,
        color .2s ease;
}

#sps-table-display .dataTables_paginate .paginate_button:hover {
    background: #edf3f9 !important;

    color: #1c5c9d !important;
}

#sps-table-display .dataTables_paginate .paginate_button.current {
    background: #1f5d99 !important;

    color: #ffffff !important;

    box-shadow:
        0 4px 12px
        rgba(31, 93, 153, .2);
}


/* =========================================
   EMPTY TABLE
========================================= */

.sps-empty-table {
    padding: 70px 20px;

    text-align: center;

    color: #718096;
}

.sps-empty-table strong {
    display: block;

    margin-bottom: 8px;

    color: #385575;

    font-size: 18px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {

    .sps-hasil-tes-section {
        padding:
            35px 15px
            50px;
    }

    .sps-hasil-header h2 {
        font-size: 28px;
    }

    .sps-hasil-header p {
        font-size: 14px;
    }

    .sps-periode-tabs {
        border-radius: 12px;
    }

    .sps-periode-tab {
        min-width: 78px;

        padding:
            11px 15px;

        font-size: 14px;
    }

    .sps-table-top {
        padding: 18px;
    }

    .sps-table-info strong {
        font-size: 16px;
    }

    #sps-table-display {
        padding: 15px;
        overflow-x: auto;
    }

    #sps-table-display table {
        min-width: 850px;
    }

}


@media (max-width: 480px) {

    .sps-table-icon {
        width: 42px;
        height: 42px;
    }

    .sps-table-info span {
        font-size: 12px;
    }

}

/* Semua tabel berada di area display */
#sps-table-display {
    width: 100%;
}

/* Default: disembunyikan */
#sps-table-display .sps-table-source {
    display: none;
    width: 100%;
}

/* Container penyimpanan awal tidak perlu terlihat */
#sps-hidden-tables {
    display: none;
}

.sps-table-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #173f6b 0%,
            #245783 55%,
            #3d79a8 100%
        );

    box-shadow:
        0 8px 18px rgba(23, 63, 107, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.15);
}

.sps-table-icon svg {
    width: 42px !important;
    height: 42px !important;
    overflow: visible;
}

.sps-table-icon .cap,
.sps-table-icon .cap-line,
.sps-table-icon .tassel {
    fill: none;
    stroke: #ffffff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sps-table-icon .tassel-dot {
    fill: #f4c542;
}

.sps-table-icon .check {
    fill: none;
    stroke: #f4c542;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}/* End custom CSS */