@charset "UTF-8";.remote-convert-modal_wrapper__nzQ5o.remote-convert--modal_hidden__m3eaN {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .remote-convert-modal_wrapper__nzQ5o .ant-m-popup-content, .remote-convert-modal_wrapper__nzQ5o .AutoResponsiveModal-popup .ant-m-popup-content {
    border-radius: 16px 16px 0px 0px;
  }
  .remote-convert-modal_wrapper__nzQ5o .AutoResponsiveModal-Popup-title.AutoResponsiveModal-Popup-title-container {
    border-bottom: none;
  }
  .remote-convert-modal_wrapper__nzQ5o .AutoResponsiveModal-Popup-title.AutoResponsiveModal-Popup-title-container h4 {
    text-align: center;
    padding: 0px 16px;
  }
  .remote-convert-modal_wrapper__nzQ5o .AutoResponsiveModal-Popup-title.AutoResponsiveModal-Popup-title-container .AutoResponsiveModal-Popup-close {
    display: none;
  }
}
.remote-convert-modal_main__C0GHf {
  max-width: 560px;
  margin: 0 auto;
}

.remote-convert-modal_searchCoin__RFZiB {
  width: 100%;
}

.remote-convert-modal_actionSelectCoinWrapper__jzP3p .AutoResponsiveModal-Popup-title {
  padding: 0 16px;
}
.remote-convert-modal_actionSelectCoinWrapper__jzP3p .ant-modal-body,
.remote-convert-modal_actionSelectCoinWrapper__jzP3p .AutoResponsiveModal-popup-content {
  padding: 0;
  padding-bottom: 8px;
}
.remote-convert-modal_actionSelectCoinWrapper__jzP3p .ant-m-popup-content-bottom {
  border-radius: 16px 16px 0px 0px;
}

