.elementor-12041 .elementor-element.elementor-element-798922e0 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-12041 .elementor-element.elementor-element-27ee5547{width:100%;max-width:100%;margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-12041 .elementor-element.elementor-element-798922e0{width:100%;}}/* Start custom CSS for html, class: .elementor-element-27ee5547 *//* =========================================
   SPS PROGRAM STUDI
========================================= */

.sps-program-section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 70px;
    font-family: inherit;
    box-sizing: border-box;
}


/* =========================================
   HEADER
========================================= */

.sps-program-header {
    text-align: center;
    margin-bottom: 35px;
}

.sps-program-label {
    display: inline-block;
    padding: 9px 18px;
    margin-bottom: 15px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    color: #9a741f;
    background: #fff7dc;

    border-radius: 50px;
}

.sps-program-header h2 {
    margin: 0 0 12px;

    font-size: 42px;
    font-weight: 800;

    color: #183f72;
    line-height: 1.2;
}

.sps-program-header p {
    max-width: 680px;
    margin: auto;

    color: #66758a;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   TABS
========================================= */

.sps-program-tabs {
    display: flex;
    justify-content: center;
    gap: 14px;

    margin-bottom: 28px;
}

.sps-program-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    padding: 14px 26px;

    border: 1px solid #d7e1ec;
    border-radius: 50px;

    background: #ffffff;

    color: #26466f;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition: all 0.3s ease;
}

.sps-program-tab:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 25px
        rgba(27, 72, 126, 0.12);
}

.sps-program-tab.active {
    background:
        linear-gradient(
            135deg,
            #0b4f9c,
            #2478d1
        );

    color: #ffffff;

    border-color: transparent;

    box-shadow:
        0 12px 30px
        rgba(30, 102, 185, 0.28);
}

.sps-tab-icon {
    font-size: 16px;
}

.sps-tab-count {
    padding: 3px 8px;

    border-radius: 20px;

    font-size: 11px;

    background:
        rgba(255,255,255,0.16);
}

.sps-program-tab:not(.active)
.sps-tab-count {
    background: #edf3f8;
}


/* =========================================
   PANELS
========================================= */

.sps-program-panel {
    display: none;
}

.sps-program-panel.active {
    display: block;
}


/* =========================================
   TABLE WRAPPER
========================================= */

.sps-table-wrapper {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dbe5ef;

    border-radius: 20px;

    box-shadow:
        0 15px 45px
        rgba(23, 55, 92, 0.08);
}


/* =========================================
   TABLE TOP
========================================= */

.sps-table-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 22px 25px;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f7fafc
        );

    border-bottom:
        1px solid #e5edf4;
}

.sps-table-info {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #34516f;

    font-size: 14px;
    font-weight: 600;
}

.sps-table-dot {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #2d7dd2;

    box-shadow:
        0 0 0 5px
        rgba(45,125,210,0.10);
}


/* =========================================
   SEARCH
========================================= */

.sps-search-box {
    position: relative;

    width: 290px;
}

.sps-search-icon {
    position: absolute;

    left: 14px;
    top: 50%;

    transform: translateY(-50%);

    color: #6c7e92;

    font-size: 21px;
}

.sps-search-input {
    width: 100%;

    padding:
        12px 16px 12px 42px;

    border:
        1px solid #d7e1eb;

    border-radius: 12px;

    background: #ffffff;

    color: #263b52;

    font-size: 14px;

    outline: none;

    box-sizing: border-box;

    transition: all 0.25s ease;
}

.sps-search-input:focus {
    border-color: #2875c7;

    box-shadow:
        0 0 0 4px
        rgba(40,117,199,0.10);
}


/* =========================================
   TABLE
========================================= */

.sps-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.sps-modern-table {
    width: 100%;

    border-collapse: collapse;

    min-width: 720px;
}


/* TABLE HEADER */

.sps-modern-table thead th {
    padding: 17px 18px;

    background: #f3f7fb;

    color: #31506f;

    font-size: 13px;
    font-weight: 700;

    text-align: left;

    border-bottom:
        1px solid #dce6ef;
}


/* TABLE ROW */

