/* _content/Nine.BackOffice/Pages/Settings/PaymentMethodRegisterList.razor.rz.scp.css */
/* _content/Nine.BackOffice/Pages/Settings/Users/PermissionsSwitches.razor.rz.scp.css */
<style[b-r879lr1h9c] >
 .permission-groups .k-card {
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: var(--bs-box-shadow-sm);
}

[b-r879lr1h9c] .permission-groups .k-card-header {
    background-color: var(--bs-gray-100);
}

[b-r879lr1h9c] .permission-groups .k-switch {
    width: 100%;
}

</style[b-r879lr1h9c] >
/* _content/Nine.BackOffice/Pages/Settings/Users/UsersDetail.razor.rz.scp.css */
.pin-input-container[b-slotoiq5im] {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.5rem;
	align-items: center;
	width: 100%;
	max-width: fit-content;
}

.pin-slots[b-slotoiq5im] {
	display: flex;
	gap: 0.375rem;
	flex: 0 0 auto;
	flex-wrap: nowrap;
}

.pin-slot[b-slotoiq5im] {
	width: 2.75rem;
	height: 2.75rem;
	border: 2px solid #dee2e6;
	border-radius: 0.5rem;
	background: #fff;
	transition: all 0.15s ease-in-out;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	color: #212529;
	outline: none;
	padding: 0;
	line-height: 2.75rem;
}

.pin-slot:focus[b-slotoiq5im] {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.pin-slot.filled[b-slotoiq5im] {
	border-color: #ced4da;
}

.pin-slot:hover:not(:disabled)[b-slotoiq5im] {
	border-color: #adb5bd;
}

.pin-toggle[b-slotoiq5im] {
	padding: 0;
	width: 2.75rem;
	height: 2.75rem;
	color: #6c757d;
	text-decoration: none;
	background: transparent;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	transition: color 0.15s ease-in-out;
	margin-right: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pin-toggle:hover[b-slotoiq5im] {
	color: #0d6efd;
}

.pin-toggle:focus[b-slotoiq5im] {
	outline: none;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	border-radius: 0.25rem;
}

.pin-toggle i[b-slotoiq5im] {
	font-size: 1.125rem;
}

@media (max-width: 767.98px) {
	.pin-slot[b-slotoiq5im] {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.125rem;
		line-height: 2.5rem;
	}

	.pin-toggle[b-slotoiq5im] {
		width: 2.5rem;
		height: 2.5rem;
	}

	.pin-toggle i[b-slotoiq5im] {
		font-size: 1rem;
	}
}
/* _content/Nine.BackOffice/Pages/Settings/Users/UsersList.razor.rz.scp.css */
/* _content/Nine.BackOffice/Shared/Components/InvoiceOperationWizard.razor.rz.scp.css */
.invoice-operation-wizard .k-window-content[b-ze86d1hp76] {
	padding: 0;
}

.invoice-operation-wizard .confirmation-summary[b-ze86d1hp76] {
	padding: 1rem;
}

.invoice-operation-wizard .confirmation-summary .alert[b-ze86d1hp76] {
	margin-bottom: 0;
}
/* _content/Nine.BackOffice/Shared/Components/MassActionWizard.razor.rz.scp.css */
[b-4s2355iapo] .mass-action-wizard .step-content {
    padding: 1.5rem;
    min-height: 280px;
}

[b-4s2355iapo] .mass-action-wizard .confirmation-details {
    background: #f8f9fa;
    border: 1px solid #e2e6ea;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1rem;
}

[b-4s2355iapo] .mass-action-wizard .k-actions {
    padding: 1rem;
    border-top: 1px solid #e2e6ea;
}

.mass-action-card[b-4s2355iapo] {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mass-action-card:hover[b-4s2355iapo],
.mass-action-card:focus-within[b-4s2355iapo] {
    border-color: rgba(13, 110, 253, 0.4);
    box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.08);
}

.mass-action-card.selected[b-4s2355iapo] {
    border-color: var(--bs-primary);
    box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.16);
}

.mass-action-card .card-icon[b-4s2355iapo] {
    color: var(--bs-info);
    font-size: 2rem;
}

.mass-action-card.selected .card-icon[b-4s2355iapo] {
    color: var(--bs-primary);
}
/* _content/Nine.BackOffice/Shared/Components/SpecificationValuesGrid.razor.rz.scp.css */
/* Drag handle styling using Bootstrap utilities */
.drag-handle[b-zon8x1b3oa] {
    cursor: grab;
    transition: all 0.15s ease-in-out;
}

.drag-handle:hover[b-zon8x1b3oa] {
    cursor: grab;
    opacity: 0.7;
}

.drag-handle:active[b-zon8x1b3oa] {
    cursor: grabbing;
}

/* Minimal drag feedback using Bootstrap color scheme */
[b-zon8x1b3oa] .k-drag-clue {
    opacity: 0.8;
    border: 1px dashed var(--bs-primary);
}

[b-zon8x1b3oa] .k-drop-target {
    background-color: var(--bs-light);
    border-top: 2px solid var(--bs-primary);
}

/* Color preview styling */
.color-preview[b-zon8x1b3oa] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid var(--bs-border-color);
    display: inline-block;
}
