@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-u7sz4mcxfg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u7sz4mcxfg] {
    flex: 1;
}

.sidebar[b-u7sz4mcxfg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u7sz4mcxfg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u7sz4mcxfg]  a, .top-row[b-u7sz4mcxfg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u7sz4mcxfg]  a:hover, .top-row[b-u7sz4mcxfg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u7sz4mcxfg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u7sz4mcxfg] {
        justify-content: space-between;
    }

    .top-row[b-u7sz4mcxfg]  a, .top-row[b-u7sz4mcxfg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u7sz4mcxfg] {
        flex-direction: row;
    }

    .sidebar[b-u7sz4mcxfg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u7sz4mcxfg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u7sz4mcxfg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u7sz4mcxfg], article[b-u7sz4mcxfg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u7sz4mcxfg] {
    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-u7sz4mcxfg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Admin/AdminCMSEdit.razor.rz.scp.css */
.addElementButton[b-1m21s72qwj] {
    border: 1px solid #CCC;
    background-color: #EEE;
    color: #CCC;
    cursor: pointer;
}

    .addElementButton:hover[b-1m21s72qwj] {
        color: #0a4f4e;
        border: dashed 1px #0a4f4e;
    }

.addElementButtonRow[b-1m21s72qwj] {
    height: 50px;
}

.addElementButtonCol[b-1m21s72qwj] {
    width: 100px;
}

.rowElementContainer[b-1m21s72qwj] {
    border: dashed 5px #CCCCCC;
}

.columnElementContainer[b-1m21s72qwj] {
    border: dashed 2px #CCCCCC;
}

.rowControls[b-1m21s72qwj] {
    border-left: dashed 5px #CCCCCC;
}

.columnControls[b-1m21s72qwj] {
    border-top: dashed 2px #CCCCCC;
}

.itemToolbar[b-1m21s72qwj] {
    border: solid 2px #AAA;
    background-color: #EEE;
    color: #888;
}

.itemControls[b-1m21s72qwj] {
    border-left: dashed 2px;
}

.itemContainer[b-1m21s72qwj] {
    border: dashed 2px;
}
