/*
|--------------------------------------------------------------------------
| Odontoflux Academy — Onboarding do aluno
|--------------------------------------------------------------------------
| Estrutura visual criada com Bootstrap como base e componentes próprios
| apenas quando necessários para storytelling e orientação contextual.
*/

.student-onboarding-page {
    min-height: calc(100vh - 80px);
    padding: clamp(1rem, 2vw, 2rem);
    background:
        radial-gradient(
            circle at top left,
            rgba(13, 110, 253, 0.10),
            transparent 32%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(32, 201, 151, 0.10),
            transparent 34%
        ),
        #f4f8fb;
}

.student-onboarding-shell {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.85fr)
        minmax(0, 1.15fr);
    width: min(100%, 1360px);
    min-height: 760px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(216, 228, 237, 0.9);
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 1.5rem 4rem rgba(28, 58, 83, 0.14);
}

.student-onboarding-story {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.5rem, 3vw, 3rem);
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            rgba(9, 65, 126, 0.96),
            rgba(13, 110, 253, 0.93) 52%,
            rgba(20, 150, 115, 0.93)
        );
}

.student-onboarding-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.student-onboarding-brand__mark {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.14);
    font-weight: 900;
    letter-spacing: 0.04em;
}

.student-onboarding-brand .eyebrow {
    color: rgba(255, 255, 255, 0.74);
}

.student-onboarding-brand strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.92rem;
}

.student-onboarding-kicker {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.student-onboarding-story__content h1 {
    max-width: 560px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.04;
}

.student-onboarding-story__content > p {
    max-width: 560px;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.7;
}

.student-journey {
    display: grid;
    gap: 0.8rem;
    margin-top: 2rem;
}

.student-journey__step {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.student-journey__step.is-current {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.student-journey__step > span {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #0d6efd;
    background: #ffffff;
    font-weight: 900;
}

.student-journey__step strong,
.student-journey__step small {
    display: block;
}

.student-journey__step small {
    margin-top: 0.16rem;
    color: rgba(255, 255, 255, 0.70);
}

.student-onboarding-trust {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(7, 42, 79, 0.22);
}

.student-onboarding-trust > span {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #0c6b4c;
    background: #dcf8eb;
    font-weight: 900;
}

.student-onboarding-trust p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    line-height: 1.5;
}

.student-onboarding-form-panel {
    display: grid;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 3rem);
    background: #ffffff;
}

.student-onboarding-form-card {
    width: min(100%, 760px);
    margin: 0 auto;
}

.student-onboarding-form-heading {
    margin-bottom: 1.5rem;
}

.student-onboarding-form-heading h2 {
    margin: 0.3rem 0 0;
    color: #17324a;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.student-onboarding-form-heading p {
    max-width: 620px;
    margin: 0.7rem 0 0;
    color: #63798a;
    line-height: 1.65;
}

.student-registration-form {
    display: grid;
    gap: 1.25rem;
}

.student-form-section {
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid #dce7ef;
    border-radius: 1rem;
    background: #ffffff;
}

.student-form-section__heading {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.student-form-section__heading > span {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #0d6efd;
    font-weight: 900;
}

.student-form-section__heading strong,
.student-form-section__heading small {
    display: block;
}

.student-form-section__heading strong {
    color: #203a52;
}

.student-form-section__heading small {
    margin-top: 0.15rem;
    color: #748898;
}

.student-onboarding-page .form-label {
    display: block;
    margin-bottom: 0.45rem;
    color: #263f55;
    font-size: 0.86rem;
    font-weight: 800;
}

.student-onboarding-page .form-control {
    min-height: 48px;
    border-color: #d5e0e8;
    border-radius: 0.75rem;
    background: #ffffff;
}

.student-onboarding-page .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.22rem rgba(13, 110, 253, 0.13);
}

.student-onboarding-page .form-control.is-valid {
    border-color: #198754;
}

.student-onboarding-page .form-control.is-invalid {
    border-color: #dc3545;
}

.student-onboarding-page .form-text {
    display: block;
    margin-top: 0.38rem;
    color: #718596;
    font-size: 0.76rem;
}

.student-input-group {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: stretch;
}

.student-input-group__icon {
    display: grid;
    min-width: 48px;
    place-items: center;
    border: 1px solid #d5e0e8;
    border-right: 0;
    border-radius: 0.75rem 0 0 0.75rem;
    color: #517087;
    background: #f3f7fa;
    font-size: 0.78rem;
    font-weight: 900;
}

.student-input-group .form-control {
    border-radius: 0;
}

.student-input-group .form-control:last-child {
    border-radius: 0 0.75rem 0.75rem 0;
}

.student-password-toggle {
    min-width: 82px;
    border: 1px solid #d5e0e8;
    border-left: 0;
    border-radius: 0 0.75rem 0.75rem 0;
    color: #0d6efd;
    background: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
}

.student-password-strength {
    height: 6px;
    margin-top: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    background: #e8eef3;
}

.student-password-strength__bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #dc3545;
    transition:
        width 180ms ease,
        background-color 180ms ease;
}

