/* Shared user-page styles for the upgraded user/candidate flows. */

html,
body {
	overflow-x: hidden;
}

@media (min-width: 993px) {
	.candidate-profile-page.dashboard-wrap {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: hidden;
		padding: 75px 0 0 !important;
		width: 100%;
	}

	.candidate-profile-page .dashboard-nav {
		bottom: 0;
		flex: 0 0 280px;
		height: auto;
		left: 0;
		max-width: 280px;
		min-width: 280px;
		overflow-x: hidden;
		position: fixed;
		top: 75px;
		width: 280px;
		z-index: 2;
	}

	.candidate-profile-page .dashboard-content {
		flex: 0 0 calc(100% - 280px);
		margin-left: 280px;
		min-width: 0;
		padding: 40px 25px;
		width: calc(100% - 280px);
	}

	.candidate-profile-page .dashboard-widg-bar,
	.candidate-profile-page .dashboard-profle-wrapper,
	.candidate-profile-page .card {
		max-width: 100%;
	}
}

.candidate-name-edit {
	background: transparent;
	border: 0;
	color: #6f7da1;
	font-size: 17px;
	line-height: 1;
	padding: 3px;
}

.candidate-name-edit:hover {
	color: #008c72;
}

.basic-details-modal {
	z-index: 10080;
}

.basic-details-modal.show {
	display: block;
}

.basic-details-modal .modal-dialog {
	max-width: 720px;
}

.basic-details-modal .modal-content {
	border: 0;
	border-radius: 14px;
	max-height: min(94vh, 900px);
	overflow: hidden;
}

.basic-modal-header {
	border-bottom: 1px solid #e8edf3;
	padding: 1.5rem 2rem 1rem;
}

.basic-modal-header h3 {
	color: #151927;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.basic-close {
	background: transparent;
	border: 0;
	color: #7582a3;
	font-size: 30px;
	line-height: 1;
}

.basic-modal-body {
	max-height: calc(94vh - 90px);
	overflow-y: auto;
	padding: 1.35rem 2rem 0;
}

.basic-field {
	margin-bottom: 1.25rem;
}

.basic-field label {
	color: #202436;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
}

.basic-field label span {
	color: #ff2f2f;
}

.basic-field p,
.basic-current-job p {
	color: #6b789d;
	font-size: 12px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.basic-current-job {
	margin-bottom: 1.25rem;
}

.basic-current-job strong {
	color: #202436;
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.basic-field .form-control {
	border: 1px solid #dce3ee;
	border-radius: 12px;
	height: 46px;
	padding: 0 14px;
}

.basic-field .input-group {
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
}

.basic-field .input-group .form-control {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 12px !important;
	border-bottom-left-radius: 12px !important;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	height: 46px !important;
	margin: 0 !important;
}

.basic-field .input-group .btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 12px !important;
	border-bottom-right-radius: 12px !important;
	height: 46px !important;
	padding: 0 20px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 700 !important;
	margin: 0 !important;
	white-space: nowrap !important;
}

.basic-field.has-error .form-control {
	border-color: #dc3545;
}

.basic-error-summary {
	background: #fff1f1;
	border: 1px solid #ffb8b8;
	border-radius: 8px;
	color: #b42318;
	display: none;
	font-weight: 600;
	margin-bottom: 1rem;
	padding: 10px 12px;
}

.basic-error-text {
	color: #dc3545;
	font-size: 12px;
	font-weight: 600;
	margin-top: 6px;
}

.basic-radio-row,
.basic-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
}

.basic-radio-row label {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
}

