@import '_content/CoreID.Blazor.Components/CoreID.Blazor.Components.0ztav1etzk.bundle.scp.css';

/* _content/IDPaaS.GETIDWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.sidebar[b-g2scbghb57] {
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	height: 100vh;
}

.content[b-g2scbghb57] {
	margin-left: 250px;  /*same as sidebar width*/
	overflow-x: auto;
}

@media (max-width: 768px) {
	.sidebar[b-g2scbghb57] {
		width: 220px;
		font-size: smaller;
	}
	.content[b-g2scbghb57] {
		margin-left: 220px; /*same as sidebar width*/
	}
}


/*.page {
	position: relative;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1;
}

.sidebar {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebar_top {
	height: 80%
}

.sidebar_bottom {
	height: 20%
}

.top-row {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

.top-row ::deep a, .top-row ::deep .btn-link {
	white-space: nowrap;
	margin-left: 1.5rem;
	text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
	text-decoration: underline;
}

.top-row ::deep a:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
	.top-row:not(.auth) {
		display: none;
	}

	.top-row.auth {
		justify-content: space-between;
	}

	.top-row a, .top-row .btn-link {
		margin-left: 0;
	}

	.expand_sidebar_bottom {
		display: none;
	}
}

@media (min-width: 768px) {
	.page {
		flex-direction: row;
	}

	.sidebar {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.main .top-row {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.main > div {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}

	.navbar-toggler {
		display: none;
	}

	.sidebar .collapse {*/
		/* Never collapse the sidebar for wide screens */
		/*display: block;
	}
}*/
/* _content/IDPaaS.GETIDWebsite/Components/Pages/ArrangeLayout.razor.rz.scp.css */
body[b-7o3g7qspon] {
}
/* _content/IDPaaS.GETIDWebsite/Components/Pages/ChooseDesign.razor.rz.scp.css */
.image-container[b-uhmc035cic] {
	position: relative;
	height:500px;
	aspect-ratio: 3/4;
	overflow: hidden;
}

.image-container img[b-uhmc035cic] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* _content/IDPaaS.GETIDWebsite/Components/Pages/CustomizeCard.razor.rz.scp.css */
/* _content/IDPaaS.GETIDWebsite/Components/Pages/DataInput.razor.rz.scp.css */
.applicant-field-container[b-pjx6up6t4d] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.applicant-image[b-pjx6up6t4d] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	overflow: hidden;
	aspect-ratio: .75;
	margin-left: 10%;
}

.file-select[b-pjx6up6t4d] {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}

