/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/loading-indicator/loading-indicator.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.loading-indicator_fullScreenLoading__3Jk8H {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.loading-indicator_spinner__p5J4k {
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: loading-indicator_spin__XmIVy 0.75s linear infinite;
}

@keyframes loading-indicator_spin__XmIVy {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

