@import 'IdentityServer4.Web.Client.dg3oj1zmth.bundle.scp.css';

/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-poqju7yjln] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-ps59kw28s2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-ps59kw28s2] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-n6s7zv560j] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-n6s7zv560j] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-2x5enems5k] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-2x5enems5k] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-2x5enems5k] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-2x5enems5k] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-2x5enems5k] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-2x5enems5k] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-2x5enems5k] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-dww2tfeosv] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fte0d98rgw] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-fte0d98rgw] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-fte0d98rgw] #menu-top {
    display: block;
}

    [b-fte0d98rgw] #menu-top.hidden {
        display: none;
    }

[b-fte0d98rgw] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-fte0d98rgw] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}
[b-fte0d98rgw] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}


[b-fte0d98rgw] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-fte0d98rgw] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-fte0d98rgw] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-fte0d98rgw] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-fte0d98rgw] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-container[b-fte0d98rgw]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-fte0d98rgw]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-fte0d98rgw] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-fte0d98rgw] #menu-top {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-pgvz1l17nl] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-color: var(--localist-black);
    display: block;
}

    #sidebar.auto-expanded[b-pgvz1l17nl] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-pgvz1l17nl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-pgvz1l17nl] .sidebar-header {
    padding: 0.5rem 1rem 1.5rem 1rem;
    text-align: center;
}

.logo[b-pgvz1l17nl] {
    text-align: center;
    max-height:50px
}

[b-pgvz1l17nl] .menu-button-container {
    padding: 1rem 0 0 1rem;
    display: flex;
    justify-content: flex-start;
}

.menu-button[b-pgvz1l17nl] {
    padding: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

[b-pgvz1l17nl] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-pgvz1l17nl] .menu {
    background-color: inherit;
}

    [b-pgvz1l17nl] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-pgvz1l17nl] .menu-item {
    color: var(--bs-white);
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
}

    [b-pgvz1l17nl] .menu-item:hover {
        color: var(--localist-yellow);
    }

    [b-pgvz1l17nl] .menu-item.active {
        color: var(--localist-yellow);
    }

[b-pgvz1l17nl] .fa-solid {
    font-size: 1.25rem;
    width: 1.5rem;
    margin-right: 0.75rem;
    color: var(--bs-white);
}

[b-pgvz1l17nl] .menu-item:hover .fa-solid,
[b-pgvz1l17nl] .menu-item.active .fa-solid {
    color: var(--localist-yellow);
}

.separator-container[b-pgvz1l17nl] {
    padding: 0 1rem;
}

.separator[b-pgvz1l17nl] {
    border: 0;
    height: 1px;
    background-color: var(--bs-white);
    margin: 0;
}

[b-pgvz1l17nl] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
    color: var(--bs-white);
}

    [b-pgvz1l17nl] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-pgvz1l17nl]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-pgvz1l17nl]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-pgvz1l17nl] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-pgvz1l17nl] {
            display: block;
        }

        #sidebar.auto-expanded[b-pgvz1l17nl] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-pgvz1l17nl]  .sidebar-header {
                border-bottom: none;
            }

            #sidebar.auto-expanded .menu-button[b-pgvz1l17nl] {
                background-image: url("images/close.svg");
                width: 2rem;
                height: 2rem;
            }

        #sidebar:not(.auto-expanded)[b-pgvz1l17nl]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-pgvz1l17nl] {
        text-align: inherit;
    }

    [b-pgvz1l17nl] .menu-button-container {
        display: flex;
    }

    [b-pgvz1l17nl] .layout-item {
        display: none;
    }

    [b-pgvz1l17nl] .footer {
        display: none;
    }
}
/* /Components/Pages/CreateUser.razor.rz.scp.css */
.main-content[b-et4vawfn1i] {
    padding: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.button-group[b-et4vawfn1i] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

/* Form styling */
[b-et4vawfn1i] .dxbl-fl-grp {
    margin-bottom: 1.5rem;
}

[b-et4vawfn1i] .dxbl-fl-grp-cap {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--localist-black);
}

.alert[b-et4vawfn1i] {
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

.alert-danger[b-et4vawfn1i] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
/* /Components/Pages/Index.razor.rz.scp.css */
/* Main layout styles */
.main-content[b-2a9nrvhfv9] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.welcome-gridlayout[b-2a9nrvhfv9] {
    width: 100%;
}

/* Title section styles */
.title[b-2a9nrvhfv9] {
    text-align: center;
    margin-bottom: 1rem;
}

.title-header-text[b-2a9nrvhfv9] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--localist-black);
    margin-bottom: 0.5rem;
}

