/* Dark theme for SweetAlert2 */
.swal2-popup {
  background-color: #2c2c2c;
  color: white;
}

.swal2-title {
  color: white;
}

.swal2-actions button {
  background-color: #444;
  color: white;
  border: 1px solid #666;
}

.swal2-confirm {
  background-color: #5a5a5a;
  color: white;
}

.swal2-cancel {
  background-color: #7a7a7a;
  color: white;
}

.hide {
    display: none !important;
}

.cursor-p {
    cursor: pointer;
}