.elementor-11766 .elementor-element.elementor-element-6965f4a7{padding:0px 0px 0px 0px;}.elementor-11766 .elementor-element.elementor-element-c6d85b6{--display:flex;}.elementor-11766 .elementor-element.elementor-element-eca1b58{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-11766 .elementor-element.elementor-element-b171040{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-eca1b58 *//* =====================================================
   WIDGET PERSYARATAN PENDAFTARAN
===================================================== */

#sps-requirements-widget {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;

    font-family: inherit;
    color: #294866;
}


/* =====================================================
   HEADER
===================================================== */

.sps-req-header {
    text-align: center;
    margin-bottom: 30px;
}

.sps-req-badge {
    display: inline-block;

    padding: 8px 18px;

    margin-bottom: 15px;

    background: #fff7dc;

    color: #9b772d;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;
}

.sps-req-header h1 {
    margin: 0 0 10px;

    color: #264e7c;

    font-size: 38px;
    font-weight: 800;
}

.sps-req-header p {
    max-width: 700px;

    margin: 0 auto;

    color: #65778a;

    line-height: 1.7;
}


/* =====================================================
   TAB
===================================================== */

.sps-req-tabs {
    display: flex;

    justify-content: center;

    gap: 14px;

    margin-bottom: 35px;

    flex-wrap: wrap;
}

.sps-req-tab {
    border: 1px solid #cbd9e6;

    background: #ffffff;

    color: #294866;

    padding: 15px 30px;

    min-width: 230px;

    border-radius: 30px;

    cursor: pointer;

    font-size: 15px;
    font-weight: 700;

    transition: all .25s ease;
}

.sps-req-tab:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px
        rgba(31, 73, 110, .12);
}

.sps-req-tab.active {
    background:
        linear-gradient(
            135deg,
            #3478bd,
            #145b9f
        );

    color: #ffffff;

    border-color: #3478bd;

    box-shadow:
        0 8px 22px
        rgba(25, 92, 158, .22);
}


/* =====================================================
   PANEL
===================================================== */

.sps-program-panel {
    display: none;
}

.sps-program-panel.active {
    display: block;
}


/* =====================================================
   SECTION
===================================================== */

.sps-document-section {
    margin-bottom: 42px;
}

.sps-section-heading {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 18px;
}

.sps-section-number {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background:
        linear-gradient(
            135deg,
            #174d83,
            #2d6da8
        );

    color: #ffffff;

    border-radius: 16px;

    font-size: 16px;
    font-weight: 800;

    letter-spacing: 1px;

    box-shadow:
        0 8px 18px
        rgba(24, 75, 130, .15);
}

.sps-section-heading h2 {
    margin: 0;

    color: #2b4d70;

    font-size: 26px;
    font-weight: 800;
}

.sps-section-heading p {
    margin: 4px 0 0;

    color: #68798b;

    font-size: 14px;
}


/* =====================================================
   GRID DOKUMEN AKADEMIK
===================================================== */

.sps-document-grid,
.sps-support-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;

    align-items: start;
}


/* =====================================================
   CARD
===================================================== */

.sps-document-card,
.sps-support-card {
    display: flex;

    align-items: flex-start;

    gap: 16px;

    padding: 22px;

    background: #ffffff;

    border: 1px solid #d5e0e9;

    border-radius: 18px;

    border-left:
        4px solid #3d75a8;

    box-shadow:
        0 6px 18px
        rgba(29, 67, 100, .05);

    height: auto;

    align-self: start;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.sps-document-card:hover,
.sps-support-card:hover {
    transform: translateY(-3px);

    border-color: #9eb9d1;

    box-shadow:
        0 12px 28px
        rgba(29, 67, 100, .10);
}


/* =====================================================
   ICON
===================================================== */

.sps-check-icon {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #edf4f1;

    color: #4f9879;

    border-radius: 50%;

    font-size: 19px;
    font-weight: 700;
}


/* =====================================================
   CONTENT
===================================================== */

.sps-document-content {
    min-width: 0;

    flex: 1;
}

.sps-document-content h3 {
    margin: 0 0 8px;

    color: #2c4e71;

    font-size: 16px;
    font-weight: 750;

    line-height: 1.45;
}

.sps-document-content p {
    margin: 0;

    color: #68798a;

    font-size: 13px;

    line-height: 1.65;
}

.sps-document-content ul {
    margin: 10px 0 0;

    padding-left: 18px;

    color: #68798a;

    font-size: 13px;

    line-height: 1.65;
}

.sps-document-content li {
    margin-bottom: 3px;
}


/* =====================================================
   BUTTON FILE
===================================================== */

.sps-file-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 15px;
}

