/* /Web/Components/Customers/CustomerApp.razor.rz.scp.css */
.card[b-8ygzuoa8p0] {
    height: 100%;
    max-width: 18rem;
    width: 100%;
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;

    &:hover {
        transform: scale(1.1);
    }
}
/* /Web/Components/Layout/AppFooter.razor.rz.scp.css */
footer[b-ududhh3zrk] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    background-color: #fff;
}

.cursor-pointer[b-ududhh3zrk] {
    cursor: pointer;
}
/* /Web/Components/Layout/AppHeader.razor.rz.scp.css */
header[b-umh4gb6gcx] {
    z-index: 1000;
    background-color: var(--bg-color-secondary);
    color: var(--text-color);
    width: 100%;
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 5px 0 var(--shadow-color);
}

header .page-title[b-umh4gb6gcx] {
    flex: 1;
    text-align: center;
    margin: 0 1rem;
}

header .page-title h1[b-umh4gb6gcx] {
    margin: 0;
    color: var(--kersia-green);
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo[b-umh4gb6gcx] {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-width: 0;
}

.navbar-brand img[b-umh4gb6gcx] {
    height: 48px;
    max-width: 100px;
}

.user-infos[b-umh4gb6gcx] {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    min-width: 0;
    line-height: normal;
    color: #000000;

    span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.dropdown[b-umh4gb6gcx] {
    .dropdown-toggle {
        padding: 0;
        display: inline-flex;
        cursor: pointer;
        position: relative;
        user-select: none;
        width: 150px;
        color: var(--text-color);
        background: #fff;
        border: 1px solid #d1d5db;
        transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
        border-radius: 6px;
        outline-color: transparent;

        &:hover {
            color: var(--text-color);
            border-color: #06b6d4;
        }

        &[b-umh4gb6gcx]::after {
            display: none;
        }

        .dropdown-label[b-umh4gb6gcx] {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            white-space: nowrap;
            overflow: hidden;
            flex: 1 1 auto;
            width: 1%;
            text-overflow: ellipsis;
            cursor: pointer;
            font-size: 1rem;
            color: #4b5563;
            background: #fff;
            padding: .75rem;
            transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
            appearance: none;
            border-radius: 6px;
            outline-color: transparent;
            line-height: normal;
        }

        .dropdown-arrow[b-umh4gb6gcx] {
            background: transparent;
            color: #6b7280;
            width: 3rem;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
    }

    img[b-umh4gb6gcx] {
        width: 20px;
        height: 15px;
    }
}

@media (max-width: 768px) {
    .dropdown-toggle[b-umh4gb6gcx] {
        width: 100% !important;
    }
}

.dropdown-menu[b-umh4gb6gcx] {
    background: #fff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px #0000001a;
    font-size: 16px;
}

[b-umh4gb6gcx] .dropdown-item {
    padding: 8px 20px !important;

    &.active {
        color: #0e7490;
        background: #ecfeff;

        &:hover, &:focus {
            background: #06b6d43d;
        }
    }

    .pi[b-umh4gb6gcx] {
        margin-right: 8px;
    }
}

.actions:not(.dropdown)[b-umh4gb6gcx] {
    display: inline-flex;
    gap: .5rem;

    .btn {
        width: 3rem;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.actions.collapsed[b-umh4gb6gcx] {
    display: none;
}

.hamburger-btn[b-umh4gb6gcx] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    width: 48px;
    height: 44px;

    i {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .actions.expanded[b-umh4gb6gcx] {
        display: none;
    }

    .actions.collapsed[b-umh4gb6gcx] {
        display: inline-flex;
    }

    .actions.collapsed .dropdown-item[b-umh4gb6gcx] {
        padding: .75rem 1.25rem;
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .user-infos[b-umh4gb6gcx],
    .language-select[b-umh4gb6gcx],
    .end-simulation[b-umh4gb6gcx] {
        display: none;
    }

    header.login-page .language-select[b-umh4gb6gcx] {
        display: flex;
    }
}

.dropdown-user-infos[b-umh4gb6gcx] {
    display: flex;
    flex-direction: column;
    padding: .75rem 1.25rem;
    font-size: 13px;
    line-height: normal;
    color: #000000;
}

.mobile-language-select[b-umh4gb6gcx] {
    padding: .5rem 1.25rem;
}
/* /Web/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-nbih9c7udg] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

main > article[b-nbih9c7udg] {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

@media (max-width: 767.98px) {
    main > article[b-nbih9c7udg] {
        overflow: visible;
    }
}

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

#blazor-error-ui .dismiss[b-nbih9c7udg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Web/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2yspnjr80g],
.components-reconnect-repeated-attempt-visible[b-2yspnjr80g],
.components-reconnect-failed-visible[b-2yspnjr80g],
.components-pause-visible[b-2yspnjr80g],
.components-resume-failed-visible[b-2yspnjr80g],
.components-rejoining-animation[b-2yspnjr80g] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-retrying[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-failed[b-2yspnjr80g],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2yspnjr80g] {
    display: block;
}


#components-reconnect-modal[b-2yspnjr80g] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2yspnjr80g 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-2yspnjr80g 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2yspnjr80g 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-2yspnjr80g]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2yspnjr80g 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2yspnjr80g {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2yspnjr80g {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2yspnjr80g {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2yspnjr80g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2yspnjr80g] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2yspnjr80g] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-2yspnjr80g] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-2yspnjr80g] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-2yspnjr80g] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-2yspnjr80g] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-2yspnjr80g 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-2yspnjr80g] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-2yspnjr80g {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Web/Components/Pages/Activation/PasswordRequest.razor.rz.scp.css */
.request-icon-wrapper[b-cfmhnqzup1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.1);
}

.request-icon-wrapper .pi[b-cfmhnqzup1] {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.divider[b-cfmhnqzup1] {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    color: var(--text-color-secondary);
    font-size: 0.85rem;
}

.divider[b-cfmhnqzup1]::before,
.divider[b-cfmhnqzup1]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--border-color);
}

.divider span[b-cfmhnqzup1] {
    padding: 0 0.75rem;
}
/* /Web/Components/Pages/Activation/SetNewPassword.razor.rz.scp.css */
.set-pw-icon-wrapper[b-hs86yf9l83] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.1);
}

.set-pw-icon-wrapper .pi[b-hs86yf9l83] {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.divider[b-hs86yf9l83] {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    color: var(--text-color-secondary);
    font-size: 0.85rem;
}

.divider[b-hs86yf9l83]::before,
.divider[b-hs86yf9l83]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--border-color);
}

.divider span[b-hs86yf9l83] {
    padding: 0 0.75rem;
}
/* /Web/Components/Pages/Admin/Index.razor.rz.scp.css */
.card[b-ggisg8v3gg] {
    height: 100%;
    max-width: 18rem;
    width: 100%;
    cursor: pointer;
    transition: box-shadow 0.25s, transform 0.25s;

    &:hover {
        transform: scale(1.1);
    }
}

.admin-icon-wrapper[b-ggisg8v3gg] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.admin-icon-wrapper .pi[b-ggisg8v3gg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.1);
    font-size: 1.5rem;
    color: var(--bs-primary);
}
/* /Web/Components/Pages/Admin/Partners.razor.rz.scp.css */
.partners-layout[b-98rphgpsca] {
    display: flex;
    height: 100%;
}