.basic-two-col {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.basic-salary-row {
	display: grid;
	gap: 10px;
	grid-template-columns: 70px 1fr;
}

.basic-green-help {
	color: #20a35b !important;
}

.basic-link {
	background: transparent;
	border: 0;
	color: #245cff;
	font-weight: 700;
	padding: 0;
}

.basic-pill-row button {
	background: #fff;
	border: 1px solid #aeb8d6;
	border-radius: 18px;
	color: #3f4968;
	font-size: 13px;
	font-weight: 600;
	min-height: 32px;
	padding: 5px 12px;
}

.basic-pill-row button.active {
	background: #f2f3fa;
	border-color: #161a2b;
	color: #161a2b;
}

.basic-actions {
	align-items: center;
	background: #fff;
	bottom: 0;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
	margin: 1.75rem -2rem 0;
	padding: 1rem 2rem 1.5rem;
	position: sticky;
}

.basic-details-modal .nice-select {
	float: none;
	height: 46px;
	line-height: 46px;
	width: 100%;
}

.basic-details-modal .nice-select .list {
	max-height: 240px;
	overflow-y: auto;
	width: 100%;
}

@media (max-width: 767.98px) {
	.basic-details-modal .modal-dialog {
		margin: 0;
		max-width: 100%;
	}

	.basic-details-modal .modal-content {
		border-radius: 12px 12px 0 0;
		height: 100vh;
		max-height: 100vh;
	}

	.basic-modal-header,
	.basic-modal-body {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.basic-modal-body {
		max-height: calc(100vh - 90px);
		padding-bottom: 96px;
	}

	.basic-two-col,
	.basic-salary-row {
		grid-template-columns: 1fr;
	}

	.basic-actions {
		margin-left: -1rem;
		margin-right: -1rem;
		padding: 0.9rem 1rem;
	}
}

.success-checkmark-circle {
	width: 80px;
	height: 80px;
	background-color: rgba(132, 204, 22, 0.1);
	border: 3px solid #84cc16;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	animation: scaleIn 0.5s ease-out forwards;
}

.success-checkmark {
	color: #84cc16;
	font-size: 40px;
	line-height: 1;
	animation: drawCheck 0.4s 0.3s ease-out both;
}

.social-auth-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	border: 1px solid #dbe3ec;
	border-radius: 6px;
	background: #fff;
	color: #1e293b;
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.social-auth-btn:hover {
	border-color: #b8c4d2;
	background: #f8fafc;
	color: #0f172a;
}

.social-icon-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.social-icon-box img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	display: block;
}

.signin-page {
	min-height: calc(100vh - 82px);
	padding: 96px 0 64px;
	background: #f3f6f9;
	border-top: 1px solid #e2e8f0;
}

.signin-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 0.7fr);
	gap: 32px;
	align-items: stretch;
}

.signin-intel,
.signin-card,
.onboarding-panel,
.verification-card {
	background: #fff;
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
	overflow: hidden;
}

.signin-intel {
	padding: 34px;
	position: relative;
}

.intel-topline,
.panel-topline {
	height: 4px;
	background: linear-gradient(90deg, #0b5cab, #f59e0b);
}

.intel-topline {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.eyebrow,
.module-label,
.block-label {
	display: block;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.signin-intel h1,
.card-head h2,
.profile-summary h5,
.verification-header h3,
.panel-heading h5,
.done-state h4 {
	color: #0f172a;
	font-weight: 800;
	letter-spacing: 0;
}

.signin-intel h1 {
	max-width: 620px;
	margin: 12px 0 14px;
	font-size: 38px;
	line-height: 1.16;
}

.intro-text,
.card-head p,
.verification-header p,
.instruction-text {
	color: #475569;
	margin: 0;
}

.intel-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 32px 0;
}

.intel-metrics div,
.status-grid div {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 16px;
}

.intel-metrics strong {
	display: block;
	color: #0b5cab;
	font-size: 22px;
	line-height: 1.1;
}

.intel-metrics span,
.process-row small,
.process-item small {
	color: #64748b;
	font-size: 13px;
}

.process-list {
	border-top: 1px solid #edf1f5;
	padding: 22px 24px 24px;
}

.process-row,
.process-item {
	display: grid;
	position: relative;
}

.process-row {
	grid-template-columns: 18px 1fr;
	gap: 12px;
	padding-bottom: 22px;
}

.process-item {
	grid-template-columns: 22px 1fr;
	gap: 12px;
	padding-bottom: 20px;
}

.process-row:last-child,
.process-item:last-child {
	padding-bottom: 0;
}

.process-row:not(:last-child)::after,
.process-item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 18px;
	width: 1px;
	height: calc(100% - 12px);
	background: #dbe3ec;
}

.process-row > span,
.process-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #cbd5e1;
	background: #fff;
	margin-top: 3px;
	z-index: 1;
}

