@import '_content/ProFound.Blazor.Candidates/ProFound.Blazor.Candidates.msvj8718x6.bundle.scp.css';

/* /Components/AddressEdit.razor.rz.scp.css */

.ci-stack[b-ediclmhxvk] {
    display: flex;
    flex-direction: column;
    gap: var(--app-spacing-y);
}
/* /Components/AddressEditPopup.razor.rz.scp.css */

.ci-result[b-o0yvfzzlf0] {
    margin-top: var(--app-spacing-y);
    border: 2px solid var(--bs-gray-700);
    border-radius: 5px;
    height: 400px;
    max-height: calc(100vh - 200px);
}

.ci-list[b-o0yvfzzlf0] {
    height: 100%;
    overflow-y: auto;
}
.ci-item[b-o0yvfzzlf0] {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0 1rem;
    padding: 0.5rem 0;
}
.ci-item[b-o0yvfzzlf0]  + .ci-item {
    border-top: 1px solid var(--bs-gray-700);
}

.ci-text[b-o0yvfzzlf0] {
    flex-grow: 1;
}
.ci-buttons[b-o0yvfzzlf0] {
    /* !!!! */
}

.ci-empty[b-o0yvfzzlf0] {
    display: flex;
    flex-direction: column;
    gap: calc(var(--app-spacing-y) * 2);
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--bs-gray-600);
}
/* /Components/AppFileUpload.razor.rz.scp.css */
.ci-buttons[b-h34gyfqduh] {
    display: flex;
    flex-flow: row wrap;
    gap: 0 3em;
}

.ci-buttons[b-h34gyfqduh]  > a {
    white-space: nowrap;
}

a[disabled][b-h34gyfqduh] {
  pointer-events: none;
  cursor: default;
  color: var(--app-link-faded);
}

.ci-camera[b-h34gyfqduh] {
    border: 1px solid var(--bs-gray-500);
}
/* /Components/AppPageTitle.razor.rz.scp.css */
/* Page heading lifted into the chrome via the page-title section outlet.
   Lives here (not in MainLayout.razor.css) so the scoped-CSS attribute
   matches the element AppPageTitle actually renders. Carries its own
   leading hairline so it only appears when a page pushes a title - no
   orphan divider on title-less pages. */
