/* _content/ParentDirectory/Components/Layout/GuestLayout.razor.rz.scp.css */


.page[b-pmz2sffcvn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pmz2sffcvn] {
    flex: 1;
    overflow-x: auto;
    height: 100vh;
}

    main > footer[b-pmz2sffcvn] {
        position: sticky;
        top: 100vh;
        width: 100%;
        background-color: var(--sps-red);
        color: #fff;
        font-weight: bold;
        padding: 1.1em;
    }



.top-row[b-pmz2sffcvn] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pmz2sffcvn]  a, .top-row[b-pmz2sffcvn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-pmz2sffcvn]  a:hover, .top-row[b-pmz2sffcvn]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-pmz2sffcvn]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }



/* Custom Styles */
/*.nav-item ::deep .nav-link i {
    width: 2rem;
    font-size: 1.1rem;
}

::deep .nav-item.has-submenu > a {
    position: relative;
}

    ::deep .nav-item.has-submenu > a:after {
        content: "\e02f";
        position: absolute;
        right: 15px;
        color: white;
        font-family: "Icons";
        font-weight: 400;
        font-size: 13px;
        transform: rotateZ(90deg);
        transform-origin: left;
        transition: transform .5s ease;
    }

    ::deep .nav-item.has-submenu > a.collapsed:after {
        transform: rotateZ(0deg);
    }

.nav-item ::deep .nav-submenu .nav-subitem a {
    padding-left: 3rem;
    text-decoration: none;
}

    .nav-item ::deep .nav-submenu .nav-subitem a i {
        width: 2rem;
        font-size: 1.1rem;
    }*/


@media (max-width: 640.98px) {
    .top-row[b-pmz2sffcvn] {
        justify-content: space-between;
    }

        .top-row a[b-pmz2sffcvn], .top-row .btn-link[b-pmz2sffcvn] {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-pmz2sffcvn] {
        flex-direction: row;
        width: 100%;
    }

    .sidebar[b-pmz2sffcvn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pmz2sffcvn] {
        /*position: sticky;*/
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-pmz2sffcvn]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-pmz2sffcvn], article[b-pmz2sffcvn] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

#blazor-error-ui[b-pmz2sffcvn] {
    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-pmz2sffcvn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ParentDirectory/Components/Layout/LoginDisplay.razor.rz.scp.css */
a[b-4k4lac0cjc], a:link[b-4k4lac0cjc] {
    text-decoration: none !important;
}

    a:hover[b-4k4lac0cjc], a:active[b-4k4lac0cjc] {
        text-decoration: none !important;
    }
/* _content/ParentDirectory/Components/Layout/MainLayout.razor.rz.scp.css */


.page[b-b8zxhucutc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b8zxhucutc] {
    flex: 1;
    overflow-x: auto;
    height: 100vh;
}

    main > footer[b-b8zxhucutc] {
        position: sticky;
        top: 100vh;
        width: 100%;
        background-color: var(--sps-red);
        color: #fff;
        font-weight: bold;
        padding: 1.1em;
    }



.top-row[b-b8zxhucutc] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b8zxhucutc]  a, .top-row[b-b8zxhucutc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-b8zxhucutc]  a:hover, .top-row[b-b8zxhucutc]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-b8zxhucutc]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }



/* Custom Styles */
/*.nav-item ::deep .nav-link i {
    width: 2rem;
    font-size: 1.1rem;
}

::deep .nav-item.has-submenu > a {
    position: relative;
}

    ::deep .nav-item.has-submenu > a:after {
        content: "\e02f";
        position: absolute;
        right: 15px;
        color: white;
        font-family: "Icons";
        font-weight: 400;
        font-size: 13px;
        transform: rotateZ(90deg);
        transform-origin: left;
        transition: transform .5s ease;
    }

    ::deep .nav-item.has-submenu > a.collapsed:after {
        transform: rotateZ(0deg);
    }

.nav-item ::deep .nav-submenu .nav-subitem a {
    padding-left: 3rem;
    text-decoration: none;
}

    .nav-item ::deep .nav-submenu .nav-subitem a i {
        width: 2rem;
        font-size: 1.1rem;
    }*/


@media (max-width: 640.98px) {
    .top-row[b-b8zxhucutc] {
        justify-content: space-between;
    }

        .top-row a[b-b8zxhucutc], .top-row .btn-link[b-b8zxhucutc] {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-b8zxhucutc] {
        flex-direction: row;
        width: 100%;
    }

    .sidebar[b-b8zxhucutc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b8zxhucutc] {
        /*position: sticky;*/
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-b8zxhucutc]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-b8zxhucutc], article[b-b8zxhucutc] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

#blazor-error-ui[b-b8zxhucutc] {
    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-b8zxhucutc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
