body,
html {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Lato';
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #323232;
    opacity: 0.9;
    z-index: 30;
}

.pre-loading-layout {
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
  justify-content: center;
  background:#f2f2f2;
}

.pre-loading-header{
  height: 52px;
  background: #343434;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 10px;
  text-align: left;
  display: flex;
  align-items: center;
}

.pre-loading-header img{
  width: 100px;
}


.overhide {
  overflow: hidden;
}
