/* line 1, ../sass/progress.scss */
.shadow {
  opacity: 0.6;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 99999;
}

/* line 13, ../sass/progress.scss */
.progress {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 100000;
}

/* line 24, ../sass/progress.scss */
.company_progress {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 100000;
}
