:root {
  --sk-size: 64px;
  --sk-color: #e8e2d9;
}
.preloader {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #477c9a !important; */
}
[dir] .preloader {
  background: #7e1416 !important;
}
