.swal2-confirm {
  background-color: var(--accent) !important;
  color: var(--text-black) !important;
  border-radius: var(--default-border-radius) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  box-shadow: none !important;
}

.swal2-timer-progress-bar {
  background-color: var(--accent);
}
.swal2-popup {
  background: #222 !important;
  background: radial-gradient(circle, #393e41, #222) !important;
  color: var(--text) !important;
  border: 3px solid var(--light-border);
  border-radius: var(--default-border-radius);
}

.swal2-popup.swal2-toast .swal2-close {
  align-self: start;
}
