div:where(.swal2-container).swal2-center > .swal2-popup {
    padding: 20px;
}


.swal2-popup {
    font-size: 16px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.swal2-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  color: #2c3e50 !important;
}

.swal2-html-container {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 20px 0 !important;
}

.swal2-html-container p {
  font-size: 16px !important;
  margin-bottom: 15px !important;
  color: #34495e !important;
}

.swal2-html-container strong {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #2c3e50 !important;
}

.swal2-html-container .form-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
  display: block !important;
  color: #2c3e50 !important;
}

.swal2-html-container .form-control {
  font-size: 16px !important;
  padding: 12px 16px !important;
  height: auto !important;
  line-height: 1.4 !important;
  border: 2px solid #e1e8ed !important;
  border-radius: 8px !important;
  transition: border-color 0.3s ease !important;
}

.swal2-html-container .form-control:focus {
  border-color: #3498db !important;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1) !important;
  outline: none !important;
}

.swal2-html-container textarea.form-control {
  min-height: 100px !important;
  resize: vertical !important;
}

.swal2-actions {
  margin-top: 30px !important;
  gap: 15px !important;
}

.swal2-confirm,
.swal2-cancel {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 14px 28px !important;
  border-radius: 8px !important;
  min-width: 140px !important;
  height: auto !important;
  line-height: 1.4 !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
}

.swal2-confirm {
  background-color: #3498db !important;
  color: white !important;
}

.swal2-confirm:hover {
  background-color: #2980b9 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3) !important;
}

.swal2-cancel {
  background-color: #95a5a6 !important;
  color: white !important;
}

.swal2-cancel:hover {
  background-color: #7f8c8d !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(149, 165, 166, 0.3) !important;
}

.swal2-validation-message {
  font-size: 14px !important;
  margin-top: 10px !important;
  color: #e74c3c !important;
  background-color: #fdf2f2 !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  border-left: 4px solid #e74c3c !important;
}

.swal2-loading {
  border-width: 3px !important;
}

.swal2-icon {
  margin-bottom: 20px !important;
}

.swal2-popup[data-width="700px"] {
  max-width: 700px !important;
}

.swal2-popup[data-width="600px"] {
  max-width: 600px !important;
}

.swal2-html-container .form-group {
  margin-bottom: 20px !important;
}

@media (max-width: 768px) {
  .swal2-popup {
    width: 95% !important;
    margin: 10px auto !important;
    font-size: 14px !important;
  }

  .swal2-title {
    font-size: 20px !important;
  }

  .swal2-html-container {
    font-size: 14px !important;
  }

  .swal2-confirm,
  .swal2-cancel {
    font-size: 14px !important;
    padding: 12px 20px !important;
    min-width: 100px !important;
  }

  .swal2-actions {
    flex-direction: column !important;
    gap: 10px !important;
  }
}