.student-registration-summary {
    padding: 1rem;
    border: 1px solid #bfe1f8;
    border-radius: 1rem;
    background: #f0f8ff;
}

.student-registration-summary > div {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.student-registration-summary span {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #0d6efd;
    background: #dceeff;
    font-weight: 900;
}

.student-registration-summary p {
    margin: 0;
    color: #365772;
    font-size: 0.84rem;
    line-height: 1.55;
}

.student-primary-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    border: 0;
    border-radius: 0.85rem;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #0d6efd,
            #075ac8
        );
    box-shadow: 0 0.75rem 1.5rem rgba(13, 110, 253, 0.22);
    font-weight: 800;
}

.student-primary-action:hover {
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #0b5ed7,
            #064fae
        );
    transform: translateY(-1px);
}

.student-form-legal {
    margin: -0.35rem 0 0;
    color: #7a8d9d;
    font-size: 0.72rem;
    line-height: 1.5;
    text-align: center;
}

.student-login-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e6edf2;
    color: #667d8f;
}

.student-onboarding-page .btn {
    min-height: 44px;
    border-radius: 0.75rem;
    font-weight: 750;
}

.student-onboarding-page .btn-success {
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #198754,
            #0f6d45
        );
    border-color: #198754;
}

.student-onboarding-page .btn-success:hover {
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #157347,
            #0b5937
        );
}

/* Verificação de identidade */

.student-verification-page {
    display: block;
}

.student-verification-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.student-verification-hero {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 380px);
    gap: 2rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid #d8e5ee;
    border-radius: 1.25rem;
    background:
        linear-gradient(
            135deg,
            rgba(13, 110, 253, 0.08),
            rgba(32, 201, 151, 0.08)
        ),
        #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(30, 61, 87, 0.08);
}

.student-verification-hero h1 {
    margin: 0.3rem 0 0;
    color: #17324a;
}

.student-verification-hero p {
    max-width: 650px;
    margin: 0.65rem 0 0;
    color: #62798b;
    line-height: 1.65;
}

.student-verification-progress {
    padding: 1rem;
    border: 1px solid #d8e5ee;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
}

.student-verification-progress__summary {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.7rem;
}

.student-verification-progress__summary strong,
.student-verification-progress__summary span {
    font-size: 0.78rem;
}

.student-verification-progress__summary span {
    color: #6d8292;
}

.student-verification-progress .progress {
    height: 10px;
    border-radius: 999px;
    background: #e8eef3;
}

.student-verification-progress .progress-bar {
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            #0d6efd,
            #20c997
        );
}

.student-verification-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.student-verification-card {
    position: relative;
    padding: clamp(1.25rem, 2vw, 1.6rem);
    overflow: hidden;
    border: 1px solid #dce7ef;
    border-radius: 1.15rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(30, 61, 87, 0.08);
}

.student-verification-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
    background: #f0ad4e;
}

.student-verification-card.is-verified::before {
    background: #198754;
}

.student-verification-card__header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.student-verification-card__icon {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 1rem;
    color: #0d6efd;
    background: #eaf3ff;
    font-weight: 900;
}