.sps-file-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 82px;

    padding: 11px 20px;

    border-radius: 10px;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: .4px;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.sps-file-btn:hover {
    transform: translateY(-2px);

    color: #ffffff !important;

    box-shadow:
        0 8px 16px
        rgba(0, 0, 0, .12);
}


/* PDF */

.sps-pdf-btn {
    background: #b8413b;
}


/* WORD */

.sps-word-btn {
    background: #35648f;
}


/* =====================================================
   KHUSUS S2 HUKUM
===================================================== */

.sps-special-document {
    margin-top: 18px;

    padding: 16px;

    background: #f8fbfd;

    border:
        1px dashed #b9ccdc;

    border-radius: 14px;
}

.sps-special-label {
    display: inline-block;

    padding: 6px 12px;

    margin-bottom: 9px;

    background: #e8f0f7;

    color: #315978;

    border-radius: 20px;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .8px;
}


/* =====================================================
   RESPONSIVE TABLET
===================================================== */

@media (max-width: 900px) {

    .sps-document-grid,
    .sps-support-grid {
        grid-template-columns: 1fr;
    }

}


/* =====================================================
   RESPONSIVE MOBILE
===================================================== */

@media (max-width: 600px) {

    #sps-requirements-widget {
        padding: 25px 10px;
    }

    .sps-req-header h1 {
        font-size: 27px;
    }

    .sps-req-tab {
        width: 100%;
        min-width: 0;
    }

    .sps-section-heading {
        align-items: flex-start;
    }

    .sps-section-heading h2 {
        font-size: 21px;
    }

    .sps-document-card,
    .sps-support-card {
        padding: 18px;
    }

    .sps-file-btn {
        flex: 1;
    }

}

/* =========================================
   DOKUMEN PENDUKUNG
========================================= */

.sps-doc-section {
    margin-top: 42px;
}


/* Heading */

.sps-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.sps-section-number {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: linear-gradient(
        135deg,
        #174d84,
        #2867a5
    );

    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    box-shadow:
        0 10px 25px rgba(28, 81, 134, 0.18);
}

.sps-section-heading h2 {
    margin: 0 0 4px;

    color: #29496d;

    font-size: 26px;
    font-weight: 700;
}

.sps-section-heading p {
    margin: 0;

    color: #6b7b8f;

    font-size: 15px;
    line-height: 1.6;
}


/* Grid */

.sps-doc-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;

    align-items: start;
}


/* Card */

.sps-doc-card {
    display: flex;

    align-items: flex-start;

    gap: 16px;

    padding: 22px;

    background: #ffffff;

    border:
        1px solid #d8e2ec;

    border-left:
        4px solid #3973aa;

    border-radius: 18px;

    box-shadow:
        0 8px 25px rgba(25, 61, 100, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;

    height: auto;
    min-height: 0;
}


.sps-doc-card:hover {
    transform: translateY(-3px);

    border-color: #9bb8d4;

    box-shadow:
        0 14px 30px rgba(25, 61, 100, 0.12);
}


/* Icon */

.sps-doc-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf5f2;

    color: #4d9679;

    font-size: 22px;
    font-weight: 700;
}


/* Content */

.sps-doc-content {
    flex: 1;
    min-width: 0;
}


.sps-doc-content h3 {
    margin: 0 0 8px;

    color: #29496d;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.45;
}


.sps-doc-content p {
    margin: 0;

    color: #66788d;

    font-size: 14px;

    line-height: 1.7;
}


/* Tombol PDF & WORD */

.sps-file-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 16px;
}


.sps-file-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 82px;

    padding:
        11px 20px;

    border-radius: 11px;

    text-decoration: none;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.4px;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}


.sps-file-btn:hover {
    transform: translateY(-2px);

    color: #ffffff;
}


.sps-file-btn.pdf {
    background:
        linear-gradient(
            135deg,
            #c44a43,
            #a8322f
        );

    box-shadow:
        0 7px 15px
        rgba(174, 55, 50, 0.18);
}


