/* Styles for components provided by node_modules dependencies */

/* react-confirm-alert */
.br-react-confirm-alert {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.react-confirm-alert-overlay {
  animation: none !important;
  opacity: 1 !important;
}

.react-confirm-alert-blur {
  filter: none !important;
}
