/* SweetAlert - theo brand Beveraco */
.swal2-popup {
  padding: 18px 22px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-family: inherit !important;
}

.swal2-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--tp-heading-primary) !important;
  margin-bottom: 6px !important;
}

/* Icon nhỏ hơn, tinh tế */
.swal2-icon {
  transform: scale(0.7) !important;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

/* Viền icon theo màu brand */
.swal2-icon.swal2-success {
  border-color: #49a929 !important;
  color: #49a929 !important;
}
.swal2-icon.swal2-warning,
.swal2-icon.swal2-error {
  border-color: #0a509f !important;
  color: #0a509f !important;
}

/* Progress bar theo màu brand */
.swal2-timer-progress-bar {
  background-color: var(--tp-heading-primary) !important;
  height: 3px !important;
  border-radius: 20px !important;
}