.process-row.active > span,
.process-item.complete .process-dot,
.process-item.active .process-dot {
	border-color: #0b5cab;
	background: #0b5cab;
}

.process-row strong,
.process-item strong {
	display: block;
	color: #1e293b;
	font-size: 15px;
}

.signin-card {
	padding: 30px;
	border-top: 4px solid #0b5cab !important;
}

.verification-card {
	padding: 30px;
}

.card-head,
.verification-header,
.panel-heading {
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.card-head,
.verification-header {
	border-bottom: 1px solid #edf1f5;
	padding-bottom: 22px;
	margin-bottom: 24px;
}

.card-head h2 {
	margin: 6px 0 8px;
	font-size: 28px;
}

.status-pill,
.security-badge,
.state-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	border-radius: 999px;
	padding: 0 12px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #0b5cab;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.form-group {
	margin-bottom: 18px;
}

.form-group label,
.form-label {
	display: block;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.form-control {
	min-height: 46px;
	border: 1px solid #cbd5e1 !important;
	border-radius: 6px;
	color: #0f172a;
	background-color: #ffffff !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	border-color: #0b5cab !important;
	box-shadow: 0 0 0 3px rgba(11, 92, 171, 0.12) !important;
	outline: 0;
}

.input-with-icon {
	position: relative;
}

.input-with-icon .input-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 15px;
	pointer-events: none;
	transition: color 0.15s ease-in-out;
	z-index: 4;
}

.input-with-icon .form-control {
	padding-left: 42px;
}

.input-with-icon:focus-within .input-icon {
	color: #0b5cab;
}

.password-field {
	position: relative;
}

.password-field .form-control {
	padding-right: 48px;
}

.password-field button {
	position: absolute;
	right: 8px;
	top: 6px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #475569;
	z-index: 5;
}

.form-row,
.action-row {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.form-row {
	justify-content: space-between;
	margin-bottom: 22px;
}

.remember-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #475569;
	margin: 0;
}

.form-row a,
.signup-strip a {
	color: #087f5b;
	font-weight: 800;
}

.signin-btn {
	width: 100%;
	min-height: 48px;
	border-radius: 6px;
	font-weight: 800;
}

.auth-divider {
	position: relative;
	text-align: center;
	margin: 24px 0;
}

.auth-divider::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #edf1f5;
}

.auth-divider span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 28px;
	border-radius: 999px;
	background: #fff;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

.social-signin {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.signin-alert {
	border-radius: 6px;
	padding: 12px 14px;
	margin-bottom: 18px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #9a3412;
	font-weight: 700;
}

.signin-alert.error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #b91c1c;
}

.signup-strip {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding-top: 20px;
	margin-top: 22px;
	border-top: 1px solid #edf1f5;
	color: #475569;
}

.verification-page {
	background: #f3f6f9;
	border-top: 1px solid #e2e8f0;
}

.verification-grid {
	padding-top: 60px;
}

.onboarding-panel {
	position: sticky;
	top: 96px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.profile-summary {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 24px 24px 20px;
	border-bottom: 1px solid #edf1f5;
}

.profile-summary .profile-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #e6eef8;
}

.profile-summary h5 {
	margin: 4px 0 2px;
	font-size: 18px;
}

.profile-summary p {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	word-break: break-word;
}

.control-block,
.image-upload-block {
	padding: 20px 24px;
	border-bottom: 1px solid #edf1f5;
}

.image-upload-control {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 12px;
	padding: 14px;
	border: 1px dashed #94a3b8;
	border-radius: 6px;
	background: #f8fafc;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease;
}

.image-upload-control:hover {
	border-color: #0b5cab;
	background: #eff6ff;
}

.image-upload-control span {
	color: #0f172a;
	font-size: 14px;
	font-weight: 800;
}

.image-upload-control small,
.upload-message {
	color: #64748b;
	font-size: 12px;
}

.upload-message {
	margin-top: 10px;
	font-weight: 700;
}

.upload-message.success,
.otp-status.success {
	color: #047857;
}

.upload-message.error,
.otp-status.error {
	color: #dc2626;
}

.status-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 12px;
}

.status-grid strong {
	display: block;
	color: #0f766e;
	font-size: 17px;
	line-height: 1.1;
}

