@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/ExcomWebAuthDemo/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ij1x7wz5xh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ij1x7wz5xh] {
    flex: 1;
    background-color: #fff9e9;
}

.sidebar[b-ij1x7wz5xh] {
    background-image: linear-gradient(116.3deg, #fff95b -34.52%, #ff930f 136.71%);
}

.top-row[b-ij1x7wz5xh] {
    background-color: #eee;
    border-bottom: 1px solid #ced4da;
    box-shadow: 2px 3px 5px rgb(0 0 0 / .1);
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    z-index: 1;
    height: auto;
    min-height: 80px;
}

    .top-row[b-ij1x7wz5xh]  a, .top-row[b-ij1x7wz5xh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ij1x7wz5xh]  a:hover, .top-row[b-ij1x7wz5xh]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ij1x7wz5xh]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 767.98px) {
    .top-row[b-ij1x7wz5xh] {
        justify-content: space-between;
    }

        .top-row[b-ij1x7wz5xh]  a, .top-row[b-ij1x7wz5xh]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 768px) {
    .page[b-ij1x7wz5xh] {
        flex-direction: row;
    }

    .sidebar[b-ij1x7wz5xh] {
        width: 250px;
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ij1x7wz5xh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ij1x7wz5xh]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-ij1x7wz5xh] {
    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-ij1x7wz5xh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ExcomWebAuthDemo/Components/Layout/NavMenu.razor.rz.scp.css */
body[b-0idokde265] {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.highlight-tab .nav-link[b-0idokde265] {
    position: relative;
    animation: highlightAnimation 1.5s infinite;
}

@@keyframes highlightAnimation {
    0%[b-0idokde265] {
        background-color: transparent;
        box-shadow: none;
    }

    50%[b-0idokde265] {
        background-color: #fefefe;
        box-shadow: #0a7b89;
    }

    100%[b-0idokde265] {
        background-color: transparent;
        box-shadow: none;
    }
}

.highlight-removed .nav-link[b-0idokde265] {
    animation: none;
}

.ml-3[b-0idokde265], .mx-3[b-0idokde265] {
    margin-left: 1rem !important;
}

.m-2[b-0idokde265] {
    margin: 0.5rem !important;
}

.logo-hold[b-0idokde265] {
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    padding: .3rem 0;
    height: 67px;
}

.sidebar a[b-0idokde265] {
    align-items: center;
    color: #495057;
    display: flex;
    max-width: 15rem;
}

    .sidebar a span[b-0idokde265] {
        display: none;
    }

.sidebar .oi[b-0idokde265] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 1.5rem;
}

.sidebar .navbar-brand[b-0idokde265] {
    font-size: 1.1rem;
    padding: 0;
}

.sidebar .nav-item[b-0idokde265] {
    font-size: .9rem;
    margin: 0;
}

    .sidebar .nav-item a.nav-link[b-0idokde265] {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .sidebar .nav-item ul .oi[b-0idokde265] {
        font-size: .9rem;
    }

.sidebar #dev-nav > li > a[b-0idokde265] {
    font-size: 1.15rem;
    padding-left: 1rem;
}

.a.nav-link.active[b-0idokde265] {
    display: block;
    padding: .5rem 1rem;
    color: #495057;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link[b-0idokde265] {
    display: block;
    padding: .5rem 1rem;
    color: #495057;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

    .nav-link:hover[b-0idokde265], .nav-link:focus[b-0idokde265] {
        text-decoration: none;
    }

*[b-0idokde265], *[b-0idokde265]::before, *[b-0idokde265]::after {
    box-sizing: border-box;
}

*[b-0idokde265], [b-0idokde265]::after, [b-0idokde265]::before {
    box-sizing: border-box;
}

flex-column[b-0idokde265] {
    flex-direction: column !important;
}

@media (min-width: 768px) {
    .sidebar .collapse[b-0idokde265] {
        display block;
    }

    .nav-fixed[b-0idokde265] {
        position: fixed;
        height: 100vh;
        max-width: 15rem;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
