/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* /Components/Layout/BlankLayout.razor.rz.scp.css */
main[b-pobhw4997v] {
	display: flex;
	align-items: center;
	min-height: 100vh;
}

article[b-pobhw4997v] {
	width: 100%;
}

#blazor-error-ui[b-pobhw4997v] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pobhw4997v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/CommitteeLayout.razor.rz.scp.css */
.committee-header-inner[b-t5qgdujm69] {
	max-width: 80rem;
	width: 100%;
}

.header-email[b-t5qgdujm69] {
	font-size: 0.75rem;
}

[b-t5qgdujm69] .nav-pill {
	border-radius: var(--bs-border-radius);
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	color: var(--brand-muted);
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

[b-t5qgdujm69] .nav-pill:hover {
	background-color: var(--brand-tint);
	color: var(--brand-foreground);
}

[b-t5qgdujm69] .nav-pill.active {
	background-color: var(--brand-tint);
	color: var(--brand-foreground);
	font-weight: 500;
}

.committee-body[b-t5qgdujm69] {
	background-color: #fafafa;
	min-height: calc(100vh - 60px);
}

#blazor-error-ui[b-t5qgdujm69] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss[b-t5qgdujm69] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

.site-footer[b-t5qgdujm69] {
	max-width: 72rem;
}

.footer-text[b-t5qgdujm69] {
	font-size: 0.75rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-o0ekw5m5cg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-o0ekw5m5cg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-fkmvvc5lsx] {
	font-size: 1rem;
	font-weight: 500 !important;
}

.container-fluid[b-fkmvvc5lsx] {
	max-width: 1200px;
}

[b-fkmvvc5lsx] .nav-link {
	font-size: 0.75rem !important;
}

[b-fkmvvc5lsx] .btn-nav {
	font-size: 0.75rem !important;
	border-radius: 10px;
}

	[b-fkmvvc5lsx] .btn-nav:hover {
		background-color: #ee266b !important;
		border-color: #ee266b !important;
		color: #FFF !important;
	}

	[b-fkmvvc5lsx] .btn-nav.btn-outline-primary {
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05) !important;
	}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5sb030272d],
.components-reconnect-repeated-attempt-visible[b-5sb030272d],
.components-reconnect-failed-visible[b-5sb030272d],
.components-pause-visible[b-5sb030272d],
.components-resume-failed-visible[b-5sb030272d],
.components-rejoining-animation[b-5sb030272d] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5sb030272d],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5sb030272d],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5sb030272d],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5sb030272d],
#components-reconnect-modal.components-reconnect-retrying[b-5sb030272d],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5sb030272d],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5sb030272d],
#components-reconnect-modal.components-reconnect-failed[b-5sb030272d],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5sb030272d] {
    display: block;
}


#components-reconnect-modal[b-5sb030272d] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5sb030272d 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5sb030272d 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5sb030272d 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5sb030272d]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5sb030272d 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5sb030272d {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5sb030272d {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5sb030272d {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5sb030272d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5sb030272d] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5sb030272d] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5sb030272d] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5sb030272d] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5sb030272d] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5sb030272d] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5sb030272d 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5sb030272d] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5sb030272d {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Committee/ChangeMasterPassword.razor.rz.scp.css */
.security-page[b-uchmin4kb3] {
	max-width: 80rem;
}

.form-card[b-uchmin4kb3] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	padding: 1.25rem;
}
/* /Components/Pages/Committee/Dashboard.razor.rz.scp.css */
.dashboard-page[b-bb6dvgp7l6] {
	max-width: 80rem;
}

.stat-grid[b-bb6dvgp7l6] {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 576px) {
	.stat-grid[b-bb6dvgp7l6] {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.stat-grid[b-bb6dvgp7l6] {
		grid-template-columns: repeat(4, 1fr);
	}
}

.stat-card[b-bb6dvgp7l6] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	padding: 1.25rem;
}

.stat-label[b-bb6dvgp7l6] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--brand-muted);
}

