/* _content/USP_Admission/Components/Components/AdmisStepsCard.razor.rz.scp.css */
.steps-card[b-pt3kvsynvq] {
    width: 100%;
    padding: 1.1rem 1.1rem 0.8rem;
    border-radius: 24px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    background: linear-gradient(180deg, rgba(249, 251, 255, 0.98) 0%, rgba(244, 248, 255, 0.98) 100%);
    box-shadow: 0 20px 44px rgba(15, 33, 77, 0.08);
}

.steps-card__header[b-pt3kvsynvq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.steps-card__title[b-pt3kvsynvq] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #24335e;
}

.steps-card__subtitle[b-pt3kvsynvq] {
    margin-top: 0.2rem;
    color: #6a748e;
    line-height: 1.5;
    max-width: 52ch;
}

.steps-card__summary[b-pt3kvsynvq] {
    display: flex;
    gap: 0.7rem;
}

.steps-card__summary-item[b-pt3kvsynvq] {
    min-width: 90px;
    padding: 0.75rem 0.9rem;
    border-radius: 18px;
    background: rgba(46, 125, 50, 0.10);
    text-align: center;
}

.steps-card__summary-item--pending[b-pt3kvsynvq] {
    background: rgba(255, 152, 0, 0.12);
}

.steps-card__summary-label[b-pt3kvsynvq] {
    font-size: 0.76rem;
    font-weight: 700;
    color: #6d7790;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.steps-card__summary-value[b-pt3kvsynvq] {
    margin-top: 0.18rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #1d2a49;
}

.steps-timeline[b-pt3kvsynvq] {
    padding-bottom: 0.35rem;
}

.steps-timeline--mobile[b-pt3kvsynvq] {
    padding-top: 0.2rem;
}

.step-card[b-pt3kvsynvq] {
    margin-top: -18px;
    padding: 0.8rem 0.85rem;
    border-radius: 18px;
    min-width: 135px;
    box-shadow: 0 10px 24px rgba(15, 33, 77, 0.08);
}

.step-card--pending[b-pt3kvsynvq] {
    background: rgba(255, 248, 230, 0.96);
    border: 1px solid rgba(255, 193, 7, 0.18);
}

.step-card--completed[b-pt3kvsynvq] {
    background: rgba(232, 247, 236, 0.96);
    border: 1px solid rgba(46, 125, 50, 0.14);
}

.step-card__name[b-pt3kvsynvq] {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
    color: #24335e;
}

.step-card__meta[b-pt3kvsynvq] {
    margin-top: 0.24rem;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #6a748e;
}

[b-pt3kvsynvq] .steps-timeline-item .mud-timeline-item-content {
    padding-top: 0.3rem;
}

[b-pt3kvsynvq] .steps-timeline--mobile .mud-timeline-item-content {
    width: 100%;
    padding-top: 0;
}

[b-pt3kvsynvq] .steps-timeline-item--mobile .mud-timeline-item-divider {
    min-height: 100%;
}

.step-card--mobile[b-pt3kvsynvq] {
    margin-top: 0;
    min-width: 0;
    width: 100%;
}

@media (max-width: 960px) {
    .steps-card__header[b-pt3kvsynvq] {
        flex-direction: column;
    }

    .steps-card__summary[b-pt3kvsynvq] {
        width: 100%;
    }

    .steps-card__summary-item[b-pt3kvsynvq] {
        flex: 1;
    }
}

@media (max-width: 600px) {
    .steps-card[b-pt3kvsynvq] {
        padding: 1rem 0.9rem 0.75rem;
        border-radius: 18px;
    }

    .step-card[b-pt3kvsynvq] {
        padding: 0.7rem 0.75rem;
        border-radius: 16px;
    }

    .steps-card__summary[b-pt3kvsynvq] {
        flex-direction: column;
    }

    .steps-card__summary-item[b-pt3kvsynvq] {
        width: 100%;
    }

    .step-card__name[b-pt3kvsynvq] {
        font-size: 0.84rem;
    }

    .step-card__meta[b-pt3kvsynvq] {
        font-size: 0.74rem;
    }
}
/* _content/USP_Admission/Components/Components/QrCard.razor.rz.scp.css */
.qr-card-grid[b-8th6xhm7ki] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.qr-payment-card[b-8th6xhm7ki] {
    border-radius: 22px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 33, 77, 0.08);
    overflow: hidden;
}

.qr-payment-card__header[b-8th6xhm7ki] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1rem 0.9rem;
    background: linear-gradient(135deg, rgba(15, 28, 84, 0.98) 0%, rgba(35, 74, 162, 0.96) 60%, rgba(17, 150, 137, 0.92) 100%);
    color: #fff;
}

.qr-payment-card__title[b-8th6xhm7ki] {
    font-size: 1rem;
    font-weight: 800;
}

.qr-payment-card__subtitle[b-8th6xhm7ki] {
    margin-top: 0.2rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.82);
}

.qr-payment-card__status[b-8th6xhm7ki] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.qr-payment-card__status--pending[b-8th6xhm7ki] {
    color: #fff;
    background: rgba(211, 47, 47, 0.24);
}

.qr-payment-card__status--paid[b-8th6xhm7ki] {
    color: #fff;
    background: rgba(46, 125, 50, 0.28);
}

.qr-payment-card__body[b-8th6xhm7ki] {
    padding: 1rem;
}

.qr-payment-meta-grid[b-8th6xhm7ki] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.qr-payment-meta-item[b-8th6xhm7ki] {
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
    background: rgba(245, 248, 255, 0.95);
    border: 1px solid rgba(35, 74, 162, 0.08);
}

.qr-payment-meta-item--full[b-8th6xhm7ki] {
    grid-column: 1 / -1;
}

.qr-payment-meta-item__label[b-8th6xhm7ki] {
    font-size: 0.76rem;
    font-weight: 700;
    color: #6d7790;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.qr-payment-meta-item__value[b-8th6xhm7ki] {
    margin-top: 0.2rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: #1d2a49;
    line-height: 1.4;
}

.qr-payment-code-box[b-8th6xhm7ki] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(249, 251, 255, 0.98) 0%, rgba(243, 247, 255, 0.98) 100%);
    border: 1px solid rgba(35, 74, 162, 0.08);
    display: flex;
    justify-content: center;
}