.status-grid span {
	color: #64748b;
	font-size: 12px;
}

.verification-header h3 {
	margin: 6px 0 8px;
	font-size: 30px;
}

.step-strip {
	display: grid;
	grid-template-columns: max-content 1fr max-content 1fr max-content;
	align-items: center;
	gap: 10px;
	padding: 24px 0;
}

.strip-step {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}

.strip-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #cbd5e1;
	background: #fff;
}

.strip-step.complete span,
.strip-step.active span {
	border-color: #0b5cab;
	background: #0b5cab;
	color: #fff;
}

.strip-step.complete,
.strip-step.active {
	color: #0f172a;
}

.strip-line {
	height: 2px;
	background: #dbe3ec;
}

.strip-line.complete {
	background: #0b5cab;
}

.verify-panel {
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	margin-bottom: 18px;
	padding: 22px;
	background: #fff;
}

.panel-heading {
	margin-bottom: 18px;
}

.panel-heading h5 {
	margin: 4px 0 0;
	font-size: 20px;
}

.state-pill.pending {
	background: #fff7ed;
	color: #b45309;
	border: 1px solid #fed7aa;
}

.state-pill.verified {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.phone-control {
	display: grid;
	grid-template-columns: 138px 1fr;
}

.phone-control .country-code {
	min-height: 46px;
	border-color: #cbd5e1;
	border-radius: 6px 0 0 6px;
	border-right: 0;
	color: #334155;
	font-weight: 700;
}

.phone-control #mobile {
	border-radius: 0 6px 6px 0;
}

.otp-input {
	max-width: 320px;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.otp-input::placeholder {
	letter-spacing: 0;
	text-transform: none;
	font-weight: 500;
}

.btn-main {
	border-radius: 6px;
	min-height: 44px;
	font-weight: 700;
}

.btn-outline-primary {
	border-radius: 6px;
	min-height: 46px;
	font-weight: 700;
}

.otp-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
}

.otp-loader,
.btn-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #bfdbfe;
	border-top-color: #0b5cab;
	border-radius: 50%;
	animation: otpSpin .7s linear infinite;
}

.btn-loader {
	width: 14px;
	height: 14px;
	margin-right: 8px;
	vertical-align: -2px;
}

.btn.is-loading {
	pointer-events: none;
	opacity: .78;
}

.done-state {
	text-align: center;
	padding: 48px 20px;
}

.done-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #ecfdf5;
	color: #047857;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 16px;
}

.done-state p {
	color: #64748b;
}

.empty-resume-state,
.resume-upload-zone,
.resume-file-list {
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	background: #fff;
}

.empty-resume-state {
	padding: 32px 20px;
	text-align: center;
}

.empty-resume-state i {
	color: #0b5cab;
	font-size: 34px;
	margin-bottom: 12px;
}

.empty-resume-state h5 {
	margin-bottom: 6px;
	font-weight: 800;
}

.empty-resume-state p {
	margin: 0;
	color: #64748b;
}

.resume-upload-zone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px;
	background: #f8fafc;
	border-style: dashed;
}

.resume-upload-zone strong,
.resume-upload-zone span {
	display: block;
}

.resume-upload-zone strong {
	color: #0f172a;
	font-size: 16px;
}

.resume-upload-zone span,
.resume-file-list {
	color: #64748b;
	font-size: 13px;
}

.resume-upload-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	margin: 0;
	border-radius: 6px;
	background: #0b5cab;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	white-space: nowrap;
}

.resume-upload-btn input {
	display: none;
}

.resume-file-list {
	margin-top: 12px;
	padding: 12px 14px;
}

.resume-file-list div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
	border-bottom: 1px solid #edf1f5;
}

.resume-file-list div:last-child {
	border-bottom: 0;
}

.resume-file-list .invalid {
	color: #dc2626;
	font-weight: 700;
}

.resume-card-actions {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	gap: 8px;
	z-index: 2;
}

.resume-card-actions form {
	margin: 0;
}

.resume-card-actions .cancel-link,
.resume-delete-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #0f172a;
	box-shadow: 0 4px 14px rgba(15, 23, 42, .12);
}

.resume-delete-btn {
	color: #dc2626;
	cursor: pointer;
}

