/* _content/Softone.Identity.Api/Components/Layout/MainLayout.razor.rz.scp.css */
.carousel-wrapper-container[b-18v5dnakzo] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.carousel-wrapper-content[b-18v5dnakzo] {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.carousel-wrapper-bg-up-1[b-18v5dnakzo] {
    position: absolute;
    left: -485.739px;
    top: -790px;
    border-radius: 1047.224px;
    opacity: 0.16;
    background: #50cd89;
    filter: blur(160px);
    width: 1047.224px;
    height: 963.116px;
    transform: rotate(127.104deg);
}

.carousel-wrapper-bg-up-2[b-18v5dnakzo] {
    position: absolute;
    left: -1026.734px;
    top: -524.379px;
    border-radius: 1147.271px;
    opacity: 0.16;
    background: #006dc0;
    filter: blur(160px);
    width: 1147.271px;
    height: 1023.227px;
    transform: rotate(127.104deg);
}

.carousel-wrapper-bg-down-1[b-18v5dnakzo] {
    position: absolute;
    right: -614.392px;
    bottom: -854.951px;
    border-radius: 1047.224px;
    opacity: 0.48;
    background: #50cd89;
    filter: blur(160px);
    width: 1047.224px;
    height: 963.116px;
    transform: rotate(-67.896deg);
}

.carousel-wrapper-bg-down-2[b-18v5dnakzo] {
    position: absolute;
    right: -1047.555px;
    bottom: -473.982px;
    border-radius: 1147.271px;
    opacity: 0.48;
    background: #006dc0;
    filter: blur(160px);
    width: 1147.271px;
    height: 1023.227px;
    transform: rotate(-67.896deg);
}

.nav-bar[b-18v5dnakzo] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: 8px;
    z-index: 11;
}

.menu-item[b-18v5dnakzo] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wrapper[b-18v5dnakzo] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.icon-btn[b-18v5dnakzo] {
    border: none; /* Remove borders */
    border-radius: 50%;
    padding: 1px; /* Some padding */
}

.icon-btn:hover[b-18v5dnakzo] {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04);

}

.icon-btn:focus[b-18v5dnakzo] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}


.avatar[b-18v5dnakzo] {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 32px;
    border: 1px solid #e2e2e2;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.avatar img[b-18v5dnakzo] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.questionMark[b-18v5dnakzo] {
    font-size: 28px;
    color: #555;
}