.title-content-text[b-2a9nrvhfv9] {
    font-size: 1.25rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* Description panel styles */
.description-panel[b-2a9nrvhfv9] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0 auto;
}

.description-text[b-2a9nrvhfv9] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}

    .description-text ul[b-2a9nrvhfv9] {
        margin-top: 1rem;
        padding-left: 1.5rem;
    }

    .description-text li[b-2a9nrvhfv9] {
        margin-bottom: 0.5rem;
    }

/* Stats panel styles */
.stats-panel[b-2a9nrvhfv9] {
    padding: 1rem 0;
}

.stats-container[b-2a9nrvhfv9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.stat-card[b-2a9nrvhfv9] {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .stat-card:hover[b-2a9nrvhfv9] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

.stat-icon[b-2a9nrvhfv9] {
    margin-bottom: 1rem;
    color: var(--localist-green);
}

.stat-icon .oi[b-2a9nrvhfv9] {
    font-size: 3rem;
    display: inline-block;
}

.stat-value[b-2a9nrvhfv9] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--localist-black);
    margin-bottom: 0.5rem;
}

.stat-label[b-2a9nrvhfv9] {
    font-size: 1rem;
    color: #666;
}

/* Card styles */
.welcome-cards[b-2a9nrvhfv9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}

.welcome-card[b-2a9nrvhfv9] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    padding: 2rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    z-index: 1;
}

    .welcome-card:hover[b-2a9nrvhfv9] {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

.welcome-card-icon[b-2a9nrvhfv9] {
    margin-bottom: 1.5rem;
    color: var(--localist-green);
}

.welcome-card-text[b-2a9nrvhfv9] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--localist-black);
    z-index: 2;
}

.welcome-card-description[b-2a9nrvhfv9] {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
    z-index: 2;
}

.welcome-card-back[b-2a9nrvhfv9] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(--localist-green);
    transition: height 0.3s;
    z-index: 0;
}

.welcome-card:hover .welcome-card-back[b-2a9nrvhfv9] {
    height: 100%;
    opacity: 0.05;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .title-header-text[b-2a9nrvhfv9] {
        font-size: 2rem;
    }

    .stats-container[b-2a9nrvhfv9] {
        gap: 1rem;
    }

    .stat-card[b-2a9nrvhfv9] {
        min-width: 150px;
        padding: 1.25rem;
    }

    .welcome-card[b-2a9nrvhfv9] {
        width: 100%;
        max-width: 280px;
    }
}
/* /Components/Pages/UserDetails.razor.rz.scp.css */
.main-content[b-e9agargyxx] {
    padding: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.loading-container[b-e9agargyxx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.button-group[b-e9agargyxx] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.user-roles-list[b-e9agargyxx] {
    max-height: 300px;
    overflow-y: auto;
}

/* Form styling */
[b-e9agargyxx] .dxbl-fl-grp {
    margin-bottom: 1.5rem;
}

[b-e9agargyxx] .dxbl-fl-grp-cap {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--localist-black);
}

/* Grid styling */
[b-e9agargyxx] .dxbl-grid {
    margin-top: 1rem;
}

h3[b-e9agargyxx] {
    color: var(--localist-black);
    font-weight: 600;
}
/* /Components/Pages/Users.razor.rz.scp.css */
/* Main content container */
.main-content[b-fxt83gkjjg] {
    padding: 1.5rem;
}

/* Grid container */
.grid-container[b-fxt83gkjjg] {
    width: 100%;
}

/* Loading state */
.loading-container[b-fxt83gkjjg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.spinner[b-fxt83gkjjg] {
    margin-top: 1rem;
    color: var(--localist-yellow)
}

/* Status indicators */
.status-indicator[b-fxt83gkjjg] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.status-indicator .oi[b-fxt83gkjjg] {
    font-size: 0.875rem;
}

.confirmed[b-fxt83gkjjg] {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.unconfirmed[b-fxt83gkjjg] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.enabled[b-fxt83gkjjg] {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

.disabled[b-fxt83gkjjg] {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.locked[b-fxt83gkjjg] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.unlocked[b-fxt83gkjjg] {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}



/* Grid styling */
[b-fxt83gkjjg] .users-grid {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[b-fxt83gkjjg] .dxbl-grid-header-cell {
    background-color: #f8f9fa;
    font-weight: 600;
}

[b-fxt83gkjjg] .dxbl-grid-row:hover {
    background-color: rgba(var(--localist-yellow-rgb), 0.05);
}
