/* line 1, app/assets/stylesheets/spinner.scss */
.spinner-modal {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
