/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./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;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/settings/help-and-feedback/components/help-information/styles.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_list__qga2q {
  list-style: none;
  margin: 0;
}

.styles_listItem__IJEaa {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 30px;
}

.styles_mainInfoContainer__gabkI {
  display: flex;
}

.styles_imageContainer__IuAJr {
  margin-right: 20px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/settings/help-and-feedback/styles.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__jpmDc {
  margin: 0 auto;
  padding: 0 30px 80px;
  width: 100%;
  max-width: 620px;
}

.styles_title__ITy7b {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.styles_helpInfoContainer__gGDl8 {
  padding-top: 60px;
}

.styles_buttonContainer__RrjQT {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}

.styles_feedBackFormContainer__Eu_oZ {
  margin-bottom: 20px;
}

