/* _content/DDI.WebApplication/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u89fhxmcnd] {
    background: red;
    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-u89fhxmcnd] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/DDI.WebApplication/Components/Tenant/DataDrivenInc/TopMenuComponent.razor.rz.scp.css */
.top-row[b-scp3q99hnz] {
    background-color: rgb(255, 255, 255);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 18px;
    font-family: 'Open Sans';
}

.top-row[b-scp3q99hnz]  a, .top-row[b-scp3q99hnz]  .btn-link {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: #999;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    height: 36px;
    letter-spacing: 0.25px;
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: -6px;
    margin-left: -6px;
    margin-right: 22px;
    margin-top: -6px;
    overflow-wrap: break-word;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    text-align: left;
    text-decoration-color: rgb(27, 27, 27);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-transform: capitalize;
    text-wrap: none;
    visibility: visible;
    white-space-collapse: collapse;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.top-row[b-scp3q99hnz]  a:hover, .top-row[b-scp3q99hnz]  .btn-link:hover {
    /*text-decoration: underline;*/
    border-bottom-color: var(--mud-palette-primary);
    border-bottom-width: 1px;
    color: var(--mud-palette-primary);
}

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

@media (max-width: 640.98px) {

    .top-row[b-scp3q99hnz] {
        /*justify-content: space-between;*/
        display: none;
    }

    /*.top-row ::deep a, .top-row ::deep .btn-link {*/
    /*    margin-left: 0;*/
    /*}*/
}

@media (min-width: 641px) {

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

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

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