 /* Estilo para el área de arrastrar y soltar */
      .drop-area {
        width: 100%;
        height: 200px;
        border: 2px dashed #4CAF50;
        text-align: center;
        line-height: 200px;
        color: #4CAF50;
        margin-bottom: 20px;
       
      }
      .drop-area:hover {
        background-color: #f1f1f1;
      }

      /* Estilo personalizado para el input de archivo (hacerlo invisible pero con estilo de Onsen UI) */
      .file-input-container {
        margin-top: 10px;
        margin-bottom: 20px;
      }

      .file-input {
        display: none;
      }

      .file-label {
        display: inline-block;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
      }

      .file-label:hover {
        background-color: #45a049;
      }

      .file-preview {
        margin-top: 20px;
      }
      .custom-switch ons-switch .switch {
      	  transform: scale(0.85); /* Ajusta el tamaño del switch */
      	  transform-origin: center;
      }
      .vit{
      	 /*display: none;*/
      }