@import '_content/BlazorFluentUI.CoreComponents/BlazorFluentUI.CoreComponents.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Badge.razor.rz.scp.css */
.badge[b-t32wbcie3v] {
    padding: 0.2rem 0.5rem 0.2rem;
    border-radius: 10px;
    background-color: var(--ds-color-support-informative-inverse);
    width: fit-content;
}
/* /Components/Button/Button.razor.rz.scp.css */
[b-7wmoorbctg] .large-button::part(control) {
    padding: 8px 24px !important;
}

[b-7wmoorbctg] .outlined-button::part(control) {
    border-radius: 25px !important;
    border: 1px solid var(--ds-color-interactive-neutral-enabled) !important;
}

[b-7wmoorbctg] .filled-button::part(control) {
    border-radius: 25px !important;
}

[b-7wmoorbctg] .filled-grey-button::part(control) {
    border-radius: 25px !important;
}
/* /Components/CustomSetupDisclaimerComponent.razor.rz.scp.css */
li[b-d25975q49f] {
    font-weight: bold;
}
/* /Components/DeviceOptionsMenu.razor.rz.scp.css */
.connect-menu[b-w7g9nkoiji] {
    display: none;
    right: 0;
    min-width: 50px;
}

.dropdown-icon[b-w7g9nkoiji] {
    position: relative;
    display: inline-block;
}

.dropdown-icon:hover .connect-menu[b-w7g9nkoiji] {
    display: flex;
}

.connect-menu--non-interactive:hover[b-w7g9nkoiji] {
    cursor: auto;
    background: inherit;
}
/* /Components/DeviceWizard/SoftwareSelectionExplanationDialog.razor.rz.scp.css */
/* /Components/InitialsAvatar.razor.rz.scp.css */
.avatar[b-tzhgr4wizc] {
    background-color: var(--ds-color-support-primary-inverse);
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:100%;
    font-weight: 600;
}
/* /Components/Layout/CenterAligner.razor.rz.scp.css */
@media screen and (max-width: 1000px) {
    .center-aligner[b-sxxr3exgvp] {
        margin-left: 2% !important;
        margin-right: 2% !important;
        width: 96% !important;
    }
}
/* /Components/Navigation/AvatarMenu.razor.rz.scp.css */
.connect-menu[b-9ooy9n5ilc] {
    display: none;
    right: 0;
    min-width: 50px;
}

.connect-menu--non-interactive:hover[b-9ooy9n5ilc] {
    cursor: auto;
    background: inherit;
}

.dropdown-icon[b-9ooy9n5ilc] {
    height: 64px;
    position: relative;
    display: inline-block;
}

.dropdown-icon:hover .connect-menu[b-9ooy9n5ilc] {
    display: flex;
}

.dropdown-avatar[b-9ooy9n5ilc] {
    height: 32px;
    width: 32px;
    margin-bottom: auto;
    margin-top: auto;
    cursor: pointer;
    border-radius: 50%;
}
/* /Components/Navigation/DelegationMenu.razor.rz.scp.css */
.connect-menu[b-3qs00vp7rs] {
    display: none;
    right: 0;
    min-width: 100px;
}

.connect-menu--non-interactive:hover[b-3qs00vp7rs] {
    cursor: auto;
    background: inherit;
}

.dropdown-menu:hover .connect-menu[b-3qs00vp7rs] {
    display: flex;
}

.dropdown-menu[b-3qs00vp7rs] {
    height: 64px;
    position: relative;
    display: inline-block;
}
/* /Components/Navigation/NavButton.razor.rz.scp.css */
.nav-bar-button[b-dv0n8asmsd] {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
    height: 72px;
    position: relative;
    top: -24px;
    width: fit-content;
}

.nav-bar-button:hover[b-dv0n8asmsd] {
    background-color: var(--ds-color-interactive-neutral-hovered);
}

.active-nav-button[b-dv0n8asmsd] {
    background-color: var(--ds-color-interactive-neutral-enabled);
}

.nav-label[b-dv0n8asmsd] {
    width: fit-content;
    height: 72px;
    white-space: nowrap;
    margin-top: 28px;
    margin-bottom: auto;
}
/* /Components/SelectionBox/SelectionBox.razor.rz.scp.css */
.badge[b-wkiuzzobxx] {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 12px;
    user-select: none;
}

.not-selected-badge:hover[b-wkiuzzobxx] {
    background-color: var(--ds-color-interactive-neutral-hovered);
}

.badge:active[b-wkiuzzobxx] {
    background-color: var(--ds-color-interactive-neutral-pressed);
}

.not-selected-badge[b-wkiuzzobxx] {
    background-color: var(--ds-color-interactive-neutral-enabled);
}

.selected-badge[b-wkiuzzobxx] {
    background-color: var(--ds-color-interactive-primary-subtle-selected);
}

.circle-count[b-wkiuzzobxx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    margin-left: 10px;
    background: var(--ds-color-content-primary);
    color: var(--ds-color-surface-background-base-layer-1);
}