.qr-payment-code-box__image[b-8th6xhm7ki] {
    width: min(100%, 240px);
    height: auto;
    border-radius: 16px;
    background: #ffffff;
    padding: 0.5rem;
    box-shadow: 0 10px 22px rgba(19, 35, 82, 0.08);
}

.qr-download-button[b-8th6xhm7ki] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.9rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #405bc7 0%, #118f8b 100%);
    box-shadow: 0 10px 22px rgba(23, 84, 158, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.qr-download-button:hover[b-8th6xhm7ki] {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(23, 84, 158, 0.22);
}

.qr-instruction-box[b-8th6xhm7ki],
.qr-note-box[b-8th6xhm7ki] {
    margin-top: 0.95rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(35, 74, 162, 0.08);
}

.qr-instruction-box[b-8th6xhm7ki] {
    background: rgba(245, 248, 255, 0.96);
}

.qr-note-box[b-8th6xhm7ki] {
    background: rgba(255, 249, 242, 0.96);
    border-color: rgba(255, 152, 0, 0.12);
}

.qr-instruction-box__title[b-8th6xhm7ki],
.qr-note-box__title[b-8th6xhm7ki] {
    font-size: 0.95rem;
    font-weight: 800;
    color: #24335e;
}

.qr-instruction-list[b-8th6xhm7ki],
.qr-note-list[b-8th6xhm7ki] {
    margin: 0.65rem 0 0;
    padding-left: 1.2rem;
    color: #5f6985;
}

.qr-instruction-list li[b-8th6xhm7ki],
.qr-note-list li[b-8th6xhm7ki] {
    margin-bottom: 0.38rem;
    line-height: 1.5;
}

.qr-empty-state[b-8th6xhm7ki] {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    border-radius: 22px;
    border: 1px dashed rgba(35, 74, 162, 0.18);
    background: rgba(248, 250, 255, 0.92);
}

.qr-empty-state__icon[b-8th6xhm7ki] {
    font-size: 2.5rem;
}

.qr-empty-state__title[b-8th6xhm7ki] {
    margin-top: 0.75rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #24335e;
}

.qr-empty-state__text[b-8th6xhm7ki] {
    margin-top: 0.4rem;
    color: #6a748e;
    max-width: 34ch;
}

@media (max-width: 600px) {
    .qr-payment-card[b-8th6xhm7ki],
    .qr-empty-state[b-8th6xhm7ki] {
        border-radius: 18px;
    }

    .qr-payment-meta-grid[b-8th6xhm7ki] {
        grid-template-columns: 1fr;
    }
}
/* _content/USP_Admission/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oy4yik5idf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oy4yik5idf] {
    flex: 1;
}

.sidebar[b-oy4yik5idf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oy4yik5idf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oy4yik5idf]  a, .top-row[b-oy4yik5idf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-oy4yik5idf]  a:hover, .top-row[b-oy4yik5idf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-oy4yik5idf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-oy4yik5idf] {
        justify-content: space-between;
    }

    .top-row[b-oy4yik5idf]  a, .top-row[b-oy4yik5idf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oy4yik5idf] {
        flex-direction: row;
    }

    .sidebar[b-oy4yik5idf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oy4yik5idf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-oy4yik5idf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oy4yik5idf], article[b-oy4yik5idf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-oy4yik5idf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-oy4yik5idf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/USP_Admission/Components/Layout/NavMenu.razor.rz.scp.css */
.app-topbar[b-pepkxtkhc1] {
    background:
        linear-gradient(135deg, rgba(15, 28, 84, 0.96) 0%, rgba(35, 74, 162, 0.94) 58%, rgba(17, 150, 137, 0.9) 100%) !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(17, 35, 87, 0.18) !important;
}

.navbar-toggler[b-pepkxtkhc1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-pepkxtkhc1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-pepkxtkhc1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pepkxtkhc1] {
    font-size: 1.1rem;
}

.bi[b-pepkxtkhc1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pepkxtkhc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-pepkxtkhc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-pepkxtkhc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-pepkxtkhc1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pepkxtkhc1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pepkxtkhc1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pepkxtkhc1]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-pepkxtkhc1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pepkxtkhc1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-pepkxtkhc1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pepkxtkhc1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pepkxtkhc1] {
        display: none;
    }

    .nav-scrollable[b-pepkxtkhc1] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

[b-pepkxtkhc1] .user-nav-link {
    color: white !important;
    text-decoration: none;
}

.brand-wrap[b-pepkxtkhc1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    margin-left: 0.25rem;
}

.brand-badge[b-pepkxtkhc1] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2345a7;
    background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(235,245,255,0.96) 100%);
    box-shadow: 0 8px 18px rgba(9, 18, 48, 0.16);
    flex-shrink: 0;
}

.brand-text[b-pepkxtkhc1] {
    min-width: 0;
}

