:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.disabled-span {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.dark .swal2-popup {
  --swal-bg: #1f2937;
  --swal-title-color: #d1d5db;
  --swal-text-color: #d1d5db;
  background-color: var(--swal-bg) !important;
  color: var(--swal-title-color) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.swal2-popup .swal2-actions button {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #4f46e5;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.swal2-popup .swal2-actions button:hover {
  background-color: #4338ca;
}

.swal2-popup .swal2-confirm {
  background-color: #22c55e;
}

.swal2-popup .swal2-cancel {
  background-color: #ef4444;
}

.swal2-popup .swal2-title {
  font-size: 18px;
}
.swal2-popup .swal2-html-container {
  font-size: 14px;
}

.swal2-popup .swal2-icon {
  font-size: 14px;
}

.swal2-popup .swal2-actions button {
  font-size: 14px;
}

input[type="file"] {
  transform: scaleY(0.9);
  transform-origin: center;
}

input[type="file"]::file-selector-button {
  font-size: 12px;
}
