

.loader-overlay[_ngcontent-ng-c2984476691] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1029;
}
.progress-bar-container[_ngcontent-ng-c2984476691] {
  width: 200px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  overflow: hidden;
}
.progress-bar[_ngcontent-ng-c2984476691] {
  width: 0;
  height: 100%;
  background: #0d1263;
  animation: _ngcontent-ng-c2984476691_progress 2s infinite;
}
@keyframes _ngcontent-ng-c2984476691_progress {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
/*# sourceMappingURL=970f92bbe99190888b10f25446fc6597036b798eb4583309e57f5108438c1ad5.css.map */