.sps-modern-table tbody tr {
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.sps-modern-table tbody tr:hover {
    background: #f7fbff;
}


/* TABLE CELL */

.sps-modern-table td {
    padding: 20px 18px;

    border-bottom:
        1px solid #edf1f5;

    color: #30465e;

    font-size: 14px;

    vertical-align: middle;
}

.sps-modern-table tbody tr:last-child td {
    border-bottom: none;
}


/* =========================================
   NUMBER
========================================= */

.sps-number-col {
    width: 70px;
}

.sps-number {
    color: #8090a1 !important;

    font-size: 13px !important;

    font-weight: 600;
}


/* =========================================
   PROGRAM NAME
========================================= */

.sps-program-name {
    display: flex;

    align-items: center;

    gap: 12px;

    font-weight: 700;

    color: #24466d;
}

.sps-program-code {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 5px 9px;

    border-radius: 7px;

    background: #eaf2fb;

    color: #2362a4;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.3px;
}


/* =========================================
   AKREDITASI BADGES
========================================= */

.sps-accreditation {
    display: inline-flex;

    align-items: center;

    padding: 7px 12px;

    border-radius: 50px;

    font-size: 12px;
    font-weight: 700;
}


/* UNGGUL */

.accreditation-unggul {
    color: #16704a;

    background: #e7f6ee;
}


/* BAIK SEKALI */

.accreditation-baik-sekali {
    color: #2e6a9e;

    background: #e9f3fc;
}


/* BAIK */

.accreditation-baik {
    color: #9a681d;

    background: #fff5df;
}


/* A */

.accreditation-a {
    color: #7858b3;

    background: #f1ebfb;
}


/* B */

.accreditation-b {
    color: #b16d35;

    background: #fff0e5;
}


/* TERAKREDITASI */

.accreditation-terakreditasi {
    color: #536477;

    background: #eef1f4;
}

.accreditation-terakreditasi-sementara {
    color: #536477;

    background: #eef1f4;
}


/* =========================================
   CERTIFICATE
========================================= */

.sps-certificate-link {
    display: inline-flex;

    align-items: center;

    padding: 8px 14px;

    border-radius: 9px;

    background: #edf5ff;

    color: #1d68b3;

    font-size: 12px;
    font-weight: 700;

    cursor: pointer;

    transition: all 0.25s ease;
}

.sps-certificate-link:hover {
    background: #1f6fb9;

    color: #ffffff;

    transform: translateY(-1px);
}


.sps-certificate-empty {
    display: inline-flex;

    padding: 8px 13px;

    border-radius: 8px;

    background: #f3f5f7;

    color: #8a98a6;

    font-size: 12px;
    font-weight: 600;
}


/* =========================================
   NO RESULT
========================================= */

.sps-no-result {
    display: none;

    margin-top: 20px;

    padding: 25px;

    text-align: center;

    background: #f8fafc;

    border:
        1px dashed #ccd8e4;

    border-radius: 15px;

    color: #728196;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .sps-program-section {
        padding:
            30px 14px 50px;
    }

    .sps-program-header h2 {
        font-size: 32px;
    }

    .sps-program-header p {
        font-size: 14px;
    }


    .sps-program-tabs {
        flex-direction: column;
    }

    .sps-program-tab {
        width: 100%;
    }


    .sps-table-top {
        flex-direction: column;

        align-items: stretch;
    }

    .sps-search-box {
        width: 100%;
    }


    .sps-modern-table td,
    .sps-modern-table th {
        padding:
            15px 14px;
    }

}


/* =========================================
   SERTIFIKAT BUTTON
========================================= */

.sps-certificate-cell {
    text-align: center;
    vertical-align: middle;
}

.sps-certificate-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 18px;

    background: linear-gradient(
        135deg,
        #0d5cab,
        #1f7bd1
    );

    color: #ffffff !important;

    text-decoration: none !important;

    border-radius: 10px;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.2px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;

    box-shadow:
        0 6px 16px rgba(13, 92, 171, 0.18);
}


/* Hover */

.sps-certificate-link:hover {
    transform: translateY(-2px);

    background: linear-gradient(
        135deg,
        #064b9b,
        #156fc5
    );

    box-shadow:
        0 10px 24px rgba(13, 92, 171, 0.28);

    color: #ffffff !important;
}


/* Icon */

.sps-certificate-link::before {
    content: "↗";

    font-size: 15px;

    font-weight: 700;
}


/* Sertifikat belum tersedia */

.sps-certificate-empty {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 9px 16px;

    background: #f3f6fa;

    color: #7c8da0;

    border: 1px solid #e0e7ef;

    border-radius: 10px;

    font-size: 12px;

    font-weight: 600;
}


/* Responsive */

@media (max-width: 767px) {

    .sps-certificate-link {
        padding: 8px 12px;
        font-size: 11px;
    }

    .sps-certificate-empty {
        padding: 8px 10px;
        font-size: 11px;
    }

}/* End custom CSS */