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

.styles_loader__UbWUm {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.styles_loader__UbWUm div {
  position: absolute;
  border: 4px solid #3892b8;
  opacity: 1;
  border-radius: 50%;
  animation: styles_animation__uKAjO 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.styles_loader__UbWUm div:nth-of-type(2) {
  animation-delay: -0.5s;
}

@keyframes styles_animation__uKAjO {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

