/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./app/loading.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loading_container__butWe {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d1f33;
}

.loading_content__d_oGy {
  text-align: center;
}

.loading_spinner__zvaOW {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.loading_dot__Gvn_y {
  width: 12px;
  height: 12px;
  background: #2C74B3;
  border-radius: 50%;
  animation: loading_bounce__j3kEK 1.4s infinite ease-in-out both;
}
.loading_dot__Gvn_y:nth-child(1) {
  animation-delay: -0.32s;
}
.loading_dot__Gvn_y:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes loading_bounce__j3kEK {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.loading_text__c_d7P {
  font-size: 12px;
  color: #5c7089;
}
