.tom-loading-container {
  display: flex;
  height: 100%;
  width: 100%;
}

.tom-loading {
  display: flex;
  margin: auto auto;
  margin-top: 20% !important;
  animation: tom-load-load 1s infinite 0s ease-in-out;
  animation-direction: alternate;
}

@keyframes tom-load-load {
  0% {
    opacity: 0.4;
    filter: blur(2px);
    letter-spacing: 6px;
  }
}