.brand-title[b-pepkxtkhc1] {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.brand-subtitle[b-pepkxtkhc1] {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.74rem;
    line-height: 1.1;
    margin-top: 0.12rem;
}

.mobile-title[b-pepkxtkhc1] {
    display: none;
}

.profile-wrap[b-pepkxtkhc1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.85rem;
}

.profile-name[b-pepkxtkhc1] {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.top-nav-actions[b-pepkxtkhc1] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

[b-pepkxtkhc1] .top-nav-line-button {
    border-radius: 999px;
    padding: 0.48rem 0.95rem;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

[b-pepkxtkhc1] .top-nav-line-button:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.48);
}

[b-pepkxtkhc1] .app-drawer {
    background: linear-gradient(180deg, #f8fbff 0%, #f2f6ff 100%);
    border-right: 1px solid rgba(35, 74, 162, 0.08);
}

.drawer-header[b-pepkxtkhc1] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1rem 0.9rem;
    border-bottom: 1px solid rgba(35, 74, 162, 0.08);
    background: linear-gradient(135deg, rgba(15, 28, 84, 0.98) 0%, rgba(35, 74, 162, 0.96) 60%, rgba(17, 150, 137, 0.92) 100%);
    color: #ffffff;
}

.drawer-header__icon[b-pepkxtkhc1] {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.drawer-header__title[b-pepkxtkhc1] {
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.15;
}

.drawer-header__subtitle[b-pepkxtkhc1] {
    margin-top: 0.18rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.35;
}

.drawer-content[b-pepkxtkhc1] {
    flex: 1;
    overflow-y: auto;
    padding: 0.95rem 0.8rem 0.8rem;
}

[b-pepkxtkhc1] .drawer-nav-menu {
    gap: 0.85rem;
}

.drawer-menu-section[b-pepkxtkhc1] {
    margin-bottom: 0.85rem;
    padding: 0.3rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(35, 74, 162, 0.08);
    box-shadow: 0 12px 28px rgba(23, 52, 112, 0.06);
}

[b-pepkxtkhc1] .drawer-nav-group {
    margin: 0;
}

[b-pepkxtkhc1] .drawer-nav-group .mud-nav-group > .mud-nav-link {
    margin: 0;
    border-radius: 0.95rem;
    min-height: 3rem;
    font-weight: 800;
    color: #21325b !important;
}

[b-pepkxtkhc1] .drawer-nav-group .mud-nav-group > .mud-nav-link .mud-nav-link-text {
    font-size: 0.94rem;
}

[b-pepkxtkhc1] .drawer-nav-group .mud-collapse-container {
    padding: 0.2rem 0 0.1rem;
}

[b-pepkxtkhc1] .drawer-nav-link {
    margin: 0.18rem 0;
    min-height: 2.9rem;
    border-radius: 0.95rem;
    color: #35507c !important;
    font-weight: 600;
    transition: all 0.18s ease;
}

[b-pepkxtkhc1] .drawer-nav-link:hover {
    background: rgba(35, 74, 162, 0.08);
    color: #1f3f8c !important;
    transform: translateX(2px);
}

[b-pepkxtkhc1] .drawer-nav-link.active {
    background: linear-gradient(135deg, rgba(35, 74, 162, 0.14) 0%, rgba(17, 150, 137, 0.12) 100%);
    color: #173884 !important;
    box-shadow: inset 0 0 0 1px rgba(35, 74, 162, 0.08);
}

.drawer-menu-footer[b-pepkxtkhc1] {
    margin-top: 0.55rem;
}

[b-pepkxtkhc1] .drawer-logout-link {
    min-height: 3rem;
    border-radius: 1rem;
    color: #b3261e !important;
    background: rgba(179, 38, 30, 0.08);
    font-weight: 700;
}

[b-pepkxtkhc1] .drawer-logout-link:hover {
    background: rgba(179, 38, 30, 0.14);
}

[b-pepkxtkhc1] .top-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.48rem 0.95rem;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.18s ease;
}

[b-pepkxtkhc1] .top-nav-link-home {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

[b-pepkxtkhc1] .top-nav-link-home:hover {
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
}

[b-pepkxtkhc1] .top-nav-link-login {
    color: white !important;
    background: linear-gradient(135deg, #405bc7 0%, #118f8b 100%);
    box-shadow: 0 10px 22px rgba(23, 84, 158, 0.24);
}

[b-pepkxtkhc1] .top-nav-link-login:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(18, 88, 147, 0.28);
}

@media (max-width: 960px) {
    .brand-subtitle[b-pepkxtkhc1],
    .profile-name[b-pepkxtkhc1] {
        display: none;
    }
}

@media (max-width: 600px) {
    .app-topbar[b-pepkxtkhc1] {
        flex-wrap: wrap;
        align-items: center;
        padding: 0.55rem 0.75rem 0.7rem;
        gap: 0.55rem;
    }

    .desktop-title[b-pepkxtkhc1] {
        display: none;
    }

    .mobile-title[b-pepkxtkhc1] {
        display: block;
        font-size: 0.84rem;
    }

    .brand-wrap[b-pepkxtkhc1] {
        flex: 0 1 auto;
        gap: 0.5rem;
        margin-left: 0;
        min-width: 0;
        max-width: 42%;
    }

    .brand-badge[b-pepkxtkhc1] {
        width: 2.3rem;
        height: 2.3rem;
        border-radius: 999px;
        box-shadow: 0 4px 10px rgba(9, 18, 48, 0.14);
    }

    .brand-title[b-pepkxtkhc1] {
        font-size: 0.82rem;
        line-height: 1.1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .profile-wrap[b-pepkxtkhc1] {
        margin-left: 0;
        max-width: 22vw;
    }

    .top-nav-actions[b-pepkxtkhc1] {
        order: 3;
        flex: 1 1 0;
        width: auto;
        display: grid;
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        gap: 0.7rem;
        padding-top: 0.1rem;
        min-width: 0;
    }

    [b-pepkxtkhc1] .top-nav-link,
    [b-pepkxtkhc1] .top-nav-line-button {
        width: 100%;
        min-height: 2.85rem;
        justify-content: center;
        padding: 0.48rem 0.6rem;
        font-size: 0.78rem;
        line-height: 1.2;
        text-align: center;
        border-radius: 999px;
        overflow: hidden;
    }

    [b-pepkxtkhc1] .top-nav-link .mud-icon-root,
    [b-pepkxtkhc1] .top-nav-line-button .mud-icon-root {
        flex-shrink: 0;
    }

    [b-pepkxtkhc1] .top-nav-link-home,
    [b-pepkxtkhc1] .top-nav-link-login,
    [b-pepkxtkhc1] .top-nav-line-button {
        box-shadow: none;
    }

    [b-pepkxtkhc1] .top-nav-link-home {
        grid-column: span 1;
    }

    [b-pepkxtkhc1] .top-nav-link-login {
        grid-column: span 1;
        padding-inline: 0.55rem 0.7rem;
        gap: 0.32rem;
        font-size: 0.76rem;
    }

    .drawer-header[b-pepkxtkhc1] {
        padding: 0.85rem 0.85rem 0.8rem;
    }

    .drawer-content[b-pepkxtkhc1] {
        padding: 0.75rem 0.6rem 0.7rem;
    }
}

/* _content/USP_Admission/Components/Pages/FullAdmission.razor.rz.scp.css */
.full-admission-shell[b-bj97votjnd] {
    padding: 1rem 0 2rem;
}

.full-admission-steps-wrap[b-bj97votjnd] {
    margin-bottom: 1rem;
}

.full-admission-hero[b-bj97votjnd] {
    padding: 1.5rem;
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #0f1c54 0%, #234aa2 58%, #119689 100%);
    box-shadow: 0 24px 54px rgba(18, 37, 88, 0.18);
}

.full-admission-hero__body[b-bj97votjnd] {
    max-width: 760px;
}

.full-admission-hero__badge[b-bj97votjnd] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.full-admission-hero__title[b-bj97votjnd] {
    margin: 0;
    font-weight: 800;
    line-height: 1.15;
}

.full-admission-hero__subtitle[b-bj97votjnd] {
    margin-top: 0.7rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 62ch;
}

.full-admission-summary-grid[b-bj97votjnd] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.full-admission-summary-card[b-bj97votjnd] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(15, 33, 77, 0.08);
}

.full-admission-summary-card__icon[b-bj97votjnd] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-shrink: 0;
}

.full-admission-summary-card--primary .full-admission-summary-card__icon[b-bj97votjnd] {
    color: #234aa2;
    background: rgba(35, 74, 162, 0.12);
}

.full-admission-summary-card--success .full-admission-summary-card__icon[b-bj97votjnd] {
    color: #119689;
    background: rgba(17, 150, 137, 0.12);
}

.full-admission-summary-card--accent .full-admission-summary-card__icon[b-bj97votjnd] {
    color: #5b47d6;
    background: rgba(91, 71, 214, 0.12);
}

.full-admission-summary-card__label[b-bj97votjnd] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6d7790;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.full-admission-summary-card__value[b-bj97votjnd] {
    margin-top: 0.22rem;
    font-size: 1rem;
    font-weight: 800;
    color: #1d2a49;
    line-height: 1.35;
}

.full-admission-card[b-bj97votjnd] {
    border-radius: 24px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    box-shadow: 0 20px 44px rgba(15, 33, 77, 0.08);
    overflow: hidden;
}

.full-admission-card__content[b-bj97votjnd] {
    padding: 1.35rem;
}

.full-admission-intro-panel[b-bj97votjnd] {
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(245, 248, 255, 0.96) 0%, rgba(250, 252, 255, 0.98) 100%);
    border: 1px solid rgba(35, 74, 162, 0.08);
}

