/* Angular CSP CSS - Required when using ng-csp directive */
/* This file provides CSS classes that Angular normally injects dynamically */
/* With CSP enabled, dynamic CSS injection is blocked, so we load this file */

/* ng-hide: Used by ng-show/ng-hide directives */
.ng-hide {
  display: none !important;
}

/* ng-cloak: Prevents flash of uncompiled content */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* ng-animate classes for transitions */
.ng-animate-shim {
  visibility: hidden;
}

.ng-anchor {
  position: absolute;
}
