/* line 1, modules/custom/ash_util/scss/processing_indicator.scss */
.spin-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.7);
}