.full-admission-intro-panel__title[b-bj97votjnd] {
    font-size: 1rem;
    font-weight: 800;
    color: #24335e;
}

.full-admission-intro-panel__text[b-bj97votjnd] {
    margin-top: 0.28rem;
    color: #6a748e;
    line-height: 1.55;
}

.hr-left-text[b-bj97votjnd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.45rem 0 0.2rem;
}

.hr-left-text[b-bj97votjnd]::before,
.hr-left-text[b-bj97votjnd]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgba(35, 74, 162, 0.12);
}

.hr-left-text span[b-bj97votjnd] {
    font-weight: 800;
    font-size: 1rem;
    color: #24335e;
    white-space: nowrap;
}

.groupDataTitle[b-bj97votjnd] {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(35, 74, 162, 0.12) 0%, rgba(17, 150, 137, 0.12) 100%);
    color: #244079;
    font-weight: 800;
}

.full-admission-actions[b-bj97votjnd] {
    display: flex;
    justify-content: flex-end;
    padding: 0 1.35rem 1.35rem;
}

[b-bj97votjnd] .full-admission-card .mud-input-slot,
[b-bj97votjnd] .full-admission-card .mud-select-input,
[b-bj97votjnd] .full-admission-card .mud-input > input {
    border-radius: 16px;
}

[b-bj97votjnd] .full-admission-actions .mud-button-root {
    min-width: 170px;
    border-radius: 16px;
    height: 48px;
    font-weight: 700;
}

[b-bj97votjnd] .required-field .mud-input-label::after {
    content: " *";
    color: #d32f2f;
    font-weight: 800;
}

@media (max-width: 960px) {
    .full-admission-hero[b-bj97votjnd] {
        padding: 1.2rem;
        border-radius: 22px;
    }
}