.ci-page-title[b-2wmvvyd2ql] {
	font-weight: 600;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1;
	padding-left: 1.5rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* /Layouts/AuthStateButton.razor.rz.scp.css */

[b-049c6iv8z3] > .ci-btn-user {
    display: block;
    flex: none;
    width: 34px;
    height: 34px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 17px;
    font-size: 16px;
}

.ci-dd-body[b-049c6iv8z3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 10px 15px;
}

.ci-user-pic[b-049c6iv8z3] {
    font-size: 36px;
    text-align: center;
    color: #888;
}

.ci-user-name[b-049c6iv8z3] {
    text-align: center;
}

.ci-store-name[b-049c6iv8z3] {
    text-align: center;
    font-size: 1.1em;
    color: var(--bs-gray-500);
}
/* /Layouts/LeftMenu.razor.rz.scp.css */

.ci-menu[b-n6tsj4eegk] {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
/* /Layouts/LeftMenuItem.razor.rz.scp.css */

a[b-856s0uogqi] {
    color: var(--app-primary-color);
    font-size: 32px;
}
a:hover[b-856s0uogqi] {
    color: var(--app-primary-hl);
    text-decoration: none;
}

button[b-856s0uogqi] {
    padding: 0;
    border: none;
    background: none;
    color: var(--app-primary-color);
    font-size: 32px;
}
button[disabled][b-856s0uogqi] {
    color: var(--app-link-faded);
}
button:hover:not([disabled])[b-856s0uogqi] {
    color: var(--app-primary-hl);
    text-decoration: none;
}
/* /Layouts/MainLayout.razor.rz.scp.css */
.ci-viewport[b-ix0jx7gjvd] {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
}

.ci-layout[b-ix0jx7gjvd] {
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	/* !!!! */
}

.ci-top[b-ix0jx7gjvd] {
	flex: none;
	background: rgb(41, 45, 49);
	z-index: 1;
	display: flex;
	gap: 20px;
	align-items: center;

	/* !!!! */
	padding: 10px;
	/*border: 1px solid yellow;*/
}

.ci-body[b-ix0jx7gjvd] {
	flex: 1 0 0;
	height: 10px;
	display: flex;
	/* !!!! */
	/*border: 2px solid orange;*/
}

.ci-left[b-ix0jx7gjvd] {
	flex: none;
	width: 80px;
	background: rgb(45, 49, 53);
	/* !!!! */
}

main[b-ix0jx7gjvd] {
	flex: 1 1 0;
	padding: 20px;
	overflow: auto;
	background-color: var(--bs-body-bg);
	/* !!!! */
	/*border: 2px solid orange;*/
}

.ci-logo[b-ix0jx7gjvd] {
	font-size: 3em;
	padding: 0 5px;
	color: var(--bs-primary);
}

.ci-toolbar[b-ix0jx7gjvd] {
	margin-left: auto;
	display: flex;
	gap: 10px;
	align-items: center;
	/* !!!! */
	font-size: 2em;
	color: #aaa;
}

.ci-contacts[b-ix0jx7gjvd] {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 0.6em;
	row-gap: 1px;
	/* Reset the toolbar's 2em so the numbers stay small next to the icons */
	font-size: 0.72rem;
	line-height: 1.3;
	color: #bbb;
	white-space: nowrap;
}
.ci-contacts a[b-ix0jx7gjvd] {
	display: flex;
	align-items: center;
	gap: 0.3em;
	color: inherit;
	text-decoration: none;
}
.ci-contacts a:hover[b-ix0jx7gjvd] {
	text-decoration: underline;
}
.ci-contact-label[b-ix0jx7gjvd] {
	color: #888;
	text-align: right;
}

.ci-footer[b-ix0jx7gjvd] {
	flex: none;
	padding: 3px 10px;
	background: rgb(41, 45, 49);
	color: #777;
	font-size: 0.68rem;
	text-align: center;
}
/* /Layouts/SignInLayout.razor.rz.scp.css */

.ci-layout[b-4kq6ncu0tt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: auto;
    padding: 20px 20px 50px 20px;
}

.ci-header[b-4kq6ncu0tt] {
    max-width: 250px;
    margin-bottom: 30px;
    text-align: center;
}

/* "Report a problem" trigger, pinned to the top-right corner of the page
   (the popup itself teleports out of here, so only the button is positioned).
   Mirrors where the signed-in app keeps it, instead of under the logo. */
.ci-signin-report[b-4kq6ncu0tt] {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1030;
}

.ci-logo[b-4kq6ncu0tt] {
    font-size: 8rem;
    color: var(--bs-primary);
}

main[b-4kq6ncu0tt] {
    align-self: stretch;
}

.ci-footer[b-4kq6ncu0tt] {
    margin: 60px 0;
    font-size: 0.75rem;
    color: #aaa;
    text-align: center;
}
/* /Layouts/UiLockScreen.razor.rz.scp.css */

.ci-overlay[b-1328keb0eg] {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.5);
    backdrop-filter: blur(3px);
    z-index: 2000;
}

.ci-popup-content[b-1328keb0eg] {
    padding: 10px;
}

.ci-header[b-1328keb0eg] {
    font-size: 1.2em;
    text-align: center;
    color: var(--bs-gray-500);
    margin-bottom: var(--app-spacing-y);
}

.ci-description[b-1328keb0eg] {
    margin-bottom: calc(var(--app-spacing-y) * 2);
}
/* /Pages/Reports/ReportList.razor.rz.scp.css */

.ci-list[b-ll3jo82kwe] {
    padding-top: 0.5rem;
}

.ci-item[b-ll3jo82kwe] {
    display: flex;
    gap: 2rem;
    align-items: center;
    border-bottom: 1px solid var(--bs-border-color);
    padding: 0.75rem 0 0.75rem 1rem;
}

.ci-name[b-ll3jo82kwe] {
    flex: 1 1 auto;
    font-size: 1.2em;
    color: var(--bs-gray-400);
}

.ci-buttons[b-ll3jo82kwe] {
    display: flex;
    gap: 1rem;
}

.ci-viewer[b-ll3jo82kwe] {
    flex: 1 1 0;
}

.ci-viewer[b-ll3jo82kwe]  > iframe {
    display: block;
    width: 100%;
    height: 100%;
}
/* /Pages/Sales/AgreementPdfView.razor.rz.scp.css */

.ci-container[b-ouooh04d3x] {
    height: 500px;
}
.ci-container[b-ouooh04d3x]  .ci-viewer {
    height: 100%;
}
/* /Pages/Sales/AgreementStep.razor.rz.scp.css */

/* !!!! test markup style */
.ci-contract-local[b-v3u8zplrja] {
    min-height: 30vh;
    border: 2px solid var(--bs-gray-500);
    border-radius: 6px;
    /* !!!! should be iframe container style */
    padding: 20px;
    background: #eee;
    color: #222;
}

.ci-contract[b-v3u8zplrja] {
    border: 2px solid var(--bs-gray-500);
    border-radius: 6px;
    padding: 10px;
    background: #fff;
}
.ci-contract[b-v3u8zplrja]  > iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.ci-canvas[b-v3u8zplrja] {
    height: 30vh;
    margin: 10px 5px 0 5px;
    border: 2px solid var(--bs-gray-500);
    border-radius: 6px;
    overflow: hidden;
}

.ci-signature[b-v3u8zplrja] {
    display: flex;
    gap: 20px;
    justify-content: right;
    align-items: center;
}
.ci-signature[b-v3u8zplrja]  img {
    border: 2px solid var(--bs-gray-500);
    border-radius: 4px;
    background: #eee;
    max-height: 70px;
    /* !!!! */
    padding: 0 10px;
}
/* /Pages/Sales/CaptureBiometrics.razor.rz.scp.css */

.ci-scanview[b-0wij46let9] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ci-scanview[b-0wij46let9]  > div {
    flex: none;
}
.ci-scanview[b-0wij46let9]  > .ci-scanbox {
    flex: 1 1 0;
}

.ci-scanbox[b-0wij46let9] {
    background: #000;
    border: 2px solid #333;
    border-radius: 16px;
    padding: 8px;
}
.ci-scanbox[b-0wij46let9]  > iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.ci-status[b-0wij46let9] {
    margin-top: var(--app-spacing-y);
    font-size: 1.3em;
    text-align: center;
}
/* /Pages/Sales/CaptureSale.razor.rz.scp.css */

.ci-header[b-7seqrbb04q] {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 1.5em 0;
    /* !!!! */
}

.ci-caption[b-7seqrbb04q] {
    font-size: 1.8em;
    color: var(--bs-gray-500);
    /* !!!! */
}

.ci-checks[b-7seqrbb04q] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.ci-checks-popup-body[b-7seqrbb04q] {
    padding: 20px 10px;
}
/* /Pages/Sales/DealOptionsStep.razor.rz.scp.css */

.ci-checklist[b-kpjpno00py] {
    column-count: 3;
    column-width: 300px;
    column-gap: 3rem;
}

.ci-check[b-kpjpno00py] {
    margin: 0.5rem 0;
    break-inside: avoid;
}
/* /Pages/Sales/DealSelectionStep.razor.rz.scp.css */
.ci-body[b-9vjxwwn0hu] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	padding: 1rem;
}
.ci-tools[b-9vjxwwn0hu] {
	flex: none;
	padding: 0 2rem;
}

