html, body {
    height: 100%;
    margin: 0;
  }

.text_btn_iconos{
    color: white;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.div_btn_iconos{
    background: #F6F4F9;
    padding: 15px;
    gap: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_div_btn{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 2fr);
    grid-template-rows: repeat(4, 1fr);
}
.splin_text_btn_icono{
    font-size: 11px;
    text-align: center;
    font-weight: 600;
}
.contenedor_principal{
    display: flex;
    width: 100%;
    min-height: 100%;
    height: auto;
}
.column_general {
    flex-direction: column;
    display: flex;
    height: 100vh;
}
  
.column_general.left_col {
    flex: 1;
    background-color: rgb(255, 255, 255);
    padding: 25px 15px 25px 15px;
}

.column_general.center_col {
    flex: 2;
    background-color: #F6F4F9;
    border-right: 2px solid #d5d2d9;
}

.column_general.right_col {
    flex: 1;
    background-color: #F6F4F9;
}
  
.column_general.left_col,
.column_general.center_col,
.column_general.right_col {
  min-height: 100%;
  height: auto;
}
.opciones_contenedors{
  display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.icono_x_opciones{
  position: absolute;
    right: 25px;
    font-size: 15px;
    color: black;
    font-weight: 900;
}
.div_izquierdo_formulario{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.input_form_general{
    width: 100%;
    border-radius: 5px;
    background: #EBEEF7;
    border: 0;
    padding: 10px;
    color: #232323;
    font-weight: 500;
}
.input_form_general::placeholder {
    color: #B1B7CE;
}
.texto_titulo_izq{
    font-size: 15px;
    font-weight: 600;
    color: #B0B4CE;
    margin-bottom: 0;
}
.div_btn_izquierda{
    padding: 4px;
    background: #F5F9FA;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.btn_izq_formulario{
    width: 120px;
    border: 0;
    background: #F5F9FA;
    color: #7F8181;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px;
}
.div_opciones{
  min-width: 48.5%;
}
.btn_izq_formulario_activa{
    color: #0C0C0C !important;
    background: #fff !important;
}
.titulo_componentes{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.div_central{
    min-height: 100%;
}
.dropzone_contenedor{
    height: auto;
    min-height: 300px;
    border: 2px dashed #9AABCD;
    border-radius: 20px;
    min-width: 90%;
    padding-right:0 !important;
}
.div_central .col-md-5 {
    padding-left: 0px !important;
}
.form_builder_field{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100% !important;
  border: 2px solid #063E88;
}
.circulo_mas{
    background: #e1dee7;
}
.linea-con-circulo {
    width: 100%;
    height: 3px;
    background-color: #e1dee7;
    position: relative;
  }
  
  .linea-con-circulo::after {
    content: "+";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e1dee7;
    text-align: center;
  }
  .flex_class{
    flex:4% !important;
  }
.btn_vista_previa{
    font-size: 25px;
    width: 45px;
    padding: 0 !important;
}
#mostrar_previa{
  display:none;
}
.div_btn_configuracion_form{
  min-width: 100%;
  margin: 10px 0px;
  background: transparent;
  border: 1px solid #2c4597;
  padding: 7px;
  font-size: 16px;
  color: #2c4597;
  border-radius: 7px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.div_btn_configuracion_form:hover{
  background: #2c4597;
  color: #fff;
}
.btn_acciones_form_derecha{
    height: 40px;
    background: transparent;
    border: 1px solid #2c4597;
    color: #2c4597;
    border-radius: 0.25rem;
}
.btn_acciones_form_derecha:checked {
    background: #2c4597;
}
.btn_acciones_form_derecha:hover{
    background: #2c4597;
    color: #fff;
}
.contenedor_derecho_from{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    height: auto;
    min-height: 100%;
}
.contenedor_formulario_principal_derecho{
    flex-direction: column;
    padding: 0 20px;
    display: flex;
    min-height: 80%;
}
.div_img_derecha{
  min-height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div_img_derecha label{
  color: #000;
}
.titulo_form_derecho{
    color: #000;
    font-size: 18px;
    border-bottom: 2px solid #d5d2d9;
    padding: 0 0 5px 10px;
    font-weight: 600;
}
.mt-checkbox-list{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.btn-tertiary {
    color: #2c4597;
    padding: 0;
    line-height: 40px;
    display: block;
    text-align: left !important;
    border: 2px solid #2c4597;
    &:hover,
    &:focus {
      color: lighten(#555, 20%);
      border-color: lighten(#555, 20%);
    }
  }
  
  /* input file style */
  .badge-default{
    background: #e22d9d;
    border-color: #e22d9d;
    color: white;
  }
  .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    
    position: absolute;
    z-index: -1;
    + .js-labelFile {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0 20px;
      cursor: pointer;
      .icon:before {
        content: "\f093";
      }
      &.has-file {
        .icon:before {
          content: "\f00c";
          color: #5aac7b;
        }
      }
    }
  }
  .btn_agregar_opciones{
    min-width: 100%;
    color: #b6bed3;
  }
  .icono_ojo_pass{
    height: 30px;
    position: absolute;
    right: 15px;
    font-size: 25px;
  }
  .div_password{
    display: flex;
    align-items: center;
    position: relative;
  }
  .icon_linea{
    border-bottom: 2px solid #000;
    /* height: 40px; */
    width: 40px;
    margin: 20px;
  }
  /* .dropzone{
    background-image:none !important;
  } */
  .centrar_abierto{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .text_titulo_dropzone{
    color: #000;
    font-weight: 500;
  }
  .btn_remover_new {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    color: rgb(251, 110, 64);
    font-size: 16px;
  }
  .class_una_linea{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }
  .class_una_linea p {
    margin-bottom: 0 !important;
  }


  .radio-button {
    display: flex;
    gap: 10px;
    margin: 10px;
    position: relative;
  }
  
  .radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  
  .radio {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eeeef6;
    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
  }
  
  .radio::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background-color: #063e88;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  .radio-button input[type="radio"]:checked + .radio {
    border-color: #f2f5fc;
    transform:  #063e88;;
    background-color: #eeeef6;
  }
  
  .radio-button input[type="radio"]:checked + .radio::before {
    opacity: 1;
  }
  .form-check{
    max-height: 60px;
  }
  .custom-icon i{
    background-image: url('svg/calendar.svg');
    /* Ajusta el tamaño, posición y otros estilos según sea necesario */
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .text_label_img{
    text-align: center;
    color: #41a940;
    font-weight: 500;
  }
  input[type="checkbox"] + label:before {
    content: "";
    width: 26px;
    height: 26px;
    float: left;
    border: 2px solid #F6F4F9;
    background: #F6F4F9;
    border-radius: 5px;
    
    
  }
  input[type="checkbox"]:checked + label:after {
    content: "";
    width: 12px;
    height: 6px;
    border: 3px solid #063E88;
    
    float: left;
    margin-left: -1.3em;
    border-right: 0;
    border-top: 0;
    margin-top: 0.7em;
    transform: rotate(-55deg);
    
  }
  input[type="checkbox"] {
    display: none;
  }
  .span_opciones_che{
    margin-left: 5px;
      min-height: 100%;
  }
  .btn-outline-light{
    color: #313131 !important;
    border-color: #e7f1fb !important;  
  }
  .btn_tamano_completo{
    min-width: 100%;
  }
  .modal-content-new{
    border-radius: 1rem !important;
    
  }
  .titulo_modal_confg_form{
    color: #2c4597;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .estilo_sub_titulo_modal{
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .div_muestreo_previo_fondo{
    height: 30px;
    width: 60px;
  }
  .contenedor_muestreo_fondo{
    display: flex;
    gap: 5px;
    align-items: center;

  }
  .img_muestreo{
    object-fit: contain;
    width: 60px;
    height: 35px;
    margin-left: 5px;
  }
  .contenedor_muestreo{
    border: 2px solid #063E88;
    border-radius: 10px;
    padding: 10px;
    min-width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;

  }
  .subT_table{
    color: #063E88;
    font-weight: 600 !important;
  }
  .text_muestreo_previo{
    color: #000;
    font-weight: 500 !important;
    margin-bottom: 0px;
  }
  .icono_configuracion{
    color: #063E88;
    padding: 10px;
  }
  .btn_eliminar_img{
    padding: 6px 9px 6px 6px;
    color: #fff;
    background: #e22d9d;
    border: 0px;
    border-radius: 8px;
  }

  #contenedor_form_constructor_principal{
    background-color: white;
    margin: auto;
    padding: 30px;
    margin-top:50px;
    margin-bottom:50px;
    border-radius: 15px;
    width:50%;
    display: block;
 }
 #loader_form_constructor{
    display: none;
    background: #ffffff;
    justify-content: center;
    min-width: 100%;
    min-height: 100%;
    align-items: center;
    position: absolute;
    /* background-color: red; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
 }
 
 #logo_form_constructor{
    margin: auto;
    margin-top:60px;
    text-align: center;
    width:250px;
    display: block;
 }
 #img_logo_form_constructor {
    width: 100%;
    object-fit: contain;
 }
 footer{
    height: 20px;
 }
 .div_img_form{
  display: flex;
  justify-content: center;
 }
 .img_formulario_logo{
    height: 50px;
    object-fit: contain;
    width: 100px;
 }
 .img_formulario_logo_LP{
  height: 100px;
  object-fit: contain;
  width: 150px;
}
 .contenedor_formulario_ter
 {
  padding: 80px 30%;
 }
 .body_css
 {
  position: relative;
  padding-top: 0px !important;
  padding-bottom:0px !important;
 }
 .svgImage
 {
  height: 40px;
 }
 .etiqueta
 {
  height: 30px;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
 }
 @media (max-width: 1000px) {

  .contenedor_formulario_ter
  {
    padding: 40px 2% !important;
  }

 }
 /* @media (max-width: 1000px) {
  .contenedor_formulario_ter
  {
   padding: 80px 20%;
  }
 } */
 /* @media (max-width: 700px) {
  .contenedor_formulario_ter
  {
   padding: 40px 0;
  }
 } */
 .central_titulo_formulario
 {
  align-items: center;
  text-align: center;
 }
 .izquierda_titulo_formulario
 {
  align-items: center;
  text-align: left;
 }
 .derecha_titulo_formulario
 {
    text-align: right  !important;
 }
 .italic-text {
  font-style: italic;
}
.div_contenedor_estilo_texto
{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* -----------------------------taginput----------------------------- */

.tag-container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 5px;
}

.tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

tag-input::placeholder { color: #b1b8cf}

/*------------------------------------------------------------------*/
.acordeon {
  min-width: 100px;
  color: black;
  background-color: white;
  /* margin: 15px; */
}
.acordeon .contenedor {
  position: relative;
  margin: 10px 10px;
}

/* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */

.acordeon .etiquetaA {
  position: relative;
  padding: 10px 0;
  font-size: 17px;
  color:#2c4597;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dashed #000;
}
/* Posiciona el signo más a 5px de la derecha. Lo centra utilizando la propiedad transform. */

.acordeon .etiquetaA::before {
  content: '+';
  color: #2c4597;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

/* Oculta el contenido (altura: 0), disminuye el tamaño de la fuente, justifica el texto y añade la transición */

.acordeon .contenido_accordion {
  position: relative;
  background: white;
  height: 0;
  font-size: 13px;
  text-align: justify;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

/* Añade una línea horizontal entre los contenidos */

.acordeon hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}
/* Muestra la parte de contenido cuando está activa. Establece la altura */

.acordeon .contenedor.activa .contenido_accordion {
  height: 200px;
}

/* Cambia de signo positivo a negativo una vez activado */

.acordeon .contenedor.activa .etiquetaA::before {
  content: '-';
  font-size: 30px;
}
.subtitulo_acordion
{
  font-size: 12px;
  font-weight: 500;
  color: #B0B4CE;
  margin-bottom: 0;
  margin: 5px 0;
}
