body {
	background: #D7DCE1;
	overflow-x: hidden;
}

.dark-mode a:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.nav-header-light {
	color: #0E3E68 !important;
}

.profile-footer {
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	position: absolute;
}

.text-job-dark {
	color: white !important;
}

.text-job {
	color: var(--text);
}

.text-job-primary {
	color: var(--primary);
}

.text-job-secondary {
	color: var(--secondary);
}

.hover-underline:hover {
	color: var(--secondary);
	text-decoration: underline;
}

.card-job-primary,
.dark-mode .card-job-primary {
	background-color: var(--primary);
	color: white;
}

.card-job-secondary,
.dark-mode .card-job-secondary {
	background-color: var(--secondary);
	color: white;
}

.card-job-outline-secondary {
	border-top: 3px solid var(--secondary);
	border-color: var(--secondary);
}



/* btn-job */
.btn-job-primary {
	background-color: var(--btn-background-primary);
	border-color: var(--btn-background-primary);
	color: var(--btn-text-primary);
}

.btn-job-primary:hover {
	background-color: var(--btn-background-hover-primary);
	border-color: var(--btn-background-hover-primary);
	color: var(--btn-text-primary);
}

.btn-job-primary-not-selected {
	background-color: transparent !important;
	border: 1px solid var(--btn-background-primary);
	color: var(--text-primary);
}

.btn-job-primary-not-selected:hover {
	background-color: var(--btn-background-primary);
	border-color: var(--btn-background-primary);
	color: var(--text-primary);
}

.btn-job-salvar {
	background-color: var(--btn-background-primary);
	border-color: var(--btn-background-primary);
	color: var(--btn-text-primary);
}

.btn-job-salvar:hover {
	background-color: var(--btn-background-hover-primary);
	border-color: var(--btn-background-hover-primary);
	color: var(--btn-text-primary);
}

/* btn-add */
.btn-job-secondary,
.dark-mode .btn-job-secondary {
	background-color: var(--btn-background-secondary);
	border-color: var(--btn-background-secondary);
	color: var(--btn-text-secondary);
}

.btn-job-secondary:hover,
.dark-mode .btn-job-secondary:hover {
	background-color: var(--btn-background-hover-secondary);
	border-color: var(--btn-background-hover-secondary);
	color: var(--btn-text-secondary);
}

/* btn-add-outline */
.btn-job-outline-secondary {
	background-color: transparent;
	border: 1px solid var(--btn-background-secondary);
	color: var(--btn-background-secondary);
	font-weight: 500;
	transition: all 0.3s ease;
}

.btn-job-outline-secondary:hover {
	background-color: var(--btn-background-hover-secondary);
	color: var(--btn-text-secondary);
	border-color: var(--btn-background-hover-secondary);
}


.color-job-dark {
	color: #fff;
}

.wrapper-dark-mode {
	background-color: var(--color);
	color: #e0e0e0;
}

.wrapper-dark-mode .breadcrumb-item a {
	color: #a0a0ff;
}

.wrapper-dark-mode .breadcrumb-item.active {
	color: #ffffff;
	font-weight: bold;
}


.message-alert {
	position: fixed;
	top: 80px;
	right: 25px;
	width: 300px;
	z-index: 10000;
}

ul#tabPerfil {
	/* background-color: #adadad; */
	margin-bottom: 20px;
	border: 0px solid;

	position: relative;
	/* Posição normal antes de fixar */
	width: 100%;
	background-color: #f4f6f9;
	transition: all 0.3s;
}

#tabPerfil.fixo {
	position: fixed;
	top: 57px;
	/* Ajusta para ficar no topo da tela */
	/* left: 0; */
	width: 100%;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

ul#tabPerfil li {
	border: 0px solid blue;
}

ul#tabPerfil li a {
	padding: 20px 15px !important;
	border: 0px solid red;
	display: block;
	color: #e3315a;
	font-size: 1.1rem;
	border-bottom: 3px solid #f4f6f9;
}

ul#tabPerfil li a:hover {
	padding: 20px 15px !important;
	display: block;
	background-color: #4a505e;
	background-color: #e9ecef;
	border-bottom: 3px solid #4a505e;
	border-bottom: 3px solid #e3315a;
}

.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: var(--primary);
	color: white;
	font-weight: bold;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: var(--primary) !important;
	color: white;
	font-weight: bold;
}


/* .nav-tabs {
	background-color: red !important;
	margin-top: -1%;
} */

.nav-tabs li a {
	color: var(--primary) !important;
	filter: brightness(1.3);
	padding: 0 15px !important;
	border-bottom: 2px solid transparent !important;
	font-weight: 600;
	opacity: 0.85;
	transition: all 0.3s ease;
}

.nav-tabs li a.active {
	color: var(--secondary) !important;
	border-bottom: 2px solid var(--secondary) !important;
	opacity: 1;
}



.habilidade-container {
	border: 1px solid var(--secondary) !important;
}



.h4-section {
	color: var(--primary);
	filter: brightness(1.3);
}




.breadcrumb a {
	color: var(--secondary) !important;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s ease;
}

.a-job,
.dark-mode .a-job {
	color: var(--link-primary);
}

.a-job:hover,
.dark-mode .a-job:hover {
	color: var(--link-secondary);
}

.a-job-strong {
	color: var(--link-primary);
	font-weight: 600;
}

.a-job-strong:hover {
	color: var(--link-secondary);
}

.highcharts-figure .chart-container {
	width: 300px;
	height: 200px;
	margin: 40px;
}

@media (max-width: 600px) {
	.highcharts-figure .chart-container {
		width: 300px;
		float: none;
		margin: 0 auto;
	}
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--primary) !important;
}



.sidebar-collapse .main-sidebar .sidebar .profile-container img {
	width: 40px !important;
	height: 40px !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.sidebar-collapse .main-sidebar .sidebar .profile-container label[for="userfile"] {
	display: none !important;
}

.sidebar-collapse .main-sidebar .sidebar .profile-container .info {
	display: none;
}

.contatos li a {
	color: black;
}

.dark-mode .contatos li a {
	color: white;
}

.contatos li a:hover,
.dark-mode .contatos li a:hover {
	color: green;
}

.configuracoes .card,
.dark-mode .configuracoes .card {
	transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.configuracoes .card:hover,
.dark-mode .configuracoes .card:hover {
	background-color: var(--primary);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.configuracoes .card a,
.dark-mode .configuracoes .card a {
	color: inherit;
}

#login-preview,
#sidebar-preview,
#inicio-preview,
#favicon-preview,
#dark-mode-preview {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	overflow: hidden;
}

#login-preview img,
#sidebar-preview img,
#inicio-preview img,
#favicon-preview img,
#dark-mode-preview img {
	max-width: 100%;
	max-height: 100%;
}


.fitcultural-campos {
	background-color: var(--primary);
	filter: brightness(1.2);
	color: white;
}

.fitcultural-campos:hover {
	background-color: var(--primary);
	filter: brightness(1.2);
	/* color: white; */
	/* box-shadow: #4a505e 0px 0px 20px; */
}

.fitcultural.active {
	background-color: var(--primary);
	color: white;
}


.dark-mode .detalhes-vaga {
	color: white !important;
}


.tg-tour,
.tg-dialog,
.tg-tooltip,
.tg-backdrop {
	z-index: 1050 !important;
}

.tg-modal,
.tg-message {
	z-index: 1051 !important;
}

.header-questao {
	cursor: pointer;
	user-select: none;
}

.card-testes {
	border-radius: 20px;
}


.card-testes-alternativa {
	border: 1px solid var(--secondary);
}

#carregando-resultado {
	color: var(--primary);
}

.dark-mode #carregando-resultado {
	color: #fff;
}

.form-check {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 2px;
	box-sizing: border-box;
}

.form-check * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.form-check-label {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 20px;
	width: 220px;
	cursor: pointer;
	height: 50px;
	position: relative;
}

.form-check-label::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 220px;
	height: 45px;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	border-radius: 10px;
	border: 2px solid transparent;
}

.form-check-label:hover::before {
	transition: all 0.2s ease;
	background-color: #2a2e3c;
}

.form-check-label:has(input:checked)::before {
	background-color: #2d3750;
	border-color: var(--primary);
	height: 50px;
}

.form-check-label .text {
	font-weight: normal;
}

.form-check-input {
	border: 1px solid var(--secondary);
	appearance: none;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.form-check-input:checked {
	background-color: var(--secondary);
	-webkit-animation: pulse 0.7s forwards;
	animation: pulse 0.7s forwards;
}

.form-check-input::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #fff;
	transform: scale(0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%) scale(0);
}

.form-check-input:checked::before {
	transform: translate(-50%, -50%) scale(1);
}

.body:not(.dark-mode) form-control:focus {
	border-color: var(--primary) !important;
	/* box-shadow: 0 0 0 0.2rem rgba(21, 37, 83, 0.25) !important; */
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}

	70% {
		box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@media (max-width: 576px) {
	.form-check {
		flex-direction: column;
		gap: 8px;
	}

	.form-check-label {
		padding: 0 12px;
		width: 100%;
		height: 45px;
		gap: 10px;
		font-size: 14px;
	}

	.form-check-label::before {
		width: 100%;
		height: 42px;
		border-radius: 8px;
	}

	.form-check-label:has(input:checked)::before {
		height: 45px;
	}

	.form-check-input {
		width: 16px;
		height: 16px;
		flex-shrink: 0;
		margin-right: 6px;
	}

	.form-check-input::before {
		width: 5px;
		height: 5px;
	}

	.card-testes-alternativa {
		padding: 8px;
	}
}


.loader {
	position: relative;
	height: 8px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.loader-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: var(--primary);
	border-radius: 30px;
	transition: width 0.3s ease;
}

.loader-bar-result {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: var(--secondary);
	border-radius: 30px;
	transition: width 1s ease;
}


.alert-message {
	position: fixed;
	top: 20px;
	background-color: rgba(255, 85, 85, 0.95);
	color: white;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.alert-message.show {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 576px) {
	.alert-message {
		width: 90%;
		font-size: 14px;
		padding: 10px 16px;
	}
}


.card-result {
	background-color: var(--primary);
}

.resultado .text-resultados {
	color: var(--primary);
}

.card-result .text-result,
.dark-mode .card-result .text-result {
	color: #fff;
}

#resultados .checkmark {
	top: 15px;
	margin-bottom: 35px;
}

#resultados h4 {
	color: var(--primary);
}

.dark-mode #resultados h4 {
	color: #fff;
}


.likert-scale {
	margin-top: 5%;
	margin-bottom: 5%;
	gap: 5px;
}

.likert-scale-template {
	margin-top: 3%;
	margin-bottom: 3%;
	gap: 5px;
}

.likert-option {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.likert-option input[type="radio"] {
	display: none;
}

.likert-option .circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.likert-option input[type="radio"]:checked+.circle {
	border: 3px solid #a5a5a5;
	transform: scale(1.3);
}

.dark-mode .likert-option input[type="radio"]:checked+.circle {
	border: 3px solid #ffffff;
	transform: scale(1.3);
}


.footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 20px;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}


.aba-label.erro {
	color: red !important;
	font-weight: bold;
}

.card-dados-pessoais {
	height: 96%;
	position: relative;
}

.card-header-btn-edit {
	position: absolute;
	top: 10px;
	right: 13px;
}




.timeline {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #dee2e6;
	/* cinza claro */
	left: 23px;
	margin: 0;
}

.timeline-item {
	position: relative;
	margin-bottom: 30px;
	padding-left: 55px;
}

/* Círculo padrão (bloqueado) */
.timeline-item::before {
	content: '';
	position: absolute;
	left: 15px;
	background: #fff;
	border: 4px solid #adb5bd;
	/* cinza */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: 5px;
	z-index: 1;
}

/* Etapa ativa */
.timeline-item.active::before {
	border-color: var(--btn-background-secondary);
}

.timeline-item.active h5 {
	color: var(--btn-background-secondary);
}

.timeline-item.locked h5,
.timeline-item.locked p,
.timeline-item.locked small {
	color: #adb5bd;
	/* cinza claro */
}


.badge-job {
	background-color: var(--btn-background-primary);
}

.timeline hr {
	border: 0;
	border-top: 1px solid #dee2e6;
	margin-left: 50px;
	margin-top: -10px;
}

.timeline hr:last-of-type {
	display: none;
}

.alert-primary-job {
	background-color: var(--primary);
}

/* tira o marcador padrão */
.causas-alternativas summary::-webkit-details-marker {
	display: none;
}

.causas-alternativas summary::marker {
	content: "";
}

.causas-alternativas summary i {
	transition: transform 0.2s ease;
}

.causas-alternativas[open] summary i {
	transform: rotate(90deg);
}

.text-transparent {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	padding-right: 100px;
}

.text-transparent::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 90%);
	pointer-events: none;
}

