/* _content/MyPackage.Web/Components/Layout/AccountLayout.razor.rz.scp.css */
:host[b-i55vtu1hvc] {
    display: contents;
}

.account-shell[b-i55vtu1hvc] {
    background-color: #f5f7fb;
    min-height: calc(100vh - 120px);
}

.account-shell__container[b-i55vtu1hvc] {
    max-width: 1160px;
}

.account-shell .row[b-i55vtu1hvc] {
    align-items: stretch;
}
/* _content/MyPackage.Web/Components/Layout/AccountSidebar.razor.rz.scp.css */
.account-sidebar[b-kz5ugbddif] {
    background: #ffffff;
    border-radius: 1.75rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    box-shadow: 0 1.35rem 2.7rem rgba(12, 58, 98, 0.12);
    border: 1px solid rgba(12, 58, 98, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.account-sidebar__profile[b-kz5ugbddif] {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(12, 58, 98, 0.08);
}

.account-sidebar__avatar[b-kz5ugbddif] {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1.3rem;
    overflow: hidden;
    box-shadow: 0 1.05rem 2.1rem rgba(12, 58, 98, 0.18);
    flex-shrink: 0;
    background: #f4f7fb;
}

.account-sidebar__avatar img[b-kz5ugbddif] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-sidebar__identity[b-kz5ugbddif] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.account-sidebar__name[b-kz5ugbddif] {
    font-size: 1.15rem;
        font-weight: 600;
    color: #0c3a62;
}

.account-sidebar__role[b-kz5ugbddif] {
    font-size: 0.95rem;
    color: rgba(12, 58, 98, 0.55);
}

.account-sidebar__nav[b-kz5ugbddif] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-sidebar__nav-group[b-kz5ugbddif] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.account-sidebar__nav a.account-sidebar__link[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:focus[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:hover[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:visited[b-kz5ugbddif],
.account-sidebar__nav a.account-sidebar__link:active[b-kz5ugbddif] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1.15rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(12, 58, 98, 0.05);
    background: rgba(12, 58, 98, 0.035);
    color: #0c3a62 !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    position: relative;
    overflow: hidden;
}

.account-sidebar__link[b-kz5ugbddif]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(23, 112, 187, 0.18), rgba(23, 112, 187, 0.05));
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 0;
}

.account-sidebar__link:hover[b-kz5ugbddif] {
    transform: translateX(4px);
    box-shadow: 0 1rem 2rem -1rem rgba(12, 58, 98, 0.18);
    border-color: rgba(23, 112, 187, 0.2);
}

.account-sidebar__link:hover[b-kz5ugbddif]::before {
    opacity: 0.45;
}

.account-sidebar__link.active[b-kz5ugbddif] {
    border-color: rgba(23, 112, 187, 0.42);
    box-shadow: 0 1.6rem 3.15rem -1.35rem rgba(23, 112, 187, 0.45);
}

.account-sidebar__link.active[b-kz5ugbddif]::before {
    opacity: 1;
}

.account-sidebar__link-content[b-kz5ugbddif] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    position: relative;
    z-index: 1;
}

.account-sidebar__link-icon[b-kz5ugbddif] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.95rem;
    background: rgba(23, 112, 187, 0.16);
    color: #1770bb;
    font-size: 1.25rem;
}

.account-sidebar__link-text[b-kz5ugbddif] {
    font-weight: 600;
    font-size: 0.96rem;
    text-decoration: none !important;
}

