.civilian-splash {
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  min-height: 100vh;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 12000;
  background-color: #fff;
}
.civilian-splash.fade {
  opacity: 0;
}
.disable-scroll {
  height: 100vh;
  overflow: hidden;
}