.student-verification-card__icon.is-whatsapp {
    color: #08714d;
    background: #dcf8eb;
}

.student-verification-card__status {
    display: block;
    color: #b06d00;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.student-verification-card.is-verified
.student-verification-card__status {
    color: #198754;
}

.student-verification-card h2 {
    margin: 0.2rem 0 0;
    color: #233e55;
    font-size: 1.1rem;
}

.student-verification-card__destination {
    display: grid;
    gap: 0.22rem;
    margin: 1.15rem 0;
    padding: 0.9rem;
    border-radius: 0.85rem;
    background: #f5f8fa;
}

.student-verification-card__destination small {
    color: #758999;
}

.student-verification-card__destination strong {
    color: #28465e;
    word-break: break-word;
}

.student-code-form,
.student-resend-form {
    display: grid;
    gap: 0.85rem;
}

.student-resend-form {
    margin-top: 0.75rem;
}

.student-code-input {
    min-height: 58px !important;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0.48em;
    text-align: center;
}

.student-verification-success {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid #bfe4d0;
    border-radius: 0.9rem;
    background: #f1fbf6;
}

.student-verification-success > span {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #198754;
    font-weight: 900;
}

.student-verification-success strong,
.student-verification-success small {
    display: block;
}

.student-verification-success small {
    margin-top: 0.18rem;
    color: #5e7869;
}

.student-verification-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid #dce7ef;
    border-radius: 1rem;
    background: #ffffff;
}

.student-verification-help > div {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.student-verification-help > div > span {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #0d6efd;
    background: #eaf3ff;
    font-weight: 900;
}

.student-verification-help strong {
    display: block;
    color: #29465d;
}

.student-verification-help p {
    margin: 0.25rem 0 0;
    color: #6b8192;
    font-size: 0.8rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .student-onboarding-shell {
        grid-template-columns: 1fr;
    }

    .student-onboarding-story {
        min-height: auto;
    }

    .student-onboarding-story__content h1 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .student-verification-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .student-onboarding-page {
        padding: 0.75rem;
    }

    .student-onboarding-shell {
        border-radius: 1rem;
    }

    .student-onboarding-story,
    .student-onboarding-form-panel {
        padding: 1.25rem;
    }

    .student-journey__step:not(.is-current) {
        display: none;
    }

    .student-login-link,
    .student-verification-help {
        align-items: stretch;
        flex-direction: column;
    }

    .student-login-link .btn,
    .student-verification-help .btn {
        width: 100%;
    }

    .student-verification-grid {
        grid-template-columns: 1fr;
    }

    .student-verification-progress__summary {
        display: grid;
    }

    .student-code-input {
        letter-spacing: 0.3em;
    }
}


/* ------------------------------------------------------------------
| Telefone internacional
| ------------------------------------------------------------------ */

.student-phone-field {
    width: 100%;
}

.student-phone-field .iti {
    width: 100%;
}

.student-phone-field .iti__tel-input {
    width: 100%;
    min-height: 48px;
    padding-right: 0.9rem;
    border-color: #d5e0e8;
    border-radius: 0.75rem;
    background: #ffffff;
}

.student-phone-field .iti__tel-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.22rem rgba(13, 110, 253, 0.13);
    outline: 0;
}

.student-phone-field .iti__selected-country {
    border-radius: 0.75rem 0 0 0.75rem;
    background: #f3f7fa;
}

.student-phone-field .iti__selected-country-primary {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.student-phone-field .iti__selected-dial-code {
    color: #28465e;
    font-size: 0.86rem;
    font-weight: 800;
}

.student-phone-field .iti__country-selector {
    z-index: 1080;
    overflow: hidden;
    border: 1px solid #d6e2ea;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 1rem 2.5rem rgba(25, 53, 78, 0.18);
}

.student-phone-field .iti__search-input {
    min-height: 42px;
    margin: 0.65rem;
    border: 1px solid #d5e0e8;
    border-radius: 0.65rem;
}

.student-phone-field .iti__country {
    min-height: 42px;
}

.student-phone-field .iti__country:hover,
.student-phone-field .iti__country.iti__highlight {
    background: #edf6ff;
}

.student-phone-field .iti__country-name {
    color: #2b475e;
    font-weight: 650;
}

.student-phone-field .iti__dial-code {
    color: #738797;
}

.student-phone-field .form-control.is-valid,
.student-phone-field .iti__tel-input.is-valid {
    border-color: #198754;
    background-image: none;
}

.student-phone-field .form-control.is-invalid,
.student-phone-field .iti__tel-input.is-invalid {
    border-color: #dc3545;
    background-image: none;
}

.student-phone-feedback.is-valid {
    color: #198754;
    font-weight: 700;
}

.student-phone-feedback.is-invalid {
    color: #dc3545;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .student-phone-field .iti__country-selector {
        max-width: calc(100vw - 2rem);
    }
}


