#shell-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  transition: opacity 0.6s ease-out;
}

#shell-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

#lottie-loader {
  width: 200px;
  height: 200px;
}

.shell-route-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  width: 100%;
}

.shell-route-loader > div {
  width: 200px;
  height: 200px;
}
