.first-loading-wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh;
  min-height: 90vh;
}

.first-loading-wrp > h1 {
  font-size: 28px;
  font-weight: bolder;
}

.first-loading-wrp .loading-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 98px;
}

.dot {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 64px;
  height: 64px;
  font-size: 64px;
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}

.dot i {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #1890ff;
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  animation: antSpinMove 1s infinite linear alternate;
}

.dot i:nth-child(1) {
  top: 0;
  left: 0;
}

.dot i:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dot i:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}

@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}


/* portal页面 */

:root {
  /* font color */
  --TextColor1: #403d3c;
  --TextColor2: #7d7675;
  --TextColor3: #b8b2b2;
  --TextColor4: #d7d4d3;
  --TextColor5: #ffffff;

  /* fill color */
  --FillColor1: #faf9f9;
  --FillColor2: #f5f3f3;
  --FillColor3: #edeaea;
  --FillColor4: #d7d4d3;
  --FillColor5: #5f5959;
  --FillColor6: #ffffff;

  /* primary color */
  --PrimaryColor10: #15084c;
  --PrimaryColor9: #230e78;
  --PrimaryColor8: #3817a6;
  --PrimaryColor7: #5224d1;
  --PrimaryColor6: #7530fe;
  --PrimaryColor5: #8559fe;
  --PrimaryColor4: #9f81fe;
  --PrimaryColor3: #bbaafe;
  --PrimaryColor2: #dad3fe;
  --PrimaryColor1: #eae7fe;

  /* border color */
  --BorderColor1: #f5f3f3;
  --BorderColor2: #edeaea;
  --BorderColor3: #e0dddc;
  --BorderColor4: #d7d4d3;
  --BorderColor5: #9c9392;
  --BorderColor6: #403d3c;

  /*新版ui设计*/
  --TextColor11: #333333;
  --TextColor12: #4f535a;
  --TextColor13: #97a0b4;
  --TextColor14: #ffffff;
  --TextColor15: #3d3d3d;

  --BorderColor11: #e3e3e3;
  --BorderColor12: #ffffff;

  --PrimaryColor11: #7530fe;
  --PrimaryColor12: #5e20d9;
  --PrimaryColor13: #8a50fc;
  --PrimaryColor14: #dbd6fa;

  --FillColor11: #000000;
  --FillColor12: #161617;
  --FillColor13: #ffd45e;
  --FillColor14: #f3f5f9;
  --FillColor15: #f5f7fd;
  --FillColor16: #f3f2fd;
  --FillColor17: #ffffff;
  --FillColor18: #ffcf4c;
  --FillColor19: #ffbb00;

  --Font: 'PingFang SC', Arial, 'Microsoft YaHei', sans-serif;
  --WeightT: 500;
  --HomeHeaderHeight: 80px;
  --PagePadding: 20px;
  --PagePaddingLarge: 40px;
}

:root:lang(zh-CN) {
  --Font: 'PingFang SC', Arial, 'Microsoft YaHei', sans-serif;
}

