.theTransfer {
  position: relative;
}
.theTransfer .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theTransfer .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theTransfer .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theTransfer .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theTransfer .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theTransfer .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theTransfer .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theTransfer .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theTransfer .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theTransfer .theTransferBox {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theTransfer .theTransferBox .theTransferBoxHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #1d202b;
  padding: 0 0.5rem 0 0;
  overflow-x: scroll;
  overflow-y: unset;
}
.theTransfer .theTransferBox .theTransferBoxHeader .theTransferBoxHLabel {
  padding: 1.25rem 1.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  width: fit-content;
}
.theTransfer .theTransferBox .theTransferBoxHeader .theTransferBoxHLabel .theTransferBoxHSpan {
  font-weight: 400;
}
.theTransfer .theTransferBox .theTransferBoxPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
}
.theTransfer .theTransferBox .theTBTransferFlex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
}
@media screen and (min-width: 1440px) {
  .theTransfer .theTransferBox .theTBTransferFlex {
    flex-direction: row;
  }
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTransferFloat {
  width: 45px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1440px) {
  .theTransfer .theTransferBox .theTBTransferFlex .theTBTransferFloat {
    top: 64%;
  }
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTransferFloat .theTBTFIcon {
  width: 13px;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTransferFloat .theTBTFIcon img {
  width: 100%;
  display: block;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox {
    width: 50%;
  }
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFTitle {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBCard {
  background: var(--global-secondary-modal-color);
  border-radius: 0.5rem;
  border-width: 0px;
  border-style: solid;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPaddLeft {
  padding: 1.5625rem 2.75rem 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPaddRight {
  padding: 1.5625rem 1.5rem 1.25rem 2.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPWallet {
  width: 50%;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPWallet .theTBTFBPWSelect {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPWallet .theTBTFBPWSelect .theTBTFBPWSText {
  font-size: 1rem;
  font-weight: 600;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPWallet .theTBTFBPWSelect .theTBTFBPWSIcon {
  width: 10px;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPWallet .theTBTFBPWSelect .theTBTFBPWSIcon img {
  width: 100%;
  display: block;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPWallet .theTBTFBPWText {
  font-size: 0.875rem;
  font-weight: 400;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPWSelect {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPWSelect .theTBTFBPWSText {
  font-size: 1.25rem;
  font-weight: 600;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPWSelect .theTBTFBPWSIcon {
  width: 10px;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPWSelect .theTBTFBPWSIcon img {
  width: 100%;
  display: block;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPAValue {
  font-size: 1.25rem;
  font-weight: 600;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPAValue input {
  width: fit-content;
  color: #ffffff;
  font-size: 1.25rem;
  background: transparent;
  outline: none;
  border: none;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPAValue input {
    font-size: 1.25rem;
  }
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPAValue input::-webkit-outer-spin-button, .theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPAValue input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPAValue input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--global-secondary-modal-color) inset !important;
  -webkit-text-fill-color: var(--global-primary-text-color) !important;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPAValue input[type=number] {
  -moz-appearance: textfield;
}
.theTransfer .theTransferBox .theTBTransferFlex .theTBTFBox .theTBTFBPAmount .theTBTFBPALabel {
  font-size: 0.875rem;
  font-weight: 400;
}
.theTransfer .theTransferBox .theTBFlexWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox {
  align-self: stretch;
  position: relative;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  max-width: 154px;
  width: 50%;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBPadd {
  padding: 0.5rem;
  position: relative;
  z-index: 2;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBName {
  font-size: 0.875rem;
  font-weight: 400;
  word-wrap: break-word;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBAmount {
  font-size: 0.875rem;
  font-weight: 800;
  margin: 0 0 1.875rem;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBButtonFlex {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBButtonFlex .theTBFWBBFButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  aspect-ratio: 1;
  border-radius: 0.375rem;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBButtonFlex .theTBFWBBFButton img {
  width: 10px;
  display: block;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBLogo {
  max-width: 122px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.theTransfer .theTransferBox .theTBFlexWrap .theTBFWBox .theTBFWBLogo img {
  width: 100%;
  display: block;
  opacity: 0.5;
}
.theTransfer .theTransferBox .theTransferButton {
  width: 100%;
  max-width: 174px;
  border-radius: 8px;
  padding: 0.625rem 0;
  margin: 1rem auto 0;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
}
.theTransfer .theTNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theTransfer .theTNotesSection .theTNotesTitle {
  color: #4f4e5d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theTransfer .theTNotesSection .theTNotesContent {
  color: #4f4e5d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

/*# sourceMappingURL=transfer.css.map */