@media (max-width: 600px) {
    .full-admission-shell[b-bj97votjnd] {
        padding-top: 0.5rem;
    }

    .full-admission-hero[b-bj97votjnd] {
        padding: 1rem;
        border-radius: 18px;
    }

    .full-admission-hero__title[b-bj97votjnd] {
        font-size: 1.55rem;
    }

    .full-admission-summary-card[b-bj97votjnd],
    .full-admission-card[b-bj97votjnd] {
        border-radius: 18px;
    }

    .full-admission-card__content[b-bj97votjnd] {
        padding: 1rem;
    }

    .full-admission-actions[b-bj97votjnd] {
        padding: 0 1rem 1rem;
    }

    [b-bj97votjnd] .full-admission-actions .mud-button-root {
        width: 100%;
    }

    .groupDataTitle[b-bj97votjnd] {
        width: 100%;
    }
}
/* _content/USP_Admission/Components/Pages/Home.razor.rz.scp.css */
.content-scroll[b-ku18tl6dp5] {
    height: calc(100svh - 104px);
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 1.25rem 1rem calc(40px + 1rem);
    background:
        radial-gradient(circle at top left, rgba(63, 81, 181, 0.16), transparent 33%),
        radial-gradient(circle at bottom right, rgba(0, 150, 136, 0.12), transparent 28%),
        linear-gradient(135deg, #f4f7fb 0%, #edf2f7 45%, #f8fbff 100%);
}

.home-shell[b-ku18tl6dp5] {
    max-width: 1180px;
    margin: 0 auto;
}

.hero-card[b-ku18tl6dp5] {
    position: relative;
    border-radius: 30px;
    padding: 1.4rem;
    background:
        linear-gradient(145deg, rgba(10, 22, 64, 0.96) 0%, rgba(31, 74, 162, 0.94) 55%, rgba(12, 151, 136, 0.92) 100%);
    box-shadow: 0 24px 58px rgba(18, 33, 76, 0.2);
}

.hero-card[b-ku18tl6dp5]::before {
    display: none;
}

.hero-card[b-ku18tl6dp5]::after {
    display: none;
}

.hero-card-inner[b-ku18tl6dp5] {
    position: relative;
    z-index: 1;
}

.hero-card .mud-grid[b-ku18tl6dp5] {
    margin: 0;
}

.hero-chip-row[b-ku18tl6dp5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.15rem;
}

.hero-chip[b-ku18tl6dp5] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.95rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.hero-logo-box[b-ku18tl6dp5] {
    width: 156px;
    height: 156px;
    max-width: 156px;
    max-height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    flex-shrink: 0;
}

.hero-logo[b-ku18tl6dp5] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero-subtitle[b-ku18tl6dp5] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hero-title[b-ku18tl6dp5] {
    margin-top: 0.6rem;
    color: #fff;
    font-size: clamp(1.65rem, 3.2vw, 2.55rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.hero-text[b-ku18tl6dp5] {
    margin-top: 0.95rem;
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
    line-height: 1.68;
}

.hero-summary-grid[b-ku18tl6dp5] {
    margin-top: 1.4rem;
}

.hero-summary-card[b-ku18tl6dp5] {
    height: 100%;
    border-radius: 22px;
    padding: 1rem 1rem 0.95rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-summary-label[b-ku18tl6dp5] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.hero-summary-value[b-ku18tl6dp5] {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 700;
    word-break: break-word;
}

.section-heading[b-ku18tl6dp5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin: 1.4rem 0 0.9rem;
}

.section-title[b-ku18tl6dp5] {
    color: #16213d;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.section-note[b-ku18tl6dp5] {
    color: #66748e;
    font-size: 0.9rem;
    font-weight: 600;
}

.admission-group-card[b-ku18tl6dp5] {
    height: 100%;
    border-radius: 26px;
    padding: 1.1rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 18px 40px rgba(22, 35, 74, 0.1);
    backdrop-filter: blur(12px);
}

.admission-group-inner[b-ku18tl6dp5] {
    border-radius: 22px;
    height: 100%;
    padding: 1.15rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.95) 100%);
}

.group-header[b-ku18tl6dp5] {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.group-header > div:nth-child(2)[b-ku18tl6dp5] {
    flex: 1;
    min-width: 0;
}

.group-icon[b-ku18tl6dp5] {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #3f51b5 0%, #0e9d88 100%);
    box-shadow: 0 12px 24px rgba(63, 81, 181, 0.22);
}

.group-title[b-ku18tl6dp5] {
    color: #16213d;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
}

.group-description[b-ku18tl6dp5] {
    margin-top: 0.25rem;
    color: #6a7892;
    font-size: 0.88rem;
    line-height: 1.65;
}

.group-count-badge[b-ku18tl6dp5] {
    display: inline-flex;
    align-items: center;
    margin-top: 0.75rem;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    color: #3052af;
    background: rgba(68, 99, 192, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
}

.group-toggle[b-ku18tl6dp5] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 14px;
    background: rgba(68, 99, 192, 0.08);
}

.program-list[b-ku18tl6dp5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.program-item[b-ku18tl6dp5] {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
    padding: 0.9rem;
    background: #fff;
    border: 1px solid rgba(120, 133, 170, 0.12);
}

.program-name[b-ku18tl6dp5] {
    color: #16213d;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.55;
}

.program-meta[b-ku18tl6dp5] {
    margin-top: 0.15rem;
    color: #6e7a91;
    font-size: 0.8rem;
}

.apply-button[b-ku18tl6dp5] {
    min-width: 140px;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(63, 81, 181, 0.18);
}

.empty-state[b-ku18tl6dp5] {
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
    color: #6b778d;
    background: rgba(239, 243, 251, 0.8);
    border: 1px dashed rgba(118, 132, 170, 0.3);
}

.footer-version[b-ku18tl6dp5] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 12px 16px;
    border-top: 1px solid rgba(0,0,0,0.12);
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    text-align: right;
    z-index: 1000;
    box-shadow: 0 -2px 6px rgba(0,0,0,.06);
    backdrop-filter: blur(8px);
}

@media (max-width: 960px) {
    .hero-logo-box[b-ku18tl6dp5] {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
    }

    .hero-summary-grid[b-ku18tl6dp5] {
        margin-top: 1.2rem;
    }
}

@media (max-width: 600px) {
    .content-scroll[b-ku18tl6dp5] {
        padding: 0.85rem 0.75rem calc(40px + 0.9rem);
    }

    .hero-card[b-ku18tl6dp5] {
        padding: 0.9rem;
        border-radius: 22px;
    }

    .hero-card-inner[b-ku18tl6dp5] {
        text-align: center;
    }

    .hero-chip-row[b-ku18tl6dp5] {
        justify-content: center;
        gap: 0.5rem;
        margin-bottom: 0.8rem;
    }

    .hero-logo-box[b-ku18tl6dp5] {
        width: 72px;
        height: 72px;
        max-width: 72px;
        max-height: 72px;
        margin: 0 auto 0.2rem;
    }

    .hero-text[b-ku18tl6dp5] {
        margin-top: 0.7rem;
        max-width: none;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .hero-subtitle[b-ku18tl6dp5] {
        font-size: 0.78rem;
        letter-spacing: 0.02em;
    }

    .hero-title[b-ku18tl6dp5] {
        font-size: 1.05rem;
        line-height: 1.22;
        margin-top: 0.38rem;
    }

    .hero-chip[b-ku18tl6dp5] {
        font-size: 0.74rem;
        padding: 0.38rem 0.68rem;
    }

    .hero-summary-grid[b-ku18tl6dp5] {
        margin-top: 0.85rem;
    }

    .hero-summary-card[b-ku18tl6dp5] {
        padding: 0.78rem 0.82rem;
        border-radius: 18px;
        text-align: left;
    }

    .hero-summary-label[b-ku18tl6dp5] {
        font-size: 0.76rem;
    }

    .hero-summary-value[b-ku18tl6dp5] {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .section-heading[b-ku18tl6dp5] {
        align-items: flex-start;
        flex-direction: column;
        margin: 1.1rem 0 0.8rem;
    }

    .section-title[b-ku18tl6dp5] {
        font-size: 1.05rem;
    }

    .section-note[b-ku18tl6dp5] {
        font-size: 0.84rem;
    }

    .hero-summary-label[b-ku18tl6dp5] {
        font-size: 0.74rem;
    }

    .hero-summary-value[b-ku18tl6dp5] {
        font-size: 0.88rem;
        line-height: 1.35;
    }

    .section-heading[b-ku18tl6dp5] {
        align-items: flex-start;
        flex-direction: column;
        margin: 1rem 0 0.7rem;
    }

    .admission-group-card[b-ku18tl6dp5] {
        padding: 0.8rem;
        border-radius: 22px;
    }

    .admission-group-inner[b-ku18tl6dp5] {
        padding: 1rem;
        border-radius: 18px;
    }

    .program-item[b-ku18tl6dp5] {
        flex-direction: column;
        align-items: stretch;
    }

    .apply-button[b-ku18tl6dp5] {
        width: 100%;
        min-width: 100%;
    }
}
/* _content/USP_Admission/Components/Pages/HomeStudent.razor.rz.scp.css */
.home-student-shell[b-angqyfihbd] {
    padding: 1rem 0 2rem;
}

.student-hero[b-angqyfihbd] {
    padding: 1.5rem;
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #0f1c54 0%, #234aa2 58%, #119689 100%);
    box-shadow: 0 24px 54px rgba(18, 37, 88, 0.18);
}

.student-hero__body[b-angqyfihbd] {
    max-width: 760px;
}

.student-hero__badge[b-angqyfihbd] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.student-hero__title[b-angqyfihbd] {
    margin: 0;
    font-weight: 800;
    line-height: 1.15;
}

.student-hero__subtitle[b-angqyfihbd] {
    margin-top: 0.7rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 62ch;
}

.student-summary-grid[b-angqyfihbd] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.summary-card[b-angqyfihbd] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(15, 33, 77, 0.08);
}

.summary-card__icon[b-angqyfihbd] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-shrink: 0;
}

.summary-card--primary .summary-card__icon[b-angqyfihbd] {
    color: #234aa2;
    background: rgba(35, 74, 162, 0.12);
}

.summary-card--success .summary-card__icon[b-angqyfihbd] {
    color: #119689;
    background: rgba(17, 150, 137, 0.12);
}

.summary-card--accent .summary-card__icon[b-angqyfihbd] {
    color: #5b47d6;
    background: rgba(91, 71, 214, 0.12);
}

.summary-card__label[b-angqyfihbd] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6d7790;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.summary-card__value[b-angqyfihbd] {
    margin-top: 0.22rem;
    font-size: 1rem;
    font-weight: 800;
    color: #1d2a49;
    line-height: 1.35;
}

.dashboard-card[b-angqyfihbd] {
    border-radius: 24px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    box-shadow: 0 20px 44px rgba(15, 33, 77, 0.08);
    overflow: hidden;
}

.dashboard-card--payment[b-angqyfihbd] {
    margin-top: 1rem;
}

.section-header[b-angqyfihbd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-title[b-angqyfihbd] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #24335e;
}

.section-subtitle[b-angqyfihbd] {
    margin-top: 0.18rem;
    color: #6a748e;
    line-height: 1.5;
}

.empty-state[b-angqyfihbd] {
    padding: 1rem;
    color: #6a748e;
}

[b-angqyfihbd] .student-table .mud-table-container {
    border-radius: 18px;
    border: 1px solid rgba(35, 74, 162, 0.08);
    overflow: hidden;
}

[b-angqyfihbd] .student-table table thead th {
    background: #f5f8ff;
    color: #234aa2;
    font-weight: 800;
}

[b-angqyfihbd] .student-table table tbody tr:nth-child(even) {
    background: rgba(247, 249, 253, 0.7);
}

[b-angqyfihbd] .student-table .mud-table-cell {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

[b-angqyfihbd] .student-table .mud-button-root {
    border-radius: 14px;
}

@media (max-width: 960px) {
    .student-hero[b-angqyfihbd] {
        padding: 1.2rem;
        border-radius: 22px;
    }
}

@media (max-width: 600px) {
    .home-student-shell[b-angqyfihbd] {
        padding-top: 0.5rem;
    }

    .student-hero[b-angqyfihbd] {
        padding: 1rem;
        border-radius: 18px;
    }

    .student-hero__title[b-angqyfihbd] {
        font-size: 1.55rem;
    }

    .summary-card[b-angqyfihbd],
    .dashboard-card[b-angqyfihbd] {
        border-radius: 18px;
    }

    .section-title[b-angqyfihbd] {
        font-size: 1rem;
    }
}
/* _content/USP_Admission/Components/Pages/Payment.razor.rz.scp.css */
.payment-shell[b-ktuuici5jv] {
    padding: 1rem 0 2rem;
}

.payment-steps-wrap[b-ktuuici5jv] {
    margin-bottom: 1rem;
}

.payment-hero[b-ktuuici5jv] {
    padding: 1.5rem;
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #0f1c54 0%, #234aa2 58%, #119689 100%);
    box-shadow: 0 24px 54px rgba(18, 37, 88, 0.18);
}

.payment-hero__body[b-ktuuici5jv] {
    max-width: 760px;
}

.payment-hero__badge[b-ktuuici5jv] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.payment-hero__title[b-ktuuici5jv] {
    margin: 0;
    font-weight: 800;
    line-height: 1.15;
}

.payment-hero__subtitle[b-ktuuici5jv] {
    margin-top: 0.7rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 62ch;
}

.payment-summary-grid[b-ktuuici5jv] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.payment-summary-card[b-ktuuici5jv] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(15, 33, 77, 0.08);
}

.payment-summary-card__icon[b-ktuuici5jv] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-shrink: 0;
}

.payment-summary-card--primary .payment-summary-card__icon[b-ktuuici5jv] {
    color: #234aa2;
    background: rgba(35, 74, 162, 0.12);
}

.payment-summary-card--success .payment-summary-card__icon[b-ktuuici5jv] {
    color: #119689;
    background: rgba(17, 150, 137, 0.12);
}

.payment-summary-card--accent .payment-summary-card__icon[b-ktuuici5jv] {
    color: #5b47d6;
    background: rgba(91, 71, 214, 0.12);
}

.payment-summary-card__label[b-ktuuici5jv] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6d7790;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.payment-summary-card__value[b-ktuuici5jv] {
    margin-top: 0.22rem;
    font-size: 1rem;
    font-weight: 800;
    color: #1d2a49;
    line-height: 1.35;
}

.payment-card[b-ktuuici5jv] {
    border-radius: 24px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    box-shadow: 0 20px 44px rgba(15, 33, 77, 0.08);
    overflow: hidden;
}

.payment-card--qr-list[b-ktuuici5jv] {
    margin-top: 1rem;
}

.payment-card__content[b-ktuuici5jv] {
    padding: 1.35rem;
}

.payment-section-header[b-ktuuici5jv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.payment-section-title[b-ktuuici5jv] {
    font-size: 1.08rem;
    font-weight: 800;
    color: #24335e;
}

.payment-section-subtitle[b-ktuuici5jv] {
    margin-top: 0.18rem;
    color: #6a748e;
    line-height: 1.5;
}

.payment-highlight-box[b-ktuuici5jv] {
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(245, 248, 255, 0.96) 0%, rgba(250, 252, 255, 0.98) 100%);
    border: 1px solid rgba(35, 74, 162, 0.08);
}

.payment-highlight-box__title[b-ktuuici5jv] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #24335e;
}

.payment-highlight-box__text[b-ktuuici5jv] {
    margin-top: 0.28rem;
    color: #6a748e;
    line-height: 1.55;
}

[b-ktuuici5jv] .payment-amount-field .mud-input-control {
    margin-top: 0;
}

[b-ktuuici5jv] .payment-action-button {
    height: 56px;
    border-radius: 16px;
    font-weight: 700;
}

[b-ktuuici5jv] .payment-action-button--secondary {
    box-shadow: 0 10px 22px rgba(39, 119, 168, 0.18);
}

@media (max-width: 960px) {
    .payment-hero[b-ktuuici5jv] {
        padding: 1.2rem;
        border-radius: 22px;
    }
}

@media (max-width: 600px) {
    .payment-shell[b-ktuuici5jv] {
        padding-top: 0.5rem;
    }

    .payment-hero[b-ktuuici5jv] {
        padding: 1rem;
        border-radius: 18px;
    }

    .payment-hero__title[b-ktuuici5jv] {
        font-size: 1.55rem;
    }

    .payment-summary-card[b-ktuuici5jv],
    .payment-card[b-ktuuici5jv] {
        border-radius: 18px;
    }

    .payment-card__content[b-ktuuici5jv] {
        padding: 1rem;
    }
}
/* _content/USP_Admission/Components/Pages/QuickAdmission.razor.rz.scp.css */
.quick-admission-shell[b-9bv37s6gii] {
    padding: 1rem 0 2rem;
}

.quick-admission-hero[b-9bv37s6gii] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, #0f1c54 0%, #234aa2 58%, #119689 100%);
    box-shadow: 0 24px 60px rgba(18, 37, 88, 0.18);
}

