.vivofacil-form {
  /* margin-top: 20px; */
  width: 85%;
}

.vivofacil-form .card {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.vivofacil-form .card-header {
  font-weight: bold;
  background-color: transparent !important;
}

.label-question {
  font-size: 20px;
  color: #fe5000;
}

.form-facil-title {
  color: #fe5000;
}

.btn-form-container {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
}

.btn-optener-precio {
  background-color: #fe5000;
  border-radius: 37px;
  color: white;
  height: 39px;
  margin: 5px;
}

.btn-optener-precio:hover {
  color: white;
}

.btn-go-back {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-color: #fe5000;
  border-radius: 50%;
  color: white;
  height: 39px;
  width: 40px;
  margin: 5px;
}

.btn-go-back:hover {
  color: white;
}

.form-checkbox {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 10px;
}

.form-check-input {
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
  font-size: 20px;
}

.form-check-input:checked {
  background-color: #fe5000 !important;
  border-color: #fe5000 !important;
}

.form-check-input:hover {
  background-color: #fe5000;
  border-color: #fe5000;
}

/* Estilos existentes... */

/* Mejora para la alineación de checkboxes */
.form-checkbox {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  margin-bottom: 8px;
  border-radius: 6px;
  transition: background-color 0.2s;
}

.form-checkbox:hover {
  background-color: rgba(254, 80, 0, 0.05);
}

/* Ajuste del checkbox personalizado */
.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin: 0 12px 0 0;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

/* Estilo cuando el checkbox está marcado */
.form-check-input:checked {
  background-color: #fe5000;
  border-color: #fe5000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

/* Estilo para el efecto de hover */
.form-check-input:hover:not(:checked) {
  border-color: #fe5000;
}

/* Estilo para la etiqueta */
.form-check-label {
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  margin: 0;
  padding: 2px 0;
  user-select: none;
}

/* Asegurar que el contenedor del formulario tenga un ancho adecuado */
.vivofacil-form .col-md-8 {
  max-width: 700px;
}

/* Mejor espaciado entre secciones */
.card {
  margin-bottom: 25px !important;
}

.card-header {
  padding: 15px 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.card-body {
  padding: 20px !important;
}

#no-rule-message {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 768px) {
  .vivofacil-form .col-md-8 {
    padding: 0 15px;
  }

  .form-checkbox {
    padding: 10px 12px;
  }

  .form-check-label {
    font-size: 15px;
  }
}

.product-form-view {
  display: block;
  /* overflow: hidden; */
  min-height: 350px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-form-images {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 200px;
}

.product-form-description {
  height: 300px;
  overflow: scroll;
  padding: 0px 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.suboptions-container {
  border-left: 2px solid #fe5000;
  padding-left: 15px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.parent-option {
  margin-bottom: 10px;
  font-weight: bold;
}

.main-title {
  font-weight: 700;
}

.subtitle-easylife {
  font-weight: 400 !important;
  font-family: "DIN Next Rounded LT Pro", sans-serif;
  font-size: 30px;
  color: #02648f;
  margin-bottom: 15px;
}

.product-description-easylife {
  color: #02648f;
  font-size: 16px;
  font-weight: 500;
}
