@import '_content/Sadgan.Web2.Client.LogicComponents/Sadgan.Web2.Client.LogicComponents.bundle.scp.css';
@import '_content/Sadgan.Web2.Client.UiComponents/Sadgan.Web2.Client.UiComponents.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/DataGrid/QuickGridSelector/QuickGridSelector.razor.rz.scp.css */
/* /Components/ProfileMenu/ProfileMenu.razor.rz.scp.css */


.profile-menu[b-ueoq5hyjgi] {
    font-size: var(--font-size-base) !important;
}

    .profile-menu ul[b-ueoq5hyjgi] {
        padding: 0.5rem;
        min-width: 208px;
        font-size: 0.938rem !important;
    }

        .profile-menu ul li[b-ueoq5hyjgi] {
            text-align: center;
        }

    .profile-menu a[b-ueoq5hyjgi] {
        padding-left: 0.25rem;
        padding-block: 0.5rem;
        cursor: pointer;
    }

.user-name[b-ueoq5hyjgi] {
    margin-top: 2px;
}
/* /Components/Sidebar.razor.rz.scp.css */
.navbar-toggler[b-p9virlztwt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-p9virlztwt] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-p9virlztwt] {
    min-height: 3.5rem;
    background-color: rgb(255,255,255)
}

.navbar-brand[b-p9virlztwt] {
    font-size: 1.1rem;
}

.bi[b-p9virlztwt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-p9virlztwt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p9virlztwt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p9virlztwt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p9virlztwt]  .nav-link {
        color: #495057;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-p9virlztwt]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: #495057;
    }

.nav-scrollable[b-p9virlztwt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-p9virlztwt] {
    display: block;
}


@media (min-width: 641px) {

    .navbar-toggler[b-p9virlztwt] {
        display: none;
    }

    .nav-scrollable[b-p9virlztwt] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .top-row[b-p9virlztwt] {
        position: sticky;
        top: 0;
        z-index: 3;
        padding-inline: 1rem 1rem;
    }

    .sidebar[b-p9virlztwt] {
        width: 100%;
        position: static;
        height: auto;
    }

    .nav-item[b-p9virlztwt]  .nav-link {
        gap: .5rem;
    }

    main .content[b-p9virlztwt] {
        padding-inline: 1rem 1rem;
    }
}

.nav-link.active[b-p9virlztwt] {
    font-weight: bold;
    color: black !important;
}

.icon-active[b-p9virlztwt] {
    color: #007bff !important;
}

@media (min-width: 992px) {
    .title-sidebar[b-p9virlztwt] {
        max-width: 20rem;
        font-size: 14px;
    }

    .img-sidebar[b-p9virlztwt] {
        max-height: 2.5rem;
    }
}

@media (max-width: 360px) {
    .title-sidebar[b-p9virlztwt] {
        max-width: 48vw;
        font-size: 12px;
    }

    .bi[b-p9virlztwt] {
        width: 1.1rem;
        height: 1.1rem;
    }
}


@media (prefers-reduced-motion: reduce) {
    *[b-p9virlztwt] {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

.title-sidebar[b-p9virlztwt] {
    font-size: 14px;
    font-weight: 500;
    color: #6C757D;
    padding: 0.5rem 0.6rem;
}

.container-fluid[b-p9virlztwt] {
    padding-right: 0 !important;
}

.sidebar-shell[b-p9virlztwt] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 256px;
    background-color: rgb(255,255,255);
    border: 1px solid #E9ECEF;
}


.nav-scrollable[b-p9virlztwt] {
    flex: 1 1 auto;
    overflow-y: auto;
}

.nav-link.active[b-p9virlztwt] {
    background-color: var(--gray-200);
    border-left: 4px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 6px;
}

    .nav-link.active span[b-p9virlztwt] {
        color: var(--gray-800) !important;
        font-weight: bold;
    }
/* /Components/Topbar/Topbar.razor.rz.scp.css */
/* /Modules/Identity/Users/Users.razor.rz.scp.css */


.rz-data-grid[b-cnvsed0tgh] {
    height: calc(100vh - 15rem);
}
/* /Pages/MainLayout.razor.rz.scp.css */
.page[b-s74hbs4wg5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s74hbs4wg5] {
    flex: 1;
}

.top-row[b-s74hbs4wg5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

    .top-row[b-s74hbs4wg5]  a, .top-row[b-s74hbs4wg5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-s74hbs4wg5]  a:hover, .top-row[b-s74hbs4wg5]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-s74hbs4wg5]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-s74hbs4wg5] {
        justify-content: space-between;
    }

        .top-row[b-s74hbs4wg5]  a, .top-row[b-s74hbs4wg5]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-s74hbs4wg5] {
        flex-direction: row;
    }

    .sidebar[b-s74hbs4wg5] {
        width: 256px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s74hbs4wg5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-s74hbs4wg5]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-s74hbs4wg5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-s74hbs4wg5] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#blazor-error-ui[b-s74hbs4wg5] {
    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-s74hbs4wg5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
