@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Account/Shared/StatusMessage.razor.rz.scp.css */
/* Radzen semantic palette variables (loaded app-wide via RadzenTheme) so these
   status alerts stay on-brand and readable in both light and dark themes, and match
   the API token callout in app.css rather than diverging in dark mode. */
.alert[b-3olgl9dx0v] {
    padding: 10px;
    border-radius: var(--rz-border-radius, 4px);
    margin-bottom: 1rem;
    border: 1px solid transparent;
    text-align: center;
}

.alert-danger[b-3olgl9dx0v] {
    color: var(--rz-danger-darker);
    background-color: var(--rz-danger-lighter);
    border-color: var(--rz-danger-light);
}

.alert-success[b-3olgl9dx0v] {
    color: var(--rz-success-darker);
    background-color: var(--rz-success-lighter);
    border-color: var(--rz-success-light);
}

.alert-warning[b-3olgl9dx0v] {
    color: var(--rz-warning-darker);
    background-color: var(--rz-warning-lighter);
    border-color: var(--rz-warning-light);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yi8hd25tmd],
.components-reconnect-repeated-attempt-visible[b-yi8hd25tmd],
.components-reconnect-failed-visible[b-yi8hd25tmd],
.components-pause-visible[b-yi8hd25tmd],
.components-resume-failed-visible[b-yi8hd25tmd],
.components-rejoining-animation[b-yi8hd25tmd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-retrying[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-failed[b-yi8hd25tmd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yi8hd25tmd] {
    display: block;
}


/* Pinned as a non-modal status bar across the bottom of the window. */
#components-reconnect-modal[b-yi8hd25tmd] {
    position: fixed;
    inset: auto 0 0 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.6rem 1.5rem;
    z-index: 2000;
    background-color: white;
    color: black;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yi8hd25tmd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yi8hd25tmd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yi8hd25tmd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

@keyframes components-reconnect-modal-slideUp-b-yi8hd25tmd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yi8hd25tmd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yi8hd25tmd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yi8hd25tmd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yi8hd25tmd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yi8hd25tmd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yi8hd25tmd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yi8hd25tmd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yi8hd25tmd] {
    position: relative;
    width: 32px;
    height: 32px;
}

    .components-rejoining-animation div[b-yi8hd25tmd] {
        position: absolute;
        border: 2px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yi8hd25tmd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yi8hd25tmd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yi8hd25tmd {
    0% {
        top: 16px;
        left: 16px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 16px;
        left: 16px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 16px;
        left: 16px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 32px;
        height: 32px;
        opacity: 0;
    }
}
/* /Components/Pages/MechanicsSetup.razor.rz.scp.css */
.mechanics-page[b-6hqfqdww35] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mechanics-header[b-6hqfqdww35] {
	background: var(--rz-base-background-color);
	border: 1px solid var(--rz-base-300);
	border-radius: var(--rz-border-radius);
	overflow: hidden;
}

.mechanics-title-bar[b-6hqfqdww35] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0.25rem 0.5rem;
	border-bottom: 2px solid var(--rz-warning);
}

.mechanics-title[b-6hqfqdww35] {
	font-size: 1.1rem;
	font-weight: 700;
	flex: 1;
}

.mechanics-session-badge[b-6hqfqdww35] {
	background: var(--rz-warning);
	color: #000;
	font-weight: 800;
	font-size: 0.9rem;
	padding: 0.3rem 0.9rem;
	border-radius: 4px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mechanics-meta-row[b-6hqfqdww35] {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	padding: 0.6rem 1rem;
	background: var(--rz-base-background-color);
}

.meta-item[b-6hqfqdww35] {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.meta-label[b-6hqfqdww35] {
	font-size: 0.625rem;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--rz-text-color);
	font-weight: 600;
}

.meta-value[b-6hqfqdww35] {
	font-size: 0.9rem;
	font-weight: 700;
}

/* Setup grid — CSS multi-column so shorter cards pack into vertical space
   left by taller cards, instead of rows being height-matched to the tallest. */
.setup-grid[b-6hqfqdww35] {
	column-count: 4;
	column-gap: 1rem;
	margin-top: 0.25rem;
}

.setup-card-wrapper[b-6hqfqdww35] {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
}

@media (max-width: 1200px) {
	.setup-grid[b-6hqfqdww35] { column-count: 2; }
}

@media (max-width: 600px) {
	.setup-grid[b-6hqfqdww35] { column-count: 1; }
}

.setup-card-wrapper .card-title[b-6hqfqdww35] {
	user-select: none;
}

.setup-grid:not(.layout-locked) .setup-card-wrapper .card-title[b-6hqfqdww35] {
	cursor: grab;
}

.setup-grid:not(.layout-locked) .setup-card-wrapper .card-title:active[b-6hqfqdww35] {
	cursor: grabbing;
}

[b-6hqfqdww35] .sortable-ghost {
	opacity: 0.4;
}

[b-6hqfqdww35] .sortable-drag {
	opacity: 0.9;
}

.setup-card[b-6hqfqdww35] {
	position: relative;
	overflow: hidden;
	padding-top: 0.25rem;
}

.card-title[b-6hqfqdww35] {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}

/* Setting rows */
.setting-row[b-6hqfqdww35] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0;
	border-bottom: 1px solid var(--rz-base-200);
}

.setting-row:last-child[b-6hqfqdww35] {
	border-bottom: none;
}

.setting-name[b-6hqfqdww35] {
	flex: 1;
	font-size: 0.875rem;
	color: var(--rz-text-color);
}

.setting-value[b-6hqfqdww35] {
	font-size: 0.875rem;
	font-weight: 700;
	min-width: 3rem;
	text-align: right;
	white-space: nowrap;
	flex-shrink: 0;
}

.setting-unit[b-6hqfqdww35] {
	font-size: 0.75rem;
	color: var(--rz-text-secondary-color);
	width: 3rem;
	flex-shrink: 0;
	white-space: nowrap;
}

.setting-change-pending[b-6hqfqdww35] {
	background-color: var(--rz-warning) !important;
	color: black !important;
	--rz-input-color: black;
}

.setting-change-pending .setting-name[b-6hqfqdww35],
.setting-change-pending .setting-unit[b-6hqfqdww35] {
	color: black !important;
}

.setting-change-done[b-6hqfqdww35] {
	background-color: var(--rz-success) !important;
	color: var(--rz-on-success) !important;
}

.setting-change-done .setting-name[b-6hqfqdww35],
.setting-change-done .setting-unit[b-6hqfqdww35] {
	color: var(--rz-on-success) !important;
}

[b-6hqfqdww35] .setting-editable input {
	font-weight: 700;
	text-align: right;
}

[b-6hqfqdww35] .setting-change-pending input,
[b-6hqfqdww35] .setting-change-pending .rz-inputtext,
[b-6hqfqdww35] .setting-change-done input,
[b-6hqfqdww35] .setting-change-done .rz-inputtext {
	background-color: var(--rz-base-background-color) !important;
	color: var(--rz-text-color) !important;
}

.setting-editable .setting-name[b-6hqfqdww35]::after {
	content: " ✏";
	font-size: 0.7rem;
	color: var(--rz-info);
	opacity: 0.7;
}

/* Job checklist */
.checklist-section[b-6hqfqdww35] {
	padding: 1rem;
	background: var(--rz-base-background-color);
	border: 1px solid var(--rz-base-300);
	border-radius: var(--rz-border-radius);
}

.checklist-sub-header[b-6hqfqdww35] {
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--rz-text-secondary-color);
	margin: 0.75rem 0 0.5rem;
}

