@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/NotificationHost.razor.rz.scp.css */
.notification-host[b-zsassvr1v7] {
	position: fixed;
	right: 14px;
	top: 70px;
	z-index: 100000;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: min(520px, calc(100vw - 28px));
}

.notification-item[b-zsassvr1v7] {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	line-height: 1.25;
}

.notification-text[b-zsassvr1v7] {
	flex: 1;
	min-width: 0;
}

.notification-title[b-zsassvr1v7] {
	font-weight: 700;
	margin-bottom: 4px;
}

.notification-close[b-zsassvr1v7] {
	border: none;
	background: transparent;
	cursor: pointer;
	font-weight: 700;
	padding: 0 4px;
}

.notification-item.level-info[b-zsassvr1v7] { border-left: 5px solid #0d6efd; }
.notification-item.level-success[b-zsassvr1v7] { border-left: 5px solid #198754; }
.notification-item.level-warning[b-zsassvr1v7] { border-left: 5px solid #ffc107; }
.notification-item.level-error[b-zsassvr1v7] { border-left: 5px solid #dc3545; }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-s1w1j2yunf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s1w1j2yunf] {
    flex: 1;
}

.sidebar[b-s1w1j2yunf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s1w1j2yunf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s1w1j2yunf]  a, .top-row[b-s1w1j2yunf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-s1w1j2yunf]  a:hover, .top-row[b-s1w1j2yunf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-s1w1j2yunf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-s1w1j2yunf] {
        justify-content: space-between;
    }

    .top-row[b-s1w1j2yunf]  a, .top-row[b-s1w1j2yunf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s1w1j2yunf] {
        flex-direction: row;
    }

    .sidebar[b-s1w1j2yunf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s1w1j2yunf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-s1w1j2yunf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s1w1j2yunf], article[b-s1w1j2yunf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
