﻿.background-tint {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  top: 0vh !important;
  left: 0vw !important;
  width: 100vw;
  height: 100vh;
  background: #111111;
  opacity: 0.85;
  z-index: 32;
  color: white;
  text-align: center;
}
.background-tint .loading-panel {
  border-radius: 35px;
  position: fixed;
  border-style: solid;
  margin-left: -150px;
  background: #222222;
  opacity: 1;
  z-index: 4;
  color: white;
  text-align: center;
  padding-top: -200px;
  top: 30% !important;
  left: 50vw !important;
  width: 300px;
  height: 123px;
}
.background-tint .loading-panel .loading-images {
  font-size: 125px;
  margin-top: -15px;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-device-width: 768px) {
  .background-tint .loading-panel .loading-images {
    -webkit-text-size-adjust: none;
  }
}