.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
  z-index: 1111;
  overflow: hidden;
  left: 0;
  top: 0;
}

.loader-block {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
  overflow: hidden;
}

.loader-overlay {
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-color: rgba(0, 0, 0, .3);
}

.loader-fixed {
  height: 100vh;
  position: fixed;
}

.loader {
  position: relative;
  width: 3rem;
  height: 3rem;
  /* background-color: rgba(0, 0, 0, 0.9); */
  /* -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24); */
  border-radius: .5rem;
  z-index: 1000;
}
