/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/ui/src/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  margin: 0;
  font-family: var(--se-font);
}

a {
  display: inline-block;
  color: var(--se-link);
}

.se-fe-page__content.se-fe-page__content--full-width {
  max-width: 1440px !important;
  margin: 0 !important;
}

.loading-spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
}

@keyframes seSpin {
  to {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  animation: seSpin 0.6s linear infinite;
  color: var(--se-spinner);
}

.primary-path {
  stroke-width: 0;
  fill: currentColor;
}

/*# sourceMappingURL=styles.f4dedf6f405a3e34.css.map*/