.sps-file-btn.word {
    background:
        linear-gradient(
            135deg,
            #4777aa,
            #2e5d90
        );

    box-shadow:
        0 7px 15px
        rgba(45, 92, 143, 0.18);
}


.sps-file-btn:active {
    transform: scale(0.97);
}


/* Mobile */

@media (max-width: 767px) {

    .sps-doc-grid {
        grid-template-columns: 1fr;
    }

    .sps-section-heading h2 {
        font-size: 22px;
    }

    .sps-doc-card {
        padding: 18px;
    }

    .sps-doc-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;

        font-size: 19px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b171040 *//* =========================================================
   SPs UT - BIAYA PENDIDIKAN
   ========================================================= */

.sps-fee-section {
    width: 100%;
    max-width: 1180px;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* HEADER */

.sps-fee-header {
    text-align: center;
    margin-bottom: 30px;
}

.sps-fee-eyebrow {
    display: inline-block;
    padding: 8px 18px;
    background: #fff8d8;
    color: #947400;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .5px;
}

.sps-fee-header h2 {
    margin: 14px 0 8px !important;
    color: #063b82 !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.sps-fee-header p {
    margin: 0 auto !important;
    max-width: 720px;
    color: #687891 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}


/* =========================================================
   TAB
   ========================================================= */

.sps-fee-tabs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 auto 32px !important;
}

.sps-fee-tab {
    appearance: none !important;
    -webkit-appearance: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 210px !important;

    padding: 14px 25px !important;

    background: #ffffff !important;
    color: #063b82 !important;

    border: 1px solid #d7e5f5 !important;
    border-radius: 50px !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease !important;
}

.sps-fee-tab:hover {
    background: #f5f9ff !important;
    color: #063b82 !important;
    border-color: #b9d3ef !important;
}

.sps-fee-tab.active {
    background: linear-gradient(
        135deg,
        #2588ff,
        #0865d2
    ) !important;

    color: #ffffff !important;

    border-color: transparent !important;

    box-shadow:
        0 8px 22px rgba(6, 59, 130, .18) !important;
}


/* =========================================================
   CONTENT
   ========================================================= */

.sps-fee-content {
    display: none !important;
}

.sps-fee-content.active {
    display: block !important;
}


/* =========================================================
   BIAYA UTAMA
   ========================================================= */

.sps-fee-main-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    gap: 18px !important;

    margin-bottom: 20px !important;
}

.sps-fee-main-card {
    position: relative !important;

    display: block !important;

    padding: 28px 30px 28px 34px !important;

    background: #ffffff !important;

    border: 1px solid #dce8f5 !important;

    border-radius: 20px !important;

    box-sizing: border-box !important;

    box-shadow:
        0 8px 25px rgba(0, 60, 130, .07) !important;

    overflow: hidden !important;
}

.sps-fee-main-card::before {
    content: "" !important;

    position: absolute !important;

    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;

    width: 5px !important;

    background: linear-gradient(
        180deg,
        #2588ff,
        #0758b8
    ) !important;
}

.sps-fee-main-label {
    color: #687891 !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    margin-bottom: 8px !important;
}

.sps-fee-main-price {
    color: #063b82 !important;

    font-size: 34px !important;
    font-weight: 800 !important;

    line-height: 1.15 !important;
}

.sps-fee-main-unit {
    margin-top: 6px !important;

    color: #7b8ba1 !important;

    font-size: 13px !important;
}


/* =========================================================
   BOX
   ========================================================= */

.sps-fee-box {
    width: 100% !important;

    padding: 26px !important;

    margin-bottom: 18px !important;

    background: #ffffff !important;

    border: 1px solid #dce8f5 !important;

    border-radius: 20px !important;

    box-sizing: border-box !important;

    box-shadow:
        0 8px 25px rgba(0, 60, 130, .06) !important;
}

.sps-fee-box-title {
    margin: 0 0 8px !important;

    color: #063b82 !important;

    font-size: 20px !important;
    font-weight: 800 !important;
}

.sps-fee-box-subtitle {
    margin: 0 0 20px !important;

    color: #687891 !important;

    font-size: 13px !important;
}


/* =========================================================
   PROGRAM
   ========================================================= */

.sps-fee-program-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    gap: 10px !important;
}