.quick-admission-hero__body[b-9bv37s6gii] {
    max-width: 700px;
}

.quick-admission-badge[b-9bv37s6gii] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.95rem;
}

.quick-admission-title[b-9bv37s6gii] {
    margin: 0;
    font-weight: 800;
    line-height: 1.15;
}

.quick-admission-subtitle[b-9bv37s6gii] {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 60ch;
}

[b-9bv37s6gii] .quick-admission-back-button {
    border-radius: 14px;
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff !important;
    white-space: nowrap;
}

.quick-admission-summary-grid[b-9bv37s6gii] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.summary-card[b-9bv37s6gii] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(33, 60, 124, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(15, 33, 77, 0.08);
}

.summary-card__icon[b-9bv37s6gii] {
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.summary-card__icon--primary[b-9bv37s6gii] {
    color: #234aa2;
    background: rgba(35, 74, 162, 0.12);
}

.summary-card__icon--accent[b-9bv37s6gii] {
    color: #119689;
    background: rgba(17, 150, 137, 0.12);
}

.summary-card__icon--success[b-9bv37s6gii] {
    color: #5b47d6;
    background: rgba(91, 71, 214, 0.12);
}

.summary-card__label[b-9bv37s6gii] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6d7790;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.summary-card__value[b-9bv37s6gii] {
    margin-top: 0.22rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1d2a49;
    line-height: 1.35;
}

.quick-admission-card[b-9bv37s6gii] {
    border-radius: 28px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    box-shadow: 0 24px 50px rgba(15, 33, 77, 0.10);
    overflow: hidden;
}

.quick-admission-card-content[b-9bv37s6gii] {
    padding: 1.5rem;
}

.form-intro-panel[b-9bv37s6gii] {
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(245, 248, 255, 0.96) 0%, rgba(250, 252, 255, 0.98) 100%);
    border: 1px solid rgba(35, 74, 162, 0.08);
}