.partners-sidebar[b-98rphgpsca] {
    width: 20rem;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--border-color);
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sidebar-header[b-98rphgpsca] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-title[b-98rphgpsca] {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-color-secondary);
    letter-spacing: 0.05em;
}

.partners-main[b-98rphgpsca] {
    flex: 1;
    min-width: 0;
    background: #fff;
    overflow: auto;
    border-bottom: 1px solid var(--border-color);
}

.partners-main table[b-98rphgpsca] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.partners-main thead th[b-98rphgpsca] {
    background: #fafafb;
    border-bottom: 2px solid var(--border-color);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    height: 48px;
    padding: 0 0.75rem;
    vertical-align: middle;
    white-space: nowrap;
}

.partners-main tbody td[b-98rphgpsca] {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.partners-main tbody tr:hover[b-98rphgpsca] {
    background: #f8fafc;
}

.custom-tag[b-98rphgpsca] {
    height: 20px !important;
    max-height: 20px !important;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
}

.multiple-select[b-98rphgpsca] {
    max-height: 350px;
    overflow-y: auto;
}

@media (max-width: 767.98px) {
    .partners-layout[b-98rphgpsca] {
        flex-direction: column;
    }

    .partners-sidebar[b-98rphgpsca] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
}
/* /Web/Components/Pages/Admin/Translations.razor.rz.scp.css */
.translations-layout[b-15m5p32yxd] {
    display: flex;
    height: 100%;
}

.translations-sidebar[b-15m5p32yxd] {
    width: 20rem;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--border-color);
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sidebar-header[b-15m5p32yxd] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-title[b-15m5p32yxd] {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-color-secondary);
    letter-spacing: 0.05em;
}

