
.my-custom-modal{
    width: 300px; 
    height: 220px;
   }

  .my-custom-title {
    font-size: 18px; 
  }
  
  .my-custom-button {
    width: 50px;
    height: 35px;
    margin-top: -2px;
  }

  
  .my-custom-icon {
    font-size: 14px; 
  }

  /* Elimina el borde predeterminado del botón OK de SweetAlert2 */
.swal2-confirm:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}



.swal2-popup {
  font-family: 'Arial', sans-serif;
}