.career-profile-card {
	border: 0;
	border-radius: 0.4rem;
	overflow: hidden;
}

.career-profile-card .card-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 70px;
	padding: 1rem 1.5rem;
}

.career-profile-card h4 {
	color: #2d3135;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.career-edit {
	background: transparent;
	border: 0;
	color: var(--maincolor, #008060);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 0;
}

.career-edit:hover {
	color: var(--maincolor, #008060);
	text-decoration: underline;
}

.career-grid {
	display: grid;
	gap: 20px 48px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0.25rem 0;
}

.career-display-item span {
	color: #6b7898;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 4px;
}

.career-display-item strong {
	color: #2d3135;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.career-empty-value {
	color: var(--maincolor, #008060) !important;
	font-weight: 500 !important;
}

.career-success {
	align-items: center;
	background: rgba(38, 174, 97, 0.08);
	border: 1px solid rgba(38, 174, 97, 0.18);
	border-radius: 0.4rem;
	color: #2d3135;
	display: none;
	gap: 10px;
	margin-bottom: 1rem;
	padding: 0.8rem 1rem;
}

.career-success i {
	color: #26ae61;
}

.career-profile-modal {
	z-index: 10060;
}

.career-profile-modal.show {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

.career-profile-modal .modal-dialog {
	margin: 30px auto;
	max-width: 760px;
	width: calc(100% - 48px);
}

.career-profile-modal .modal-content {
	background: #fff;
	border: 0;
	border-radius: 0.75rem;
	box-shadow: 0 12px 32px rgba(0, 22, 46, 0.14);
	max-height: calc(100vh - 60px);
	overflow: hidden;
	padding: 0;
}

.career-modal-header {
	border-bottom: 1px solid #e2e8ec;
	padding: 1.25rem 1.5rem;
}

.career-modal-header h3 {
	color: #2d3135;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 4px;
}

.career-modal-header p {
	color: #6b7898;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.career-close {
	background: transparent;
	border: 0;
	color: #64748b;
	font-size: 26px;
	line-height: 1;
	padding: 0;
}

.career-modal-body {
	max-height: calc(100vh - 160px);
	overflow-y: auto;
	padding: 1.5rem;
}

.career-field {
	margin-bottom: 1.45rem;
}

.career-field label {
	color: #2d3135;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 8px;
}

.career-field label span {
	color: #e03131;
}

.career-field small {
	color: #64748b;
	font-weight: 500;
}

.career-field .form-control {
	border: 1px solid #e2e8ec;
	border-radius: 0.65rem;
	color: #2d3135;
	font-size: 14px;
	min-height: 50px;
	padding-left: 14px;
	padding-right: 14px;
}

.career-field .form-control:focus {
	border-color: var(--maincolor, #008060);
	box-shadow: 0 0 0 0.2rem rgba(0, 128, 96, 0.08);
}

.career-field.has-error .form-control {
	border-color: #e03131;
}

.career-error-summary {
	background: rgba(224, 49, 49, 0.08);
	border: 1px solid rgba(224, 49, 49, 0.22);
	border-radius: 0.4rem;
	color: #c92a2a;
	display: none;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
}

.career-error-text {
	color: #c92a2a;
	font-size: 12px;
	margin-top: 6px;
}

.career-check-row,
.career-radio-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 42px;
}

.career-check-row label,
.career-radio-row label {
	align-items: center;
	color: #3f4854;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	gap: 8px;
	margin: 0;
}

.career-check-row input,
.career-radio-row input {
	accent-color: #202232;
	height: 16px;
	width: 16px;
}

.career-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.career-chip-list button {
	background: #f3f6fb;
	border: 1px solid #d7dfeb;
	border-radius: 18px;
	color: #34405a;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 12px;
}

.career-salary-row {
	display: grid;
	gap: 12px;
	grid-template-columns: 80px 1fr;
}

.career-actions {
	align-items: center;
	border-top: 1px solid #e2e8ec;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	padding-bottom: 0.5rem;
}

.career-actions .btn {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 46px;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding-bottom: 0;
	padding-top: 0;
}

.career-actions .btn-main {
	min-width: 82px;
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.career-autocomplete {
	position: relative;
}

.career-autocomplete-list {
	background: #fff;
	border: 1px solid #e2e8ec;
	border-radius: 0.65rem;
	box-shadow: 0 10px 24px rgba(0, 22, 46, 0.12);
	display: none;
	left: 0;
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: calc(100% + 4px);
	z-index: 1050;
}

.career-autocomplete-list .autocomplete-header {
	background: #f8fafc;
	border-bottom: 1px solid #edf2f7;
	border-top: 1px solid #edf2f7;
	color: #475569;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 6px 14px;
	text-transform: uppercase;
}

.career-autocomplete-list .autocomplete-header:first-child {
	border-top: 0;
}

.career-autocomplete-list button {
	background: transparent;
	border: 0;
	color: #2d3135;
	display: block;
	font-size: 14px;
	padding: 9px 14px;
	text-align: left;
	width: 100%;
}

.career-autocomplete-list button:hover,
.career-autocomplete-list button:focus {
	background: #f4f6f8;
	color: var(--maincolor, #008060);
	outline: none;
}

@media (max-width: 767.98px) {
	.career-grid {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.career-profile-modal .modal-dialog {
		margin: 16px auto;
		width: calc(100% - 24px);
	}

	.career-modal-header {
		padding: 1rem 1.25rem;
	}

	.career-modal-body {
		max-height: calc(100vh - 140px);
		padding: 1.25rem;
	}

	.career-radio-row,
	.career-check-row {
		gap: 12px 24px;
	}

	.career-salary-row {
		grid-template-columns: 75px 1fr;
	}
}