.form-intro-panel__title[b-9bv37s6gii] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #24335e;
}

.form-intro-panel__text[b-9bv37s6gii] {
    margin-top: 0.32rem;
    color: #6a748e;
    line-height: 1.55;
}

.form-required-note[b-9bv37s6gii] {
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c7690;
}

.form-required-note__asterisk[b-9bv37s6gii] {
    color: #d32f2f;
    font-size: 1rem;
    line-height: 1;
}

.form-section-heading[b-9bv37s6gii] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.2rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(35, 74, 162, 0.06);
}

.form-section-heading--secondary[b-9bv37s6gii] {
    margin-top: 0.8rem;
    background: rgba(17, 150, 137, 0.08);
}

.form-section-heading__icon[b-9bv37s6gii] {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #234aa2;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 18px rgba(29, 42, 73, 0.08);
}

.form-section-heading__title[b-9bv37s6gii] {
    font-size: 1rem;
    font-weight: 800;
    color: #1f2e53;
}

.form-section-heading__subtitle[b-9bv37s6gii] {
    margin-top: 0.12rem;
    font-size: 0.86rem;
    color: #6e7892;
}

.promo-box[b-9bv37s6gii] {
    height: 100%;
    padding: 1rem;
    border-radius: 20px;
    border: 1px dashed rgba(35, 74, 162, 0.18);
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.promo-box__header[b-9bv37s6gii] {
    margin-bottom: 0.75rem;
}

.promo-box__title[b-9bv37s6gii] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #24335e;
}

.promo-box__subtitle[b-9bv37s6gii] {
    margin-top: 0.12rem;
    font-size: 0.84rem;
    color: #6c7690;
}

[b-9bv37s6gii] .promo-action-button {
    height: 56px;
    margin-top: 2px;
    border-radius: 16px;
    font-weight: 700;
}

.quick-admission-actions[b-9bv37s6gii] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 0 1.5rem 1.5rem;
}

[b-9bv37s6gii] .quick-admission-card .mud-input-control,
[b-9bv37s6gii] .quick-admission-card .mud-picker,
[b-9bv37s6gii] .quick-admission-card .mud-autocomplete {
    margin-top: 0;
}

[b-9bv37s6gii] .quick-admission-card .mud-input-outlined-border {
    border-color: rgba(35, 74, 162, 0.18);
}

[b-9bv37s6gii] .quick-admission-card .mud-input-slot,
[b-9bv37s6gii] .quick-admission-card .mud-select-input,
[b-9bv37s6gii] .quick-admission-card .mud-input > input {
    border-radius: 16px;
}

[b-9bv37s6gii] .quick-admission-card .required-field .mud-input-label::after {
    content: " *";
    color: #d32f2f;
    font-weight: 700;
}

@media (max-width: 960px) {
    .quick-admission-hero[b-9bv37s6gii] {
        flex-direction: column;
        align-items: stretch;
    }

    .quick-admission-card-content[b-9bv37s6gii] {
        padding: 1.15rem;
    }
}