/* font size */
.agTitleLarge {
  font-family: 'Roboto';
  font-size: 70px;
  font-weight: 900;
}
.agTitleLarge:lang(zh-CN) {
  font-family: var(--Font);
  font-size: 60px;
  font-weight: 500;
}
.agTitleMiddle {
  font-family: 'Roboto';
  font-size: 50px;
  font-weight: 900;
}
.agTitleMiddle:lang(zh-CN) {
  font-family: var(--Font);
  font-size: 50px;
  font-weight: 500;
}
.agTitle32 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 32px;
}
.agTitleSmall {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 30px;
}
.agTitleSmall:lang(zh-CN) {
  font-family: var(--Font);
  font-weight: 500;
  font-size: 30px;
}
.agTitleNormal {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 24px;
}
.agTitleNormal:lang(zh-CN) {
  font-family: var(--Font);
  font-weight: 500;
  font-size: 24px;
}
.agTitle22 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 22px;
}
.agTitle16 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 16px;
}
.ag56 {
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
}
.ag48 {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
}
.ag40 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.ag36 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
}
.ag32 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.ag28 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
}
.ag26 {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}
.ag24-t {
  font-weight: var(--WeightT);
  font-size: 24px;
  line-height: 28px;
}
.ag24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.ag20-t {
  font-weight: var(--WeightT);
  font-size: 20px;
  line-height: 28px;
}
.ag20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.ag18-t {
  font-weight: var(--WeightT);
  font-size: 18px;
  line-height: 25px;
}
.ag18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.ag16-t {
  font-weight: var(--WeightT);
  font-size: 16px;
  line-height: 22px;
}
.ag16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.ag14-t {
  font-weight: var(--WeightT);
  font-size: 14px;
  line-height: 20px;
}
.ag14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ag12-t {
  font-weight: var(--WeightT);
  font-size: 12px;
  line-height: 17px;
}
.ag12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
.ag10-t {
  font-weight: var(--WeightT);
  font-size: 10px;
  line-height: 14px;
}
.ag10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 600px) {
  :root {
      --HomeHeaderHeight: 50px;
  }
  .agTitleLarge {
      font-size: 30px;
  }
  .agTitleLarge:lang(zh-CN) {
      font-size: 30px;
  }
  .agTitleMiddle {
      font-size: 22px;
  }
  .agTitleMiddle:lang(zh-CN) {
      font-size: 22px;
  }
  .agTitleSmall {
      font-size: 18px;
  }
  .agTitleSmall:lang(zh-CN) {
      font-size: 18px;
  }
  .agTitleNormal {
      font-size: 15px;
  }
  .agTitleNormal:lang(zh-CN) {
      font-size: 15px;
  }
  .ag40 {
      font-size: 25px;
      line-height: 30px;
  }
  .ag36 {
      font-size: 23px;
      line-height: 28px;
  }
  .ag20-t {
      font-size: 15px;
      line-height: 21px;
  }
  .ag20 {
      font-size: 15px;
      line-height: 21px;
  }
  .ag18-t {
      font-size: 14px;
      line-height: 20px;
  }
  .ag18 {
      font-size: 14px;
      line-height: 20px;
  }
  .ag16-t {
      font-size: 13px;
      line-height: 18px;
  }
  .ag16 {
      font-size: 13px;
      line-height: 18px;
  }
  .ag14-t {
      font-size: 12px;
      line-height: 17px;
  }
  .ag14 {
      font-size: 12px;
      line-height: 17px;
  }
}

/* 对antd样式进行改写 */
[class*='ant'] {
  font-family: var(--Font) !important;
}
.ant-select-item {
  padding: 1px 12px !important;
}
.ant-select-selection-item .info {
  display: none;
}
.ant-select-item-option-selected {
  font-weight: 500 !important;
  color: var(--PrimaryColor6) !important;
  background-color: var(--FillColor6) !important;
}
.ant-image-preview-footer {
  bottom: calc(100vh - 40px) !important;
}
.ant-select-item-option-active {
  background-color: var(--FillColor17) !important;
}
.ant-image-preview-progress {
  font-size: 16px !important;
  margin-bottom: 0px !important;
  color: white;
}
.ant-select-selector {
  padding: auto 14px auto 14px !important;
}
.ant-select-item-option {
  align-items: center !important;
  padding-left: 24px !important;
  padding-right: 20px !important;
}
.ant-tooltip-inner {
  border-radius: 4px !important;
  font-size: 14px !important;
  padding: 5px 10px !important;
  line-height: 22px !important;
  box-shadow: none !important;
}
.ant-select-dropdown .ant-select-item-option-state {
  display: none !important;
}
.ant-spin .ant-spin-dot-item {
  background-color: var(--PrimaryColor6) !important;
}
.ant-spin-text {
  color: var(--TextColor5) !important;
  margin-top: 6px !important;
}
.ant-modal .ant-modal-content {
  border-radius: 12px !important;
}
.ant-table-wrapper {
  border: 1px solid var(--BorderColor11);
  border-radius: 10px;
  background-color: transparent !important;
}
.ant-table {
  background-color: transparent !important;
}
.ant-table-thead
  > tr
  > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
      [colspan]
  )::before {
  display: none;
}
.ant-table-thead > tr > th,
.ant-table-thead > tr > td {
  background-color: var(--FillColor15) !important;
  border-bottom: 1px solid var(--BorderColor11) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--TextColor13) !important;
  height: 60px;
  text-align: center !important;
}
.ant-table-tbody > tr > td {
  border-bottom: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--TextColor12) !important;
  height: 80px;
}
.ant-table-tbody > tr > td {
  text-align: center !important;
}
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background-color: transparent !important;
}
.ant-table-footer {
  background-color: transparent !important;
  border-top: 1px solid var(--BorderColor11);
}
.ant-select-dropdown .ant-select-item-option-state {
  display: none !important;
}
.ant-upload-drag-container {
  height: 100% !important;
}
.ant-segmented {
  background-color: var(--FillColor15) !important;
  color: var(--TextColor11) !important;
  border-radius: 10px !important;
}
.ant-table-tbody > tr.ant-table-placeholder {
  background-color: transparent !important;
}
.ant-empty-description {
  color: var(--TextColor13) !important;
}