.account-sidebar__link-arrow[b-kz5ugbddif] {
    color: rgba(12, 58, 98, 0.3);
    display: inline-flex;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

.account-sidebar__link--disabled[b-kz5ugbddif] {
    cursor: not-allowed;
    opacity: 0.75;
    border-style: dashed;
    border-color: rgba(12, 58, 98, 0.08);
}

.account-sidebar__link--disabled .account-sidebar__link-icon[b-kz5ugbddif] {
    background: rgba(12, 58, 98, 0.08);
    color: rgba(12, 58, 98, 0.45);
}

.account-sidebar__footer[b-kz5ugbddif] {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(12, 58, 98, 0.08);
}
    .account-sidebar__link.active .account-sidebar__link-text[b-kz5ugbddif],
    .account-sidebar__link:hover .account-sidebar__link-text[b-kz5ugbddif] {
        text-decoration: none;
    }

.account-sidebar__logout[b-kz5ugbddif] {
    width: 100%;
    border: 1px solid rgba(224, 83, 83, 0.2);
    background: rgba(224, 83, 83, 0.06);
    color: #c24545;
    border-radius: 1rem;
    padding: 0.7rem 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.account-sidebar__logout:hover:not(:disabled)[b-kz5ugbddif] {
    background: rgba(224, 83, 83, 0.14);
    transform: translateY(-1px);
}

.account-sidebar__logout:disabled[b-kz5ugbddif] {
    opacity: 0.75;
    cursor: progress;
}

.account-sidebar__logout-icon[b-kz5ugbddif] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(224, 83, 83, 0.16);
    font-size: 1rem;
}

@media (max-width: 768px) {
    .account-sidebar[b-kz5ugbddif] {
        border-radius: 1.5rem;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .account-sidebar__profile[b-kz5ugbddif] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .account-sidebar__avatar[b-kz5ugbddif] {
        width: 3.8rem;
        height: 3.8rem;
    }
}
/* _content/MyPackage.Web/Components/Layout/Footer.razor.rz.scp.css */
/* _content/MyPackage.Web/Components/Layout/Header.razor.rz.scp.css */
.nav-actions .btn-link[b-ayrtqb0mtf] {
    text-decoration: none;
}

.nav-actions .btn-link:hover[b-ayrtqb0mtf],
.nav-actions .btn-link:focus[b-ayrtqb0mtf] {
    text-decoration: underline;
}

.btn-user-area[b-ayrtqb0mtf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: none;
    padding: 0;
    position: relative;
    background: linear-gradient(135deg, rgba(23, 112, 187, 0.18) 0%, rgba(77, 162, 226, 0.08) 100%);
    color: #1770bb;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0.65rem 1.35rem -0.95rem rgba(12, 58, 98, 0.35);
}

.btn-user-area:hover[b-ayrtqb0mtf],
.btn-user-area:focus[b-ayrtqb0mtf] {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 1.1rem 2.15rem -1.05rem rgba(12, 58, 98, 0.45);
}

.btn-user-area i[b-ayrtqb0mtf] {
    font-size: 1.4rem;
    z-index: 1;
}
.btn-user-area[b-ayrtqb0mtf]::before {
    content: "";
    position: absolute;
    inset: 0.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transition: opacity 0.2s ease;
    opacity: 0.35;
    z-index: 0;
}

.btn-user-area:hover[b-ayrtqb0mtf]::before,
.btn-user-area:focus[b-ayrtqb0mtf]::before {
    opacity: 0.6;
}
/* _content/MyPackage.Web/Components/Pages/Account/MyAccount.razor.rz.scp.css */
.account-card[b-7i1b83tmfv] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    box-shadow: 0 1.25rem 2.5rem rgba(12, 58, 98, 0.08);
    border: 1px solid rgba(12, 58, 98, 0.05);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.account-card__header[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-card__title[b-7i1b83tmfv] {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
    margin: 0;
}

.account-card__subtitle[b-7i1b83tmfv] {
    font-size: 1rem;
    color: rgba(12, 58, 98, 0.65);
    margin: 0;
}

.account-card__photo[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    align-self: stretch;
    justify-content: space-between;
    min-height: 100%;
}

.account-card__intro[b-7i1b83tmfv] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    align-items: stretch;
}

.account-card__intro-fields[b-7i1b83tmfv] {
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-width: 220px;
}

.account-card__intro-field[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-card__intro-field--last-name[b-7i1b83tmfv] {
    padding-left: 0.15rem;
}

.account-card__photo-preview[b-7i1b83tmfv] {
    position: relative;
    width: 120px;
    flex: 1;
    min-height: 152px;
    border-radius: 1.75rem;
    background: rgba(12, 58, 98, 0.05);
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(12, 58, 98, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-card__photo-preview img[b-7i1b83tmfv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-card__photo-overlay[b-7i1b83tmfv] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: rgba(12, 58, 98, 0.72);
    border-radius: inherit;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.account-card__photo-overlay i[b-7i1b83tmfv] {
    font-size: 1.5rem;
}

.account-card__photo-overlay span[b-7i1b83tmfv] {
    font-size: 0.85rem;
}

.account-card__photo-preview:hover .account-card__photo-overlay[b-7i1b83tmfv],
.account-card__photo-preview:focus-within .account-card__photo-overlay[b-7i1b83tmfv] {
    opacity: 1;
}

.account-card__photo-overlay:focus[b-7i1b83tmfv] {
    opacity: 1;
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -4px;
}

.account-field[b-7i1b83tmfv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-field__label[b-7i1b83tmfv] {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(12, 58, 98, 0.85);
}

.account-field__input[b-7i1b83tmfv] {
    border-radius: 1rem;
    border: 1px solid rgba(12, 58, 98, 0.12);
    background: rgba(12, 58, 98, 0.05);
    padding: 0.85rem 1rem;
    font-size: 1rem;
    box-shadow: none;
}

.account-field__input:focus[b-7i1b83tmfv] {
    border-color: rgba(23, 112, 187, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(23, 112, 187, 0.15);
    background: #ffffff;
}

.account-field__group[b-7i1b83tmfv] {
    align-items: stretch;
}

.account-field__group .account-field__input[b-7i1b83tmfv] {
    background: rgba(12, 58, 98, 0.08);
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.account-field__addon[b-7i1b83tmfv] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 1rem;
    background: rgba(12, 58, 98, 0.08);
    border: 1px solid rgba(12, 58, 98, 0.12);
    color: rgba(12, 58, 98, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.85rem;
    font-size: 1.05rem;
}

.account-card__actions[b-7i1b83tmfv] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.account-card__actions .btn[b-7i1b83tmfv] {
    border-radius: 999px;
    padding-inline: 2.5rem;
    font-weight: 700;
}

@media (max-width: 576px) {
    .account-card__intro[b-7i1b83tmfv] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .account-card__intro-fields[b-7i1b83tmfv] {
        width: 100%;
    }

    .account-card__photo[b-7i1b83tmfv] {
        align-self: flex-start;
        min-height: auto;
    }

    .account-card__photo-preview[b-7i1b83tmfv] {
        width: 112px;
        min-height: 124px;
    }

    .account-card__actions[b-7i1b83tmfv] {
        justify-content: stretch;
    }

    .account-card__actions .btn[b-7i1b83tmfv] {
        width: 100%;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/ContactUsForm.razor.rz.scp.css */
.subtitle[b-0b7mksuct1] {
    font-size: 1rem;
}

.fs-contact[b-0b7mksuct1] {
    font-size: 1.25rem;
    width: 75%;
}

.contact-container[b-0b7mksuct1] {
    width: 100%;
}

.input-text[b-0b7mksuct1] {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

@media (min-width: 768px) {
    .subtitle[b-0b7mksuct1] {
        font-size: 1.25rem;
    }
    .fs-contact[b-0b7mksuct1] {
        font-size: 1.5rem;
    }
    .contact-container[b-0b7mksuct1]{
        width: 75%;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/FeatureCard.razor.rz.scp.css */
.card-icon[b-d0w07s4rq6] {
    font-size: 50.18px !important;
    font-family: 'Roboto', Helvetica, sans-serif;
}
.feature-card[b-d0w07s4rq6] {
    border: none !important;
    box-shadow: none;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1.5rem !important;    
    padding-right: 1.5rem !important;
}

@media (max-width: 767.98px) {
    .card-icon[b-d0w07s4rq6] {
        font-size: 1.25rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/FeatureCardGrid.razor.rz.scp.css */
.feature-grid-title[b-srk9zld3i7] {
    font-size: 1.5rem !important;
}

@media (min-width: 768px) {
    .feature-grid-title[b-srk9zld3i7] {
        font-size: 2rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/Home.razor.rz.scp.css */
.bg-presentation-panel[b-c9v8k0fwbt] {
    background: linear-gradient(to bottom, #e3eefb 0%, #e3eefb 50%, white 100%);
    margin-bottom: 3rem;
}

@media(min-width: 768px){
    .bg-presentation-panel[b-c9v8k0fwbt] {
        margin-bottom: 0;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/PhoneVideoSection.razor.rz.scp.css */
.phone-and-icons-wrapper[b-vs2dfchqso] {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 250 / 458;
}

@media (min-width: 768px) {
    .phone-and-icons-wrapper[b-vs2dfchqso] {
        max-width: 200px;
    }
}

.circle[b-vs2dfchqso] {
    width: 1.25rem; !important;
    height: 1.25rem; !important;
}

@media (min-width: 768px) {
    .circle[b-vs2dfchqso] {
        width: 2rem; !important;
        height: 2rem; !important;
    }
}

.apartment-circle[b-vs2dfchqso] {
    top: 50%;
    left: -40%;
    z-index: 3;
    font-size: 0.75rem !important;
}

@media (min-width: 768px) {
    .apartment-circle[b-vs2dfchqso] {
        font-size: 1.25rem !important;
    }
}

.user-circle[b-vs2dfchqso] {
    top: 10%;
    left: -5%; 
    z-index: 3;
    font-size: 0.4rem !important;
}

@media (min-width: 768px) {
    .user-circle[b-vs2dfchqso] {
        font-size: 0.8rem !important;
    }
}

.box-circle[b-vs2dfchqso] {
    top: 65%;
    left: 90%;
    z-index: 3;
    font-size: 0.5rem !important;
}

@media (min-width: 768px) {
    .box-circle[b-vs2dfchqso] {
        font-size: 1.25rem !important;
    }
}

.logo-circle[b-vs2dfchqso] {
    top: 35%;
    left: 115%;
    z-index: 3;
    font-size: 0.8rem !important;
}

@media (min-width: 768px) {
    .logo-circle[b-vs2dfchqso] {
        font-size: 1.5rem !important;
    }
}

.wpp-card[b-vs2dfchqso] {
    top: 78%;
    left: -45%;
    z-index: 3;
}

.wpp-title[b-vs2dfchqso] {
    font-size: 0.425rem !important;
}

.wpp-text[b-vs2dfchqso] {
    font-size: 0.35rem !important;
}

.wpp-icon[b-vs2dfchqso] {
    font-size: 1.125rem !important;
}

@media (min-width: 768px) {
    .wpp-card[b-vs2dfchqso] {
        padding: 0.25rem !important;
        top: 80%;
        left: -62%;
    }
    .wpp-title[b-vs2dfchqso] {
        font-size: 0.6rem !important;
    }
    .wpp-text[b-vs2dfchqso] {
        font-size: 0.5rem !important;
    }
    .wpp-icon[b-vs2dfchqso] {
        font-size: 1.5rem !important;
    }
}

.frame[b-vs2dfchqso] {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    border-bottom-right-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important;
}

.frame .frame-content[b-vs2dfchqso] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 1;
    /*flex-grow: 1;*/
}

.ellipse-background[b-vs2dfchqso] {
    background-image: url('./img/Home/Ellipse.png');
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 200% 150%;
}

@media  (min-width: 768px) {
    .frame[b-vs2dfchqso] {
        border-top-right-radius: 2.5rem !important;
        border-bottom-right-radius: 2.5rem !important;
        border-bottom-left-radius: 0 !important;
    }

    .ellipse-background[b-vs2dfchqso] {
        background-position: center;
        background-size: 120%;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/PresentationPanel.razor.rz.scp.css */
.presentation-panel-subtitle[b-goyx78ays4] {
    font-size: 1rem !important;
}

.presentation-panel-title[b-goyx78ays4] {
    font-size: 1.75rem !important;
    line-height: 36px !important;
}

.presentation-panel-description[b-goyx78ays4] {
    font-size: 0.875rem !important;
}

.presentation-panel-button[b-goyx78ays4] {
    font-size: 0.875rem !important;
}

.phone-panel-container[b-goyx78ays4] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}

.phone-panel-container img[b-goyx78ays4] {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 768px) {
    .presentation-panel-subtitle[b-goyx78ays4] {
        font-size: 2rem !important;
    }

    .presentation-panel-title[b-goyx78ays4] {
        font-size: 3.25rem !important;
        line-height: 1.2 !important;
    }

    .presentation-panel-description[b-goyx78ays4] {
        font-size: 1.25rem !important;
    }

    .presentation-panel-button[b-goyx78ays4] {
        font-size: 1.125rem !important;
    }

    .phone-panel-container[b-goyx78ays4] {
        max-width: 31.5rem;
    }
}
/* _content/MyPackage.Web/Components/Pages/Home/PresentationVideo.razor.rz.scp.css */
.phone-container[b-49zxsqmhh3] {
    position: relative;
    width: 100%;
    height: 100%;
}

.phone-video[b-49zxsqmhh3] {
    position: absolute;
    top: 7%;
    left: 0;
    width: 100%;
    height: 87.3%;
    z-index: 1;
}

.phone-frame[b-49zxsqmhh3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    z-index: 2;
    pointer-events: none;
}
/* _content/MyPackage.Web/Components/Pages/Home/QrCodeSection.razor.rz.scp.css */
.qr-code-title[b-6xtddweg5j] {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
}

@media (min-width: 768px) {
    .qr-code-title[b-6xtddweg5j] {
        font-size: 2rem !important;
        line-height: 1 !important;
    }  
}

.qr-code[b-6xtddweg5j] {
    width: 160px;
}

.qr-code-text[b-6xtddweg5j] {
    width:  11.25em;
    height: 4.875em;
}

.download-app-button[b-6xtddweg5j] {
    width: 8rem;
    height: 2.25rem;
}
/* _content/MyPackage.Web/Components/Pages/Login/Login.razor.rz.scp.css */
.modal-icon[b-y2diso491k] {
    font-size: 3rem !important;
}

.login-success-modal[b-y2diso491k] {
    padding: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 70%);
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 3rem rgba(12, 58, 98, 0.12);
}

.login-success-modal .modal-close-button[b-y2diso491k] {
    display: flex;
    justify-content: flex-end;
}

.login-success-modal .modal-close-button .btn[b-y2diso491k] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    padding: 0;
    background: rgba(12, 58, 98, 0.08);
    border: none;
    color: #0c3a62;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.login-success-modal .modal-close-button .btn:hover[b-y2diso491k] {
    background: rgba(12, 58, 98, 0.18);
    transform: translateY(-1px);
}

.success-wrapper[b-y2diso491k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    text-align: center;
}

.success-badge[b-y2diso491k] {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(12, 58, 98, 0.12), rgba(12, 58, 98, 0.05));
    color: #0c3a62;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.success-badge i[b-y2diso491k] {
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.success-pulse[b-y2diso491k] {
    position: absolute;
    inset: -0.85rem;
    border-radius: 50%;
    background: rgba(12, 58, 98, 0.12);
    animation: successPulse-b-y2diso491k 2.4s ease-in-out infinite;
}

@keyframes successPulse-b-y2diso491k {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.12);
        opacity: 0;
    }
}

.success-heading[b-y2diso491k] {
    max-width: 28rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.success-overline[b-y2diso491k] {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(12, 58, 98, 0.7);
    font-weight: 700;
}

.success-title[b-y2diso491k] {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
    margin: 0;
}

.success-subtitle[b-y2diso491k] {
    color: rgba(12, 58, 98, 0.7);
    font-size: 1rem;
    margin: 0;
}

.success-highlight-grid[b-y2diso491k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    width: 100%;
}

.highlight-card[b-y2diso491k] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    text-align: left;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(12, 58, 98, 0.06);
    border: 1px solid rgba(12, 58, 98, 0.08);
}

.highlight-icon[b-y2diso491k] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 58, 98, 0.12);
    color: #0c3a62;
    flex-shrink: 0;
}

.highlight-icon i[b-y2diso491k] {
    font-size: 1.25rem;
}

.highlight-copy[b-y2diso491k] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.highlight-title[b-y2diso491k] {
    font-weight: 700;
    color: #0c3a62;
    font-size: 1rem;
}

.highlight-description[b-y2diso491k] {
    color: rgba(12, 58, 98, 0.65);
    font-size: 0.95rem;
}

.success-actions[b-y2diso491k] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.success-actions .btn[b-y2diso491k] {
    border-radius: 0.85rem;
    font-weight: 700;
    padding: 0.85rem 1rem;
}

.success-helper[b-y2diso491k] {
    font-size: 0.85rem;
    color: rgba(12, 58, 98, 0.6);
    margin: 0;
}

.success-helper kbd[b-y2diso491k] {
    background: rgba(12, 58, 98, 0.08);
    border-radius: 0.4rem;
    padding: 0.1rem 0.35rem;
    font-weight: 600;
    font-size: 0.8rem;
}

@media (min-width: 768px) {
    .success-actions[b-y2diso491k] {
        flex-direction: row;
    }
}
/* _content/MyPackage.Web/Components/Pages/Residents/Residents.razor.rz.scp.css */
.residents-card[b-3nh299u45v] {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    border: 1px dashed rgba(12, 58, 98, 0.12);
    box-shadow: 0 1.25rem 2.5rem rgba(12, 58, 98, 0.08);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.residents-card__header[b-3nh299u45v] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.residents-card__title[b-3nh299u45v] {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
}

.residents-card__subtitle[b-3nh299u45v] {
    margin: 0;
    font-size: 1rem;
    color: rgba(12, 58, 98, 0.65);
}

.residents-dropzone[b-3nh299u45v] {
    border: 2px dotted rgba(12, 58, 98, 0.15);
    border-radius: 1.75rem;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: rgba(12, 58, 98, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.residents-dropzone__icon[b-3nh299u45v] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 112, 187, 0.08);
    color: #1770bb;
    font-size: 1.75rem;
}

.residents-dropzone__title[b-3nh299u45v] {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
    color: #0c3a62;
}

.residents-dropzone__hint[b-3nh299u45v] {
    margin: 0;
    color: rgba(12, 58, 98, 0.6);
    text-align: center;
    max-width: 420px;
}

.residents-dropzone__actions[b-3nh299u45v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.residents-dropzone__upload[b-3nh299u45v] {
    border-radius: 999px;
    padding-inline: 2.5rem;
    font-weight: 700;
}

.residents-dropzone__template[b-3nh299u45v] {
    font-weight: 600;
    color: #1770bb;
}

.residents-dropzone__footnote[b-3nh299u45v] {
    color: rgba(12, 58, 98, 0.5);
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .residents-dropzone__actions[b-3nh299u45v] {
        flex-direction: row;
    }
}
/* _content/MyPackage.Web/Components/Pages/UserLink/LinkStepOne.razor.rz.scp.css */
[b-e3vqhrf3in] .input-digit {
    width: 3.75rem !important;
    height: 3.75rem !important;
    font-size: 1.625rem !important;
}

.title[b-e3vqhrf3in] {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
}

.subtitle[b-e3vqhrf3in] {
    font-size: 0.875rem !important;
}

@media (min-width: 768px) {
    .subtitle[b-e3vqhrf3in] {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
    }
    .title[b-e3vqhrf3in] {
        font-size: 2.25rem !important;
        line-height: 3.125rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/UserLink/LinkStepTwo.razor.rz.scp.css */
.title[b-peslsz1l0o] {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
}

.subtitle[b-peslsz1l0o] {
    font-size: 0.875rem !important;
}

@media (min-width: 768px) {
    .subtitle[b-peslsz1l0o] {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
    }
    .title[b-peslsz1l0o] {
        font-size: 2.25rem !important;
        line-height: 3.125rem !important;
    }
}
/* _content/MyPackage.Web/Components/Pages/UserLink/UserLink.razor.rz.scp.css */
.userlink-card[b-elmoz9hqi2] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    box-shadow: 0 1.25rem 2.5rem rgba(12, 58, 98, 0.08);
    border: 1px solid rgba(12, 58, 98, 0.05);
}

.userlink-toast[b-elmoz9hqi2] {
    position: fixed;
    top: clamp(1.2rem, 3vw, 2.4rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1200;
    pointer-events: none;
    width: min(420px, calc(100vw - 2.5rem));
}

.userlink-toast[b-elmoz9hqi2]  .alert {
    border: none;
    border-radius: 1.25rem;
    margin: 0;
    padding: 1.1rem 1.35rem;
    box-shadow: 0 1.8rem 3.4rem -1.6rem rgba(12, 58, 98, 0.32);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.94);
    pointer-events: auto;
}

.userlink-toast[b-elmoz9hqi2]  .alert > .d-flex {
    gap: 0.85rem;
}

.userlink-toast[b-elmoz9hqi2]  .alert .btn-close {
    filter: invert(0.35);
    box-shadow: none;
}

.userlink-toast[b-elmoz9hqi2]  .alert-warning {
    background: linear-gradient(135deg, rgba(255, 242, 214, 0.96), rgba(255, 230, 184, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-danger {
    background: linear-gradient(135deg, rgba(255, 226, 226, 0.96), rgba(255, 210, 210, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-info {
    background: linear-gradient(135deg, rgba(222, 239, 255, 0.96), rgba(201, 229, 255, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-success {
    background: linear-gradient(135deg, rgba(219, 247, 228, 0.96), rgba(196, 237, 209, 0.92));
}

.userlink-toast[b-elmoz9hqi2]  .alert-warning .text-dark {
    color: #7a4300 !important;
}

.userlink-toast[b-elmoz9hqi2]  .alert-danger .text-dark {
    color: #8b1f2d !important;
}

.userlink-toast[b-elmoz9hqi2]  .alert-info .text-dark {
    color: #0c3a62 !important;
}

.userlink-toast[b-elmoz9hqi2]  .alert-success .text-dark {
    color: #155724 !important;
}

.account-card__header[b-elmoz9hqi2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-card__title[b-elmoz9hqi2] {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0c3a62;
    margin: 0;
}

.account-card__subtitle[b-elmoz9hqi2] {
    font-size: 1rem;
    color: rgba(12, 58, 98, 0.65);
    margin: 0;
}

.userlink-card__content[b-elmoz9hqi2] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.userlink-card[b-elmoz9hqi2]  .userlink-input {
    border: 1px solid rgba(12, 58, 98, 0.12);
    border-radius: 1rem;
    background: rgba(12, 58, 98, 0.04);
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.userlink-card[b-elmoz9hqi2]  .userlink-input:focus {
    border-color: rgba(23, 112, 187, 0.45);
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(23, 112, 187, 0.15);
}

.userlink-card[b-elmoz9hqi2]  .input-digit {
    border: 1px solid rgba(12, 58, 98, 0.18);
    border-radius: 0.85rem;
    background: rgba(12, 58, 98, 0.05);
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.85rem 0;
    width: 3.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.userlink-card[b-elmoz9hqi2]  .input-digit:focus {
    border-color: rgba(23, 112, 187, 0.6);
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(23, 112, 187, 0.18);
}

.userlink-card[b-elmoz9hqi2]  .title {
    font-weight: 700;
}

.userlink-card[b-elmoz9hqi2]  .subtitle {
    color: rgba(12, 58, 98, 0.7);
}

.userlink-card[b-elmoz9hqi2]  .row {
    margin: 0;
}

.userlink-card[b-elmoz9hqi2]  .col {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 992px) {
    .userlink-card__content[b-elmoz9hqi2] {
        gap: 2rem;
    }
}
/* _content/MyPackage.Web/Components/Shared/Loading.razor.rz.scp.css */
@keyframes rotate-b-f60vpnof5v {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating-svg[b-f60vpnof5v] {
    animation: rotate-b-f60vpnof5v 2s linear infinite;
}
/* _content/MyPackage.Web/Components/Shared/SnapScrollContainer.razor.rz.scp.css */
.scroll-container[b-eg9515j3dx] {
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    .scroll-container[b-eg9515j3dx] {
        height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
    }
}
/* _content/MyPackage.Web/Components/Shared/SnapScrollSection.razor.rz.scp.css */
.scroll-section[b-b0skfag3ae] {
    display: flex;
}

@media (min-width: 768px) {
    .scroll-section[b-b0skfag3ae] {
        height: 100vh;
        scroll-snap-align: start;
    }
}