.captured-signature[b-pjx6up6t4d] {
	display: inline-block;
	border: 1px solid rgb(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 45%;
}

.applicant-form[b-pjx6up6t4d] {
	overflow-y: auto;
	background: #f7f7f7;
	height: 60vh;
}

/* _content/IDPaaS.GETIDWebsite/Components/Pages/EditCard.razor.rz.scp.css */
.template-img[b-uohh9atr5g] {
	max-height: 500px;
	object-fit: contain;
}
/* _content/IDPaaS.GETIDWebsite/Components/Pages/Help.razor.rz.scp.css */
.help-section[b-iwssfxsmej] {
	background: #ffffff;
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
	margin-bottom: 2rem;
	border-left: 5px solid #0d6efd;
}

.help-section h3[b-iwssfxsmej] {
	font-weight: 600;
	margin-bottom: 1rem;
}

.help-section p[b-iwssfxsmej] {
	color: #555;
}

.icon[b-iwssfxsmej] {
	font-size: 1.4rem;
	color: #0d6efd;
	margin-right: 0.5rem;
}

.help-header h1[b-iwssfxsmej] {
	font-weight: 700;
	font-size: 2rem;
}

.help-header p[b-iwssfxsmej] {
	color: #6c757d;
	font-size: 1.1rem;
}
/* _content/IDPaaS.GETIDWebsite/Components/Pages/ImportData.razor.rz.scp.css */
/* _content/IDPaaS.GETIDWebsite/Components/Pages/Index.razor.rz.scp.css */
body[b-90n9af0op0] {
	background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
	font-family: 'Segoe UI', sans-serif;
	color: #212529;
}

.welcome-container[b-90n9af0op0] {
	text-align: center;
	margin-bottom: 3rem;
}

.glass-tile[b-90n9af0op0] {
	background: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	padding: 2rem;
	text-align: center;
	color: #212529;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-tile:hover[b-90n9af0op0] {
	/*transform: translateY(-5px);*/
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.edit-id-button[aria-disabled="true"][b-90n9af0op0] {
	background-color: grey;
	pointer-events: none; /*Prevent click*/
	cursor: not-allowed
}

.edit-id-button[aria-disabled="true"] .glass-tile[b-90n9af0op0] {
	background-color: #d6d6d6;
}
/* _content/IDPaaS.GETIDWebsite/Components/Pages/ReviewRecords.razor.rz.scp.css */
/* _content/IDPaaS.GETIDWebsite/Components/Pages/SubmitOrder.razor.rz.scp.css */
/* _content/IDPaaS.GETIDWebsite/Components/Pages/ThankYou.razor.rz.scp.css */
.thankyou-card[b-8jqj1g1put] {
	background: #ffffff;
	border-radius: 24px;
	padding: 3rem;
	max-width: 600px;
	width: 100%;
	text-align: center;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.thankyou-icon[b-8jqj1g1put] {
	font-size: 4rem;
	color: #2062d4;
	margin-bottom: 1rem;
}

.thankyou-title[b-8jqj1g1put] {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1rem;
}

.thankyou-message[b-8jqj1g1put] {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 2rem;
}

.btn-home[b-8jqj1g1put] {
	font-weight: 500;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	border-radius: 12px;
}
/* _content/IDPaaS.GETIDWebsite/Components/Pages/ViewOrders.razor.rz.scp.css */
/* _content/IDPaaS.GETIDWebsite/Components/Shared/ApplicantGrid.razor.rz.scp.css */
/* _content/IDPaaS.GETIDWebsite/Components/Shared/CardPreview.razor.rz.scp.css */
.card-image-container[b-vpt9et6oe8] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.image-container[b-vpt9et6oe8] {
	position: relative;
	height: 60vh;
	width: 45vw;
	aspect-ratio: 3/4;
	overflow: hidden;
	background-color: #f1f3f5;
}

.image-container img[b-vpt9et6oe8] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sample-data[b-vpt9et6oe8] {
	width: 100%; 
	text-align: center;
}
/* _content/IDPaaS.GETIDWebsite/Components/Shared/CardSidePreview.razor.rz.scp.css */
/* From CustomizeLayout.razor.css*/
.svg-container[b-ccus16mmqr] {
	width: auto;
	height: auto;
}

.svg-front-container-horizontal[b-ccus16mmqr] {
	max-width: 1000px;
}

.svg-front-container-vertical[b-ccus16mmqr] {
	max-width: 450px;
}

.svg-button[b-ccus16mmqr],
[b-ccus16mmqr] .svg-button {
	margin: 5px;
}

.grid-switch-label[b-ccus16mmqr],
[b-ccus16mmqr] .grid-switch-label {
	width: 80px;
	font-weight: bold;
	padding-bottom: 20px;
}

.grid-switch[b-ccus16mmqr],
[b-ccus16mmqr] .grid-switch {
	margin-left: 15px;
}

div.svg-container[b-ccus16mmqr]  svg {
	/* https://stackoverflow.com/questions/3540194/how-to-make-a-grid-like-graph-paper-grid-with-just-css */
	background: linear-gradient(-90deg, rgba(0,0,0,.05) 1px, transparent 1px), linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px), linear-gradient(-90deg, rgba(0, 0, 0, .04) 1px, transparent 1px), linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px), linear-gradient(transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(-90deg, #aaa 1px, transparent 1px), linear-gradient(-90deg, transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(#aaa 1px, transparent 1px), #f2f2f2;
	background-size: 4px 4px, 4px 4px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px;
}

#context-menu[b-ccus16mmqr],
[b-ccus16mmqr] #context-menu {
	position: fixed;
	z-index: 10000;
	width: 150px;
	background: #1b1a1a;
	border-radius: 5px;
	transform: scale(0);
	transform-origin: top left;
}

#context-menu.visible[b-ccus16mmqr],
[b-ccus16mmqr] #context-menu.visible {
	transform: scale(1);
	transition: transform 200ms ease-in-out;
}

#context-menu[b-ccus16mmqr]  .item {
	padding: 8px 10px;
	font-size: 15px;
	color: #eee;
	cursor: pointer;
	border-radius: inherit;
}

#context-menu[b-ccus16mmqr]  .item:hover {
	background: #555;
}

.message[b-ccus16mmqr] {
	margin-top: 10px;
	text-align: center;
}