.resume-card-actions .cancel-link:hover {
	background: #eff6ff;
	color: #0b5cab;
}

.resume-delete-btn:hover {
	background: #fef2f2;
}

@keyframes scaleIn {
	0% { transform: scale(0); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

@keyframes drawCheck {
	0% { opacity: 0; transform: scale(0.5); }
	100% { opacity: 1; transform: scale(1); }
}

@keyframes otpSpin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 991.98px) {
	.signin-page {
		padding: 96px 0 42px;
	}

	.signin-grid {
		grid-template-columns: 1fr;
	}

	.signin-intel {
		order: 2;
	}

	.signin-card {
		order: 1;
	}

	.signin-intel h1 {
		font-size: 30px;
	}

	.verification-grid {
		padding-top: 36px;
	}

	.onboarding-panel {
		position: static;
	}

	.verification-card {
		padding: 22px;
	}
}

@media (max-width: 575.98px) {
	.signin-intel,
	.signin-card {
		padding: 22px;
	}

	.intel-metrics,
	.step-strip {
		grid-template-columns: 1fr;
	}

	.card-head,
	.form-row,
	.signup-strip,
	.profile-summary,
	.verification-header,
	.panel-heading {
		flex-direction: column;
		align-items: flex-start;
	}

	.verification-grid {
		padding-top: 24px;
	}

	.phone-control {
		grid-template-columns: 118px 1fr;
	}

	.step-strip {
		gap: 12px;
	}

	.strip-line {
		display: none;
	}

	.verification-header h3 {
		font-size: 24px;
	}

	.resume-upload-zone {
		align-items: stretch;
		flex-direction: column;
	}

	/* Signin Card specific professional mobile layout overrides */
	.signin-card .card-head {
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		gap: 12px;
	}

	.signin-card .card-head h2 {
		font-size: 20px;
		margin: 4px 0 6px;
	}

	.signin-card .card-head p {
		font-size: 12px;
	}

	.signin-card .form-row {
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
		width: 100%;
		font-size: 13px;
	}

	.signin-card .signup-strip {
		flex-direction: row !important;
		justify-content: center !important;
		gap: 6px !important;
		font-size: 13px;
	}
}

/* ==========================================================================
   Candidate Dashboard - Premium ERP/SAP KPI Tiles Redesign Overrides
   ========================================================================== */
.dash-wrap-bloud {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	padding: 20px 24px !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
	transition: all 0.2s ease-in-out !important;
	overflow: hidden;
}

.dash-wrap-bloud:hover {
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
	transform: translateY(-2px);
}

/* Accent status indicator bar at the top of each tile */
.dash-wrap-bloud::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 3px !important;
}

/* Assign unique corporate border top colors */
.col-xl-3:nth-child(1) .dash-wrap-bloud::before {
	background-color: #10b981 !important; /* Green for Applied */
}
.col-xl-3:nth-child(2) .dash-wrap-bloud::before {
	background-color: #f59e0b !important; /* Orange for Saved */
}
.col-xl-3:nth-child(3) .dash-wrap-bloud::before {
	background-color: #ef4444 !important; /* Red for Viewed */
}
.col-xl-3:nth-child(4) .dash-wrap-bloud::before {
	background-color: #06b6d4 !important; /* Blue for Review */
}

/* Align text column to the left and float icon to the right */
.dash-wrap-bloud-caption {
	order: 1 !important;
	flex: 1 !important;
}

.dash-wrap-bloud-icon {
	order: 2 !important;
	flex: 0 0 auto !important;
}

/* Vertical reordering: Place title above number */
.dash-wrap-bloud-content {
	text-align: left !important;
	display: flex !important;
	flex-direction: column-reverse !important;
}

.dash-wrap-bloud-content p {
	font-size: 11px !important;
	font-weight: 700 !important;
	color: #64748b !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	margin: 0 0 6px 0 !important;
	line-height: 1.2 !important;
}

.dash-wrap-bloud-content h5.ctr {
	font-size: 30px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	margin: 0 !important;
	line-height: 1 !important;
}

/* Sleek Icon Containers */
.dash-wrap-bloud-icon .bloud-icon {
	width: 44px !important;
	height: 44px !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: transform 0.2s ease !important;
}