.checklist-item[b-6hqfqdww35] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.5rem 0.75rem;
	border-radius: var(--rz-border-radius);
	min-height: 44px;
}

.checklist-item:hover[b-6hqfqdww35] {
	background: var(--rz-base-100);
}

.checklist-done[b-6hqfqdww35] {
	background: var(--rz-success);
	color: var(--rz-on-success);
}

.checklist-done .checklist-text[b-6hqfqdww35] {
	text-decoration: line-through;
	color: var(--rz-on-success);
}

.checklist-text[b-6hqfqdww35] {
	flex: 1;
	font-size: 0.9rem;
}

.checklist-badge[b-6hqfqdww35] {
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.15rem 0.4rem;
	border-radius: 3px;
	text-transform: uppercase;
}

.setup-badge[b-6hqfqdww35] {
	background: var(--rz-warning-lighter);
	color: var(--rz-warning-dark);
	border: 1px solid var(--rz-warning);
}

/* Tablet-friendly checkbox hit targets */
.checklist-item[b-6hqfqdww35]  input[type="checkbox"],
.checklist-item[b-6hqfqdww35]  .rz-chkbox {
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
}

/* Manual job add row */
.add-job-row[b-6hqfqdww35] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	border-top: 1px dashed var(--rz-base-300);
	margin-top: 0.5rem;
}