.stat-value[b-bb6dvgp7l6] {
	margin-top: 0.5rem;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--brand-foreground);
}

.charts-grid[b-bb6dvgp7l6] {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1rem;
}

@media (min-width: 992px) {
	.charts-grid[b-bb6dvgp7l6] {
		grid-template-columns: minmax(260px, 1fr) 2fr;
	}
}

.chart-card[b-bb6dvgp7l6] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	padding: 1.25rem;
}

.chart-title[b-bb6dvgp7l6] {
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: var(--brand-foreground);
}

.filter-select[b-bb6dvgp7l6] {
	width: auto;
	min-width: 160px;
}

.donut-chart[b-bb6dvgp7l6] {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.donut-svg[b-bb6dvgp7l6] {
	width: 100%;
	max-width: 220px;
}

.donut-total-value[b-bb6dvgp7l6] {
	font-size: 1.5rem;
	font-weight: 600;
	fill: var(--brand-foreground);
}

.donut-total-label[b-bb6dvgp7l6] {
	font-size: 0.65rem;
	fill: var(--brand-muted);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.chart-legend[b-bb6dvgp7l6] {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	font-size: 0.8125rem;
	color: var(--brand-foreground);
}

.chart-legend li[b-bb6dvgp7l6] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.legend-dot[b-bb6dvgp7l6] {
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	flex-shrink: 0;
}

.legend-count[b-bb6dvgp7l6] {
	margin-left: auto;
	font-weight: 600;
	color: var(--brand-muted);
}

.line-svg[b-bb6dvgp7l6] {
	width: 100%;
	height: auto;
}

.line-axis[b-bb6dvgp7l6] {
	stroke: var(--brand-border);
	stroke-width: 1;
}

.line-grid[b-bb6dvgp7l6] {
	stroke: var(--brand-border);
	stroke-width: 1;
	opacity: 0.6;
}

.line-path[b-bb6dvgp7l6] {
	stroke: var(--brand-foreground);
	stroke-width: 2;
}

.line-dot[b-bb6dvgp7l6] {
	fill: #fff;
	stroke: var(--brand-foreground);
	stroke-width: 2;
}

.line-axis-text[b-bb6dvgp7l6] {
	font-size: 0.65rem;
	fill: var(--brand-muted);
	font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Committee/ManageForm.razor.rz.scp.css */
.form-config-page[b-7ftwe1d1ad] {
	max-width: 80rem;
}

.form-check-input:checked[b-7ftwe1d1ad] {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.form-card[b-7ftwe1d1ad] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	padding: 1.25rem;
}

.field-toggle[b-7ftwe1d1ad] {
	background-color: #fff;
}

.tag-pill[b-7ftwe1d1ad] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	background-color: var(--brand-tint);
	padding: 0.35rem 0.6rem;
	font-size: 0.875rem;
}

.btn-tag-action[b-7ftwe1d1ad] {
	display: inline-flex;
	align-items: center;
	border: none;
	background: transparent;
	padding: 0;
	color: var(--brand-muted);
	font-size: 0.75rem;
}

.btn-tag-action:hover[b-7ftwe1d1ad] {
	color: #e50000;
}

.question-row[b-7ftwe1d1ad] {
	background-color: #fff;
}

@media (min-width: 768px) {
	.question-col-type[b-7ftwe1d1ad] {
		flex: 0 0 160px;
		max-width: 160px;
	}

	.question-col-required[b-7ftwe1d1ad] {
		flex: 0 0 130px;
		max-width: 130px;
	}
}

@media (max-width: 768px) {

	.save-btn[b-7ftwe1d1ad] {
		padding: 10px 20px;
		margin-left: 10px;
	}

	.save-btn-svg[b-7ftwe1d1ad] {
		height: 26px;
		width: 32px;
	}

	.save-btn-text[b-7ftwe1d1ad] {
		display: none;
	}

	.save-btn-container[b-7ftwe1d1ad] {
		display: flex;
		align-items: center;
	}
}

.question-required-switch[b-7ftwe1d1ad] {
	height: 2.25rem;
}

.empty-state[b-7ftwe1d1ad] {
	border-style: dashed !important;
}

.btn-icon[b-7ftwe1d1ad] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	background-color: transparent;
}

.btn-icon:hover[b-7ftwe1d1ad] {
	background-color: var(--brand-tint);
}
/* /Components/Pages/Committee/ManageUsers.razor.rz.scp.css */
.users-page[b-lzr58ja54e] {
	max-width: 80rem;
}

.form-card[b-lzr58ja54e] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	padding: 1.25rem;
}