.sidebar-section-header[b-15m5p32yxd] {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-search[b-15m5p32yxd] {
    display: flex;
    position: relative;
}

.sidebar-search input[b-15m5p32yxd] {
    flex: 1;
    min-width: 0;
    padding: 0.6rem 0.75rem;
    font-size: 14px;
    color: var(--text-color);
    background: #fff;
    outline: none;
    border: 1px solid #d1d5db;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: border-color 0.2s, box-shadow 0.2s;
    z-index: 2;

    &:focus-within {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.2);
    }
}

.sidebar-search input[b-15m5p32yxd]::placeholder {
    color: #94a3b8;
}

.sidebar-search-btn[b-15m5p32yxd] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    padding: 0 0.75rem;
    cursor: pointer;
    border: 1px solid #d1d5db;
    border-left: none;
    border-radius: 0 5px 5px 0;
    z-index: 1;
}

.translations-main[b-15m5p32yxd] {
    flex: 1;
    min-width: 0;
    background: #fff;
    overflow: auto;
    border-bottom: 1px solid var(--border-color);
}

.translations-main table[b-15m5p32yxd] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.translations-main thead th[b-15m5p32yxd] {
    background: #fafafb;
    border-bottom: 2px solid var(--border-color);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    height: 48px;
    padding: 0 0.75rem;
    vertical-align: middle;
    white-space: nowrap;
}

.translations-main tbody td[b-15m5p32yxd] {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.translations-main tbody tr:hover[b-15m5p32yxd] {
    background: #f8fafc;
}

.sticky-column[b-15m5p32yxd] {
    position: sticky;
    left: 0;
    background: #fafafb;
    z-index: 1;
}

.translation-input[b-15m5p32yxd] {
    border: 1px solid transparent;
    background: transparent;
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    width: 100%;
    min-width: 150px;
    height: 2rem;
    resize: none;
    overflow: hidden;
    white-space: nowrap;
    transition: height 0.3s ease, width 0.3s ease, border-color 0.3s, box-shadow 0.3s;
}

.translation-input:focus[b-15m5p32yxd] {
    border-color: var(--primary);
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.15);
    white-space: pre-wrap;
    overflow: auto;
    resize: vertical;
    height: 10rem;
    max-width: 16rem;
    width: 100%;
}

.search-match .translation-input[b-15m5p32yxd] {
    background: rgba(255, 235, 59, 0.15);
}

[b-15m5p32yxd] mark {
    background: #ffeb3b;
    padding: 0 2px;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .translations-layout[b-15m5p32yxd] {
        flex-direction: column;
    }

    .translations-sidebar[b-15m5p32yxd] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
}
/* /Web/Components/Pages/Admin/Users.razor.rz.scp.css */
.users-layout[b-d83z1l3v27] {
    display: flex;
    height: 100%;
}

.users-sidebar[b-d83z1l3v27] {
    width: 20rem;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--border-color);
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sidebar-header[b-d83z1l3v27] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-title[b-d83z1l3v27] {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-color-secondary);
    letter-spacing: 0.05em;
}

.sidebar-total[b-d83z1l3v27] {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--text-color-secondary);
}

.sidebar-label[b-d83z1l3v27] {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
}