.dash-wrap-bloud:hover .bloud-icon {
	transform: scale(1.1) !important;
}

/* Corporate light background styling matching status indicator colors */
.bloud-icon.text-success {
	background-color: rgba(16, 185, 129, 0.1) !important;
	color: #10b981 !important;
}
.bloud-icon.text-warning {
	background-color: rgba(245, 158, 11, 0.1) !important;
	color: #f59e0b !important;
}
.bloud-icon.text-danger {
	background-color: rgba(239, 68, 68, 0.1) !important;
	color: #ef4444 !important;
}
.bloud-icon.text-info {
	background-color: rgba(6, 182, 212, 0.1) !important;
	color: #06b6d4 !important;
}

/* ==========================================================================
   Candidate Dashboard - Shortlisted Jobs Layout Enhancements (SAP/ERP style)
   ========================================================================== */
.jbs-list-box {
	border: 1px solid #e2e8f0 !important;
	background-color: #ffffff !important;
	border-radius: 8px !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
	padding: 22px !important;
	transition: all 0.25s ease-in-out !important;
}

.jbs-list-box .jbs-list-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 220px 304px !important;
	gap: 20px !important;
	align-items: center !important;
	margin-bottom: 0 !important;
}

.jbs-list-box .jbs-list-head-thunner {
	min-width: 0 !important;
	width: 100% !important;
	justify-content: flex-start !important;
}

.jbs-list-box .jbs-list-job-caption {
	min-width: 0 !important;
}

.jbs-list-box .jbs-list-head-middle,
.jbs-list-box .jbs-list-head-last {
	width: 100% !important;
}

.jbs-list-box:hover {
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
	border-color: #cbd5e1 !important;
}

/* Match score badge and uniform badge styling */
.jbs-job-types-wrap {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	margin-bottom: 6px !important;
}

.job-status-badge,
.job-match-badge {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: rgba(16, 185, 129, 0.08) !important;
	color: #059669 !important;
	font-weight: 700 !important;
	border: 1px solid rgba(16, 185, 129, 0.25) !important;
	border-radius: 4px !important;
	padding: 3px 10px !important;
	margin: 0 !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
}

/* Key skills tag styling */
.jbs-job-skills-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.job-skill-tag {
	background-color: #f8fafc !important;
	color: #475569 !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 4px !important;
	padding: 2px 8px !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	display: inline-block;
}

/* Benefits tag styling */
.jbs-job-benefits-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.job-benefit-tag {
	background-color: rgba(11, 92, 171, 0.05) !important;
	color: #0b5cab !important;
	border: 1px solid rgba(11, 92, 171, 0.1) !important;
	border-radius: 4px !important;
	padding: 2px 8px !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	display: inline-flex;
	align-items: center;
}

/* Custom visual layout adjustments */
.jbs-job-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	transition: color 0.2s ease;
}

.jbs-job-title:hover {
	color: #0b5cab !important;
}

/* Quick Apply and View Details buttons */
.job-action-group {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	gap: 8px !important;
	width: 100% !important;
}

.job-btn-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
	align-items: center !important;
	width: 100% !important;
}

.job-action-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 40px !important;
	padding: 0 12px !important;
	margin: 0 !important;
	border-radius: 6px !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	white-space: nowrap !important;
	box-shadow: none !important;
}

.job-action-btn i {
	font-size: 13px !important;
	line-height: 1 !important;
}

.jbs-list-box .btn-main {
	background-color: #0b5cab !important;
	border: 1px solid #0b5cab !important;
	color: #ffffff !important;
	transition: all 0.2s ease !important;
}

.jbs-list-box .btn-main:hover {
	background-color: #094a8a !important;
	color: #ffffff !important;
	border-color: #094a8a !important;
}

.jbs-list-box .btn-gray {
	background-color: #ffffff !important;
	border: 1px solid #b6c2cf !important;
	color: #1e293b !important;
	transition: all 0.2s ease !important;
}

.jbs-list-box .btn-gray:hover {
	background-color: #f1f5f9 !important;
	color: #0b5cab !important;
	border-color: #0b5cab !important;
}