.password-input[b-lzr58ja54e] {
	position: relative;
}

.password-input input[b-lzr58ja54e] {
	padding-right: 2.25rem;
}

.password-toggle[b-lzr58ja54e] {
	position: absolute;
	right: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border: none;
	background: transparent;
	color: var(--brand-muted);
	padding: 0;
}

.password-toggle:hover[b-lzr58ja54e] {
	color: var(--brand-foreground);
}

.table-card[b-lzr58ja54e] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	overflow: hidden;
}

.table-card-header[b-lzr58ja54e] {
	border-bottom: 1px solid var(--brand-border);
	padding: 1.25rem;
}

.users-table th[b-lzr58ja54e] {
	font-size: 0.875rem;
	color: var(--brand-muted);
	font-weight: 500;
	border-bottom: 1px solid var(--brand-border);
	padding: 0.6rem 0.75rem;
}

.users-table td[b-lzr58ja54e] {
	font-size: 0.875rem;
	border-bottom: 1px solid var(--brand-border);
	padding: 0.6rem 0.75rem;
}

.users-table .col-role[b-lzr58ja54e] {
	width: 220px;
}

.users-table .col-since[b-lzr58ja54e] {
	width: 140px;
}

.users-table .col-actions[b-lzr58ja54e] {
	width: 130px;
}

.btn-icon[b-lzr58ja54e] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	background-color: transparent;
}

.btn-icon:hover:not(:disabled)[b-lzr58ja54e] {
	background-color: var(--brand-tint);
}

.btn-icon:disabled[b-lzr58ja54e] {
	opacity: 0.4;
}

.modal-backdrop-custom[b-lzr58ja54e] {
	position: fixed;
	inset: 0;
	background: rgba(10, 7, 85, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1050;
	padding: 1rem;
}

.modal-card[b-lzr58ja54e] {
	background-color: #fff;
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	padding: 1.5rem;
	width: 100%;
	max-width: 24rem;
}
/* /Components/Pages/Committee/ReportDetail.razor.rz.scp.css */
.case-detail-page[b-xghhelfzi5] {
	max-width: 80rem;
}

.back-link:hover[b-xghhelfzi5] {
	color: var(--brand-foreground) !important;
}

.detail-card[b-xghhelfzi5] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	padding: 1.25rem;
}

.case-label[b-xghhelfzi5] {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: var(--brand-foreground);
	opacity: 0.7;
}

.field-block[b-xghhelfzi5] {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--brand-border);
}

.detail-card > .field-block:first-of-type[b-xghhelfzi5] {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.field-block-primary[b-xghhelfzi5] {
	background-color: var(--brand-tint);
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	padding: 1rem;
}

.field-block-primary .case-label[b-xghhelfzi5] {
	opacity: 0.85;
}

.field-text[b-xghhelfzi5] {
	line-height: 1.6;
	max-width: 80ch;
}

.detail-title[b-xghhelfzi5] {
	font-size: 0.925rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: var(--brand-foreground);
}

.status-select-wrapper[b-xghhelfzi5] {
	min-width: 200px;
}

.origin-badge[b-xghhelfzi5] {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	padding: 0.125rem 0.55rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--brand-foreground);
}

.message-item[b-xghhelfzi5] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	padding: 0.75rem;
}

.message-committee[b-xghhelfzi5] {
	background-color: var(--brand-tint);
	border-color: var(--bs-primary);
}

