.dlist::-webkit-calendar-picker-indicator {
    opacity: 100;
    content: url("../img/down-arrow.png");
    height: 3px;
    padding-right: 0;
    width: 16px;
 }

 

  .form-control,  .form-select {
    border:  1px solid transparent; 
    border-bottom: 1px solid #000305 ;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
  }
  .form-control:hover,  .form-select:hover {
    border: 0.5px dashed  #000305;
  }
  .form-control:focus,  .form-select:focus {
    border: 0.5px dashed  #000305;
    box-shadow: none;
  }

button[disabled],button[disabled]:hover {
background-color: hsl(180, 1%, 74%);
  width: 80px;
  color: #2a2d2e;
}

.boton-enviar{
background-color: #59ab9b;
text-transform: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  width: 100px;
  border-width: 1px;
  padding: 10px;

}


.boton-enviar:hover{
  background-color: #2a2d2e;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  width: 100px;
  color: white;
  
}

.boton-deshabilitado {
  background-color: #2a2d2e;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  width: 100px;
  border-width: 1px;
  padding: 10px;

}
  
.dato{
  /* Estilos para campos de texto, email y contraseña */
background-color: #f7f7f7;
}