@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/themes/vuzopedia/assets/fonts/Inter-Regular.woff2) format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/themes/vuzopedia/assets/fonts/Inter-Medium.woff2) format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/themes/vuzopedia/assets/fonts/Inter-SemiBold.woff2) format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/themes/vuzopedia/assets/fonts/Inter-Bold.woff2) format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/themes/vuzopedia/assets/fonts/Inter-ExtraBold.woff2) format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 400;
    src: url(/themes/vuzopedia/assets/fonts/MullerRegular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 500;
    src: url(/themes/vuzopedia/assets/fonts/MullerMedium.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 700;
    src: url(/themes/vuzopedia/assets/fonts/MullerBold.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 800;
    src: url(/themes/vuzopedia/assets/fonts/MullerExtraBold.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(/themes/vuzopedia/assets/fonts/MaterialIcons-Regular-v145.woff2) format("woff2");
    font-display: block;
}

.admission-crm-page {
    margin: 0;
    overflow-x: hidden;
    background: #e8f5fd;
    font-family: "Muller", "Inter", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.admissionWorkspace {
    --aw-bg: #e8f5fd;
    --aw-surface: #ffffff;
    --aw-surface-blue: #edf8ff;
    --aw-surface-strong: #d9effd;
    --aw-blue: #0d8ee8;
    --aw-blue-hover: #0879cb;
    --aw-blue-dark: #075084;
    --aw-heading: #064773;
    --aw-ink: #183b52;
    --aw-muted: #668094;
    --aw-line: #c5deec;
    --aw-line-strong: #9dcbe5;
    --aw-green: #16845d;
    --aw-shadow: 0 8px 24px rgba(28, 83, 118, 0.07);
    min-height: 100vh;
    background: var(--aw-bg);
    color: var(--aw-ink);
    font-family: "Muller", "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.admissionWorkspace button,
.admissionWorkspace input,
.admissionWorkspace select,
.admissionWorkspace textarea {
    font-family: inherit;
    letter-spacing: 0;
}

.admissionWorkspace .material-icons {
    width: 1em;
    max-width: 1em;
    flex: 0 0 1em;
    overflow: hidden;
    font-family: "Material Icons";
    line-height: 1;
}

.aw-app {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    grid-template-columns: 232px minmax(0, 1fr);
    border: 0;
    background: var(--aw-bg);
    box-shadow: none;
}

.aw-sidebar {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 100vh;
    min-height: 0;
    overflow-y: auto;
    padding: 18px 14px 16px;
    border-right: 1px solid #bdd9e9;
    background: #ffffff;
}

.aw-brand {
    height: 48px;
    gap: 10px;
    padding: 0 8px;
}

.aw-brand img {
    width: 38px;
    height: 38px;
}

.aw-brand b {
    color: #063f69;
    font-size: 16px;
    font-weight: 800;
}

.aw-brand small {
    color: #3f7ca7;
    font-size: 8px;
    font-weight: 700;
}

.aw-product {
    min-height: 68px;
    margin: 16px 0 18px;
    padding: 11px;
    border-color: #a9d6ef;
    background: #e6f5fe;
}

.aw-product__mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    background: #0d8ee8;
}

.aw-product small {
    color: #54768d;
    font-size: 10px;
    font-weight: 500;
}

.aw-product b {
    color: #064773;
    font-size: 17px;
    font-weight: 800;
}

.aw-nav {
    gap: 5px;
}

.aw-nav__item {
    min-height: 44px;
    grid-template-columns: 22px minmax(0, 1fr) 28px;
    gap: 9px;
    padding: 0 10px;
    color: #355c75;
    font-size: 13px;
    font-weight: 600;
}

.aw-nav__item .material-icons {
    font-size: 19px;
}

.aw-nav__item b {
    width: 28px;
    min-width: 28px;
    height: 24px;
    padding: 0;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
}

.aw-nav__item.is-active {
    background: #dceffd;
    color: #064773;
    box-shadow: inset 3px 0 0 #0d8ee8;
}

.aw-sidebar__status {
    padding: 15px 10px;
}

.aw-sidebar__status-head,
.aw-sidebar__status small {
    font-size: 10px;
}

.aw-user {
    min-height: 58px;
}

.aw-user__avatar {
    border-radius: 7px;
    background: #075084;
}

.aw-user b {
    font-size: 12px;
    font-weight: 700;
}

.aw-user small {
    font-size: 10px;
}

.aw-workarea {
    min-width: 0;
    min-height: 100vh;
    background: var(--aw-bg);
}

.aw-appbar {
    position: sticky;
    top: 0;
    z-index: 25;
    min-height: 70px;
    display: grid;
    grid-template-columns: minmax(0, 1160px);
    justify-content: start;
    align-items: center;
    padding: 10px 28px;
    border-bottom-color: #bddbe9;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 3px 14px rgba(31, 84, 116, 0.05);
}

.aw-track-switch {
    width: 520px;
    height: 46px;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    padding: 4px;
    border-color: #bfd9e8;
    background: #edf7fc;
}

.aw-track-switch__item {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 24px;
    gap: 6px;
    justify-content: initial;
    align-items: center;
    padding: 0 8px;
    color: #577489;
    font-size: 12px;
    font-weight: 600;
}

.aw-track-switch__item span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aw-track-switch__item .material-icons {
    color: #3b93c8;
    font-size: 18px;
}

.aw-track-switch__item b {
    width: 24px;
    min-width: 24px;
    height: 22px;
    padding: 0;
    border-radius: 6px;
    background: #dceefa;
    color: #236b96;
    font-size: 10px;
    font-weight: 700;
}

.aw-track-switch__item.is-active {
    background: #ffffff;
    color: #064773;
    box-shadow: 0 2px 7px rgba(27, 80, 113, 0.12);
}

.aw-track-switch__item.is-active b {
    background: #d7f0ff;
    color: #066fb4;
}

.aw-campaign-year {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    gap: 9px;
}

.aw-campaign-year label {
    color: #668094;
    font-size: 11px;
    font-weight: 600;
}

.aw-campaign-year select {
    width: 86px;
    height: 40px;
    padding-left: 11px;
    border-color: #afcfdf;
    color: #064773;
    font-size: 12px;
    font-weight: 700;
}

.aw-content {
    width: 100%;
    max-width: 1216px;
    margin: 0;
    padding: 30px 28px 64px;
}

.aw-page-head {
    min-height: 76px;
    align-items: flex-end;
    margin-bottom: 22px;
}

.aw-page-head h1 {
    margin-top: 4px;
    color: #064773;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.12;
}

.aw-page-head p:last-child {
    margin-top: 7px;
    color: #5d798e;
    font-size: 13px;
    font-weight: 500;
}

.aw-kicker,
.aw-panel-label,
.aw-panel-head span,
.aw-setup__title > small {
    color: #087fc9;
    font-size: 10px;
    font-weight: 800;
}

.aw-page-head > .aw-button {
    min-width: 132px;
}

.aw-button {
    height: 42px;
    min-height: 42px;
    max-width: 100%;
    flex: 0 0 auto;
    gap: 8px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.aw-button .material-icons {
    width: 18px;
    flex-basis: 18px;
    font-size: 18px;
}

.aw-button--primary {
    border-color: #0d8ee8;
    background: #0d8ee8;
    box-shadow: 0 5px 12px rgba(13, 142, 232, 0.2);
}

.aw-button--primary:hover,
.aw-button--primary:focus {
    border-color: #0879cb;
    background: #0879cb;
}

.aw-button--secondary {
    border-color: #a9cbde;
    background: #ffffff;
    color: #245d82;
}

.aw-progress {
    background: #cce4f2;
}

.aw-progress > span {
    background: #0d8ee8;
}

.aw-setup {
    position: relative;
    margin-bottom: 18px;
    border-color: #8fc9ea;
    background: #ddf1fd;
    box-shadow: var(--aw-shadow);
}

.aw-setup[open] {
    overflow: visible;
}

.aw-setup > summary {
    min-height: 92px;
    grid-template-columns: 46px minmax(0, 1fr) 170px 22px;
    gap: 15px;
    padding: 18px 20px;
}

.aw-setup__icon {
    width: 44px;
    height: 44px;
    background: #ffffff;
    color: #0d8ee8;
    box-shadow: 0 2px 8px rgba(28, 88, 126, 0.08);
}

.aw-setup__title > b {
    margin-top: 3px;
    color: #064773;
    font-size: 18px;
    font-weight: 800;
}

.aw-setup__title > span {
    color: #53738a;
    font-size: 12px;
    font-weight: 400;
}

.aw-setup__progress b {
    color: #075084;
    font-size: 17px;
    font-weight: 800;
}

.aw-profile-form {
    gap: 18px;
    padding: 22px;
    border-top-color: #9fd0ea;
    border-radius: 0 0 8px 8px;
    background: #ffffff;
}

.aw-form-grid {
    gap: 12px;
}

.aw-fieldset--compact {
    position: relative;
    display: grid;
    gap: 6px;
}

.aw-fieldset legend,
.aw-field {
    color: #2e566f;
    font-size: 11px;
    font-weight: 700;
}

.aw-fieldset legend {
    margin: 0;
    padding: 0;
}

.aw-field input,
.aw-field select,
.aw-field textarea,
.aw-choice__status select {
    border-color: #afcddd;
    color: #183b52;
    font-size: 12px;
    font-weight: 500;
}

.aw-field input,
.aw-field select,
.aw-choice__status select {
    height: 42px;
    padding-right: 11px;
    padding-left: 11px;
}

.aw-field textarea {
    min-height: 64px;
}

.aw-field input::placeholder,
.aw-field textarea::placeholder {
    color: #8ba0af;
    opacity: 1;
}

.aw-field input:focus,
.aw-field select:focus,
.aw-field textarea:focus,
.aw-choice__status select:focus {
    border-color: #0d8ee8;
    box-shadow: 0 0 0 3px rgba(13, 142, 232, 0.11);
}

.aw-multiselect {
    position: relative;
    min-width: 0;
    height: 42px;
}

.aw-multiselect[open] {
    z-index: 40;
}

.aw-multiselect > summary {
    height: 42px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 8px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #afcddd;
    border-radius: 6px;
    background: #ffffff;
    list-style: none;
    cursor: pointer;
}

.aw-multiselect > summary::-webkit-details-marker {
    display: none;
}

.aw-multiselect[open] > summary,
.aw-multiselect > summary:focus {
    border-color: #0d8ee8;
    box-shadow: 0 0 0 3px rgba(13, 142, 232, 0.11);
    outline: none;
}

.aw-multiselect__summary-icon {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    background: #e5f4fd;
    color: #167eb9;
}

.aw-multiselect__summary-icon .material-icons {
    font-size: 16px;
}

.aw-multiselect__summary-text {
    min-width: 0;
}

.aw-multiselect__summary-text b,
.aw-multiselect__summary-text small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aw-multiselect__summary-text b {
    color: #183f58;
    font-size: 11px;
    font-weight: 700;
}

.aw-multiselect__summary-text small {
    margin-top: 1px;
    color: #728a9b;
    font-size: 9px;
    font-weight: 500;
}

.aw-multiselect__chevron {
    color: #4f829f;
    font-size: 18px;
    transition: transform 140ms ease;
}

.aw-multiselect[open] .aw-multiselect__chevron {
    transform: rotate(180deg);
}

.aw-multiselect__menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 50;
    width: max(100%, 310px);
    padding: 6px;
    border: 1px solid #a9cddd;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(22, 67, 96, 0.18);
}

.aw-multiselect__option {
    min-height: 54px;
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    padding: 7px 8px;
    border-radius: 5px;
    cursor: pointer;
}

.aw-multiselect__option:hover {
    background: #edf8ff;
}

.aw-multiselect__option > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aw-multiselect__check {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border: 1px solid #a9c7d8;
    border-radius: 5px;
    background: #ffffff;
    color: transparent;
}

.aw-multiselect__check .material-icons {
    font-size: 15px;
}

.aw-multiselect__option input:checked + .aw-multiselect__check {
    border-color: #0d8ee8;
    background: #0d8ee8;
    color: #ffffff;
}

.aw-multiselect__option b,
.aw-multiselect__option small {
    display: block;
}

.aw-multiselect__option b {
    color: #15415c;
    font-size: 12px;
    font-weight: 700;
}

.aw-multiselect__option small {
    margin-top: 2px;
    color: #70899a;
    font-size: 9px;
    font-weight: 400;
}

.aw-check-row {
    min-height: 42px;
    gap: 6px;
}

.aw-check-row label > span {
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    border-color: #b7cfdd;
    color: #506f83;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.aw-check-row input:checked + span {
    border-color: #0d8ee8;
    background: #e6f5fe;
    color: #075084;
}

.aw-form-actions {
    min-height: 44px;
    gap: 14px;
}

.aw-form-actions > span {
    color: #738b9b;
    font-size: 10px;
    font-weight: 500;
}

.aw-form-actions .aw-button {
    min-width: 168px;
}

.aw-dashboard-grid {
    gap: 14px;
}

.aw-dashboard-grid--lead {
    grid-template-columns: minmax(330px, 0.76fr) minmax(0, 1.24fr);
}

.aw-next-action,
.aw-panel,
.aw-kpis,
.aw-step-row {
    border-color: #bcd9e8;
    background: #ffffff;
    box-shadow: var(--aw-shadow);
}

.aw-next-action {
    min-height: 220px;
    padding: 22px;
    border-left-color: #0d8ee8;
}

.aw-next-action h2 {
    color: #064773;
    font-size: 22px;
    font-weight: 800;
}

.aw-next-action p,
.aw-step-row__body p {
    color: #607b8f;
    font-weight: 400;
}

.aw-next-action .aw-button {
    min-width: 174px;
}

.aw-panel-head h2 {
    color: #064773;
    font-size: 17px;
    font-weight: 800;
}

.aw-panel-head > b {
    color: #075084;
    font-size: 22px;
    font-weight: 800;
}

.aw-stage-panel {
    min-height: 220px;
}

.aw-mini-steps {
    gap: 6px;
}

.aw-mini-step {
    grid-template-rows: 30px minmax(24px, auto);
}

.aw-mini-step > span,
.aw-mini-step > .material-icons {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.aw-mini-step small {
    font-size: 9px;
    font-weight: 500;
}

.aw-kpis b {
    color: #064773;
    font-size: 23px;
    font-weight: 800;
}

.aw-kpis span {
    color: #6b8496;
    font-size: 10px;
    font-weight: 600;
}

.aw-compact-row b,
.aw-choice__name,
.aw-step-row__body b,
.aw-timeline__head b {
    color: #183f58;
    font-weight: 700;
}

.aw-icon-link,
.aw-icon-button {
    width: 36px;
    min-width: 36px;
    height: 36px;
    flex-basis: 36px;
}

.aw-icon-link .material-icons,
.aw-icon-button .material-icons {
    width: 18px;
    flex-basis: 18px;
}

.aw-choice-table__head {
    background: #edf8ff;
    color: #5f7e92;
    font-size: 9px;
}

.aw-choice {
    min-height: 86px;
}

.aw-choice__name {
    font-size: 13px;
}

.aw-choice__status form {
    min-height: 36px;
}

.aw-choice__status select {
    height: 36px;
}

.aw-step-row {
    min-height: 98px;
}

.aw-step-row__body b {
    font-size: 14px;
}

.aw-step-status {
    height: 40px;
    align-items: center;
    flex: 0 0 auto;
}

.aw-step-status button {
    width: 34px;
    min-width: 34px;
    height: 32px;
    flex: 0 0 34px;
}

.aw-communications-grid {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
}

.aw-segmented {
    min-height: 42px;
}

.aw-segmented label > span {
    height: 34px;
    min-height: 34px;
    font-size: 10px;
    white-space: nowrap;
}

.aw-auth-panel {
    box-shadow: 0 18px 46px rgba(22, 74, 108, 0.14);
}

@media (max-width: 1100px) {
    .aw-app {
        grid-template-columns: 214px minmax(0, 1fr);
    }

    .aw-appbar {
        grid-template-columns: minmax(0, 1fr);
        padding-right: 22px;
        padding-left: 22px;
    }

    .aw-track-switch {
        width: min(500px, calc(100% - 130px));
    }

    .aw-content {
        max-width: 100%;
        padding-right: 22px;
        padding-left: 22px;
    }

    .aw-form-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aw-dashboard-grid--lead,
    .aw-communications-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .aw-app {
        display: block;
    }

    .aw-sidebar {
        position: static;
        height: auto;
        min-height: 0;
        overflow: visible;
        padding: 10px 14px 0;
        border-right: 0;
        border-bottom: 1px solid #bdd9e9;
    }

    .aw-brand {
        height: 42px;
        padding: 0;
    }

    .aw-product,
    .aw-sidebar__status,
    .aw-user {
        display: none;
    }

    .aw-nav {
        display: flex;
        gap: 3px;
        margin-top: 8px;
        overflow-x: auto;
    }

    .aw-nav__item {
        min-width: 128px;
        grid-template-columns: 20px minmax(0, 1fr) 24px;
        flex: 0 0 auto;
    }

    .aw-appbar {
        position: static;
        min-height: 66px;
        padding: 9px 16px;
    }

    .aw-track-switch {
        width: min(500px, calc(100% - 124px));
    }

    .aw-content {
        padding: 24px 16px 48px;
    }

    .aw-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .aw-nav__item {
        min-width: 108px;
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 6px;
        padding: 0 8px;
        font-size: 10px;
    }

    .aw-nav__item b {
        display: none;
    }

    .aw-appbar {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .aw-track-switch {
        width: 100%;
        grid-column: 1;
        grid-row: 1;
    }

    .aw-track-switch__item {
        grid-template-columns: minmax(0, 1fr) 22px;
        gap: 4px;
        padding: 0 6px;
        font-size: 10px;
    }

    .aw-track-switch__item .material-icons {
        display: none;
    }

    .aw-track-switch__item b {
        width: 22px;
        min-width: 22px;
    }

    .aw-campaign-year {
        grid-column: 1;
        grid-row: 2;
        justify-self: end;
    }

    .aw-page-head {
        min-height: 0;
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .aw-page-head h1 {
        font-size: 27px;
    }

    .aw-page-head > .aw-button {
        width: 100%;
    }

    .aw-setup > summary {
        grid-template-columns: 42px minmax(0, 1fr) 20px;
        gap: 11px;
        padding: 15px;
    }

    .aw-setup__progress {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 8px;
        align-items: center;
    }

    .aw-setup__progress b {
        margin: 0;
        font-size: 14px;
        text-align: left;
    }

    .aw-setup__chevron {
        grid-column: 3;
        grid-row: 1;
    }

    .aw-profile-form {
        padding: 16px;
    }

    .aw-form-grid--four,
    .aw-form-grid--three,
    .aw-form-grid--two {
        grid-template-columns: 1fr;
    }

    .aw-multiselect__menu {
        width: 100%;
    }

    .aw-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .aw-form-actions .aw-button {
        width: 100%;
    }

    .aw-mini-steps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 14px;
    }

    .aw-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aw-compact-row {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .aw-compact-row > em {
        grid-column: 2;
        justify-self: start;
    }

    .aw-step-row {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .aw-step-status {
        grid-column: 2;
        justify-self: start;
    }
}


.aw-form-grid--profile {
    grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .aw-form-grid--profile {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .aw-form-grid--profile {
        grid-template-columns: 1fr;
    }
}