.message-meta[b-xghhelfzi5] {
	font-size: 0.75rem;
}

.attachment-list[b-xghhelfzi5] {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.attachment-item[b-xghhelfzi5] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	padding: 0.6rem;
}

.attachment-info[b-xghhelfzi5] {
	min-width: 0;
}

.attachment-name[b-xghhelfzi5] {
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.attachment-meta[b-xghhelfzi5] {
	font-size: 0.75rem;
}

.timeline[b-xghhelfzi5] {
	position: relative;
	list-style: none;
	margin: 0;
	padding-left: 1rem;
	border-left: 1px solid var(--brand-border);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.timeline-item[b-xghhelfzi5] {
	position: relative;
}

.timeline-item[b-xghhelfzi5]::before {
	content: "";
	position: absolute;
	left: -1.31rem;
	top: 0.35rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: var(--bs-primary);
}

.timeline-date[b-xghhelfzi5] {
	font-size: 0.7rem;
}

.timeline-title[b-xghhelfzi5] {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--brand-foreground);
}

.timeline-description[b-xghhelfzi5] {
	font-size: 0.75rem;
}
/* /Components/Pages/Committee/Reports.razor.rz.scp.css */
.cases-page[b-c7uepxu6i5] {
	max-width: 80rem;
}

.toolbar[b-c7uepxu6i5] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	padding: 1rem;
}

.search-input[b-c7uepxu6i5] {
	position: relative;
	min-width: 220px;
}

.search-input svg[b-c7uepxu6i5] {
	position: absolute;
	left: 0.65rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--brand-muted);
	pointer-events: none;
}

.search-input input[b-c7uepxu6i5] {
	padding-left: 2rem;
}

.filter-select[b-c7uepxu6i5] {
	width: auto;
	min-width: 160px;
}

.table-card[b-c7uepxu6i5] {
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius-lg);
	background-color: #fff;
	overflow: hidden;
}

.cases-table th[b-c7uepxu6i5] {
	font-size: 0.875rem;
	color: var(--brand-muted);
	font-weight: 500;
	border-bottom: 1px solid var(--brand-border);
	padding: 0.6rem 0.75rem;
}

.cases-table td[b-c7uepxu6i5] {
	font-size: 0.875rem;
	border-bottom: 1px solid var(--brand-border);
	padding: 0.6rem 0.75rem;
}

.status-badge[b-c7uepxu6i5] {
	display: inline-flex;
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--bs-border-radius);
	padding: 0.125rem 0.55rem;
	font-size: 0.75rem;
	font-weight: 600;
}

.origin-badge[b-c7uepxu6i5] {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	padding: 0.125rem 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--brand-foreground);
}

.open-link[b-c7uepxu6i5] {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.875rem;
	color: var(--bs-primary);
	text-decoration: none;
}

.open-link:hover[b-c7uepxu6i5] {
	text-decoration: underline;
}

.pagination-bar[b-c7uepxu6i5] {
	border-top: 1px solid var(--brand-border);
}

