/** @format */
/* Contenedor de la barra */
.progress-container {
  width: 70%;
  margin: 12px 0 0 0;
}
.progress_step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
/* Secciones individuales */
.progress-section {
  flex: 1;
  background-color: #e0e0e0;
  height: 100%;
  margin: 0 2px;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}
.progress-section:first-child {
  margin-left: 0;
  /* Sin margen al inicio */
}
.progress-section:last-child {
  margin-right: 0;
  /* Sin margen al final */
}
/* Sección activa */
.progress-section.active {
  background-color: #f90;
  /* Color del progreso */
}
span.recaptcha-text {
  font-size: 0.8125rem;
}
.referredNONE {
  display: none !important;
}
.suggent {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  border: 1px solid #ccc;
  border-color: #aec3ff;
  display: none;
}
.suggent li {
  padding: 8px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.suggent li:hover {
  background-color: #f0f0f0;
  border-color: #aec3ff;
}
.contentstep {
  height: 74vh;
  overflow-y: auto;
  /* margin-bottom: 60px; */
  padding: 12px 12px 7px 12px !important;
}
.select2-container--bootstrap-5 .select2-selection {
  font-size: inherit;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: inherit;
}
.ui-widget-header {
  background: #0d6efd;
  border-radius: 5px;
}
.input-group {
  display: block;
}
.input-group > .form-control {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contentstep {
    height: 85vh;
    top: 33px;
    position: relative;
  }
  .progress-container {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .grecaptcha-badge {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .contentstep {
    height: 85vh;
    top: 33px;
    position: relative;
    padding: 0 !important;
  }
  .progress-container {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .grecaptcha-badge {
    display: none !important;
  }
}
.wizard ul {
  padding: 10px !important;
}
.selectelement {
  background-color: #e6e6e600 !important;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.level-opn {
  display: none !important;
}
.step_label_process {
  font-size: 14px;
  display: flex;
  justify-content: center;
  width: 70%;
  margin-top: 7px;
}
#wizard_container {
  height: calc(100vh - 150px);
  max-width: 1010px;
}
@media (max-width: 767px) {
  #wizard_container {
    margin: 0;
    height: 100vh;
    overflow: auto;
  }
  .container-fluid.d-flex.flex-column.my-auto.py-3 {
    padding: 0 !important;
    margin: 0;
  }
  #middle-wizard {
    margin-left: 0;
    padding: 14px 7px;
  }
  #top-wizard {
    width: 100%;
    position: absolute;
    top: 0;
    margin-left: 0%;
  }
  .ui-widget-header {
    background: #0d6efd;
    border-radius: 0px;
  }
  .opcionlevel {
    margin-top: 11px;
    margin-right: 11px;
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
  }
  #bottom-wizard {
    position: fixed;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 7px;
  }
  .step_label_process {
    font-size: 14px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 7px;
  }
  .progress-container {
    width: 100%;
    margin: 12px 0 0 0;
  }
}
.drepeater > .group_div {
  display: flex;
}
.group_div > .controls {
  width: 100%;
  margin-right: 20px;
}
.tippy-tooltip.tomato-theme {
  background-color: white;
  color: yellow;
}
.card-tips {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 8px;
  width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card-title-tips {
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
}
.card-text-tips {
  font-size: 14px;
  color: #555;
}
.tippy-content {
  padding: 0;
  -webkit-box-shadow: 0 0 6px 0 #aaa2a2;
  -moz-box-shadow: 0 0 6px 0 #aaa2a2;
  box-shadow: 0 0 2px 0 #aaa2a2;
  border-radius: 4px;
  padding-top: 10px;
}
.ti-info-square-rounded {
  position: relative;
  z-index: 100;
}
.tippy-arrow {
  border-bottom-color: #ffffff !important;
  border-top-color: #ffffff !important;
}
/* Ajuste del contenedor de Select2 */
.form-floating .select2-container--bootstrap-5 {
  height: auto;
  padding: 0;
}
/* Compatibilidad con el label flotante */
.form-floating .select2-container--bootstrap-5 .select2-selection {
  height: calc(3.5rem + 2px);
  /* Altura similar a un input */
  padding: 0.5rem 1rem;
  /* Margen interno */
  display: flex;
  align-items: center;
  /* Centrar texto verticalmente */
}
/* Ajuste cuando el label está activo */
.floating-active {
  transform: translateY(-0.5rem) scale(0.85);
  /* Flotación */
  opacity: 0.65;
  /* Transparencia del label flotante */
}
/* Mantener la alineación del texto seleccionado */
.select2-container--bootstrap-5 .select2-selection__rendered {
  line-height: 1.5;
  padding: 0;
  /* Sin padding adicional */
}
/* Ocultar placeholder para alineación */
.select2-container--bootstrap-5 .select2-selection__placeholder {
  opacity: 0;
  /* Oculta el placeholder cuando se selecciona un valor */
}
/* Mostrar placeholder si no hay selección */
.select2-container--bootstrap-5 .select2-selection__rendered:empty::after {
  content: attr(data-placeholder);
  /* Usar el placeholder del atributo */
  opacity: 0.65;
  /* Similar al label flotante */
}
.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 0.75rem;
  /* Ajuste de padding */
  background: none;
  /* Elimina cualquier fondo */
}
.select2-container .select2-selection--single .select2-selection__clear {
  background: none;
}
.form-floating
  .select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered,
.form-floating .form-control::after,
.form-floating .form-control::before,
.form-floating .form-control::placeholder,
.form-floating .form-control {
  color: #605c5c !important;
  padding-top: 14px;
  padding-left: 13px;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5;
}
.form-group.ui-sortable-handle {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
tags.tagify.form-control {
  --bs-border-width: auto;
}
.menu_raity {
  width: 100%;
  height: -webkit-fill-available;
  background-color: #f1f1f103;
  padding: 10px;
  border-radius: 0;
  overflow-y: auto;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.menu_raity li {
  list-style-type: none;
  padding: 8px !important;
  margin: 3px 0;
  background-color: #fffbfb;
  border-radius: 2px;
  cursor: pointer;
}
.menu_raity li:hover {
  background-color: #9b65b8;
  color: white;
}
li.linkv.active {
  background: #733594;
  color: white;
  background: linear-gradient(103deg, #9b65b8 0%, #c786e9 65%, #d28df7 100%);
}
.form-floating > textarea {
  height: auto !important;
}
.mc_tips {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
}
#email-error {
  background: antiquewhite;
  border-radius: 5px;
  padding: 4px;
  text-align: center;
  margin-top: 4px;
  font-weight: 600;
  font-size: 15px;
}
input.error {
  border: 1px solid red !important  ;
}
div#loading {
  text-align: center;
  margin: 2px;
  color: #494949;
}
