body {
  position: relative;
}

.loading-animation-container {
  position: fixed;
  min-height: calc(100% - 56px);
  z-index: 2000000000;
}
@media screen and (max-width: 993px) {
  .loading-animation-container {
    min-width: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .loading-animation-container {
    min-width: calc(100% - 98px);
    margin-left: 98px;
  }
}

.preloading-animation-container {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  z-index: 2000000000;
}

#preloading-animation-container.preloading-animation-container {
  display: none;
  background-color: transparent;
}


#loading-animation-container.loading-animation-container {
  display: none;
  background-color: rgba(50, 50, 50, .5);
}

#sandbox-animation-container.loading-animation-container {
  display: none;
  background-color: transparent;
}
