/* /Components/SupportIncidentDetail.razor.rz.scp.css */
#CommentgridheadercolGroup[b-dgdve4dei5] {
    display: none;
}
/* /Components/TimeBar.razor.rz.scp.css */
 .timebar-box[b-2oab7gg78d] {
    background-color: #00000042;
    border: 2px outset #ff6700;
    border-radius: 0px;
    height: 3rem;
    width: 20rem;
    z-index: 1000
}

@media (max-width: 640.98px) {
    .timebar-box[b-2oab7gg78d] {
        margin-bottom: 10px;
        width: 100%;
    }
}
/* /Pages/Support.razor.rz.scp.css */
.statebox[b-5jhs6ivzdh] {
    position: relative;
    border-radius: 5px;
    text-align: center;
}


    .statebox.e-open[b-5jhs6ivzdh] {
        background-color: orange;
    }

    .statebox.e-closed[b-5jhs6ivzdh] {
        background-color: greenyellow;
    }


    .statebox.e-inprogress[b-5jhs6ivzdh] {
        background-color: yellow;
    }

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8vxhdilhe4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8vxhdilhe4] {
    flex-direction: column;
    flex: 1;
}

main:focus[b-8vxhdilhe4] {
    outline: none;
}

.sidebar[b-8vxhdilhe4] {
    background: linear-gradient(180deg, transparent 5rem, #20819394 5rem);
    /*background: #20819394;
    background: #208193;*/
}

.top-row[b-8vxhdilhe4] {
    background: #1a444bc4;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8vxhdilhe4]  a, .top-row .btn-link[b-8vxhdilhe4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8vxhdilhe4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8vxhdilhe4] {
        display: none;
    }

    .top-row.auth[b-8vxhdilhe4] {
        justify-content: space-between;
        height: unset;
    }

    .top-row a[b-8vxhdilhe4], .top-row .btn-link[b-8vxhdilhe4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8vxhdilhe4] {
        flex-direction: row;
    }

    .sidebar[b-8vxhdilhe4] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    main[b-8vxhdilhe4] {
        flex: 1;
        min-height: 100vh;
    }

    .top-row[b-8vxhdilhe4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8vxhdilhe4], article[b-8vxhdilhe4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f95d6d0i05] {
    background-color: rgba(255, 255, 255, 0.1);
}

.logo[b-f95d6d0i05] {
    flex-shrink: 0;
}

.nav-group[b-f95d6d0i05] {
    margin: 0.35rem 0.5rem;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    background-color: rgba(0,0,0,0.08);
}

.nav-group summary[b-f95d6d0i05] {
    list-style: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
}

.nav-group summary[b-f95d6d0i05]::-webkit-details-marker {
    display: none;
}

.nav-group[open] summary[b-f95d6d0i05] {
    background-color: rgba(255,255,255,0.08);
}

.top-row[b-f95d6d0i05] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f95d6d0i05] {
    font-size: 1.1rem;
}

.oi[b-f95d6d0i05] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-f95d6d0i05] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

    .nav-group .nav-item:first-of-type[b-f95d6d0i05] {
        padding-top: 0.5rem;
    }

    .nav-group .nav-item:last-of-type[b-f95d6d0i05] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f95d6d0i05]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2.4rem;
        display: flex;
        align-items: center;
        line-height: 2.4rem;
    }

        .nav-item[b-f95d6d0i05]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-f95d6d0i05]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-f95d6d0i05] {
        display: none;
    }

    .collapse[b-f95d6d0i05] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;
        flex: 1;
        overflow-y: auto;
        scrollbar-width: none;       /* Firefox */
        -ms-overflow-style: none;    /* IE / Edge */
    }

    .collapse[b-f95d6d0i05]::-webkit-scrollbar {
        display: none;               /* Chrome / Safari */
    }
}