/* ------------------------------------------------------------------
| F07.2.3 — Seletor local de país e DDI
| ------------------------------------------------------------------ */

.student-international-phone {
    display: grid;
    grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
    gap: 0.65rem;
    width: 100%;
}

.student-country-select,
.student-international-phone > .form-control {
    min-height: 48px;
}

.student-country-select {
    border-color: #d5e0e8;
    border-radius: 0.75rem;
    color: #28465e;
    background-color: #f7fafc;
    font-size: 0.84rem;
    font-weight: 750;
}

.student-country-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.22rem rgba(13, 110, 253, 0.13);
}

.student-custom-ddi {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    grid-column: 1 / -1;
    max-width: 190px;
    overflow: hidden;
    border: 1px solid #d5e0e8;
    border-radius: 0.75rem;
    background: #f7fafc;
}

.student-custom-ddi[hidden] {
    display: none !important;
}

.student-custom-ddi > span {
    padding-left: 0.85rem;
    color: #28465e;
    font-weight: 900;
}

.student-custom-ddi .form-control {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.student-phone-feedback {
    min-height: 1.2rem;
}

@media (max-width: 767.98px) {
    .student-international-phone {
        grid-template-columns: 1fr;
    }

    .student-custom-ddi {
        grid-column: auto;
        max-width: none;
    }
}


/* ------------------------------------------------------------------
| F07.2.4 — Modal central de e-mail duplicado
| ------------------------------------------------------------------ */

.student-modal-backdrop {
    position: fixed;
    z-index: 2000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(13, 32, 50, 0.72);
    backdrop-filter: blur(5px);
}

.student-centered-modal {
    width: min(100%, 480px);
    padding: clamp(1.4rem, 4vw, 2rem);
    border: 1px solid #dbe6ee;
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 1.5rem 4rem rgba(5, 25, 43, 0.28);
    text-align: center;
    animation: student-modal-enter 180ms ease-out;
}

.student-centered-modal__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    place-items: center;
    border-radius: 1rem;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #0d6efd,
            #20c997
        );
    font-size: 1.25rem;
    font-weight: 900;
}

.student-centered-modal h2 {
    margin: 0.35rem 0 0.8rem;
    color: #19364f;
}

.student-centered-modal p {
    margin: 0.75rem 0;
    color: #647b8d;
    line-height: 1.55;
}

.student-centered-modal__email {
    display: block;
    padding: 0.8rem;
    border-radius: 0.8rem;
    color: #173e62;
    background: #eef6ff;
    word-break: break-word;
}

.student-centered-modal__actions {
    display: grid;
    grid-template-columns: repeat(
        2,
        minmax(0, 1fr)
    );
    gap: 0.75rem;
    margin-top: 1.25rem;
}

@keyframes student-modal-enter {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 575.98px) {
    .student-centered-modal__actions {
        grid-template-columns: 1fr;
    }
}


/* ------------------------------------------------------------------
| F07.2.5 — Padronização homologada de modal e confirmação
| ------------------------------------------------------------------ */

.student-onboarding-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.625rem 1rem;
    border-radius: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.student-onboarding-page .btn-primary,
.student-bootstrap-modal .btn-primary {
    color: #ffffff;
    border-color: #0d6efd;
    background-color: #0d6efd;
    box-shadow: 0 0.45rem 1rem rgba(13, 110, 253, 0.18);
}

