/* _content/Downtime.WebApp2/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-grrofy8obr] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/Downtime.WebApp2/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-p8j4utghm6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-p8j4utghm6] {
    display: flex;
    gap: 0.625rem;
}
/* _content/Downtime.WebApp2/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-7gh9pa5ay4] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-7gh9pa5ay4] {
        flex-direction: column;
    }
}
/* _content/Downtime.WebApp2/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-cbz5aznlnr] .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-cbz5aznlnr] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-cbz5aznlnr] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-cbz5aznlnr] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-cbz5aznlnr] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-cbz5aznlnr] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-cbz5aznlnr] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/Downtime.WebApp2/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-1a14o1tgk0] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/Downtime.WebApp2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x7fsbg1tsc] {
    /*height: 100%;*/
    font-family: var(--bs-font-sans-serif);
}

[b-x7fsbg1tsc] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-x7fsbg1tsc] .content {
    overflow: auto;
}

[b-x7fsbg1tsc] .back-button:hover .icon-back {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-x7fsbg1tsc] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}


[b-x7fsbg1tsc] .menu-bar,
[b-x7fsbg1tsc] .menu-header,
[b-x7fsbg1tsc] .menu-header .dxbs-menu,
[b-x7fsbg1tsc] .menu-header .dxbs-menu-header,
[b-x7fsbg1tsc] .menu-header .dxbs-menu-content,
[b-x7fsbg1tsc] .menu-header .dxbs-menu-item {
    background-color: black !important;
    color: white !important;
}

    [b-x7fsbg1tsc] .menu-header .dxbs-menu-item a,
    [b-x7fsbg1tsc] .menu-header .dxbs-menu-item span,
    [b-x7fsbg1tsc] .menu-header .dxbs-menu-item .dxbs-icon,
    [b-x7fsbg1tsc] .menu-header .dxbs-menu-header .dxbs-menu-title {
        color: white !important;
        fill: white !important;
    }
/* _content/Downtime.WebApp2/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-xj8qmbi2dx] {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

    .sidebar.collapsed[b-xj8qmbi2dx] {
        width: 0px;
        overflow: hidden;
    }

    .sidebar.expanded[b-xj8qmbi2dx] {
        width: 300px;
    }

[b-xj8qmbi2dx] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-xj8qmbi2dx] {
    text-align: center;
}


[b-xj8qmbi2dx] .menu-button-container {
    display: block;
    align-self: center;
    padding: 0.5rem;
}

.menu-button-nav[b-xj8qmbi2dx] {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #212529;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-button-nav:hover[b-xj8qmbi2dx] {
        background-color: #ffffff;
        border-color: #0d6efd;
    }

[b-xj8qmbi2dx] .oi {
    font-size: 0.75rem; /* 50% of original 1.5rem */
    color: #212529; /* Dark for contrast on white button */
}

    [b-xj8qmbi2dx] .oi:hover {
        color: #0d6efd; /* Blue on hover */
    }

[b-xj8qmbi2dx] .menu {
    background-color: inherit;
}

    [b-xj8qmbi2dx] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-xj8qmbi2dx] .menu-item {
    color: #ffffff;
}

    [b-xj8qmbi2dx] .menu-item.active {
        background-color: rgba(255, 255, 255, 0.2); /* Light highlight */
        border-left: 4px solid #0d6efd; /* Bootstrap primary blue */
        padding-left: calc(1rem - 4px); /* compensate for border */
    }


#sidebar.expanded[b-xj8qmbi2dx]  .layout-item {
    display: block;
}

#sidebar.expanded[b-xj8qmbi2dx]  .footer {
    display: block;
}

#sidebar.collapsed[b-xj8qmbi2dx]  .layout-item {
    display: none;
}

#sidebar.collapsed[b-xj8qmbi2dx]  .footer {
    display: none;
}

@media (max-width: 768px) {
    #sidebar.collapsed[b-xj8qmbi2dx] {
        min-width: 60px;
        width: 60px;
        overflow: hidden;
    }

    #sidebar.expanded[b-xj8qmbi2dx] {
        position: fixed;
        width: 250px;
        z-index: 1000;
    }

        #sidebar.expanded[b-xj8qmbi2dx]  .sidebar-header {
            border-bottom: 1px solid #ffffff;
        }

    #sidebar:not(.expanded)[b-xj8qmbi2dx]  .dxbl-gridlayout-root {
        gap: unset !important;
    }

    .logo[b-xj8qmbi2dx] {
        text-align: inherit;
    }

    [b-xj8qmbi2dx] .menu-button-container {
        display: block;
    }
}
/* _content/Downtime.WebApp2/Components/Pages/Index.razor.rz.scp.css */
.welcome[b-zuuixq8ad1] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-zuuixq8ad1] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-zuuixq8ad1] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-zuuixq8ad1] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.welcome-title .welcome-title-header[b-zuuixq8ad1] {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-zuuixq8ad1] {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

[b-zuuixq8ad1] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-zuuixq8ad1] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-zuuixq8ad1] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-zuuixq8ad1] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-zuuixq8ad1] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-zuuixq8ad1] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-zuuixq8ad1] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
