/* SweetAlert2 — tema oscuro Shirley V Nails */
.swal2-popup {
  background: #12121a !important;
  color: #f8f9fa !important;
  border: 1px solid rgba(255, 79, 160, 0.35);
  border-radius: 12px;
}

.swal2-title,
.swal2-html-container {
  color: #f8f9fa !important;
}

.swal2-close {
  color: #b8b8c4 !important;
}

.swal2-close:hover {
  color: #ff8ccf !important;
}

.swal2-confirm {
  background: linear-gradient(135deg, #ff4fa0, #ff8ccf) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 0.5rem 1.2rem rgba(255, 105, 180, 0.45);
}

.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(255, 79, 160, 0.35) !important;
}

.swal2-cancel {
  background: #2a2a36 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #b8b8c4 !important;
}

.swal2-cancel:hover {
  background: #353545 !important;
  color: #f8f9fa !important;
}

.swal2-icon.swal2-warning {
  border-color: #ffc107 !important;
  color: #ffc107 !important;
}

.swal2-icon.swal2-warning .swal2-icon-content {
  color: #ffc107 !important;
}

.swal2-icon.swal2-success {
  border-color: #75d99a !important;
  color: #75d99a !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #75d99a !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(117, 217, 154, 0.35) !important;
}

.swal2-icon.swal2-error {
  border-color: #ff6b7a !important;
  color: #ff6b7a !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #ff6b7a !important;
}

.swal2-icon.swal2-question {
  border-color: #ff8ccf !important;
  color: #ff8ccf !important;
}

.swal2-icon.swal2-question .swal2-icon-content {
  color: #ff8ccf !important;
}

.swal2-timer-progress-bar {
  background: rgba(255, 79, 160, 0.65) !important;
}

.swal2-footer {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
  color: #b8b8c4 !important;
}