/* Mechanic notes section */
.notes-section[b-6hqfqdww35] {
	padding: 1rem;
	background: var(--rz-base-background-color);
	border: 1px solid var(--rz-base-300);
	border-radius: var(--rz-border-radius);
}

.notes-section[b-6hqfqdww35]  .rz-textarea {
	width: 100%;
	min-height: 120px;
	padding: 0.75rem;
	font-size: 1rem;
}

[b-6hqfqdww35] .notes-section textarea::placeholder {
	font-style: italic;
}

.print-only-branding[b-6hqfqdww35] {
	display: none;
}

.print-only-logo[b-6hqfqdww35] {
	height: 2.5rem;
	width: auto;
	flex-shrink: 0;
}

.print-only-appname[b-6hqfqdww35] {
	font-size: 1.1rem;
	font-weight: 700;
}

/* Print styles */
@media print {
	.no-print[b-6hqfqdww35],
	.rz-sidebar[b-6hqfqdww35],
	nav[b-6hqfqdww35],
	header[b-6hqfqdww35],
	.mechanics-header .rz-button[b-6hqfqdww35],
	.session-selector[b-6hqfqdww35] {
		display: none !important;
	}

	.print-only-branding[b-6hqfqdww35] {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}

	.mechanics-page[b-6hqfqdww35] {
		display: block !important;
	}

	.setup-card[b-6hqfqdww35] {
		break-inside: avoid;
		overflow: visible !important;
		border: 1px solid #ccc !important;
		box-shadow: none !important;
		background: white !important;
		color: black !important;
	}

	.checklist-section[b-6hqfqdww35] {
		overflow: visible !important;
		border: 1px solid #ccc !important;
		box-shadow: none !important;
		background: white !important;
		color: black !important;
	}


	.setting-name[b-6hqfqdww35],
	.setting-value[b-6hqfqdww35],
	.setting-unit[b-6hqfqdww35],
	.checklist-text[b-6hqfqdww35] {
		color: black !important;
	}

	.checklist-done[b-6hqfqdww35] {
		background: transparent !important;
		color: black !important;
	}

	.checklist-done .checklist-text[b-6hqfqdww35] {
		color: black !important;
	}

	.card-title[b-6hqfqdww35] {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	[b-6hqfqdww35] .setting-row input,
	[b-6hqfqdww35] .setting-row .rz-numeric,
	[b-6hqfqdww35] .setting-row .rz-textbox,
	[b-6hqfqdww35] .setting-row .rz-dropdown,
	[b-6hqfqdww35] .setting-row .rz-numeric-input,
	[b-6hqfqdww35] .setting-row .rz-spinner {
		border: none !important;
		box-shadow: none !important;
		background: transparent !important;
		outline: none !important;
		padding: 0 !important;
	}

	[b-6hqfqdww35] .setting-row .rz-spinner-up,
	[b-6hqfqdww35] .setting-row .rz-spinner-down {
		display: none !important;
	}

	.mechanics-header[b-6hqfqdww35],
	.mechanics-title-bar[b-6hqfqdww35],
	.mechanics-meta-row[b-6hqfqdww35] {
		border: none !important;
		box-shadow: none !important;
		background: white !important;
	}

	.mechanics-title-bar[b-6hqfqdww35] {
		border-bottom: 1px solid #ccc !important;
	}

	.meta-label[b-6hqfqdww35],
	.meta-value[b-6hqfqdww35] {
		color: black !important;
	}

	[b-6hqfqdww35] .notes-section,
	.notes-section[b-6hqfqdww35] {
		border: none !important;
		box-shadow: none !important;
		background: white !important;
		color: black !important;
	}

	[b-6hqfqdww35] .notes-section .rz-textarea,
	[b-6hqfqdww35] .notes-section textarea {
		border: none !important;
		box-shadow: none !important;
		background: transparent !important;
		color: black !important;
		resize: none;
	}

	[b-6hqfqdww35] .notes-section textarea::placeholder {
		color: transparent !important;
	}
}