.student-onboarding-page .btn-primary:hover,
.student-bootstrap-modal .btn-primary:hover {
    color: #ffffff;
    border-color: #0a58ca;
    background-color: #0b5ed7;
}

.student-onboarding-page .btn-success {
    color: #ffffff;
    border-color: #198754;
    background-color: #198754;
    box-shadow: 0 0.45rem 1rem rgba(25, 135, 84, 0.18);
}

.student-onboarding-page .btn-success:hover {
    color: #ffffff;
    border-color: #146c43;
    background-color: #157347;
}

.student-onboarding-page .btn-outline-primary,
.student-bootstrap-modal .btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
    background-color: #ffffff;
}

.student-onboarding-page .btn-outline-primary:hover,
.student-bootstrap-modal .btn-outline-primary:hover {
    color: #ffffff;
    border-color: #0d6efd;
    background-color: #0d6efd;
}

.student-onboarding-page .btn-outline-success {
    color: #198754;
    border-color: #198754;
    background-color: #ffffff;
}

.student-onboarding-page .btn-outline-success:hover {
    color: #ffffff;
    border-color: #198754;
    background-color: #198754;
}

.student-onboarding-page .btn-outline-secondary,
.student-bootstrap-modal .btn-outline-secondary {
    color: #5c6f7f;
    border-color: #aebdc8;
    background-color: #ffffff;
}

.student-onboarding-page .btn-outline-secondary:hover,
.student-bootstrap-modal .btn-outline-secondary:hover {
    color: #ffffff;
    border-color: #6c757d;
    background-color: #6c757d;
}

.student-bootstrap-modal {
    z-index: 2005;
    padding-right: 0 !important;
    background: rgba(10, 29, 45, 0.24);
}

.student-bootstrap-modal .modal-dialog {
    width: min(100% - 2rem, 520px);
    margin-right: auto;
    margin-left: auto;
}

.student-bootstrap-modal .modal-content {
    overflow: hidden;
    border-radius: 1.25rem;
}

.student-bootstrap-modal .modal-header {
    align-items: flex-start;
    padding: 1.5rem 1.5rem 0.5rem;
}

.student-bootstrap-modal .modal-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.student-bootstrap-modal .modal-footer {
    padding: 1rem 1.5rem 1.5rem;
}

.student-bootstrap-modal .btn-close {
    flex: 0 0 auto;
    margin: 0;
    opacity: 0.72;
}

.student-modal-identity {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid #d8e7f2;
    border-radius: 0.9rem;
    background: #f3f8fc;
}

.student-modal-identity__icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 0.8rem;
    color: #ffffff;
    background: #0d6efd;
    font-weight: 900;
}

.student-modal-identity small,
.student-modal-identity strong {
    display: block;
}

.student-modal-identity small {
    color: #728797;
}

.student-modal-identity strong {
    margin-top: 0.15rem;
    color: #25455f;
    word-break: break-word;
}

.student-verification-page {
    min-height: calc(100vh - 80px);
}

.student-verification-shell {
    padding-bottom: 1rem;
}

.student-verification-hero {
    position: relative;
    overflow: hidden;
}

.student-verification-hero::after {
    position: absolute;
    right: -70px;
    bottom: -95px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    content: "";
    background:
        radial-gradient(
            circle,
            rgba(32, 201, 151, 0.14),
            transparent 68%
        );
    pointer-events: none;
}

.student-verification-card {
    min-height: 100%;
}

.student-verification-card .btn-lg {
    min-height: 50px;
}

.student-verification-card .form-control {
    width: 100%;
}

.student-verification-card.is-pending {
    border-color: #e5d5ad;
}

.student-verification-card.is-verified {
    border-color: #b9dec9;
}

.student-verification-help {
    box-shadow: 0 0.5rem 1.4rem rgba(30, 61, 87, 0.06);
}

@media (max-width: 575.98px) {
    .student-bootstrap-modal .modal-footer .btn {
        width: 100%;
    }

    .student-verification-hero {
        padding: 1.15rem;
    }

    .student-verification-card {
        padding: 1.15rem;
    }
}