@media (max-width: 600px) {
    .quick-admission-shell[b-9bv37s6gii] {
        padding-top: 0.5rem;
    }

    .quick-admission-hero[b-9bv37s6gii] {
        padding: 1.15rem;
        border-radius: 20px;
    }

    .quick-admission-title[b-9bv37s6gii] {
        font-size: 1.6rem;
    }

    .summary-card[b-9bv37s6gii] {
        padding: 0.95rem 1rem;
        border-radius: 18px;
    }

    .quick-admission-card[b-9bv37s6gii] {
        border-radius: 22px;
    }

    .form-section-heading[b-9bv37s6gii],
    .promo-box[b-9bv37s6gii] {
        border-radius: 16px;
    }

    .quick-admission-actions[b-9bv37s6gii] {
        flex-direction: column-reverse;
        padding: 0 1.15rem 1.15rem;
    }

    [b-9bv37s6gii] .quick-admission-actions .mud-button-root {
        width: 100%;
    }
}
/* _content/USP_Admission/Components/Pages/UploadDocuments.razor.rz.scp.css */
.upload-doc-shell[b-uvny2qlrfv] {
    padding: 1rem 0 2rem;
}

.upload-doc-steps-wrap[b-uvny2qlrfv] {
    margin-bottom: 1rem;
}

.upload-doc-hero[b-uvny2qlrfv] {
    padding: 1.5rem;
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #0f1c54 0%, #234aa2 58%, #119689 100%);
    box-shadow: 0 24px 54px rgba(18, 37, 88, 0.18);
}

.upload-doc-hero__body[b-uvny2qlrfv] {
    max-width: 760px;
}

.upload-doc-hero__badge[b-uvny2qlrfv] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.upload-doc-hero__title[b-uvny2qlrfv] {
    margin: 0;
    font-weight: 800;
    line-height: 1.15;
}

.upload-doc-hero__subtitle[b-uvny2qlrfv] {
    margin-top: 0.7rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 62ch;
}

.upload-doc-summary-grid[b-uvny2qlrfv] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.upload-doc-summary-card[b-uvny2qlrfv] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(15, 33, 77, 0.08);
}

.upload-doc-summary-card__icon[b-uvny2qlrfv] {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-shrink: 0;
}

.upload-doc-summary-card--primary .upload-doc-summary-card__icon[b-uvny2qlrfv] {
    color: #234aa2;
    background: rgba(35, 74, 162, 0.12);
}

.upload-doc-summary-card--success .upload-doc-summary-card__icon[b-uvny2qlrfv] {
    color: #119689;
    background: rgba(17, 150, 137, 0.12);
}

.upload-doc-summary-card--accent .upload-doc-summary-card__icon[b-uvny2qlrfv] {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.14);
}

.upload-doc-summary-card__label[b-uvny2qlrfv] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6d7790;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.upload-doc-summary-card__value[b-uvny2qlrfv] {
    margin-top: 0.22rem;
    font-size: 1rem;
    font-weight: 800;
    color: #1d2a49;
    line-height: 1.35;
}

.upload-doc-card[b-uvny2qlrfv] {
    border-radius: 24px;
    border: 1px solid rgba(28, 52, 110, 0.08);
    box-shadow: 0 20px 44px rgba(15, 33, 77, 0.08);
    overflow: hidden;
}

.upload-doc-card__content[b-uvny2qlrfv] {
    padding: 1.35rem;
}

.upload-doc-section-header[b-uvny2qlrfv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.upload-doc-section-title[b-uvny2qlrfv] {
    font-size: 1.08rem;
    font-weight: 800;
    color: #24335e;
}

.upload-doc-section-subtitle[b-uvny2qlrfv] {
    margin-top: 0.18rem;
    color: #6a748e;
    line-height: 1.5;
}

.upload-doc-highlight-box[b-uvny2qlrfv] {
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(245, 248, 255, 0.96) 0%, rgba(250, 252, 255, 0.98) 100%);
    border: 1px solid rgba(35, 74, 162, 0.08);
}

.upload-doc-highlight-box__title[b-uvny2qlrfv] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #24335e;
}

.upload-doc-highlight-box__text[b-uvny2qlrfv] {
    margin-top: 0.28rem;
    color: #6a748e;
    line-height: 1.55;
}

.upload-doc-file-title[b-uvny2qlrfv] {
    font-weight: 700;
    color: #24335e;
}

.upload-doc-action-group[b-uvny2qlrfv] {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
}

.upload-doc-empty-state[b-uvny2qlrfv] {
    padding: 1rem;
    color: #6a748e;
}

[b-uvny2qlrfv] .upload-doc-table .mud-table-container {
    border-radius: 18px;
    border: 1px solid rgba(35, 74, 162, 0.08);
    overflow: hidden;
}

[b-uvny2qlrfv] .upload-doc-table table thead th {
    background: #f5f8ff;
    color: #234aa2;
    font-weight: 800;
}

[b-uvny2qlrfv] .upload-doc-table table tbody tr:nth-child(even) {
    background: rgba(247, 249, 253, 0.7);
}

[b-uvny2qlrfv] .upload-doc-table .mud-table-cell {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

[b-uvny2qlrfv] .upload-doc-table .mud-button-root {
    border-radius: 14px;
}

@media (max-width: 960px) {
    .upload-doc-hero[b-uvny2qlrfv] {
        padding: 1.2rem;
        border-radius: 22px;
    }
}

@media (max-width: 600px) {
    .upload-doc-shell[b-uvny2qlrfv] {
        padding-top: 0.5rem;
    }

    .upload-doc-hero[b-uvny2qlrfv] {
        padding: 1rem;
        border-radius: 18px;
    }

    .upload-doc-hero__title[b-uvny2qlrfv] {
        font-size: 1.55rem;
    }

    .upload-doc-summary-card[b-uvny2qlrfv],
    .upload-doc-card[b-uvny2qlrfv] {
        border-radius: 18px;
    }

    .upload-doc-card__content[b-uvny2qlrfv] {
        padding: 1rem;
    }

    .upload-doc-action-group[b-uvny2qlrfv] {
        width: 100%;
        justify-content: stretch;
        flex-direction: column;
    }

    [b-uvny2qlrfv] .upload-doc-action-group .mud-button-root,
    [b-uvny2qlrfv] .upload-doc-action-group .mud-file-upload .mud-button-root {
        width: 100%;
    }
}
