.learnerTopicsDirective {
  background: rgba(255, 255, 255, 0.7);
  color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center; }
  .learnerTopicsDirective.ng-hide-add {
    animation: 0.5s myChangeBack ease; }
  .learnerTopicsDirective.ng-hide-remove {
    animation: 0.5s myChange ease; }

/*# sourceMappingURL=LearnerTopics.css.map */