/* ---- Steps --------------------------------------------------------------------------------- */
.steps-wrap .step-item {
	display: none;
}
.steps-wrap[data-step="1"] .step-1,
.steps-wrap[data-step="2"] .step-2,
.steps-wrap[data-step="3"] .step-3 {
	display: block;
}
/* ---- Steps --------------------------------------------------------------------------------- */

/* ---- Formularios --------------------------------------------------------------------------- */
.box-form {
	max-width: 746px;
}
/* ---- Formularios --------------------------------------------------------------------------- */

/* ---- Estado Solicitud ---------------------------------------------------------------------- */
.box-estado {
	background-color: #F4F4F7;
}
.box-estado::before {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	min-width: 16px;
	border-radius: 50%;
	margin-right: 4px;
}
.box-estado[data-estado="analisis"]::before, .box-estado[data-estado="espera"]::before {
	background-color: #FFC71E;
}
.box-estado[data-estado="rechazado"]::before {
	background-color: #FD3A4A;
}
.box-estado[data-estado="aprobado"]::before {
	background-color: #33CC9E;
}
.box-estado[data-estado="procesado"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill-rule='evenodd' d='M11.405 2.845a.75.75 0 0 1 0 1.061L5.03 10.28a.75.75 0 0 1-1.061 0l-3-3A.75.75 0 0 1 2.03 6.22l2.47 2.47 5.845-5.845a.75.75 0 0 1 1.061 0z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #33CC9E;
}

.box-estado::after {
	content: '';
	display: block;
}
.box-estado[data-estado="analisis"]::after {
	content: 'Recepcionado - En análisis';
}
.box-estado[data-estado="espera"]::after {
	content: 'Regularizar documentación - En espera';
}
.box-estado[data-estado="rechazado"]::after {
	content: 'Solicitud rechazada - IMEIs no bloqueados';
}
.box-estado[data-estado="aprobado"]::after {
	content: 'Solicitud Aprobada - En ejecución';
}
.box-estado[data-estado="procesado"]::after {
	content: 'Solicitud procesada - IMEIs bloqueados';
}
/* ---- Estado Solicitud ---------------------------------------------------------------------- */

/* ---- Helpers ------------------------------------------------------------------------------- */
.wom .nav-tabs .nav-link:not(.active):hover {
	color: white !important;
}
/* ---- Helpers ------------------------------------------------------------------------------- */