/* _content/MySiteVitals/Components/Layout/MainLayout.razor.rz.scp.css */
/* the size of the containers will fill up their parents up to the viewport */
html[b-ebjv1kbab7], body[b-ebjv1kbab7] {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

body[b-ebjv1kbab7] {
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* vertical scroll should happen in the main portion of the content - where the Body is
            This keeps the header sticky at the top */
.main[b-ebjv1kbab7] {
    padding: var(--kendo-spacing-4, 1rem);
    overflow: auto;
}

.k-drawer-container[b-ebjv1kbab7] {
    flex: 1;
    overflow: auto;
}

/* horizontal scroll happens in the drawer content to keep the drawer on the left side of the screen */
.k-drawer-content[b-ebjv1kbab7] {
    height: 100%;
    overflow-x: auto;
}


#blazor-error-ui[b-ebjv1kbab7] {
    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-ebjv1kbab7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