.ant-tooltip-inner{
  background-color: var(--FillColor17)!important;
  border: 1px solid var(--PrimaryColor11) !important;  
  color: var(--PrimaryColor11) !important;
  font-size: 12px !important;
  padding: 4px 12px !important;
}

.ant-tooltip .ant-tooltip-arrow:before{
  background-color: var(--PrimaryColor11) !important; 
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: var(--Font);
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}
body {
  color: var(--TextColor1);
  background-color: var(--FillColor6);
  /* position: absolute; */
  /* width: 100vw;
  height: 100vh; */
  /* overflow: hidden; */
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

iframe::-webkit-scrollbar {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}
p,
input,
textarea {
  margin: 0;
  padding: 0;
}
input,
textarea {
  outline: none;
  font-family: var(--Font);
  color: var(--TextColor1);
}

button {
  border: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.progressLoading {
  animation: loading 1.5s linear infinite;
}
.w-full {
  width: 100%;
  height: initial;
}
.h-full {
  height: 100%;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.w-\[90\%\] {
  width: 90%;
}
.h-\[90\%\] {
  height: 90%;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.rc-virtual-list-scrollbar {
  width: 3px !important;
}
.rc-virtual-list-scrollbar-thumb {
  background-color: var(--TextColor13) !important;
  border-radius: 10px !important;
}
.opacity-40 {
  opacity: 0.4;
}
.pointer-events-none {
  pointer-events: none;
}
font {
  pointer-events: none;
}
@keyframes loading {
  /*以百分比来规定改变发生的时间 也可以通过"from"和"to",等价于0% 和 100%*/
  0% {
      /*rotate(2D旋转) scale(放大或者缩小) translate(移动) skew(翻转)*/
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.proUser {
  width: 28px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 4px;
  background: linear-gradient(98.04deg, #ffc100 4.65%, #ffd703 94.16%);
  color: var(--TextColor5);
}

.style_QRCodeCard__CRGAH {
  position: fixed;
  width: 356px;
  padding: 68px 68px 50px 68px;
  background-color: var(--FillColor17);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
  z-index: 9;
}
.style_QRCodeImg__utkNH {
  width: 220px;
  height: 220px;
}
.style_QRCodeWordFirst__BV0hB {
  margin-top: 30px;
  color: var(--TextColor11);
}
.style_QRCodeWordSecond__6MkR9 {
  color: var(--TextColor13);
  margin-top: 12px;
}

.style_container__C8B3_{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 32px;
  max-width: 392px;
  text-align: center;
}
.style_mainContent__1WLU5{
  width: 100%;
  display: flex;
  justify-content: center;
}
.style_mainTitle__56hdS{
  color: var(--TextColor1);
}
.style_subTitle__FsoU1{
  margin-top: 24px;
  color: var(--TextColor1);
  text-align: start;
}
.style_modalCloseRow__9YVQN{
  width: 100%;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.style_close__esH5r{
  position: absolute;
  right: 0px;
}
.style_container__vq_vb {
  display: flex;
  align-items: center;
  padding: 64px;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}
.style_title__XADy0 {
  margin-top: 24px;
  color: var(--TextColor1);
}
.style_content__vgi40 {
  margin-top: 8px;
  color: var(--TextColor2);
}
.style_message__UrHuR {
  margin-top: 4px;
  color: var(--TextColor2);
}
.style_buttonContainer__ZUvx7 {
  position: relative;
  width: 268;
  display: flex;
  justify-content: center;
  align-items: center;
}
.style_button__J8mL7 {
  margin-top: 48px;
  border-radius: 4px;
  color: var(--TextColor5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 40px;
  background-color: var(--PrimaryColor6);
  cursor: pointer;
}

.style_baseModal__QA83z {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  max-width: calc(100vw - 208px) !important;
}
.style_baseModal__QA83z .ant-modal-content {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.style_close__PmRJS {
  position: absolute;
  top: 0;
  right: -74px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .style_baseModal__QA83z {
      max-width: calc(100vw - 40px) !important;
  }
  .style_close__PmRJS {
      right: 50%;
      top: 100%;
      transform: translateX(50%) translateY(200%);
      width: 33px;
      height: 33px;
  }
}

.style_googleButton___qNBK {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style_loginIcon__098Qf {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 24px;
}
.style_cf_turnstile__VEcmY {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.style_cf_turnstile__VEcmY::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  border-radius: 10px;
  z-index: -1;
}
.style_cf_turnstile__VEcmY::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
}

.style_title__J6DES {
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}
.style_title__J6DES.style_small__vQuXD {
  font-size: 18px;
}
.style_inputContainer__wZLTk {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.style_input__koQJE {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--BorderColor11);
  height: 48px;
  padding: 0 14px;
}
.style_input__koQJE:focus {
  border: 1px solid var(--PrimaryColor11);
  outline: 4px solid var(--PrimaryColor14);
}
.style_input__koQJE::placeholder {
  color: var(--TextColor13);
}
.style_code__PxpmS {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--PrimaryColor5);
}
.style_divider__G_vzt {
  width: 100%;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--TextColor13);
  gap: 15px;
}
.style_divider__G_vzt.style_small__vQuXD {
  margin: 12px 0;
}
.style_line__lwUjN {
  flex: 1 1;
  height: 1px;
  background-color: var(--BorderColor11);
}
.style_loginBtn__DFFGd {
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--PrimaryColor11);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--TextColor14);
  cursor: pointer;
}
.style_loginBtn__DFFGd:hover {
  background-color: var(--PrimaryColor13);
}
.style_googleButton__WDv0k {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--BorderColor11);
  background-color: var(--FillColor14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.style_googleButton__WDv0k:hover {
  background-color: #fbfcfd;
}
.style_loginPrompt__HIO_I {
  margin-top: 40px;
  color: var(--TextColor13);
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.style_loginPrompt__HIO_I.style_small__vQuXD {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .style_title__J6DES.style_small__vQuXD {
      margin-bottom: 25px;
  }
  .style_inputContainer__wZLTk {
      margin-top: 15px;
  }
  .style_loginBtn__DFFGd {
      margin-top: 15px;
  }
  .style_divider__G_vzt.style_small__vQuXD {
      margin: 15px 0;
  }
  .style_loginPrompt__HIO_I.style_small__vQuXD {
      margin-top: 15px;
      margin-bottom: 15px;
  }
}
.style_appsumoTip__tHqW5 {
  color: var(--TextColor13);
  font-size: 14px;
  margin-bottom: 14px;
}

.style_inputContainer___AKUL {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.style_input__jKblC {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--BorderColor11);
  height: 48px;
  padding: 0 14px;
}
.style_input__jKblC:focus {
  border: 1px solid var(--PrimaryColor11);
  box-shadow: 0 0 0 4px var(--PrimaryColor14);
}
.style_input__jKblC::placeholder {
  color: var(--TextColor13);
}
.style_code__2LZ6Y {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--PrimaryColor11);
}
.style_count__OUED3 {
  color: var(--TextColor13);
}
.style_loginBtn__aorLX {
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--PrimaryColor11);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--TextColor14);
  cursor: pointer;
}
.style_loginBtn__aorLX:hover {
  background-color: var(--PrimaryColor13);
}
.style_loginPrompt__MKBnT {
  margin-top: 40px;
  color: var(--TextColor13);
  margin-bottom: 20px;
  text-align: center;
  max-width: 320px;
}

@media (max-width: 480px) {
  .style_inputContainer___AKUL {
      margin-top: 15px;
  }
  .style_loginBtn__aorLX {
      margin-top: 15px;
  }
}

.style_codeContainer__GK9Nh {
  position: relative;
}

.style_codeContainer__GK9Nh::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../fonts/ic_wechat_followed.svg');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
}

.style_codeContainerSelected__52ziz::after {
  opacity: 1;
}

.style_descImport__Ho6nI {
  color: var(--PrimaryColor11);
}
.style_desc__sCisD {
  color: var(--TextColor11);
  margin-top: 2px;
  text-align: center;
}
.style_openInput__2Ijjj {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 9px 0;
}
.style_openOnClick__wCdhP {
  text-decoration: underline;
  cursor: pointer;
}
.style_inputItem__HvrKm {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
  position: relative;
}
.style_submit__zbgbr {
  max-width: 359px;
  width: 100%;
  height: 48px;
  margin-top: 30px;
  border-radius: 12px;
  background-color: var(--PrimaryColor11);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.style_submit__zbgbr:hover {
  opacity: 0.8;
}
.style_submitDisable__G6YT7 {
  background-color: var(--PrimaryColor3);
}
.style_submit__zbgbr.style_small__VyM4T {
  margin-top: 12px;
}
.style_submitTxt__R_caG {
  color: var(--TextColor5);
}
.style_checkboxDiv__NABYT {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_agreementCheckbox__K7vDV {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}
.style_agreementCheckbox__K7vDV::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border: 1px solid var(--BorderColor11);
  background-color: var(--FillColor17);
}
.style_agreementCheckbox__K7vDV:checked::after {
  content: ' ';
  background-image: url('../fonts/checked.svg');
  border: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.style_agreementCheckboxText__vSl7w {
  margin-left: 8px;
  color: var(--TextColor13);
}
.style_inline__UABL5 {
  display: inline;
}
.style_underline__lXY7t {
  text-decoration: underline !important;
  color: var(--TextColor13) !important;
  display: inline;
}
.style_code__F_QGW {
  margin-bottom: 20px;
  margin-top: 20px;
}
.style_code__F_QGW.style_small__VyM4T {
  margin-top: 14px;
  margin-bottom: 18px;
}

.style_root__gCgcb {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 460px;
}
.style_root__gCgcb.style_small__sUwqV {
  height: 300px;
}
.style_title__S3gTw {
  margin-bottom: 10px;
  white-space: nowrap;
}
.style_title__S3gTw.style_small__sUwqV {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .style_title__S3gTw {
      font-size: 18px;
      line-height: 21px;
  }
}
@media (max-width: 480px) {
  .style_title__S3gTw.style_small__sUwqV {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 21px;
  }
}

.style_panel__EkaiU {
  width: 480px;
  height: 100%;
  background-color: var(--FillColor17);
  border: 1px solid var(--BorderColor11);
  border-radius: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 0 55px;
}
.style_panel__EkaiU.style_small__LhxDu {
  width: 360px;
  padding: 0 20px;
}
.style_close__sN9RU {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.style_header__s4XLD {
  height: 200px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: absolute;
  background: url('../images/ic_login_headr_bg.png');
  background-repeat: no-repeat;
}
.style_header__s4XLD.style_small__LhxDu {
  height: 100px;
}
.style_header__s4XLD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21%, #ffffff 100%);
}
.style_logo__Z7WIP {
  margin-top: 99px;
  margin-bottom: 20px;
  z-index: 2;
}
.style_logo__Z7WIP.style_small__LhxDu {
  height: 50px;
  width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .style_panel__EkaiU.style_small__LhxDu {
      width: 100vw;
      height: 100vh;
      border-radius: 0;
      border: none;
      padding: 0 30px;
  }
  .style_header__s4XLD.style_small__LhxDu {
      height: 155px;
      border-radius: 0;
  }
  .style_logo__Z7WIP.style_small__LhxDu {
      height: 60px;
      width: 60px;
      margin-top: 45px;
      margin-bottom: 15px;
  }
}

