/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dbaplxei8q] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: "Monotype Corsiva";
    min-height: 100vh; /* Set minimum height to 100% of viewport height */
    max-width: auto;
    color: #ce056e;
    background-color: #fdc54a;
}

main[b-dbaplxei8q] {
    padding-top: 10px;
    flex: 1;
    color: #ce056e;
    max-width: auto;
}

.mainlogo[b-dbaplxei8q] {
    max-width:70%;
    width:20%;
    height: auto;
    margin: 0 auto;
}

header[b-dbaplxei8q] {
    padding-top: 20px;
    box-sizing: border-box;
    color: #ce056e;
    padding-bottom: 10px;
}

img[b-dbaplxei8q] {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sidebar[b-dbaplxei8q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dbaplxei8q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dbaplxei8q]  a, .top-row[b-dbaplxei8q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-dbaplxei8q]  a:hover, .top-row[b-dbaplxei8q]  .btn-link:hover {
            text-decoration: underline;
        }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dbaplxei8q] {
        display: none;
    }

    .page[b-dbaplxei8q] {
        position: relative;
        display: flex;
        flex-direction: column;
        font-family: "Monotype Corsiva";
        min-height: 100vh; /* Set minimum height to 100% of viewport height */
        max-width: auto;
        color: #ce056e;
        background-color: #fdc54a;
    }

    .sidebar[b-dbaplxei8q] {
        display: none;
    }

    .profile[b-dbaplxei8q] {
        width: 50%;
    }

    main[b-dbaplxei8q] {
        margin-top: 10px;
        padding-top: 10px;
    }

    .mainlogo[b-dbaplxei8q] {
        width:100%;
    }

    .same-size-image[b-dbaplxei8q] {
        width: 50%;
        height: auto;
    }

    header[b-dbaplxei8q] {
        position: sticky;
        margin: 0px;
        color: #ce056e;
        /*padding: 0px 20px 0px;*/
    }

    .top-row.auth[b-dbaplxei8q] {
        justify-content: space-between;
    }

    .top-row[b-dbaplxei8q]  a, .top-row[b-dbaplxei8q]  .btn-link {
        margin-left: 0;
    }

    .content-container[b-dbaplxei8q] {
        min-height: 100vh; /* Set minimum height to 100% of viewport height */
    }
}

@media (min-width: 641px) {
    /*.page {
        flex-direction: row;
        min-height: 100vh;*/ /* Set minimum height to 100% of viewport height */
    /*}*/

    main[b-dbaplxei8q] {
        padding-top: 100px;
    }

    .page[b-dbaplxei8q] {
        position: relative;
        display: flex;
        flex-direction: row;
        font-family: "Monotype Corsiva";
        min-height: 100vh; /* Set minimum height to 100% of viewport height */
        max-width: auto;
        color: #ce056e;
        background-color: #fdc54a;
    }

    .sidebar[b-dbaplxei8q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .same-size-image[b-dbaplxei8q] {
        width: 20%;
        height: auto;
    }

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

    header[b-dbaplxei8q] {
        /*display: none;*/
        width: 100%;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
    }

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

    .top-row[b-dbaplxei8q], article[b-dbaplxei8q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-md1vxgtncf] {
    background-color: rgba(255, 255, 255, 0.5);
    color: #ff0003;
}

.top-row[b-md1vxgtncf] {
    /*height: 3.5rem;*/
    background-color: rgba(0, 0, 0, 0.0001);
    color: #ff0003;
    /*display: table-header-group;*/
}

.navbar-brand[b-md1vxgtncf] {
    font-size: 1.1rem;
    color: #ff0003;
}

.navbar-dark .navbar-nav .nav-link[b-md1vxgtncf] {
    color: #000000;
}

.navbar-center[b-md1vxgtncf] {
}

.navlinks[b-md1vxgtncf] {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ff0003;
}

/*
.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}*/

.nav-item[b-md1vxgtncf] {
    font-size: 0.9rem;
    color: #000000;
    background-color: #ffffff;
}

    .nav-item:first-of-type[b-md1vxgtncf] {
        /*padding-top: 1rem;*/
    }

    .nav-item:last-of-type[b-md1vxgtncf] {
        /*padding-bottom: 1rem;*/
    }

    .nav-item[b-md1vxgtncf]  a {
        color: #000000;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

        .nav-item[b-md1vxgtncf]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: #ff0003;
        }

        .nav-item[b-md1vxgtncf]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #ff0003;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-md1vxgtncf] {
        display: none;
        align-content: center;
    }

    .collapse[b-md1vxgtncf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-md1vxgtncf] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
