/* /Editors/UserEditorAdmin.razor.rz.scp.css */

[b-jx851egtim] .review-card h5,
[b-jx851egtim] .company-header h5 {
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 500;
}

[b-jx851egtim] .review-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--bs-border-color);
    padding-left: 8px;
}
/* /Features/PermissionFeature/PermissionsEditor.razor.rz.scp.css */

[b-icw6gqm69y] .permiss-data-container,
.role-data[b-icw6gqm69y] {
    min-height: 0;
}
[b-icw6gqm69y] .permiss-switch-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
[b-icw6gqm69y] .permiss-switch {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

[b-icw6gqm69y] .button-group-style {
    border-radius: 4px;
    padding: 3px;
    background-color: rgb(var(--bs-body-color-rgb), 0.05);
    margin-bottom: 0.25rem;
}

    [b-icw6gqm69y] .button-group-style > .dxbl-button {
        border: none;
        background-color: rgb(var(--bs-body-color-rgb), 0.05);
    }

        [b-icw6gqm69y] .button-group-style > .dxbl-button.dxbl-active {
            background-color: var(--bs-body-bg);
        }

        [b-icw6gqm69y] .button-group-style > .dxbl-button:hover,
        .button-group-style > .dxbl-button.dxbl-active:hover[b-icw6gqm69y] {
            background-color: unset !important;
        }


[b-icw6gqm69y] .permiss-data-container {
    display: flex;
/*    flex-direction: column;
*/    gap: 24px;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

[b-icw6gqm69y] .role-data {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

    [b-icw6gqm69y] .role-data > .dxbl-list-box,
    [b-icw6gqm69y] .role-data > .dxbl-grid {
        --dxbl-list-box-item-hover-bg: var(--bs-body-bg);
        --dxbl-list-box-item-selected-bg: var(--bs-body-bg);
        --dxbl-list-box-item-selected-hover-bg: var(--bs-body-bg);
        border: none !important;
        overflow-y: auto;
    }

    [b-icw6gqm69y] .role-data h6 {
        margin-bottom: 0.25rem;
    }

[b-icw6gqm69y] .role-data-titles {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--bs-border-color);
}

[b-icw6gqm69y] .role-item {
    border: 1px solid var(--dxbl-grid-border-color);
    background-color: rgb(var(--bs-body-color-rgb), 0.05);
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--bs-body-color);
}

[b-icw6gqm69y] .role-data .dxbl-list-box-item-selected .role-item {
    border: 2px solid var(--bs-primary);
    background-color: rgb(var(--bs-body-color-rgb), 0.2);
    font-weight: 600;
}

[b-icw6gqm69y] .role-item-name {
    font-weight: var(--dxbl-grid-header-font-weight);
    font-size: 1.1em;
}

[b-icw6gqm69y] .role-item-desc {
    font-size: .8em;
    line-height: 1.2;
    text-wrap: wrap;
}

[b-icw6gqm69y] .role-tree {
    height: 100%;
}

    [b-icw6gqm69y] .role-tree thead {
        display: none;
    }

    [b-icw6gqm69y] .role-tree td {
        border: none !important;
    }

    [b-icw6gqm69y] .role-tree .dxbl-grid-tree-node-indent {
        display: none;
    }

    [b-icw6gqm69y] .role-tree td.dxbl-grid-tree-node-expand-controls-cell {
        padding-left: 0px !important;
        padding-right: 8px !important;
    }

[b-icw6gqm69y] tr.dxbl-grid-selected-row td {
    background-color: var(--bs-body-bg) !important;
}

[b-icw6gqm69y] .role-data table tr.dxbl-grid-selected-row td .role-item {
    border: 2px solid var(--bs-primary);
    background-color: rgb(var(--bs-body-color-rgb), 0.2);
    font-weight: 600;
}

[b-icw6gqm69y] .scope-role-tree {
    height: 100%;
    --role-display-bg: var(--bs-body-bg);
    --role-display-color: var(--bs-body-color);
    --role-display-border: var(--bs-border-color);
    --role-display-placeholder: var(--bs-secondary-color);
    --role-display-readonly-bg: var(--bs-tertiary-bg);
    --role-display-readonly-color: var(--bs-secondary-color);
    --role-display-readonly-border: var(--bs-border-color);
    --role-display-arrow: var(--bs-secondary-color);
}

[b-icw6gqm69y] .read-only-row {
    color: rgb(var(--bs-body-color-rgb), 0.50);
}

[data-bs-theme="dark"][b-icw6gqm69y]  .read-only-row .badge-inherited {
    color: var(--role-display-bg);
}

[b-icw6gqm69y] .role-tree,
[b-icw6gqm69y] .scope-role-tree {
    border: none;
}

    [b-icw6gqm69y] .scope-role-tree .dxbl-btn.dxbl-btn-link.dxbl-grid-tree-node-expand-button.dxbl-btn-tool,
    .dxbl-grid-tree-node-expand-button-placeholder[b-icw6gqm69y] {
        display: none;
    }

    [b-icw6gqm69y] .scope-role-tree thead {
        display: none;
    }

    [b-icw6gqm69y] .scope-role-tree td {
        border: none !important;
    }

[b-icw6gqm69y] .role-display {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 32px;
    padding: 6px 30px 6px 12px;
    border: 1px solid var(--role-display-border);
    border-radius: 4px;
    background-color: var(--role-display-bg);
    color: var(--role-display-color);
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

[b-icw6gqm69y] .role-display-arrow {
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--role-display-arrow);
    pointer-events: none;
}

[b-icw6gqm69y] .role-display-selected {
    color: var(--role-display-color);
    background-color: var(--role-display-bg);
    font-weight: 600;
    cursor: pointer;
}

[b-icw6gqm69y] .role-display-empty {
    color: var(--role-display-placeholder);
    background-color: var(--role-display-bg);
    cursor: pointer;
}

[b-icw6gqm69y] .role-display-inherited {
    color: var(--role-display-readonly-color);
    background-color: var(--role-display-readonly-bg);
    border-color: var(--role-display-readonly-border);
    cursor: default;
    opacity: 1;
}

[b-icw6gqm69y] .scope-role-tree .role-editor-combo,
[b-icw6gqm69y] .scope-role-tree .role-editor-combo .dxbl-text-edit,
[b-icw6gqm69y] .scope-role-tree .role-editor-combo .dxbl-dropdown-edit {
    border-radius: 4px !important;
}

    [b-icw6gqm69y] .scope-role-tree .role-editor-combo.dxbl-editor-focused,
    [b-icw6gqm69y] .scope-role-tree .role-editor-combo .dxbl-text-edit.dx-state-focused,
    [b-icw6gqm69y] .scope-role-tree .role-editor-combo .dxbl-dropdown-edit.dx-state-focused {
        border: 1px solid var(--role-display-border);
        box-shadow: none !important;
        outline: none !important;
    }
/* /Features/TeamFeature/TeamEditor.razor.rz.scp.css */

.team-form-review[b-cpo2a5rpea] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    gap: 10px;
    width: 100%;
    overflow: auto;
}

    .team-form-review .review-header[b-cpo2a5rpea] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid var(--bs-border-color);
        border-radius: 8px;
        padding: 16px 24px;
    }
