@charset "utf-8";

.uiContent-fix[_ngcontent-ng-c591014476] { display: flex; flex: 1 1 0%; }

.wizard-container[_ngcontent-ng-c591014476] { height: 100%; }

.angular-loader[_ngcontent-ng-c591014476] { height: 4px; width: 100%; position: relative; overflow: hidden; background-color: rgb(221, 221, 221); }

.angular-loader[_ngcontent-ng-c591014476]::before { display: block; position: absolute; content: ""; left: -200px; width: 200px; height: 4px; background-color: rgb(41, 128, 185); animation: 2s linear 0s infinite normal none running _ngcontent-ng-c591014476_loading; }

@keyframes _ngcontent-ng-c591014476_loading { 
  0% { left: -200px; width: 30%; }
  50% { width: 30%; }
  70% { width: 70%; }
  80% { left: 50%; }
  95% { left: 120%; }
  100% { left: 100%; }
}