.accordion-table[b-wkiuzzobxx] {
    border-spacing: 0 0;
    border-radius: 16px;
    background-color: var(--ds-color-surface-background-base-layer-1);

    > tr.view {
        td {
            cursor: pointer;
            border-style: hidden;
        }

        &.open[b-wkiuzzobxx] {
            td {
                border-bottom-style: none;
            }

            td:first-child[b-wkiuzzobxx] {
                border-bottom-left-radius: 0;
            }

            td:last-child[b-wkiuzzobxx] {
                border-bottom-right-radius: 0;
            }
        }
    }

    > tr.content[b-wkiuzzobxx] {
        display: none;

        &.open {
            display:table-row;
            border-spacing: 0;

            > td {
                border-top-style: none;
                padding-bottom: 10px;
            }

            > td:first-child[b-wkiuzzobxx] {
                border-top-left-radius: 0;
            }

            > td:last-child[b-wkiuzzobxx] {
                border-top-right-radius: 0;
            }
        }
    }
    
    tr:last-child[b-wkiuzzobxx] {
        td {
            padding-bottom: 0;
        }
    }
}
/* /Components/Tables/EmployeeDevicesTable.razor.rz.scp.css */
.accordion-table[b-2brx19htzh] {
    border-spacing: 0 0;
    
    > tr.view {
        td {
            cursor: pointer;
        }
        
        &:hover[b-2brx19htzh] {
            background-color: var(--ds-color-surface-background-base-muted)
        }

        &.open[b-2brx19htzh] {
            background-color: var(--ds-color-surface-background-base-muted);

            td {
                border-bottom-style: none;
            }

            td:first-child[b-2brx19htzh] {
                border-bottom-left-radius: 0;
            }

            td:last-child[b-2brx19htzh] {
                border-bottom-right-radius: 0;
            }
        }
    }
    
    > tr.content[b-2brx19htzh] {
        display: none;
        
        &.open {
            display:table-row;
            border-spacing: 0;
            
            > td {
                border-top-style: none;
                padding-bottom: 10px;
            }
            
            > td:first-child[b-2brx19htzh] {
                border-top-left-radius: 0;
            }

            > td:last-child[b-2brx19htzh] {
                border-top-right-radius: 0;
            }
        }
    }
    
    tr.content[b-2brx19htzh] {
        background-color: var(--ds-color-surface-background-base-muted);
    }
    
    tr.border-less[b-2brx19htzh] {
        th {
            border: none;
            padding-bottom: 8px;
        }
    }
    
    tr:last-child[b-2brx19htzh] {
        td {
            padding-bottom: 0;
        }
    }
}

.content-table[b-2brx19htzh] {
    border-spacing: 0 0;
    width: 100%;
    
    td.content, th.content {
        --padding-table: 5px;
        border: none;
        border-bottom: solid 1px var(--ds-color-transparent-slate-100);
        border-radius: 0;
        padding-bottom: var(--padding-table);
        padding-top: var(--padding-table);
        padding-right: var(--padding-table);
    }
    
    td.content:last-child[b-2brx19htzh] {
        border-top: none;
        border-right: none;
    }
    
    & > tr:last-child[b-2brx19htzh] {
        td {
            border-bottom: none;
        }
    }
}
/* /Components/Wrappers/TableStyleWrapper.razor.rz.scp.css */
[b-q84sajusme] td {
    --padding-table: 15px;
    padding-top: var(--padding-table);
    padding-bottom: var(--padding-table);
    padding-right: var(--padding-table);
    font-weight: 400;
    line-height: 24px;
}

[b-q84sajusme] th {
    text-align: left;
}

[b-q84sajusme] table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

[b-q84sajusme] td {
    border: solid 1px var(--ds-color-transparent-slate-100);
    border-left-style: none;
    border-right-style: none;
}
[b-q84sajusme] td:first-child {
    --border-radius: 10px;
    border-left-style: solid;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}
[b-q84sajusme] td:last-child {
    --border-radius: 10px;
    border-right-style: solid;
    border-bottom-right-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
/* /Components/Wrappers/WizardStyleWrapper.razor.rz.scp.css */
[b-mkp22ltpez] .fluent-wizard > ol > li > div > svg {
    fill: #005AD2 !important;
}

[b-mkp22ltpez] .fluent-wizard {
    --fluent-wizard-circle-size: 32px;
}

[b-mkp22ltpez] .fluent-wizard-icon-number[status='next'], [b-mkp22ltpez] .fluent-wizard-icon-number[status='current'] {
    color: #005AD2 !important;
}

[b-mkp22ltpez] .fluent-wizard[position="top"] > ol > li .fluent-wizard-icon-number {
    height: 36px;
    font-size: 16px;
}

[b-mkp22ltpez] .fluent-wizard[position="top"] > ol > li:not(:last-child):after {
    height: 4px;
    border-radius: 25px;
}

[b-mkp22ltpez] .fluent-wizard[position="top"] > ol > li[status='previous']:after {
    background-color: #005AD2 !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qy82ei3i27] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-qy82ei3i27] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qy82ei3i27] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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