/* /Components/Common/AlertDialog.razor.rz.scp.css */
.alert-dialog-backdrop[b-jmksves9so] {
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	inset: 0;
	padding: 1rem;
	position: fixed;
	z-index: 2000;
}

.alert-dialog[b-jmksves9so] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #d6d5d5);
	border-radius: 0.5rem;
	color: var(--asoc-text, #212529);
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.35);
	max-width: 30rem;
	padding: 1rem;
	width: 100%;
}

.alert-dialog-list[b-jmksves9so] {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}
/* /Components/Common/ConfirmDialog.razor.rz.scp.css */
.confirm-dialog-backdrop[b-1616rieyce] {
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	inset: 0;
	padding: 1rem;
	position: fixed;
	z-index: 2000;
}

.confirm-dialog[b-1616rieyce] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #d6d5d5);
	border-radius: 0.5rem;
	color: var(--asoc-text, #212529);
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.35);
	max-width: 28rem;
	padding: 1rem;
	width: 100%;
}
/* /Components/Common/DateOnlyInput.razor.rz.scp.css */
.date-only-input[b-nvhr2y90ql] {
	position: relative;
	display: block;
}

.date-only-input-display[b-nvhr2y90ql] {
	padding-right: 3rem;
	background-color: var(--bs-body-bg, #fff);
	cursor: pointer;
}

.date-only-input-native[b-nvhr2y90ql] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.date-only-input-native[b-nvhr2y90ql]::-webkit-calendar-picker-indicator {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.date-only-input-native:disabled[b-nvhr2y90ql],
.date-only-input-display:disabled[b-nvhr2y90ql] {
	cursor: not-allowed;
}
/* /Components/Common/FileUploadField.razor.rz.scp.css */
.file-upload-field[b-g8j9j89l8v] {
	width: 100%;
}
/* /Components/Common/ProvisioningOverlay.razor.rz.scp.css */
.provisioning-overlay-backdrop[b-9ii3vffnhy] {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.48);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	z-index: 1080;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.provisioning-overlay-dialog[b-9ii3vffnhy] {
	width: min(100%, 28rem);
	padding: 1.5rem;
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.18);
	text-align: center;
}

.provisioning-overlay-spinner[b-9ii3vffnhy] {
	margin-bottom: 1rem;
}

.provisioning-overlay-dialog h2[b-9ii3vffnhy] {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #0f172a;
}

.provisioning-overlay-dialog p[b-9ii3vffnhy] {
	margin: 0;
	color: #334155;
	line-height: 1.5;
}
/* /Components/Common/ToggleField.razor.rz.scp.css */
.toggle-field[b-m4a4askzpz] {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.toggle-field .form-label[b-m4a4askzpz] {
	margin-bottom: 0.5rem;
}

.toggle-switch[b-m4a4askzpz] {
	align-items: center;
	background: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	cursor: pointer;
	display: inline-flex;
	height: calc(1.5em + 0.75rem + 2px);
	justify-content: flex-start;
	padding: 0.15rem;
	position: relative;
	transition: background-color 0.15s ease, border-color 0.15s ease;
	width: 3.25rem;
}

.toggle-switch .toggle-thumb[b-m4a4askzpz] {
	background: #fff;
	border-radius: 0.25rem;
	height: calc(100% - 2px);
	width: 1.35rem;
	transition: transform 0.15s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.toggle-switch.is-on[b-m4a4askzpz] {
	background: #0d6efd;
	border-color: #0d6efd;
}

.toggle-switch.is-on .toggle-thumb[b-m4a4askzpz] {
	transform: translateX(1.55rem);
}

.toggle-switch:disabled[b-m4a4askzpz] {
	cursor: not-allowed;
	opacity: 0.75;
}

html.theme-dark .toggle-switch[b-m4a4askzpz] {
	background: #2b2b2b;
	border-color: #3f3f3f;
}

html.theme-dark .toggle-switch.is-on[b-m4a4askzpz] {
	background: #3d7eff;
	border-color: #3d7eff;
}

html.theme-dark .toggle-switch .toggle-thumb[b-m4a4askzpz] {
	background: #f1f3f5;
}

@media (max-width: 991.98px) {
	.toggle-field .form-label[b-m4a4askzpz] {
		font-size: 0.92rem;
	}
}
/* /Components/Layout/LanguageToggle.razor.rz.scp.css */
.language-toggle-btn[b-hp727vgdcf] {
	background: transparent;
	border: 1px solid #d6d5d5;
	border-radius: 0.375rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-left: 0.6rem;
	padding: 0.35rem 0.55rem;
}

.language-toggle-btn:hover[b-hp727vgdcf] {
	background: #f3f3f3;
}

.language-toggle-btn:focus-visible[b-hp727vgdcf] {
	outline: 2px solid #0d6efd;
	outline-offset: 1px;
}

.language-toggle-flag[b-hp727vgdcf] {
	display: block;
}

html.theme-dark .language-toggle-btn[b-hp727vgdcf] {
	border-color: #4d4d4d;
	color: #efefef;
}

html.theme-dark .language-toggle-btn:hover[b-hp727vgdcf] {
	background: #2a2a2a;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-aft6s6kwpb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aft6s6kwpb] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-aft6s6kwpb] {
    background-image: linear-gradient(180deg, #4f8cff 0%, #7b61ff 70%);
    display: flex;
    flex-direction: column;
}

.sidebar-footer[b-aft6s6kwpb] {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.75rem;
    margin-top: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: center;
}

html.theme-dark .sidebar-footer[b-aft6s6kwpb] {
    border-top-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

html.theme-dark .sidebar[b-aft6s6kwpb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aft6s6kwpb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aft6s6kwpb]  a, .top-row[b-aft6s6kwpb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aft6s6kwpb]  a:hover, .top-row[b-aft6s6kwpb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aft6s6kwpb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

html.theme-dark .top-row[b-aft6s6kwpb] {
    background-color: #1f1f1f;
    border-bottom-color: #3f3f3f;
}


@media (max-width: 640.98px) {
    .top-row[b-aft6s6kwpb] {
        justify-content: space-between;
    }

    .top-row[b-aft6s6kwpb]  a, .top-row[b-aft6s6kwpb]  .btn-link {
        margin-left: 0;
    }

}

@media (min-width: 641px) {
    .page[b-aft6s6kwpb] {
        flex-direction: row;
    }

    .sidebar[b-aft6s6kwpb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aft6s6kwpb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aft6s6kwpb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aft6s6kwpb], article[b-aft6s6kwpb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-aft6s6kwpb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-aft6s6kwpb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n9cubl5nmx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-n9cubl5nmx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-n9cubl5nmx] {
    min-height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.2);
}

html.theme-dark .top-row[b-n9cubl5nmx] {
    background-color: rgba(0, 0, 0, 0.4);
}

.top-row .container-fluid[b-n9cubl5nmx] {
    display: flex;
    justify-content: center;
}

.navbar-brand[b-n9cubl5nmx] {
    font-size: 0.95rem;
    white-space: normal;
    line-height: 1.25;
    display: block;
    text-align: center;
}

.bi[b-n9cubl5nmx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.75 6.75 8 2.5l5.25 4.25'/%3E%3Cpath d='M4.25 5.75V13h7.5V5.75'/%3E%3Cpath d='M6.75 13V9.5h2.5V13'/%3E%3C/svg%3E");
    background-size: 115% 115%;
}

.bi-plus-square-fill[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-shield-lock[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.75 11.75 3.1v3.45c0 2.56-1.53 4.89-3.75 6.03-2.22-1.14-3.75-3.47-3.75-6.03V3.1z'/%3E%3Crect x='6.15' y='6.8' width='3.7' height='2.85' rx='.55'/%3E%3Cpath d='M7.1 6.8v-.55a.9.9 0 0 1 1.8 0v.55'/%3E%3C/svg%3E");
    background-size: 128% 128%;
}

.bi-mortarboard[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917zM8 8.46 1.758 5.965 8 3.052l6.242 2.913z'/%3E%3Cpath d='M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466zm-.068 1.873.22-.748 3.496 1.311a.5.5 0 0 0 .352 0l3.496-1.311.22.748L8 12.46z'/%3E%3C/svg%3E");
}

.bi-diagram-3[b-n9cubl5nmx] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

.bi-shield-check[b-n9cubl5nmx] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56'/%3E%3Cpath d='M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

.bi-file-text[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 1.75h4.25l3 3V13A1.25 1.25 0 0 1 11 14.25H5A1.25 1.25 0 0 1 3.75 13V3A1.25 1.25 0 0 1 5 1.75Z'/%3E%3Cpath d='M9.25 1.75V4.75h3'/%3E%3Cpath d='M5.75 7.25h4.5'/%3E%3Cpath d='M5.75 9.25h4.5'/%3E%3Cpath d='M5.75 11.25h3'/%3E%3C/svg%3E");
    background-size: 110% 110%;
}

.bi-balance-scale[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2.25v10.5'/%3E%3Cpath d='M5.25 3.5h5.5'/%3E%3Cpath d='M4.5 4.25 3 7.25'/%3E%3Cpath d='M4.5 4.25 6 7.25'/%3E%3Cpath d='M11.5 4.25 10 7.25'/%3E%3Cpath d='M11.5 4.25 13 7.25'/%3E%3Cpath d='M2.75 7.25h3.5a1.75 1.75 0 0 1-3.5 0Z'/%3E%3Cpath d='M9.75 7.25h3.5a1.75 1.75 0 0 1-3.5 0Z'/%3E%3Cpath d='M6 13.75h4'/%3E%3C/svg%3E");
    background-size: 114% 114%;
}

.bi-signpost-split[b-n9cubl5nmx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7zm1 3V8H2l-.75 1L2 10zm0-5h6l.75-1L14 3H8z'/%3E%3C/svg%3E");
}

.nav-item[b-n9cubl5nmx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n9cubl5nmx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n9cubl5nmx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n9cubl5nmx]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-n9cubl5nmx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-n9cubl5nmx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-n9cubl5nmx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n9cubl5nmx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n9cubl5nmx] {
        display: none;
    }

    .nav-scrollable[b-n9cubl5nmx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ThemeToggle.razor.rz.scp.css */
.theme-toggle-btn[b-jd1m1z06hh] {
	background: transparent;
	border: 1px solid #d6d5d5;
	border-radius: 0.375rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-left: 1rem;
	padding: 0.35rem 0.55rem;
}

.theme-toggle-icon[b-jd1m1z06hh] {
	display: block;
	height: 1rem;
	width: 1rem;
}

.theme-toggle-icon--sun[b-jd1m1z06hh] {
	color: #fde68a;
}

.theme-toggle-icon--moon[b-jd1m1z06hh] {
	color: #111827;
}

.theme-toggle-btn:hover[b-jd1m1z06hh] {
	background: #f3f3f3;
}

.theme-toggle-btn:focus-visible[b-jd1m1z06hh] {
	outline: 2px solid #0d6efd;
	outline-offset: 1px;
}

html.theme-dark .theme-toggle-btn[b-jd1m1z06hh] {
	border-color: #4d4d4d;
	color: #efefef;
}

html.theme-dark .theme-toggle-btn:hover[b-jd1m1z06hh] {
	background: #2a2a2a;
}
/* /Components/Layout/UserMenu.razor.rz.scp.css */
.user-dropdown[b-ihtp8sv6fr] {
    margin-left: 1.5rem;
    position: relative;
    display: inline-block;
}

.user-menu-backdrop[b-ihtp8sv6fr] {
    position: fixed;
    inset: 0;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 9;
}

.user-trigger[b-ihtp8sv6fr] {
    background: #ffffff;
    border: 1px solid #d6d5d5;
    border-radius: 0.375rem;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
    padding: 0.35rem 0.7rem;
}

.user-trigger:hover[b-ihtp8sv6fr] {
    background: #f3f3f3;
}

.user-trigger:focus-visible[b-ihtp8sv6fr] {
    outline: 2px solid #0d6efd;
    outline-offset: 1px;
}

.user-menu[b-ihtp8sv6fr] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.25rem);
    min-width: 8rem;
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d6d5d5;
    border-radius: 0.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.user-menu a[b-ihtp8sv6fr] {
    display: block;
    padding: 0.4rem 0.75rem;
    text-decoration: none;
    color: inherit;
}

.user-menu a:hover[b-ihtp8sv6fr] {
    text-decoration: underline;
}

html.theme-dark .user-trigger[b-ihtp8sv6fr] {
    background: #2b2b2b;
    border-color: #4d4d4d;
    color: #efefef;
}

html.theme-dark .user-trigger:hover[b-ihtp8sv6fr] {
    background: #3a3a3a;
}

html.theme-dark .user-menu[b-ihtp8sv6fr] {
    background: #1f1f1f;
    border-color: #3f3f3f;
    color: #efefef;
}

@media (max-width: 640.98px) {
    .user-dropdown[b-ihtp8sv6fr] {
        margin-left: 0;
    }
}
/* /Components/Pages/ContractsPage.razor.rz.scp.css */
.contracts-grid[b-1seuljg7b0] {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.contract-card[b-1seuljg7b0] {
	border: 1px solid #d6d5d5;
}

.contract-divider[b-1seuljg7b0] {
	border: 0;
	border-top: 2px solid #d6d5d5;
	margin: 0;
	opacity: 1;
}

.contract-divider-before-create[b-1seuljg7b0] {
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}

html.theme-dark .contract-divider[b-1seuljg7b0] {
	border-top-color: #4b5563;
}

.contract-header[b-1seuljg7b0] {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.contract-header[b-1seuljg7b0] {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"title status"
			"icons icons";
		column-gap: 0.75rem;
		row-gap: 0.35rem;
		align-items: center;
	}

	.contract-toggle-button[b-1seuljg7b0] {
		grid-area: title;
	}

	.contract-header-status[b-1seuljg7b0] {
		grid-area: status;
	}

	.contract-header-icons[b-1seuljg7b0] {
		grid-area: icons;
	}
}

.contract-header-status[b-1seuljg7b0] {
	display: flex;
	justify-content: flex-end;
}

.contract-header-icons[b-1seuljg7b0] {
	align-items: center;
	display: inline-flex;
	gap: 0.45rem;
	justify-content: flex-start;
	align-self: flex-start;
}

.contract-toggle-button[b-1seuljg7b0] {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--asoc-text, #212529);
	cursor: pointer;
	display: inline-flex;
	gap: 0.35rem;
	padding: 0;
	text-align: left;
}

.contract-toggle-button:hover[b-1seuljg7b0] {
	color: var(--asoc-link, #006bb7);
}

.contract-validation-status[b-1seuljg7b0] {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 600;
	gap: 0.4rem;
	justify-content: flex-start;
	min-width: 14rem;
	width: 14rem;
	text-align: left;
	padding: 0.2rem 0.55rem;
	white-space: nowrap;
}

.contract-validation-status-validated[b-1seuljg7b0] {
	background: rgba(22, 163, 74, 0.14);
	color: #15803d;
}

.contract-validation-status-waiting[b-1seuljg7b0] {
	background: rgba(234, 179, 8, 0.18);
	color: #b45309;
}

.contract-validation-status-incomplete[b-1seuljg7b0] {
	background: rgba(220, 38, 38, 0.14);
	color: #b42318;
}

.contract-status-icon[b-1seuljg7b0] {
	display: block;
	height: 1.05rem;
	width: 1.05rem;
}

.contract-meta[b-1seuljg7b0] {
	display: grid;
	gap: 0.25rem;
	margin-bottom: 1rem;
}

.contract-section[b-1seuljg7b0] {
	border-top: 1px solid #eee;
	margin-top: 1rem;
	padding-top: 1rem;
}

.section-toggle-button[b-1seuljg7b0] {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--asoc-text, #212529);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.05rem;
	font-weight: 600;
	gap: 0.35rem;
	padding: 0;
}

.section-toggle-button:hover[b-1seuljg7b0] {
	color: var(--asoc-link, #006bb7);
}

.section-toggle-icon[b-1seuljg7b0] {
	color: var(--asoc-muted, #6c757d);
}

.owner-list[b-1seuljg7b0] {
	list-style: none;
	margin: 0;
	padding: 0;
}

.owner-edit-button[b-1seuljg7b0] {
	background: transparent;
	border: 0;
	color: #175cd3;
	cursor: pointer;
	font-size: 0.95rem;
	margin-right: 0.2rem;
	padding: 0;
}

.owner-edit-button:hover[b-1seuljg7b0] {
	color: #1849a9;
}

.owner-edit-icon[b-1seuljg7b0] {
	display: block;
	height: 1.15rem;
	width: 1.15rem;
}

.owner-list li[b-1seuljg7b0] {
	align-items: center;
	display: flex;
	gap: 0.1rem;
	line-height: 1.6;
}

.document-slot-list .document-slot-row[b-1seuljg7b0] {
	align-items: center;
	display: block;
	line-height: 1.4;
	margin-bottom: 0.45rem;
}

.document-slot-list .document-slot-row-optional[b-1seuljg7b0] {
	background: rgba(15, 23, 42, 0.04);
	border-left: 3px dashed #98a2b3;
	border-radius: 0.5rem;
	padding: 0.45rem 0.55rem 0.45rem 0.7rem;
}

.document-slot-list .document-slot-row + .document-slot-row[b-1seuljg7b0] {
	border-top: 1px solid var(--asoc-border, #d6d5d5);
	margin-top: 0.45rem;
	padding-top: 0.45rem;
}

.document-slot-label[b-1seuljg7b0] {
	font-weight: 500;
}

.document-slot-label-optional[b-1seuljg7b0] {
	color: #475467;
	font-style: italic;
}

.document-missing-grid[b-1seuljg7b0] {
	display: grid;
	grid-template-columns: minmax(12rem, 1fr) minmax(14rem, 22rem) auto;
	align-items: center;
	column-gap: 0.6rem;
}

.document-missing-label-col[b-1seuljg7b0] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.document-missing-file-col[b-1seuljg7b0] {
	min-width: 0;
	width: 100%;
}

.document-missing-save-col[b-1seuljg7b0] {
	display: flex;
	justify-content: flex-end;
	width: auto;
}

.document-missing-save-col .btn[b-1seuljg7b0] {
	height: calc(1.5em + 0.75rem + 2px);
	padding-top: 0;
	padding-bottom: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.document-existing-grid[b-1seuljg7b0] {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	align-items: center;
	column-gap: 0.4rem;
}

.document-existing-delete-col[b-1seuljg7b0] {
	display: flex;
	justify-content: center;
}

.document-existing-link-col[b-1seuljg7b0] {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	min-width: 0;
}

.document-existing-link-col .btn-link[b-1seuljg7b0] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	text-align: left;
}

.owner-delete-button[b-1seuljg7b0] {
	background: transparent;
	border: 0;
	color: #b42318;
	cursor: pointer;
	font-size: 0.95rem;
	margin-right: 0.35rem;
	padding: 0;
}

.owner-delete-icon[b-1seuljg7b0] {
	display: block;
	height: 1.15rem;
	width: 1.15rem;
}

.owner-delete-button:hover[b-1seuljg7b0] {
	color: #d92d20;
}

html.theme-dark .owner-delete-button[b-1seuljg7b0] {
	color: #f97066;
}

html.theme-dark .owner-edit-button[b-1seuljg7b0] {
	color: #84caff;
}

html.theme-dark .owner-delete-button:hover[b-1seuljg7b0] {
	color: #fda29b;
}

html.theme-dark .owner-edit-button:hover[b-1seuljg7b0] {
	color: #b2ddff;
}

html.theme-dark .contract-validation-status-validated[b-1seuljg7b0] {
	background: rgba(34, 197, 94, 0.18);
	color: #86efac;
}

html.theme-dark .contract-validation-status-waiting[b-1seuljg7b0] {
	background: rgba(250, 204, 21, 0.2);
	color: #fde68a;
}

html.theme-dark .contract-validation-status-incomplete[b-1seuljg7b0] {
	background: rgba(248, 113, 113, 0.18);
	color: #fecaca;
}

html.theme-dark .document-slot-list .document-slot-row-optional[b-1seuljg7b0] {
	background: rgba(148, 163, 184, 0.08);
	border-left-color: #94a3b8;
}

html.theme-dark .document-slot-label-optional[b-1seuljg7b0] {
	color: #cbd5e1;
}

@media (max-width: 767.98px) {
	.contract-title-text[b-1seuljg7b0] {
		font-size: 1rem;
	}

	.owner-edit-button[b-1seuljg7b0],
	.owner-delete-button[b-1seuljg7b0] {
		padding: 0.15rem;
	}

	.owner-edit-icon[b-1seuljg7b0],
	.owner-delete-icon[b-1seuljg7b0] {
		height: 1.35rem;
		width: 1.35rem;
	}

	.document-missing-grid[b-1seuljg7b0] {
		grid-template-columns: 1fr;
		row-gap: 0.4rem;
	}

	.document-missing-file-col[b-1seuljg7b0],
	.document-missing-save-col[b-1seuljg7b0] {
		width: 100%;
	}

	.document-missing-save-col[b-1seuljg7b0] {
		justify-content: flex-start;
	}
}
/* /Components/Pages/Contracts/ContractOwnerForm.razor.rz.scp.css */
.owner-form-grid[b-e26kij33h4] {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.owner-person-section[b-e26kij33h4],
.owner-company-section[b-e26kij33h4] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #e5e5e5);
	border-radius: 0.375rem;
	padding: 0.75rem;
}

.owner-fields-grid[b-e26kij33h4] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.owner-right-fields-grid[b-e26kij33h4] {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

.owner-use-contact-check[b-e26kij33h4] {
	grid-column: 1 / span 2;
	margin-top: 0.25rem;
}

input[readonly][b-e26kij33h4],
[b-e26kij33h4] input[readonly],
[b-e26kij33h4] .form-control:disabled,
[b-e26kij33h4] .form-check-input:disabled {
	background-color: var(--asoc-disabled-bg, #e9ecef);
	border-color: var(--asoc-border, #d6d5d5);
	color: var(--asoc-disabled-text, #495057);
	opacity: 1;
	cursor: not-allowed;
}

@media (max-width: 991.98px) {
	.owner-form-grid[b-e26kij33h4] {
		grid-template-columns: 1fr;
	}

	.owner-fields-grid[b-e26kij33h4] {
		grid-template-columns: 1fr;
	}

	.owner-use-contact-check[b-e26kij33h4] {
		grid-column: 1;
	}

	[b-e26kij33h4] .form-label,
	[b-e26kij33h4] .form-control,
	[b-e26kij33h4] .form-select,
	[b-e26kij33h4] .btn {
		font-size: 0.92rem;
	}
}
/* /Components/Pages/Contracts/ContractPropertyForm.razor.rz.scp.css */
.property-form-grid[b-xtaed7odjc] {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.property-left-section[b-xtaed7odjc],
.property-right-section[b-xtaed7odjc] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #e5e5e5);
	border-radius: 0.375rem;
	padding: 0.75rem;
}

.property-fields-grid[b-xtaed7odjc] {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.75rem;
}

.property-right-fields-grid[b-xtaed7odjc] {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

.property-klaus-container[b-xtaed7odjc] {
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 0.35rem;
}

.cf-inline-field[b-xtaed7odjc] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.cf-inline-label[b-xtaed7odjc] {
	font-size: 0.9rem;
	color: var(--asoc-muted, #6c757d);
	white-space: nowrap;
}

.cf-property-id-input[b-xtaed7odjc] {
	max-width: 12rem;
}

.quota-inline-field[b-xtaed7odjc] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.quota-input[b-xtaed7odjc] {
	max-width: 10rem;
}

.quota-inline-label[b-xtaed7odjc] {
	font-size: 0.9rem;
	color: var(--asoc-muted, #6c757d);
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.property-form-grid[b-xtaed7odjc] {
		grid-template-columns: 1fr;
	}

	.property-fields-grid[b-xtaed7odjc] {
		grid-template-columns: 1fr;
	}

	.quota-input[b-xtaed7odjc] {
		max-width: 100%;
	}

	.cf-property-id-input[b-xtaed7odjc] {
		max-width: 100%;
	}

	[b-xtaed7odjc] .form-label,
	[b-xtaed7odjc] .form-control,
	[b-xtaed7odjc] .form-select,
	[b-xtaed7odjc] .btn {
		font-size: 0.92rem;
	}
}
/* /Components/Pages/GdprRights.razor.rz.scp.css */
.gdpr-page[b-48pjea3i88] {
	color: var(--asoc-text, #212529);
}

.gdpr-section[b-48pjea3i88] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #d6d5d5);
	border-radius: 0.5rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
}

.gdpr-section h2[b-48pjea3i88] {
	margin-bottom: 0.6rem;
}

.gdpr-section ul[b-48pjea3i88] {
	margin-bottom: 0;
}

html.theme-dark .gdpr-page[b-48pjea3i88] {
	color: #e9ecef;
}

html.theme-dark .gdpr-section[b-48pjea3i88] {
	background: #1f1f1f;
	border-color: #3f3f3f;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-ixq48qjgol] {
	color: var(--asoc-text, #212529);
}

.home-section[b-ixq48qjgol] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #d6d5d5);
	border-radius: 0.5rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
}

.home-section h2[b-ixq48qjgol] {
	margin-bottom: 0.6rem;
}

.home-section p[b-ixq48qjgol] {
	margin-bottom: 0;
}

html.theme-dark .home-page[b-ixq48qjgol] {
	color: #e9ecef;
}

html.theme-dark .home-section[b-ixq48qjgol] {
	background: #1f1f1f;
	border-color: #3f3f3f;
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-page[b-btpl1qkksa] {
	color: var(--asoc-text, #212529);
}

.privacy-section[b-btpl1qkksa] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #d6d5d5);
	border-radius: 0.5rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
}

.privacy-section h2[b-btpl1qkksa] {
	margin-bottom: 0.6rem;
}

.privacy-section ul[b-btpl1qkksa] {
	margin-bottom: 0;
}

html.theme-dark .privacy-page[b-btpl1qkksa] {
	color: #e9ecef;
}

html.theme-dark .privacy-section[b-btpl1qkksa] {
	background: #1f1f1f;
	border-color: #3f3f3f;
}
/* /Components/Pages/Terms.razor.rz.scp.css */
.terms-page[b-jh4a3vwk62] {
	color: var(--asoc-text, #212529);
}

.terms-section[b-jh4a3vwk62] {
	background: var(--asoc-card-bg, #fff);
	border: 1px solid var(--asoc-border, #d6d5d5);
	border-radius: 0.5rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
}

.terms-section h2[b-jh4a3vwk62] {
	margin-bottom: 0.6rem;
}

html.theme-dark .terms-page[b-jh4a3vwk62] {
	color: #e9ecef;
}

html.theme-dark .terms-section[b-jh4a3vwk62] {
	background: #1f1f1f;
	border-color: #3f3f3f;
}