.remote-convert-modal_convertWrapper__irahg {
  position: relative;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_itemBox__ddbK4 {
  border-radius: 12px;
  padding: 24px;
  background-color: var(--fill-table-accent);
  box-shadow: 0 0px 1px 1px var(--border-card-default);
  position: relative;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_itemBox__ddbK4.remote-convert-modal_toCoinBox__V2T20 {
  margin-top: 24px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_itemBox__ddbK4.remote-convert-modal_activeBox__0mSRO {
  box-shadow: 0 0px 1px 1px var(--primary-blue);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_header__fnk5K,
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_convertControl__yctSk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_header__fnk5K {
  color: var(--text-secondary);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_deposit__HTIhP {
  cursor: pointer;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_leftTagTips__7XeZC {
  line-height: 20px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_availableWrapper__qlmJR {
  padding-inline-start: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 20px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_availableWrapper__qlmJR .remote-convert-modal_balanceLabel__211vM {
  white-space: nowrap;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_availableWrapper__qlmJR .remote-convert-modal_conBalances__EWN6O {
  padding-inline-start: 4px;
  padding-inline-end: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_convertControl__yctSk {
  padding-top: 16px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_coinName__DIXo9 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_coinName__DIXo9 .remote-convert-modal_iconImg__nAe-s {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_coinName__DIXo9 .remote-convert-modal_nameLabel__fFuLl {
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 600;
  padding: 0 8px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_fiatLabel__ZtFmq,
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_errorlabel__rVHLn {
  text-align: end;
  min-height: 24px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_fiatLabel__ZtFmq {
  color: var(--text-secondary);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_errorlabel__rVHLn {
  color: var(--tint-red-base);
  /* 核心样式 */
  display: -webkit-box; /* 将元素作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2; /* 限制显示的行数为 2 行 */
  -webkit-box-orient: vertical; /* 设置伸缩盒子的子元素排列方式为垂直排列 */
  /* 辅助样式 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 溢出时显示省略号（可选，增强兼容性） */
  word-break: break-word; /* 允许长单词换行，避免单行过长 */
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_iconDeposite__aeOBb {
  color: var(--icon-secondary);
  margin-inline-start: 8px;
  font-size: 16px;
  cursor: pointer;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_iconDeposite__aeOBb:hover {
  color: var(--content-primary);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 {
  flex: 1;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 .ant-input {
  background-color: transparent;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 .ant-input:hover,
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 .ant-input:focus,
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 .ant-input-focused {
  border-color: transparent;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 .remote-convert-modal_input__dKk8h {
  text-align: end;
  font-size: 24px;
  font-weight: 600;
  padding-inline-end: 0;
  height: 32px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_addonAfterDivider__qRGj3 {
  height: 16px;
  width: 1px;
  background-color: var(--divider-opacity);
  margin: 0px 8px;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_addonAfterWrapper__7qkWP {
  font-size: 16px;
  cursor: pointer;
  color: var(--primary-blue);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_addonAfterWrapper__7qkWP:hover {
  color: var(--primary-blue-hover);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_iconTransferWrapper__B4-9M {
  display: flex;
  width: 72px;
  height: 72px;
  background-color: var(--fill-elevation-high);
  border: 0.5px solid var(--border-secondary);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -48px;
  left: 50%;
  margin-inline-start: -36px;
  cursor: pointer;
  z-index: 2;
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_iconTransferWrapper__B4-9M:hover .remote-convert-modal_icon__XpaAY {
  color: var(--icon-secondary);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_iconTransferWrapper__B4-9M .remote-convert-modal_icon__XpaAY {
  font-size: 28px;
  transform: rotate(90deg);
  color: var(--text-primary);
}
.remote-convert-modal_convertWrapper__irahg .remote-convert-modal_extendTypeIcon__ahl3z {
  color: var(--icon-secondary);
  font-size: 8px;
  vertical-align: baseline;
}

.remote-convert-modal_titleWrapper__fwDtq {
  display: flex;
  align-items: center;
  gap: 8px;
}
.remote-convert-modal_titleWrapper__fwDtq svg {
  width: 16px;
  height: 16px;
}
.remote-convert-modal_titleWrapper__fwDtq .remote-convert-modal_titleText__khhmd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.remote-convert-modal_previewWrapper__g2LNS {
  color: var(--text-secondary);
  text-align: center;
  padding-top: 32px;
  visibility: hidden;
}
.remote-convert-modal_previewWrapper__g2LNS.visible__s7BCM {
  visibility: visible;
}

.remote-convert-modal_doActionWrapper__LU2Zn {
  padding-top: 32px;
}
.remote-convert-modal_doActionWrapper__LU2Zn.remote-convert-modal_moreSpace__HrU9g {
  padding-top: 64px;
  padding-bottom: 40px;
}
.remote-convert-modal_doActionWrapper__LU2Zn .remote-convert-modal_btn__-Kw2s {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remote-convert-modal_doActionWrapper__LU2Zn .remote-convert-modal_btn__-Kw2s span:not(.ant-btn-loading-icon) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.remote-convert-modal_drawerWrapper__ulKbc .ant-drawer-content {
  border-radius: 8px 8px 0px 0px;
}
.remote-convert-modal_drawerWrapper__ulKbc .ant-drawer-body {
  padding: 16px 0px;
}
.remote-convert-modal_drawerWrapper__ulKbc .ant-drawer-header {
  padding: 16px;
}
.remote-convert-modal_drawerWrapper__ulKbc .ant-drawer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.remote-convert-modal_drawerWrapper__ulKbc .ant-drawer-close {
  margin-right: 0px;
  padding: 0px;
}

@media screen and (min-width: 767px) {
  .remote-convert-modal_errorMessageWrapper__5aheq .ant-message-notice-content {
    background-color: var(--tint-red-smooth);
    border-color: var(--error-base);
  }
  .remote-convert-modal_warningMessageWrapper__aoL3f .ant-message-notice-content {
    background-color: var(--tint-orange-smooth);
    border-color: var(--warning-base);
  }
}
html[dir=rtl] .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 .remote-convert-modal_input__dKk8h {
  direction: rtl;
}
html[dir=rtl] .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_iconTransferWrapper__B4-9M {
  left: auto;
  right: 50%;
}

@media (max-width: 767px) {
  .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_itemBox__ddbK4 {
    padding: 24px 16px;
  }
  .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_fiatLabel__ZtFmq,
  .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_errorlabel__rVHLn {
    left: 16px;
    right: 16px;
  }
  .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_coinName__DIXo9 .remote-convert-modal_iconImg__nAe-s {
    width: 24px;
    height: 24px;
  }
  .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_coinName__DIXo9 .remote-convert-modal_nameLabel__fFuLl {
    font-size: 16px;
  }
  .remote-convert-modal_convertWrapper__irahg .remote-convert-modal_inputWrapper__famp4 .remote-convert-modal_input__dKk8h {
    font-size: 20px;
    height: 28px;
  }
  .remote-convert-modal_titleWrapper__fwDtq {
    justify-content: space-between;
  }
  .remote-convert-modal_titleWrapper__fwDtq .remote-convert-modal_titleText__khhmd {
    flex-grow: 1;
    text-align: center;
    padding-inline-end: 24px;
  }
}.remote-convert-modal_ellipsis__CMSHh {
  display: block;
  color: var(--content-secondary);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}.remote-convert-modal_selectCoinWrapper__qzVRp {
  height: 620px;
  max-height: calc(100vh - 80px);
}
.remote-convert-modal_selectCoinWrapper__qzVRp .remote-convert-modal_emptyWrapper__WXElF {
  height: 520px;
}

.remote-convert-modal_inputWrapper__MC3wF {
  padding: 24px;
  padding-bottom: 0;
}
.remote-convert-modal_inputWrapper__MC3wF .ant-input-affix-wrapper {
  border-radius: 40px;
}
.remote-convert-modal_inputWrapper__MC3wF .ant-input-affix-wrapper-focused, .remote-convert-modal_inputWrapper__MC3wF .ant-input-affix-wrapper:focus {
  border-color: var(--brand-default);
}

.remote-convert-modal_contentWrapper__-86If {
  height: 556px;
  display: flex;
  flex-direction: column;
}

.remote-convert-modal_searchHistoryWrapper__YLoPa {
  padding-bottom: 16px;
}
.remote-convert-modal_searchHistoryWrapper__YLoPa .remote-convert-modal_searchHeader__qPH92 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  padding-bottom: 8px;
}
.remote-convert-modal_searchHistoryWrapper__YLoPa .remote-convert-modal_iconReset__gg0Gr {
  cursor: pointer;
  font-size: 20px;
  color: var(--icon-secondary);
}
.remote-convert-modal_searchHistoryWrapper__YLoPa .remote-convert-modal_historyList__CwVuA {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.remote-convert-modal_searchHistoryWrapper__YLoPa .remote-convert-modal_searchItem__PItHH {
  color: var(--text-primary);
  background-color: var(--fill-opacity-container);
  font-size: 16px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 160px;
  margin: 4px;
  cursor: pointer;
}

.remote-convert-modal_coinNameListWrapper__wwMrV.remote-convert-modal_emptyRecord__s3Jyz {
  margin-top: 16px;
}

.remote-convert-modal_listItemWrapper__JtZmV {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.remote-convert-modal_listItemWrapper__JtZmV:hover {
  background-color: var(--fill-opacity-container);
}

.remote-convert-modal_nameBox__R2KJX {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 16px 24px;
}
.remote-convert-modal_nameBox__R2KJX .remote-convert-modal_coinName__nlHgL {
  padding-inline-start: 12px;
}
.remote-convert-modal_nameBox__R2KJX .remote-convert-modal_iconImg__pN1fz {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.remote-convert-modal_nameBox__R2KJX .remote-convert-modal_nameLabel__VyGru {
  color: var(--text-primary);
  font-weight: 600;
  line-height: 20px;
}
.remote-convert-modal_nameBox__R2KJX .remote-convert-modal_fullName__1H3yv {
  line-height: 20px;
  color: var(--text-secondary);
}

.remote-convert-modal_volumeBox__3P96T {
  display: flex;
  flex-direction: column;
  padding-inline-end: 24px;
  align-items: flex-end;
  max-width: 50%;
}
.remote-convert-modal_volumeBox__3P96T :first-child {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .remote-convert-modal_selectCoinWrapper__qzVRp .remote-convert-modal_inputWrapper__MC3wF {
    padding: 16px;
    padding-bottom: 0;
  }
  .remote-convert-modal_selectCoinWrapper__qzVRp .remote-convert-modal_coinNameListWrapper__wwMrV {
    padding: 0px;
  }
  .remote-convert-modal_selectCoinWrapper__qzVRp .remote-convert-modal_listItemWrapper__JtZmV {
    padding: 0 16px;
  }
  .remote-convert-modal_searchHistoryWrapper__YLoPa .remote-convert-modal_searchHeader__qPH92 {
    padding: 16px;
  }
  .remote-convert-modal_searchHistoryWrapper__YLoPa .remote-convert-modal_historyList__CwVuA {
    padding: 0 12px;
  }
  .remote-convert-modal_nameBox__R2KJX {
    padding: 10px 0px;
  }
  .remote-convert-modal_volumeBox__3P96T {
    padding-inline-end: 0px;
  }
}
.remote-convert-modal_scroll-container__2R8OO {
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  scrollbar-width: thin;
  overflow: auto;
  overflow: overlay;
}.remote-convert-modal_iconColor__On5Ts {
  color: var(--icon-secondary);
}

.remote-convert-modal_confirmationModalWrapper__-2-5q .ant-modal-header {
  border-bottom: 0;
}

.remote-convert-modal_convertWrapper__8aBG8 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 16px;
  padding-bottom: 40px;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e {
  text-align: center;
  width: 50%;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e:first-child {
  padding-inline-end: 16px;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e:last-child {
  padding-inline-start: 16px;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e .remote-convert-modal_iconImgWrapper__Zysc0 {
  display: flex;
  justify-content: center;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e .remote-convert-modal_iconImgWrapper__Zysc0 .remote-convert-modal_iconBox__NsaJa {
  width: 40px;
  height: 40px;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e .remote-convert-modal_iconImg__Af5By {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e .remote-convert-modal_label__hbUQS {
  color: var(--text-secondary);
  padding: 8px 0;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e .remote-convert-modal_coinName__5t8iD {
  padding-inline-start: 4px;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e .remote-convert-modal_result__HMtRc {
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_itemBox__eOH4e .remote-convert-modal_result__HMtRc .ellipsisContent__h1YNG {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_iconArrowsWrapper__uVFy0 {
  position: absolute;
  left: 50%;
  margin-inline-start: -8px;
}
.remote-convert-modal_convertWrapper__8aBG8 .remote-convert-modal_iconArrowsWrapper__uVFy0 .remote-convert-modal_icon__fuGI- {
  font-size: 16px;
}

.remote-convert-modal_infoWrapper__xsINS {
  padding: 18px 0 0px;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_itemBox__eOH4e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  line-height: 20px;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_itemBox__eOH4e:last-child {
  padding: 6px 0px 0px;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_label__hbUQS {
  color: var(--text-secondary);
  margin-inline-end: 8px;
  max-width: 40%;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_valueWrapper__2sjqG {
  max-width: 60%;
  word-break: break-word;
  text-align: end;
  display: flex;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_transferWrapper__-PfZD {
  display: flex;
  align-items: center;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_value__4XaWV {
  color: var(--text-primary);
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_value__4XaWV.remote-convert-modal_shrinkSize__AfJMa {
  font-size: 12px;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_iconSpecialFee__4IOdL {
  font-size: 36px;
  height: 20px;
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_iconIssue__N9pvl,
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_iconTransition__bhkrZ {
  margin-inline-start: 4px;
  cursor: pointer;
  color: var(--icon-tertiary);
}
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_iconIssue__N9pvl:hover,
.remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_iconTransition__bhkrZ:hover {
  color: var(--icon-primary);
}

.remote-convert-modal_countdownWrapper__1NUvj {
  color: var(--text-secondary);
  padding-top: 32px;
  padding-bottom: 24px;
  text-align: center;
}
.remote-convert-modal_countdownWrapper__1NUvj .remote-convert-modal_refresh__qYoe5 {
  color: var(--primary-base);
  cursor: pointer;
}
.remote-convert-modal_countdownWrapper__1NUvj .remote-convert-modal_iconError__slOAr {
  color: var(--tint-yellow-base);
  margin-inline-end: 4px;
}

.remote-convert-modal_confirmModalTitleWrapper__U7kPA {
  text-align: center;
}
.remote-convert-modal_confirmModalTitleWrapper__U7kPA .remote-convert-modal_subTitle__vPbte {
  font-size: 16px;
  padding-top: 12px;
  font-weight: 400;
}
.remote-convert-modal_confirmModalTitleWrapper__U7kPA .remote-convert-modal_amount__44pvG {
  font-size: 24px;
  font-weight: 600;
}
.remote-convert-modal_confirmModalTitleWrapper__U7kPA .remote-convert-modal_tipText__OT0kR {
  color: var(--content-secondary);
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.remote-convert-modal_confirmModalInfoWrapper__OVhmB {
  border-top: 1px solid var(--line-base);
  padding-top: 8px;
}

.remote-convert-modal_confirmModalFooterWrapper__ZUzcX {
  width: 100%;
}
.remote-convert-modal_confirmModalFooterWrapper__ZUzcX .remote-convert-modal_halfBtnWarpper__xHX1W {
  width: 100%;
}
.remote-convert-modal_confirmModalFooterWrapper__ZUzcX .remote-convert-modal_halfBtnWarpper__xHX1W .ant-btn {
  width: 100%;
}
.remote-convert-modal_confirmModalFooterWrapper__ZUzcX .remote-convert-modal_halfBtnWarpper__xHX1W .ant-btn > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.remote-convert-modal_confirmModalFooterWrapper__ZUzcX .remote-convert-modal_halfBtnWarpper__xHX1W .ant-btn-default {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 12px;
  background-color: var(--fill-default);
  border: none;
}
.remote-convert-modal_confirmModalFooterWrapper__ZUzcX .remote-convert-modal_halfBtnWarpper__xHX1W .ant-btn-default:hover {
  background-color: var(--fill-hover);
}

.remote-convert-modal_modalFooter__vq21R {
  margin-bottom: 12px;
}
.remote-convert-modal_modalFooter__vq21R .remote-convert-modal_balanceBtn__-RfLS span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 767px) {
  .remote-convert-modal_errorMessageWrapper__hEG8p .ant-message-notice-content {
    background-color: var(--tint-red-smooth);
    border-color: var(--error-base);
  }
  .remote-convert-modal_warningMessageWrapper__DyjMP .ant-message-notice-content {
    background-color: var(--tint-orange-smooth);
    border-color: var(--warning-base);
  }
}
html[dir=rtl] .remote-convert-modal_infoWrapper__xsINS .remote-convert-modal_value__4XaWV {
  direction: ltr;
}

@media (max-width: 767px) {
  .remote-convert-modal_confirmModalFooterWrapper__ZUzcX .remote-convert-modal_halfBtnWarpper__xHX1W .ant-btn-primary {
    margin-top: 8px;
  }
}.remote-convert-modal_body__uQUXx {
  text-align: center;
}
.remote-convert-modal_body__uQUXx .remote-convert-modal_icon__eiX-a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  background: var(--fill-opacity-container);
  display: inline-block;
}
.remote-convert-modal_body__uQUXx .remote-convert-modal_icon__eiX-a img {
  width: 40px;
}
.remote-convert-modal_body__uQUXx .remote-convert-modal_title__-Ivbr {
  margin: 24px 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
}
.remote-convert-modal_body__uQUXx .remote-convert-modal_content__g3APx {
  font-size: 14px;
  color: var(--text-primary);
  line-height: 22px;
  margin-bottom: 24px;
}
.remote-convert-modal_body__uQUXx button {
  width: 100%;
}

.remote-convert-modal_modal__J1Ee4 .ant-modal-body {
  padding-bottom: 24px;
}