.loadingScreen {
  position: fixed;
  z-index: 999999;
  inset: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgb(0 0 0 / 20%);
}

::ng-deep .mat-progress-spinner circle {
  stroke: white;
}