.sps-fee-program {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 10px !important;

    min-height: 54px !important;

    padding: 11px 14px !important;

    background: #f7fbff !important;

    border: 1px solid #e3edf8 !important;

    border-radius: 12px !important;

    box-sizing: border-box !important;

    transition: .2s ease !important;
}

.sps-fee-program:hover {
    background: #edf6ff !important;

    border-color: #bcd7f5 !important;

    transform: translateY(-1px);
}

.sps-fee-program-name {
    color: #24476f !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    line-height: 1.35 !important;
}

.sps-fee-program-code {
    flex-shrink: 0 !important;

    padding: 5px 8px !important;

    background: #e4f0ff !important;

    color: #075db5 !important;

    border-radius: 7px !important;

    font-size: 11px !important;

    font-weight: 800 !important;
}


/* =========================================================
   MAKSI
   ========================================================= */

.sps-fee-special {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 20px !important;

    padding: 20px 22px !important;

    margin-top: 15px !important;

    background: linear-gradient(
        135deg,
        #fffdf0,
        #fff8d6
    ) !important;

    border: 1px solid #f2df88 !important;

    border-radius: 17px !important;

    box-sizing: border-box !important;
}

.sps-fee-special-title {
    color: #695600 !important;

    font-size: 15px !important;

    font-weight: 700 !important;
}

.sps-fee-special-price {
    color: #806a00 !important;

    font-size: 22px !important;

    font-weight: 800 !important;

    white-space: nowrap !important;
}


/* =========================================================
   BIAYA TAMBAHAN
   ========================================================= */

.sps-fee-extra-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    gap: 12px !important;
}

.sps-fee-extra {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 15px !important;

    padding: 17px 18px !important;

    background: #f9fbfe !important;

    border: 1px solid #e2ebf5 !important;

    border-radius: 13px !important;

    box-sizing: border-box !important;
}

.sps-fee-extra-name {
    color: #405a76 !important;

    font-size: 13px !important;

    line-height: 1.4 !important;
}

.sps-fee-extra-price {
    color: #063b82 !important;

    font-size: 14px !important;

    font-weight: 800 !important;

    white-space: nowrap !important;
}


/* =========================================================
   NOTE
   ========================================================= */

.sps-fee-note {
    display: flex !important;

    align-items: flex-start !important;

    gap: 12px !important;

    margin-top: 18px !important;

    padding: 17px 19px !important;

    background: #eef6ff !important;

    border: 1px solid #cfe3f9 !important;

    border-radius: 14px !important;

    color: #405a76 !important;

    font-size: 13px !important;

    line-height: 1.6 !important;

    box-sizing: border-box !important;
}

.sps-fee-note-icon {
    flex: 0 0 28px !important;

    width: 28px !important;
    height: 28px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    background: #1475d1 !important;

    color: #ffffff !important;

    border-radius: 50% !important;

    font-size: 13px !important;
    font-weight: 800 !important;
}


/* =========================================================
   PEMBAYARAN
   ========================================================= */

.sps-payment-box {
    margin-top: 18px !important;

    padding: 24px !important;

    background: #063b82 !important;

    border-radius: 18px !important;

    box-sizing: border-box !important;
}

.sps-payment-box h3 {
    margin: 0 0 8px !important;

    color: #ffffff !important;

    font-size: 17px !important;
}

.sps-payment-box p {
    margin: 0 !important;

    color: rgba(255,255,255,.85) !important;

    font-size: 13px !important;

    line-height: 1.6 !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 800px) {

    .sps-fee-main-grid,
    .sps-fee-extra-grid {
        grid-template-columns: 1fr !important;
    }

    .sps-fee-program-grid {
        grid-template-columns: 1fr 1fr !important;
    }

}

@media (max-width: 600px) {

    .sps-fee-section {
        padding: 0 14px !important;
    }

    .sps-fee-header h2 {
        font-size: 28px !important;
    }

    .sps-fee-tabs {
        flex-direction: column !important;
    }

    .sps-fee-tab {
        width: 100% !important;
        min-width: 0 !important;
    }

    .sps-fee-program-grid {
        grid-template-columns: 1fr !important;
    }

    .sps-fee-special {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .sps-fee-special-price {
        font-size: 20px !important;
    }

}/* End custom CSS */