.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: hsla(0, 0%, 0%, 0.8);
  .spinner-border {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: calc(var(--font-size) * -1.3);
    font-size: calc(var(--font-size) * 1.3);
  }
  .text-light {
    width: 3rem;
    height: 3rem;
  }
}