.team-review-users-card-header[b-cpo2a5rpea] {
    display: flex;
    justify-content: space-between;
}

.team-review-users-card-content[b-cpo2a5rpea] {
    padding: 12px;
}

.member-accordion[b-cpo2a5rpea] {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.team-form-review h6[b-cpo2a5rpea] {
    font-size: .75rem;
    font-weight: 600;
    color: rgb(var(--bs-body-color-rgb), 0.7);
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 4px;
}

.team-notice[b-cpo2a5rpea] {
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    gap: 12px;
    align-items: center;
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-lmm17kmflh] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-lmm17kmflh] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-lmm17kmflh] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-lmm17kmflh] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-lmm17kmflh] {
        font-size: inherit;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-nkzumiy8e2] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-nkzumiy8e2] .page-layout,
[b-nkzumiy8e2] .page-layout > .dx-gridlayout-root,
[b-nkzumiy8e2] .layout-item {
    background-color: inherit;
}

[b-nkzumiy8e2] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-nkzumiy8e2] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-nkzumiy8e2] .fit-width {
    max-width: 100%;
}

[b-nkzumiy8e2] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-24a25000ve] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    /* inhert was transparent overlay on small screen */
    /*background-color: inherit; */
    background-color: var(--bs-body-bg);
    
}

.sidebar.collapse[b-24a25000ve] {
    display: none;
}

.sidebar.expand[b-24a25000ve] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-24a25000ve] {
        display: none;
    }

    .sidebar.expand[b-24a25000ve] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-24a25000ve] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-24a25000ve] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-24a25000ve] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-24a25000ve] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-24a25000ve] .app-sidebar,
[b-24a25000ve] .app-sidebar > .nav-pills,
[b-24a25000ve] .app-sidebar > .nav-pills > .nav-item,
[b-24a25000ve] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-24a25000ve] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
