/**
 * @file
 * Visual styles for comments in Bartik.
 */

.alert-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  z-index: 9999;
}
.toast-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}