.courseStatusMap {
  background: url(../img/base.png);
  background-size: contain;
  border: 1px solid #9b9b9b;
  height: 757px;
  position: relative;
  -webkit-transform: all 200ms;
          transform: all 200ms;
  width: 800px;
}
.courseStatusMap_img, .courseStatusMap_course, .courseStatusMap_lift {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.courseStatusMap_course {
  z-index: 10;
}

.courseStatusMap_lift {
  z-index: 20;
}

.courseStatusMap_text {
  z-index: 100;
}

.courseStatusMap::before {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  width: 100%;
  z-index: 200;
}

.courseStatusMap::after {
  background: url(../img/text.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.courseStatusMap.isLoading::before {
  background-color: rgba(0, 0, 0, 0.65);
}

.courseStatusMap .loader,
.courseStatusMap .loader:before,
.courseStatusMap .loader:after {
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  z-index: 300;
}

.courseStatusMap .loader {
  color: #ffffff;
  font-size: 10px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateZ(0) translate(-50%, -50%);
  -ms-transform: translateZ(0) translate(-50%, -50%);
  top: 50%;
  transform: translateZ(0) translate(-50%, -50%);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.courseStatusMap .loader:before,
.courseStatusMap .loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.courseStatusMap .loader:before {
  left: -2.25em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.courseStatusMap .loader:after {
  left: 2.25em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}


@media (max-width: 767px) {
  .courseStatusMap {
  height: 327px;
  width: 345px;
}
}
/*# sourceMappingURL=courseStatusMap.css.map */