.swal2-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.swal2-confirm {
  background-color: var(--primary) !important;
}

.swal2-cancel {
  background-color: var(--danger) !important;
}

.swal2-confirm:hover,
.swal2-cancel:hover {
  font-weight: bold !important;
}

.swal2-checkbox {
  margin-bottom: 0 !important;
}
