@import 'ContentFrontend.Client.6u08au8qqf.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.azeoo43eyi.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/ContentFrontend/Components/Layout/HeadMenu.razor.rz.scp.css */
.page[b-juv02kvyir] {
    position: relative;
    display: flex;
    flex-direction: row;
}

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

.sidebar[b-juv02kvyir] {
    background-color: #F8F8F8;
}

.top-row[b-juv02kvyir] {
    border-bottom: 2px solid #DCDDDE;
    height: 5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

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

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

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

/* Small Screen */
@media (max-width: 768px) {
    .page[b-juv02kvyir] {
        flex-direction: column;
    }

    .sidebar[b-juv02kvyir] {
        width: 100%;
        height: auto;
    }

    .top-row:not(.auth)[b-juv02kvyir] {
        display: none;
    }

    .top-row.auth[b-juv02kvyir] {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
    }

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

/* Large Screen */
@media (min-width: 768px) {
    .page[b-juv02kvyir] {
        flex-direction: row;
    }

    .sidebar[b-juv02kvyir] {
        width: 270px;
        height: 100%;
    }

    .top-row[b-juv02kvyir] {
        flex-direction: row;
        position: sticky;
        top: 0;
        z-index: 0;
    }

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

    .top-row[b-juv02kvyir], article[b-juv02kvyir] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ContentFrontend/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-z12ezldonx] {
    height: 100%;
}

.header[b-z12ezldonx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 88px;
    border-bottom: 1px solid #E5E5E8;
    background-color: var(--bs-body-bg);
    position: sticky;
    top: 0;
    z-index: 5;
}

    .header h1[b-z12ezldonx] {
        margin: 0;
    }

[b-z12ezldonx] .menu-button {
    width: 2.5rem;
    height: 2.5rem;
    /*mask-image: url("images/icons/menu.svg");*/
    mask-size: 24px 24px;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: none;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}

[b-z12ezldonx] #menu-top {
    display: block;
}

    [b-z12ezldonx] #menu-top.hidden {
        display: none;
    }


[b-z12ezldonx] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-z12ezldonx] .menu-button:hover .icon {
    /*background-color: var(--dxbl-btn-hover-color);*/
}

.nav-buttons-w-75[b-z12ezldonx] {
    display: flex;
    gap: 10px;
    padding: 2rem 0rem;
}

    .nav-buttons-w-75[b-z12ezldonx]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-w-75[b-z12ezldonx]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-z12ezldonx] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-z12ezldonx] #menu-top {
        display: none;
    }
}
/* _content/ContentFrontend/Components/Layout/MicrosoftSample/MSMainLayout.razor.rz.scp.css */
.page[b-v48thuuahd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-v48thuuahd] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-v48thuuahd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ContentFrontend/Components/Layout/MicrosoftSample/MSNavMenu.razor.rz.scp.css */
.navbar-toggler[b-yds3lo0rwk] {
    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-yds3lo0rwk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yds3lo0rwk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

.bi-house-door-fill-nav-menu[b-yds3lo0rwk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-yds3lo0rwk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-yds3lo0rwk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

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

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

.nav-item[b-yds3lo0rwk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

@media (min-width: 641px) {
    .navbar-toggler[b-yds3lo0rwk] {
        display: none;
    }

    .nav-scrollable[b-yds3lo0rwk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ContentFrontend/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-nhbuya9qtx] {
    width: 17rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    /* background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%); */
    display: block;
}

    #sidebar.auto-expanded[b-nhbuya9qtx] {
        display: none;
    }

[b-nhbuya9qtx] .sidebar-header {
    padding: 1.5rem 1rem;
}

[b-nhbuya9qtx] .menu-button {
    width: 2.5rem;
    height: 2.5rem;
    /*mask-image: url("images/icons/menu-fill.svg");*/
    mask-size: 24px 24px;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: none;
}

[b-nhbuya9qtx] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-nhbuya9qtx] .menu {
    background-color: inherit;
}

[b-nhbuya9qtx] .menu-item .dxbl-btn {
    min-height: 48px;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

    [b-nhbuya9qtx] .menu-item .dxbl-btn .dxbl-menu-item-text-w-75 {
        margin-left: 12px;
    }

    [b-nhbuya9qtx] .menu-item .dxbl-btn:hover::before {
        background-color: #FFD6AC !important;
        opacity: 1 !important;
    }

[b-nhbuya9qtx] .menu-item.active .dxbl-btn {
    background-color: #F08833 !important;
    color: #fff !important;
}

    [b-nhbuya9qtx] .menu-item.active .dxbl-btn .icon {
        background-color: #fff;
    }

    [b-nhbuya9qtx] .menu-item.active .dxbl-btn::before {
        display: none;
    }

[b-nhbuya9qtx] .icon {
    width: 1.125rem;
    height: 1.125rem;
    mask-position: center;
    mask-repeat: no-repeat;
    margin: 0;
    background-color: #6D6E73;
}

[b-nhbuya9qtx] .dashboard-icon {
    mask-image: url("images/icons/charts.svg");
}

[b-nhbuya9qtx] .sites-icon {
    mask-image: url("images/icons/sites.svg");
}

[b-nhbuya9qtx] .projects-icon {
    mask-image: url("images/icons/document.svg");
}

[b-nhbuya9qtx] .cameras-icon {
    mask-image: url("images/icons/camera.svg");
}

[b-nhbuya9qtx] .files-icon {
    mask-image: url("images/icons/picture.svg");
}


[b-nhbuya9qtx] .faq-icon {
    mask-image: url("images/icons/question.svg");
}

[b-nhbuya9qtx] .about-icon {
    background-image: url("images/brinno.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

[b-nhbuya9qtx] .profile-icon {
    mask-image: url("images/icons/profile.svg");
}

[b-nhbuya9qtx] .about-brinno .dxbl-menu-item-text-w-75 {
    background: url("images/icons/external-link.svg") no-repeat right center / 18px 18px;
    width: 100%;
    padding-right: 24px;
}

[b-nhbuya9qtx] .footer {
    padding: 1.5rem 0;
}

[b-nhbuya9qtx] .profile .dxbl-group-header {
    flex-direction: row-reverse;
    min-height: 48px;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    border: none;
}

[b-nhbuya9qtx] .profile .accordion-item.expanded {
    background-color: #FFF9EE;
}

[b-nhbuya9qtx] .profile .accordion-item .dxbl-menu-item-text-w-75 {
    margin-left: 24px;
}

[b-nhbuya9qtx] .profile .dxbl-group-header .dxbl-accordion-item-content {
    margin-left: 0;
}

[b-nhbuya9qtx] .profile .dxbl-group-header .dxbl-image {
    color: #6D6E73 !important;
}

[b-nhbuya9qtx] .profile .dxbl-group-header::before {
    display: none;
}

[b-nhbuya9qtx] .profile .dxbl-group-header:hover {
    background-color: #FFD6AC !important;
}

#sidebar.auto-expanded[b-nhbuya9qtx]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-nhbuya9qtx]  .footer {
    display: block;
}
/* _content/ContentFrontend/Components/Layout/UserMenu.razor.rz.scp.css */
.dropdown-menu[b-bt1wbh04s9] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-bt1wbh04s9] {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 8rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-item[b-bt1wbh04s9] {
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
    color: #000;
}

.dropdown-item:hover[b-bt1wbh04s9] {
    background-color: #ddd;
}

.dropdown-menu:hover .dropdown-content[b-bt1wbh04s9] {
    display: block;
}

.dropdown-item button[b-bt1wbh04s9] {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 100%;
    padding: 0;
    text-align: left;
}
