/* _content/DGS.MasterWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1us322156s] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #0d0d0d;
    color: white;
}

main[b-1us322156s] {
    flex: 1;
    background: #0d0d0d;
}

.sidebar[b-1us322156s] {
    background: #050505;
    border-right: 1px solid #D4AF37;
}

.top-row[b-1us322156s] {
    background: #0d0d0d;
    border-bottom: 1px solid #333;
    justify-content: flex-end;
    height: 64px;
    display: flex;
    align-items: center;
}

    .top-row[b-1us322156s]  a,
    .top-row[b-1us322156s]  .btn-link {
        color: white;
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-1us322156s]  a:hover,
        .top-row[b-1us322156s]  .btn-link:hover {
            color: #D4AF37;
        }

@media (max-width: 640.98px) {
    .top-row[b-1us322156s] {
        justify-content: space-between;
    }

        .top-row[b-1us322156s]  a,
        .top-row[b-1us322156s]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-1us322156s] {
        flex-direction: row;
    }

    .sidebar[b-1us322156s] {
        width: 275px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1us322156s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1us322156s],
    article[b-1us322156s] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-1us322156s] {
    background: #b32121;
    color: white;
    bottom: 0;
    display: none;
    left: 0;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-1us322156s] {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem;
    }
/* _content/DGS.MasterWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-logo[b-imbj15p4f7] {
    text-align: center;
    padding: 18px 12px;
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
}

.logo-image[b-imbj15p4f7] {
    width: 115px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}

.company-name[b-imbj15p4f7] {
    color: #D4AF37;
    font-size: 18px;
    font-weight: bold;
}

.company-slogan[b-imbj15p4f7] {
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    opacity: .8;
    margin-top: 4px;
}

.nav[b-imbj15p4f7] {
    padding: 0 8px;
}

.nav-item[b-imbj15p4f7] {
    margin-bottom: 3px;
}

[b-imbj15p4f7] .nav-link {
    display: block;
    color: white;
    border-radius: 8px;
    padding: 9px 10px;
    text-decoration: none;
    transition: .2s;
    font-size: 15px;
}

    [b-imbj15p4f7] .nav-link:hover {
        background-color: #1a1a1a;
        color: #D4AF37;
    }

    [b-imbj15p4f7] .nav-link.active {
        background-color: #D4AF37;
        color: black;
        font-weight: bold;
    }

.nav-section-title[b-imbj15p4f7] {
    color: #D4AF37;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 6px;
    padding-left: 4px;
}

.ticket-indent[b-imbj15p4f7] {
    padding-left: 12px;
}

.nav-button[b-imbj15p4f7] {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}
