#global-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

#global-loader.active {
  display: flex;
}

#global-loader .spinner-border {
  width: 3rem;
  height: 3rem;
}
