/* _content/NYeTRM.Blazor.Server/Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout-grid[b-f3ln9qmzmj] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 60px calc(100vh - 60px);
}

.header-grid[b-f3ln9qmzmj] {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    justify-content: space-between;
}

.ngrid-logo-grid[b-f3ln9qmzmj] {
    display: grid;
    grid-template-rows: auto;
    gap: 15px;
}

.national-grid-logo[b-f3ln9qmzmj] {
    padding-left: 5px;
    margin-top: 5px;
    display: inline-block;
    align-self: center;
}

.development-mode[b-f3ln9qmzmj] {
    font-weight: bold;
    color: white;
    background-color: #00148c;
    padding: 3px 5px;
    display: inline-block;
    align-self: center;
}

.ngrid-program-select-container[b-f3ln9qmzmj] {
    align-self: center;
}

.esp-logo-brand[b-f3ln9qmzmj] {
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    font-size: 37px;
    color: #1F3864;
    padding-right: 5px;
}

.national-grid-footer[b-f3ln9qmzmj] {
    position: fixed;
    bottom: 0;
    background-color: #00148c;
    color: #fff;
    width: 100%;
    height: 40px;
}

.footer-content-container[b-f3ln9qmzmj] {
    padding: 10px 5px;
}

#blazor-error-ui[b-f3ln9qmzmj] {
    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-f3ln9qmzmj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NYeTRM.Blazor.Server/Components/Pages/Home.razor.rz.scp.css */
body[b-kifopdgnf0] {
}