.card-job-outline-secondary .text-transparent::after {
	background: linear-gradient(to right,
			transparent 0%,
			var(--card-bg-color, #ffffff) 90%);
}

.dark-mode .text-transparent::after {
	background: linear-gradient(to right,
			rgba(52, 58, 64, 0) 0%,
			rgba(52, 58, 64, 1) 90%);
}

.dark-mode .card-job-outline-secondary .text-transparent::after {
	background: linear-gradient(to right,
			transparent 0%,
			var(--card-bg-color, #343A40) 90%);
}


/* Configurações */

/* meia coluna padrão (0,5 col) */
.col-0-5 {
	flex: 0 0 4.1667%;
	max-width: 4.1667%;
}

/* meia coluna responsiva, seguindo breakpoints do BS5 */
@media (min-width: 576px) {

	/* sm */
	.col-sm-0-5 {
		flex: 0 0 4.1667%;
		max-width: 4.1667%;
	}
}

@media (min-width: 768px) {

	/* md */
	.col-md-0-5 {
		flex: 0 0 4.1667%;
		max-width: 4.1667%;
	}
}

@media (min-width: 992px) {

	/* lg */
	.col-lg-0-5 {
		flex: 0 0 4.1667%;
		max-width: 4.1667%;
	}
}

@media (min-width: 1200px) {

	/* xl */
	.col-xl-0-5 {
		flex: 0 0 4.1667%;
		max-width: 4.1667%;
	}
}

@media (min-width: 1400px) {

	/* xxl */
	.col-xxl-0-5 {
		flex: 0 0 4.1667%;
		max-width: 4.1667%;
	}
}

/* coluna de 11,5 col */
.col-11-5 {
	flex: 0 0 95.8334%;
	max-width: 95.8334%;
}

/* responsivo como o Bootstrap */
@media (min-width: 576px) {

	/* sm */
	.col-sm-11-5 {
		flex: 0 0 95.8334%;
		max-width: 95.8334%;
	}
}

@media (min-width: 768px) {

	/* md */
	.col-md-11-5 {
		flex: 0 0 95.8334%;
		max-width: 95.8334%;
	}
}

@media (min-width: 992px) {

	/* lg */
	.col-lg-11-5 {
		flex: 0 0 95.8334%;
		max-width: 95.8334%;
	}
}

@media (min-width: 1200px) {

	/* xl */
	.col-xl-11-5 {
		flex: 0 0 95.8334%;
		max-width: 95.8334%;
	}
}

@media (min-width: 1400px) {

	/* xxl */
	.col-xxl-11-5 {
		flex: 0 0 95.8334%;
		max-width: 95.8334%;
	}
}

.traco {
	height: 100%;
	margin: 0 10px;
}

.traco-light {
	border-left: 2px solid #0e3e68;
}

.traco-dark {
	border-left: 2px solid white;
}

.titulo-grupo {
	color: #0E3E68 !important;
}


.link-linkedin {
	background-color: #0A66C2;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	border-radius: 60px;
}

.link-linkedin:hover {
	background-color: #064686;
	text-decoration: none;
	color: white;
}

.link-instagram {
	background: linear-gradient(45deg,
			#405DE6,
			#833AB4,
			#C13584,
			#F56040,
			#FCAF45);

	padding: 5px 10px;
	text-decoration: none;
	color: white;
	border-radius: 60px;
}

.link-instagram:hover {
	background: linear-gradient(45deg,
			#3248b4,
			#572677,
			#a12c6f,
			#F56040,
			#b67f32);
	text-decoration: none;
	color: white;
}

.link-portfolio {
	background-color: #818181;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	border-radius: 60px;
}

.link-portfolio:hover {
	background-color: #616161;
	text-decoration: none;
	color: white;
}


/* Selsec2 */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--primary);
	color: white;
}

body:not(.dark-mode) .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: var(--primary);
	/* box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); */
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--primary) !important;
	color: white;
}


.historico-kpi {
	border-radius: 16px;
	padding: 18px 18px 16px 18px;
	min-height: 100px;
	color: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.historico-kpi-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	opacity: .9;
	display: block;
	margin-bottom: 8px;
}

.historico-kpi strong {
	display: block;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 6px;
}

.historico-kpi small {
	display: block;
	color: rgba(255, 255, 255, .85) !important;
}

.historico-grupo {
	border-radius: 14px;
	margin-bottom: 18px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.historico-grupo-header {
	background: var(--primary);
	color: #ffffff;
	padding: 14px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.historico-grupo-titulo {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.historico-grupo-total {
	font-size: 12px;
	border-radius: 999px;
	padding: 6px 10px;
	font-weight: 600;
}

.historico-lista {
	padding: 0;
	margin: 0;
	list-style: none;
}

.historico-linha {
	padding: 14px 16px;
	border-bottom: 1px solid #f1f3f5;
}

.historico-linha:last-child {
	border-bottom: none;
}

.historico-linha-topo {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 6px;
	font-size: 14px;
}

.historico-obs {
	margin-top: 6px;
	padding: 10px 12px;
	border-radius: 8px;
}

.historico-vazio-filtro {
	border-radius: 14px;
	padding: 24px;
	text-align: center;
}


.modal-cancelar-candidatura {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.btn-close-custom {
	font-size: 1.6rem;
	opacity: 0.7;
	transition: all 0.2s ease;
}

.btn-close-custom:hover {
	opacity: 1;
	transform: scale(1.05);
}

.cancelar-icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cancelar-icon {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
}

.cancelar-box-alert {
	background: #fff8f1;
	border: 1px solid #fde3c3;
	border-radius: 14px;
	padding: 14px 18px;
	color: #8a5a00;
	font-size: 14px;
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}

.btn-cancelar-voltar {
	min-width: 160px;
	height: 46px;
	border-radius: 999px;
	font-weight: 600;
	border: 1px solid #dcdfe4;
	color: #495057;
	background: #fff;
	transition: all 0.2s ease;
}

.btn-cancelar-voltar:hover {
	background: #f8f9fa;
	border-color: #cfd4da;
}

.btn-cancelar-confirmar {
	min-width: 220px;
	height: 46px;
	border-radius: 999px;
	font-weight: 600;
	color: #fff;
	border: none;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	box-shadow: 0 8px 18px rgba(231, 76, 60, 0.25);
	transition: all 0.2s ease;
}

.btn-cancelar-confirmar:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(231, 76, 60, 0.32);
}

@media (max-width: 576px) {
	.cancelar-titulo {
		font-size: 24px;
	}

	.cancelar-texto {
		font-size: 16px;
	}

	.btn-cancelar-voltar,
	.btn-cancelar-confirmar {
		width: 100%;
	}
}


.star-rating-criteria {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 1.9rem;
	line-height: 1;
	width: 100%;
}

.star-rating-criteria input {
	display: none;
}

.star-rating-criteria label {
	color: #e0e0e0;
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 0 .08em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.star-rating-criteria label:before {
	content: '\f005';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.star-rating-criteria label:hover,
.star-rating-criteria label:hover~label,
.star-rating-criteria input:checked~label {
	color: #ffc107;
}

.star-rating-criteria input:checked~label:before,
.star-rating-criteria label:hover~label:before,
.star-rating-criteria label:hover:before {
	font-weight: 900;
}

@media (max-width: 767.98px) {
	.star-rating-criteria {
		font-size: 1.65rem;
	}
}

@media (max-width: 575.98px) {
	.star-rating-criteria {
		font-size: 1.45rem;
	}

	.star-rating-criteria label {
		margin: 0 .05em;
	}
}

.feedback-colaborador-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.feedback-colaborador-top {
	padding: 18px 20px;
	border-bottom: 1px solid #eef1f4;
	background: linear-gradient(180deg, rgba(14, 62, 104, 0.03) 0%, rgba(14, 62, 104, 0.00) 100%);
}

.feedback-colaborador-identificacao {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.feedback-colaborador-info {
	min-width: 0;
	width: 100%;
}

.feedback-colaborador-nome {
	color: #1f2937;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0;
	word-break: break-word;
}

.feedback-colaborador-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #6c757d;
	font-size: 0.95rem;
	margin-top: 4px;
}

.feedback-colaborador-meta-item {
	display: inline-flex;
	align-items: center;
}

.feedback-colaborador-meta-separator {
	color: #adb5bd;
}

.feedback-colaborador-status {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.feedback-colaborador-badge {
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	white-space: normal;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feedback-colaborador-bottom {
	padding: 16px 20px;
	background: #f1f1f1;
}

.feedback-colaborador-bottom .feedback-colaborador-bottom {
	padding: 16px 20px;
	background: #fcfcfd;
}

.feedback-colaborador-item {
	border: 1px solid #edf0f2;
	border-radius: 10px;
	padding: 12px 14px;
	background: #fff;
	height: 100%;
}

.feedback-colaborador-item small {
	display: block;
	color: #6c757d;
	font-size: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.feedback-colaborador-item strong {
	display: block;
	color: #1f2937;
	font-size: 0.96rem;
	font-weight: 600;
	word-break: break-word;
}

/* dark mode colaborador */
.dark-mode .feedback-colaborador-card {
	background: #343a40;
	border-color: #495057;
	box-shadow: none;
}

.dark-mode .feedback-colaborador-top {
	border-bottom-color: #495057;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.dark-mode .feedback-colaborador-nome,
.dark-mode .feedback-colaborador-item strong {
	color: #fff;
}

.dark-mode .feedback-colaborador-meta,
.dark-mode .feedback-colaborador-item small,
.dark-mode .feedback-colaborador-meta-separator {
	color: #ced4da;
}

.dark-mode .feedback-colaborador-bottom {
	background: #2f343a;
}

.dark-mode .feedback-colaborador-bottom .feedback-colaborador-bottom {
	background: #252a30;
}

.dark-mode .feedback-colaborador-item {
	background: #3a4047;
	border-color: #4b5259;
}

/* responsividade colaborador */
@media (max-width: 767.98px) {
	.feedback-colaborador-top {
		padding: 16px;
	}

	.feedback-colaborador-bottom {
		padding: 16px;
	}

	.feedback-colaborador-nome {
		font-size: 1.15rem;
	}

	.feedback-colaborador-badge {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {

	.feedback-colaborador-top,
	.feedback-colaborador-bottom {
		padding: 14px;
	}

	.feedback-colaborador-item {
		padding: 11px 12px;
	}

	.feedback-colaborador-item strong {
		font-size: 0.92rem;
	}
}

:root {
	--sidebar-width: 280px;
	--sidebar-collapsed-width: 4.6rem;
}

@media (min-width: 992px) {

	.main-sidebar,
	.main-sidebar::before {
		width: var(--sidebar-width) !important;
		transition: width 0.3s ease-in-out;
	}

	.main-sidebar .brand-link {
		width: var(--sidebar-width) !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0.8125rem 1rem !important;
		transition: width 0.3s ease-in-out;
		box-sizing: border-box;
	}


	body:not(.sidebar-collapse) .content-wrapper,
	body:not(.sidebar-collapse) .main-footer,
	body:not(.sidebar-collapse) .main-header {
		margin-left: var(--sidebar-width) !important;
		transition: margin-left 0.3s ease-in-out;
	}

	.main-sidebar .sidebar {
		width: 100% !important;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.main-sidebar .profile-container {
		width: 100% !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		box-sizing: border-box;
	}

	.main-sidebar #form-foto {
		width: 100% !important;
	}

	.main-sidebar nav {
		width: 100% !important;
	}

	.main-sidebar .nav-sidebar {
		width: 100% !important;
	}

	.main-sidebar .nav-item {
		width: 100% !important;
	}

	.main-sidebar .nav-link {
		width: 100% !important;
		box-sizing: border-box;
	}

	.main-sidebar .nav-treeview {
		width: 100% !important;
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
		box-sizing: border-box;
	}

	.sidebar-collapse .main-sidebar,
	.sidebar-collapse .main-sidebar::before {
		width: var(--sidebar-collapsed-width) !important;
	}

	.sidebar-collapse .main-sidebar .brand-link {
		width: var(--sidebar-collapsed-width) !important;
		padding: 0.8125rem 0.5rem !important;
	}

	.sidebar-collapse .content-wrapper,
	.sidebar-collapse .main-footer,
	.sidebar-collapse .main-header {
		margin-left: var(--sidebar-collapsed-width) !important;
	}

	.sidebar-collapse .main-sidebar .sidebar {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.sidebar-collapse .main-sidebar .profile-container {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.sidebar-collapse .main-sidebar .nav-sidebar .nav-link p,
	.sidebar-collapse .main-sidebar .nav-header,
	.sidebar-collapse .main-sidebar .profile-container .info,
	.sidebar-collapse .main-sidebar .nav-sidebar .right,
	.sidebar-collapse .main-sidebar .nav-treeview {
		display: none !important;
	}

	.sidebar-collapse .main-sidebar .nav-sidebar .nav-link {
		justify-content: center !important;
		padding: 0.75rem 0.5rem !important;
	}

	.sidebar-collapse .main-sidebar .nav-sidebar .nav-icon {
		margin: 0 !important;
		width: 100% !important;
		text-align: center !important;
		font-size: 1.25rem !important;
	}

	.sidebar-collapse .main-sidebar .brand-link img {
		max-width: 35px !important;
		height: auto !important;
	}

	.sidebar-collapse .main-sidebar .nav-sidebar>.nav-item>.nav-link {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0.75rem 0 !important;
		text-align: center !important;
	}

	.sidebar-collapse .main-sidebar .nav-sidebar>.nav-item {
		display: flex !important;
		justify-content: center !important;
	}


	.sidebar-collapse .main-sidebar .nav-sidebar {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


@media (max-width: 991.98px) {

	.main-sidebar,
	.main-sidebar::before,
	.main-sidebar .brand-link {
		width: 300px !important;
		max-width: 85vw !important;
	}

	body:not(.sidebar-open) .main-sidebar {
		transform: translateX(-100%) !important;
		margin-left: 0 !important;
		left: 0 !important;
	}

	body.sidebar-open .main-sidebar {
		transform: translateX(0) !important;
		left: 0 !important;
	}

	.content-wrapper,
	.main-header,
	.main-footer {
		margin-left: 0 !important;
	}

	.main-sidebar {
		position: fixed !important;
		top: 0;
		bottom: 0;
		z-index: 1040;
		transition: transform 0.3s ease-in-out !important;
	}

	.main-sidebar .sidebar,
	.main-sidebar .profile-container,
	.main-sidebar nav,
	.main-sidebar .nav-sidebar,
	.main-sidebar .nav-item,
	.main-sidebar .nav-link {
		width: 100% !important;
	}
}

.main-sidebar .brand-link {
	min-height: 57px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding-left: 1rem;
	padding-right: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.dark-mode .main-sidebar .brand-link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-sidebar .brand-link img {
	max-height: 35px;
	width: auto;
	max-width: 80%;
	transition: all 0.3s ease;
}

.main-sidebar .sidebar {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.nav-sidebar {
	width: 100% !important;
}

.nav-sidebar>.nav-item {
	width: 100% !important;
}

.nav-sidebar>.nav-item>.nav-link {
	min-height: 44px;
	padding: 0.75rem 0.9rem;
	border-radius: 10px;
	transition: all 0.2s ease;
	width: 100% !important;
	box-sizing: border-box;
}

.nav-sidebar .nav-treeview {
	width: 100% !important;
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
	background: transparent;
	box-sizing: border-box;
}

.nav-sidebar .nav-treeview>.nav-item {
	width: 100% !important;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link {
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
	padding-left: 1.3rem !important;
	padding-right: 0.9rem !important;
	border-radius: 8px;
	width: 100% !important;
	box-sizing: border-box;
}

.nav-sidebar .nav-link p {
	white-space: normal;
	line-height: 1.25;
	margin-bottom: 0;
	flex: 1;
	word-break: break-word;
}

.nav-sidebar .nav-icon {
	width: 1.4rem;
	text-align: center;
	margin-right: 0.55rem;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.nav-sidebar .right {
	margin-left: auto;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.nav-header {
	padding-left: 0.9rem !important;
	padding-right: 0.9rem !important;
	margin-top: 0.8rem;
	margin-bottom: 0.4rem;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	opacity: 0.8;
	width: 100% !important;
	box-sizing: border-box;
}

.profile-container {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: 100% !important;
	box-sizing: border-box;
}

.profile-container .info {
	max-width: 100%;
	word-break: break-word;
	text-align: center;
	padding: 0 0.5rem;
}

.profile-container strong {
	display: block;
	font-size: 0.95rem;
	line-height: 1.3;
	word-break: break-word;
}

.profile-container .img-thumbnail {
	max-width: 100%;
	height: auto;
}

.nav-sidebar .nav-link:hover {
	background: rgba(0, 0, 0, 0.05);
}

.dark-mode .nav-sidebar .nav-link:hover {
	background: rgba(255, 255, 255, 0.05);
}

.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: var(--primary);
	color: white;
	font-weight: bold;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: var(--primary) !important;
	color: white;
	font-weight: bold;
}

.nav-sidebar .has-treeview.menu-open>.nav-link {
	background: rgba(0, 0, 0, 0.05);
}

.dark-mode .nav-sidebar .has-treeview.menu-open>.nav-link {
	background: rgba(255, 255, 255, 0.05);
}

.main-sidebar .sidebar::-webkit-scrollbar {
	width: 5px;
}

.main-sidebar .sidebar::-webkit-scrollbar-track {
	background: transparent;
}

.main-sidebar .sidebar::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.dark-mode .main-sidebar .sidebar::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
}

.main-sidebar .sidebar::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3);
}

.dark-mode .main-sidebar .sidebar::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.3);
}


.documento-visualizacao-card {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.documento-visualizacao-header {
	background: linear-gradient(180deg, rgba(14, 62, 104, 0.03) 0%, rgba(14, 62, 104, 0.00) 100%);
	border-bottom: 1px solid #eef1f4;
	padding: 16px 20px;
}

.documento-visualizacao-body {
	padding: 18px;
	background: #f8fafc;
}

.documento-frame-wrap {
	position: relative;
	background: #525659;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	overflow: auto;
	min-height: 75vh;
	max-height: 78vh;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	-webkit-overflow-scrolling: touch;
	padding: 16px 0;
}

.documento-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: default;
}

.dark-mode .documento-visualizacao-header {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.00) 100%);
	border-bottom-color: #495057;
}

.dark-mode .documento-visualizacao-body {
	background: #2f343a;
}

.dark-mode .documento-frame-wrap {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .documento-frame {
	background: #fff;
}

@media (max-width: 767.98px) {
	.documento-visualizacao-header {
		padding: 14px 16px;
	}

	.documento-visualizacao-body {
		padding: 12px;
	}

	.documento-frame-wrap {
		min-height: 65vh;
		border-radius: 10px;
	}

	.documento-frame {
		height: 68vh;
	}
}

/* @media print {
	body * {
		display: none !important;
	}

	html,
	body {
		background: #fff !important;
	}
} */

@media print {

	.btn,
	.card-footer,
	.progress,
	.badge-percentual,
	.fa-chevron-down,
	#alerta-campos-obrigatorios,
	.modal {
		display: none !important;
	}

	.collapse {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
	}

	.card {
		border: none !important;
		box-shadow: none !important;
	}

	.card-header {
		background: #fff !important;
		border-bottom: 1px solid #ddd !important;
	}

	body {
		background: #fff !important;
	}
}

.aniver-box {
	border-radius: 14px;
	background: var(--bs-card-bg, #fff);
	border: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
	padding: 16px;
}

.aniver-lista {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: 14px;
}

.aniver-item {
	border-radius: 12px;
	padding: 14px;
	border: 1px solid rgba(0, 0, 0, .08);
	display: flex;
	align-items: center;
	gap: 12px;
	transition: .2s ease;
	background: var(--bs-card-bg, #fff);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}

.aniver-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.aniver-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(0, 123, 255, .12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #007bff;
	overflow: hidden;
	flex-shrink: 0;
}

.aniver-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aniver-info {
	flex: 1;
	min-width: 0;
}

.aniver-nome {
	font-weight: 600;
	margin-bottom: 2px;
}

.aniver-setor {
	font-size: 13px;
	color: #6c757d;
}

.aniver-data {
	text-align: right;
	min-width: 72px;
}

.aniver-data strong {
	font-size: 18px;
	display: block;
}

.aniver-data span {
	font-size: 12px;
	color: #6c757d;
}

.aniver-empty {
	border-radius: 12px;
	padding: 30px;
	text-align: center;
	color: #6c757d;
	border: 1px dashed rgba(0, 0, 0, .15);
	background: var(--bs-card-bg, #fff);
}

body.dark-mode .aniver-box,
body.dark-mode .aniver-item,
body.dark-mode .aniver-empty {
	background: #1f2933;
	border-color: rgba(255, 255, 255, .08);
	color: #f8f9fa;
}

body.dark-mode .aniver-setor,
body.dark-mode .aniver-data span,
body.dark-mode .aniver-empty {
	color: #adb5bd;
}

.aniver-box-header {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	padding-bottom: 14px;
}

body.dark-mode .aniver-box-header {
	border-color: rgba(255, 255, 255, .08);
}

@media (max-width: 576px) {
	.aniver-box-header {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.aniver-box-header .ml-auto {
		margin-left: 0 !important;
		margin-top: 12px;
		width: 100%;
	}

	.aniver-box-header .btn {
		width: 100%;
		margin-bottom: 6px;
	}
}

.fc .fc-button {
	padding: 4px 8px !important;
	font-size: 12px !important;
	height: 28px !important;
}

.fc .fc-prev-button,
.fc .fc-next-button {
	padding: 4px 10px !important;
	font-size: 12px !important;
}

.fc .fc-toolbar-chunk {
	gap: 6px;
}

.fc .fc-button-primary {
	background: #f4f6f9;
	border: 1px solid #dee2e6;
	color: #495057;
}

.fc .fc-button-primary:hover {
	background: #e9ecef;
}

.fc .fc-toolbar-title {
	font-size: 20px !important;
	font-weight: 600;
}

@media (max-width: 768px) {
	.fc .fc-header-toolbar {
		margin-bottom: 10px !important;
	}

	.fc .fc-toolbar-chunk:first-child {
		margin-bottom: 20px !important;
	}
}

.border-job-primary {
	border: 1px solid var(--secondary) !important;
}

@media (max-width: 767.98px) {
	.btn-mobile-full {
		width: 100%;
	}
}

.text-justify-custom {
	text-align: justify;
}


.filtro-aderencia-box {
	padding: 14px 16px;
	border: 1px solid #dee2e6;
	border-radius: 14px;
	background: #fff;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.filtro-lateral {
	min-width: 280px;
	max-width: 280px;
}

.filtro-aderencia-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--primary);
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	flex-shrink: 0;
}

.filtro-aderencia-content {
	flex: 1;
}

.filtro-aderencia-select {
	border-radius: 10px;
	border-color: #dee2e6;
	height: 36px;
}

.filtro-aderencia-select:focus {
	border-color: var(--primary);
	box-shadow: none;
}

.dark-mode .filtro-aderencia-box {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .filtro-aderencia-select {
	background: #343a40;
	color: #fff;
	border-color: #495057;
}





/* Modal - Varredura inteligente de cargos */

.modal-varredura-ia {
	max-width: 1180px;
}

.modal-varredura-ia-content {
	border-radius: 18px;
	overflow: hidden;
	border: none;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.modal-varredura-ia-header {
	align-items: flex-start;
	padding: 18px 22px;
	border-bottom: 1px solid #edf0f3;
}

.modal-varredura-ia-header .modal-title {
	font-weight: 700;
	color: var(--primary);
}

.modal-varredura-ia-body {
	padding: 22px;
	background: #f8f9fb;
	max-height: calc(100vh - 190px);
	overflow-y: auto;
}

.modal-varredura-ia-footer {
	padding: 14px 22px;
	background: #fff;
	border-top: 1px solid #edf0f3;
}

.varredura-cargo-header {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 16px;
	padding: 16px 18px;
	margin-bottom: 18px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.varredura-cargo-icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: rgba(255, 193, 7, 0.16);
	color: #d39e00;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.varredura-cargo-info {
	min-width: 0;
}

.varredura-cargo-info strong {
	color: #1f2937;
	font-size: 18px;
	word-break: break-word;
}

.varredura-cargo-info span {
	color: #6c757d;
	font-size: 14px;
}

.varredura-main-card,
.historico-analise-card {
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 16px;
	padding: 18px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
	height: 100%;
}

.varredura-section-title,
.historico-analise-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.varredura-section-title strong,
.historico-analise-header strong {
	color: var(--primary);
	font-size: 15px;
}

#alertaInfoVarredura,
.alerta-varredura-vazio {
	border-radius: 14px !important;
	background: #fffdf6;
	border-color: #f3dfaa !important;
	color: #7a5a00;
}

.varredura-lista-candidatos {
	max-height: 460px;
	overflow-y: auto;
	padding-right: 4px;
}

.candidato-aderente-card {
	border-radius: 14px;
	overflow: hidden;
	border: 2px solid #e9ecef;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

.candidato-aderente-info {
	min-width: 0;
}

.candidato-aderente-info h6,
.candidato-aderente-info small {
	word-break: break-word;
}

.candidato-aderente-acoes {
	gap: 6px;
}

.historico-analise-lista {
	max-height: 520px;
	overflow-y: auto;
	padding-right: 4px;
}

.historico-analise-item {
	border: 1px solid #edf0f3;
	border-radius: 14px;
	padding: 13px;
	margin-bottom: 10px;
	background: #fcfcfd;
	transition: all 0.2s ease;
}

.historico-analise-item:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.07);
}

.historico-analise-item-top {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.historico-analise-badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.historico-analise-vazio {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 16px;
}

.historico-analise-empty-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #f4f6f9;
	color: #6c757d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 auto 12px auto;
}

/* Dark mode */

.dark-mode .modal-varredura-ia-body {
	background: #2f343a;
}

.dark-mode .modal-varredura-ia-footer,
.dark-mode .modal-varredura-ia-header,
.dark-mode .varredura-cargo-header,
.dark-mode .varredura-main-card,
.dark-mode .historico-analise-card,
.dark-mode .historico-analise-item {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .modal-varredura-ia-header .modal-title,
.dark-mode .varredura-section-title strong,
.dark-mode .historico-analise-header strong,
.dark-mode .varredura-cargo-info strong,
.dark-mode .historico-analise-dados strong {
	color: #fff;
}

.dark-mode .varredura-cargo-info span {
	color: #ced4da;
}

.dark-mode #alertaInfoVarredura,
.dark-mode .alerta-varredura-vazio {
	background: #3a3320;
	border-color: #6b5721 !important;
	color: #f8e1a1;
}

.dark-mode .historico-analise-empty-icon {
	background: #2f343a;
	color: #ced4da;
}

@media (max-width: 991.98px) {
	.modal-varredura-ia {
		max-width: 95%;
	}

	.modal-varredura-ia-body {
		max-height: calc(100vh - 170px);
	}

	.varredura-lista-candidatos,
	.historico-analise-lista {
		max-height: none;
		overflow-y: visible;
	}
}

@media (max-width: 575.98px) {
	.modal-varredura-ia {
		max-width: 100%;
		margin: 0.5rem;
	}

	.modal-varredura-ia-header,
	.modal-varredura-ia-body,
	.modal-varredura-ia-footer {
		padding: 14px;
	}

	.varredura-cargo-header {
		align-items: flex-start;
		padding: 14px;
	}

	.varredura-cargo-icon {
		width: 42px;
		height: 42px;
		font-size: 20px;
	}

	.varredura-main-card,
	.historico-analise-card {
		padding: 14px;
	}

	.candidato-aderente-acoes {
		width: 100%;
		margin-top: 8px;
	}

	.modal-varredura-ia-footer {
		flex-direction: column-reverse;
	}

	.modal-varredura-ia-footer .btn,
	.modal-varredura-ia-footer a {
		width: 100%;
	}
}


.modal-historico-analise-content {
	border-radius: 18px;
	overflow: hidden;
	border: none;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.historico-analise-lista-modal {
	max-height: 520px;
	overflow-y: auto;
	padding-right: 4px;
}

.modal-varredura-ia-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

@media (max-width: 575.98px) {
	.modal-varredura-ia-header {
		flex-direction: column;
	}

	.modal-varredura-ia-header>div:last-child {
		width: 100%;
		justify-content: space-between;
	}

	#btnAbrirHistoricoAnalisesIA {
		width: 100%;
	}
}

#modalConfirmarAnaliseIA {
	z-index: 1050;
}

#modalHistoricoAnalisesIA {
	z-index: 1065 !important;
}

/* .modal-backdrop.modal-stack {
	z-index: 1060 !important;
} */

#modalHistoricoAnalisesIA .historico-analise-item {
	padding: 16px;
}

#modalHistoricoAnalisesIA .historico-analise-lista-modal {
	max-height: 560px;
	overflow-y: auto;
	padding-right: 6px;
}

#modalHistoricoAnalisesIA .collapse .bg-light {
	background: #f8f9fb !important;
}

.dark-mode #modalHistoricoAnalisesIA .collapse .bg-light {
	background: #3a4047 !important;
	color: #fff;
	border-color: #495057 !important;
}

.dark-mode #modalHistoricoAnalisesIA .collapse .text-dark {
	color: #fff !important;
}

.btn-detalhes-historico {
	white-space: nowrap;
	flex-shrink: 0;
}

@media (max-width: 575.98px) {
	.btn-detalhes-historico {
		width: 100%;
		margin-left: 0 !important;
	}
}



/* DROPDOWN CONFIGURAÇÕES */

.dropdown-config-menu {
	border: 0;
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 8px 26px rgba(15, 23, 42, 0.16);
}

.dropdown-config-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px;
	background: #fff;
	border-bottom: 1px solid #edf0f3;
}

.dropdown-config-header strong {
	display: block;
	color: var(--primary);
	line-height: 1.2;
	word-break: break-word;
}

.dropdown-config-header small {
	color: #6c757d;
	font-size: 0.8rem;
}

.dropdown-config-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 18px;
	color: #495057;
	text-decoration: none;
	font-size: 0.92rem;
	border-bottom: 1px solid #f1f3f5;
}

.dropdown-config-item i {
	width: 20px;
	text-align: center;
}

.dropdown-config-item:hover,
.dropdown-config-item.active {
	background: rgba(0, 0, 0, 0.04);
	color: var(--primary);
	text-decoration: none;
}

.dropdown-config-theme {
	padding: 14px 18px;
	border-bottom: 1px solid #f1f3f5;
}

.dropdown-config-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #6c757d;
	margin-bottom: 8px;
}

.theme-switcher-custom {
	display: flex;
	background: rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 4px;
}

.theme-switcher-custom button {
	border: 0;
	background: transparent;
	border-radius: 10px;
	padding: 7px 8px;
	flex: 1;
	font-size: 0.78rem;
	font-weight: 600;
	color: rgba(0, 0, 0, .45);
	cursor: pointer;
}

.theme-switcher-custom button.active {
	background: #fff;
	color: rgb(77, 77, 77);
	box-shadow: 0 2px 8px rgba(15, 23, 42, .12);
}

.theme-switcher-custom button span {
	margin-left: 4px;
}

.dropdown-config-logout {
	border-bottom: 0;
}

/* DARK MODE */

.dark-mode .dropdown-config-menu,
.dark-mode .dropdown-config-header {
	background: #343a40;
	border-color: #454d55;
}

.dark-mode .dropdown-config-header strong {
	color: #fff;
}

.dark-mode .dropdown-config-header small,
.dark-mode .dropdown-config-label {
	color: #c2c7d0;
}

.dark-mode .dropdown-config-item {
	background: #343a40;
	color: #ced4da;
	border-color: #454d55;
}

.dark-mode .dropdown-config-item:hover,
.dark-mode .dropdown-config-item.active {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.dark-mode .theme-switcher-custom {
	background: rgba(255, 255, 255, .08);
}

.dark-mode .theme-switcher-custom button {
	color: rgba(255, 255, 255, .45);
}

.dark-mode .theme-switcher-custom button.active {
	background: rgba(255, 255, 255, .15);
	color: #fff;
}

/* MOBILE */

@media (max-width: 575.98px) {
	.dropdown-config-menu {
		width: 290px;
		max-width: calc(100vw - 20px);
	}

	.dropdown-config-header,
	.dropdown-config-theme,
	.dropdown-config-item {
		padding-left: 14px;
		padding-right: 14px;
	}

	.theme-switcher-custom button span {
		display: none;
	}
}




















/* DASHBOARD PÚBLICO - VERSÃO PROFISSIONAL / PLATAFORMA */

.dashboard-publico-page {
	padding-bottom: 30px;
}

.dashboard-publico-hero {
	position: relative;
	font-size: 1.1rem;
	padding: 34px 18px 42px !important;
	overflow: hidden;
}

.dashboard-publico-hero::before {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 22px;
	z-index: 0;
	pointer-events: none;
}

.dashboard-publico-hero>* {
	position: relative;
	z-index: 1;
}

.dashboard-publico-logo {
	max-width: 300px;
	width: 100%;
	transition: transform .2s ease, filter .2s ease;
}

.dashboard-publico-logo:hover {
	transform: scale(1.015);
	filter: brightness(1.02);
}

.dashboard-publico-title {
	font-weight: 800;
	line-height: 1.22;
	word-break: break-word;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.dashboard-publico-subtitle {
	font-size: 1.05rem;
	line-height: 1.58;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	opacity: .92;
}

.dashboard-publico-badges {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.dashboard-publico-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #fff;
	color: var(--primary);
	font-size: .86rem;
	font-weight: 600;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
	border: 1px solid rgba(0, 0, 0, .04);
}

.dashboard-publico-badge i {
	color: var(--secondary);
}

.dashboard-sobre-box,
.dashboard-filtros-box,
.dashboard-cta-box {
	background-color: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.075);
	border: 1px solid rgba(0, 0, 0, .045);
}

.dashboard-sobre-box {
	position: relative;
	overflow: hidden;
}

.dashboard-sobre-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	opacity: .9;
}

.dashboard-sobre-box p:last-child {
	margin-bottom: 0;
}

.dashboard-section-title {
	font-weight: 700;
	line-height: 1.3;
}

.dashboard-section-subtitle {
	font-size: .95rem;
	line-height: 1.45;
	opacity: .82;
}

.dashboard-valores-card {
	position: relative;
	border-radius: 18px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.075);
	transition: transform .2s ease, box-shadow .2s ease;
}

.dashboard-valores-card::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -35px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	pointer-events: none;
}

.dashboard-valores-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.dashboard-card-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	padding-bottom: 13px;
	gap: 11px;
}

.dashboard-card-header h4 {
	margin: 0;
	font-weight: 800;
	line-height: 1.1;
}

.dashboard-valores-icon {
	width: 42px;
	height: 42px;
	border-radius: 15px;
	background: rgba(255, 255, 255, .17);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.dashboard-valores-card p,
.dashboard-valores-card ul {
	font-size: .96rem;
	line-height: 1.58;
}

.dashboard-valores-card p:last-child {
	margin-bottom: 0;
}

.dashboard-valores-card ul {
	padding-left: 18px;
	margin-bottom: 0;
}

.dashboard-filtros-box {
	padding: 22px;
}

.dashboard-filtros-header {
	border-bottom: 1px solid #edf0f3;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.dashboard-filtro-input {
	border-radius: 13px;
	min-height: 42px;
	font-size: 14px;
	border-color: #e3e7eb;
}

.dashboard-filtro-input:focus {
	border-color: var(--secondary);
	box-shadow: 0 0 0 .15rem rgba(0, 123, 255, .12);
}

.dashboard-filtro-btn {
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .15s ease, box-shadow .15s ease;
}

.dashboard-filtro-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}

.dashboard-filtro-btn span {
	margin-left: 6px;
}

.resultado-vagas .vaga-card {
	margin-bottom: 0;
	border-radius: 18px;
	overflow: hidden;
	border: 0;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.075);
	transition: transform .2s ease, box-shadow .2s ease;
}

.resultado-vagas .vaga-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.resultado-vagas .vaga-card .card-header {
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	padding: 18px;
}

.resultado-vagas .vaga-card .card-title {
	margin-bottom: 0;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
}

.resultado-vagas .vaga-card .card-title a {
	color: var(--primary);
	text-decoration: none;
}

.resultado-vagas .vaga-card .card-title a:hover {
	color: var(--secondary);
}

.resultado-vagas .vaga-card .card-body {
	padding: 18px;
}

.vaga-info-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: .9rem;
	line-height: 1.38;
	margin-bottom: 10px;
}

.vaga-info-item i {
	color: var(--secondary);
	width: 16px;
	margin-top: 2px;
	flex-shrink: 0;
}

.vaga-publicacao {
	font-size: .84rem;
	margin-top: auto;
	margin-bottom: 14px;
	padding-top: 10px;
	border-top: 1px solid #edf0f3;
}

.vaga-empty,
.dashboard-loading {
	background: #fff;
	border-radius: 18px;
	padding: 32px 20px;
	text-align: center;
	color: var(--primary);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.075);
	border: 1px solid rgba(0, 0, 0, .045);
}

.vaga-empty i,
.dashboard-loading i {
	font-size: 1.7rem;
	color: var(--secondary);
}

.dashboard-cta-box {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 28px 18px;
	position: relative;
	overflow: hidden;
}


.dashboard-social-links {
	font-size: 1.05rem;
}

.dashboard-social-link {
	display: inline-flex;
	align-items: center;
	margin: 5px 8px;
	font-weight: 600;
	text-decoration: none;
	padding: 8px 12px;
	border-radius: 999px;
	transition: transform .15s ease, background .15s ease;
}

.dashboard-social-link:hover {
	transform: translateY(-1px);
	text-decoration: none;
	background: rgba(0, 0, 0, .035);
}

.dashboard-social-link i {
	margin-right: 7px;
	color: var(--secondary);
}

/* DARK MODE */

.dark-mode .dashboard-publico-badge,
.dark-mode .dashboard-sobre-box,
.dark-mode .dashboard-filtros-box,
.dark-mode .dashboard-cta-box,
.dark-mode .vaga-empty,
.dark-mode .dashboard-loading {
	background: #343a40;
	border-color: #454d55;
}

.dark-mode .dashboard-publico-badge,
.dark-mode .dashboard-sobre-box,
.dark-mode .dashboard-sobre-box h4,
.dark-mode .dashboard-sobre-box p,
.dark-mode .dashboard-filtros-box,
.dark-mode .dashboard-cta-box,
.dark-mode .vaga-empty,
.dark-mode .dashboard-loading {
	color: #fff;
}

.dark-mode .dashboard-filtros-header,
.dark-mode .vaga-publicacao,
.dark-mode .resultado-vagas .vaga-card .card-header {
	border-color: #454d55;
}

.dark-mode .resultado-vagas .vaga-card,
.dark-mode .resultado-vagas .vaga-card .card-header {
	background: #343a40;
}

.dark-mode .resultado-vagas .vaga-card .card-title a {
	color: #fff;
}

.dark-mode .dashboard-social-link:hover {
	background: rgba(255, 255, 255, .06);
}

/* MOBILE */

@media (max-width: 767.98px) {
	.dashboard-publico-page {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dashboard-publico-hero {
		padding: 22px 10px 30px !important;
	}

	.dashboard-publico-hero::before {
		inset: 4px;
		border-radius: 18px;
	}

	.dashboard-publico-logo {
		max-width: 225px;
	}

	.dashboard-publico-title {
		font-size: 1.35rem;
	}

	.dashboard-publico-subtitle {
		font-size: .96rem;
	}

	.dashboard-publico-badges {
		gap: 6px;
	}

	.dashboard-publico-badge {
		font-size: .8rem;
		padding: 6px 10px;
	}

	.dashboard-sobre-box,
	.dashboard-filtros-box,
	.dashboard-cta-box {
		padding: 20px 16px !important;
	}

	.dashboard-valores-card {
		padding: 18px !important;
	}

	.dashboard-filtros-header {
		text-align: left;
	}

	.dashboard-filtro-input,
	.dashboard-filtro-btn {
		min-height: 43px;
	}

	.dashboard-filtro-btn span {
		display: inline;
	}

	.resultado-vagas .vaga-card .card-header,
	.resultado-vagas .vaga-card .card-body {
		padding: 16px;
	}

	.dashboard-publico-chamada {
		font-size: 1rem;
	}

	.dashboard-social-links {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 1rem;
	}

	.dashboard-social-link {
		margin: 4px 0;
	}
}

@media (max-width: 575.98px) {
	.dashboard-publico-title {
		font-size: 1.22rem;
	}

	.dashboard-section-title,
	.dashboard-valores-card h4 {
		font-size: 1.1rem;
	}

	.btn-mobile-full {
		width: 100%;
	}

	.dashboard-card-header {
		align-items: center;
	}

	.dashboard-filtro-btn span {
		display: none;
	}
}

.vaga-detalhes-page,
.dashboard-publico-page {
	position: relative;
	z-index: 1;
}

.vaga-detalhes-wrapper {
	width: 100%;
}

.vaga-detalhes-card {
	width: 100%;
	max-width: 980px;
	border-radius: 20px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
	background: #fff;
}

.vaga-detalhes-header {
	position: relative;
	padding: 28px;
	border-bottom: 1px solid #edf0f3;
	overflow: hidden;
}

.vaga-detalhes-title {
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 8px;
	word-break: break-word;
}

.vaga-detalhes-publicacao {
	font-size: .93rem;
	line-height: 1.45;
}

.vaga-detalhes-cta {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	transition: transform .15s ease, box-shadow .15s ease;
}

.vaga-detalhes-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .13);
}

.vaga-detalhes-info-grid {
	padding: 22px 28px 4px;
}

.vaga-info-col {
	margin-bottom: 14px;
}

.vaga-info-box {
	min-height: 74px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 15px;
	border-radius: 16px;
	background: rgba(0, 0, 0, .025);
	border: 1px solid rgba(0, 0, 0, .04);
	overflow-wrap: anywhere;
}

.vaga-info-box i {
	color: var(--secondary);
	font-size: 17px;
	margin-top: 2px;
	width: 18px;
	flex-shrink: 0;
}

.vaga-info-label {
	display: block;
	color: #6c757d;
	margin-bottom: 2px;
	font-size: .8rem;
}

.vaga-info-value {
	display: block;
	font-size: .94rem;
	color: var(--primary);
	font-weight: 700;
	line-height: 1.35;
	word-break: break-word;
}

.vaga-detalhes-content {
	padding: 0 28px 28px;
}

.vaga-section-box {
	margin-top: 18px;
	padding: 20px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #edf0f3;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .045);
	overflow-wrap: anywhere;
}

.vaga-section-title {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--primary);
	margin-bottom: 12px;
	line-height: 1.3;
}

.vaga-section-title i {
	color: var(--secondary);
	font-size: 16px;
	flex-shrink: 0;
}

.vaga-section-content {
	font-size: .96rem;
	line-height: 1.62;
	color: #343a40;
	overflow-wrap: anywhere;
}

.vaga-section-content p:last-child,
.vaga-section-content ul:last-child,
.vaga-section-content ol:last-child {
	margin-bottom: 0;
}

.vaga-section-content img,
.vaga-section-content table,
.vaga-section-content iframe {
	max-width: 100%;
}

.vaga-section-content table {
	display: block;
	overflow-x: auto;
}

.vaga-detalhes-footer-cta {
	margin-top: 26px;
	padding: 22px;
	border-radius: 18px;
	background: rgba(0, 0, 0, .025);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.vaga-detalhes-footer-cta>* {
	position: relative;
	z-index: 1;
}

.vaga-detalhes-footer-cta .btn {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dark-mode .vaga-detalhes-card,
.dark-mode .vaga-section-box {
	background: #343a40;
	border-color: #454d55;
	color: #fff;
}

.dark-mode .vaga-detalhes-header {
	border-color: #454d55;
}

.dark-mode .vaga-info-box,
.dark-mode .vaga-detalhes-footer-cta {
	background: rgba(255, 255, 255, .04);
	border-color: #454d55;
}

.dark-mode .vaga-info-value,
.dark-mode .vaga-section-title,
.dark-mode .vaga-section-content {
	color: #fff;
}

.dark-mode .vaga-detalhes-section-bg::before,
.dark-mode .vaga-detalhes-section-bg::after,
.dark-mode .vaga-detalhes-footer-cta::after {
	background: rgba(255, 255, 255, .035);
}

@media (max-width: 991.98px) {
	.vaga-detalhes-card {
		max-width: 100%;
	}

	.vaga-detalhes-header {
		padding: 24px;
	}

	.vaga-detalhes-info-grid {
		padding: 20px 24px 4px;
	}

	.vaga-detalhes-content {
		padding: 0 24px 26px;
	}
}

@media (max-width: 767.98px) {
	.vaga-detalhes-section-bg {
		padding: 16px 10px 34px;
	}

	.vaga-detalhes-page {
		padding: 0 !important;
	}

	.vaga-detalhes-wrapper {
		padding: 0;
	}

	.vaga-detalhes-card {
		border-radius: 18px;
	}

	.vaga-detalhes-header {
		padding: 22px 18px;
	}

	.vaga-detalhes-title {
		font-size: 1.35rem;
	}

	.vaga-detalhes-publicacao {
		font-size: .88rem;
	}

	.vaga-detalhes-cta {
		width: 100%;
		margin-top: 16px;
		padding-left: 18px !important;
		padding-right: 18px !important;
		white-space: normal;
		text-align: center;
	}

	.vaga-detalhes-info-grid {
		padding: 18px 18px 2px;
	}

	.vaga-info-box {
		min-height: auto;
		padding: 13px 14px;
	}

	.vaga-detalhes-content {
		padding: 0 18px 22px;
	}

	.vaga-section-box {
		margin-top: 16px;
		padding: 17px;
		border-radius: 16px;
	}

	.vaga-section-title {
		font-size: 1rem;
		align-items: flex-start;
	}

	.vaga-section-content {
		font-size: .94rem;
		line-height: 1.58;
	}

	.vaga-detalhes-footer-cta {
		padding: 20px 16px;
	}

	.vaga-detalhes-footer-cta .btn {
		width: 100%;
		padding-left: 18px !important;
		padding-right: 18px !important;
		white-space: normal;
	}

	.vaga-detalhes-section-bg::before {
		width: 120px;
		height: 120px;
		left: -55px;
		top: 80px;
	}

	.vaga-detalhes-section-bg::after {
		width: 150px;
		height: 150px;
		right: -70px;
		top: 520px;
	}
}

@media (max-width: 575.98px) {
	.vaga-detalhes-section-bg {
		padding: 12px 8px 30px;
	}

	.vaga-detalhes-card {
		border-radius: 16px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	}

	.vaga-detalhes-header {
		padding: 20px 15px;
	}

	.vaga-detalhes-title {
		font-size: 1.18rem;
		line-height: 1.3;
	}

	.vaga-detalhes-publicacao {
		font-size: .84rem;
	}

	.vaga-detalhes-info-grid {
		padding: 15px 15px 0;
	}

	.vaga-info-col {
		margin-bottom: 10px;
	}

	.vaga-info-box {
		border-radius: 14px;
		padding: 12px 13px;
	}

	.vaga-info-label {
		font-size: .76rem;
	}

	.vaga-info-value {
		font-size: .9rem;
	}

	.vaga-detalhes-content {
		padding: 0 15px 20px;
	}

	.vaga-section-box {
		padding: 15px;
		border-radius: 15px;
	}

	.vaga-section-title {
		font-size: .98rem;
		gap: 8px;
	}

	.vaga-section-content {
		font-size: .92rem;
		line-height: 1.55;
	}

	.vaga-detalhes-footer-cta {
		margin-top: 20px;
		padding: 18px 14px;
		border-radius: 15px;
	}
}

@media (max-width: 360px) {
	.vaga-detalhes-section-bg {
		padding-left: 6px;
		padding-right: 6px;
	}

	.vaga-detalhes-header {
		padding: 18px 12px;
	}

	.vaga-detalhes-title {
		font-size: 1.08rem;
	}

	.vaga-detalhes-info-grid {
		padding: 12px 12px 0;
	}

	.vaga-detalhes-content {
		padding: 0 12px 18px;
	}

	.vaga-section-box {
		padding: 13px;
	}

	.vaga-info-box {
		padding: 11px 12px;
	}
}


.navbar-auth-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.navbar-auth-login {
	display: flex;
	align-items: center;
}

.navbar-auth-register .btn {
	white-space: nowrap;
}

/* Tablets e celulares */
@media (max-width: 768px) {
	.navbar-auth-actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin-top: 12px;
	}

	.navbar-auth-login,
	.navbar-auth-register {
		width: 100%;
		text-align: center;
	}

	.navbar-auth-login a,
	.navbar-auth-register a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.navbar-auth-login a {
		padding: 10px 16px;
	}
}

/* Celulares pequenos */
@media (max-width: 480px) {
	.navbar-auth-actions {
		gap: 8px;
	}

	.navbar-auth-register .btn {
		padding-left: 16px !important;
		padding-right: 16px !important;
		font-size: 14px;
	}

	.navbar-auth-login a {
		font-size: 14px;
	}
}

.mobile-auth {
	display: none;
}

.desktop-auth {
	display: flex;
}

@media (max-width: 768px) {

	.desktop-auth {
		display: none !important;
	}

	.mobile-auth {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		margin-left: auto;
	}

	.mobile-auth .btn {
		width: auto;
	}
}

.auth-dropdown {
	width: 280px;
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .12) !important;
}

.auth-dropdown-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	transition: all .25s ease;
	text-decoration: none;
}

.auth-dropdown-item:hover {
	background: rgba(0, 0, 0, .04);
}

.auth-dropdown-item strong {
	display: block;
	font-size: 14px;
	color: #212529;
}

.auth-dropdown-item small {
	display: block;
	color: #6c757d;
	font-size: 12px;
}

.auth-dropdown-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(0, 0, 0, .06);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.auth-dropdown-icon i {
	font-size: 16px;
}



/* MÓDULO "MINHA CARREIRA" */

/* CURRÍCULO */

.cadastro-curriculo {
	padding-bottom: 90px;
}

.card-completude-curriculo {
	border-radius: 16px;
	border: 0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.percentual-curriculo {
	font-size: 32px;
	font-weight: 700;
	color: var(--secondary);
	line-height: 1;
}

.progress-curriculo {
	height: 10px;
	border-radius: 20px;
	overflow: hidden;
}

.card-curriculo {
	border-radius: 14px;
	border: 0;
	margin-bottom: 14px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.header-curriculo {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	padding: 18px 20px;
}

.header-curriculo strong {
	display: block;
	font-size: 17px;
}

.header-curriculo small {
	display: block;
	color: #6c757d;
	margin-top: 3px;
}

.header-curriculo span {
	background: var(--secondary);
	color: #fff;
	border-radius: 30px;
	padding: 6px 14px;
	font-weight: 600;
}

.dark-mode .header-curriculo {
	background: #343a40;
	border-bottom-color: #454d55;
}

.dark-mode .header-curriculo small {
	color: #c2c7d0;
}



.experiencia-sem-registro {
	background: #f8f9fa;
	border: 1px dashed #ced4da;
	border-radius: 14px;
	padding: 14px 16px;
}

.experiencia-card {
	border: 1px solid #e9ecef;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.experiencia-card-header {
	border-bottom: 1px solid #eef1f4;
	padding: 16px 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.experiencia-card-header h6 {
	color: var(--primary);
	font-weight: 700;
}

.experiencia-numero {
	display: inline-block;
	font-size: 12px;
	color: var(--secondary);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin-bottom: 4px;
}

.experiencia-card-body {
	padding: 18px;
}

.experiencia-card label {
	font-weight: 600;
}

.experiencia-card em {
	color: #dc3545;
	font-style: normal;
}

.dark-mode .experiencia-sem-registro {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .experiencia-card {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .experiencia-card-header {
	border-bottom-color: #495057;
}

.dark-mode .experiencia-card-header h6,
.dark-mode .experiencia-card label {
	color: #fff;
}

@media (max-width: 767.98px) {
	.experiencia-card-header {
		align-items: flex-start;
	}

	.experiencia-card-header .btn {
		width: 100%;
	}
}


.modal-remocao-custom {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.modal-remocao-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: rgba(220, 53, 69, 0.10);
	color: #dc3545;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 auto;
}

.modal-remocao-title {
	font-weight: 700;
}

.modal-remocao-text {
	color: #6c757d;
	font-size: 15px;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.dark-mode .modal-remocao-custom {
	background: #343a40;
	color: #fff;
}

.dark-mode .modal-remocao-title {
	color: #fff;
}

.dark-mode .modal-remocao-text {
	color: #c2c7d0;
}


.habilidade-card {
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
	height: 100%;
}

.habilidade-card label {
	font-weight: 600;
	color: var(--primary);
}

.habilidade-card .input-group .form-control {
	border-radius: 10px 0 0 10px;
}

.habilidade-card .input-group-append .btn {
	border-radius: 0 10px 10px 0;
}

.dark-mode .habilidade-card {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .habilidade-card label {
	color: #fff;
}

.habilidades-tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 48px;
	padding: 12px;
	border: 1px dashed #ced4da;
	border-radius: 14px;
	background: #f8f9fa;
}

.habilidade-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 999px;
	padding: 8px 12px 8px 16px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
	font-weight: 500;
	color: var(--primary);
}

.habilidade-tag button {
	border: none;
	background: transparent;
	color: #dc3545;
	padding: 0;
	line-height: 1;
	cursor: pointer;
}

.habilidade-tag button:hover {
	color: #bd2130;
}

.dark-mode .habilidades-tags-wrapper {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .habilidade-tag {
	background: #343a40;
	border-color: #495057;
	color: #fff;
}

.idioma-input-box {
	background: #f8f9fa;
	border: 1px dashed #ced4da;
	border-radius: 14px;
	padding: 16px;
}

.idiomas-tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 48px;
}

.idioma-tag {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 999px;
	padding: 9px 12px 9px 16px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.idioma-tag strong {
	display: block;
	color: var(--primary);
	font-size: 14px;
	line-height: 1.1;
}

.idioma-tag small {
	display: block;
	color: #6c757d;
	font-size: 12px;
}

.idioma-tag button {
	border: none;
	background: transparent;
	color: #dc3545;
	padding: 0;
	line-height: 1;
	cursor: pointer;
}

.dark-mode .idioma-input-box {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .idioma-tag {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .idioma-tag strong {
	color: #fff;
}

.dark-mode .idioma-tag small {
	color: #c2c7d0;
}

.idiomas-lista-card {
	background: #f8f9fb;
	border: 1px solid #e9ecef;
	border-radius: 18px;
	padding: 18px;
}

.idiomas-lista-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.idiomas-tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	min-height: 20px;
}

.idioma-tag {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 14px 16px;
	min-width: 220px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
	transition: .2s;
}

/* .idioma-tag:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
} */

.idioma-tag-content {
	display: flex;
	flex-direction: column;
}

.idioma-tag strong {
	font-size: 15px;
	color: var(--primary);
	line-height: 1.2;
}

.idioma-tag small {
	color: #6c757d;
	margin-top: 2px;
}

.btn-remover-idiomas {
	border: none;
	background: #fff0f0;
	color: #dc3545;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* transition: .2s; */
}

/* .btn-remover-idiomas:hover {
	background: #dc3545;
	color: #fff;
} */

.dark-mode .idiomas-lista-card {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .idioma-tag {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .idioma-tag strong {
	color: #fff;
}

.dark-mode .idioma-tag small {
	color: #c2c7d0;
}

.dark-mode .btn-remover-idiomas {
	background: #4b2d31;
}


select.is-invalid,
.select2-selection.is-invalid,
.note-editor.is-invalid {
	border: 1px solid #dc3545 !important;
}

label em {
	color: #dc3545;
	font-style: normal;
	font-weight: 600;
}

.foto-perfil-wrapper {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.foto-perfil-img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.btn-alterar-foto {
	position: absolute;
	right: 5px;
	bottom: 8px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	/* background: #198754; */
	/* color: #ffffff; */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/* border: 3px solid #ffffff; */
}


/* OPORTUNIDADES E MINHAS INSCRIÇÕES */

@media (min-width: 768px) {
	.w-md-auto {
		width: auto !important;
	}
}

.exibir-vagas {
	padding-bottom: 90px;
}

.exibir-vagas .container-fluid {
	max-width: 100%;
}

.card-completude-curriculo,
.vaga-banner,
.vaga-filtros-card,
.vaga-card {
	border-radius: 16px;
}

.vaga-card {
	overflow: hidden;
	height: 100%;
	border: 0;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.vaga-card .card-header {
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	padding: 18px 20px;
}

.vaga-card .card-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0;
}

.vaga-card .card-title a {
	color: var(--primary);
	text-decoration: none;
	word-break: break-word;
}

.vaga-card .card-title a:hover {
	color: var(--secondary);
}

.vaga-card .card-body {
	padding: 18px;
}

.vaga-info-item {
	display: flex;
	align-items: flex-start;
	font-size: 0.92rem;
	color: #495057;
	margin-bottom: 10px;
	min-width: 0;
}

.vaga-info-item i {
	color: var(--secondary);
	margin-top: 3px;
	width: 18px;
	text-align: center;
	flex-shrink: 0;
	margin-right: 8px;
}

.vaga-info-item span {
	word-break: break-word;
	overflow-wrap: anywhere;
}

.vaga-publicacao {
	font-size: 0.85rem;
	margin: 14px 0;
}

.vaga-status-area {
	min-height: 32px;
}

.vaga-empty {
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	background: #fff;
	border: 1px dashed #ced4da;
	color: #6c757d;
}

.vaga-banner {
	overflow: hidden;
	border: 0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.vaga-banner .card-body {
	padding: 18px 20px;
}

.vaga-banner a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

.vaga-banner a:hover {
	color: #fff;
	text-decoration: none;
}

.vaga-filtros-card label,
.vagas-form-label {
	font-size: 13px;
	font-weight: 600;
	color: #495057;
}

.vaga-filtros-card .form-control {
	border-radius: 12px;
	font-size: 14px;
	min-height: 38px;
}

.vaga-filtros-card .btn {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* DARK MODE */

.dark-mode .vaga-card .card-header,
.dark-mode .vaga-card,
.dark-mode .vaga-filtros-card {
	background: #343a40;
	border-color: #454d55;
}

.dark-mode .vaga-card .card-title a {
	color: #fff;
}

.dark-mode .vaga-info-item {
	color: #ced4da;
}

.dark-mode .vaga-empty {
	background: #343a40;
	border-color: #495057;
	color: #ced4da;
}

.dark-mode .vaga-filtros-card label,
.dark-mode .vagas-form-label {
	color: #ced4da;
}

/* TABLET E MOBILE */

@media (max-width: 991.98px) {
	.vaga-filtros-card .card-body {
		padding-bottom: 8px;
	}
}

@media (max-width: 767.98px) {
	.exibir-vagas .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.card-completude-curriculo .card-body {
		padding: 18px 16px;
	}

	.card-completude-curriculo h4 {
		font-size: 1.15rem;
	}

	.card-completude-curriculo p {
		font-size: 0.92rem;
	}

	.vaga-banner .card-body {
		padding: 16px 14px;
		text-align: center;
		font-size: 0.92rem;
	}

	.vaga-card .card-header {
		padding: 16px;
	}

	.vaga-card .card-body {
		padding: 16px;
	}

	.vaga-card .btn {
		width: 100%;
		min-height: 40px;
	}

	.vaga-publicacao {
		margin: 10px 0 4px;
	}

	.vaga-status-area {
		margin-top: 12px !important;
	}

	.vaga-filtros-card .card-body {
		padding: 16px;
	}

	.vaga-filtros-card .form-control {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.exibir-vagas {
		padding-bottom: 70px;
	}

	.card-completude-curriculo h4 {
		font-size: 1.05rem;
	}

	.vaga-card .card-title {
		font-size: 0.96rem;
	}

	.vaga-info-item {
		font-size: 0.88rem;
	}

	.vaga-empty {
		padding: 24px 16px;
		font-size: 0.92rem;
	}

	.vaga-filtros-card .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* DETALHES DA VAGA */
@media (min-width: 768px) {
	.w-md-auto {
		width: auto !important;
	}
}

.detalhes-vaga-page {
	padding-bottom: 90px;
}

.detalhes-vaga-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.detalhes-vaga-header {
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	padding: 22px;
}

.detalhes-vaga-titulo {
	color: var(--primary);
	font-weight: 700;
	word-break: break-word;
	margin-bottom: 6px;
}

.detalhes-vaga-data {
	color: #6c757d;
	font-size: 0.92rem;
}

.detalhes-vaga-body {
	padding: 22px;
}

.vaga-info-box {
	border: 1px solid #edf0f3;
	border-radius: 14px;
	padding: 14px 16px;
	background: #fff;
	height: 100%;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.vaga-info-box i {
	color: var(--secondary);
	width: 20px;
	margin-top: 3px;
	text-align: center;
	flex-shrink: 0;
}

.vaga-info-box small {
	display: block;
	color: #6c757d;
	margin-bottom: 2px;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.vaga-info-box strong {
	display: block;
	color: #1f2937;
	font-size: 0.95rem;
	word-break: break-word;
}

.detalhes-vaga-section {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	background: #fff;
	padding: 18px;
	margin-bottom: 16px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.detalhes-vaga-section h5 {
	color: var(--primary);
	font-weight: 700;
	margin-bottom: 12px;
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.detalhes-vaga-section h5 i {
	color: var(--secondary);
	margin-right: 8px;
}

.detalhes-vaga-conteudo {
	color: #495057;
	word-break: break-word;
}

.detalhes-vaga-conteudo p:last-child {
	margin-bottom: 0;
}

.modal-candidatura-custom {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.modal-candidatura-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin: 0 auto 0 auto;
}

.modal-candidatura-icon.success {
	background: rgba(40, 167, 69, 0.12);
	color: #28a745;
}

.modal-candidatura-icon.warning {
	background: rgba(255, 193, 7, 0.16);
	color: #d39e00;
}

.modal-candidatura-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.modal-candidatura-text {
	color: #6c757d;
	font-size: 1rem;
	max-width: 420px;
	margin: 0 auto 24px auto;
}

.dark-mode .detalhes-vaga-header,
.dark-mode .detalhes-vaga-card,
.dark-mode .vaga-info-box,
.dark-mode .detalhes-vaga-section,
.dark-mode .modal-candidatura-custom {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .detalhes-vaga-titulo,
.dark-mode .vaga-info-box strong,
.dark-mode .detalhes-vaga-section h5,
.dark-mode .modal-candidatura-title {
	color: #fff;
}

.dark-mode .detalhes-vaga-data,
.dark-mode .vaga-info-box small,
.dark-mode .detalhes-vaga-conteudo,
.dark-mode .modal-candidatura-text {
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.detalhes-vaga-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.detalhes-vaga-header,
	.detalhes-vaga-body {
		padding: 16px;
	}

	.detalhes-vaga-titulo {
		font-size: 1.35rem;
	}

	.detalhes-vaga-header .btn {
		width: 100%;
		margin-top: 14px;
	}

	.detalhes-vaga-section {
		padding: 16px;
	}

	.modal-candidatura-custom .btn {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 8px;
	}
}


/* ACOMPANHAR CANDIDATURA */
@media (min-width: 768px) {
	.w-md-auto {
		width: auto !important;
	}
}

.acompanhar-candidatura-page {
	padding-bottom: 90px;
}

.candidatura-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.candidatura-header {
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	padding: 22px;
}

.candidatura-titulo {
	color: var(--primary);
	font-weight: 700;
	word-break: break-word;
	margin-bottom: 6px;
}

.candidatura-body {
	padding: 22px;
}

.candidatura-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.candidatura-badge {
	background: var(--secondary);
	color: #fff;
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 0.85rem;
	font-weight: 600;
}

.candidatura-alerta-testes {
	border-radius: 14px;
	border: 0;
	background: var(--primary);
	color: #fff;
	padding: 16px 18px;
}

.timeline-card {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	background: #fff;
	padding: 18px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.timeline-title {
	color: var(--primary);
	font-weight: 700;
	margin-bottom: 18px;
}

.timeline-item h5 {
	font-size: 1rem;
	margin-bottom: 6px;
}

.timeline-item p {
	color: #495057;
	word-break: break-word;
}

.timeline-etapa-topo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	flex-wrap: wrap;
}

.timeline-etapa-info {
	min-width: 0;
	flex: 1;
}

.timeline-etapa-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 6px;
}

.modal-candidatura-custom,
.modal-alterar-etapa-custom {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.modal-candidatura-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin: 0 auto 16px auto;
}

.modal-candidatura-icon.success {
	background: rgba(40, 167, 69, 0.12);
	color: #28a745;
}

.modal-candidatura-icon.danger {
	background: rgba(220, 53, 69, 0.12);
	color: #dc3545;
}

.modal-candidatura-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.modal-candidatura-text {
	color: #6c757d;
	font-size: 1rem;
	max-width: 420px;
	margin: 0 auto 24px auto;
}

.historico-modal {
	border-radius: 18px;
	overflow: hidden;
	border: none;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.historico-header {
	border-bottom: 1px solid #edf0f3;
	padding: 18px 22px;
}

.historico-header .modal-title {
	color: var(--primary);
	font-weight: 700;
}

.historico-body {
	background: #f8f9fb;
}

.dark-mode .candidatura-header,
.dark-mode .candidatura-card,
.dark-mode .timeline-card,
.dark-mode .modal-candidatura-custom,
.dark-mode .modal-alterar-etapa-custom,
.dark-mode .historico-modal {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .historico-body {
	background: #2f343a;
}

.dark-mode .candidatura-titulo,
.dark-mode .timeline-title,
.dark-mode .timeline-item h5,
.dark-mode .modal-candidatura-title,
.dark-mode .historico-header .modal-title {
	color: #fff;
}

.dark-mode .timeline-item p,
.dark-mode .modal-candidatura-text {
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.acompanhar-candidatura-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.candidatura-header,
	.candidatura-body {
		padding: 16px;
	}

	.candidatura-titulo {
		font-size: 1.35rem;
	}

	.candidatura-header .btn,
	.modal-candidatura-custom .btn,
	.modal-alterar-etapa-custom .btn {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 8px;
	}

	.timeline-card {
		padding: 16px;
	}

	.timeline-etapa-topo {
		flex-direction: column;
	}

	.timeline-etapa-topo .btn {
		width: 100%;
	}

	.historico-body {
		padding: 16px !important;
	}
}


/* TESTES COMPORTAMENTAIS */
@media (min-width: 768px) {
	.w-md-auto {
		width: auto !important;
	}
}

.testes-comportamentais-page {
	padding-bottom: 90px;
}

.teste-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.teste-card-header {
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	padding: 18px 20px;
}

.teste-card-header h5 {
	color: var(--primary);
	font-weight: 700;
	margin-bottom: 0;
	word-break: break-word;
}

.teste-card-body {
	padding: 18px 20px;
	color: #6c757d;
	word-break: break-word;
}

.teste-card-footer {
	background: #fff;
	border-top: 1px solid #edf0f3;
	padding: 16px 20px;
}

.teste-empty-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.teste-empty-card .card-body {
	padding: 26px 20px;
}

.teste-empty-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 auto 16px auto;
}

.dark-mode .teste-card,
.dark-mode .teste-card-header,
.dark-mode .teste-card-footer {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .teste-card-header h5 {
	color: #fff;
}

.dark-mode .teste-card-body {
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.testes-comportamentais-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.teste-card-header,
	.teste-card-body,
	.teste-card-footer {
		padding: 16px;
	}

	.teste-card-footer .btn,
	.teste-empty-card .btn {
		width: 100%;
	}
}

/* DASHBOARDS CARREIRAS */
.dashboard-carreiras-page {
	padding-bottom: 90px;
}

.dashboard-carreiras-card,
.dashboard-indicador-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.dashboard-header-card .card-body {
	padding: 24px;
}

.dashboard-header-card h4 {
	font-weight: 700;
}

.dashboard-header-card p {
	opacity: .9;
}

.dashboard-indicador-card {
	height: 100%;
}

.dashboard-indicador-card .card-body {
	padding: 20px;
}

.dashboard-carreiras-icon {
	width: 50px;
	height: 50px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	color: #fff;
	font-size: 22px;
	flex-shrink: 0;
}

.dashboard-numero {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.dashboard-label {
	color: #6c757d;
	font-size: 0.9rem;
}

.dashboard-section-title {
	font-weight: 700;
	margin-bottom: 4px;
}

.progress-dashboard {
	height: 10px;
	border-radius: 20px;
	overflow: hidden;
}

.progress-dashboard .progress-bar {
	background: var(--secondary);
}

.dashboard-acesso-card {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	padding: 20px;
	height: 100%;
	transition: .2s;
	background: #fff;
	display: block;
	color: inherit;
	text-decoration: none;
}

.dashboard-acesso-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
	text-decoration: none;
	color: inherit;
}

.pendencia-item {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 12px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.pendencia-item h6 {
	font-weight: 700;
}

.pendencia-badge {
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 700;
	background: var(--primary);
	color: #fff;
}

.dashboard-status-badge {
	display: inline-block;
	border-radius: 999px;
	padding: 2px 7px;
	background: var(--primary);
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}

.dashboard-empty {
	border-radius: 16px;
	padding: 26px 20px;
	text-align: center;
	background: #f8f9fb;
	border: 1px dashed #ced4da;
	color: #6c757d;
}

.dark-mode .dashboard-indicador-card,
.dark-mode .dashboard-carreiras-card,
.dark-mode .dashboard-acesso-card,
.dark-mode .pendencia-item {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .dashboard-section-title,
.dark-mode .pendencia-item h6,
.dark-mode .dashboard-numero {
	color: #fff;
}

.dark-mode .dashboard-label,
.dark-mode .dashboard-empty {
	color: #ced4da;
}

.dark-mode .dashboard-empty {
	background: #2f343a;
	border-color: #495057;
}

@media (max-width: 767.98px) {
	.dashboard-carreiras-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dashboard-header-card .card-body {
		text-align: center;
		padding: 20px 16px;
	}

	.dashboard-acesso-card,
	.pendencia-item {
		padding: 16px;
	}

	.pendencia-item .btn {
		width: 100%;
		margin-top: 10px;
	}
}


/* DOCUMENTOS DE ADMISSÃO */
.documentos-admissao-page {
	padding-bottom: 90px;
}

.documentos-admissao-card,
.documentos-admissao-header {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}


.documentos-admissao-header .card-body {
	padding: 22px 24px;
}

.documentos-admissao-header h4 {
	font-weight: 700;
}

.documentos-admissao-header p {
	opacity: .9;
}

.documentos-admissao-icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .16);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
}

.documentos-candidato-card,
.documentos-status-card,
.documento-upload-card {
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 16px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.documentos-candidato-card {
	padding: 18px 20px;
}

.documentos-candidato-label {
	display: block;
	color: var(--secondary);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin-bottom: 4px;
}

.documentos-candidato-nome {
	color: var(--primary);
	font-weight: 700;
	word-break: break-word;
}

.documentos-candidato-meta {
	color: #6c757d;
	font-size: 0.94rem;
}

.documentos-candidato-meta strong {
	color: #495057;
}

.documentos-alerta {
	border-radius: 14px;
	background: var(--primary);
	color: #fff;
	padding: 14px 16px;
	display: flex;
	align-items: flex-start;
	font-size: 0.95rem;
}

.documento-upload-card {
	padding: 16px;
}

.documento-upload-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.documento-upload-icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.documento-upload-title {
	color: var(--primary);
	font-weight: 700;
	word-break: break-word;
}

.documentos-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 7px 13px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.badge-concluido {
	background: var(--primary);
	color: #fff;
}

.badge-pendente {
	background: var(--secondary);
	color: #fff;
}

.documentos-status-top {
	padding: 18px 20px;
	border-bottom: 1px solid #eef1f4;
	background: linear-gradient(180deg, rgba(14, 62, 104, 0.04) 0%, rgba(14, 62, 104, 0.00) 100%);
}

.documentos-status-top h5 {
	color: var(--primary);
	font-weight: 700;
}

.documentos-status-top p {
	color: #6c757d;
}

.documentos-status-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.documentos-status-bottom {
	padding: 18px 20px;
	background: #f8f9fb;
}

.documentos-info-box {
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 14px;
	padding: 14px 16px;
}

.documento-bloqueado {
	height: 40px;
	border-radius: 10px;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	color: #6c757d;
	display: flex;
	align-items: center;
	padding: 0 14px;
}

.documentos-footer {
	background: #fff;
	border-top: 1px solid #edf0f3;
}

.custom-file-label {
	border-radius: 10px;
	border-color: #dee2e6;
}

.custom-file-label::after {
	content: 'Procurar';
	border-radius: 0 10px 10px 0;
	background: var(--primary);
	color: #fff;
	border-color: var(--primary);
}

.custom-file-input:focus~.custom-file-label {
	border-color: var(--primary);
	box-shadow: none;
}

.dark-mode .documentos-admissao-card,
.dark-mode .documentos-candidato-card,
.dark-mode .documentos-status-card,
.dark-mode .documento-upload-card,
.dark-mode .documentos-info-box,
.dark-mode .documentos-footer {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .documentos-status-bottom {
	background: #2f343a;
}

.dark-mode .documentos-candidato-nome,
.dark-mode .documentos-status-top h5,
.dark-mode .documento-upload-title,
.dark-mode .documentos-candidato-meta strong {
	color: #fff;
}

.dark-mode .documentos-candidato-meta,
.dark-mode .documentos-status-top p,
.dark-mode .documento-bloqueado {
	color: #ced4da;
}

.dark-mode .documento-bloqueado {
	background: #2f343a;
	border-color: #495057;
}

@media (max-width: 767.98px) {
	.documentos-admissao-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.documentos-admissao-header .card-body,
	.documentos-candidato-card,
	.documentos-status-top,
	.documentos-status-bottom,
	.documento-upload-card {
		padding: 16px;
	}

	.documentos-badge,
	.w-100-mobile,
	.btn-mobile-full {
		width: 100%;
	}

	.documentos-alerta {
		font-size: 0.9rem;
	}
}


/* MÓDULO DE PAINEL DE GESTÃO */

/* MINHA EQUIPE */
.equipe-gestor-page {
	padding-bottom: 90px;
}

.equipe-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.equipe-card label {
	font-weight: 600;
}

.equipe-card-footer {
	background: #fff;
	border-top: 1px solid #edf0f3;
}

.equipe-section-title {
	font-weight: 700;
}

.filtros-avancados-box {
	border-top: 1px solid #edf0f3;
	padding-top: 16px;
	margin-top: 4px;
}

.equipe-table thead th,
.equipe-table tfoot th {
	background: #f8f9fb;
	font-weight: 700;
	vertical-align: middle;
}

.equipe-empty {
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	background: #f8f9fb;
	border: 1px dashed #ced4da;
	color: #6c757d;
}

.equipe-empty i {
	font-size: 30px;
}

.dark-mode .equipe-card,
.dark-mode .equipe-card-footer {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .equipe-card label,
.dark-mode .equipe-section-title,
.dark-mode .equipe-table thead th,
.dark-mode .equipe-table tfoot th {
	color: #fff;
}

.dark-mode .filtros-avancados-box {
	border-top-color: #495057;
}

.dark-mode .equipe-table thead th,
.dark-mode .equipe-table tfoot th,
.dark-mode .equipe-empty {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .equipe-empty {
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.equipe-gestor-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.equipe-card .btn {
		width: 100%;
	}
}


/* USUÁRIO VISÃO GERAL */
.usuario-header-card {
	border-radius: 16px;
	overflow: hidden;
}

.usuario-header-card .card-body {
	padding: 24px;
}

.usuario-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	background: #e9ecef;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.usuario-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usuario-avatar span {
	font-size: 32px;
	font-weight: 700;
	color: #6c757d;
}

.usuario-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	opacity: .85;
	font-weight: 700;
	margin-bottom: 4px;
}

.usuario-header-bottom {
	padding: 18px 24px;
	border-top: 1px solid #edf0f3;
	background: #f8f9fb;
}

.usuario-indicador-card small {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin-bottom: 5px;
	color: #6c757d;
}

.usuario-indicador-card strong {
	display: block;
	color: var(--primary);
	font-size: 1.5rem;
	font-weight: 800;
}

.usuario-indicador-card .usuario-data {
	font-size: .95rem;
	line-height: 1.3;
}

.dark-mode .usuario-header-card {
	background: #343a40;
}

.dark-mode .usuario-header-bottom {
	background: #2f343a;
	border-top-color: #495057;
}

.dark-mode .usuario-indicador-card small,
.dark-mode .usuario-header-card .text-muted {
	color: #ced4da !important;
}

.dark-mode .usuario-indicador-card strong {
	color: #fff;
}

@media (max-width: 767.98px) {
	.usuario-header-card .card-body {
		padding: 16px;
	}

	.usuario-header-bottom {
		padding: 16px;
	}

	.usuario-indicador-card strong {
		font-size: 1.35rem;
	}
}

.usuario-info-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
}

.usuario-info-card .card-header {
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	color: var(--primary);
	font-weight: 700;
	padding: 14px 18px;
}

.usuario-info-card .card-body {
	padding: 18px;
}

.usuario-info-item {
	border-bottom: 1px solid #f1f3f5;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.usuario-info-item small {
	display: block;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #6c757d;
}

.usuario-info-item strong {
	display: block;
	color: #1f2937;
	font-size: 0.96rem;
	font-weight: 600;
	word-break: break-word;
}

.dark-mode .usuario-info-card {
	background: #343a40;
}

.dark-mode .usuario-info-card .card-header {
	background: #343a40;
	border-bottom-color: #495057;
	color: #fff;
}

.dark-mode .usuario-info-item {
	border-bottom-color: #495057;
}

.dark-mode .usuario-info-item small {
	color: #ced4da;
}

.dark-mode .usuario-info-item strong {
	color: #fff;
}

.perfil-tabs-card {
	border-radius: 18px;
	overflow: hidden;
	border: 0;
}

.perfil-tabs-card .card-header:first-child {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

.perfil-tabs-card .card-body:last-child {
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

.usuario-section-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	color: #6c757d;
	margin-bottom: 3px;
}

.usuario-count-badge {
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	background: var(--primary);
	color: #fff;
}

.usuario-list-card-basic {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	box-shadow: none;
	overflow: hidden;
}

.usuario-list-card {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	box-shadow: none;
	overflow: hidden;
	transition: .2s;
}

.usuario-list-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .07);
}

.usuario-list-card .card-body {
	padding: 16px;
}

.usuario-list-icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: rgba(14, 62, 104, .08);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.usuario-list-title {
	color: var(--primary);
	font-weight: 800;
	font-size: 0.98rem;
	text-decoration: none;
}

.usuario-list-meta {
	color: #6c757d;
	font-size: 0.88rem;
}

.usuario-empty {
	border-radius: 16px;
	background: #f8f9fb;
	border: 1px dashed #ced4da;
	color: #6c757d;
	text-align: center;
	padding: 28px 18px;
}

.usuario-empty i {
	font-size: 28px;
}

.dark-mode .usuario-section-label,
.dark-mode .usuario-list-meta {
	color: #ced4da;
}

.dark-mode .usuario-list-card {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .usuario-list-card-basic {
	border-color: #7b7f82;
}

.dark-mode .usuario-list-icon {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.dark-mode .usuario-list-title {
	color: #fff;
}

.dark-mode .usuario-empty {
	background: #2f343a;
	border-color: #495057;
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.usuario-count-badge {
		margin-top: 10px;
	}

	.usuario-list-icon {
		width: 38px;
		height: 38px;
		border-radius: 12px;
	}

	.usuario-list-card .card-body {
		padding: 14px;
	}
}

.usuario-fatores {
	border-top: 1px solid #edf0f3;
	padding-top: 12px;
	margin-bottom: 5px;
}

.usuario-fator-item {
	margin-bottom: 12px;
}

.usuario-fator-item:last-child {
	margin-bottom: 0;
}

.usuario-fator-item span {
	color: #495057;
	font-size: 0.9rem;
	font-weight: 600;
}

.usuario-fator-item strong {
	color: var(--primary);
	font-size: 0.9rem;
	font-weight: 800;
}

.usuario-progress {
	height: 9px;
	border-radius: 999px;
	overflow: hidden;
	background: #e9ecef;
}

.usuario-progress .progress-bar {
	background: var(--primary);
}

.usuario-empty-small {
	border-radius: 12px;
	background: #f8f9fb;
	border: 1px dashed #ced4da;
	color: #6c757d;
	text-align: center;
	padding: 12px;
	font-size: 0.9rem;
}

.dark-mode .usuario-fatores {
	border-top-color: #495057;
}

.dark-mode .usuario-fator-item span {
	color: #ced4da;
}

.dark-mode .usuario-fator-item strong {
	color: #fff;
}

.dark-mode .usuario-progress {
	background: #495057;
}

.dark-mode .usuario-empty-small {
	background: #2f343a;
	border-color: #495057;
	color: #ced4da;
}

.detalhes-teste-modal {
	padding: 4px;
}

.detalhes-teste-header span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	color: #6c757d;
	margin-bottom: 3px;
}

.detalhes-teste-header h5 {
	color: var(--primary);
}

.detalhes-teste-card {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	background: #fff;
	padding: 16px;
}

.detalhes-teste-icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: rgba(14, 62, 104, .08);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.detalhes-teste-card small,
.detalhes-teste-resposta small {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #6c757d;
}

.detalhes-teste-card strong {
	display: block;
	color: #1f2937;
	font-size: .96rem;
	line-height: 1.45;
}

.detalhes-teste-badge {
	border-radius: 999px;
	padding: 6px 12px;
	background: var(--primary);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.detalhes-teste-resposta {
	border-radius: 14px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	padding: 12px 14px;
}

.detalhes-teste-resposta div {
	color: #1f2937;
	font-weight: 700;
	line-height: 1.45;
}

.dark-mode .detalhes-teste-card {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .detalhes-teste-header span,
.dark-mode .detalhes-teste-card small,
.dark-mode .detalhes-teste-resposta small {
	color: #ced4da;
}

.dark-mode .detalhes-teste-header h5,
.dark-mode .detalhes-teste-card strong,
.dark-mode .detalhes-teste-resposta div {
	color: #fff;
}

.dark-mode .detalhes-teste-icon {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.dark-mode .detalhes-teste-resposta {
	background: #2f343a;
	border-color: #495057;
}

.alterar-status-teste-modal {
	padding: 4px;
}

.alterar-status-header span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	color: #6c757d;
	margin-bottom: 3px;
}

.alterar-status-header h5 {
	color: var(--primary);
}

.alterar-status-resumo {
	border-radius: 16px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	padding: 14px;
}

.alterar-status-info-box {
	border-radius: 14px;
	background: #fff;
	border: 1px solid #edf0f3;
	padding: 14px;
}

.alterar-status-info-box small,
.alterar-status-form-box label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #6c757d;
	font-weight: 700;
	margin-bottom: 5px;
}

.alterar-status-info-box strong {
	display: block;
	color: #1f2937;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.4;
}

.alterar-status-info-box .badge {
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 12px;
}

.alterar-status-form-box {
	border-radius: 16px;
	border: 1px solid #edf0f3;
	background: #fff;
	padding: 16px;
}

.dark-mode .alterar-status-header span,
.dark-mode .alterar-status-info-box small,
.dark-mode .alterar-status-form-box label {
	color: #ced4da;
}

.dark-mode .alterar-status-header h5,
.dark-mode .alterar-status-info-box strong {
	color: #fff;
}

.dark-mode .alterar-status-resumo,
.dark-mode .alterar-status-form-box {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .alterar-status-info-box {
	background: #343a40;
	border-color: #495057;
}

.feedback-grupo {
	border-radius: 16px;
}

.feedback-grupo-header {
	border-radius: 14px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	padding: 12px 14px;
}

.feedback-grupo-label {
	display: block;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #6c757d;
	margin-bottom: 3px;
}

.feedback-grupo-header h6 {
	color: var(--primary);
	font-weight: 800;
}

.dark-mode .feedback-grupo-header {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .feedback-grupo-label {
	color: #ced4da;
}

.dark-mode .feedback-grupo-header h6 {
	color: #fff;
}


.feedback-detalhes-modal {
	border-radius: 18px;
	overflow: hidden;
	border: 0;
}

.feedback-detalhes-header {
	border-bottom: 1px solid #edf0f3;
	background: #fff;
	padding: 18px 20px;
}

.feedback-detalhes-header span,
.feedback-section-title span,
.feedback-info-box small,
.feedback-text-card small {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 4px;
}

.feedback-detalhes-header h5,
.feedback-section-title h5 {
	color: var(--primary);
	font-weight: 800;
}

.feedback-detalhes-body {
	padding: 20px;
}

.feedback-loading {
	color: #6c757d;
	padding: 24px 10px;
}

.feedback-loading i {
	font-size: 24px;
	color: var(--primary);
}

.feedback-detalhes-section {
	border-radius: 16px;
}

.feedback-info-box {
	border-radius: 14px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	padding: 14px;
}

.feedback-info-box strong {
	display: block;
	color: #1f2937;
	font-size: .95rem;
	font-weight: 700;
	word-break: break-word;
}

.feedback-text-card {
	border-radius: 16px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	padding: 14px;
}

.feedback-text-card .feedback-html-formatado {
	color: #495057;
	line-height: 1.55;
}

.feedback-criterio-card {
	border-radius: 14px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	padding: 14px;
	height: 100%;
}

.feedback-criterio-card strong {
	color: var(--primary);
}

.feedback-empty {
	border-radius: 14px;
	background: #f8f9fb;
	border: 1px dashed #ced4da;
	color: #6c757d;
	text-align: center;
	padding: 16px;
}

.dark-mode .feedback-detalhes-modal,
.dark-mode .feedback-detalhes-header {
	background: #343a40;
}

.dark-mode .feedback-detalhes-header {
	border-bottom-color: #495057;
}

.dark-mode .feedback-detalhes-header span,
.dark-mode .feedback-section-title span,
.dark-mode .feedback-info-box small,
.dark-mode .feedback-text-card small {
	color: #ced4da;
}

.dark-mode .feedback-detalhes-header h5,
.dark-mode .feedback-section-title h5,
.dark-mode .feedback-info-box strong,
.dark-mode .feedback-criterio-card strong {
	color: #fff;
}

.dark-mode .feedback-info-box,
.dark-mode .feedback-text-card,
.dark-mode .feedback-criterio-card,
.dark-mode .feedback-empty {
	background: #2f343a;
	border-color: #495057;
	color: #ced4da;
}

.dark-mode .feedback-text-card .feedback-html-formatado {
	color: #ced4da;
}


.feedback-criterio-card {
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	border-radius: 16px;
	padding: 16px;
	height: 100%;
	transition: all .2s ease;
}

.feedback-criterio-card small {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 2px;
}

.feedback-criterio-card strong {
	display: block;
	color: var(--primary);
	font-size: .95rem;
	font-weight: 700;
}

.feedback-criterio-progress {
	height: 8px;
	border-radius: 20px;
	overflow: hidden;
	background: #e9ecef;
}

.feedback-criterio-progress .progress-bar {
	background: var(--primary);
}

.dark-mode .feedback-criterio-card {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .feedback-criterio-card small {
	color: #adb5bd;
}

.dark-mode .feedback-criterio-card strong {
	color: #fff;
}

.dark-mode .feedback-criterio-progress {
	background: #495057;
}

.funcional-info-card,
.funcional-mov-box {
	border-radius: 14px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	padding: 14px;
}

.funcional-info-card small,
.funcional-mov-box small {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #6c757d;
	font-weight: 700;
	margin-bottom: 5px;
}

.funcional-info-card strong,
.funcional-mov-box strong {
	display: block;
	color: #1f2937;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.4;
	word-break: break-word;
}

.funcional-origem-destino {
	border-top: 1px solid #edf0f3;
	padding-top: 12px;
}

.dark-mode .funcional-info-card,
.dark-mode .funcional-mov-box {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .funcional-info-card small,
.dark-mode .funcional-mov-box small {
	color: #ced4da;
}

.dark-mode .funcional-info-card strong,
.dark-mode .funcional-mov-box strong {
	color: #fff;
}

.dark-mode .funcional-origem-destino {
	border-top-color: #495057;
}

.form-label-modal {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #6c757d;
	font-weight: 700;
	margin-bottom: 6px;
}

.dark-mode .form-label-modal {
	color: #ced4da;
}

.feedback-detalhes-modal .select2-container {
	width: 100% !important;
}

.confirmacao-danger-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(220, 53, 69, .10);
	color: #dc3545;
	display: flex;
	align-items: center;
	justify-content: center;
}

.confirmacao-danger-icon i {
	font-size: 22px;
}

.documento-admissao-item {
	position: relative;
}

#listaDocumentosAdmissao .documento-admissao-item:not(:last-child) {
	margin-bottom: 10px;
}

.feedback-text-card strong.text-job-primary {
	font-size: .95rem;
}


/* DASHBOARD */
.dashboard-rh-page {
	padding-bottom: 90px;
}

.dashboard-header-card,
.dashboard-filter-card,
.dashboard-chart-card {
	border-radius: 18px;
	overflow: hidden;
}

.dashboard-header-card .card-body,
.dashboard-filter-card .card-body,
.dashboard-chart-card .card-body {
	padding: 20px;
}

.dashboard-section-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	color: #6c757d;
	margin-bottom: 3px;
}

.dashboard-header-icon {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: rgba(14, 62, 104, .08);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
}

.dashboard-form-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #6c757d;
	font-weight: 700;
	margin-bottom: 6px;
}

.dashboard-periodo-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dashboard-filter-footer {
	background: #fff;
	border-top: 1px solid #edf0f3;
	padding: 14px 20px;
}

.dashboard-kpi-card {
	border-radius: 18px;
	background: var(--primary);
	color: #fff;
	padding: 18px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .10);
	transition: .2s ease;
	min-height: 118px;
}

.dashboard-kpi-card--success {
	background: #198754;
}

.dashboard-kpi-card--warning {
	background: #d97706;
}

.dashboard-kpi-card--danger {
	background: #dc3545;
}

.dashboard-kpi-icon {
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .16);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
}

.dashboard-kpi-content {
	min-width: 0;
}

.dashboard-kpi-content small {
	display: block;
	text-transform: uppercase;
	letter-spacing: .45px;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, .86);
	line-height: 1.35;
	margin-bottom: 8px;
}

.dashboard-kpi-content strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
	font-weight: 800;
	color: #fff;
}

.dashboard-chart-card .card-header {
	padding: 18px 20px 0 20px;
}

.dashboard-chart-wrap {
	min-height: 360px;
	width: 100%;
}

.dashboard-chart-wrap>div {
	width: 100%;
	min-height: 360px;
}

.dark-mode .dashboard-header-card,
.dark-mode .dashboard-filter-card,
.dark-mode .dashboard-chart-card,
.dark-mode .dashboard-filter-footer {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .dashboard-section-label,
.dark-mode .dashboard-form-label,
.dark-mode .dashboard-header-card .text-muted,
.dark-mode .dashboard-filter-card .text-muted {
	color: #ced4da !important;
}

.dark-mode .dashboard-header-icon {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.dark-mode .dashboard-filter-footer {
	border-top-color: #495057;
}

@media (max-width: 991.98px) {

	.dashboard-header-card .card-body,
	.dashboard-filter-card .card-body,
	.dashboard-chart-card .card-body {
		padding: 16px;
	}

	.dashboard-chart-card .card-header {
		padding: 16px 16px 0 16px;
	}
}

@media (max-width: 767.98px) {
	.dashboard-rh-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dashboard-periodo-group {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.dashboard-periodo-group span {
		text-align: center;
		font-size: 12px;
		color: #6c757d;
	}

	.dashboard-filter-footer .btn {
		width: 100%;
	}

	.dashboard-kpi-card {
		min-height: 105px;
		padding: 16px;
	}

	.dashboard-kpi-icon {
		width: 48px;
		height: 48px;
		font-size: 21px;
	}

	.dashboard-kpi-content strong {
		font-size: 1.75rem;
	}

	.dashboard-chart-wrap,
	.dashboard-chart-wrap>div {
		min-height: 320px;
	}
}

@media (max-width: 575.98px) {

	.dashboard-header-card .card-body,
	.dashboard-filter-card .card-body,
	.dashboard-chart-card .card-body {
		padding: 14px;
	}

	.dashboard-chart-card .card-header {
		padding: 14px 14px 0 14px;
	}

	.dashboard-header-icon {
		width: 50px;
		height: 50px;
		border-radius: 15px;
		font-size: 21px;
	}

	.dashboard-kpi-card {
		align-items: flex-start;
	}

	.dashboard-kpi-content small {
		font-size: 11px;
	}
}


/* PROCESSO SELETIVO */
.processo-seletivo-page {
	padding-bottom: 90px;
}

.equipe-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.equipe-card label {
	font-weight: 600;
}

.equipe-card-footer {
	background: #fff;
	border-top: 1px solid #edf0f3;
}

.equipe-section-title {
	font-weight: 700;
}

.equipe-table thead th,
.equipe-table tfoot th {
	background: #f8f9fb;
	font-weight: 700;
	vertical-align: middle;
}

.equipe-table td {
	vertical-align: middle;
}

.equipe-empty {
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	background: #f8f9fb;
	border: 1px dashed #ced4da;
	color: #6c757d;
}

.equipe-empty i {
	font-size: 30px;
}

.processo-seletivo-page em {
	color: #dc3545;
	font-style: normal;
	font-weight: 700;
}

.dark-mode .equipe-card,
.dark-mode .equipe-card-footer {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .equipe-table thead th,
.dark-mode .equipe-table tfoot th,
.dark-mode .equipe-empty {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .equipe-empty {
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.processo-seletivo-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.processo-seletivo-page .btn {
		width: 100%;
		margin-bottom: 6px;
	}
}


.processo-seletivo-page {
	padding-bottom: 90px;
}

.equipe-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.equipe-card label {
	font-weight: 600;
}

.equipe-card-footer {
	background: #fff;
	border-top: 1px solid #edf0f3;
}

.equipe-section-title {
	font-weight: 700;
}

.equipe-table thead th,
.equipe-table tfoot th {
	background: #f8f9fb;
	font-weight: 700;
	vertical-align: middle;
}

.equipe-table td {
	vertical-align: middle;
}

.equipe-empty {
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	background: #f8f9fb;
	border: 1px dashed #ced4da;
	color: #6c757d;
}

.equipe-empty i {
	font-size: 30px;
}

.processo-seletivo-page em {
	color: #dc3545;
	font-style: normal;
	font-weight: 700;
}

.posicao-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(14, 62, 104, .08);
	color: var(--primary);
	font-weight: 800;
	font-size: .85rem;
}

.dark-mode .equipe-card,
.dark-mode .equipe-card-footer {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .equipe-table thead th,
.dark-mode .equipe-table tfoot th,
.dark-mode .equipe-empty {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .equipe-empty {
	color: #ced4da;
}

.dark-mode .posicao-badge {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

@media (max-width: 767.98px) {
	.processo-seletivo-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.processo-seletivo-page .btn {
		width: 100%;
		margin-bottom: 6px;
	}
}


/* VAGAS DASHBOARD */
.vagas-page {
	padding-bottom: 90px;
}

.vagas-filter-card,
.vagas-table-card,
.vagas-modal-card {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
}

.vagas-section-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	color: #6c757d;
	margin-bottom: 3px;
}

.vagas-form-label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #6c757d;
	font-weight: 700;
	margin-bottom: 6px;
}

.vagas-filter-footer,
.vagas-modal-footer {
	background: #fff;
	border-top: 1px solid #edf0f3;
	padding: 14px 20px;
}

.vagas-kpi-card {
	border-radius: 16px;
	padding: 16px;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	gap: 14px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
	min-height: 98px;
}

.vagas-kpi-icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .16);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 21px;
}

.vagas-kpi-content small {
	display: block;
	text-transform: uppercase;
	letter-spacing: .45px;
	font-size: 12px;
	opacity: .9;
	margin-bottom: 4px;
	font-weight: 700;
}

.vagas-kpi-content strong {
	display: block;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: 800;
}

.vagas-table-title strong {
	color: var(--primary);
	font-weight: 800;
	word-break: break-word;
}

.vagas-warning-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(255, 193, 7, .16);
	color: #856404;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.flash-toast-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	max-width: 420px;
	width: calc(100% - 40px);
}

.flash-toast {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dark-mode .vagas-filter-card,
.dark-mode .vagas-table-card,
.dark-mode .vagas-modal-card,
.dark-mode .vagas-filter-footer,
.dark-mode .vagas-modal-footer {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .vagas-section-label,
.dark-mode .vagas-form-label {
	color: #ced4da;
}


.dark-mode .vagas-table-title strong {
	color: #fff;
}

@media (max-width: 991.98px) {
	.vagas-header-actions {
		width: 100%;
	}

	.vagas-header-actions .btn {
		flex: 1 1 calc(50% - 8px);
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.vagas-page .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.vagas-filter-card .card-body,
	.vagas-table-card .card-body {
		padding: 14px;
	}

	.vagas-kpi-card {
		min-height: auto;
		padding: 14px;
	}

	.vagas-kpi-content strong {
		font-size: 1.45rem;
	}

	.vagas-modal-footer .btn,
	.vagas-filter-footer .btn {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.vagas-header-actions .btn {
		flex: 1 1 100%;
		width: 100%;
		margin-right: 0 !important;
	}

	.vagas-table-card .card-header,
	.vagas-filter-card .card-header,
	.feedback-colaborador-top,
	.feedback-colaborador-bottom,
	.vagas-modal-footer {
		padding: 14px;
	}

	.vagas-table-card .card-header .btn {
		width: 100%;
	}

	.vagas-acoes .btn {
		margin-bottom: 4px;
	}
}

.dark-mode .separacao-hr {
	border-color: #969696;
}




/* CONFIGURAÇÃO DE MÓDULOS */

.config-section {
	border: 1px solid rgba(0, 0, 0, 0.20);
	border-radius: 14px;
	padding: 18px 18px 6px 18px;
	background: rgba(255, 255, 255, 0.72);
}

.config-section-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.config-section-header h6 {
	font-weight: 700;
	margin-bottom: 2px;
}

.config-section .form-control {
	border-radius: 10px;
}

.dark-mode .config-section {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.30);
}

.dark-mode .config-section-header {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.dark-mode .config-section .form-group label {
	color: #e9ecef;
}


.usuario-curriculo-card {
	border: 1px solid #edf0f3;
	border-radius: 16px;
	padding: 16px;
	background: #fff;
}

.usuario-curriculo-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 14px;
	background: rgba(14, 62, 104, .08);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.usuario-curriculo-icon-pdf {
	background: rgba(220, 53, 69, .08);
	color: #dc3545;
}

.usuario-curriculo-card small {
	display: block;
	text-transform: uppercase;
	letter-spacing: .4px;
	font-weight: 700;
	color: #6c757d;
	margin-bottom: 3px;
}

.usuario-curriculo-card strong {
	display: block;
	color: #1f2937;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4px;
}

.dark-mode .usuario-curriculo-card {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .usuario-curriculo-card strong {
	color: #fff;
}



.vagas-acoes-menu {
	width: 310px;

	background: #fff;

	border: 1px solid #e9edf2;
	border-radius: 16px;

	padding: 8px 0;
	overflow: hidden;

	box-shadow:
		0 2px 8px rgba(15, 23, 42, .05),
		0 14px 32px rgba(15, 23, 42, .14);

	margin-top: 8px;
}

.vagas-acoes-menu .dropdown-header {
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #6c757d;
	padding: 14px 18px 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}


.vagas-acoes-menu .dropdown-divider {
	margin: 6px 0;
	border-top: 1px solid #edf0f3;
}

.vagas-acoes-menu .dropdown-item,
.vagas-acoes-menu .dropdown-item-text {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 18px;
	font-size: .92rem;
}

.vagas-acoes-menu .dropdown-item i {
	width: 20px;
	text-align: center;
	font-size: 15px;
}

.vagas-acoes-menu .dropdown-item:hover {
	background: rgba(14, 62, 104, .05);
	color: var(--primary);
}

.vagas-acoes-menu .dropdown-item-text {
	color: #6c757d;
	font-size: .85rem;
}

.vagas-acoes-menu .dropdown-item.text-danger {
	color: #dc3545 !important;
}

.vagas-acoes-menu .dropdown-item.text-danger:hover {
	background: rgba(220, 53, 69, .08);
	color: #dc3545 !important;
}

.vagas-acoes-menu .contador-candidatos {
	margin-left: auto;
	border-radius: 999px;
	min-width: 26px;
	font-size: .75rem;
	font-weight: 600;
}

@keyframes fadeDropdown {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dark-mode .vagas-acoes-menu {
	background: #343a40;
	border: 1px solid #495057;

	box-shadow:
		0 2px 8px rgba(0, 0, 0, .25),
		0 14px 36px rgba(0, 0, 0, .45);
}

.dark-mode .vagas-acoes-menu .dropdown-header {
	color: #c2c7d0;
}

.dark-mode .vagas-acoes-menu .dropdown-divider {
	border-color: #495057;
}

.dark-mode .vagas-acoes-menu .dropdown-item,
.dark-mode .vagas-acoes-menu .dropdown-item-text {
	color: #dee2e6;
}

.dark-mode .vagas-acoes-menu .dropdown-item:hover {
	background: rgba(255, 255, 255, .07);
	color: #fff;
}

.dark-mode .vagas-acoes-menu .dropdown-item.text-danger:hover {
	background: rgba(220, 53, 69, .18);
}


.confirmar-status-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid #edf0f3;
	background: #f8f9fb;
}

.confirmar-status-icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(14, 62, 104, .08);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

.confirmar-status-content small {
	display: block;
	color: #6c757d;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: 4px;
}

.confirmar-status-content strong {
	display: block;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.confirmar-status-content p {
	color: #6c757d;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.dark-mode .confirmar-status-card {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .confirmar-status-content strong {
	color: #fff;
}

.dark-mode .confirmar-status-content small,
.dark-mode .confirmar-status-content p {
	color: #ced4da;
}


.assinaturas-upload-box {
	width: 100%;
	border: 1px dashed #cfd8dc;
	border-radius: 16px;
	padding: 18px;
	background: #fbfcfd;
	text-align: center;
	cursor: pointer;
	display: block;
}

.assinaturas-upload-box:hover {
	border-color: var(--primary);
	background: color-mix(in srgb, var(--primary) 8%, #fff);
}

.assinaturas-upload-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--primary) 12%, #fff);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	font-size: 20px;
}

.assinaturas-upload-box:hover .assinaturas-upload-icon {
	background: color-mix(in srgb, var(--primary) 18%, #fff);
}

.assinaturas-upload-box strong {
	display: block;
	color: #2f3a40;
	font-size: 15px;
}

.assinaturas-upload-box span {
	display: block;
	color: #6c757d;
	font-size: 13px;
	margin-top: 4px;
}

.dark-mode .assinaturas-upload-box {
	width: 100%;
	border: 1px dashed #4b5563;
	border-radius: 16px;
	padding: 18px;
	background: #1f2937;
	text-align: center;
	cursor: pointer;
	display: block;
	transition: all .2s ease;
}

.dark-mode .assinaturas-upload-box:hover {
	border-color: var(--primary);
	background: color-mix(in srgb, var(--primary) 12%, #1f2937);
}

.dark-mode .assinaturas-upload-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--primary) 18%, #1f2937);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	font-size: 20px;
	transition: all .2s ease;
}

.dark-mode .assinaturas-upload-box:hover .assinaturas-upload-icon {
	background: color-mix(in srgb, var(--primary) 28%, #1f2937);
}

.dark-mode .assinaturas-upload-box strong {
	display: block;
	color: #f3f4f6;
	font-size: 15px;
	font-weight: 600;
}

.dark-mode .assinaturas-upload-box span {
	display: block;
	color: #9ca3af;
	font-size: 13px;
	margin-top: 4px;
}

.assinatura-preview-item {
	border: 1px solid #edf0f3;
	border-radius: 14px;
	padding: 12px;
	background: #fff;
	margin-bottom: 8px;
	transition: .2s;
}


.dark-mode .assinatura-preview-item {
	border: 1px solid #374151;
	border-radius: 14px;
	padding: 12px;
	background: #1f2937;
	margin-bottom: 8px;
	transition: all .2s ease;
}

.dark-mode .assinatura-preview-item:hover {
	border-color: var(--primary);
	background: color-mix(in srgb, var(--primary) 6%, #1f2937);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.assinatura-preview-thumb {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #f1f3f5;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--primary);
	font-size: 18px;
	flex-shrink: 0;
}

.assinatura-preview-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.assinatura-preview-nome {
	font-weight: 600;
	font-size: 14px;
	word-break: break-word;
}

.assinatura-preview-meta {
	font-size: 12px;
}


#modalAssinaturasTreinamento .assinaturas-form-modal {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: calc(100vh - 3.5rem);
	margin: 0;
}

#modalAssinaturasTreinamento .modal-body-scroll {
	overflow-y: auto;
	flex: 1 1 auto;
}


.vagas-table-wrap,
.vagas-table-card,
.vagas-table-card .card-body {
	overflow: visible !important;
}

.vagas-acoes-menu {
	min-width: 260px;
	z-index: 1060;
}


.analise-ia-etapas-page {
	padding-bottom: 28px;
}

.analise-ia-card {
	border: 1px solid #edf0f3;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.analise-ia-header {
	padding: 18px 22px;
	background: #fff;
	border-bottom: 1px solid #edf0f3;
}

.analise-ia-title-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
}

.analise-ia-icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.analise-ia-title {
	margin: 0;
	color: var(--primary);
	font-weight: 700;
	font-size: 18px;
}

.analise-ia-subtitle {
	display: block;
	color: #6c757d;
	font-size: 13px;
	margin-top: 2px;
}

.analise-ia-body {
	padding: 22px;
}

.analise-ia-info {
	border-radius: 14px;
	background: #fffdf6;
	border: 1px solid #f3dfaa;
	color: #7a5a00;
	padding: 13px 16px;
	font-size: 14px;
}

.analise-ia-filtro-box {
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.analise-ia-label {
	color: var(--primary);
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 7px;
}

.analise-ia-table-card {
	border: 1px solid #edf0f3;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.analise-ia-table-header {
	background: #fff;
	border-bottom: 1px solid #edf0f3;
	padding: 18px 22px;
}

.analise-ia-table-title {
	color: var(--primary);
	font-weight: 700;
	margin: 0;
	font-size: 16px;
}

.analise-ia-table-subtitle {
	color: #6c757d;
	font-size: 13px;
}

.analise-ia-empty {
	min-height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #6c757d;
	border: 1px dashed #d9dde2;
	border-radius: 16px;
	background: #fff;
}

.analise-ia-empty-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #f4f6f9;
	color: #6c757d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 auto 12px auto;
}

.analise-ia-table-wrap {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.analise-ia-table {
	margin-bottom: 0;
}

.analise-ia-table thead th {
	background: #f8f9fb;
	color: var(--primary);
	border-bottom: 1px solid #edf0f3;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .04em;
	vertical-align: middle;
}

.analise-ia-table td {
	vertical-align: middle;
}

.ia-candidato-nome {
	color: #1f2937;
	font-weight: 700;
}

.ia-candidato-meta {
	color: #6c757d;
	font-size: 12px;
}

.ia-score {
	min-width: 68px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 6px 10px;
	font-weight: 700;
	background: rgba(0, 123, 255, .10);
	color: var(--primary);
}

.ia-score-empty {
	color: #6c757d;
	font-size: 13px;
}

.ia-card-text {
	max-width: 320px;
	white-space: normal;
	font-size: 13px;
	color: #495057;
}

.modal-status-lote-content {
	border-radius: 18px;
	overflow: hidden;
	border: none;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.modal-status-lote-header {
	padding: 18px 22px;
	border-bottom: 1px solid #edf0f3;
}

.modal-status-lote-header .modal-title {
	color: var(--primary);
	font-weight: 700;
}

.modal-status-lote-body {
	padding: 22px;
	background: #f8f9fb;
}

.modal-status-lote-footer {
	padding: 14px 22px;
	background: #fff;
	border-top: 1px solid #edf0f3;
}

.dark-mode .analise-ia-card,
.dark-mode .analise-ia-table-card,
.dark-mode .analise-ia-header,
.dark-mode .analise-ia-table-header,
.dark-mode .analise-ia-filtro-box,
.dark-mode .analise-ia-empty,
.dark-mode .analise-ia-table-wrap,
.dark-mode .modal-status-lote-header,
.dark-mode .modal-status-lote-footer,
.dark-mode .modal-status-lote-content {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .analise-ia-body,
.dark-mode .modal-status-lote-body {
	background: #2f343a;
}

.dark-mode .analise-ia-title,
.dark-mode .analise-ia-table-title,
.dark-mode .analise-ia-label,
.dark-mode .ia-candidato-nome,
.dark-mode .modal-status-lote-header .modal-title {
	color: #fff;
}

.dark-mode .analise-ia-subtitle,
.dark-mode .analise-ia-table-subtitle,
.dark-mode .ia-candidato-meta,
.dark-mode .ia-card-text,
.dark-mode .ia-score-empty {
	color: #ced4da;
}

.dark-mode .analise-ia-info {
	background: #3a3320;
	border-color: #6b5721;
	color: #f8e1a1;
}

.dark-mode .analise-ia-empty-icon,
.dark-mode .analise-ia-table thead th {
	background: #2f343a;
	color: #fff;
}

.dark-mode .ia-score {
	background: rgba(255, 255, 255, .10);
	color: #fff;
}

@media (max-width: 767.98px) {

	.analise-ia-header,
	.analise-ia-body,
	.analise-ia-table-header {
		padding: 16px;
	}

	.analise-ia-title-wrap {
		align-items: flex-start;
	}

	.analise-ia-actions {
		width: 100%;
		margin-top: 12px;
	}

	.analise-ia-actions .btn {
		width: 100%;
		margin-bottom: 8px;
	}
}


.analise-ia-lista-candidatos {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.analise-ia-candidato-card {
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.analise-ia-candidato-topo {
	padding: 15px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.analise-ia-candidato-avatar {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.analise-ia-candidato-info strong {
	display: block;
	color: #1f2937;
	font-weight: 700;
}

.analise-ia-candidato-info small {
	display: block;
	color: #6c757d;
	font-size: 12px;
}

.analise-ia-candidato-acoes {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.analise-ia-candidato-detalhes {
	padding: 16px;
	background: #f8f9fb;
	border-top: 1px solid #edf0f3;
}

.analise-ia-detalhe-box {
	height: 100%;
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 14px;
	padding: 13px 15px;
}

.analise-ia-detalhe-box small {
	display: block;
	color: var(--primary);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .04em;
	margin-bottom: 7px;
}

.analise-ia-detalhe-box p {
	margin: 0;
	color: #495057;
	font-size: 13px;
	line-height: 1.5;
}

.dark-mode .analise-ia-candidato-card,
.dark-mode .analise-ia-detalhe-box {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .analise-ia-candidato-detalhes {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .analise-ia-candidato-info strong,
.dark-mode .analise-ia-detalhe-box small {
	color: #fff;
}

.dark-mode .analise-ia-candidato-info small,
.dark-mode .analise-ia-detalhe-box p {
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.analise-ia-candidato-topo {
		align-items: flex-start;
	}

	.analise-ia-candidato-acoes {
		width: 100%;
		margin-top: 10px;
	}

	.analise-ia-candidato-acoes .btn,
	.analise-ia-candidato-acoes .ia-score,
	.analise-ia-candidato-acoes .ia-score-empty {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}


.analise-ia-expand {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	transition: all .25s;
}

.analise-ia-expand:hover {
	background: rgba(14, 62, 104, .08);
	color: var(--primary);
	text-decoration: none;
}

.analise-ia-expand i {
	transition: transform .25s ease;
}

.analise-ia-expand[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.dark-mode .analise-ia-expand {
	color: #fff;
}

.dark-mode .analise-ia-expand:hover {
	background: rgba(255, 255, 255, .08);
}


.analise-ia-btn-wrap {
	display: flex;
	align-items: flex-end;
	height: 100%;
	margin-bottom: 25px;
	/* mesma altura aproximada do label */
}

.analise-ia-btn-wrap .btn {
	height: 38px;
	/* mesma altura dos inputs Bootstrap */
}


.cadastro-externo-page {
	width: 100%;
	min-height: calc(100vh - 120px);
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

.cadastro-externo-hero {
	position: relative;
	text-align: center;
	padding: 24px 15px 18px;
}

.cadastro-externo-logo {
	width: 100%;
	max-width: 280px;
	max-height: 110px;
	object-fit: contain;
	transition: transform .2s ease, filter .2s ease;
}

.cadastro-externo-logo:hover {
	transform: scale(1.015);
	filter: brightness(1.02);
}

.cadastro-externo-titulo {
	color: var(--primary);
	font-size: 1.25rem;
	font-weight: 700;
	margin: 12px 0 2px;
}

.cadastro-externo-subtitulo {
	color: #6c757d;
	font-size: .92rem;
	margin-bottom: 0;
}

.cadastro-externo-wrapper {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 15px;
}

.externo-etapas {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin: 4px 0 18px;
}

.externo-etapa {
	min-width: 0;
	text-align: center;
	color: #8896a5;
	font-size: .75rem;
	font-weight: 700;
}

.externo-etapa-barra {
	display: block;
	height: 7px;
	border-radius: 999px;
	background: #d6dee7;
	margin-bottom: 6px;
}

.externo-etapa.ativa {
	color: var(--primary);
}

.externo-etapa.ativa .externo-etapa-barra {
	background: var(--secondary);
}

.externo-card {
	background: #fff;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
	overflow: hidden;
	position: relative;
}

.externo-card::before {
	content: '';
	display: block;
	height: 4px;
	background: var(--secondary);
}

.externo-card-body {
	padding: 36px;
}

.externo-centro {
	text-align: center;
}

.externo-icone {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .04);
	color: var(--secondary);
	font-size: 36px;
}

.cadastro-externo-page h1,
.cadastro-externo-page h2 {
	color: var(--primary);
	font-weight: 700;
	line-height: 1.3;
}

.cadastro-externo-page h1 {
	font-size: 1.75rem;
	margin: 0 0 14px;
}

.cadastro-externo-page h2 {
	font-size: 1.25rem;
	margin: 0 0 10px;
}

.texto-muted {
	color: #6c757d;
}

.btn-externo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 11px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--btn-background-primary);
	color: var(--btn-text-primary);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.btn-externo:hover {
	background: var(--btn-background-hover-primary);
	color: var(--btn-text-primary);
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}

.btn-externo:disabled {
	opacity: .65;
	cursor: wait;
	transform: none;
}

.form-grupo {
	margin-bottom: 20px;
}

.cadastro-externo-page label {
	display: block;
	color: var(--primary);
	font-weight: 600;
	margin-bottom: 7px;
}

.cadastro-externo-page em {
	color: #dc3545;
}

.form-campo {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: .65rem .85rem;
	color: #495057;
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: .45rem;
	font-size: 1rem;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.form-campo:focus {
	outline: 0;
	border-color: var(--primary);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .075);
}

.campo-erro {
	display: block;
	color: #dc3545;
	margin-top: 5px;
}

.alerta-erro {
	padding: 13px 15px;
	border-radius: 10px;
	background: #fff1f0;
	border: 1px solid #f4b4af;
	color: #8a1c13;
	margin-bottom: 20px;
}

.acoes {
	margin-top: 26px;
	text-align: center;
}

.teste-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 17px;
	margin-bottom: 13px;
	border: 1px solid #dee2e6;
	border-radius: 14px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: all .15s ease;
}

.teste-item.disponivel:hover {
	border-color: var(--secondary);
	color: inherit;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 13px rgba(0, 0, 0, .06);
}

.teste-item.finalizado {
	border-color: #b7dfc2;
	background: #f2fbf4;
}

.teste-status {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #edf2f7;
	color: var(--primary);
	font-weight: 700;
}

.finalizado .teste-status {
	background: #28a745;
	color: #fff;
}

.teste-conteudo {
	flex: 1;
	min-width: 0;
}

.teste-conteudo strong {
	color: var(--primary);
	display: block;
}

.barra {
	height: 9px;
	border-radius: 999px;
	background: #dfe6ee;
	overflow: hidden;
}

.barra>div {
	height: 100%;
	background: var(--secondary);
	transition: width .25s;
}

.alternativa {
	display: block;
	padding: 15px;
	margin-bottom: 12px;
	border: 1px solid #dee2e6;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 400 !important;
	transition: border-color .15s ease, background .15s ease;
}

.alternativa:hover,
.alternativa:focus-within,
.alternativa.alternativa-selecionada {
	border-color: var(--secondary);
	background: rgba(0, 0, 0, .025);
}

.alternativa input {
	width: 20px;
	height: 20px;
	margin-right: 9px;
	vertical-align: middle;
	accent-color: var(--secondary);
}

.likert-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.likert-aviso {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 25px;
	padding: 14px 16px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-left: 4px solid var(--secondary);
	border-radius: 10px;
	background: rgba(0, 0, 0, .025);
	color: #495057;
	font-size: .92rem;
	line-height: 1.45;
}

.likert-aviso i {
	flex: 0 0 auto;
	margin-top: 3px;
	color: var(--secondary);
	font-size: 1.05rem;
}

.likert-aviso strong {
	color: var(--primary);
}

.likert-scale {
	width: 100%;
	max-width: 480px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.likert-option {
	flex: 1;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 !important;
	color: #6c757d !important;
	font-size: .75rem;
	font-weight: 500 !important;
	text-align: center;
	cursor: pointer;
}

.likert-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.likert-circle {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid transparent;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.likert-option:hover .likert-circle {
	transform: scale(1.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

.likert-option input:checked+.likert-circle {
	border-color: var(--primary);
	transform: scale(1.12);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
}

.likert-label-extremos {
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	color: #6c757d;
	font-size: .8rem;
}

.teste-rodape {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 24px;
}

.btn-secundario {
	background: #e8edf2;
	color: #263746;
}

.btn-secundario:hover {
	background: #dce3ea;
	color: #263746;
}

.externo-seguranca {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.externo-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fff;
	color: var(--primary);
	font-size: .8rem;
	font-weight: 600;
	border: 1px solid rgba(0, 0, 0, .045);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.externo-badge i {
	color: var(--secondary);
}

.dark-mode .externo-card,
.dark-mode .teste-item,
.dark-mode .alternativa,
.dark-mode .externo-badge,
.dark-mode .form-campo {
	background: #343a40;
	border-color: #495057;
	color: #fff;
}

.dark-mode .texto-muted,
.dark-mode .cadastro-externo-subtitulo {
	color: #ced4da;
}

.dark-mode .likert-aviso {
	background: #343a40;
	border-color: #495057;
	border-left-color: var(--secondary);
	color: #ced4da;
}

@media (max-width: 767.98px) {
	.cadastro-externo-page {
		padding-left: 0;
		padding-right: 0;
	}

	.cadastro-externo-hero {
		padding: 18px 10px 15px;
	}

	.cadastro-externo-logo {
		max-width: 225px;
		max-height: 85px;
	}

	.cadastro-externo-titulo {
		font-size: 1.05rem;
	}

	.externo-card-body {
		padding: 24px 17px;
	}

	.cadastro-externo-page h1 {
		font-size: 1.4rem;
	}

	.btn-externo {
		width: 50%;
	}

	.teste-item {
		padding: 14px;
	}

	.likert-scale {
		gap: 5px;
	}

	.likert-circle {
		width: 37px;
		height: 37px;
	}

	.likert-label-extremos {
		font-size: .72rem;
	}

	.externo-etapa {
		font-size: 0;
	}

	.externo-etapa-barra {
		margin-bottom: 0;
	}
}

.likert-circle {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid transparent;
	border-radius: 50%;
	color: #212529;
	font-size: 0.9rem;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	transition:
		transform 0.15s ease,
		box-shadow 0.15s ease,
		border-color 0.15s ease;
}

.likert-option input:checked+.likert-circle {
	border-color: var(--primary);
	color: var(--primary);
	transform: scale(1.12);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

.likert-legenda {
	max-width: 700px;
	margin: 5px auto 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 12px;
	margin-bottom: 3%;
}

.likert-legenda-titulo {
	display: block;
	margin-bottom: 12px;
	color: var(--primary);
	font-weight: 700;
	text-align: center;
}

.likert-legenda-itens {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.likert-legenda-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	background: #e8edf2;
	border-radius: 999px;
	color: #495057;
	font-size: 0.8rem;
}

.likert-legenda-numero {
	width: 23px;
	height: 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--secondary);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
}

@media (max-width: 575.98px) {
	.likert-circle {
		width: 38px;
		height: 38px;
		font-size: 0.78rem;
	}

	.likert-legenda {
		padding: 12px;
	}

	.likert-legenda-itens {
		align-items: stretch;
		flex-direction: column;
	}

	.likert-legenda-item {
		width: 100%;
		border-radius: 8px;
	}
}


.vaga-share-card {
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #e3eaee;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(25, 45, 55, .07);
	text-align: left
}

.vaga-share-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px
}

.vaga-share-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 12px;
	background: var(--primary);
	color: #fff
}

.vaga-share-header strong,
.vaga-share-header small {
	display: block
}

.vaga-share-header strong {
	color: #26363d;
	font-size: 16px
}

.vaga-share-header small {
	margin-top: 2px;
	color: #77868d;
	font-size: 13px
}

.vaga-share-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 12px
}

.vaga-share-buttons a {
	float: none !important
}

.vaga-share-buttons .a2a_svg {
	border-radius: 11px !important;
	transition: transform .2s ease, box-shadow .2s ease
}

.vaga-share-buttons a:hover .a2a_svg {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .16)
}

.vaga-share-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 43px;
	padding: 9px 16px;
	border: 1px dashed var(--primary);
	border-radius: 10px;
	background: #f3f3f3;
	color: var(--primary);
	font-weight: 600;
	transition: .2s
}

.vaga-share-copy:hover {
	background: var(--primary);
	color: #fff;
	border-style: solid
}

@media(max-width:575.98px) {
	.vaga-share-card {
		padding: 16px
	}

	.vaga-share-header {
		align-items: flex-start
	}
}


.aprovacao-funcionario-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	margin-bottom: 18px;
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 14px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.aprovacao-funcionario-icon {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: rgba(14, 62, 104, 0.1);
	color: var(--primary);
	font-size: 20px;
}

.aprovacao-funcionario-info {
	min-width: 0;
}

.aprovacao-funcionario-info strong {
	display: block;
	color: var(--primary);
	font-size: 16px;
	word-break: break-word;
}

.aprovacao-funcionario-info small {
	display: block;
	color: #6c757d;
}

.aprovacao-historico-titulo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
	color: var(--primary);
	font-weight: 700;
}

.aprovacao-historico-lista {
	position: relative;
	padding-left: 30px;
}

.aprovacao-historico-lista::before {
	content: "";
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 11px;
	width: 2px;
	background: #e6ebf0;
}

.aprovacao-historico-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	margin-bottom: 10px;
	background: #fcfcfd;
	border: 1px solid #edf0f3;
	border-radius: 13px;
	transition: all 0.2s ease;
}

.aprovacao-historico-item::before {
	content: "";
	position: absolute;
	left: -26px;
	top: 18px;
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #dfe5eb;
}

.aprovacao-historico-item.status-aprovado::before {
	background: #28a745;
}

.aprovacao-historico-item.status-recusado::before {
	background: #dc3545;
}

.aprovacao-historico-dados {
	min-width: 0;
}

.aprovacao-historico-dados strong {
	display: block;
	margin-bottom: 3px;
	color: #343a40;
}

.aprovacao-historico-dados small {
	color: #6c757d;
}

.aprovacao-historico-data {
	white-space: nowrap;
	color: #6c757d;
	font-size: 12px;
}

/* Dark mode */

.dark-mode .aprovacao-funcionario-card,
.dark-mode .aprovacao-historico-item {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .aprovacao-funcionario-info strong,
.dark-mode .aprovacao-historico-titulo,
.dark-mode .aprovacao-historico-dados strong {
	color: #fff;
}

.dark-mode .aprovacao-funcionario-info small,
.dark-mode .aprovacao-historico-dados small,
.dark-mode .aprovacao-historico-data {
	color: #ced4da;
}

.dark-mode .aprovacao-historico-lista::before {
	background: #495057;
}

.dark-mode .aprovacao-historico-item::before {
	border-color: #343a40;
	box-shadow: 0 0 0 1px #5a6268;
}

@media (max-width: 575.98px) {
	.aprovacao-funcionario-card {
		padding: 14px;
	}

	.aprovacao-historico-item {
		flex-direction: column;
		gap: 8px;
	}

	.aprovacao-historico-data {
		white-space: normal;
	}
}


.pedido-indicador-card {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 16px;
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 14px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
	transition: all 0.2s ease;
}

.pedido-indicador-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 5px 14px rgba(15, 23, 42, 0.08);
}

.pedido-indicador-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 19px;
}

.pedido-indicador-icon-total {
	color: #279ff5;
	background: rgba(39, 159, 245, 0.14);
}

.pedido-indicador-icon-pendente {
	color: #d39e00;
	background: rgba(255, 193, 7, 0.16);
}

.pedido-indicador-icon-valor {
	color: #218838;
	background: rgba(40, 167, 69, 0.14);
}

.pedido-indicador-info {
	min-width: 0;
}

.pedido-indicador-info small {
	display: block;
	margin-bottom: 2px;
	color: #6c757d;
}

.pedido-indicador-info strong {
	display: block;
	color: #343a40;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	word-break: break-word;
}

.dark-mode .pedido-indicador-card {
	background: #343a40;
	border-color: #495057;
}

.dark-mode .pedido-indicador-info small {
	color: #ced4da;
}

.dark-mode .pedido-indicador-info strong {
	color: #fff;
}

@media (max-width: 575.98px) {
	.pedido-indicador-card {
		padding: 14px;
	}

	.pedido-indicador-icon {
		width: 42px;
		height: 42px;
	}

	.pedido-indicador-info strong {
		font-size: 18px;
	}
}

.pedidos-funcionario-table {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #edf0f3;
	border-radius: 14px;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.pedidos-funcionario-table thead th:first-child {
	border-top-left-radius: 14px;
}

.pedidos-funcionario-table thead th:last-child {
	border-top-right-radius: 14px;
}

.pedidos-funcionario-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 14px;
}

.pedidos-funcionario-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 14px;
}

.dark-mode .pedidos-funcionario-table {
	background: #343a40;
	border-color: #495057;
}

.funcionario-locais-section {
	padding: 16px;
	background: #f8f9fb;
	border: 1px solid #edf0f3;
	border-radius: 14px;
}

.funcionario-locais-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.funcionario-locais-header h6 {
	color: var(--primary);
	font-weight: 700;
}

.funcionario-locais-header em {
	color: #dc3545;
	font-style: normal;
}

.funcionario-locais-lista {
	margin-right: -4px;
	margin-left: -4px;
}

.funcionario-locais-lista>[class*="col-"] {
	padding-right: 4px;
	padding-left: 4px;
}

.funcionario-local-opcao {
	height: 100%;
}

.funcionario-local-opcao .custom-control {
	min-height: 48px;
	padding-left: 0;
}

.funcionario-local-opcao .custom-control-label {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 10px 12px 10px 42px;
	display: flex;
	align-items: center;
	gap: 9px;
	color: #495057;
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 11px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.funcionario-local-opcao .custom-control-label::before,
.funcionario-local-opcao .custom-control-label::after {
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
}

.funcionario-local-opcao .custom-control-label::before {
	border-color: #ced4da;
	border-radius: 5px;
}

.funcionario-local-opcao .custom-control-input:checked~.custom-control-label {
	color: var(--primary);
	background: rgba(39, 159, 245, 0.06);
	border-color: rgba(39, 159, 245, 0.5);
	box-shadow: 0 0 0 2px rgba(39, 159, 245, 0.07);
}

.funcionario-local-opcao .custom-control-input:checked~.custom-control-label::before {
	background-color: #279ff5;
	border-color: #279ff5;
}

.funcionario-local-opcao .custom-control-label:hover {
	border-color: rgba(39, 159, 245, 0.45);
	background: #fbfdff;
}

.funcionario-local-icon {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #279ff5;
	background: rgba(39, 159, 245, 0.11);
	border-radius: 8px;
}


.funcionario-locais-vazio {
	display: flex;
	align-items: flex-start;
	border-radius: 11px;
}

.funcionario-locais-vazio i {
	margin-top: 3px;
}

.funcionario-locais-vazio strong,
.funcionario-locais-vazio small {
	display: block;
}

.dark-mode .funcionario-locais-section {
	background: #2f343a;
	border-color: #495057;
}

.dark-mode .funcionario-locais-header h6 {
	color: #fff;
}

.dark-mode .funcionario-local-opcao .custom-control-label {
	color: #dee2e6;
	background: #343a40;
	border-color: #495057;
}

.dark-mode .funcionario-local-opcao .custom-control-input:checked~.custom-control-label {
	color: #fff;
	background: rgba(39, 159, 245, 0.12);
	border-color: #279ff5;
}

.dark-mode .funcionario-local-opcao .custom-control-label:hover {
	background: #394047;
}

@media (max-width: 575.98px) {
	.funcionario-locais-section {
		padding: 14px;
	}

	.funcionario-locais-header {
		flex-direction: column;
	}

	.funcionario-locais-header .badge {
		align-self: flex-start;
	}
}


/* Módulo de Avaliações — padrão visual de Feedbacks */
.avaliacao-page {
	padding-bottom: 28px;
}

.avaliacao-page>.container-fluid {
	padding-top: 4px;
}

.avaliacao-page .card,
.avaliacao-page .equipe-card,
.avaliacao-page .template-section {
	border: 1px solid #edf0f3;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(26, 45, 67, 0.06);
	overflow: hidden;
}

.avaliacao-page .card-header {
	padding: 16px 20px;
	background: #fff;
	border-bottom: 1px solid #edf0f3;
}

.avaliacao-page .card-body {
	padding: 20px;
}

.avaliacao-page .equipe-section-label {
	display: block;
	margin-bottom: 5px;
	color: #6c757d;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.avaliacao-page .equipe-section-title {
	display: block;
	color: #343a40;
	font-size: 1rem;
	font-weight: 700;
}

.avaliacao-page .form-group label {
	color: #495057;
	font-size: 0.84rem;
	font-weight: 600;
}

.avaliacao-page .form-control,
.avaliacao-page .select2-container--default .select2-selection--single,
.avaliacao-page .select2-container--default .select2-selection--multiple {
	min-height: 38px;
	border-color: #dfe5ea;
	border-radius: 9px;
}

.avaliacao-page textarea.form-control {
	min-height: auto;
}

.avaliacao-page .form-control:focus,
.avaliacao-page .select2-container--focus .select2-selection {
	border-color: rgba(39, 159, 245, 0.65);
	box-shadow: 0 0 0 3px rgba(39, 159, 245, 0.1);
}

.avaliacao-page .avaliacao-header {
	position: relative;
	padding: 22px 24px;
	color: #343a40;
	background: linear-gradient(135deg, rgba(39, 159, 245, 0.09), rgba(39, 159, 245, 0.02));
	border: 1px solid rgba(39, 159, 245, 0.18);
	border-radius: 14px;
	overflow: hidden;
}

.avaliacao-page .avaliacao-header::after {
	content: "";
	position: absolute;
	top: -42px;
	right: -32px;
	width: 145px;
	height: 145px;
	background: rgba(39, 159, 245, 0.08);
	border-radius: 50%;
}

.avaliacao-page .avaliacao-header>.row {
	position: relative;
	z-index: 1;
}

.avaliacao-page .avaliacao-header h3 {
	color: #2f4052;
	font-size: 1.35rem;
	font-weight: 700;
}

.avaliacao-page .secao-titulo {
	padding-left: 12px;
	border-left: 4px solid #279ff5;
}

.avaliacao-page .avaliacao-elemento {
	border: 1px solid #e6ebef !important;
	border-left: 4px solid #d8e0e7 !important;
	border-radius: 10px;
	box-shadow: none;
	overflow: visible;
}

.avaliacao-page .avaliacao-elemento.border-primary,
.avaliacao-page .avaliacao-elemento.border-info {
	border-left-color: #279ff5 !important;
}

.avaliacao-page .avaliacao-elemento.border-warning {
	border-left-color: #ffc107 !important;
}

.avaliacao-page .custom-control-label {
	cursor: pointer;
}

.avaliacao-page .custom-control-input:checked~.custom-control-label::before {
	background-color: #279ff5;
	border-color: #279ff5;
}

.avaliacao-page .equipe-table {
	margin-bottom: 0;
	color: #495057;
}

.avaliacao-page .equipe-table thead th {
	color: #5c6873;
	background: #f7f9fb;
	border-bottom-width: 1px;
	font-size: 0.75rem;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	vertical-align: middle;
}

.avaliacao-page .equipe-table td {
	vertical-align: middle;
}

.avaliacao-page .badge {
	padding: 0.4em 0.65em;
	border-radius: 20px;
	font-weight: 600;
}

.avaliacao-page .avaliacao-indicador-card .card-body {
	display: flex;
	min-height: 88px;
	flex-direction: column;
	justify-content: center;
}

.avaliacao-page .avaliacao-nota-card {
	color: #fff;
	background: linear-gradient(135deg, #279ff5, #238bd5);
	border-color: transparent;
}

.avaliacao-page .template-section {
	margin-bottom: 22px;
}

.avaliacao-page .section-number {
	display: inline-flex;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
	color: #168fe4;
	background: rgba(39, 159, 245, 0.11);
	border-radius: 50%;
	font-weight: 700;
}

.avaliacao-page .resource-card {
	height: 100%;
	padding: 14px;
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 11px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.avaliacao-page .resource-card:hover,
.avaliacao-page .resource-card.active {
	color: #168fe4;
	background: rgba(39, 159, 245, 0.05);
	border-color: rgba(39, 159, 245, 0.55);
}

.avaliacao-page .resource-card input {
	margin-right: 8px;
}

.avaliacao-page .dynamic-card,
.avaliacao-page .item-escala {
	padding: 16px;
	margin-bottom: 12px;
	background: #fbfcfd;
	border: 1px solid #e4e9ee;
	border-radius: 11px;
}

.avaliacao-page .drag-label {
	margin-right: 8px;
	color: #9aa6b2;
}

.avaliacao-page .empty-state {
	padding: 25px;
	color: #7b8794;
	text-align: center;
	background: #fbfcfd;
	border: 1px dashed #cbd4dc;
	border-radius: 11px;
}

.avaliacao-page .small-help {
	color: #778195;
	font-size: 12px;
}

.avaliacao-page .sticky-actions {
	position: sticky;
	bottom: 0;
	z-index: 20;
	padding: 14px 0;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid #e4e9ee;
}

.avaliacao-page .conditional-block.d-none {
	display: none !important;
}

.dark-mode .avaliacao-page .card,
.dark-mode .avaliacao-page .card-header,
.dark-mode .avaliacao-page .resource-card,
.dark-mode .avaliacao-page .dynamic-card,
.dark-mode .avaliacao-page .item-escala {
	color: #dee2e6;
	background: #343a40;
	border-color: #495057;
}

.dark-mode .avaliacao-page .equipe-section-title,
.dark-mode .avaliacao-page .avaliacao-header h3 {
	color: #f8f9fa;
}

.dark-mode .avaliacao-page .avaliacao-header {
	color: #dee2e6;
	background: rgba(39, 159, 245, 0.1);
	border-color: rgba(39, 159, 245, 0.28);
}

@media (max-width: 767.98px) {

	.avaliacao-page .card-header,
	.avaliacao-page .card-body,
	.avaliacao-page .avaliacao-header {
		padding: 16px;
	}

	.avaliacao-page .avaliacao-elemento {
		margin-left: 0 !important;
	}

	.avaliacao-page .avaliacao-actions {
		gap: 12px;
	}

	.avaliacao-page .avaliacao-actions>div {
		display: flex;
		width: 100%;
		gap: 8px;
	}

	.avaliacao-page .avaliacao-actions .btn {
		flex: 1;
		margin-right: 0 !important;
	}
}


.avaliacao-bloco {
	border: 1px solid #e5e8ed;
	border-radius: 12px;
	margin-bottom: 16px;
	padding: 16px;
}

.avaliacao-bloco:last-child {
	margin-bottom: 0;
}

.avaliacao-bloco-estrela {
	justify-content: center;
	text-align: center;
	border: 1px solid #e5e8ed;
	border-radius: 12px;
	padding: 16px;
	margin: 0 8px 16px;
}


.avaliacao-carregando {
	align-items: center;
	color: #6c757d;
	display: flex;
	justify-content: center;
	min-height: 140px;
}

.avaliacao-vazio {
	background: #f8f9fa;
	border: 1px dashed #cfd4da;
	border-radius: 12px;
	color: #6c757d;
	padding: 32px 18px;
	text-align: center;
}

.criterio-estrelas {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8px;
	width: 100%;
}

.criterio-estrelas-botoes {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
}

.criterio-estrela {
	background: transparent;
	border: 0;
	color: #d7dbe0;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	padding: 2px;
	transition: color .15s ease, transform .15s ease;
}

.criterio-estrela:hover,
.criterio-estrela:focus {
	outline: none;
	transform: scale(1.08);
}

.criterio-estrela.is-active {
	color: #f5b301;
}

.criterio-nota-texto {
	display: block;
	text-align: center;
}


.template-etapa {
	border: 1px solid #e6e9ee;
	border-radius: 12px;
	margin-bottom: 18px;
	overflow: hidden;
}

.template-etapa-cabecalho {
	align-items: center;
	background: #f8f9fb;
	border-bottom: 1px solid #e6e9ee;
	display: flex;
	gap: 12px;
	padding: 14px 18px;
}

.template-etapa-numero {
	align-items: center;
	background: var(--primary, #4054b2);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	min-width: 30px;
	width: 30px;
}

.template-etapa-conteudo {
	padding: 18px;
}

.template-opcao {
	border: 1px solid #e3e6eb;
	border-radius: 10px;
	cursor: pointer;
	height: 100%;
	padding: 14px;
	transition: border-color .15s ease, background .15s ease;
}

.avaliacao-composicao-intro {
	background: #f8fafc;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	margin-top: 20px;
	padding: 18px;
}

.avaliacao-grupo-cabecalho {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.avaliacao-grupo-icone {
	align-items: center;
	background: #e3e8ef;
	border-radius: 9px;
	color: var(--primary);
	display: flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
}

.avaliacao-grupo-cabecalho h6 {
	color: #243447;
	font-size: 15px;
	margin: 0 0 3px;
}

.avaliacao-grupo-cabecalho p {
	font-size: 13px;
	margin: 0;
}

.avaliacao-divisor-grupos {
	border-top: 1px solid #dfe5ec;
	margin: 28px 0 22px;
}

.template-item-configuracao {
	background: #fff;
	border: 1px solid #dfe5ec;
	border-left: 4px solid #c8d0da;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(20, 35, 55, .04);
	margin-bottom: 14px;
	overflow: hidden;
	padding: 16px;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.template-item-configuracao:hover {
	border-color: #b8c6d8;
	box-shadow: 0 3px 10px rgba(20, 35, 55, .08);
}

.template-item-configuracao.is-selected {
	background: #fbfdff;
	border-color: #8eb4e8;
	border-left-color: #2f6fca;
}

.template-item-configuracao>.custom-control {
	min-height: 30px;
	padding-right: 90px;
	position: relative;
}

.template-item-configuracao>.custom-control::after {
	background: #eef1f5;
	border-radius: 20px;
	color: #667384;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 4px 9px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: -2px;
}

.criterio-item>.custom-control::after {
	content: 'Critério';
}

.campo-item>.custom-control::after {
	content: 'Campo';
}

.template-item-configuracao.is-selected>.custom-control::after {
	background: #e5f0ff;
	color: #2863ad;
}

.template-item-configuracao .custom-control-label>strong {
	color: #243447;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	padding-right: 4px;
}

.template-item-configuracao .custom-control-label>small {
	line-height: 1.45;
	margin-top: 4px;
}

.template-item-detalhes {
	background: #f7f9fc;
	border: 1px solid #e4e9f0;
	border-radius: 8px;
	margin-top: 15px;
	padding: 15px 15px 5px;
}

.template-item-detalhes label {
	color: #536174;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
}

.template-item-detalhes .form-control {
	background-color: #fff;
}

.template-item-configuracao:not(.is-selected) .template-item-detalhes {
	display: none;
}

.template-etapa-cabecalho[data-etapa-toggle] {
	align-items: center;
	cursor: pointer;
	display: flex;
	transition: background-color .2s ease;
	user-select: none;
}

.template-etapa-cabecalho[data-etapa-toggle]:hover {
	background-color: rgba(47, 111, 202, .04);
}

.template-etapa-toggle-icone {
	align-items: center;
	border-radius: 50%;
	color: #667384;
	display: flex;
	flex: 0 0 32px;
	height: 32px;
	justify-content: center;
	margin-left: auto;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.template-etapa:not(.is-collapsed) .template-etapa-toggle-icone {
	color: #667384;
	transform: rotate(180deg);
}

.template-etapa.is-collapsed>.template-etapa-conteudo {
	display: none;
}

@media (max-width: 767.98px) {
	.avaliacao-composicao-intro {
		padding: 14px;
	}

	.template-item-configuracao>.custom-control {
		padding-right: 0;
	}

	.template-item-configuracao>.custom-control::after {
		display: inline-block;
		margin: 8px 0 0 24px;
		position: static;
	}

	.template-item-detalhes {
		padding: 14px;
	}
}