/* ERP/SAP Salary styling overrides */
.job-salary-card {
	justify-content: flex-start !important;
	width: 100% !important;
	min-height: 46px !important;
	padding: 8px 10px !important;
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 6px !important;
}

.job-salary-card .ilop-tr {
	width: 28px !important;
	height: 28px !important;
	flex: 0 0 28px !important;
	font-size: 11px !important;
	background: #ecfdf5 !important;
	color: #047857 !important;
	box-shadow: none !important;
	border: 1px solid #bbf7d0 !important;
}

.job-salary-value {
	display: flex !important;
	align-items: baseline !important;
	flex-wrap: wrap !important;
	gap: 2px 5px !important;
	margin: 0 0 0 8px !important;
	color: #0f172a !important;
	line-height: 1.1 !important;
}

.salary-symbol {
	font-size: 11px !important;
	font-weight: 800 !important;
	color: #0b5cab !important;
	text-transform: uppercase !important;
	letter-spacing: 0.02em !important;
}

.salary-range {
	min-width: 0 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	white-space: nowrap !important;
	overflow: visible !important;
	text-overflow: clip !important;
}

.job-salary-value .patype {
	font-size: 10px !important;
	font-weight: 800 !important;
	color: #64748b !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	margin-top: 0 !important;
}

.job-salary-value .patype::before {
	content: "/ " !important;
}

.job-salary-value .salary-range:first-child {
	font-size: 13px !important;
	font-weight: 800 !important;
	color: #475569 !important;
	white-space: normal !important;
}

@media (max-width: 1199.98px) {
	.jbs-list-box .jbs-list-head {
		grid-template-columns: minmax(0, 1fr) 210px !important;
		gap: 16px !important;
	}

	.jbs-list-box .jbs-list-head-last {
		grid-column: 1 / -1 !important;
		max-width: 320px !important;
		justify-self: end !important;
	}
}

@media (max-width: 767.98px) {
	.jbs-list-box {
		padding: 18px !important;
	}

	.jbs-list-box .jbs-list-head {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		align-items: stretch !important;
	}

	.jbs-list-box .jbs-list-head-thunner {
		align-items: flex-start !important;
	}

	.jbs-list-box .jbs-list-head-last {
		max-width: none !important;
		justify-self: stretch !important;
	}

	.job-salary-card {
		max-width: 280px !important;
	}
}

@media (max-width: 420px) {
	.job-action-group {
		grid-template-columns: 1fr !important;
	}

	.job-action-btn {
		min-height: 38px !important;
	}
}

/* ==========================================================================
   Candidate Dashboard - Premium ERP/SAP Job Search Panel Styling
   ========================================================================== */
.job-search-panel {
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
	border-radius: 8px !important;
	padding: 20px 24px !important;
}

.job-search-panel .input-group-text {
	border-color: #cbd5e1 !important;
	color: #64748b !important;
	font-size: 14px !important;
}

.job-search-panel .form-control,
.job-search-panel .form-select {
	border-color: #cbd5e1 !important;
	color: #0f172a !important;
	font-size: 14px !important;
	height: 42px !important;
}

.job-search-panel .form-control:focus,
.job-search-panel .form-select:focus {
	border-color: #0b5cab !important;
	box-shadow: 0 0 0 3px rgba(11, 92, 171, 0.15) !important;
}