@media (max-width: 768px) {
	.filter-select[b-c7uepxu6i5] {
		width: stretch;
	}

	.protocol-cell[b-c7uepxu6i5] {
		min-width: 100px;
	}

	.anonymous-cell[b-c7uepxu6i5] {
		display: none;
	}
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* CSS for Home component */
.hero-section[b-cuysnzn9qy] {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.hero-narrow[b-cuysnzn9qy] {
	max-width: 56rem;
}

.hero-title[b-cuysnzn9qy] {
	font-size: clamp(2.25rem, 1.9rem + 1.5vw, 3rem);
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.hero-subtitle[b-cuysnzn9qy] {
	max-width: 42rem;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.hero-subtitle[b-cuysnzn9qy] {
		font-size: 1.125rem;
	}
}

.btn-hero[b-cuysnzn9qy] {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.features-section[b-cuysnzn9qy] {
	max-width: 72rem;
	padding-bottom: 6rem;
}

.icon-box[b-cuysnzn9qy] {
	width: 2.5rem;
	height: 2.5rem;
}

.site-footer[b-cuysnzn9qy] {
	max-width: 72rem;
}

.footer-text[b-cuysnzn9qy] {
	font-size: 0.75rem;
}
/* /Components/Pages/Public/ConsultReport.razor.rz.scp.css */
/* CSS for ConsultReport component */
.form-page[b-6yo1kdmqzd] {
	max-width: 42rem;
}

.icon-circle[b-6yo1kdmqzd] {
	width: 2.5rem;
	height: 2.5rem;
}

.protocol-label[b-6yo1kdmqzd] {
	font-size: 0.8rem;
	letter-spacing: 0.05em;
}

.protocol-code[b-6yo1kdmqzd] {
	letter-spacing: 0.05em;
}

.status-badge[b-6yo1kdmqzd] {
	border: 1px solid transparent;
	font-weight: 600;
}

.border-dashed[b-6yo1kdmqzd] {
	border-style: dashed !important;
}

.spin[b-6yo1kdmqzd] {
	animation: consult-spin-b-6yo1kdmqzd 1s linear infinite;
}

.bg-title[b-6yo1kdmqzd] {
	background-color: var(--brand-tint) !important;
	padding: 10px;
	border-radius: 0.5rem;
	max-width: fit-content;
}


.consult-div[b-6yo1kdmqzd] {
	width: 60%;
}

.attachment-list[b-6yo1kdmqzd] {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.attachment-item[b-6yo1kdmqzd] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	border: 1px solid var(--brand-border);
	border-radius: var(--bs-border-radius);
	padding: 0.6rem;
}

.attachment-info[b-6yo1kdmqzd] {
	min-width: 0;
}

.attachment-name[b-6yo1kdmqzd] {
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.attachment-meta[b-6yo1kdmqzd] {
	font-size: 0.75rem;
}

@keyframes consult-spin-b-6yo1kdmqzd {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.consult-div[b-6yo1kdmqzd] {
		width: 90%;
	}
}
/* /Components/Pages/Public/CreateReport.razor.rz.scp.css */
/* CSS for Report component */
.form-page[b-sy8qodiom6] {
	max-width: 48rem;
}

.option-card[b-sy8qodiom6] {
	cursor: pointer;
	transition: border-color 0.15s ease;
}

.option-card:hover[b-sy8qodiom6] {
	border-color: var(--bs-primary);
}

.option-card:has(input:checked)[b-sy8qodiom6] {
	border-color: var(--bs-primary);
	background-color: var(--brand-tint);
}

.option-hint[b-sy8qodiom6] {
	font-size: 0.75rem;
}

.dropzone[b-sy8qodiom6] {
	border-style: dashed !important;
}

.btn-submit[b-sy8qodiom6] {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.btn-cancel[b-sy8qodiom6] {
	border-color: transparent;
	background-color: transparent;
	padding: 0.5rem 1rem;
}

.btn-cancel:hover[b-sy8qodiom6] {
	background-color: #ee266b;
	color: #fff;
}

.file-icon[b-sy8qodiom6] {
	width: 2rem;
	height: 2rem;
}

.file-info[b-sy8qodiom6] {
	min-width: 0;
}

.file-size-text[b-sy8qodiom6] {
	font-size: 0.75rem;
}

.btn-file-remove[b-sy8qodiom6] {
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: var(--bs-border-radius);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

	.btn-file-remove:hover[b-sy8qodiom6] {
		background-color: #ee266b;
		color: #fff;
	}

.icon-circle[b-sy8qodiom6] {
	width: 2.5rem;
	height: 2.5rem;
}

.protocol-label[b-sy8qodiom6] {
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

.protocol-code[b-sy8qodiom6] {
	letter-spacing: 0.05em;
}

@media (max-width: 768px) {
	.protocol-area[b-sy8qodiom6] {
		align-items: flex-start !important;
		flex-flow: column nowrap;
	}

	.notification-svg[b-sy8qodiom6] {
		display: none;
	}
}
