/* Estilos personalizados para SweetAlert2 */
.swal2-popup {
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
  padding: 2em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.swal2-title {
  color: #00529b;
  font-weight: 600;
  font-size: 1.5em;
}

.swal2-html-container {
  color: #333;
  font-size: 1.1em;
}

/* Estilos para los diferentes tipos de alertas */
.swal2-icon.swal2-success {
  border-color: #28a745;
  color: #28a745;
}

.swal2-icon.swal2-error {
  border-color: #dc3545;
  color: #dc3545;
}

.swal2-icon.swal2-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.swal2-icon.swal2-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

/* Estilos para los botones */
.swal2-confirm {
  background-color: #00529b !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  padding: 10px 24px !important;
}

.swal2-confirm:hover {
  background-color: #003d7a !important;
  transform: translateY(-2px);
}

.swal2-cancel {
  background-color: #6c757d !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
}

.swal2-deny {
  background-color: #dc3545 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
}