.job-search-panel .btn-main {
	background-color: #0b5cab !important;
	border-color: #0b5cab !important;
	font-size: 14px !important;
	height: 42px !important;
	border-radius: 6px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.job-search-panel .btn-main:hover {
	background-color: #094a8a !important;
	border-color: #094a8a !important;
}

/* ==========================================================================
   Candidate Job Search Page - Premium ERP/SAP Filter Sidebar Styling
   ========================================================================== */
.filter-sidebar-card {
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
	border-radius: 8px !important;
	overflow: hidden;
}

.filter-sidebar-header {
	background-color: #f8fafc !important;
	border-bottom: 1px solid #e2e8f0 !important;
	padding: 16px 20px !important;
}

.filter-sidebar-header h2 {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	margin: 0 !important;
}

.search-filter-box {
	font-size: 13px !important;
}

.search-filter-box .marginTop10 {
	display: block !important;
	width: 100% !important;
	margin-top: 15px !important;
}

.search-filter-box .marginTop10 label {
	display: block !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	border-bottom: 1px solid #e2e8f0 !important;
	padding-bottom: 6px !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

.search-filter-box .marginTop5 {
	display: flex !important;
	align-items: center !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	width: 100% !important;
	color: #475569 !important;
	font-size: 13px !important;
}

.search-filter-box input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	margin-right: 8px !important;
	margin-left: 0 !important;
	cursor: pointer !important;
	flex-shrink: 0 !important;
}

.search-filter-box a {
	font-size: 12px !important;
	color: #0b5cab !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	display: inline-block !important;
	margin-top: 4px !important;
}

.hidden {
	display: none !important;
}

.search-filter-box a:hover {
	text-decoration: underline !important;
}

/* Tab buttons toggles */
.search-tabs-group {
	display: inline-flex !important;
	border-radius: 6px !important;
	background-color: #e2e8f0 !important;
	padding: 4px !important;
}

.search-tab-btn {
	padding: 6px 16px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	border: none !important;
	background: transparent !important;
	color: #475569 !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
}

.search-tab-btn:hover {
	color: #0b5cab !important;
}

.search-tab-btn.active {
	background-color: #ffffff !important;
	color: #0b5cab !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
}

/* ERP Premium Job Search Panel Styles */
.job-search-panel .input-group {
	border: 1px solid #cbd5e1 !important;
	border-radius: 6px !important;
	background-color: #ffffff !important;
	height: 48px !important;
	display: flex !important;
	align-items: center !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.job-search-panel .input-group:focus-within {
	border-color: #0b5cab !important;
	box-shadow: 0 0 0 3px rgba(11, 92, 171, 0.15) !important;
}

.job-search-panel .input-group-text {
	border: none !important;
	border-right: 1px solid #e2e8f0 !important;
	background-color: transparent !important;
	color: #64748b !important;
	font-size: 15px !important;
	padding-left: 14px !important;
	padding-right: 12px !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 6px 0 0 6px !important;
}

.job-search-panel .form-control,
.job-search-panel .form-select {
	border: none !important;
	height: 100% !important;
	font-size: 14px !important;
	color: #1e293b !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	background-color: transparent !important;
	box-shadow: none !important;
	flex: 1 !important;
	display: block !important;
	width: 100% !important;
}

.job-search-panel .form-control:focus,
.job-search-panel .form-select:focus {
	outline: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}

.job-search-panel .form-select {
	padding-right: 36px !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	background-size: 16px 12px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	cursor: pointer !important;
}

.job-search-panel button[type="submit"] {
	height: 48px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	border-radius: 6px !important;
	background-color: #0b5cab !important;
	border-color: #0b5cab !important;
	transition: background-color 0.2s ease !important;
}

.job-search-panel button[type="submit"]:hover {
	background-color: #094a8a !important;
	border-color: #094a8a !important;
}

/* Mobile responsive layout overrides */
@media (max-width: 991px) {
	.job-search-panel .col-xl-3,
	.job-search-panel .col-xl-2,
	.job-search-panel .col-lg-3,
	.job-search-panel .col-lg-2,
	.job-search-panel .col-md-6,
	.job-search-panel .col-sm-12,
	.job-search-panel .col-sm-6 {
		margin-bottom: 12px !important;
	}
	.job-search-panel .row {
		margin-bottom: -12px !important; /* Offset last row element bottom margin */
	}
}

/* Style nice-select elements inside search panel to look like premium ERP inputs */
.job-search-panel .nice-select {
	border: none !important;
	height: 100% !important;
	font-size: 14px !important;
	color: #1e293b !important;
	padding-left: 12px !important;
	padding-right: 36px !important;
	background-color: transparent !important;
	box-shadow: none !important;
	flex: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	width: 100% !important;
	line-height: 46px !important;
}

.job-search-panel .nice-select:after {
	border-bottom: 2px solid #475569 !important;
	border-right: 2px solid #475569 !important;
	height: 8px !important;
	width: 8px !important;
	margin-top: -4px !important;
	right: 16px !important;
}

/* Hide the original native select when Nice Select has initialized it */
.job-search-panel select.form-select {
	display: none !important;
}
