/* /Pages/Index.razor.rz.scp.css */
/* /Pages/Palette.razor.rz.scp.css */
/* /Pages/Projects/TextShare/TextShare.razor.rz.scp.css */
body[b-hhleu5v910] {
}
/* /Shared/MainLayout.razor.rz.scp.css */


main[b-nu1fngq73u] {
    flex: 1;
    background-color: var(--background);
}

.page[b-nu1fngq73u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-nu1fngq73u] {
        flex-direction: row;
    }

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

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

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

    .top-row[b-nu1fngq73u], article[b-nu1fngq73u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-all[b-78kdeu1yz2] {
    background-color: var(--primary);
    height: 100%;
}

.navbar-toggler[b-78kdeu1yz2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-78kdeu1yz2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-78kdeu1yz2] {
    font-size: 1.5rem;
    color: var(--text-info);
    font-family: Consolas
}

.fa-solid[b-78kdeu1yz2], .fa-regular[b-78kdeu1yz2], .oi[b-78kdeu1yz2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-bottom;
    top: -1.5px;
}

.nav-item[b-78kdeu1yz2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-78kdeu1yz2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-78kdeu1yz2] {
        padding-bottom: 0.2rem;
    }

    .nav-item[b-78kdeu1yz2]  a {
        color: var(--text-primary);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-78kdeu1yz2]  a.active {
            background-color: rgba(255,255,255,0.15);
            color: var(--text-info);
        }

        .nav-item[b-78kdeu1yz2]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
            cursor: pointer;
        }

.project-item[b-78kdeu1yz2] {
    /*margin-left: -0.4rem;*/
}

.project-item-div[b-78kdeu1yz2] {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-left: 2rem;
    background-color: rgba(255,255,255,0.05);
    width: 85%;
    border-radius: 8px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-78kdeu1yz2] {
        display: none;
    }

    .collapse[b-78kdeu1yz2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SettingsMenu.razor.rz.scp.css */
.settings[b-sa0slz05ul] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.gear-icon[b-sa0slz05ul] {
    color: var(--dark);
}
