/* _content/ActivityCalender/Pages/AddPost.razor.rz.scp.css */
[b-9g6gxp6j1a] img {
	max-width:400px;
	max-height:300px;
}
/* _content/ActivityCalender/Pages/Index.razor.rz.scp.css */
table[b-fldq8eoj9k]
{
	--remmad-font-size:1.6vW;
}
th[b-fldq8eoj9k]
{
	font-size:1.8vW;
}
input#activityOpacity[b-fldq8eoj9k] {
	opacity: 0.5;
	accent-color: #0026ff;
}
input.larger[b-fldq8eoj9k]
{
	height:1vW;
	width:3vW;
}
/* _content/ActivityCalender/Shared/MainLayout.razor.rz.scp.css */
.page[b-nnubkq2bkh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nnubkq2bkh] {
    flex: 1;
}

.sidebar[b-nnubkq2bkh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nnubkq2bkh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nnubkq2bkh]  a, .top-row .btn-link[b-nnubkq2bkh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nnubkq2bkh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nnubkq2bkh] {
        display: none;
    }

    .top-row.auth[b-nnubkq2bkh] {
        justify-content: space-between;
    }

    .top-row a[b-nnubkq2bkh], .top-row .btn-link[b-nnubkq2bkh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nnubkq2bkh] {
        flex-direction: row;
    }

    .sidebar[b-nnubkq2bkh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nnubkq2bkh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nnubkq2bkh], article[b-nnubkq2bkh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
