.loading-open .modal-backdrop {
  opacity: 0.8;
}

#toastsContainer {
  z-index: 1000000;
}

.toast {
  background-color: white;
}

.toast-success,
.toast-success > .toast-header > i,
.toast-success > .toast-header > strong {
  color: green;
}

.toast-error,
.toast-error > .toast-header > i,
.toast-error > .toast-header > strong {
  color: red;
}

.toast-warning,
.toast-warning > .toast-header > i,
.toast-warning > .toast-header > strong {
  color: orange;
}

.dtrg-group {
  cursor: row-resize;
}

#action-checkbox {
  margin-left: 10px;
}

.user-checkbox {
  margin-top: 8px;
}
