@charset "UTF-8";
@import "~@jereation/sass-helpers/_mixins";


[ng-cloak] .ng-cloak {
  display: none;
}

html, body {
  @include user-select(inherit !important);
}