.badge[b-18v5dnakzo] {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.s1-menu[b-18v5dnakzo] {
    padding: 8px;
    background-color: white;
    box-shadow: 0px 2px 8px -2px rgba(57, 57, 57, 0.16),
    0px 12px 16px 0px rgba(57, 57, 57, 0.08),
    0px 24px 24px 4px rgba(57, 57, 57, 0.08);
    border: none;
    border-radius: 8px;
    max-height: 500px;

    &:focus-visible {
        outline: none;
    }

    &:has(> [class*="custom-list-menu-items"])[b-18v5dnakzo] {
        padding: 0;
    }
}

.s1-menu-item[b-18v5dnakzo] {
    display: flex;
    gap: 16px;
    border-radius: 8px;
    color: #393939;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 8px;
    transition: background 0.2s linear,
    color 0.2s linear;
    cursor: pointer;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    span {
        font-size: 12px;
        color: black;
    }

    i[b-18v5dnakzo] {
        font-size: 1.25rem;
        color: black;
    }

    &:hover[b-18v5dnakzo] {
        background-color: #006dc01f;
        color: #393939;
    }

    &:active[b-18v5dnakzo] {
        background-color: #006dc01f;
        color: #006dc0;
    }
}

.s1-menu-backdrop[b-18v5dnakzo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1400;
    backdrop-filter: opacity(0);
}

.app-center-btn[b-18v5dnakzo] {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #006DC0;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #006DC0;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    margin: 0;
    box-sizing: border-box;
}

.app-center-btn:hover[b-18v5dnakzo] {
    background-color: #f8f9fa;
    text-decoration: none;
}

.app-center-btn:focus[b-18v5dnakzo] {
    outline: 2px solid #2684ff;
    outline-offset: 2px;
}

.app-center-btn i[b-18v5dnakzo] {
    font-size: 16px;
}

.app-center-btn .app-center-icon[b-18v5dnakzo] {
    width: 20px;
    height: 20px;
}

/* Modal styles specific to MainLayout logout modal */
.modal-content[b-18v5dnakzo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    /* Elevations/elevation 3 */
    box-shadow: 0 2px 8px -2px rgba(57, 57, 57, 0.12), 0 12px 16px 0 rgba(57, 57, 57, 0.08), 0 24px 24px 4px rgba(57, 57, 57, 0.04);
    border: none;
    padding: 0;
}

/* Modal Title/Header */
.modal-header[b-18v5dnakzo] {
    display: flex;
    padding: 16px 16px 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px 8px 0 0;
    background: #FFF;
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
}
.modal-title[b-18v5dnakzo]{
    color:  #393939;

    /* Titles/700 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
}

.btn-close[b-18v5dnakzo] {
    font-size: 12px;
}

/* Modal Content/Body */
.modal-body[b-18v5dnakzo] {
    display: flex;
    padding: 0 24px 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

/* Modal CTA Zone/Footer */
.modal-footer[b-18v5dnakzo] {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-top: none;
    margin-bottom: 0;
}

/* Cancel Button (Left) */
.modal-footer .btn-cancel[b-18v5dnakzo],
.modal-footer .btn-secondary[b-18v5dnakzo] {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #E3E9ED;
    background: #FFF;
    color: #000;
}

.modal-footer .btn-secondary i[b-18v5dnakzo] {
    font-size: 18px;
}

/* Logout/Primary Button (Right) */
.modal-footer .btn-logout[b-18v5dnakzo] {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    background: #006DC0;
    color: white;
    border: none;
    text-decoration: none;
}

.modal-footer .btn-logout:hover[b-18v5dnakzo] {
    background: #0056a3;
    text-decoration: none;
}

.modal-footer .btn-logout[b-18v5dnakzo]::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/images/logout-button.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* _content/Softone.Identity.Api/Components/Layout/UnauthorizedLayout.razor.rz.scp.css */
.left-part[b-325budzpi2] {
    padding: 0;
    background-image: url('images/background.svg');
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
}

.left-part > img[b-325budzpi2] {
    margin-bottom: 58px;
}

@media (max-width: 1400px) {
    .left-part img[b-325budzpi2] {
        width: 500px;
        margin-bottom: 48px;
    }
}

@media (max-width: 1200px) {
    .left-part img[b-325budzpi2] {
        width: 380px;
        margin-bottom: 38px;
    }
}

.left-part h2[b-325budzpi2] {
    font-size: 24px;
    color: #393939;
    margin: 8px;
    font-weight: 700;
}

.left-part p[b-325budzpi2] {
    margin: 0;
}


.right-part[b-325budzpi2] {
    font-family: "Inter";
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: auto;
}

.right-part .switch-language-wrapper[b-325budzpi2] {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 100px);
    margin: 20px 0;
}

.right-part .right-part-container[b-325budzpi2] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 0 40px;
}

.right-part .right-part-container-content[b-325budzpi2] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

@media (max-width: 576px) {
    .right-part .right-part-container[b-325budzpi2] {
        justify-content: unset;
        padding-top: 100px;
    }
}

.right-part .right-part-container > div[b-325budzpi2] {
    width: 400px;
    text-align: center;
}

@media (max-width: 576px) {
    .right-part .right-part-container > div[b-325budzpi2] {
        width: 320px;
    }
}

.page-header[b-325budzpi2] {
    text-align: center;
    margin-bottom: 40px;
}

/* Global page header elements - consistent spacing across all pages */
[b-325budzpi2] .logo {
    width: 292px;
    height: 32px;
    margin-bottom: 32px; /* 32px gap from logo to next element (title or icon) */
}

[b-325budzpi2] .success-icon {
    width: 240px;
    margin: 20px 0;
}

[b-325budzpi2] .page-title {
    color: #393939;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 8px; /* 8px gap from title to description */
}

[b-325budzpi2] .page-title.error {
    color: #dc3545;
}

[b-325budzpi2] .description {
    color: #7E7D8D;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

[b-325budzpi2] .btn-arrow {
    margin-left: 8px;
    width: 20px;
    height: 20px;
}

[b-325budzpi2] h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}


.ssl-certificate[b-325budzpi2] {
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px 0 10px;
}

.ssl-certificate a[b-325budzpi2] {
    color: inherit;
    text-decoration: none;
}

.ssl-certificate-image[b-325budzpi2] {
    width: 32px;
    height: 32px;
}

.ssl-certificate-title[b-325budzpi2] {
    color: #393939;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.ssl-certificate-title span[b-325budzpi2] {
    padding-left: 8px;
}

.ssl-certificate-subtitle[b-325budzpi2] {
    color: #393939;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}
/* _content/Softone.Identity.Api/Components/Pages/AccountActivation.razor.rz.scp.css */
/* _content/Softone.Identity.Api/Components/Pages/AccountReady.razor.rz.scp.css */
/* Page-specific styles for Account Ready Page */

/* Spacing between logo and success icon: 32px */
.logo[b-l63zicyrx5] {
    margin-bottom: 32px;
}

/* Success cup icon */
.success-icon[b-l63zicyrx5] {
    width: 240px;
    margin: 20px 0;
}


.page-title[b-l63zicyrx5] {
    color: #393939;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 8px; /* 8px gap between title and description */
}

.description[b-l63zicyrx5] {
    color: #7E7D8D;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.btn-arrow[b-l63zicyrx5] {
    margin-left: 8px;
    width: 20px;
    height: 20px;
}

/* _content/Softone.Identity.Api/Components/Pages/ChooseApp.razor.rz.scp.css */

.illustration img[b-r2ngrz4t0f] {
    max-width: 300px;
    margin-bottom: 2rem;
}

@media (max-width: 600px) {
    .image[b-r2ngrz4t0f] {
        max-width: 150px;
    }
}

@media (max-height: 600px) {
    .image[b-r2ngrz4t0f] {
        max-width: 150px;
    }
}

.titles h1[b-r2ngrz4t0f] {
    margin-top: 40px;
    color: #393939;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.titles p[b-r2ngrz4t0f] {
    margin-bottom: 20px;
    color: #7e7d8d;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.carousel-scroll-wrapper[b-r2ngrz4t0f] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-top: 2rem;
    gap: 1rem;
}

.cards-scroll[b-r2ngrz4t0f] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 4rem 4rem 4rem;
    flex: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cards-scroll[b-r2ngrz4t0f]::-webkit-scrollbar {
    display: none;
}

.cards-scroll.centered[b-r2ngrz4t0f] {
    justify-content: center;
    gap: 1.5rem;
    overflow-x: visible;
    overflow-y: visible;
}

.card-snap[b-r2ngrz4t0f] {
    scroll-snap-align: start;
    flex: 0 0 calc((100% - 8rem - 6rem) / 3);
}

.nav-btn[b-r2ngrz4t0f] {
    border-radius: 40px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 2px 8px -2px rgba(57, 57, 57, 0.04),
    0 12px 16px 0 rgba(57, 57, 57, 0.02);
    width: 48px;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.nav-btn.left[b-r2ngrz4t0f] {
    transform: rotate(180deg);
}

.nav-btn.disabled[b-r2ngrz4t0f] {
    opacity: 0.24;
}

.pagination[b-r2ngrz4t0f] {
    display: flex;
    justify-content: center;

    .dots {
        display: flex;
        gap: 0.75rem;
        align-items: center;
        justify-content: center;

        .dot {

            border-radius: 50%;
            background-color: #d1d5db;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            outline: none;
            height: 0.5rem;
            width: 0.5rem;

            &.active {
                background-color: #3b82f6;
                transform: scale(1.2);
            }

            &:hover[b-r2ngrz4t0f] {
                background-color: #9ca3af;
                transform: scale(1.1);
            }

            &.active:hover[b-r2ngrz4t0f] {
                background-color: #2563eb;
                transform: scale(1.25);
            }

            &:focus[b-r2ngrz4t0f] {
                outline: 2px solid #3b82f6;
                outline-offset: 2px;
            }
        }
    }
}


.app-card[b-r2ngrz4t0f] {
    box-sizing: content-box;
    width: 268px;
    height: 144px;
    padding: 36px 0px 24px 0px;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    box-shadow: 0px 2px 8px -2px rgba(57, 57, 57, 0.04),
    0px 12px 16px 0px rgba(57, 57, 57, 0.02);
}

.app-card > div:nth-child(2)[b-r2ngrz4t0f] {
    margin-top: 20px;
    width: 226px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-card > div:nth-child(2) .app-button[b-r2ngrz4t0f] {
    cursor: pointer;
    width: 226px;
    height: 40px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s,
    color 0.2s;
}

.app-card > div:nth-child(2) .app-button span[b-r2ngrz4t0f] {
    font-size: 14px;
    font-weight: 500;
}


.app-card > div:nth-child(2) .app-button img[b-r2ngrz4t0f] {
    font-size: 14px;
    transition: filter 0.2s;
}

.app-card:hover[b-r2ngrz4t0f] {
    box-shadow: 0px 2px 8px -2px rgba(57, 57, 57, 0.16),
    0px 12px 16px 0px rgba(57, 57, 57, 0.08),
    0px 24px 24px 4px rgba(57, 57, 57, 0.08);
    transition: box-shadow 0.4s ease-in-out,
    transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.app-card:hover .app-button[b-r2ngrz4t0f] {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    background: #6889a5 !important;
    color: white;
    transition: background-color 0.4s ease-in-out,
    color 0.4s ease-in-out;
}

.app-card:hover .app-button img[b-r2ngrz4t0f] {
    filter: invert(100%) saturate(3000%) brightness(200%) contrast(200%);
}

.app-card .eCustomer img[b-r2ngrz4t0f] {
    width: 195px;
}

/* _content/Softone.Identity.Api/Components/Pages/EmailConfirmationLandingPage.razor.rz.scp.css */
/* Page-specific styles for Email Confirmation Landing Page */


.success-icon[b-nk0lcg2a8f],
.error-icon[b-nk0lcg2a8f] {
    width: 240px;
    margin: 20px 0;
}

.page-title[b-nk0lcg2a8f] {
    color: #393939;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0.67em;
}

.page-title.error[b-nk0lcg2a8f] {
    color: #dc3545;
}

.description[b-nk0lcg2a8f] {
    color: #7E7D8D;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.btn-arrow[b-nk0lcg2a8f] {
    margin-left: 8px;
    width: 20px;
    height: 20px;
}

/* _content/Softone.Identity.Api/Components/Pages/Error.razor.rz.scp.css */
/* _content/Softone.Identity.Api/Components/Pages/ForgotPassword.razor.rz.scp.css */
.forgot-password-subtitle[b-qjz2m63iuy] {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin: 0;
    text-align: center;
}

.recaptcha-container[b-qjz2m63iuy] {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

/* _content/Softone.Identity.Api/Components/Pages/Login.razor.rz.scp.css */
/* Page-specific styles for Login Page */

.login-divider[b-is4i6r0lmg] {
    border-bottom: 1px solid #d9e5f0;
    line-height: 0.1em;
    margin: 32px 0;
    text-align: center;
}

.login-divider span[b-is4i6r0lmg] {
    background-color: #fff;
    padding: 0 12px;
}
.login-error-box[b-is4i6r0lmg] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 16px;
    align-self: stretch;
}

.error-icon[b-is4i6r0lmg] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
}

.error-message[b-is4i6r0lmg] {
    color: #393939;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.24px;
    flex: 1;
    text-align: left;
}

/* _content/Softone.Identity.Api/Components/Pages/LoginWith2FA.razor.rz.scp.css */
.back-btn[b-fghmenzoa4] {
    border-color: #e2e2e2;
    color: #393939;
    letter-spacing: -0.28px;
}

.back-btn:hover[b-fghmenzoa4] {
    border-color: #006dc0; !important;
    background-color: #006dc01f;  !important;
}

.back-btn:hover svg path[b-fghmenzoa4] {
    fill: #006dc0
}

.back-btn:hover span[b-fghmenzoa4] {
    color: #006dc0
}
/* _content/Softone.Identity.Api/Components/Pages/NotFound.razor.rz.scp.css */
.not-found-container[b-ld9ogmlllq] {
    text-align: center;
    padding: 60px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.error-code[b-ld9ogmlllq] {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.error-title[b-ld9ogmlllq] {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.error-message[b-ld9ogmlllq] {
    font-size: 16px;
    color: #7F8C8D;
    margin-bottom: 32px;
    line-height: 1.6;
}

.action-buttons[b-ld9ogmlllq] {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.action-buttons .btn[b-ld9ogmlllq] {
    min-width: 160px;
    padding: 12px 24px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.action-buttons .btn i[b-ld9ogmlllq] {
    font-size: 18px;
}

@media (max-width: 576px) {
    .error-code[b-ld9ogmlllq] {
        font-size: 80px;
    }
    
    .error-title[b-ld9ogmlllq] {
        font-size: 24px;
    }
    
    .error-message[b-ld9ogmlllq] {
        font-size: 14px;
    }
    
    .action-buttons .btn[b-ld9ogmlllq] {
        min-width: 140px;
        padding: 10px 20px;
    }
}

/* _content/Softone.Identity.Api/Components/Pages/Settings/SecuritySettings/SetupAuthenticator.razor.rz.scp.css */
.step[b-lzjct8t3n2] {
    padding-bottom: 0.5rem;
}

.qrcode-key[b-lzjct8t3n2] {
    font-size: 10px;
}

.otp-inputs[b-lzjct8t3n2] {
    
}

.otp-input[b-lzjct8t3n2] {
    margin-right:0.5rem;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    color: #393939;
    text-align: center;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;

    &:active,
    &:focus,
    &:focus-visible {
        border: 2px solid #006dc0;
        outline: none;
    }
}

.filled[b-lzjct8t3n2] {
    border: 2px solid #006dc0;
}

.error[b-lzjct8t3n2] {
    border: 2px solid #ff0038;
    color: #ff0038;
}
/* _content/Softone.Identity.Api/Components/Pages/Settings/Shared/MainContent.razor.rz.scp.css */

.content[b-dgl73p22ou] {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    box-shadow: 0 2px 8px -2px #3939390a, 0 12px 16px #39393905;

    .title {
        display: flex;
        align-items: center;
        gap: 16px;
        color: #393939;
        font-size: 20px !important;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -.4px;
    }

    [b-dgl73p22ou] .description {
        color: #7e7d8d;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.28px;
        align-self: stretch;
    }

    .actions[b-dgl73p22ou] {
        display: flex;
        gap: 16px
    }
}

/* _content/Softone.Identity.Api/Components/Pages/Settings/Shared/SettingsNavBar.razor.rz.scp.css */
.sidebar[b-pcamr3e1bb] {
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 8px -2px #3939390a, 0 12px 16px #39393905;

    h2 {
        color: #393939;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -.48px;
        margin-bottom: 0;
        margin-top: 16px
    }

    p[b-pcamr3e1bb] {
        margin-top: 0;
        color: #7e7d8d;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -.32px
    }
}

.profile[b-pcamr3e1bb] {
    text-align: center;
    position: absolute;
    top: 60px;
}

.navbar[b-pcamr3e1bb] {
    margin-top: 150px;
}

[b-pcamr3e1bb] .nav-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
    color: #393939;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: inherit;
    text-decoration: none;

    &:hover {
        background: #f4f4f4;
    }

    img[b-pcamr3e1bb] {
        margin-right: 12px;
    }
}

[b-pcamr3e1bb] .nav-item.active {
    background: #ebf4fa;
    color: #006dc0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
}
/* _content/Softone.Identity.Api/Components/Pages/Settings/UserDetails.razor.rz.scp.css */
.main-wrapper[b-9310sfz0my] {
    display: flex;
    width: 60%;
    margin: 110px auto;
    gap: 30px;
}

.content[b-9310sfz0my] {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 8px -2px #3939390a, 0 12px 16px #39393905;
}

.title[b-9310sfz0my] {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #393939;
    font-family: Inter;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.4px;
}


.actions[b-9310sfz0my] {
    display: flex;
    gap: 16px
}
/* _content/Softone.Identity.Api/Components/Shared/IconButton.razor.rz.scp.css */
/* _content/Softone.Identity.Api/Components/Shared/LanguageSwitcher.razor.rz.scp.css */

.language-dropdown[b-xn1hk7z93o] {
    position: relative;
}

.language-dropdown .lang-trigger[b-xn1hk7z93o] {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    box-sizing: border-box;
}

.language-dropdown .lang-trigger:hover[b-xn1hk7z93o] {
    background-color: #f8f9fa;
    border-color: #006dc0;
}

.language-dropdown .lang-trigger:focus[b-xn1hk7z93o] {
    outline: 2px solid #2684ff;
    outline-offset: 2px;
}

.language-dropdown .lang-trigger[b-xn1hk7z93o]::after {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23393939' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    transition: transform .18s;
    pointer-events: none;
}

.language-dropdown[data-open="true"] .lang-trigger[b-xn1hk7z93o]::after {
    transform: rotate(180deg);
}

.lang-list[b-xn1hk7z93o] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 100%;
    margin: 4px 0 0;
    padding: 0.5rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.lang-item[b-xn1hk7z93o] {
    display: flex;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 0;
    cursor: pointer;
    user-select: none;
}

.lang-item:hover[b-xn1hk7z93o] {
    background: #f2f5f9;
}

.lang-item.active[b-xn1hk7z93o] {
    background: rgba(0, 109, 192, 0.08);
}

.short[b-xn1hk7z93o] {
    font-weight: bold;
    min-width: 32px;
    text-transform: uppercase;
    margin-left: 0;
    line-height: 20px;
}

.full[b-xn1hk7z93o] {
    flex: 1;
    line-height: 20px;
}
/* _content/Softone.Identity.Api/Components/Shared/OtpInput.razor.rz.scp.css */
.otp-input[b-rmgjpqhnej] {
    margin-right: 0.5rem;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    color: #393939;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;

    &:active,
    &:focus,
    &:focus-visible {
        border: 2px solid #006dc0;
        outline: none;
    }
}

.filled[b-rmgjpqhnej] {
    border: 2px solid #006dc0;
}

.error[b-rmgjpqhnej] {
    border: 2px solid #ff0038;
    color: #ff0038;
}
/* _content/Softone.Identity.Api/Components/Shared/PasswordField.razor.rz.scp.css */

.form-outline.password-field .form-control[b-690rlb0ye3] {
    padding-right: 2.5rem;
}

.password-toggle[b-690rlb0ye3] {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    cursor: pointer;
    color: #6c757d;
    font-size: 1rem;
    z-index: 2;
    transition: color 0.2s ease;
}

.password-toggle:hover[b-690rlb0ye3] {
    color: #006dc0;
}
/* _content/Softone.Identity.Api/Components/Shared/PasswordRequirements.razor.rz.scp.css */
.password-requirements[b-jyv2wiz9l8] {
    margin: 0.5rem 0 1rem 0;
}

.password-strength-bar[b-jyv2wiz9l8] {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
}

.strength-segment[b-jyv2wiz9l8] {
    flex: 1;
    height: 4px;
    background-color: #E5E5E5;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.strength-segment.filled[b-jyv2wiz9l8] {
    background-color: #4CAF50;
}

.requirements-title[b-jyv2wiz9l8] {
    color: #7E7D8D;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.24px;
    margin-bottom: 8px;
    text-align: left;
}

.requirements-list[b-jyv2wiz9l8] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.requirements-list li[b-jyv2wiz9l8] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.requirement-checkbox[b-jyv2wiz9l8] {
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.requirements-list li.valid .requirement-checkbox[b-jyv2wiz9l8] {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.requirements-list li.valid .requirement-checkbox[b-jyv2wiz9l8]::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.requirement-text[b-jyv2wiz9l8] {
    color: #7E7D8D;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.24px;
    transition: color 0.3s ease;
}

.requirements-list li.valid .requirement-text[b-jyv2wiz9l8] {
    color: #4CAF50;
}

/* _content/Softone.Identity.Api/Components/Shared/TwoFactorCardSwitcher.razor.rz.scp.css */
.two-factor-card-switcher[b-25s6bzt2vi] {
    position: relative;
    overflow: hidden;
}

.card-panel[b-25s6bzt2vi] {
    position: absolute;
    width: 100%;
    will-change: transform, opacity;
}

.two-factor-method-card[b-25s6bzt2vi] {
    background-color: white;
    border: 1px solid #e1dfdd !important;
    transition: all 0.2s ease;
}

.two-factor-method-card:hover[b-25s6bzt2vi] {
    background-color: #f3f2f1;
    border-color: #8a8886 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.two-factor-method-card:active[b-25s6bzt2vi] {
    background-color: #edebe9;
}

.method-icon[b-25s6bzt2vi] {
    flex-shrink: 0;
}

