body.isIE {
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.isIE .not-supported {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Raleway Variable', Arial, sans-serif;
  color: #ff3300;
  font-size: 18px;
  line-height: 20px;
  padding: 50px;
  margin-top: -115px;
  background-color: #fff8e1;
}

.isIE .not-supported div a {
  text-align: center;
  color: #1976d2;
  padding-top: 70px;
  font-size: 14px;
  width: 100px;
  margin: 20px 10px 0;
  display: inline-block;
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
}

.isIE .not-supported div a.chrome {
  background-image: url("/assets/resources/chrome.png");
}
.isIE .not-supported div a.firefox {
  background-image: url("/assets/resources/firefox.png");
}
.isIE .not-supported div a.edge {
  background-image: url("/assets/resources/edge.png");
}
.isIE .not-supported div a.opera {
  background-image: url("/assets/resources/opera.png");
}

.isIE .loader-wrap {
  display: none;
}
