/* /Shared/Login.razor.rz.scp.css */
.tit[b-k8fpcmkqj5] {
	font-weight: 500;
	font-size: 1.1rem;
}

.fform[b-k8fpcmkqj5] {
	text-align:center
}
.form[b-k8fpcmkqj5] {
	display: flex;
	width: 100%
}

#email[b-k8fpcmkqj5], [b-k8fpcmkqj5] #email {
	margin-left: 5px;
	border-radius: 0.25rem;
	height: 1.2rem;
	border-width: thin;
	width: -webkit-fill-available;
}

.validation-message[b-k8fpcmkqj5], [b-k8fpcmkqj5] .validation-message {
	text-align:center;
	font-size:0.7rem;
	padding-top:0.8rem;
}

@media (max-width: 641px) {
	.main[b-k8fpcmkqj5] {
		flex-flow: column;
	}

	.tit[b-k8fpcmkqj5] {
		text-align:center;
	}

	.fform[b-k8fpcmkqj5] {
		flex:1;
	}

	.form[b-k8fpcmkqj5] {
		flex-direction:column;
		place-items:center;
	}

	.semail[b-k8fpcmkqj5] {
		width: 100%;
	}
}

@media (min-width: 641px) {
	.fform[b-k8fpcmkqj5] {
		padding-left: 1rem;
		flex-grow: 1;
	}

	.semail[b-k8fpcmkqj5] {
		flex-grow: 1;
	}
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-tlfugq11ah] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tlfugq11ah] {
    flex: 1;
}

.sidebar[b-tlfugq11ah] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tlfugq11ah] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tlfugq11ah]  a, .top-row[b-tlfugq11ah]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tlfugq11ah]  a:hover, .top-row[b-tlfugq11ah]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tlfugq11ah]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tlfugq11ah] {
        display: none;
    }

    .top-row.auth[b-tlfugq11ah] {
        justify-content: space-between;
    }

    .top-row[b-tlfugq11ah]  a, .top-row[b-tlfugq11ah]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tlfugq11ah] {
        flex-direction: row;
    }

    .sidebar[b-tlfugq11ah] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tlfugq11ah] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tlfugq11ah]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tlfugq11ah], article[b-tlfugq11ah] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