.sidebar-search[b-d83z1l3v27] {
    display: flex;
    position: relative;
}

.sidebar-search input[b-d83z1l3v27] {
    flex: 1;
    min-width: 0;
    padding: 0.6rem 0.75rem;
    font-size: 14px;
    color: var(--text-color);
    background: #fff;
    outline: none;
    border: 1px solid #d1d5db;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: border-color 0.2s, box-shadow 0.2s;
    z-index: 2;

    &:focus-within {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.2);
    }
}

.sidebar-search input[b-d83z1l3v27]::placeholder {
    color: #94a3b8;
}

.sidebar-search-btn[b-d83z1l3v27] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    padding: 0 0.75rem;
    cursor: pointer;
    border: 1px solid #d1d5db;
    border-left: none;
    border-radius: 0 5px 5px 0;
    z-index: 1;
}

.users-main[b-d83z1l3v27] {
    flex: 1;
    min-width: 0;
    background: #fff;
    overflow: auto;
}

#usersTable[b-d83z1l3v27] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#usersTable thead th[b-d83z1l3v27] {
    background: #fafafb;
    border-bottom: 2px solid var(--border-color);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    height: 48px;
    padding: 0 0.75rem;
    vertical-align: middle;
    white-space: nowrap;
}

#usersTable thead th:first-child[b-d83z1l3v27] {
    border-left: none;
}

[b-d83z1l3v27] #usersTable tbody td {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

[b-d83z1l3v27] #usersTable tbody tr:hover {
    background: #f8fafc;
}

[b-d83z1l3v27] #usersTable .btn-light {
    background: transparent;
    border: none;
    color: #64748b;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
    transition: background 0.15s;
}

[b-d83z1l3v27] #usersTable .btn-light:hover {
    background: #f1f5f9;
}

[b-d83z1l3v27] #usersTable .btn-light:hover path {
    opacity: 0.85;
}

[b-d83z1l3v27] .dataTables_wrapper .row {
    padding: 0.4rem 0.75rem;
}

@media (max-width: 767.98px) {
    .users-layout[b-d83z1l3v27] {
        flex-direction: column;
    }

    .users-sidebar[b-d83z1l3v27] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
}
/* /Web/Components/Pages/Auth/Login.razor.rz.scp.css */
.login-icon-wrapper[b-glyanrtnl9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.1);
}

.login-icon-wrapper .pi[b-glyanrtnl9] {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.divider[b-glyanrtnl9] {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    color: var(--text-color-secondary);
    font-size: 0.85rem;
}

.divider[b-glyanrtnl9]::before,
.divider[b-glyanrtnl9]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--border-color);
}

.divider span[b-glyanrtnl9] {
    padding: 0 0.75rem;
}
/* /Web/Components/Pages/Customers/ChangePassword.razor.rz.scp.css */
.change-pw-icon-wrapper[b-5sqkqtbjxh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.1);
}

.change-pw-icon-wrapper .pi[b-5sqkqtbjxh] {
    font-size: 1.5rem;
    color: var(--bs-primary);
}
/* /Web/Components/Pages/Customers/Settings.razor.rz.scp.css */
.settings-icon-wrapper[b-tyv66g74yj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.1);
}

.settings-icon-wrapper .pi[b-tyv66g74yj] {
    font-size: 1.5rem;
    color: var(--bs-primary);
}
/* /Web/Components/Pages/Emergency.razor.rz.scp.css */
.contact-list[b-rrkbqzjpo9] {
    text-align: left;
}

.contact-item[b-rrkbqzjpo9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    color: var(--text-color);
    transition: background 0.15s;
}

.contact-item:last-child[b-rrkbqzjpo9] {
    border-bottom: none;
}

.contact-item:hover[b-rrkbqzjpo9] {
    background: #f8fafc;
    color: var(--text-color);
}

.contact-region[b-rrkbqzjpo9] {
    font-size: 0.8rem;
    color: var(--text-color-secondary);
}

.contact-number[b-rrkbqzjpo9] {
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-item .pi[b-rrkbqzjpo9] {
    color: var(--bs-danger);
    font-size: 1.1rem;
}
