/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/styles/header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.header_header__wFPaD {
  min-height: 100px;
}
.header_header__wFPaD nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}
.header_header__wFPaD nav a {
  color: var(--text);
  transition: all ease 0.3s;
}
.header_header__wFPaD nav a:hover {
  color: var(--secondary);
}
.header_logo__gD3Ck {
  margin-top: 12px;
}
.header_lnkAuth__y33QK {
  margin-right: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 600px) {
  .header_header__wFPaD nav a:not(.header_logo__gD3Ck, .header_auth__dLbX0, .header_lnkApp__tMPOx, .header_lnkMmenu__ksIpq),
  .header_lnkAuth__y33QK {
    display: none;
  }
  .header_menuMobile__BOFCn {
    display: inline-block;
    vertical-align: middle;
    -webkit-mask-image: url(/icons/menuMobile.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--text);
    width: 24px;
    height: 24px;
  }
  header nav a.header_logo__gD3Ck {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
  }
  .header_lnkAuthMobile__OFXay {
    margin-right: auto;
    display: flex;
    gap: 12px;
  }
  .header_auth__dLbX0 {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    position: relative;
  }
  .header_auth__dLbX0.header_active__S3Jo7 {
    background-color: var(--white);
    border: 1px solid var(--success);
  }
  .header_auth__dLbX0::before {
    content: "";
    position: absolute;
    -webkit-mask-image: url(/icons/user.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 24px;
    height: 24px;
    background-color: var(--text);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header_auth__dLbX0.header_active__S3Jo7::before {
    background-color: var(--success);
  }
  a.header_lnkApp__tMPOx {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--text);
    position: relative;
  }
  a.header_lnkApp__tMPOx:before {
    content: "";
    position: absolute;
    -webkit-mask-image: url(/icons/download.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 24px;
    height: 24px;
    background-color: var(--text);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header_buySellBox__v1_It {
    background: var(--white);
    border-radius: 16px;
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 1px solid var(--border);
  }
  .header_buySellBox__v1_It:before {
    content: "";
    background-color: var(--secondary);
    z-index: -1;
    border-radius: 16px;
    width: 90%;
    height: 100%;
    position: absolute;
    left: 12px;
    transform: rotate(-10deg);
  }
  .header_bsBox__oCxSF span {
    border-radius: 16px;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/styles/footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__17AzZ {
  display: block;
  min-height: 100px;
  width: 100%;
  border-top: 1px solid var(--border);
}
.footer_fBox__jDbTQ {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footer_fBox__jDbTQ img {
  width: max-content;
}
.footer_fContent__0UEZa {
  padding: 30px 0 !important;
  display: grid !important;
  grid-template-columns: calc(44% - 13px) 15% 15% 20% !important;
  grid-gap: 30px;
  gap: 30px;
}
.footer_lnkAccess__Y_q2r {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 65px;
}
.footer_lnkAccess__Y_q2r h5 {
  font-size: 12pt;
  margin: 0 0 10px;
}
.footer_namad__9myR_ img {
  display: inline-block;
  width: 100px;
}
.footer_namad__9myR_ .footer_namadImages__eR3Lx {
  align-items: center;
  gap: 40px;
  display: flex;
  justify-content: end;
}
.footer_social__0vHls {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 20px !important;
}
.footer_lnkBest__cmgTa {
  display: flex;
  gap: 14px;
}
.footer_lnkBest__cmgTa a {
  color: var(--text);
  transition: all ease 0.3s;
}
.footer_lnkBest__cmgTa a:hover {
  color: var(--primary);
}
.footer_media__gNwJs {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer_media__gNwJs a {
  display: contents;
}
.footer_lnkMedia__8IfEi {
  display: flex;
  gap: 6px;
}
.footer_copyRight__BrIzV {
  display: block;
  background-color: var(--text);
  text-align: center;
  width: 100%;
  padding: 12px 0;
  margin: 20px 0 0;
  color: var(--white);
}
@media screen and (min-width: 0) and (max-width: 600px) {
  .footer_fContent__0UEZa {
    max-width: 90% !important;
    grid-template-columns: 100% !important;
  }
  .footer_lnkAccess__Y_q2r {
    margin-top: 0;
  }
  .footer_footer__17AzZ .footer_namadImages__eR3Lx {
    justify-content: start;
  }
  .footer_lnkBest__cmgTa {
    flex-direction: column;
    width: 100%;
  }
  .footer_footer__17AzZ .footer_social__0vHls {
    flex-direction: column;
    gap: 30px;
  }
  .footer_footer__17AzZ .footer_media__gNwJs {
    flex-direction: column;
    text-align: center;
  }
  .footer_copyRight__BrIzV {
    font-size: 10pt;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/styles/auth.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.auth_section__eq9aM {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 100vh;
}
.auth_lSection__T7eIY {
  border-right: 2px solid var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.auth_lSection__T7eIY img {
  width: 100%;
  height: 100%;
}
.auth_formBox__SFKjq {
  padding: 20px;
}
.auth_headSec__FWhRr {
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth_headSec__FWhRr b {
  font-size: 14pt;
}
.auth_formBox__SFKjq form {
  display: flex;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.auth_history__DGTca {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid var(--text);
}
.auth_history__DGTca::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/_next/static/media/arrowFill.f00ed4bf.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-color: var(--text);
  transform: rotate(-90deg);
  top: 1px;
  left: 1px;
}
.auth_formBox__SFKjq form input-box {
  margin-top: 16px;
}
.auth_lnkProtocol__W7d9Z {
  color: var(--primary);
  font-weight: bold;
  padding-right: 6px;
}
.auth_btnAuth__UK7RB {
  width: 100%;
  color: var(--white);
}
.auth_mobileSendCode__jpP05 {
  color: var(--success);
  font-weight: 500;
  margin-top: 12px;
}
.auth_codeBox__JdbB_ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  direction: ltr;
}
.auth_codeBox__JdbB_ input {
  text-align: center;
  width: 60px;
  height: 60px;
}
.auth_changeMobile__uHcqG {
  display: flex;
  align-items: center;
}
.auth_changeMobile__uHcqG p {
  color: var(--bgText);
  border-left: 2px solid var(--primary);
  padding-left: 10px;
}
.auth_changeMobile__uHcqG a {
  padding-right: 10px;
  cursor: pointer;
}
.auth_changeMobile__uHcqG a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-mask-image: url(/_next/static/media/arrowFill.f00ed4bf.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-color: var(--text);
  transform: rotate(90deg);
}
.auth_signUpBox__prHwB {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (min-width: 0) and (max-width: 600px) {
  .auth_section__eq9aM {
    grid-template-columns: 100%;
  }
  .auth_lSection__T7eIY {
    display: none;
  }
  .auth_codeBox__JdbB_ input {
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .auth_signUpBox__prHwB {
    grid-template-columns: 100%;
  }
  .auth_formBox__SFKjq form {
    height: auto;
  }
}