.ci-list-box[b-9vjxwwn0hu] {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	overflow-y: auto;
}

.ci-buttons[b-9vjxwwn0hu] {
	flex: none;
}

.ci-card[b-9vjxwwn0hu] {
	display: flex;
	gap: 2rem;
	align-items: center;
	background: var(--app-panel-bg-color);
	border: 2px solid #333;
	border-radius: 1rem;
	padding: 1rem 2rem;
}

.ci-deal-info[b-9vjxwwn0hu] {
	flex: 1 1 auto;
}

.ci-deal-title[b-9vjxwwn0hu] {
	font-size: 1.3em;
	color: var(--bs-gray-500);
}
.ci-deal-descr[b-9vjxwwn0hu] {
	color: var(--bs-gray-400);
	margin-top: 0.3em;
}

.ci-deal-button[b-9vjxwwn0hu] {
	/* !!!! */
}

/* Deal-code typeahead dropdown (rendered in-flow, below the text box) */
.ci-dealcode[b-9vjxwwn0hu] {
	position: relative;
}
.ci-dealcode-menu[b-9vjxwwn0hu] {
	margin-top: 4px;
	max-height: 280px;
	overflow-y: auto;
	background: var(--app-panel-bg-color);
	border: 1px solid #444;
	border-radius: 0.5rem;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.ci-dealcode-status[b-9vjxwwn0hu] {
	padding: 0.5rem 0.75rem;
	color: var(--bs-gray-500);
	font-size: 0.9em;
}
.ci-dealcode-option[b-9vjxwwn0hu] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	border-bottom: 1px solid #3a3a3a;
	padding: 0.5rem 0.75rem;
	cursor: pointer;
	color: inherit;
}
.ci-dealcode-option:last-child[b-9vjxwwn0hu] {
	border-bottom: none;
}
.ci-dealcode-option:hover[b-9vjxwwn0hu] {
	background: rgba(255, 255, 255, 0.06);
}
.ci-dealcode-option-main[b-9vjxwwn0hu] {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}
.ci-dealcode-option-code[b-9vjxwwn0hu] {
	font-weight: 600;
}
.ci-dealcode-option-meta[b-9vjxwwn0hu] {
	font-size: 0.8em;
	color: var(--bs-gray-500);
}
.ci-dealcode-warning[b-9vjxwwn0hu] {
	flex: none;
	color: var(--pfb-warning-color, #ffc107);
	font-size: 1.15em;
	line-height: 1;
}

/* Center the search validation summary under the centered button row */
.ci-search-messages[b-9vjxwwn0hu] {
	text-align: center;
}
.ci-search-messages[b-9vjxwwn0hu]  .pfb-msglist {
	list-style: none;
	padding: 0;
}
/* /Pages/Sales/LineSelectionStep.razor.rz.scp.css */

.ci-selected-line[b-udvq136xo7] {
    text-align: center;
    font-size: 1.3em;
}

.ci-selected-number[b-udvq136xo7] {
    color: var(--bs-gray-500);
    font-weight: 600;
}

.ci-list-box[b-udvq136xo7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ci-card[b-udvq136xo7] {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: var(--app-panel-bg-color);
    border: 2px solid #444;
    border-radius: 1rem;
    padding: 1rem 2rem;
}

.ci-line-info[b-udvq136xo7] {
    flex: 1 1 auto;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.ci-line-number[b-udvq136xo7] {
    flex-basis: 170px;
    font-size: 1.5em;
    color: var(--bs-gray-400);
}

.ci-line-upgrade[b-udvq136xo7] {
    font-size: 1.1em;
    color: var(--bs-gray-500);
}

.ci-line-trans[b-udvq136xo7] {
    font-size: 1.1em;
    color: var(--app-danger-text-color);
    text-align: right;
}

.ci-line-button[b-udvq136xo7] {
    /* !!!! */
}
/* /Pages/Sales/SaleCaptureProgress.razor.rz.scp.css */

.ci-row[b-yd11ovh9om] {
    display: flex;
    gap: 10px 20px;
    justify-content: space-between;
    max-width: 900px;
}
.ci-row[b-yd11ovh9om]  > div {
    min-width: 0;
}

.ci-name[b-yd11ovh9om] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px 6px 0;
    user-select: none;
}

.ci-icon[b-yd11ovh9om] {
    flex: none;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    color: var(--bs-gray-600);
}

.ci-active[b-yd11ovh9om]  .ci-icon {
    color: var(--app-primary-color);
}

.ci-text[b-yd11ovh9om] {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-gray-600);
}

.ci-active[b-yd11ovh9om]  .ci-text {
    color: var(--bs-gray-500);
}

.ci-selected[b-yd11ovh9om]  .ci-text {
    color: var(--app-text-color);
}

.ci-selectable[b-yd11ovh9om]  .ci-text:hover {
    color: var(--bs-gray-400);
    cursor: pointer;
}

.ci-progress[b-yd11ovh9om] {
    height: 3px;
    background: var(--bs-gray-800);
}

.ci-done[b-yd11ovh9om]  .ci-progress {
    background: var(--app-primary-color);
}

.ci-current[b-yd11ovh9om]  .ci-progress::before {
    content: "";
    display: block;
    width: 75%;
    height: 100%;
    background: var(--app-primary-color);
}
/* /Pages/Sales/SaleCheckIndicators.razor.rz.scp.css */

.ci-list[b-3qvqjp1u6d] {
    display: flex;
    gap: 10px;
    user-select: none;
}

.ci-badge[b-3qvqjp1u6d] {
    --ci-badge-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: var(--ci-badge-size);
    height: var(--ci-badge-size);
    border: 2px solid var(--bs-gray-500);
    border-radius: calc(var(--ci-badge-size) / 2);
    font-size: calc(var(--ci-badge-size) / 2);
}

.ci-success[b-3qvqjp1u6d] {
    background: var(--app-success-color);
    border-color: var(--app-success-faded);
}

.ci-warning[b-3qvqjp1u6d] {
    background: var(--app-warning-color);
    border-color: var(--app-warning-faded);
}

.ci-danger[b-3qvqjp1u6d] {
    background: var(--app-danger-color);
    border-color: var(--app-danger-faded);
}
/* /Pages/Sales/SaleCheckListView.razor.rz.scp.css */

.ci-list[b-lz7kya6wkh] {
    display: flex;
    flex-flow: row wrap;
    gap: 30px 20px;
}

.ci-item[b-lz7kya6wkh] {
    flex: 1 1 auto;
    width: 250px;
    padding: 1rem;
    border: 2px solid var(--bs-gray-500);
    border-radius: 10px;
}

.ci-success[b-lz7kya6wkh] {
    background: var(--app-success-color);
    border-color: var(--app-success-faded);
}

.ci-warning[b-lz7kya6wkh] {
    background: var(--app-warning-color);
    border-color: var(--app-warning-faded);
}

.ci-danger[b-lz7kya6wkh] {
    background: var(--app-danger-color);
    border-color: var(--app-danger-faded);
}