/* From CustomizeCardFront.razor.css */
.logo-field-container[b-ccus16mmqr], .seal-field-container[b-ccus16mmqr], .altsignature-field-container[b-ccus16mmqr], .tenantphoto-field-container[b-ccus16mmqr] {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.logo-image[b-ccus16mmqr], .seal-image[b-ccus16mmqr], .altsignature-image[b-ccus16mmqr] {
	display: flex;
	justify-content: center;
	height: 150px;
	overflow: hidden;
}

.file-select[b-ccus16mmqr] {
	margin-right: 0;
	width: 100%
}

/* _content/IDPaaS.GETIDWebsite/Components/Shared/CustomizeCardFront.razor.rz.scp.css */
.logo-field-container[b-ilr9k2yoqn], .seal-field-container[b-ilr9k2yoqn], .altsignature-field-container[b-ilr9k2yoqn], .tenantphoto-field-container[b-ilr9k2yoqn] {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.logo-image[b-ilr9k2yoqn], .seal-image[b-ilr9k2yoqn], .altsignature-image[b-ilr9k2yoqn] {
	display: flex;
	justify-content: center;
	height: 150px;
	overflow: hidden;
}

.file-select[b-ilr9k2yoqn] {
	margin-right: 0;
	width: 100%
}

.k-toolbar .k-picker[b-ilr9k2yoqn],
[b-ilr9k2yoqn] .k-toolbar .k-picker {
	width: 11em;
}

.rich-text-editor div.k-editor-content div.k-content[b-ilr9k2yoqn],
[b-ilr9k2yoqn] .rich-text-editor div.k-editor-content div.k-content {
	font-family: Arial, "Courier New", Georgia, Impact, "Lucida Console", Tahoma, "Times New Roman";
	font-size: 20px;
}
/* _content/IDPaaS.GETIDWebsite/Components/Shared/CustomizeLayout.razor.rz.scp.css */
.svg-container[b-504s998lw1] {
	width: auto;
	height: auto;
}

.svg-front-container-horizontal .svg-back-container-horizontal[b-504s998lw1] {
	max-width: 1000px;
}

.svg-front-container-vertical .svg-back-container-vertical[b-504s998lw1] {
	max-width: 450px;
}

.svg-button[b-504s998lw1],
[b-504s998lw1] .svg-button {
	margin: 5px;
}

.grid-switch-label[b-504s998lw1],
[b-504s998lw1] .grid-switch-label {
	width: 80px;
	font-weight: bold;
	padding-bottom: 20px;
}

.grid-switch[b-504s998lw1],
[b-504s998lw1] .grid-switch {
	margin-left: 15px;
}

div.svg-container[b-504s998lw1]  svg {
	/* https://stackoverflow.com/questions/3540194/how-to-make-a-grid-like-graph-paper-grid-with-just-css */
	background: linear-gradient(-90deg, rgba(0,0,0,.05) 1px, transparent 1px), linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px), linear-gradient(-90deg, rgba(0, 0, 0, .04) 1px, transparent 1px), linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px), linear-gradient(transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(-90deg, #aaa 1px, transparent 1px), linear-gradient(-90deg, transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px), linear-gradient(#aaa 1px, transparent 1px), #f2f2f2;
	background-size: 4px 4px, 4px 4px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px, 80px 80px;
}

#context-menu[b-504s998lw1],
[b-504s998lw1] #context-menu {
	position: fixed;
	z-index: 10000;
	width: 150px;
	background: #1b1a1a;
	border-radius: 5px;
	transform: scale(0);
	transform-origin: top left;
}

#context-menu.visible[b-504s998lw1],
[b-504s998lw1] #context-menu.visible {
	transform: scale(1);
	transition: transform 200ms ease-in-out;
}

#context-menu[b-504s998lw1]  .item {
	padding: 8px 10px;
	font-size: 15px;
	color: #eee;
	cursor: pointer;
	border-radius: inherit;
}

#context-menu[b-504s998lw1]  .item:hover {
	background: #555;
}

.message[b-504s998lw1] {
	margin-top: 10px;
	text-align: center;
}
/* _content/IDPaaS.GETIDWebsite/Components/Shared/NavigationMenu.razor.rz.scp.css */
.nav .nav-pills .nav-link.active[b-e0ujxq259b] {
	background-color: #e0f0ff;
	font-weight: bold;
	border-radius: 10px;
}

.nav .nav-pills .nav-link:hover[b-e0ujxq259b] {
	background-color: #f1f1f1;
	border-radius: 10px;
}

.nav .nav-pills .nav-link i[b-e0ujxq259b] {
	font-size: 1.2rem;
}

.logo-top[b-e0ujxq259b] {
	width: 200px;
	margin: 0 auto 1rem;
}

.nav-item.disabled[b-e0ujxq259b] {
	pointer-events: none;
}

.nav-item.disabled .nav-link[b-e0ujxq259b] {
	color:gray !important;
	cursor: not-allowed;
	text-decoration: none !important;
}
/* _content/IDPaaS.GETIDWebsite/Components/Shared/OrderCardSummary.razor.rz.scp.css */
/* _content/IDPaaS.GETIDWebsite/Components/Shared/SearchApplicant.razor.rz.scp.css */
.panel[b-dabiz7qj0g] {
	width: 100%;
	margin: 0 auto;
}
