/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-builders/custom-webpack/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-builders/custom-webpack/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-builders/custom-webpack/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/lfe/src/styles/loader.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.synply-loader__animation {
  animation-name: breathing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-duration: 1s;
  display: inline-block;
}

@keyframes breathing {
  0% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.9);
  }
}
.synply-loader {
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 150px;
}
.synply-loader.in-header {
  position: absolute !important;
  top: -10px !important;
  display: none;
}
@media (max-width: 600px), (max-height: 600px) {
  .synply-loader.in-header {
    display: block;
  }
}
@media (max-width: 600px), (max-height: 600px) {
  .synply-loader {
    height: 46px;
    width: 46px;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 960px) {
  .synply-loader {
    height: 46px;
    width: 46px;
    top: 10px;
    left: 10px;
  }
}
.synply-loader img {
  max-width: 100%;
  max-height: 100%;
}

.logo {
  position: fixed;
  top: 20px;
  left: 20px;
  height: 100px;
  width: 100px;
}
@media (max-width: 600px), (max-height: 600px) {
  .logo {
    height: 46px;
    width: 46px;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 960px) {
  .logo {
    height: 46px;
    width: 46px;
    top: 10px;
    left: 10px;
  }
}

.loader-container {
  background-color: var(--app-main-background);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-builders/custom-webpack/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-builders/custom-webpack/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-builders/custom-webpack/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/lfe/src/styles/custom-fonts.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Nexa";
  font-style: normal;
  font-weight: 700;
  src: url('Nexa-Bold.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss";
  font-style: normal;
  font-weight: 300;
  src: url('AtHauss-Light.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss";
  font-style: normal;
  font-weight: 400;
  src: url('AtHauss-Regular.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss";
  font-style: normal;
  font-weight: 500;
  src: url('AtHauss-Medium.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss";
  font-style: normal;
  font-weight: 600;
  src: url('AtHauss-Semibold.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss";
  font-style: normal;
  font-weight: 700;
  src: url('AtHauss-Bold.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss";
  font-style: normal;
  font-weight: 400;
  src: url('AtHauss-Retina.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss Mono";
  font-style: normal;
  font-weight: 400;
  src: url('AtHaussMono-Regular.otf') format("opentype");
}
@font-face {
  font-family: "At Haüss Mono";
  font-style: normal;
  font-weight: 500;
  src: url('AtHaussMono-Medium.otf') format("opentype");
}

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