.loading[data-v-efe9d588] {
  position: fixed;
  background: #fff;
  overflow: hidden;
  width: calc(100% - var(--layout-left-width));
  height: 100vh;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  left: var(--layout-left-width);
}
.loading.absolute[data-v-efe9d588] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
}
.loading.drawer-style[data-v-efe9d588] {
  border-radius: 8px;
  position: absolute;
  height: calc(100vh - 32px);
  left: 50%;
  top: 50%;
  width: calc(100% - 32px);
  transform: translate(-50%, -50%);
}

.agree-pop[data-v-8a6ac53a] {
  background-color: #FBFCFD;
}
.agree-pop .wtn-confirm-dialog-text[data-v-8a6ac53a] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.agree-pop .wtn-confirm-dialog-text .wtncd-text-left[data-v-8a6ac53a] {
  color: rgb(var(--Labels-Primary));
}
.agree-pop .wtn-confirm-dialog-text .wtncd-text-right[data-v-8a6ac53a] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.agree-pop .agree-pop-main[data-v-8a6ac53a] {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: var(--cornerRadius-016, 16px);
}
.agree-pop .agree-pop-main .agree-pop-inside[data-v-8a6ac53a] {
  display: flex;
  flex-direction: column;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-header[data-v-8a6ac53a] {
  padding: 8px 8px 0 8px;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-header .aph-img[data-v-8a6ac53a] {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, #56A2FF 0%, #F4F9FF 100%);
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content[data-v-8a6ac53a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: var(--spacing-024, 24px) var(--spacing-032, 32px) var(--spacing-000, 0) var(--spacing-032, 32px);
  align-self: stretch;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-text-section[data-v-8a6ac53a] {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-008, 8px);
  align-self: stretch;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-text-section .apc-title[data-v-8a6ac53a] {
  color: rgb(var(--Label-Strong));
  white-space: pre-line;
  text-align: center;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-text-section .apc-desc[data-v-8a6ac53a] {
  color: rgba(var(--Label-Neutral));
  white-space: pre-line;
  text-align: center;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section[data-v-8a6ac53a] {
  padding: 16px;
  border-radius: var(--cornerRadius-016, 16px);
  border: 1px solid rgba(var(--Line-Normal-Alternative));
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section .apc-agree-tip[data-v-8a6ac53a] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section .apc-agree-tip .apc-agree-tip-text[data-v-8a6ac53a] {
  color: rgb(var(--Label-Normal));
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section .apc-agree-section[data-v-8a6ac53a] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section .apc-agree-section .apc-agree-checkbox[data-v-8a6ac53a] {
  align-items: flex-start;
  padding-top: 2px;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section .apc-agree-section .apc-agree-desc[data-v-8a6ac53a] {
  color: rgb(var(--Label-Normal));
  word-break: keep-all;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section .apc-agree-section .apc-agree-desc a[data-v-8a6ac53a] {
  text-decoration: none;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-content .apc-mm-section .apc-agree-section .apc-agree-desc span[data-v-8a6ac53a] {
  color: rgb(var(--Primary-Normal));
  cursor: pointer;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-footer[data-v-8a6ac53a] {
  padding: var(--spacing-032, 32px);
  display: flex;
  align-items: center;
  gap: 8px;
}
.agree-pop .agree-pop-main .agree-pop-inside .agree-pop-footer > div[data-v-8a6ac53a] {
  flex: 1;
}
.agree-pop .agree-pop-main .agree-pop-fill-blank[data-v-8a6ac53a] {
  width: 100%;
  height: 160px;
}
.agree-pop .agree-pop-dialog-close[data-v-8a6ac53a] {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.agree-pop-dialog {
  --el-dialog-border-radius: 16px !important;
}
.agree-pop-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.agree-pop-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.common-dialog-contain .common-dialog-head[data-v-cd1e8110] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-xl, 32px) var(--spacing-xl, 32px) var(--spacing-sm, 12px) var(--spacing-xl, 32px);
  margin-bottom: 12px;
}
.common-dialog-contain .common-dialog-head .common-dialog-head-main[data-v-cd1e8110] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.common-dialog-contain .common-dialog-head .common-dialog-head-main .common-dialog-head-icon[data-v-cd1e8110] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-dialog-contain .content[data-v-cd1e8110] {
  padding: 0 var(--spacing-xl, 32px);
  padding-bottom: 12px;
  word-break: break-word;
}
.common-dialog-contain .common-dialog-foot[data-v-cd1e8110] {
  display: flex;
  padding: var(--spacing-sm, 12px) var(--spacing-xl, 32px) var(--spacing-xl, 32px) var(--spacing-xl, 32px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-md, 16px);
  align-self: stretch;
}
.common-dialog-contain .common-dialog-foot .cdf-confirm-btn[data-v-cd1e8110],
.common-dialog-contain .common-dialog-foot .cdf-cancel-btn[data-v-cd1e8110] {
  width: 100%;
}

.common-dialog-contain {
  --el-dialog-border-radius: 8px !important;
}
.common-dialog-contain .el-dialog__header {
  padding: 0;
  margin: 0;
}
.common-dialog-contain .el-dialog__body {
  padding: 0;
}
.common-dialog-contain .el-dialog__footer {
  padding: 0;
}

.wallet-deposit-new[data-v-0a970fc4] {
  background-color: #FBFCFD;
}
.wallet-deposit-new .wtn-confirm-dialog-text[data-v-0a970fc4] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-deposit-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-0a970fc4] {
  color: rgb(var(--Labels-Primary));
}
.wallet-deposit-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-0a970fc4] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.wallet-deposit-new .e-sign-main[data-v-0a970fc4] {
  width: 100%;
  height: 100vh;
}
.wallet-deposit-new .e-sign-main .e-sign-fill-blank[data-v-0a970fc4] {
  background-color: #ffffff;
  width: 100%;
  height: 160px;
}
.wallet-deposit-new .project-e-sign-close[data-v-0a970fc4] {
  position: fixed;
  top: 128px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.project-common-form {
  width: 100%;
}
.project-common-form .project-common-form-main {
  width: 100%;
}
.project-common-form .project-common-form-main .project-common-bold-title {
  color: rgb(var(--Label-Strong));
  margin-top: 24px;
  margin-bottom: 24px;
}
.project-common-form .project-common-form-main .line-title {
  color: rgb(var(--Label-Strong));
  margin-top: 40px;
  margin-bottom: 40px;
}
.project-common-form .project-common-form-main .project-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.project-common-form .project-common-form-main .project-common-form-row:last-of-type {
  margin-bottom: 0;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column {
  flex: 1;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item {
  margin-bottom: 0;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label .pcfil-main {
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label .pcfil-main .pcfil-title {
  color: rgba(var(--Label-Neutral));
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label .pcfil-main .pcfil-required {
  color: rgb(var(--Status-Negative));
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content {
  width: 100%;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select {
  width: 100%;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select .el-input__wrapper {
  padding: 11px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 40px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 40px !important;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 11px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-input {
  width: 100%;
  --el-input-height: 40px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-input .el-input__wrapper {
  --el-input-border-radius: 8px;
  --el-input-border-color: #E8EAED;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 12px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-date-picker {
  width: calc(100% - 20px);
  --el-input-height: 40px;
  --el-input-border-radius: 8px !important;
  border-radius: 8px !important;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-date-picker .el-input__wrapper {
  --el-input-border-color: #E8EAED;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-textarea {
  padding: 12px 12px 24px 12px;
  --el-input-border-radius: 8px;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-textarea .el-textarea__inner {
  border: none;
  box-shadow: none;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-textarea .el-input__count {
  right: unset;
  left: 24px;
  bottom: 12px;
}
.project-common-display-form {
  border-radius: var(--cornerRadius-016, 16px);
  border: solid 1px rgba(var(--Line-Normal-Neutral));
  background: rgb(var(--Background-Normal-Normal));
  display: flex;
  flex-direction: row;
  gap: var(--spacing-032, 32px);
}
.project-common-display-form .pcdf-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-bold-title {
  color: rgb(var(--Label-Strong));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value {
  display: flex;
  align-items: center;
  border-radius: var(--cornerRadius-012, 12px);
  border: solid 1px rgba(var(--Line-Normal-Neutral));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-left {
  padding: var(--spacing-020, 20px) var(--spacing-012, 12px) var(--spacing-020, 20px) var(--spacing-012, 12px);
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-left .pravl-avatar {
  width: 32px;
  display: block;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--spacing-014, 14px) var(--spacing-016, 16px) var(--spacing-014, 14px) var(--spacing-004, 4px);
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-right .pravr-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: rgb(var(--Label-Normal));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-right .pravr-value {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-normal-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-normal-container .pdcd-row-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-normal-container .pdcd-row-value {
  color: rgb(var(--Label-Normal));
  max-width: 300px;
  word-wrap: break-word;
}
.project-common-edit-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 12px;
}
.project-e-sign {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.project-e-sign > .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.project-e-sign > .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unlock-n[data-v-cd8c1818] {
  background-color: #FBFCFD;
}
.unlock-n .wtn-confirm-dialog-text[data-v-cd8c1818] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.unlock-n .wtn-confirm-dialog-text .wtncd-text-left[data-v-cd8c1818] {
  color: rgb(var(--Labels-Primary));
}
.unlock-n .wtn-confirm-dialog-text .wtncd-text-right[data-v-cd8c1818] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.unlock-n .unlock-inside[data-v-cd8c1818] {
  width: 816px;
  margin-top: 72px;
  max-height: 100vh;
  padding-bottom: 72px;
}
.unlock-n .unlock-n-dialog-close[data-v-cd8c1818] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}
.unlock-container[data-v-cd8c1818] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.unlock-container .unlock-header[data-v-cd8c1818] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.unlock-container .unlock-header .unlock-htitle[data-v-cd8c1818] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(var(--Label-Normal));
}
.unlock-container .unlock-header .unlock-hdesc[data-v-cd8c1818] {
  word-break: keep-all;
  white-space: nowrap;
}
.unlock-container .unlock-main[data-v-cd8c1818] {
  width: 50%;
}
.unlock-container .unlock-main .unlock-list[data-v-cd8c1818] {
  display: flex;
  gap: 24px;
}
.unlock-container .unlock-main .unlock-list .unlock-item[data-v-cd8c1818] {
  flex: 1;
  border-radius: var(--radius-sm, 8px);
  border: 2px solid rgba(var(--Line-Normal-Normal));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border 0.1s ease;
}
.unlock-container .unlock-main .unlock-list .unlock-item.active[data-v-cd8c1818] {
  border: 2px solid rgb(var(--Primary-Normal));
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-top[data-v-cd8c1818] {
  height: 236px;
  position: relative;
  overflow: hidden;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-top .spi-header-bg[data-v-cd8c1818] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-top .spi-header[data-v-cd8c1818] {
  padding: 24px 24px 12px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-top .spi-header .spih-icon[data-v-cd8c1818] {
  width: 24px;
  height: 24px;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-top .spi-header .spih-icon[data-v-cd8c1818] svg {
  width: 24px;
  height: 24px;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-top .spi-header .spih-title[data-v-cd8c1818] {
  font-size: 16px;
  color: rgb(var(--Label-Strong));
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-main[data-v-cd8c1818] {
  padding: var(--spacing-xs, 8px) 0px;
  border-radius: var(--radius-lg, 16px) var(--radius-lg, 16px) 0px 0px;
  background: rgb(var(--Background-Normal-Normal));
  flex: 1;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-main .spim-list[data-v-cd8c1818] {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-main .spim-list .spim-item[data-v-cd8c1818] {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 0.5px solid rgb(var(--Background-Normal-Alternative));
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-main .spim-list .spim-item[data-v-cd8c1818]:last-of-type {
  border-bottom: none;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-main .spim-list .spim-item .spimi-icon[data-v-cd8c1818] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-bottom[data-v-cd8c1818] {
  height: 80px;
  padding: 0px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(var(--Background-Normal-Alternative));
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-bottom .spib-title[data-v-cd8c1818] {
  color: rgb(var(--Label-Normal));
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-bottom .spib-switch[data-v-cd8c1818] {
  display: flex;
  width: 52px;
  padding: 4px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(var(--Fill-Strong));
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.1s ease-in-out;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-bottom .spib-switch .spib-switch-block[data-v-cd8c1818] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(var(--Static-White));
  transition: transform 0.1s ease-in-out;
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-bottom .spib-switch.active[data-v-cd8c1818] {
  background: rgb(var(--Primary-Normal));
}
.unlock-container .unlock-main .unlock-list .unlock-item .unlock-item-bottom .spib-switch.active .spib-switch-block[data-v-cd8c1818] {
  background: rgb(var(--Static-White));
  transform: translateX(calc(100% - 4px));
}
.unlock-container .unlock-footer .unlock-footer-btn[data-v-cd8c1818] {
  width: 330px;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.unlock-n-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.unlock-n-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.unlock-n-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enable-plan-new[data-v-902535fa] {
  background-color: #FBFCFD;
}
.enable-plan-new .wtn-confirm-dialog-text[data-v-902535fa] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.enable-plan-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-902535fa] {
  color: rgb(var(--Labels-Primary));
}
.enable-plan-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-902535fa] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.enable-plan-new .enable-plan-main[data-v-902535fa] {
  width: 100%;
  background-color: #ffffff;
  min-height: 306px;
  box-sizing: border-box;
  border-radius: 8px;
}
.enable-plan-new .enable-plan-main .epm-header[data-v-902535fa] {
  padding: 32px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enable-plan-new .enable-plan-main .epm-header .epm-title[data-v-902535fa] {
  color: rgb(var(--Label-Normal));
}
.enable-plan-new .enable-plan-main .epm-header .epm-desc[data-v-902535fa] {
  color: rgba(var(--Label-Neutral));
}
.enable-plan-new .enable-plan-main .epm-content[data-v-902535fa] {
  display: flex;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  border-radius: var(--radius-sm, 8px);
  overflow: hidden;
  margin: 0 32px;
  box-sizing: border-box;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-left[data-v-902535fa] {
  position: relative;
  width: 325px;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-left .epmcl-bg[data-v-902535fa] {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 0;
  height: 100%;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-left .epmcl-header[data-v-902535fa] {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-left .epmcl-header .epmcl-header-icon[data-v-902535fa] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-left .epmcl-header .epmcl-header-icon[data-v-902535fa] svg {
  width: 24px;
  height: 24px;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-right[data-v-902535fa] {
  width: 270px;
  position: relative;
  z-index: 2;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-right .epmcr-list[data-v-902535fa] {
  border-radius: var(--radius-md, 12px) var(--radius-none, 0px) 0px var(--radius-md, 12px);
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.03), 0px 0px 1px 0px rgba(0, 0, 0, 0.03);
  padding: 8px 24px;
  display: flex;
  flex-direction: column;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-right .epmcr-list .epmcr-item[data-v-902535fa] {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 0.5px solid var(--Gray-Gray3, #E7E7E7);
}
.enable-plan-new .enable-plan-main .epm-content .epmc-right .epmcr-list .epmcr-item[data-v-902535fa]:last-of-type {
  border-bottom: none;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-right .epmcr-list .epmcr-item .epmcri-icon[data-v-902535fa] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enable-plan-new .enable-plan-main .epm-content .epmc-right .epmcr-list .epmcr-item .epmcri-desc[data-v-902535fa] {
  word-break: auto-phrase;
}
.enable-plan-new .enable-plan-main .epmc-bottom[data-v-902535fa] {
  padding: 24px 32px 32px 32px;
  display: flex;
  gap: 12px;
}
.enable-plan-new .enable-plan-main .epmc-bottom .epmcb-btn[data-v-902535fa] {
  flex: 1;
}
.enable-plan-new .enable-plan-new-dialog-close[data-v-902535fa] {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.enable-plan-new-dialog {
  --el-dialog-border-radius: 8px !important;
}
.enable-plan-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.enable-plan-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.iframe-pop-dialog[data-v-4febc6f0] {
  background-color: #FBFCFD;
}
.iframe-pop-dialog .iframe-pop-dialog-close[data-v-4febc6f0] {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.iframe-pop-dialog .iframe-pop-main[data-v-4febc6f0] {
  width: 100%;
  height: 100%;
}
.iframe-pop-dialog .iframe-pop-main .ifp-content[data-v-4febc6f0] {
  width: 100%;
  height: 100%;
}
.iframe-pop-dialog .iframe-pop-main .ifp-content .iframe-pop-main[data-v-4febc6f0] {
  width: 100%;
  height: 100%;
}
.iframe-pop-dialog .iframe-pop-main .ifp-content .iframe-pop-main .iframe-content[data-v-4febc6f0] {
  width: 100%;
  height: 100%;
}

.iframe-pop-dialog {
  --el-dialog-border-radius: 8px !important;
}
.iframe-pop-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.iframe-pop-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.projecct-precedure-child-container .ppcc-header[data-v-3dbc744c] {
  padding: var(--spacing-036, 36px) var(--spacing-036, 36px) var(--spacing-md, 16px) var(--spacing-036, 36px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projecct-precedure-child-container .ppcc-header .ppcch-title[data-v-3dbc744c] {
  color: rgb(var(--Label-Strong));
}
.projecct-precedure-child-container .ppcc-header .ppcch-desc[data-v-3dbc744c] {
  color: rgba(var(--Label-Neutral));
  word-break: keep-all;
}
.projecct-precedure-child-container .ppcc-content[data-v-3dbc744c] {
  padding: var(--spacing-lg, 24px) var(--spacing-036, 36px) var(--spacing-xxl, 40px) var(--spacing-036, 36px);
}

.zoomable-canvas[data-v-3549699a] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zoomable-canvas .canvas-container[data-v-3549699a] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 防止文本选择 */
}
.zoomable-canvas .canvas-container .canvas-wrapper[data-v-3549699a] {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transition: transform 0.1s ease;
}
.zoomable-canvas .canvas-container .canvas-wrapper canvas[data-v-3549699a] {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.zoomable-canvas .canvas-container .zoom-info[data-v-3549699a] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 10;
  transition: opacity 0.3s;
  pointer-events: none;
  /* 防止干扰拖拽 */
}

.pdf-viewer[data-v-4b884cf3] {
  width: 100%;
  height: 100%;
}
.viewer-content[data-v-4b884cf3] {
  display: flex;
  height: 100%;
}
.main-content[data-v-4b884cf3] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  position: relative;
}
.main-content .pdf-tools .pdf-tool-extenal-link[data-v-4b884cf3] {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 12px;
}
.pages-container[data-v-4b884cf3] {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
}
.page-container[data-v-4b884cf3] {
  position: relative;
  /* 确保文本层相对于容器定位 */
  overflow: hidden;
  min-height: 100%;
  flex: 0 0 100%;
  /* 禁止伸缩，高度强制100% */
}
.page-container canvas[data-v-4b884cf3] {
  display: block;
  width: 100%;
}
.page-container .text-layer[data-v-4b884cf3] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
  /* 文本层完全透明 */
  line-height: 1;
  pointer-events: none;
  /* 允许文本选择 */
}
.page-container .text-layer[data-v-4b884cf3] span {
  color: transparent;
  /* 文本透明，避免影响视觉效果 */
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
  pointer-events: auto;
  /* 允许文本选择 */
}
.page-container .text-layer[data-v-4b884cf3] span::-moz-selection {
  background: rgba(180, 212, 255, 0.8);
  /* 选中文本的背景色 */
}
.page-container .text-layer[data-v-4b884cf3] span::selection {
  background: rgba(180, 212, 255, 0.8);
  /* 选中文本的背景色 */
}
.error-message[data-v-4b884cf3] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #e74c3c;
  padding: 20px;
  font-size: 16px;
  background: #ffecec;
  border-radius: 5px;
  font-weight: 500;
  z-index: 10;
}
@keyframes spin-4b884cf3 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.projecct-precedure-child-container[data-v-3cae1b36] {
  height: 100%;
}
.projecct-precedure-child-container .ppcc-content[data-v-3cae1b36] {
  padding: var(--spacing-lg, 24px) var(--spacing-036, 36px) var(--spacing-xxl, 40px) var(--spacing-036, 36px);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projecct-precedure-child-container .ppcc-content .ppcc-icon-container[data-v-3cae1b36] {
  display: inline;
  width: 292px;
  height: 163px;
  padding: 0 51px;
  border-radius: 16px;
  background: #F4F7FF;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.projecct-precedure-child-container .ppcc-content .ppcc-title[data-v-3cae1b36] {
  color: rgb(var(--Label-Strong));
  margin-bottom: 8px;
  text-align: center;
}
.projecct-precedure-child-container .ppcc-content .ppcc-desc[data-v-3cae1b36] {
  color: rgba(var(--Label-Neutral));
  text-align: center;
  word-break: normal;
}

.projecct-precedure-child-container .ppcc-header[data-v-35aed2ba] {
  padding: var(--spacing-036, 36px) var(--spacing-036, 36px) var(--spacing-md, 16px) var(--spacing-036, 36px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projecct-precedure-child-container .ppcc-header .ppcch-title[data-v-35aed2ba] {
  color: rgb(var(--Label-Strong));
}
.projecct-precedure-child-container .ppcc-header .ppcch-desc[data-v-35aed2ba] {
  color: rgba(var(--Label-Neutral));
  word-break: keep-all;
}
.projecct-precedure-child-container .ppcc-content[data-v-35aed2ba] {
  padding: var(--spacing-lg, 24px) var(--spacing-036, 36px) var(--spacing-xxl, 40px) var(--spacing-036, 36px);
}

.projecct-precedure-child-container[data-v-44e5c828] {
  height: 100%;
}
.projecct-precedure-child-container .ppcc-content[data-v-44e5c828] {
  padding: var(--spacing-lg, 24px) var(--spacing-036, 36px) var(--spacing-xxl, 40px) var(--spacing-036, 36px);
  height: 100%;
  box-sizing: border-box;
}

.project-kyc-procedure-status[data-v-732104ea] {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-kyc-procedure-status .pkps-main[data-v-732104ea] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-kyc-procedure-status .pkps-main .pkps-icon[data-v-732104ea] {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.project-kyc-procedure-status .pkps-main .pkps-title[data-v-732104ea] {
  color: rgb(var(--Label-Strong));
  margin-bottom: 8px;
}
.project-kyc-procedure-status .pkps-main .pkps-desc[data-v-732104ea] {
  color: rgba(var(--Label-Neutral));
  word-break: normal;
}

div .project-kyc-procedure .project-kyc-procedure-main {
  display: flex;
  height: 100%;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left {
  height: 100%;
  flex: 438;
  padding: 48px;
  background: rgb(var(--Background-Normal-Alternative));
  box-sizing: border-box;
  border-top-left-radius: var(--cornerRadius-020, 20px);
  border-bottom-left-radius: var(--cornerRadius-020, 20px);
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-title {
  color: rgb(var(--Label-Strong));
  margin-bottom: 8px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-desc {
  color: rgba(var(--Label-Neutral));
  margin-bottom: 36px;
  word-break: keep-all;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item {
  border-radius: var(--cornerRadius-016, 16px);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
  padding: var(--spacing-020, 20px);
  display: flex;
  align-items: center;
  gap: var(--spacing-012, 12px);
  background: #FFF;
  transition: all ease 0.2s;
  border: solid 2px transparent;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.can-click {
  cursor: pointer;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.current {
  border: solid 2px rgb(var(--Primary-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.current .pkpl-mi-left {
  background: rgb(var(--Primary-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.finished {
  background: var(--Blue-95, #EAEFFE);
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.finished .pkpl-mi-left {
  background: rgb(var(--Primary-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.fail {
  background: #FF4242;
  border: solid 2px #FF4242;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.fail .pkpl-mi-left {
  background: red;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.fail .pkpl-mi-right {
  color: rgb(var(--Label-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item .pkpl-mi-left {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: rgb(var(--Static-White));
  background: rgba(var(--Fill-Strong));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item .pkpl-mi-right {
  color: rgb(var(--Label-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right {
  flex: 516;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: var(--cornerRadius-020, 20px);
  border-bottom-right-radius: var(--cornerRadius-020, 20px);
  position: relative;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-main {
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  overflow-y: scroll;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer {
  width: 100%;
  box-sizing: border-box;
  padding: var(--spacing-lg, 24px) var(--spacing-xxxl, 48px) var(--spacing-xxl, 40px) var(--spacing-xxxl, 48px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer .pkpr-footer-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer .pkpr-footer-tips > span {
  color: rgba(var(--Label-Alternative));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer .pkpr-footer-btn-group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer .pkpr-footer-btn-group .pkprf-btn {
  flex: 1;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer .pkpr-footer-btn-group .pkprf-btn-skip {
  flex: 1;
}

.project-kyc-procedure {
  --el-dialog-border-radius: 8px !important;
  max-width: 954px;
}
.project-kyc-procedure > .el-dialog__header {
  padding: 0;
  margin: 0;
}
.project-kyc-procedure > .el-dialog__body {
  padding: 0;
  height: 72vh;
  max-height: 592px;
  overflow-y: scroll;
}
.project-kyc-procedure > .el-dialog__footer {
  padding: 0;
}

.transfer-left-side[data-v-88ed6888] {
  width: 100%;
}
.transfer-left-side .transfer-left-side-logo-container[data-v-88ed6888] {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.transfer-left-side .transfer-left-side-logo-container .transfer-left-side-logo[data-v-88ed6888] {
  width: 89.295px;
}
.transfer-left-side .transfer-left-side-logo-container .transfer-left-side-list[data-v-88ed6888] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-left-side .transfer-left-side-logo-container .transfer-left-side-list .transfer-left-side-item[data-v-88ed6888] {
  padding: 8px 16px;
  border-left: 2px solid transparent;
  transition: all ease 0.1s;
}
.transfer-left-side .transfer-left-side-logo-container .transfer-left-side-list .transfer-left-side-item.can-be-click[data-v-88ed6888] {
  cursor: pointer;
}
.transfer-left-side .transfer-left-side-logo-container .transfer-left-side-list .transfer-left-side-item.active[data-v-88ed6888] {
  border-left: 2px solid rgb(var(--Colors-Blue));
}

.wallet-transfer-new-pop {
  display: flex;
  width: 100%;
  height: 100%;
  --wallet-transfer-new-container-gap: 24px;
}
.wallet-transfer-new-pop .wallet-transfer-left-side {
  flex: 1;
  padding: 36px 36px 36px 88px;
  box-sizing: border-box;
}
.wallet-transfer-new-pop .wallet-transfer-new-container {
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  gap: var(--wallet-transfer-new-container-gap);
  height: 100%;
  box-sizing: border-box;
}
.wallet-transfer-new-pop .wallet-transfer-right-side {
  flex: 1;
  padding: 36px 88px 36px 36px;
  box-sizing: border-box;
}

.wallet-transfer-confirm-d[data-v-20ec545a] {
  background-color: #FBFCFD;
}
.wallet-transfer-confirm-d .wallet-transfer-confirm-d-dialog-close[data-v-20ec545a] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-transfer-confirm-d-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 546px;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside {
  padding: 48px;
  border-radius: 14px;
  background: rgb(var(--Grays-White));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-icon > img {
  display: block;
  width: 76px;
  height: 76px;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-center .wtdmi-title {
  color: rgb(var(--Labels-Primary));
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-center .wtdmi-desc {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-footer .wtcdmi-home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  height: auto;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-footer .wtcdmi-status-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  height: auto;
}
.wallet-transfer-confirm-d-dialog .wallet-transfer-confirm-d-main .wtcdm-inside .wtcdmi-footer .wtcdmi-extra-btn {
  color: rgb(var(--Grays-White));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  height: auto;
}
.wallet-transfer-confirm-d-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-transfer-confirm-d-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awx-component-sdk-container[data-v-4bf10616] {
  height: 100%;
}
.awx-component-sdk-container .awx-component-wrapper[data-v-4bf10616] {
  height: 100%;
}
.awx-component-sdk-container .awx-component-wrapper .awx-component-root[data-v-4bf10616] {
  height: 100%;
}

.wallet-deposit-new[data-v-25257b72] {
  background-color: #FBFCFD;
}
.wallet-deposit-new .wtn-confirm-dialog-text[data-v-25257b72] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-deposit-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-25257b72] {
  color: rgb(var(--Labels-Primary));
}
.wallet-deposit-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-25257b72] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.wallet-deposit-new .kyc-main[data-v-25257b72] {
  width: 100%;
  height: 100vh;
}
.wallet-deposit-new .kyc-main .kyc-fill-blank[data-v-25257b72] {
  background-color: #ffffff;
  width: 100%;
  height: 160px;
}
.wallet-deposit-new .wallet-deposit-new-dialog-close[data-v-25257b72] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-deposit-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-deposit-new-dialog > .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-deposit-new-dialog > .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.permission-pop {
  position: relative;
  overflow: hidden;
}
.permission-pop .el-dialog__header {
  padding: 0;
}
.permission-pop .el-dialog__body {
  color: #878787;
  padding: 32px;
}
.permission-pop .el-dialog__body .dialog-content .abs .circle_bg {
  position: absolute;
  z-index: 111145465460;
  width: 400px;
  height: 400px;
  background-color: #ebf1fe;
  border-radius: 50%;
}
.permission-pop .el-dialog__body .dialog-content .abs .circle_bg.left {
  left: -42%;
  bottom: -75%;
}
.permission-pop .el-dialog__body .dialog-content .abs .circle_bg.right {
  right: -24%;
  top: -34%;
  width: 220px;
  height: 220px;
}
.permission-pop .el-dialog__body .content-header {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  margin: 20px 0 12px 0;
}
.permission-pop .el-dialog__body .content-welcome-text {
  font-size: 14px;
  line-height: 24px;
  word-break: keep-all;
}
.permission-pop .el-dialog__body .content-main .content-row {
  margin: 20px 0;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.permission-pop .el-dialog__body .content-main .content-row .cr-left {
  margin-right: 20px;
}
.permission-pop .el-dialog__body .content-main .content-row .cr-left .icon-calendar {
  width: 28px;
  height: 28px;
}
.permission-pop .el-dialog__body .content-main .content-row .cr-left .icon-calendar > img {
  width: 100%;
  height: 100%;
}
.permission-pop .el-dialog__body .content-main .content-row .cr-middle {
  flex: 1;
}
.permission-pop .el-dialog__body .content-main .content-row .cr-middle .talk-to-expert {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.permission-pop .el-dialog__body .content-main .content-row .cr-middle .choose-date-time {
  font-size: 12px;
}
.cus-btn {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.cus-btn1 {
  border: 1px solid #cccccc;
}
.cus-btn1:hover {
  background: #fbfbfb;
}
.dialog-heade {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dialog-heade > div {
  cursor: pointer;
}
.dialog-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.dialog-title.center {
  justify-content: center;
}
.dialog-text {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.dialog-text > span {
  padding-left: 10px;
  color: black;
  font-size: 16px;
}

.rfi-pop-new[data-v-21d8afff] {
  background-color: #FBFCFD;
}
.rfi-pop-new .wtn-confirm-dialog-text[data-v-21d8afff] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.rfi-pop-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-21d8afff] {
  color: rgb(var(--Labels-Primary));
}
.rfi-pop-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-21d8afff] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.rfi-pop-new .kyc-main[data-v-21d8afff] {
  width: 100%;
  height: 100vh;
}
.rfi-pop-new .kyc-main .kyc-fill-blank[data-v-21d8afff] {
  background-color: #ffffff;
  width: 100%;
  height: 160px;
}
.rfi-pop-new .rfi-pop-new-dialog-close[data-v-21d8afff] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.rfi-pop-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.rfi-pop-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.rfi-pop-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rfi-pop-new[data-v-14911ac0] {
  background-color: #FBFCFD;
}
.rfi-pop-new .wtn-confirm-dialog-text[data-v-14911ac0] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.rfi-pop-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-14911ac0] {
  color: rgb(var(--Labels-Primary));
}
.rfi-pop-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-14911ac0] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.rfi-pop-new .kyc-main[data-v-14911ac0] {
  width: 100%;
  height: 100vh;
}
.rfi-pop-new .kyc-main .kyc-fill-blank[data-v-14911ac0] {
  background-color: #ffffff;
  width: 100%;
  height: 160px;
}
.rfi-pop-new .rfi-pop-new-dialog-close[data-v-14911ac0] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.rfi-pop-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.rfi-pop-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.rfi-pop-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rfi-pop-new[data-v-b08881b0] {
  background-color: #FBFCFD;
}
.rfi-pop-new .wtn-confirm-dialog-text[data-v-b08881b0] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.rfi-pop-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-b08881b0] {
  color: rgb(var(--Labels-Primary));
}
.rfi-pop-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-b08881b0] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.rfi-pop-new .kyc-main[data-v-b08881b0] {
  width: 100%;
  height: 100vh;
}
.rfi-pop-new .kyc-main .kyc-fill-blank[data-v-b08881b0] {
  background-color: #ffffff;
  width: 100%;
  height: 160px;
}
.rfi-pop-new .rfi-pop-new-dialog-close[data-v-b08881b0] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.rfi-pop-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.rfi-pop-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.rfi-pop-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet-sca-verify-new[data-v-cf50dca6] {
  background-color: #FBFCFD;
}
.wallet-sca-verify-new .wtn-confirm-dialog-text[data-v-cf50dca6] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-sca-verify-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-cf50dca6] {
  color: rgb(var(--Labels-Primary));
}
.wallet-sca-verify-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-cf50dca6] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.wallet-sca-verify-new .sca-main[data-v-cf50dca6] {
  width: 100%;
  padding: 32px;
  background-color: #ffffff;
  min-height: 306px;
  box-sizing: border-box;
  border-radius: 8px;
}
.wallet-sca-verify-new .sca-main .sca-fill-blank[data-v-cf50dca6] {
  width: 100%;
  height: 160px;
}
.wallet-sca-verify-new .wallet-sca-verify-new-dialog-close[data-v-cf50dca6] {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-sca-verify-new-dialog {
  --el-dialog-border-radius: 8px !important;
}
.wallet-sca-verify-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-sca-verify-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.select-plan-n[data-v-1c1aadaa] {
  background-color: #FBFCFD;
}
.select-plan-n .wtn-confirm-dialog-text[data-v-1c1aadaa] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.select-plan-n .wtn-confirm-dialog-text .wtncd-text-left[data-v-1c1aadaa] {
  color: rgb(var(--Labels-Primary));
}
.select-plan-n .wtn-confirm-dialog-text .wtncd-text-right[data-v-1c1aadaa] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.select-plan-n .select-plan-inside[data-v-1c1aadaa] {
  margin: auto;
  max-width: 1236px;
  width: 81.74vw;
}
.select-plan-n .select-plan-n-dialog-close[data-v-1c1aadaa] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}
.select-plan-container[data-v-1c1aadaa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.select-plan-container .select-plan-header[data-v-1c1aadaa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.select-plan-container .select-plan-header .select-plan-htitle[data-v-1c1aadaa] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(var(--Label-Normal));
}
.select-plan-container .select-plan-main[data-v-1c1aadaa] {
  width: 100%;
}
.select-plan-container .select-plan-main .select-plan-list[data-v-1c1aadaa] {
  display: flex;
  gap: 24px;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item[data-v-1c1aadaa] {
  flex: 1;
  border-radius: var(--radius-sm, 8px);
  border: 2px solid rgba(var(--Line-Normal-Normal));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border 0.1s ease;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item.active[data-v-1c1aadaa] {
  border: 2px solid rgb(var(--Primary-Normal));
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-top[data-v-1c1aadaa] {
  height: 228px;
  position: relative;
  overflow: hidden;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-top .spi-header-bg[data-v-1c1aadaa] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-top .spi-header[data-v-1c1aadaa] {
  padding: 24px 24px 12px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-top .spi-header .spih-icon[data-v-1c1aadaa] {
  width: 24px;
  height: 24px;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-top .spi-header .spih-icon[data-v-1c1aadaa] svg {
  width: 24px;
  height: 24px;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-top .spi-header .spih-title[data-v-1c1aadaa] {
  font-size: 16px;
  color: rgb(var(--Label-Strong));
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-main[data-v-1c1aadaa] {
  padding: var(--spacing-xs, 8px) 0px;
  border-radius: var(--radius-lg, 16px) var(--radius-lg, 16px) 0px 0px;
  background: rgb(var(--Background-Normal-Normal));
  flex: 1;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-main .spim-list[data-v-1c1aadaa] {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-main .spim-list .spim-item[data-v-1c1aadaa] {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 0.5px solid rgb(var(--Background-Normal-Alternative));
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-main .spim-list .spim-item[data-v-1c1aadaa]:last-of-type {
  border-bottom: none;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-main .spim-list .spim-item .spimi-icon[data-v-1c1aadaa] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-main .spim-list .spim-item .spimi-text[data-v-1c1aadaa] {
  color: rgb(var(--Label-Normal));
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-bottom[data-v-1c1aadaa] {
  height: 80px;
  padding: 0px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(var(--Background-Normal-Alternative));
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-bottom .spib-title[data-v-1c1aadaa] {
  color: rgb(var(--Label-Normal));
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-bottom .spib-switch[data-v-1c1aadaa] {
  display: flex;
  width: 52px;
  padding: 4px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(var(--Fill-Strong));
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.1s ease-in-out;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-bottom .spib-switch .spib-switch-block[data-v-1c1aadaa] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(var(--Static-White));
  transition: transform 0.1s ease-in-out;
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-bottom .spib-switch.active[data-v-1c1aadaa] {
  background: rgb(var(--Primary-Normal));
}
.select-plan-container .select-plan-main .select-plan-list .select-plan-item .select-plan-item-bottom .spib-switch.active .spib-switch-block[data-v-1c1aadaa] {
  background: rgb(var(--Static-White));
  transform: translateX(calc(100% - 4px));
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.select-plan-n-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.select-plan-n-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.select-plan-n-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.rl-common-switch-container[data-v-09a3d936] {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 50px;
  background: rgba(var(--Fill-Alternative));
}
.rl-common-switch-container .custom-active-action[data-v-09a3d936],
.rl-common-switch-container .custom-inactive-action[data-v-09a3d936] {
  padding: 2px 24px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full, 9999px);
  background: transparent;
  cursor: pointer;
  color: rgba(var(--Label-Alternative));
  text-align: center;
  font-feature-settings: 'ss10' on;
  transition: all 0.15s ease;
}
.rl-common-switch-container .custom-active-action.active[data-v-09a3d936],
.rl-common-switch-container .custom-inactive-action.active[data-v-09a3d936] {
  background: rgb(var(--Static-White));
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09), 0px 0px 2px 0px rgba(0, 0, 0, 0);
}

.spcmd-table[data-v-4aa1921d] {
  width: 100%;
}
.spcmd-table .spcmd-table-head[data-v-4aa1921d] {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 78px;
}
.spcmd-table .spcmd-table-head .spcmd-table-column[data-v-4aa1921d] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--Label-Normal));
  height: 100%;
  border-radius: var(--cornerRadius-024, 24px) var(--cornerRadius-024, 24px) 0 0;
}
.spcmd-table .spcmd-table-head .spcmd-table-column.active[data-v-4aa1921d] {
  border-top: 2px solid rgb(var(--Primary-Normal));
  border-right: 2px solid rgb(var(--Primary-Normal));
  border-left: 2px solid rgb(var(--Primary-Normal));
}
.spcmd-table .spcmd-table-body[data-v-4aa1921d] {
  width: 100%;
}
.spcmd-table .spcmd-table-body .spcmd-table-row[data-v-4aa1921d] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 96px;
}
.spcmd-table .spcmd-table-body .spcmd-table-row.blank[data-v-4aa1921d] {
  background: var(--Blue-95, #EAEFFE);
}
.spcmd-table .spcmd-table-body .spcmd-table-row:last-of-type .spcmd-table-column.active[data-v-4aa1921d] {
  border-bottom: 2px solid rgb(var(--Primary-Normal));
  border-bottom-left-radius: var(--cornerRadius-024, 24px);
  border-bottom-right-radius: var(--cornerRadius-024, 24px);
}
.spcmd-table .spcmd-table-body .spcmd-table-row .spcmd-table-column[data-v-4aa1921d] {
  flex: 1;
}
.spcmd-table .spcmd-table-body .spcmd-table-row .spcmd-table-column.active[data-v-4aa1921d] {
  border-right: 2px solid rgb(var(--Primary-Normal));
  border-left: 2px solid rgb(var(--Primary-Normal));
}
.spcmd-table .spcmd-table-body .spcmd-table-row .spcmd-table-column .spcmd-table-column-content[data-v-4aa1921d] {
  padding: var(--gap-024, 24px);
  height: 100%;
  box-sizing: border-box;
}
.spcmd-table .spcmd-table-body .spcmd-table-row .spcmd-table-column .spcmd-table-column-content .stcc-name[data-v-4aa1921d] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: rgb(var(--Label-Strong));
  height: 100%;
}
.spcmd-table .spcmd-table-body .spcmd-table-row .spcmd-table-column .spcmd-table-column-content .stcc-plan[data-v-4aa1921d] {
  color: rgb(var(--Label-Normal));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spcmd-table .spcmd-table-body .spcmd-table-row .spcmd-table-column .spcmd-table-column-content .stcc-plan .stcc-plan-tick[data-v-4aa1921d] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spcmd-table .spcmd-table-body .spcmd-table-row .spcmd-table-column .spcmd-table-column-content .stcc-plan .stcc-plan-desc[data-v-4aa1921d] {
  text-align: center;
}

.subscription-component[data-v-456ae370] {
  padding: var(--spacing-024, 24px) 0;
}
.subscription-component .subscription-c-main[data-v-456ae370] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.subscription-component .subscription-c-main .subscription-c-header[data-v-456ae370] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.subscription-component .subscription-c-main .subscription-c-header .sch-text-section[data-v-456ae370] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.subscription-component .subscription-c-main .subscription-c-header .sch-text-section .sch-title[data-v-456ae370] {
  color: rgb(var(--Label-Normal));
}
.subscription-component .subscription-c-main .subscription-c-header .sch-text-section .sch-desc[data-v-456ae370] {
  color: rgba(var(--Label-Neutral));
}
.subscription-component .subscription-c-main .subscription-c-header .sch-text-section .sch-promotion[data-v-456ae370] {
  margin-bottom: 16px;
  border: 1px solid #1765ff;
  background: #DBE7FF;
  color: rgb(var(--Primary-Normal));
  padding: 6px;
  border-radius: 6px;
}
.subscription-component .subscription-c-main .subsciption-c-content[data-v-456ae370] {
  width: 100%;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list[data-v-456ae370] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item[data-v-456ae370] {
  flex: 1;
  padding: var(--spacing-024, 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-024, 24px);
  align-self: stretch;
  border-radius: var(--cornerRadius-020, 20px);
  border: 1px solid rgba(var(--Line-Normal-Alternative));
  background: rgb(var(--Background-Normal-Neutral));
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-header[data-v-456ae370] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-header .scciht[data-v-456ae370] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-header .scciht .scciht-scciht-icon[data-v-456ae370] {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-header .scciht .scciht-title[data-v-456ae370] {
  color: rgb(var(--Label-Normal));
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-header .sccihb[data-v-456ae370] {
  color: rgba(var(--Label-Alternative));
  min-height: 48px;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-price-section[data-v-456ae370] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-price-section .sccips-price[data-v-456ae370] {
  color: rgb(var(--Label-Normal));
  display: flex;
  align-items: flex-end;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-price-section .sccips-price-desc[data-v-456ae370] {
  color: rgba(var(--Label-Alternative));
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-price-section .sccih-origin-pricce[data-v-456ae370] {
  margin-left: 8px;
  color: rgb(var(--Label-Neutral));
  text-decoration: line-through;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-active-btn-group[data-v-456ae370] {
  width: 100%;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-active-btn-group > div[data-v-456ae370] {
  width: 100%;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-desc-list[data-v-456ae370] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-desc-list .scci-desc-item-first[data-v-456ae370] {
  color: rgba(var(--Label-Alternative));
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-desc-list .scci-desc-item[data-v-456ae370] {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-desc-list .scci-desc-item .sccidil-icon[data-v-456ae370] {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fill-Alternative));
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-list .scc-item .scci-desc-list .scci-desc-item .sccidil-text[data-v-456ae370] {
  color: rgb(var(--Label-Normal));
}
.subscription-component .subscription-c-main .subsciption-c-content .scc-footer[data-v-456ae370] {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgb(var(--Label-Normal));
}

.wallet-subscribe .wallet-subscribe-dialog-close[data-v-c8a840c4] {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.wallet-subscribe .wallet-subscribe-dialog .wallet-subscribe-main[data-v-c8a840c4] {
  padding: var(--spacing-076, 76px) 68px var(--spacing-024, 24px) 68px;
  height: 100%;
  box-sizing: border-box;
}

.wallet-subscribe-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
}
.wallet-subscribe-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-subscribe-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.transfer-amount-input-container[data-v-003d7258] {
  width: 100%;
}
.transfer-amount-input-container.conversion .transfer-amount-input[data-v-003d7258] {
  height: 48px !important;
}
.transfer-amount-input-container.conversion .transfer-currency-select[data-v-003d7258] {
  height: 48px !important;
}
.transfer-amount-input-container .transfer-amount-input[data-v-003d7258] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
}
.transfer-amount-input-container .transfer-amount-input[data-v-003d7258] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-amount-input-container .transfer-amount-input[data-v-003d7258] .el-input__wrapper {
  padding: 16px;
  border-radius: 8px;
}
.transfer-amount-input-container .transfer-amount-input[data-v-003d7258] .el-input__inner {
  --el-input-inner-height: 28px !important;
}
.ccmf-form-item .ccmf-form-item-label[data-v-003d7258] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ccmf-form-item .ccmf-form-item-label .ccmf-form-item-label-right[data-v-003d7258] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ccmf-form-item .ccmf-form-item-label .ccmf-form-item-label-right > span[data-v-003d7258]:first-of-type,
.ccmf-form-item .ccmf-form-item-label .ccmf-form-item-label-right > span[data-v-003d7258]:last-of-type {
  color: rgba(var(--Labels-Secondary));
}
.ccmf-form-item .ccmf-form-item-main[data-v-003d7258] {
  width: 100%;
}
.ccmf-form-item .ccmf-form-item-main .ccmf-form-item-input-container[data-v-003d7258] {
  width: 100%;
}

.transfer-amount-input-container .transfer-amount-input .el-input-group__append {
  --el-fill-color-light: #ffffff;
  box-shadow: none;
  border-radius: 8px;
}
.transfer-amount-input-container .transfer-amount-input .el-input__inner {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Title3/Emphasized */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  letter-spacing: -0.45px;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .select-trigger {
  height: 100%;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .select-trigger .el-input {
  height: 100%;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__suffix-inner > :first-child {
  margin-left: 0px;
  margin-right: 4px;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__inner {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__prefix {
  height: auto;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__prefix .el-input__prefix-inner > div {
  height: auto !important;
  margin-right: 8px !important;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__wrapper {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border-radius: 8px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-amount-input-container .transfer-amount-input > .el-input__wrapper {
  padding-left: 16px;
  box-shadow: none;
  border-radius: 8px;
}
.transfer-currency-select-pop {
  --el-popper-border-radius: 8px;
  --el-border-radius-base: 14px;
  background: rgb(var(--Grays-White));
  border-radius: 8px !important;
  /* Shadow/Flyout Menu */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 33.2px 0px rgba(9, 11, 17, 0.09);
}
.transfer-currency-select-pop .el-scrollbar {
  border-radius: 14px;
}
.transfer-currency-select-pop .el-select-dropdown__wrap {
  max-height: 370px;
}
.transfer-currency-select-pop .el-popper__arrow {
  display: none;
}
.transfer-currency-select-pop .el-select-dropdown__list {
  position: relative;
  margin-top: 0 !important;
}
.transfer-currency-select-pop .transfer-currency-filter {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 16px 16px 16px 16px;
  border-bottom: 0.5px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  box-sizing: border-box;
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input {
  border-radius: 8px;
  --el-input-bg-color: rgba(var(--Fills-Quaternary));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  --color: #000000;
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input .el-input__wrapper {
  padding: 8px 10px;
  --el-input-border-radius: 8px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input .el-input__inner {
  --el-input-inner-height: 20px !important;
  color: rgba(var(--Labels-Tertiary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-currency-select-pop .transfer-currency-option {
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
  min-width: 360px;
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  /* Title2/Emphasized */
  line-height: 13px;
  /* 127.273% */
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item .select-currency {
  color: rgb(var(--Labels-Primary));
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item .select-name .select-name-num {
  color: rgba(var(--Labels-Secondary));
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item .select-name .select-name-currency {
  color: rgba(var(--Labels-Tertiary));
}

.transfer-method.open .transfer-method-list .transfer-method-item[data-v-139c2fab] {
  display: flex;
}
.transfer-method .transfer-method-list[data-v-139c2fab] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-method .transfer-method-list .transfer-method-item[data-v-139c2fab] {
  display: none;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  cursor: pointer;
  transition: all ease 0.1s;
  opacity: 1;
}
.transfer-method .transfer-method-list .transfer-method-item[data-v-139c2fab]:hover {
  opacity: 0.7;
}
.transfer-method .transfer-method-list .transfer-method-item.active[data-v-139c2fab] {
  display: flex;
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left[data-v-139c2fab] {
  border-left: 2px solid rgb(var(--Colors-Orange));
  padding-left: calc(16px - 2px);
  flex: 1;
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left .transfer-method-item-name[data-v-139c2fab] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left .transfer-method-item-divider[data-v-139c2fab] {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--Separators-Non-opaque));
  margin: 8px 0;
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left .transfer-method-item-desc[data-v-139c2fab] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}

.projecct-precedure-child-container .ppcc-header[data-v-8015ada8] {
  padding: var(--spacing-036, 36px) var(--spacing-036, 36px) var(--spacing-md, 16px) var(--spacing-036, 36px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projecct-precedure-child-container .ppcc-header .ppcch-title[data-v-8015ada8] {
  color: rgb(var(--Label-Strong));
}
.projecct-precedure-child-container .ppcc-header .ppcch-desc[data-v-8015ada8] {
  color: rgba(var(--Label-Neutral));
  word-break: keep-all;
}
.projecct-precedure-child-container .ppcc-content[data-v-8015ada8] {
  padding: var(--spacing-lg, 24px) var(--spacing-036, 36px) var(--spacing-xxl, 40px) var(--spacing-036, 36px);
}
.projecct-precedure-child-container .ppcc-content .project-common-form .project-common-form-main .project-withdraw-payout-fee .pwpf-fee[data-v-8015ada8] {
  margin-right: 4px;
}

.projecct-precedure-child-container .ppcc-header[data-v-15a41ea4] {
  padding: var(--spacing-036, 36px) var(--spacing-036, 36px) var(--spacing-md, 16px) var(--spacing-036, 36px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projecct-precedure-child-container .ppcc-header .ppcch-title[data-v-15a41ea4] {
  color: rgb(var(--Label-Strong));
}
.projecct-precedure-child-container .ppcc-header .ppcch-desc[data-v-15a41ea4] {
  color: rgba(var(--Label-Neutral));
  word-break: keep-all;
}
.projecct-precedure-child-container .ppcc-content[data-v-15a41ea4] {
  padding: var(--spacing-lg, 24px) var(--spacing-036, 36px) var(--spacing-xxl, 40px) var(--spacing-036, 36px);
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-main[data-v-15a41ea4] {
  border-left: 2px solid rgb(var(--Grays-Gray-5));
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row[data-v-15a41ea4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-title[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance[data-v-15a41ea4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount[data-v-15a41ea4] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount .tsmlbr-ab-amount-number[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Title2/Emphasized */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.26px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount .tsmlbr-ab-icon[data-v-15a41ea4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount .tsmlbr-ab-currency[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-total[data-v-15a41ea4] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date[data-v-15a41ea4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row[data-v-15a41ea4] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row .tsmlbrt-calender-icon[data-v-15a41ea4] {
  width: 20px;
  height: 20px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row .tsmlbrt-on[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row .tsmlbrt-date-text[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-tips[data-v-15a41ea4] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-fee-row[data-v-15a41ea4] {
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-fee-row .tsmlbr-fee-title[data-v-15a41ea4] {
  color: rgba(var(--Labels-Secondary));
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-fee-row .tsmlbr-fee-number[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get[data-v-15a41ea4] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get .tsmlbr-rg-number[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Title2/Emphasized */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.26px;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get .tsmlbr-rg-icon[data-v-15a41ea4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.projecct-precedure-child-container .ppcc-content .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get .tsmlbr-rg-currency[data-v-15a41ea4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}

.project-kyc-procedure-status[data-v-76b63f5b] {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-kyc-procedure-status .pkps-main[data-v-76b63f5b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-kyc-procedure-status .pkps-main .pkps-icon[data-v-76b63f5b] {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.project-kyc-procedure-status .pkps-main .pkps-title[data-v-76b63f5b] {
  color: rgb(var(--Label-Strong));
  margin-bottom: 8px;
}
.project-kyc-procedure-status .pkps-main .pkps-desc[data-v-76b63f5b] {
  color: rgba(var(--Label-Neutral));
  word-break: normal;
}

div .project-kyc-procedure .project-kyc-procedure-main {
  display: flex;
  height: 100%;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left {
  height: 100%;
  flex: 438;
  padding: 48px;
  background: rgb(var(--Background-Normal-Alternative));
  box-sizing: border-box;
  border-top-left-radius: var(--cornerRadius-020, 20px);
  border-bottom-left-radius: var(--cornerRadius-020, 20px);
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-title {
  color: rgb(var(--Label-Strong));
  margin-bottom: 8px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-desc {
  color: rgba(var(--Label-Neutral));
  margin-bottom: 36px;
  word-break: keep-all;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item {
  border-radius: var(--cornerRadius-016, 16px);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
  padding: var(--spacing-020, 20px);
  display: flex;
  align-items: center;
  gap: var(--spacing-012, 12px);
  background: #FFF;
  cursor: pointer;
  transition: all ease 0.2s;
  border: solid 2px transparent;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.current {
  border: solid 2px rgb(var(--Primary-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.current .pkpl-mi-left {
  background: rgb(var(--Primary-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.finished {
  background: var(--Blue-95, #EAEFFE);
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.finished .pkpl-mi-left {
  background: rgb(var(--Primary-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.fail {
  background: #FF4242;
  border: solid 2px #FF4242;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.fail .pkpl-mi-left {
  background: red;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item.fail .pkpl-mi-right {
  color: rgb(var(--Label-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item .pkpl-mi-left {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: rgb(var(--Static-White));
  background: rgba(var(--Fill-Strong));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-left .pkpl-menus .pkpl-menu-list .pkpl-menu-item .pkpl-mi-right {
  color: rgb(var(--Label-Normal));
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right {
  flex: 516;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: var(--cornerRadius-020, 20px);
  border-bottom-right-radius: var(--cornerRadius-020, 20px);
  position: relative;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-main {
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  overflow-y: scroll;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer {
  width: 100%;
  box-sizing: border-box;
  padding: var(--spacing-lg, 24px) var(--spacing-xxxl, 48px) var(--spacing-xxl, 40px) var(--spacing-xxxl, 48px);
  display: flex;
  align-items: center;
  gap: 12px;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer .pkprf-btn {
  flex: 1;
}
div .project-kyc-procedure .project-kyc-procedure-main .pkp-right .pkpr-footer .pkprf-btn-skip {
  flex: 1;
}

.project-kyc-procedure {
  --el-dialog-border-radius: 8px !important;
  max-width: 954px;
}
.project-kyc-procedure > .el-dialog__header {
  padding: 0;
  margin: 0;
}
.project-kyc-procedure > .el-dialog__body {
  padding: 0;
  height: 72vh;
  max-height: 592px;
  overflow-y: scroll;
}
.project-kyc-procedure > .el-dialog__footer {
  padding: 0;
}

.menu-nav-main .menu-nav-logo[data-v-902389fa] {
  transform: translateX(-6px);
}
.menu-nav-main .menu-nav-logo .menu-remoly-logo[data-v-902389fa] {
  height: 22px;
  display: block;
}
.menu-nav-main .menu-nav-current[data-v-902389fa] {
  display: flex;
  align-items: center;
  transform: translateX(-6px);
}
.menu-nav-main .menu-nav-current .menu-nav-back[data-v-902389fa] {
  margin-right: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-nav-main .menu-nav-current .menu-nav-icon[data-v-902389fa] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-nav-main .menu-nav-current .menu-nav-title[data-v-902389fa] {
  margin-left: 8px;
  color: var(--Labels-Primary, #000);
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 20px;
}

.tab1 {
  width: 100%;
  margin-top: 12px;
  padding: 12px 20px;
  box-sizing: border-box;
  color: #70707d;
  font-size: 13px;
}
.tab {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.tab:not(.can-click) {
  pointer-events: none;
}
.tab.can-click {
  cursor: pointer;
}
.tab.can-click:hover > div {
  background: var(--Blue-Ribbon-50, #EEF4FF) !important;
}
.tab.can-click:hover > div > div {
  color: rgb(var(--Colors-Blue));
}
.tab.can-click:hover svg {
  color: rgb(var(--Colors-Blue));
}
.tab.can-click:hover svg path {
  fill: rgb(var(--Colors-Blue));
}
.tab.active > div {
  background: var(--Blue-Ribbon-50, #EEF4FF);
}
.tab.active > div > div {
  color: rgb(var(--Colors-Blue));
  font-weight: 500;
}
.tab.active svg {
  color: #3870ff;
}
.tab.active svg path {
  fill: #3870ff;
  fill-opacity: 1;
}
.tab svg {
  color: #70707d;
}
.tab svg path {
  fill: #70707d;
  fill-opacity: 1;
}
.tab:hover > div {
  background: var(--Blue-Ribbon-50, #EEF4FF) !important;
}
.tab:hover > div > div {
  color: var(--Blue-Ribbon-50, #EEF4FF);
}
.tab:hover svg {
  color: var(--Blue-Ribbon-50, #EEF4FF);
}
.tab:hover svg path {
  fill: var(--Blue-Ribbon-50, #EEF4FF);
}
.tab > div {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
}
.tab > div > img,
.tab > div > span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab > div > div {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #363644;
}

.menu-list-main[data-v-1be3d46e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.language-change[data-v-73c76ab5] {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 8px;
  transition: all 0.2s ease;
}
.language-change.active[data-v-73c76ab5] {
  border-color: #276EF1;
}
.language-change.active > .language-icon[data-v-73c76ab5] {
  color: #276EF1;
}
.language-change.active > span[data-v-73c76ab5] {
  color: #276EF1;
}
.language-change.active > .arrow-icon[data-v-73c76ab5] {
  transform: rotate(180deg);
  color: #276EF1;
}
.language-change > span[data-v-73c76ab5] {
  color: #333;
  font-size: 16px;
  transition: color 0.2s ease;
}
.language-change > .language-icon[data-v-73c76ab5] {
  width: 20px;
  height: 20px;
  transition: color 0.2s ease;
}
.language-change > .arrow-icon[data-v-73c76ab5] {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.language-select-list .language-select-item[data-v-73c76ab5] {
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.language-select-list .language-select-item[data-v-73c76ab5]:hover {
  background-color: #276EF1;
  color: #fff;
}
.style1.language-change[data-v-73c76ab5] {
  border: none;
  padding: 0;
  gap: 15px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.style1.language-change.active[data-v-73c76ab5] {
  border: none;
}
.style1.language-change > span[data-v-73c76ab5] {
  color: #363644;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.style1.language-change > .language-icon[data-v-73c76ab5] {
  display: none;
  color: #276EF1;
}
.style1.language-change > .arrow-icon[data-v-73c76ab5] {
  display: none;
}
.language-select-list.style1 .language-select-item[data-v-73c76ab5]:hover {
  background-color: rgba(112, 115, 147, 0.05) !important;
  color: #363644;
}
.style-2.language-change[data-v-73c76ab5] {
  border: none;
  padding: 0;
  gap: 10px;
}
.style-2.language-change.active[data-v-73c76ab5] {
  border: none;
}
.style-2.language-change.active > .language-icon[data-v-73c76ab5] {
  color: #605e5c;
}
.style-2.language-change.active > span[data-v-73c76ab5] {
  color: #605e5c;
}
.style-2.language-change > span[data-v-73c76ab5] {
  font-size: 14px;
  font-weight: 500;
  color: #605e5c;
}
.style-2.language-change > .language-icon[data-v-73c76ab5] {
  color: #605e5c;
}
.style-2.language-change > .arrow-icon[data-v-73c76ab5] {
  display: none;
}

.wallet-common-terms-container.wctc-tabbar[data-v-532d5f8e] {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
}
.wallet-common-terms-container.wctc-tabbar .wallet-common-terms-main[data-v-532d5f8e] {
  font-size: 11px;
}
.wallet-common-terms-container.wctc-tabbar .wallet-common-terms-main .wallet-common-terms-text[data-v-532d5f8e] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
}
.wallet-common-terms-container.wctc-tabbar .wallet-common-terms-main .wallet-common-terms-text1[data-v-532d5f8e] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  font-feature-settings: 'ss10' on;
  cursor: pointer;
}
.wallet-common-terms-container .wallet-common-terms-main[data-v-532d5f8e] {
  font-size: 11px;
}
.wallet-common-terms-container .wallet-common-terms-main .wallet-common-terms-text[data-v-532d5f8e] {
  color: #000;
  font-feature-settings: 'ss10' on;
}
.wallet-common-terms-container .wallet-common-terms-main .wallet-common-terms-text1[data-v-532d5f8e] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  font-feature-settings: 'ss10' on;
  cursor: pointer;
}

.tabbar[data-v-33ec43fc] {
  width: var(--layout-left-width);
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: var(--layout-left-background);
  height: 100%;
  border-right: 1px solid var(--side-bar-border-right-color);
  display: flex;
}
.tabbar .tabbar-left[data-v-33ec43fc] {
  padding: var(--spacing-none, 0px);
  padding-top: 23px;
  box-sizing: border-box;
  width: var(--layout-left-nav-width);
  height: 100%;
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.tabbar .tabbar-left.hide .tabbar-left-item-divider[data-v-33ec43fc] {
  visibility: hidden !important;
}
.tabbar .tabbar-left .tabbar-left-list[data-v-33ec43fc] {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item[data-v-33ec43fc] {
  padding: 4px;
  cursor: pointer;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item:hover .tabbar-left-item-main svg[data-v-33ec43fc] {
  color: #3870ff !important;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item:hover .tabbar-left-item-main svg path[data-v-33ec43fc] {
  fill: #3870ff;
  fill-opacity: 1;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item.active .tabbar-left-item-main[data-v-33ec43fc] {
  border: 0.5px solid rgba(var(--Line-Normal-Normal));
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.03), 0px 0px 1px 0px rgba(0, 0, 0, 0.03);
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item.active .tabbar-left-item-main svg[data-v-33ec43fc] {
  color: #3870ff !important;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item.active .tabbar-left-item-main svg path[data-v-33ec43fc] {
  fill: #3870ff;
  fill-opacity: 1;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item:hover > div > div[data-v-33ec43fc] {
  color: var(--Blue-Ribbon-50, #EEF4FF);
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item:hover svg[data-v-33ec43fc] {
  color: var(--Blue-Ribbon-50, #EEF4FF);
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item:hover svg path[data-v-33ec43fc] {
  fill: var(--Blue-Ribbon-50, #EEF4FF);
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item .tabbar-left-item-divider[data-v-33ec43fc] {
  width: 100%;
  height: 5px;
  position: relative;
  visibility: visible;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item .tabbar-left-item-divider > span[data-v-33ec43fc] {
  width: 12px;
  height: 1px;
  border-radius: var(--radius-xs, 4px);
  background: rgba(var(--Line-Normal-Normal));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item .tabbar-left-item-main[data-v-33ec43fc] {
  padding: 6px;
  border-radius: var(--radius-sm, 8px);
  transition: all 0.2s ease;
  border: 0.5px solid transparent;
}
.tabbar .tabbar-left .tabbar-left-list .tabbar-left-item .tabbar-left-item-main > span[data-v-33ec43fc] {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabbar.hide-little-sidebar .tabbar-right-wrapper[data-v-33ec43fc] {
  border-radius: 0 !important;
}
.tabbar .tabbar-right-wrapper[data-v-33ec43fc] {
  width: var(--layout-left-bar-width);
  background: var(--layout-sidebar-wrapper-background);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.03), 0px 0px 1px 0px rgba(0, 0, 0, 0.03);
  border-radius: var(--radius-sm, 8px) 0px 0px var(--radius-sm, 8px);
}
.tabbar .tabbar-right-wrapper .tabbar-right[data-v-33ec43fc] {
  background: var(--layout-sidebar-background);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tabbar .tabbar-right-wrapper .tabbar-header[data-v-33ec43fc] {
  padding: 24px;
  height: var(--layout-sidebar-nh);
  min-height: var(--layout-sidebar-nh);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.tabbar .tabbar-right-wrapper .tabbar-header:hover .tabbar-header-row[data-v-33ec43fc] {
  background: #e9e9e9 !important;
}
.tabbar .tabbar-right-wrapper .tabbar-header .tabbar-header-row[data-v-33ec43fc] {
  width: 192px;
  cursor: pointer;
  padding: 4px 8px 4px 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}
.tabbar .tabbar-right-wrapper .tabbar-header .tabbar-header-row .tabbar-header-left[data-v-33ec43fc] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tabbar .tabbar-right-wrapper .tabbar-header .tabbar-header-row .tabbar-header-left .tabbar-header-icon[data-v-33ec43fc] {
  background-color: #cee8fd;
  height: 32px;
  width: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e2a;
  font-size: 12px;
}
.tabbar .tabbar-right-wrapper .tabbar-header .tabbar-header-row .tabbar-header-left .tabbar-header-title[data-v-33ec43fc] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1e1e2a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}
.tabbar .tabbar-right-wrapper .tabbar-header .tabbar-header-row .tabbar-header-right .tabbar-arrow-icon[data-v-33ec43fc] {
  align-items: center;
  color: #70707d;
  display: flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  margin-left: auto;
  min-width: 20px;
}
.tabbar .tabbar-right-wrapper .tabbar-header .tabbar-header-row .tabbar-header-right .tabbar-arrow-icon > svg[data-v-33ec43fc] {
  height: 11px;
}
.tabbar .tabbar-right-wrapper .tabbar-container[data-v-33ec43fc] {
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0 40px;
  box-sizing: border-box;
  flex: 1;
}
.logout[data-v-33ec43fc] {
  border-top: 1px solid #e9e9e9;
  padding: 20px 0;
}
.logout > div[data-v-33ec43fc] {
  cursor: pointer;
  width: 100%;
  padding-left: 15%;
  padding-right: 7.5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logout > div > div:first-child > div[data-v-33ec43fc]:first-child {
  padding: 4px 0;
  font-size: 16px;
}
.logout > div > div:first-child > div[data-v-33ec43fc]:last-child {
  font-size: 12px;
}

.user-message-popover {
  padding: 0 !important;
}
.user-message-popover .admin-message-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.user-message-popover .admin-message-header .admin-message-title {
  opacity: 0.8;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.user-message-popover .admin-message-header .admin-message-mark-all {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2c2c2;
}
.user-message-popover .admin-message-header .admin-message-mark-all.active {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
.user-message-popover .admin-message-main {
  padding: 12px 16px;
}
.user-message-popover .admin-message-main .admin-message-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: scroll;
  max-height: 360px;
}
.user-message-popover .admin-message-main .admin-message-list .admin-message-item .admin-message-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.user-message-popover .admin-message-main .admin-message-list .admin-message-item .admin-message-item-header .admin-message-item-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3870FF;
}
.user-message-popover .admin-message-main .admin-message-list .admin-message-item .admin-message-item-header .admin-message-item-title {
  color: #00000066;
  font-size: 14px;
  line-height: 24px;
}
.user-message-popover .admin-message-main .admin-message-list .admin-message-item .admin-message-item-header .admin-message-item-date {
  color: #00000066;
  font-size: 14px;
  line-height: 24px;
  flex: 1;
}
.user-message-popover .admin-message-main .admin-message-list .admin-message-item .admin-message-item-header .admin-message-item-close {
  cursor: pointer;
}
.user-message-popover .admin-message-main .admin-message-list .admin-message-item .admin-message-item-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 16px;
}
.user-message-popover .admin-message-main .admin-message-list .admin-message-item .admin-message-item-main .admin-message-item-content {
  max-width: 352px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  word-break: keep-all;
}
.user-message-popover .admin-message-main .admin-message-empty {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.1px;
  align-items: center;
  display: flex;
  height: calc(80px - 24px);
  justify-content: center;
}

.transfer-type-main .transfer-type-list[data-v-71d04822] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.transfer-type-main .transfer-type-list .transfer-type-item[data-v-71d04822] {
  padding: 24px;
  border-radius: 4px;
  background: rgb(var(--Backgrounds-Primary));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.8px rgba(15, 18, 25, 0.06), 0px 0px 10px 0px rgba(15, 18, 25, 0.02);
  cursor: pointer;
  transition: opacity 0.1s ease;
  opacity: 1;
}
.transfer-type-main .transfer-type-list .transfer-type-item[data-v-71d04822]:hover {
  opacity: 0.7;
}
.transfer-type-main .transfer-type-list .transfer-type-item .transfer-type-item-icon[data-v-71d04822] {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.transfer-type-main .transfer-type-list .transfer-type-item .transfer-type-item-icon .transfer-type-item-img[data-v-71d04822] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.transfer-type-main .transfer-type-list .transfer-type-item .transfer-type-item-title[data-v-71d04822] {
  color: rgb(var(--Labels-Primary));
  /* Body/Emphasized */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.43px;
  margin-bottom: 2px;
}
.transfer-type-main .transfer-type-list .transfer-type-item .transfer-type-item-desc[data-v-71d04822] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}

.transfer-amount-input-container[data-v-438c9c04] {
  width: 100%;
}
.transfer-amount-input-container.conversion .transfer-amount-input[data-v-438c9c04] {
  height: 48px !important;
}
.transfer-amount-input-container.conversion .transfer-currency-select[data-v-438c9c04] {
  height: 48px !important;
}
.transfer-amount-input-container .transfer-amount-input[data-v-438c9c04] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
}
.transfer-amount-input-container .transfer-amount-input[data-v-438c9c04] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-amount-input-container .transfer-amount-input[data-v-438c9c04] .el-input__wrapper {
  padding: 16px;
}
.transfer-amount-input-container .transfer-amount-input[data-v-438c9c04] .el-input__inner {
  --el-input-inner-height: 28px !important;
}
.ccmf-form-item .ccmf-form-item-label[data-v-438c9c04] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ccmf-form-item .ccmf-form-item-label .ccmf-form-item-label-right[data-v-438c9c04] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ccmf-form-item .ccmf-form-item-label .ccmf-form-item-label-right > span[data-v-438c9c04]:first-of-type,
.ccmf-form-item .ccmf-form-item-label .ccmf-form-item-label-right > span[data-v-438c9c04]:last-of-type {
  color: rgba(var(--Labels-Secondary));
}
.ccmf-form-item .ccmf-form-item-main[data-v-438c9c04] {
  width: 100%;
}
.ccmf-form-item .ccmf-form-item-main .ccmf-form-item-input-container[data-v-438c9c04] {
  width: 100%;
}

.transfer-amount-input-container .transfer-amount-input .el-input-group__append {
  --el-fill-color-light: #ffffff;
  box-shadow: none;
  border-radius: 4px;
}
.transfer-amount-input-container .transfer-amount-input .el-input__inner {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Title3/Emphasized */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  letter-spacing: -0.45px;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .select-trigger {
  height: 100%;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .select-trigger .el-input {
  height: 100%;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__suffix-inner > :first-child {
  margin-left: 0px;
  margin-right: 4px;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__inner {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__prefix {
  height: auto;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__prefix .el-input__prefix-inner > div {
  height: auto !important;
  margin-right: 8px !important;
}
.transfer-amount-input-container .transfer-amount-input .transfer-currency-select .el-input__wrapper {
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border-radius: 4px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-amount-input-container .transfer-amount-input > .el-input__wrapper {
  padding-left: 16px;
  box-shadow: none;
  border-radius: 4px;
}
.transfer-currency-select-pop {
  --el-popper-border-radius: 8px;
  --el-border-radius-base: 14px;
  background: rgb(var(--Grays-White));
  border-radius: 4px !important;
  /* Shadow/Flyout Menu */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 33.2px 0px rgba(9, 11, 17, 0.09);
}
.transfer-currency-select-pop .el-scrollbar {
  border-radius: 14px;
}
.transfer-currency-select-pop .el-select-dropdown__wrap {
  max-height: 370px;
}
.transfer-currency-select-pop .el-popper__arrow {
  display: none;
}
.transfer-currency-select-pop .el-select-dropdown__list {
  position: relative;
  margin-top: 0 !important;
}
.transfer-currency-select-pop .transfer-currency-filter {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 16px 16px 16px 16px;
  border-bottom: 0.5px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  box-sizing: border-box;
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input {
  border-radius: 4px;
  --el-input-bg-color: rgba(var(--Fills-Quaternary));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  --color: #000000;
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input .el-input__wrapper {
  padding: 8px 10px;
  --el-input-border-radius: 4px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input .el-input__inner {
  --el-input-inner-height: 20px !important;
  color: rgba(var(--Labels-Tertiary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-currency-select-pop .transfer-currency-filter .transfer-currency-input input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-currency-select-pop .transfer-currency-option {
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
  min-width: 360px;
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  /* Title2/Emphasized */
  line-height: 13px;
  /* 127.273% */
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item .select-currency {
  color: rgb(var(--Labels-Primary));
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item .select-name .select-name-num {
  color: rgba(var(--Labels-Secondary));
}
.transfer-currency-select-pop .transfer-currency-option .transfer-currency-option-item .select-name .select-name-currency {
  color: rgba(var(--Labels-Tertiary));
}

.transfer-date-picker-conversion[data-v-3de58f1a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border-radius: 4px;
  height: 16px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  position: relative;
  cursor: pointer;
}
.transfer-date-picker-conversion .tdp-left[data-v-3de58f1a] {
  flex: 1;
}
.transfer-date-picker-conversion .tdp-left .tdpl-date-picker-container[data-v-3de58f1a] {
  display: flex;
  align-items: center;
}
.transfer-date-picker-conversion .tdp-left .tdpl-date-picker-container .tdpl-dp-icon[data-v-3de58f1a] {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  cursor: #000000;
}
.transfer-date-picker-conversion .tdp-left .tdpl-date-picker-container .tdpl-dp-text[data-v-3de58f1a] {
  color: rgb(var(--Labels-Primary));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
}
.transfer-date-picker-conversion .tdp-left .tdpl-divider[data-v-3de58f1a] {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--Separators-Non-opaque));
  margin: 8px 0 12px 0;
}
.transfer-date-picker-conversion .tdp-left .tdpl-tips[data-v-3de58f1a] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
.transfer-date-picker-conversion .tdp-right[data-v-3de58f1a] {
  display: flex;
  align-items: center;
}
.transfer-date-picker-conversion .tdp-right[data-v-3de58f1a] .tdpl-date-picker {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.transfer-date-picker-conversion .tdp-right[data-v-3de58f1a] .tdpl-date-picker :deep(el-input__prefix) {
  display: none;
}
.transfer-date-picker-conversion .tdp-right .tdpl-dp-arrow-down[data-v-3de58f1a] {
  margin-left: 4px;
  --color: #AEAFB2;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transfer-date-picker[data-v-3de58f1a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 4px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
}
.transfer-date-picker .tdp-left[data-v-3de58f1a] {
  flex: 1;
}
.transfer-date-picker .tdp-left .tdpl-date-picker-container[data-v-3de58f1a] {
  display: flex;
  align-items: center;
  position: relative;
}
.transfer-date-picker .tdp-left .tdpl-date-picker-container .tdpl-dp-icon[data-v-3de58f1a] {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.transfer-date-picker .tdp-left .tdpl-date-picker-container .tdpl-dp-text[data-v-3de58f1a] {
  color: rgb(var(--Labels-Primary));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-date-picker .tdp-left .tdpl-date-picker-container .tdpl-dp-arrow-down[data-v-3de58f1a] {
  margin-left: 4px;
  --color: #AEAFB2;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transfer-date-picker .tdp-left .tdpl-date-picker-container[data-v-3de58f1a] .tdpl-date-picker {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.transfer-date-picker .tdp-left .tdpl-divider[data-v-3de58f1a] {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--Separators-Non-opaque));
  margin: 8px 0 12px 0;
}
.transfer-date-picker .tdp-left .tdpl-tips[data-v-3de58f1a] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}

.transfer-country-select-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 4px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  cursor: pointer;
}
.transfer-country-select-container .tcsc-left {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-country-select-container .tcsc-left .tcsc-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.transfer-country-select-container .tcsc-left .tcsc-text {
  color: #000000;
}
.transfer-country-select-container .transfer-country-select {
  line-height: 20px;
  --el-border: none !important;
  --el-select-disabled-border: transparent !important;
  --el-disabled-bg-color: transparent !important;
}
.transfer-country-select-container .transfer-country-select .el-input--prefix {
  --el-input-inner-height: 20px !important;
  --el-input-height: 20px !important;
}
.transfer-country-select-container .transfer-country-select .el-input__wrapper {
  --el-select-input-focus-border-color: transparent;
  box-shadow: none !important;
}
.transfer-country-select-container .transfer-country-select .el-input__wrapper .el-input__inner {
  color: rgb(var(--Labels-Primary));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-country-select-container .transfer-country-select .el-input__prefix-inner > :last-child {
  margin-right: 4px;
}
.transfer-country-select-container .transfer-country-select .el-input__suffix-inner > :first-child {
  margin-left: 4px;
}
.transfer-country-select-pop .transfer-country-option {
  display: flex;
  align-items: center;
}
.transfer-country-select-pop .transfer-country-option .transfer-country-option-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-country-select-pop .transfer-country-option .transfer-country-option-item .select-currency {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-country-select-pop .transfer-country-option .transfer-country-option-item .select-name {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}

.transfer-method.open .transfer-method-list .transfer-method-item[data-v-455b807b] {
  display: flex;
}
.transfer-method .transfer-method-list[data-v-455b807b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-method .transfer-method-list .transfer-method-item[data-v-455b807b] {
  display: none;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  cursor: pointer;
  transition: all ease 0.1s;
  opacity: 1;
}
.transfer-method .transfer-method-list .transfer-method-item[data-v-455b807b]:hover {
  opacity: 0.7;
}
.transfer-method .transfer-method-list .transfer-method-item.active[data-v-455b807b] {
  display: flex;
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left[data-v-455b807b] {
  border-left: 2px solid rgb(var(--Colors-Orange));
  padding-left: calc(16px - 2px);
  flex: 1;
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left .transfer-method-item-name[data-v-455b807b] {
  color: rgb(var(--Labels-Primary));
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left .transfer-method-item-divider[data-v-455b807b] {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--Separators-Non-opaque));
  margin: 8px 0;
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left .transfer-method-item-desc[data-v-455b807b] {
  color: rgba(var(--Labels-Secondary));
}
.transfer-method .transfer-method-list .transfer-method-item .transfer-method-item-left .transfer-method-item-fee[data-v-455b807b] {
  margin-top: 8px;
  color: rgba(var(--Labels-Secondary));
}

.transfer-basic-header .transfer-basic-header-user-row[data-v-cb70476e] {
  border-radius: 4px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.transfer-basic-header .transfer-basic-header-user-row .tbhur-left[data-v-cb70476e] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.transfer-basic-header .transfer-basic-header-user-row .tbhur-left .tbhurl-icon[data-v-cb70476e] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(var(--Colors-Blue));
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18.333px;
  font-style: normal;
  font-weight: 700;
  /* 127.273% */
  letter-spacing: -0.217px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transfer-basic-header .transfer-basic-header-user-row .tbhur-left .tbhurl-info[data-v-cb70476e] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-basic-header .transfer-basic-header-user-row .tbhur-left .tbhurl-info .tbhurl-info-name[data-v-cb70476e] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Body/Emphasized */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.43px;
}
.transfer-basic-header .transfer-basic-header-user-row .tbhur-left .tbhurl-info .tbhurl-info-position .rbhurl-info-position-text[data-v-cb70476e] {
  color: rgba(var(--Labels-Secondary));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
  vertical-align: middle;
}
.transfer-basic-header .transfer-basic-header-user-row .tbhur-left .tbhurl-info .tbhurl-info-position .rbhurl-info-position-text[data-v-cb70476e]:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 4px;
  background: rgb(var(--Grays-Gray-4));
  margin: auto 4px;
  vertical-align: middle;
}
.transfer-basic-main[data-v-cb70476e] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.transfer-basic-main .tbm-amount-row[data-v-cb70476e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-basic-main .tbm-amount-row .tbm-amount-header[data-v-cb70476e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-basic-main .tbm-amount-row .tbm-amount-header .tbm-common-left[data-v-cb70476e] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-basic-main .tbm-amount-row .tbm-amount-header .tbm-common-right[data-v-cb70476e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.transfer-basic-main .tbm-amount-row .tbm-amount-header .tbm-common-right .tbm-common-right-title[data-v-cb70476e] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-basic-main .tbm-amount-row .tbm-amount-header .tbm-common-right .tbm-common-right-amount[data-v-cb70476e] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-basic-main .tbm-inside-block[data-v-cb70476e] {
  border-left: 2px solid rgb(var(--Grays-Gray-5));
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row[data-v-cb70476e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-row-title[data-v-cb70476e] {
  color: rgb(var(--Label-Normal));
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-row-main .tbm-transfer-rate-row[data-v-cb70476e] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-row-main .tbm-transfer-rate-row .tbm-transfer-rate-icon[data-v-cb70476e] {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-row-main .tbm-transfer-rate-row .tbm-transfer-rate-text[data-v-cb70476e] {
  color: rgba(var(--Labels-Primary));
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-row-main .tbm-transfer-rate-tips[data-v-cb70476e] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-row-main .tbm-transfer-rate-tips .tbm-transfer-rate-at[data-v-cb70476e] {
  color: rgba(var(--Labels-Secondary));
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-row-main .tbm-transfer-rate-tips .tbm-transfer-rate-at-refresh-icon[data-v-cb70476e] {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-recipient-row[data-v-cb70476e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-recipient-row .tbmibrm-title[data-v-cb70476e] {
  color: rgba(var(--Labels-Primary));
}
.transfer-basic-main .tbm-inside-block .tbm-inside-block-row .tbm-inside-block-recipient-row .tbmibrm-rg .tbmibrm-radio[data-v-cb70476e] .el-radio__label .tbmibrm-radio-text {
  color: rgba(var(--Labels-Primary));
}

.wallet-second-common-form-row[data-v-26c09fc4] {
  margin-bottom: 18px;
}
.wallet-contact-select[data-v-26c09fc4] {
  width: 100%;
}
.wallet-contact-select[data-v-26c09fc4] .el-input__wrapper {
  padding: 1px 16px;
  --el-input-bg-color: #fafafb;
}
.wallet-contact-select[data-v-26c09fc4] input.el-input__inner {
  font-size: 14px;
  line-height: 22px;
  color: #14171a;
  font-family: AxLLCircular, Helvetica, Arial, sans-serif;
  --el-input-height: 40px;
  height: 40px !important;
}
.wallet-contact-select[data-v-26c09fc4] input.el-input__inner::-webkit-input-placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #14171a;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
.wallet-contact-select[data-v-26c09fc4] .el-select__caret {
  margin-left: 0;
  color: #999999 !important;
}

.wallet-second-common-form-row .el-input__wrapper input::-moz-placeholder {
  color: #878e99 !important;
  font-family: AxLLCircular, Helvetica, Arial, sans-serif !important;
}
.wallet-second-common-form-row .el-input__wrapper input::placeholder {
  color: #878e99 !important;
  font-family: AxLLCircular, Helvetica, Arial, sans-serif !important;
}

.transfer-recipient-main[data-v-3c90d998] {
  border-radius: 14px;
  background: rgb(var(--Grays-White));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block[data-v-3c90d998] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-bottom: 1px dashed rgb(var(--Grays-Gray-3));
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-block-title[data-v-3c90d998] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row[data-v-3c90d998] {
  display: flex;
  gap: 16px;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column[data-v-3c90d998] {
  flex: 1;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item[data-v-3c90d998] {
  width: 100%;
  margin-bottom: 0;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-label[data-v-3c90d998] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-label .trm-form-item-label-text[data-v-3c90d998] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-label .trm-form-item-label-optional[data-v-3c90d998] {
  color: rgba(var(--Labels-Tertiary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main[data-v-3c90d998] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-select[data-v-3c90d998] {
  width: 100%;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-select[data-v-3c90d998] .el-input__wrapper {
  padding: 12px;
  --el-input-border-radius: 12px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-select[data-v-3c90d998] .el-input__inner {
  --el-input-inner-height: 16px !important;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-select[data-v-3c90d998] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-input[data-v-3c90d998] {
  width: 100%;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-input[data-v-3c90d998] .el-input__wrapper {
  padding: 12px;
  --el-input-border-radius: 12px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-input[data-v-3c90d998] .el-input__inner {
  --el-input-inner-height: 16px !important;
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-input-container .trmf-input[data-v-3c90d998] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-recipient-main .transfer-recipient-main-form-container .trm-form .trm-form-block .trm-form-item-row .trm-form-item-column .trm-form-item .trm-form-item-main .trm-form-item-tips[data-v-3c90d998] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
.recipient-form-sdk-container[data-v-3c90d998] {
  transform: translate(-12px, -24px);
  width: calc(100% + 24px);
}
.transfer-recipient-main-bottom .trmb-save-recipient[data-v-3c90d998] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.transfer-recipient-main-bottom .trmb-save-recipient .trmb-save-recipient-text[data-v-3c90d998] {
  font-family: AxLLCircular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4c5259;
}
.transfer-recipient-main-bottom .trmb-save-recipient .trmb-save-recipient-checkbox[data-v-3c90d998] {
  --el-checkbox-input-width: 24px;
  --el-checkbox-input-height: 24px;
  --el-checkbox-checked-bg-color: rgb(var(--Colors-Blue));
  --el-checkbox-checked-input-border-color: rgb(var(--Colors-Blue));
}
.transfer-recipient-main-bottom .trmb-save-recipient .trmb-save-recipient-checkbox[data-v-3c90d998] .el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scale(1.5);
}
.transfer-recipient-main-bottom .trmb-save-recipient .trmb-save-recipient-checkbox[data-v-3c90d998] .el-checkbox__inner {
  border-radius: 4px;
}
.transfer-recipient-main-bottom .trmb-save-recipient .trmb-save-recipient-checkbox[data-v-3c90d998] .el-checkbox__inner::after {
  width: 3.2px;
  height: 6px;
  left: 9px;
  top: 6px;
}
.transfer-recipient-footer[data-v-3c90d998] {
  padding-bottom: 36px;
}

.transfer-submit-main[data-v-78889a8d] {
  display: flex;
  gap: 36px;
}
.transfer-submit-main .transfer-submit-main-left[data-v-78889a8d] {
  flex: 1;
  border-radius: 14px;
  background: rgb(var(--Grays-White));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}
.transfer-submit-main .transfer-submit-main-left .tsml-top[data-v-78889a8d] {
  padding: 32px;
  border-bottom: 1px dashed rgb(var(--Grays-Gray-3));
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsml-recipient-row .tsml-recipient-row-title[data-v-78889a8d] {
  color: #000;
  margin-bottom: 12px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsml-recipient-row .tsml-recipient-row-main[data-v-78889a8d] {
  display: flex;
  gap: 16px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsml-recipient-row .tsml-recipient-row-main .tsmlu-icon[data-v-78889a8d] {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(var(--Colors-Blue));
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18.333px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px;
  /* 127.273% */
  letter-spacing: -0.217px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsml-recipient-row .tsml-recipient-row-main .tsmlu-info[data-v-78889a8d] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsml-recipient-row .tsml-recipient-row-main .tsmlu-info .tsmlu-info-name[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsml-recipient-row .tsml-recipient-row-main .tsmlu-info .tsmlu-info-position .tsmlu-info-position-text[data-v-78889a8d] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsml-recipient-row .tsml-recipient-row-main .tsmlu-info .tsmlu-info-position .tsmlu-info-position-text[data-v-78889a8d]:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 4px;
  background: rgb(var(--Grays-Gray-4));
  margin: auto 4px;
  vertical-align: middle;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsmlu-divider[data-v-78889a8d] {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--Separators-Non-opaque));
  margin-top: 24px;
  margin-bottom: 16px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsmlu-iban[data-v-78889a8d] {
  display: flex;
  justify-content: space-between;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsmlu-iban .tsmlu-iban-left .tsmlu-iban-left-title[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsmlu-iban .tsmlu-iban-right[data-v-78889a8d] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsmlu-iban .tsmlu-iban-right .tsmlu-iban-right-bank-number[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-top .tsmlu-iban .tsmlu-iban-right .tsmlu-bank-name[data-v-78889a8d] {
  color: rgba(var(--Labels-Secondary));
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom[data-v-78889a8d] {
  padding: 32px;
  position: relative;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-main[data-v-78889a8d] {
  border-left: 2px solid rgb(var(--Grays-Gray-5));
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row[data-v-78889a8d] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-title[data-v-78889a8d] {
  color: rgb(var(--Label-Normal));
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance[data-v-78889a8d] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount[data-v-78889a8d] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount .tsmlbr-ab-amount-number[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount .tsmlbr-ab-icon[data-v-78889a8d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-amount .tsmlbr-ab-currency[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-avaliable-balance .tsmlbr-ab-total[data-v-78889a8d] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date[data-v-78889a8d] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row[data-v-78889a8d] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row .tsmlbrt-calender-icon[data-v-78889a8d] {
  width: 20px;
  height: 20px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row .tsmlbrt-on[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-date-row .tsmlbrt-date-text[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-transfer-date .tsmlbrt-tips[data-v-78889a8d] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-fee-row[data-v-78889a8d] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-fee-row .tsmlbr-fee-title[data-v-78889a8d] {
  color: rgba(var(--Labels-Secondary));
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-fee-row .tsmlbr-fee-number[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get[data-v-78889a8d] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get .tsmlbr-rg-number[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get .tsmlbr-rg-icon[data-v-78889a8d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.transfer-submit-main .transfer-submit-main-left .tsml-bottom .tsml-bottom-row .tsmlbr-main .tsmlbr-recipient-get .tsmlbr-rg-currency[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-main .transfer-submit-main-right[data-v-78889a8d] {
  flex: 1;
}
.transfer-submit-main .transfer-submit-main-right .tsmr-form-container[data-v-78889a8d] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.transfer-submit-main .transfer-submit-main-right .tsmr-form-container .tsmr-form-title[data-v-78889a8d] {
  color: #000;
}
.transfer-submit-footer .transfer-submit-footer-btn-group[data-v-78889a8d] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(24px - 12px);
}
.transfer-submit-footer .transfer-submit-footer-btn-group .transfer-submit-footer-back-btn[data-v-78889a8d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 14px 20px;
  gap: 4px;
  border-radius: 8px;
}
.transfer-submit-footer .transfer-submit-footer-btn-group .transfer-submit-footer-confirm-btn[data-v-78889a8d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 14px 20px;
  gap: 4px;
  border-radius: 8px;
}

.transfer-submit-main .tsmr-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.transfer-submit-main .tsmr-form .tsmr-form-item {
  margin-bottom: 0;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-label .tsmr-form-item-label-text {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-label .trsmr-form-item-label-optional {
  color: rgba(var(--Labels-Tertiary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main {
  width: 100%;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main .tsmr-form-item-select-con .tsmr-form-item-select .el-input__wrapper {
  padding: 12px;
  --el-input-border-radius: 4px;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main .tsmr-form-item-select-con .tsmr-form-item-select .el-input__inner {
  --el-input-inner-height: 16px !important;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main .tsmr-form-item-select-con .tsmr-form-item-select input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main .tsmr-form-item-input-con .tsmr-form-item-input .el-input__wrapper {
  padding: 12px;
  --el-input-border-radius: 4px;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main .tsmr-form-item-input-con .tsmr-form-item-input .el-input__inner {
  --el-input-inner-height: 16px !important;
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main .tsmr-form-item-input-con .tsmr-form-item-input input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-submit-main .tsmr-form .tsmr-form-item .tsmr-form-item-main .tsmr-form-item-input-tips {
  margin-top: 8px;
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}

.transfer-to-main .transfer-to-main-list[data-v-266ef5f0] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item[data-v-266ef5f0] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item.active .ttmi[data-v-266ef5f0] {
  border: 2px solid rgb(var(--Colors-Blue)) !important;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item.active .ttmi .ttmi-right[data-v-266ef5f0] {
  transform: rotate(180deg);
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi[data-v-266ef5f0] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  background: rgb(var(--Backgrounds-Primary));
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color ease 0.1s;
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi[data-v-266ef5f0]:hover {
  border: 2px solid rgba(0, 122, 255, 0.3);
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi .ttmi-left[data-v-266ef5f0] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi .ttmi-left .ttmi-left-icon[data-v-266ef5f0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #F9F9F9;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi .ttmi-left .ttmi-title[data-v-266ef5f0] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi .ttmi-left .ttmi-desc[data-v-266ef5f0] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
  margin-top: 2px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi .ttmi-right[data-v-266ef5f0] {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer[data-v-266ef5f0] {
  border-radius: 4px;
  background: rgb(var(--Backgrounds-Primary));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  padding: 16px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main[data-v-266ef5f0] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-search .tsmi-dm-search-input[data-v-266ef5f0] {
  border-radius: 4px;
  --el-input-bg-color: rgba(var(--Fills-Quaternary));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  --color: #000000;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-search .tsmi-dm-search-input[data-v-266ef5f0] .el-input__wrapper {
  padding: 8px 10px;
  --el-input-border-radius: 4px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-search .tsmi-dm-search-input[data-v-266ef5f0] .el-input__inner {
  --el-input-inner-height: 20px !important;
  color: rgba(var(--Labels-Tertiary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-search .tsmi-dm-search-input[data-v-266ef5f0] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-select .tsmi-dm-select-list[data-v-266ef5f0] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: calc(5*74px + 4*16px);
  overflow-y: scroll;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-select .tsmi-dm-select-list .tsmi-dm-select-item[data-v-266ef5f0] {
  border-radius: 4px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Backgrounds-Primary));
  /* Card/Base */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  cursor: pointer;
  transition: background-color ease 0.1s;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-select .tsmi-dm-select-list .tsmi-dm-select-item[data-v-266ef5f0]:hover {
  background-color: rgba(242, 244, 247);
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-select .tsmi-dm-select-list .tsmi-dm-select-item .tsmi-dm-si-left .tsmi-dm-si-left-icon[data-v-266ef5f0] {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(var(--Colors-Blue));
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Title2/Emphasized */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.26px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-select .tsmi-dm-select-list .tsmi-dm-select-item .tsmi-dm-si-right .tsmi-dm-sir-name[data-v-266ef5f0] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-select .tsmi-dm-select-list .tsmi-dm-select-item .tsmi-dm-si-right .tsmi-dm-sir-position .tsmi-dm-sir-position-text[data-v-266ef5f0] {
  color: rgba(var(--Labels-Secondary));
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
  vertical-align: middle;
}
.transfer-to-main .transfer-to-main-list .transfer-to-main-item .ttmi-drawer .ttmi-drawer-main .tsmi-dm-select .tsmi-dm-select-list .tsmi-dm-select-item .tsmi-dm-si-right .tsmi-dm-sir-position .tsmi-dm-sir-position-text[data-v-266ef5f0]:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 4px;
  background: rgb(var(--Grays-Gray-4));
  margin: auto 4px;
  vertical-align: middle;
}

.wallet-transfer-new[data-v-7bec1a20] {
  background-color: #FBFCFD;
}
.wallet-transfer-new .wtn-confirm-dialog-text[data-v-7bec1a20] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-transfer-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-7bec1a20] {
  color: rgb(var(--Labels-Primary));
}
.wallet-transfer-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-7bec1a20] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-2px);
}
.wallet-transfer-new .wallet-transfer-new-dialog-close[data-v-7bec1a20] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-transfer-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-transfer-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-transfer-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.fees-list-container[data-v-48156329] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fees-list-container .fees-total .fees-total-label[data-v-48156329] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
}
.fees-list-container .fees-list[data-v-48156329] {
  padding-left: 16px;
  border-left: 2px solid rgb(var(--Colors-Orange));
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fees-list-container .fees-item[data-v-48156329] {
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fees-list-container .fees-item .fees-item-label[data-v-48156329] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
}
.fees-list-container .fees-value[data-v-48156329] {
  display: flex;
  align-items: center;
}
.fees-list-container .fees-value .fees-origin-price[data-v-48156329] {
  text-decoration: line-through;
}
.fees-list-container .fees-value .fees-currency[data-v-48156329] {
  color: rgba(var(--Labels-Secondary));
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
}

.currency-conversion-main[data-v-d21f8e6c] {
  border-radius: 14px;
  background: rgb(var(--Grays-White));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  padding: 24px;
}
.currency-conversion-main .currency-conversion-main-form-container .ccmf-form[data-v-d21f8e6c] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.currency-conversion-main .currency-conversion-main-form-container .ccmf-form .ccmf-transfer-row[data-v-d21f8e6c] {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-conversion-main .currency-conversion-main-form-container .ccmf-form .ccmf-transfer-row .ccmf-transfer-row-icon[data-v-d21f8e6c] {
  border-radius: 100%;
  border: 0.75px solid rgba(var(--Separators-Non-opaque));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.currency-conversion-main .currency-conversion-main-form-container .ccmf-form .ccmf-transfer-row .ccmf-transfer-row-icon[data-v-d21f8e6c]:hover {
  opacity: 0.7;
}
.currency-conversion-main .currency-conversion-main-form-container .ccmf-form .ccmf-normal-block > div[data-v-d21f8e6c] {
  padding: 12px 0;
}
.currency-conversion-main .currency-conversion-main-form-container .ccmf-form .ccmf-normal-row[data-v-d21f8e6c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.currency-conversion-main .currency-conversion-main-form-container .ccmf-form .ccmf-normal-row .ccmfnr-label[data-v-d21f8e6c] {
  color: rgba(var(--Labels-Secondary));
}

.transfer-timeline-container .transfer-timeline[data-v-fe929f02] .el-timeline-item__wrapper {
  padding-left: calc(28px + 12px);
}
.transfer-timeline-container .transfer-timeline .transfer-timeline-item[data-v-fe929f02] ::deep(.el-timeline-item__dot) {
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}
.transfer-timeline-container .transfer-timeline .transfer-timeline-item .transfer-timeline-content .ttc-title[data-v-fe929f02] {
  color: rgba(var(--Labels-Secondary));
}
.transfer-timeline-container .transfer-timeline .transfer-timeline-item .tti-dot[data-v-fe929f02] {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-35%, -20%);
  box-sizing: content-box;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}

.review-conversion-main .rcm-timeline[data-v-248be691] {
  transform: translateX(8px);
}
.review-conversion-main .rcmr[data-v-248be691] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.review-conversion-main .rcmr .from-amount-main[data-v-248be691] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-conversion-main .rcmr .from-amount-main .from-amount-country[data-v-248be691] {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
}
.review-conversion-main .rcmr .from-amount-footer[data-v-248be691] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-conversion-main .rcmr .from-amount-footer .from-amount-footer-ab[data-v-248be691] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.review-conversion-main .rcmr .from-amount-footer .from-amount-footer-num[data-v-248be691] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.review-conversion-main .rcmr .from-amount-footer .from-amount-footer-currency[data-v-248be691] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.review-conversion-main .rcmr-er[data-v-248be691] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.review-conversion-main .rcmr-er .rcmr-er-time[data-v-248be691] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-conversion-main .rcmr-er .rcmr-er-time .rcmr-er-time-text[data-v-248be691] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.review-conversion-main .fee-row[data-v-248be691] {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-conversion-main .fee-row .fees-origin-price[data-v-248be691] {
  color: rgba(var(--Labels-Secondary));
  text-decoration: line-through;
}
.review-conversion-main .conversion-date-row[data-v-248be691] {
  margin-top: 4px;
}
.review-conversion-main .rcm-tips[data-v-248be691] {
  border-radius: 8px;
  background: rgb(var(--Backgrounds-Tertiary));
  padding: 12px 16px;
  color: rgba(var(--Labels-Secondary));
}
.review-conversion-main .rcmm-btn-group[data-v-248be691] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}

.wallet-currency-conversion[data-v-8fde74b2] {
  background-color: #FBFCFD;
}
.wallet-currency-conversion .wtn-confirm-dialog-text[data-v-8fde74b2] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-currency-conversion .wtn-confirm-dialog-text .wtncd-text-left[data-v-8fde74b2] {
  color: rgb(var(--Labels-Primary));
}
.wallet-currency-conversion .wtn-confirm-dialog-text .wtncd-text-right[data-v-8fde74b2] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.wallet-currency-conversion .conversion-confirm-desc-label[data-v-8fde74b2] {
  color: rgba(var(--Label-Alternative));
}
.wallet-currency-conversion .conversion-confirm-desc-value[data-v-8fde74b2] {
  color: rgb(var(--Label-Normal));
}
.wallet-currency-conversion .wallet-currency-conversion-dialog-close[data-v-8fde74b2] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-currency-conversion-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-currency-conversion-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-currency-conversion-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-transfer-main[data-v-1b1bb749] {
  border-radius: 14px;
  background: rgb(var(--Grays-White));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  padding: 32px;
  position: relative;
}
.bank-transfer-main .bank-transfer-main-form[data-v-1b1bb749] {
  margin-bottom: 32px;
}
.bank-transfer-main .bank-transfer-main-form .bank-transfer-main-form-main .transfer-common-form-title[data-v-1b1bb749] {
  color: rgba(var(--Labels-Secondary));
}
.bank-transfer-main .bank-transfer-main-form .bank-transfer-main-form-main .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .wgadmc-crf-title-copy-btn[data-v-1b1bb749] {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}
.bank-transfer-main .bank-transfer-main-footer .bank-transfer-mf-tips[data-v-1b1bb749] {
  margin-bottom: 32px;
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.bank-transfer-main .bank-transfer-main-footer .bank-transfer-mf-help-row[data-v-1b1bb749] {
  padding: 16px;
  border-radius: 4px;
  background: rgb(var(--Grays-White));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bank-transfer-main .bank-transfer-main-footer .bank-transfer-mf-help-row .bank-transfer-mf-hrleft[data-v-1b1bb749] {
  color: rgb(var(--Labels-Primary));
}
.bank-transfer-main .bank-transfer-main-footer .bank-transfer-mf-help-row .bank-transfer-mf-hrright .brmfr-icon[data-v-1b1bb749] {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(var(--Grays-Gray-6));
  cursor: pointer;
  opacity: 1;
}
.bank-transfer-main .bank-transfer-main-footer .bank-transfer-mf-help-row .bank-transfer-mf-hrright .brmfr-icon[data-v-1b1bb749]:hover {
  opacity: 0.7;
}
.bank-transfer-main .bank-transfer-main-footer .bank-transfer-confirm-button[data-v-1b1bb749] {
  width: 100%;
  margin-top: 32px;
}

.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form[data-v-84a939aa] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block[data-v-84a939aa] {
  display: flex;
  flex-direction: column;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-block-header[data-v-84a939aa] {
  margin-bottom: 32px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-block-title[data-v-84a939aa] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Emphasized */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-block-desc[data-v-84a939aa] {
  margin-top: 8px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row[data-v-84a939aa] {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row[data-v-84a939aa]:last-of-type {
  margin-bottom: 0;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column[data-v-84a939aa] {
  flex: 1;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item[data-v-84a939aa] {
  width: 100%;
  margin-bottom: 0;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-label[data-v-84a939aa] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-label .tpr-form-item-label-text[data-v-84a939aa] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-label .tpr-form-item-label-optional[data-v-84a939aa] {
  color: rgba(var(--Labels-Tertiary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main[data-v-84a939aa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-select[data-v-84a939aa] {
  width: 100%;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-select[data-v-84a939aa] .el-input__wrapper {
  padding: 12px;
  --el-input-border-radius: 12px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-select[data-v-84a939aa] .el-input__inner {
  --el-input-inner-height: 16px !important;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-select[data-v-84a939aa] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-input[data-v-84a939aa] {
  width: 100%;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-input[data-v-84a939aa] .el-input__wrapper {
  padding: 12px;
  --el-input-border-radius: 12px;
  --el-input-focus-border-color: rgb(var(--Colors-Blue));
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-input[data-v-84a939aa] .el-input__inner {
  --el-input-inner-height: 16px !important;
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-input-container .trmf-input[data-v-84a939aa] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-payment-request-main .transfer-payment-request-main-form-container .tpr-form .tpr-form-block .tpr-form-item-row .tpr-form-item-column .tpr-form-item .tpr-form-item-main .tpr-form-item-tips[data-v-84a939aa] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}

.funding-method-main .funding-method-list[data-v-c39855a8] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.funding-method-main .funding-method-list .funding-method-item[data-v-c39855a8] {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: rgb(var(--Backgrounds-Primary));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  cursor: pointer;
  transition: opacity 0.1s ease;
  opacity: 1;
}
.funding-method-main .funding-method-list .funding-method-item[data-v-c39855a8]:hover {
  opacity: 0.7;
}
.funding-method-main .funding-method-list .funding-method-item .funding-method-item-left[data-v-c39855a8] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.funding-method-main .funding-method-list .funding-method-item .funding-method-item-left .funding-method-item-icon[data-v-c39855a8] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(var(--Grays-Gray-6));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.funding-method-main .funding-method-list .funding-method-item .funding-method-item-left .funding-method-item-bottom[data-v-c39855a8] {
  display: flex;
  flex-direction: column;
  gap: 2x;
}
.funding-method-main .funding-method-list .funding-method-item .funding-method-item-left .funding-method-item-bottom .funding-method-item-title[data-v-c39855a8] {
  color: rgb(var(--Labels-Primary));
}
.funding-method-main .funding-method-list .funding-method-item .funding-method-item-left .funding-method-item-bottom .funding-method-item-desc[data-v-c39855a8] {
  color: rgba(var(--Labels-Secondary));
}

.wallet-deposit-new[data-v-3df12748] {
  background-color: #FBFCFD;
}
.wallet-deposit-new .wtn-confirm-dialog-text[data-v-3df12748] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-deposit-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-3df12748] {
  color: rgb(var(--Labels-Primary));
}
.wallet-deposit-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-3df12748] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.wallet-deposit-new-dialog-close[data-v-3df12748] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-deposit-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-deposit-new-dialog > .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-deposit-new-dialog > .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer[data-v-64bacf1c] {
  text-align: center;
  padding-top: 50px;
}
.btn[data-v-64bacf1c] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.select[data-v-64bacf1c] {
  width: 100%;
}
.select > div[data-v-64bacf1c] {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  padding-left: 15px;
  margin: 10px 0;
}
[data-v-64bacf1c] .el-radio__input.is-checked + .el-radio__label {
  color: black;
}

.footer[data-v-139149ee] {
  text-align: center;
  padding: 50px 0;
}
.btn[data-v-139149ee] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
[data-v-139149ee] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-139149ee] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-139149ee] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-139149ee] .el-textarea__inner {
  border-radius: 8px;
}

.dialog-heade[data-v-2c7760d2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
}
.dialog-heade > div[data-v-2c7760d2]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-2c7760d2]:last-child {
  cursor: pointer;
}
.btn[data-v-2c7760d2] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-2c7760d2] {
  border: 1px solid #cccccc;
}
.btn1[data-v-2c7760d2]:hover {
  background: #fbfbfb;
}
[data-v-2c7760d2] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-2c7760d2] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-2c7760d2] .el-textarea__inner {
  border-radius: 8px;
}
[data-v-2c7760d2] .el-input-group--prepend > .el-input__wrapper {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-v-2c7760d2] .el-input-group--append > .el-input__wrapper {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-v-2c7760d2] .el-radio__input.is-checked + .el-radio__label {
  color: #606266;
}
.input-prepend[data-v-2c7760d2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* > span {
        padding-left: 8px;
    } */
}
.input-prepend > img[data-v-2c7760d2] {
  width: 30px;
  height: 30px;
}

.other[data-v-462de2c5] {
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  margin: 20px 0;
}
.other > .other-first[data-v-462de2c5] {
  width: 90%;
  margin: 15px auto;
}
.other > .other-first > div[data-v-462de2c5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other > .other-first > div > div[data-v-462de2c5]:first-child {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.other > .other-first > div > div:first-child > div[data-v-462de2c5]:first-child {
  margin-right: 20px;
}
.other > .other-first > div > div:first-child > div:first-child > div[data-v-462de2c5] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(53, 103, 199, 0.3);
}
.other > .other-first > div > div[data-v-462de2c5]:nth-child(2) {
  flex-shrink: 0;
}
.other > .other-second[data-v-462de2c5] {
  border-top: 1px solid #dcdfe6;
  padding: 10px 20px 10px 20px;
}
.add[data-v-462de2c5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 50px 0;
}
.add > div[data-v-462de2c5]:first-child {
  width: 60%;
}
.input-prepend[data-v-462de2c5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-prepend > img[data-v-462de2c5] {
  width: 30px;
  height: 30px;
}
.input-prepend > span[data-v-462de2c5] {
  padding-left: 8px;
}
.footer[data-v-462de2c5] {
  text-align: center;
  padding: 50px 0;
}
.btn[data-v-462de2c5] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-462de2c5] {
  border: 1px solid #cccccc;
}
.btn1[data-v-462de2c5]:hover {
  background: #fbfbfb;
}
[data-v-462de2c5] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-462de2c5] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-462de2c5] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-462de2c5] .el-input-group--prepend > .el-input__wrapper {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-v-462de2c5] .el-input-group__prepend {
  background: white;
  border: none;
  box-shadow: none;
  padding-left: 0;
}
input[data-v-462de2c5]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.row[data-v-39befec6] {
  color: #878787;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.row > div[data-v-39befec6]:not(:first-child) {
  text-align: right;
}
.row1[data-v-39befec6] {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.leave-p[data-v-39befec6] {
  margin: 20px 0;
  background: #f5f5f5;
  color: #878787;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 8px;
  line-height: 20px;
}
.leave-day[data-v-39befec6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.leave-day > div[data-v-39befec6]:first-child {
  padding-right: 30px;
  color: #878787;
}
.leave[data-v-39befec6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leave > div[data-v-39befec6]:first-child {
  font-size: 18px;
  font-weight: 600;
}
.pesonal[data-v-39befec6] {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.pesonal > div[data-v-39befec6] {
  display: flex;
  align-items: center;
}
.pesonal > div > div[data-v-39befec6]:first-child {
  width: 130px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pesonal > div > div[data-v-39befec6]:last-child {
  color: #878787;
  padding-left: 10px;
}
.footer[data-v-39befec6] {
  text-align: center;
  padding: 50px 0;
}
.btn[data-v-39befec6] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-39befec6] {
  border: 1px solid #cccccc;
}
.btn1[data-v-39befec6]:hover {
  background: #fbfbfb;
}
.input-position[data-v-39befec6] {
  position: relative;
}
.input-position > span[data-v-39befec6] {
  position: absolute;
  right: 10px;
  top: 12px;
}
[data-v-39befec6] .el-input-number .el-input__inner {
  text-align: left;
}

.pesonal[data-v-072df32d] {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.pesonal > div[data-v-072df32d] {
  display: flex;
  align-items: center;
}
.pesonal > div > div[data-v-072df32d]:first-child {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pesonal > div > div:last-child > div[data-v-072df32d]:first-child {
  padding-bottom: 5px;
}
.pesonal > div > div:last-child > div:first-child > span[data-v-072df32d] {
  font-weight: 600;
  font-size: 24px;
  padding-right: 10px;
}
.drawer[data-v-072df32d] {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
}
.drawer > div[data-v-072df32d]:first-child {
  width: 25%;
  background: #f5f5f5;
}
.drawer > div:first-child > div[data-v-072df32d] {
  width: 80%;
  margin: 0 auto;
}
.drawer > div:first-child > div > .logo_font[data-v-072df32d] {
  cursor: pointer;
  margin: 50px 0;
  width: 100px;
}
.drawer > div:first-child > div > div[data-v-072df32d]:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.drawer > div:first-child > div > div[data-v-072df32d]:nth-child(3) {
  font-size: 14px;
  color: #878787;
  margin-bottom: 60px;
}
.drawer > div[data-v-072df32d]:last-child {
  width: 75%;
  overflow: auto;
}
.header[data-v-072df32d] {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 40px auto;
  justify-content: space-between;
}
.header > div[data-v-072df32d]:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
}
.btn[data-v-072df32d] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-072df32d] {
  border: 1px solid #cccccc;
}
.btn1[data-v-072df32d]:hover {
  background: #fbfbfb;
}
.form[data-v-072df32d] {
  width: 50%;
  margin: 0 auto;
  padding-top: 30px;
}
[data-v-072df32d] .el-date-table td.today .el-date-table-cell__text {
  color: black !important;
}
[data-v-072df32d] .el-date-table td.current:not(.disabled) .el-date-table-cell__text {
  background: black !important;
}
[data-v-072df32d] .el-drawer__body {
  padding: 0 var(--el-drawer-padding-primary) 0 0 !important;
}
[data-v-072df32d] .el-step__head.is-finish {
  color: black;
  border-color: black;
}
[data-v-072df32d] .el-step__title.is-finish {
  color: black;
  font-weight: 600;
}
[data-v-072df32d] .el-step__icon {
  width: 30px;
  height: 30px;
}
[data-v-072df32d] .el-step.is-vertical .el-step__line {
  left: 14px;
}
[data-v-072df32d] .el-step.is-vertical .el-step__head {
  width: 30px;
}
[data-v-072df32d] .el-step.is-vertical .el-step__title {
  line-height: 30px;
}
[data-v-072df32d] .el-step__title.is-success {
  color: black;
  font-weight: 600;
}
[data-v-072df32d] .el-form-item__label {
  color: black;
}
[data-v-072df32d] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-072df32d] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-072df32d] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-072df32d] .el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.card-column-empty[data-v-dbf91a5e] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.card-column-empty .cce-main[data-v-dbf91a5e] {
  width: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.card-column-empty .cce-main .cce-top[data-v-dbf91a5e] {
  display: flex;
  width: 128px;
  height: 128px;
  justify-content: center;
  align-items: center;
}
.card-column-empty .cce-main .cce-top .ccet-wrapper[data-v-dbf91a5e] {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-column-empty .cce-main .cce-content[data-v-dbf91a5e] {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.card-column-empty .cce-main .cce-content .cce-text-section[data-v-dbf91a5e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.card-column-empty .cce-main .cce-content .cce-text-section .cce-title[data-v-dbf91a5e] {
  color: rgb(var(--Label-Normal));
  text-align: center;
}
.card-column-empty .cce-main .cce-content .cce-text-section .cce-desc[data-v-dbf91a5e] {
  color: rgba(var(--Label-Alternative));
  text-align: center;
  min-height: 48px;
}

.header[data-v-6ed10cf1] {
  display: flex;
  padding: 0 5px;
  justify-content: space-between;
  align-items: center;
}
.header .handler[data-v-6ed10cf1] {
  align-items: center;
}
.diy-table[data-v-6ed10cf1] {
  padding-bottom: 24px;
}
.diy-table.scroll-active[data-v-6ed10cf1]:not(.pagi-no-fixed) {
  padding-bottom: calc(56px + 24px + 20px);
}
.diy-table.scroll-active:not(.pagi-no-fixed) .common-table-pagination[data-v-6ed10cf1] {
  position: fixed;
  bottom: 0;
  left: var(--layout-left-width);
  width: calc(100% - var(--layout-left-width));
  box-sizing: border-box;
  z-index: 50;
  background: #ffffff;
  border-top: 1px solid rgba(var(--Line-Normal-Normal));
  border-left: 1px solid rgba(var(--Separators-Non-opaque));
}
.diy-table.scroll-active:not(.pagi-no-fixed) .common-table-pagination .common-table-pagination-main[data-v-6ed10cf1] {
  max-width: var(--layout-content-max-width);
  margin: 0 auto;
  padding: 0 52px;
}
.diy-table .common-table-pagination[data-v-6ed10cf1] {
  margin-top: 12px;
  transition: all ease 0.2s;
}
.diy-table .common-table-pagination .common-table-pagination-main[data-v-6ed10cf1] {
  padding: 12px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.diy-table .common-table-pagination .common-table-pagination-main .common-table-pagination-right .common1-select[data-v-6ed10cf1] .el-input__wrapper {
  box-shadow: none !important;
}
.diy-table .common-table-pagination .common-table-pagination-main .common-table-pagination-right .common1-select[data-v-6ed10cf1] input.el-input__inner {
  color: rgba(var(--Label-Alternative));
  text-align: center;
  font-feature-settings: 'ss10' on;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%;
  letter-spacing: 0.252px;
}
.diy-table .common-table-pagination .common-table-pagination-main .common-table-pagination-right .common1-select[data-v-6ed10cf1] input.el-input__inner::-webkit-input-placeholder {
  color: rgba(var(--Label-Alternative));
  text-align: center;
  font-feature-settings: 'ss10' on;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%;
  letter-spacing: 0.252px;
}
.diy-table .common-table-pagination .common-table-pagination-main .common-table-pagination-right .common1-select[data-v-6ed10cf1] .el-select__caret {
  margin-left: 0;
}
.diy-table .common-table-pagination .el-pagination[data-v-6ed10cf1] {
  text-align: right;
}
.diy-table .table-empty-container[data-v-6ed10cf1] {
  min-height: 60vh;
}

.diy-table.style-1 .el-table__cell {
  height: 56px;
}
.diy-table.style-1 .el-table__cell:not(.is-leaf) {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.diy-table.style-1 .el-table__cell.is-leaf .cell {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.diy-table.wallet-style {
  margin-left: -12px;
  width: calc(100% + 24px);
}
.diy-table.wallet-style .el-table__cell {
  height: 56px;
}
.diy-table.wallet-style .el-table__cell:not(.is-leaf) {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Label 1/Normal - Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.9%;
  /* 20.006px */
  letter-spacing: 0.203px;
}
.diy-table.wallet-style .el-table__cell.is-leaf .cell {
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
  /* Label 1/Normal - Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.9%;
  /* 20.006px */
  letter-spacing: 0.203px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.diy-table.style-2 .el-table__cell {
  height: 64px;
}
.diy-table.style-2 .el-table__row {
  cursor: pointer;
}
.diy-table.style-2 .el-table__cell:not(.is-leaf) .cell {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.diy-table.style-2 .el-table__cell:not(.is-leaf) .cell .el-checkbox__inner {
  --el-checkbox-input-width: 20px;
  --el-checkbox-input-height: 20px;
  --el-checkbox-input-border: 2px solid var(--Grays-Gray4, #D1D3D6);
  --el-checkbox-checked-bg-color: rgb(var(--Colors-Blue));
  --el-checkbox-checked-input-border-color: rgb(var(--Colors-Blue));
  --el-checkbox-border-radius: 4px;
}
.diy-table.style-2 .el-table__cell:not(.is-leaf) .cell .el-checkbox__inner::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
}
.diy-table.style-2 .el-table__cell:not(.is-leaf) .cell .el-checkbox__inner::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(1.25);
}
.diy-table.style-2 .el-table__cell.is-leaf .cell {
  color: rgba(var(--Labels-Secondary));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.diy-table.style-2 .el-table__cell.is-leaf .cell .el-checkbox__inner {
  --el-checkbox-input-width: 20px;
  --el-checkbox-input-height: 20px;
  --el-checkbox-input-border: 2px solid var(--Grays-Gray4, #D1D3D6);
  --el-checkbox-checked-bg-color: rgb(var(--Colors-Blue));
  --el-checkbox-checked-input-border-color: rgb(var(--Colors-Blue));
  --el-checkbox-border-radius: 4px;
}
.diy-table.style-2 .el-table__cell.is-leaf .cell .el-checkbox__inner::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(1.25);
}
.diy-table.style-2 .el-table__cell.is-leaf .cell .el-checkbox__inner::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
}
.diy-table.style-2 .el-table-column--selection .cell {
  padding-left: 0;
}

.invoice-table-container[data-v-4ea98177] {
  width: 100%;
}
.invoice-table-container .invoice-table-form[data-v-4ea98177] {
  width: 100%;
  overflow-x: scroll;
}
.invoice-table-container .invoice-table-form.MOBILE .invoice-table-el-card[data-v-4ea98177] {
  position: relative;
  margin-bottom: 20px;
}
.invoice-table-container .invoice-table-form.MOBILE .invoice-table-el-card[data-v-4ea98177]:last-of-type {
  margin-bottom: 0;
}
.invoice-table-container .invoice-table-form.MOBILE .invoice-table-row[data-v-4ea98177] {
  margin-bottom: 20px;
}
.invoice-table-container .invoice-table-form.MOBILE[data-v-4ea98177]:last-of-type {
  margin-bottom: 0;
}
.invoice-table-container .invoice-table-form.MOBILE .invoice-table-column[data-v-4ea98177] {
  width: 100%;
}
.invoice-table-container .invoice-table-btn-group[data-v-4ea98177] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.invoice-table-container .invoice-table-form .invoice-table-cell {
  border-bottom: 0 !important;
  padding: 24px 0px;
}
.invoice-table-container .invoice-table-form .invoice-table-cell .cell {
  overflow: visible;
}
.invoice-table-container .invoice-table-form .el-table__inner-wrapper::before {
  display: none;
}
.invoice-table-container .invoice-table-form .el-table__body-wrapper .el-scrollbar .el-scrollbar__bar.is-vertical {
  display: none !important;
}

.customer-create-dialog .customer-create-dialog-main[data-v-43eed7d2] {
  padding: 24px 32px;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .is-success .vat-input-seccess-icon[data-v-43eed7d2] {
  display: flex;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .is-error .vat-input-error-icon[data-v-43eed7d2] {
  display: flex;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .vat-input-seccess-icon[data-v-43eed7d2] {
  display: none;
  margin-right: 12px;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .vat-input-error-icon[data-v-43eed7d2] {
  display: none;
  margin-right: 12px;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .pcfil-appendix .pcfi-change-customer-btn[data-v-43eed7d2] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  cursor: pointer;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .project-c-action-input[data-v-43eed7d2] .el-input__wrapper {
  padding-right: 0 !important;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .project-c-action-input[data-v-43eed7d2] .nab-main {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top: var(--normalized-input-border-width) solid rgba(var(--Line-Normal-Neutral));
  border-bottom: var(--normalized-input-border-width) solid rgba(var(--Line-Normal-Neutral));
  border-right: var(--normalized-input-border-width) solid rgba(var(--Line-Normal-Neutral));
  --normalized-button-content-min-width: 48px !important;
  --normalized-button-content-min-height: 24px !important;
  --normalized-button-padding-vertical: 8px !important;
  --normalized-button-padding-horizontal: 16px !important;
}
.customer-create-dialog .customer-create-dialog-main .customer-create-dialog-inside .project-common-form .project-common-form-main .project-c-action-input[data-v-43eed7d2] .nab-filter {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.customer-create-dialog-header[data-v-43eed7d2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 12px 32px;
  border-bottom: solid 1px rgba(var(--Line-Normal-Normal));
}
.customer-create-dialog-header > div[data-v-43eed7d2]:last-child {
  cursor: pointer;
}

.customer-create-dialog {
  --el-dialog-border-radius: 8px !important;
}
.customer-create-dialog .el-dialog__header {
  padding: 0;
  margin: 0;
}
.customer-create-dialog .el-dialog__body {
  padding: 0;
  height: 65.78vh;
  max-height: 646px;
  overflow-y: scroll;
}
.customer-create-dialog .el-dialog__footer {
  padding: 0;
  padding: 20px;
}

.invoice-form-upload-list[data-v-2d1e0965] {
  margin-top: 16px;
}
.invoice-form-upload-list .invoice-form-upload-item[data-v-2d1e0965] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-bottom: 1px solid rgba(112, 115, 147, 0.1);
  border-left: 1px solid rgba(112, 115, 147, 0.1);
  border-right: 1px solid rgba(112, 115, 147, 0.1);
  transition: all ease 0.15s;
  cursor: pointer;
}
.invoice-form-upload-list .invoice-form-upload-item[data-v-2d1e0965]:hover {
  background-color: rgba(112, 115, 147, 0.05);
}
.invoice-form-upload-list .invoice-form-upload-item:hover .invoice-form-upload-item-right .ifuir-status[data-v-2d1e0965] {
  display: none;
}
.invoice-form-upload-list .invoice-form-upload-item:hover .invoice-form-upload-item-right .ifuir-delete[data-v-2d1e0965] {
  display: block;
}
.invoice-form-upload-list .invoice-form-upload-item[data-v-2d1e0965]:first-of-type {
  border-top: 1px solid rgba(112, 115, 147, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.invoice-form-upload-list .invoice-form-upload-item[data-v-2d1e0965]:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.invoice-form-upload-list .invoice-form-upload-item .invoice-form-upload-item-left[data-v-2d1e0965] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.invoice-form-upload-list .invoice-form-upload-item .invoice-form-upload-item-left .ifuil-file-name[data-v-2d1e0965] {
  color: #1e1e2a;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.invoice-form-upload-list .invoice-form-upload-item .invoice-form-upload-item-right[data-v-2d1e0965] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.invoice-form-upload-list .invoice-form-upload-item .invoice-form-upload-item-right .ifuir-status[data-v-2d1e0965] {
  display: block;
}
.invoice-form-upload-list .invoice-form-upload-item .invoice-form-upload-item-right .ifuir-delete[data-v-2d1e0965] {
  display: none;
}

.xero-invoice-total[data-v-9b6d5a92] {
  border-top: 1px solid rgba(112, 115, 147, 0.10196078);
  padding: 24px 0;
}
.xero-invoice-total .xero-invoice-list[data-v-9b6d5a92] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.xero-invoice-total .xero-invoice-list .xero-invoice-item[data-v-9b6d5a92] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xero-invoice-total .xero-invoice-list .xero-invoice-item .xero-invoice-item-label[data-v-9b6d5a92] {
  color: rgba(var(--Label-Alternative));
}
.xero-invoice-total .xero-invoice-list .xero-invoice-item .xero-invoice-item-value[data-v-9b6d5a92] {
  color: rgb(var(--Label-Normal));
}

.invoice-checkout-container[data-v-72cf5c67] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-016, 16px);
  position: relative;
}
.invoice-checkout-container .invoice-checkout-box[data-v-72cf5c67] {
  padding: 24px;
  border-radius: var(--cornerRadius-024, 24px);
  border: 1px solid rgba(var(--Line-Normal-Neutral));
  width: 100%;
  box-sizing: border-box;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-header[data-v-72cf5c67] {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-header .invoice-checkout-box-title-left[data-v-72cf5c67] {
  color: rgb(var(--Label-Strong));
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-header .invoice-checkout-box-title-right[data-v-72cf5c67] {
  padding: 3px 6px;
  background-color: rgb(var(--Status-Cautionary));
  color: rgb(var(--Static-White));
  border-radius: 6px;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content[data-v-72cf5c67] {
  position: relative;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block[data-v-72cf5c67] {
  margin-bottom: var(--spacing-004, 4px);
  border-radius: var(--cornerRadius-012, 12px);
  background: rgba(var(--Fill-Alternative));
  display: flex;
  flex-direction: column;
  padding: var(--spacing-016, 16px);
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block[data-v-72cf5c67]:last-of-type {
  margin-bottom: 0;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-header[data-v-72cf5c67] {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-header .icbcb-header-left[data-v-72cf5c67] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: var(--spacing-004, 4px);
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-header .icbcb-header-left .icbcb-header-title[data-v-72cf5c67] {
  color: rgba(var(--Label-Alternative));
  flex: 1;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-header .icbcb-header-left .icbcb-header-amount[data-v-72cf5c67] {
  color: rgb(var(--Label-Normal));
  flex-shrink: 0;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-header .icbcb-header-right .icbcb-header-right-icon-btn[data-v-72cf5c67] {
  transform: rotate(0deg);
  transition: transform 0.1s ease;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-header .icbcb-header-right .icbcb-header-right-icon-btn.collapsed[data-v-72cf5c67] {
  transform: rotate(180deg);
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list[data-v-72cf5c67] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding-top: var(--spacing-016, 16px);
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item[data-v-72cf5c67] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-012, 12px);
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item .icbcb-item-main-row[data-v-72cf5c67] {
  display: flex;
  align-items: center;
  gap: var(--spacing-012, 12px);
  width: 100%;
  box-sizing: border-box;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item .icbcb-item-main-row .icbcbi-left[data-v-72cf5c67] {
  flex: 1;
  color: rgba(var(--Label-Alternative));
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item .icbcb-item-main-row .icbcbi-right[data-v-72cf5c67] {
  flex: 1;
  color: rgb(var(--Label-Normal));
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item .icbcb-item-child-list[data-v-72cf5c67] {
  padding-left: var(--spacing-016, 16px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-left: 1px solid rgba(var(--Line-Normal-Normal));
  width: 100%;
  box-sizing: border-box;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item .icbcb-item-child-list .icbcb-ite-child-item[data-v-72cf5c67] {
  display: flex;
  align-items: center;
  gap: var(--spacing-012, 12px);
  width: 100%;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item .icbcb-item-child-list .icbcb-ite-child-item .icbcbici-left[data-v-72cf5c67] {
  flex: 1;
  color: rgba(var(--Label-Alternative));
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-block .icbcb-list .icbcb-item .icbcb-item-child-list .icbcb-ite-child-item .icbcbici-right[data-v-72cf5c67] {
  flex: 1;
  color: rgb(var(--Label-Normal));
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.invoice-checkout-container .invoice-checkout-box .invoice-checkout-box-content .invoice-checkout-box-content-tips[data-v-72cf5c67] {
  margin-top: var(--spacing-016, 16px);
}
.invoice-checkout-container .invoice-checkout-box-payment-details .icbpd-row[data-v-72cf5c67] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-008, 8px);
}
.invoice-checkout-container .invoice-checkout-box-payment-details .icbpd-row .icbpd-row-title[data-v-72cf5c67] {
  color: rgb(var(--Label-Alternative));
}
.invoice-checkout-container .invoice-checkout-box-payment-details .icbpd-row .icbpd-row-value[data-v-72cf5c67] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-004, 4px);
}
.invoice-checkout-container .invoice-checkout-box-payment-details .icbpd-row .icbpd-row-value .icbpd-row-value1[data-v-72cf5c67] {
  color: rgb(var(--Label-Normal));
}
.invoice-checkout-container .invoice-checkout-box-payment-details .icbpd-row .icbpd-row-value .icbpd-row-value2[data-v-72cf5c67] {
  color: rgb(var(--Label-Alternative));
}

.invoice-preivew-container .invoice-preview-main[data-v-680d209d] {
  display: flex;
  gap: 48px;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left[data-v-680d209d] {
  flex: 1;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row[data-v-680d209d] {
  margin-bottom: 24px;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row[data-v-680d209d]:last-of-type {
  margin-bottom: 0;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-row-header[data-v-680d209d] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-row-header .invoice-preview-row-title[data-v-680d209d] {
  color: #70707d;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 20px;
  font-weight: 400;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-row-header .invoice-preview-divider[data-v-680d209d] {
  background: rgba(112, 115, 147, 0.10196078);
  flex: 1;
  height: 1px;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-middle[data-v-680d209d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-middle .invoice-preview-middle-right[data-v-680d209d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background-color: rgba(112, 115, 147, 0.1);
  border-radius: 4px;
  padding: 2px 6px;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-middle .invoice-preview-middle-right .invoice-preview-middle-text[data-v-680d209d] {
  color: #363644;
  font-size: 12px;
  font-weight: 400;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-content .invoice-preview-amount[data-v-680d209d] {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-left .invoice-preview-row .invoice-preview-content .invoice-preview-email-to[data-v-680d209d] {
  display: inline-block;
  background-color: rgba(82, 102, 235, 0.1);
  border-radius: 8px;
  padding: 6px 12px;
  box-sizing: border-box;
}
.invoice-preivew-container .invoice-preview-main .invoice-preview-right[data-v-680d209d] {
  flex: 1;
}

.invoice-table-container[data-v-22deb54a] {
  width: 100%;
}
.invoice-table-container .invoice-table-form[data-v-22deb54a] {
  width: 100%;
  overflow-x: scroll;
}

.invoice-table-container .invoice-table-form .invoice-table-cell {
  border-bottom: 0 !important;
  padding: 24px 0px;
}
.invoice-table-container .invoice-table-form .invoice-table-cell .cell {
  overflow: visible;
}
.invoice-table-container .invoice-table-form .el-table__inner-wrapper::before {
  display: none;
}

.invoice-create-page .invoice-create-form-container[data-v-610acc44] {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 56px 92px 92px 92px;
  background-color: #ffffff;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  scroll-behavior: smooth;
}
.invoice-create-page .invoice-create-form-container .invoice-create-header[data-v-610acc44] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.invoice-create-page .invoice-create-form-container .invoice-create-header .invoice-create-title[data-v-610acc44] {
  font-size: 28px;
  line-height: 36px;
}
.invoice-create-page .invoice-create-form-container .invoice-create-header .invoice-close-icon[data-v-610acc44] {
  cursor: pointer;
}
.invoice-create-page .invoice-create-form-container .invoice-btn-footer[data-v-610acc44] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  padding: 40px 92px 40px 92px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  z-index: 10;
}
.invoice-create-page .invoice-create-form-container .invoice-btn-footer .invoice-cancel-btn.no-border[data-v-610acc44] {
  color: #363644 !important;
}
.invoice-create-page .invoice-create-form-container .invoice-btn-footer .invoice-btn-footer-right[data-v-610acc44] {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 810px) and (max-width: 1199px) {
.invoice-create-page .invoice-create-form-container .invoice-btn-footer[data-v-610acc44] {
    padding: 40px 120px 40px 60px;
}
}
@media (max-width: 809px) {
.invoice-create-page .invoice-create-form-container[data-v-610acc44] {
    padding: 40px 40px 80px 40px;
}
.invoice-create-page .invoice-create-form-container .invoice-btn-footer[data-v-610acc44] {
    padding: 40px 120px 40px 60px;
}
}

.wallet-deposit-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-deposit-new-dialog > .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-deposit-new-dialog > .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-create-form-contact-add-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.invoice-create-form-contact-add-row .icfca-icon {
  --color: #5266eb;
}
.invoice-create-form-contact-add-row .icfca-text {
  color: #5266eb;
  font-size: 15px;
  font-weight: 480;
  line-height: 24px;
}

.home-wallet-btn {
  display: inline-flex;
  padding: 9px 12px 9px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(var(--Line-Normal-Alternative));
  background: rgb(var(--Static-White));
  gap: 8px;
  cursor: pointer;
}
.home-wallet-btn.active {
  background-color: rgba(112, 115, 147, 0.05);
}
.home-wallet-btn.active .home-wallet-btn-text {
  color: #3870FF;
}
.home-wallet-btn.active .home-wallet-btn-icon {
  --color: #3870FF;
  transform: rotate(180deg);
}
.home-wallet-btn .home-wallet-btn-text {
  transition: color 0.1s ease;
}
.home-wallet-btn .home-wallet-btn-bar {
  width: 1px;
  height: 6px;
  border-radius: 100px;
  background: rgba(var(--Line-Normal-Normal));
}
.home-wallet-btn .home-wallet-btn-icon {
  --color: #00000066;
  transition: all 0.1s ease;
}
.home-wallet-pop-container {
  padding: 0 !important;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.02), 0 8px 16px 0 rgba(0, 0, 0, 0.04), 0 0 24px 0 rgba(0, 0, 0, 0.08);
  background: rgb(var(--Background-Normal-Normal));
  --el-popover-border-radius: 24px;
}
.home-wallet-pop-container .hwp-main {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-wallet-pop-container .hwp-main .hwpm-header {
  overflow: hidden;
  border-radius: var(--cornerRadius-016, 16px);
  border: 1px solid rgba(var(--Line-Normal-Alternative));
  padding: 16px;
}
.home-wallet-pop-container .hwp-main .hwpm-header .hwpm-referral {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-wallet-pop-container .hwp-main .hwpm-header .hwpm-referral .hwpmr-bg {
  position: absolute;
  bottom: 4.75px;
  left: 56.53px;
  z-index: 1;
}
.home-wallet-pop-container .hwp-main .hwpm-header .hwpm-referral .hwpmr-text-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-wallet-pop-container .hwp-main .hwpm-header .hwpm-referral .hwpmr-text-section .hwpmr-title {
  color: rgb(var(--Label-Normal));
}
.home-wallet-pop-container .hwp-main .hwpm-header .hwpm-referral .hwpmr-text-section .hwpmr-desc {
  color: rgba(var(--Label-Neutral));
}
.home-wallet-pop-container .hwp-main .hwpm-header .hwpm-referral .hwpmr-btn-row > div {
  width: 100%;
}
.home-wallet-pop-container .hwp-main .hwpm-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 0 6px 1px rgba(0, 0, 0, 0.04);
}
.home-wallet-pop-container .hwp-main .hwpm-list .hwpm-item {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background 0.1s ease;
  background: #fff;
  cursor: pointer;
}
.home-wallet-pop-container .hwp-main .hwpm-list .hwpm-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.home-wallet-pop-container .hwp-main .hwpm-list .hwpm-item:last-of-type .hwpmi {
  border-bottom: none;
}
.home-wallet-pop-container .hwp-main .hwpm-list .hwpm-item .hwpmi {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(var(--Line-Normal-Alternative));
}
.home-wallet-pop-container .hwp-main .hwpm-list .hwpm-item .hwpmi .hwpm-item-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-wallet-pop-container .hwp-main .hwpm-list .hwpm-item .hwpmi .hwpm-item-text {
  color: rgb(var(--Label-Normal));
}

.transfer-status-tag[data-v-355c9dd8] {
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--status-tag-color) !important;
  height: 32px;
}

.home-header[data-v-052b487d] {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.home-header .hh-left[data-v-052b487d] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-header .hh-left .home-left-arrow[data-v-052b487d] {
  --color: #333333;
  --size: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-header .hh-left .home-left-title[data-v-052b487d] {
  color: #171719;
}
.home-header .hh-right[data-v-052b487d] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.home-header .hh-right .home-h-ring[data-v-052b487d] {
  width: 32px;
  height: 32px;
  background-color: rgba(112, 115, 147, 0.05882353);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  --color: #70707d;
  cursor: pointer;
  transition: all 0.1s ease;
  position: relative;
}
.home-header .hh-right .home-h-ring[data-v-052b487d]:hover {
  background-color: rgba(112, 115, 147, 0.10196078);
  --color: #5266eb;
}
.home-header .hh-right .home-h-ring.unread[data-v-052b487d]::after {
  width: 6px;
  height: 6px;
  display: inline;
  border-radius: 50%;
  background-color: #CE3675;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  content: "";
}
.home-header .hh-right .home-h-person[data-v-052b487d] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cce8ea;
  font-weight: 500;
  cursor: pointer;
}
.home-header .hh-right .home-h-person[data-v-052b487d]:hover {
  filter: brightness(0.95);
}

.home-header-person-popover {
  padding: 0 !important;
}
.home-header-person-popover .home-hp-list {
  display: flex;
  flex-direction: column;
}
.home-header-person-popover .home-hp-list .home-user-info {
  margin: 16px;
  box-sizing: border-box;
}
.home-header-person-popover .home-hp-list .home-user-info .home-user-info-admin {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.home-header-person-popover .home-hp-list .home-user-info .home-user-info-admin .home-user-info-admin-text {
  border: 1px solid #cce8ea;
  border-radius: 4px;
  color: #183d4a;
  padding: 0 8px;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-header-person-popover .home-hp-list .home-user-info .home-user-info-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-header-person-popover .home-hp-list .home-user-info .home-user-info-email {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-header-person-popover .home-hp-list .home-hp-btn-group {
  padding: 4px;
  display: flex;
  flex-direction: column;
}
.home-header-person-popover .home-hp-list .home-logout {
  padding: 4px;
}
.home-header-person-popover .home-hp-list .person-btn {
  padding: 8px 12px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.1s ease;
  cursor: pointer;
}
.home-header-person-popover .home-hp-list .person-btn:hover {
  background: rgba(112, 115, 147, 0.05) !important;
}
.home-header-person-popover .home-hp-list .person-btn div img {
  display: none;
}
.home-header-person-popover .home-hp-list .person-btn div div {
  color: #363644;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.home-header-person-popover .home-hp-list .person-btn {
  text-decoration: none;
}
.home-header-person-popover .home-hp-list .person-btn div .tips-icon {
  display: none;
}
.home-header-person-popover .home-hp-list .person-btn div svg {
  display: none;
}
.home-header-person-popover .home-hp-list .home-hp-divider {
  border-top: 1px solid rgba(112, 115, 147, 0.10196078);
  margin: 8px 0;
}

:root {
  --layout-navigator-height: 64px;
  --layout-sidebar-nh: 88px;
  --layout-content-padding: 68px;
  --layout-left-nav-width: 40px;
  --layout-left-bar-width: 264px;
  --layout-left-width: calc(var(--layout-left-nav-width) + var(--layout-left-bar-width));
  --layout-content-max-width: 1570px;
}
:root .layout-container.hide-little-sidebar {
  --layout-left-nav-width: 0px;
  --layout-left-width: var(--layout-left-bar-width);
}
:root .layout-container:not(.sidebar-expand) {
  --layout-left-bar-width: 0px;
  --layout-left-width: var(--layout-left-nav-width);
}

.layout-container[data-v-13877386] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  --layout-left-background: rgb(var(--Background-Normal-Alternative));
  --layout-right-background: rgb(var(--Background-Normal-Normal));
  --layout-side-wrapper-background: rgb(var(--Background-Normal-Normal));
  --layout-sidebar-background: rgb(var(--Background-Normal-Normal));
  --layout-navigator-background: rgb(var(--Background-Normal-Normal));
  --layout-content-background: rgb(var(--Background-Normal-Normal));
  --side-bar-border-right-color: rgba(var(--Separators-Non-opaque));
}
.layout-container.scroll-active .layout-navigator-container[data-v-13877386] {
  border-bottom: 1px solid rgba(var(--Line-Normal-Normal));
  background: var(--layout-navigator-background);
}
.layout-container .layout-left-container[data-v-13877386] {
  background: var(--layout-side-wrapper-background);
}
.layout-container .layout-right-container[data-v-13877386] {
  background: var(--layout-right-background);
}
.layout-container .layout-navigator-container[data-v-13877386] {
  height: var(--layout-navigator-height);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.1s ease;
}
.layout-container .layout-navigator-container .layouy-navigator-wrapper[data-v-13877386] {
  width: 100%;
  padding: 0 24px;
}
.layout-container .layout-content-container[data-v-13877386] {
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
}
.layout-container .layout-content-container .layout-content-wrapper[data-v-13877386] {
  width: 100%;
  max-width: var(--layout-content-max-width);
}
.layout-container .layout-content-container .layout-content-wrapper .layout-conetnt-router-view-wrapper[data-v-13877386] {
  position: absolute;
  top: 0;
  max-width: var(--layout-content-max-width);
  width: 100%;
  --content-to-left-side-distance: calc((100vw - var(--layout-left-width) - 100%) / 2);
}
.layout-container .layout-content-container .layout-content-wrapper .layout-conetnt-router-view-wrapper > div[data-v-13877386] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--layout-content-padding);
  box-sizing: border-box;
}
.layout-container .layout-content-container .layout-content-wrapper .layout-content-slot[data-v-13877386] {
  padding: 0 var(--layout-content-padding);
}
.layout-container > div[data-v-13877386] {
  height: 100vh;
  overflow-y: scroll;
}
.layout-container > div[data-v-13877386]:last-child {
  width: calc(100% - var(--layout-left-width));
}
@keyframes routerenter-13877386 {
0% {
    opacity: 0;
    transform: translateY(80%);
}
to {
    opacity: 1;
    transform: translateZ(1);
}
}
@keyframes routerout-13877386 {
0% {
    opacity: 1;
    transform: translateZ(0);
}
50% {
    opacity: 0.25;
}
to {
    opacity: 0;
    transform: translateY(75%);
}
}
.router_animate-enter-active[data-v-13877386] {
  animation: routerenter-13877386 1s;
}
.router_animate-leave-active[data-v-13877386] {
  animation: routerout-13877386 0.8s;
}

.setting[data-v-26809867] {
  width: 50%;
}
.text > div[data-v-26809867] {
  font-size: 14px;
}
.text > div[data-v-26809867]:first-child {
  color: #605e5c;
  padding: 10px 0;
}
.text > div[data-v-26809867]:last-child {
  color: #1e1d1c;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.btn[data-v-26809867] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-26809867] {
  border: 1px solid #cccccc;
}
.btn1[data-v-26809867]:hover {
  background: #fbfbfb;
}
.btn2[data-v-26809867] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.line-title[data-v-26809867] {
  font-size: 20px;
  font-weight: 600;
  padding: 25px 0;
}

.title[data-v-7cbffb3a] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination[data-v-7cbffb3a] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.password > div[data-v-7cbffb3a] {
  font-size: 14px;
  margin: 20px 0;
}
.password > div[data-v-7cbffb3a]:first-child {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
}
.password > div[data-v-7cbffb3a]:nth-child(3) {
  color: #878787;
}
.org-chart > div[data-v-7cbffb3a]:first-child {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 42px;
}
.w-title[data-v-7cbffb3a] {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 42px;
}
.btn[data-v-7cbffb3a] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-7cbffb3a] {
  border: 1px solid #cccccc;
}
.btn1[data-v-7cbffb3a]:hover {
  background: #fbfbfb;
}
.btn2[data-v-7cbffb3a] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.text > div[data-v-7cbffb3a] {
  font-size: 14px;
}
.text > div[data-v-7cbffb3a]:first-child {
  color: #605e5c;
  padding: 10px 0;
}
.text > div[data-v-7cbffb3a]:last-child {
  color: #1e1d1c;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
[data-v-7cbffb3a] .el-form-item__label {
  color: #000;
}
[data-v-7cbffb3a] .el-dialog.is-align-center {
  border-radius: 10px;
}
[data-v-7cbffb3a] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-7cbffb3a] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-7cbffb3a] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-7cbffb3a] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-7cbffb3a] .el-tabs__item.is-active {
  color: #000;
}
[data-v-7cbffb3a] .el-tabs__active-bar {
  background: #000;
}
[data-v-7cbffb3a] .el-tabs__item {
  color: #878797;
}

.lst-kix_4vthk6yoxo74-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_k9frwwp1y2ft-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_n08gtq9cm2gh-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_4vthk6yoxo74-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_k9frwwp1y2ft-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_4vthk6yoxo74-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_n08gtq9cm2gh-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_n08gtq9cm2gh-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ps2iqybif7qp-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_k9frwwp1y2ft-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_d183nf6c0dt7-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_d183nf6c0dt7-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_d183nf6c0dt7-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_n08gtq9cm2gh-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_d183nf6c0dt7-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_d183nf6c0dt7-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_k9frwwp1y2ft-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_d183nf6c0dt7-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_d183nf6c0dt7-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_d183nf6c0dt7-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ps2iqybif7qp-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_k9frwwp1y2ft-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_d183nf6c0dt7-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_n08gtq9cm2gh-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ps2iqybif7qp-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ps2iqybif7qp-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_2x76uuyyq9ei-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2x76uuyyq9ei-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ps2iqybif7qp-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ezzlwho1it0u-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_rf46do568ndv-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_rf46do568ndv-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_8nrl00a8v790-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8nrl00a8v790-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ezzlwho1it0u-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_rf46do568ndv-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_rf46do568ndv-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_rf46do568ndv-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_8nrl00a8v790-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8nrl00a8v790-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8nrl00a8v790-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8nrl00a8v790-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8nrl00a8v790-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_um1ikpwy8sf7-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6er0tid2rbyy-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6er0tid2rbyy-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_cwkihkbwi60m-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_um1ikpwy8sf7-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6er0tid2rbyy-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_cwkihkbwi60m-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_b1bx9gb7fkj7-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_um1ikpwy8sf7-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_cwkihkbwi60m-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_b1bx9gb7fkj7-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_um1ikpwy8sf7-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_um1ikpwy8sf7-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6er0tid2rbyy-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_cwkihkbwi60m-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_8nrl00a8v790-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8nrl00a8v790-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u6trj9kzmwg9-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_i3sq86di8l5s-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_i3sq86di8l5s-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_u6trj9kzmwg9-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_dgki3a1y06ae-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dgki3a1y06ae-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dgki3a1y06ae-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dgki3a1y06ae-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u6trj9kzmwg9-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_dgki3a1y06ae-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dgki3a1y06ae-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dgki3a1y06ae-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dgki3a1y06ae-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u6trj9kzmwg9-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_dgki3a1y06ae-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_i3sq86di8l5s-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_zb7thv12eia-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_zb7thv12eia-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_zb7thv12eia-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_zb7thv12eia-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_zb7thv12eia-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_yqcinvbky3cs-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_zb7thv12eia-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_yqcinvbky3cs-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_zb7thv12eia-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_zb7thv12eia-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_yqcinvbky3cs-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_zb7thv12eia-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_gw3aenad3ja-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_gw3aenad3ja-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_6juq7qp0s0w-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_i3sq86di8l5s-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_6juq7qp0s0w-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6juq7qp0s0w-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6juq7qp0s0w-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6juq7qp0s0w-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6juq7qp0s0w-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6juq7qp0s0w-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6juq7qp0s0w-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_yqcinvbky3cs-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_6juq7qp0s0w-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ezzlwho1it0u-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_gw3aenad3ja-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ezzlwho1it0u-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ezzlwho1it0u-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_gw3aenad3ja-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_egw7xwdliyru-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_i3j04wiiwehj-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_i3j04wiiwehj-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_egw7xwdliyru-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_egw7xwdliyru-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_i3j04wiiwehj-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_i3j04wiiwehj-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_egw7xwdliyru-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_vlulh953jhvg-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_vlulh953jhvg-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_vlulh953jhvg-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_vlulh953jhvg-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_vlulh953jhvg-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ph4uqdnfacgo-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_vlulh953jhvg-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ph4uqdnfacgo-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ph4uqdnfacgo-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8phe43rzge4o-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_8phe43rzge4o-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lob620jjuqi8-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lv22i9u08pzf-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9x8afs45hf3f-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_lob620jjuqi8-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ph4uqdnfacgo-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ph4uqdnfacgo-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_lg1x43owofnt-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_ph4uqdnfacgo-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ph4uqdnfacgo-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_lv22i9u08pzf-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_fwczy6p7d3x6-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_eks7tznkrlph-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_vlulh953jhvg-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_vlulh953jhvg-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ph4uqdnfacgo-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_vlulh953jhvg-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ph4uqdnfacgo-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_us4p14wwn1jg-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fwczy6p7d3x6-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_us4p14wwn1jg-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_us4p14wwn1jg-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3zc7vh2socm4-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_mw9kdwqrt3a6-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_us4p14wwn1jg-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2ldp6n291p87-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_eks7tznkrlph-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2ldp6n291p87-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_30qfqp43shmg-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_c0kzcpvcs6av-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_3zc7vh2socm4-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3zc7vh2socm4-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3zc7vh2socm4-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ph4uqdnfacgo-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_30qfqp43shmg-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_3zc7vh2socm4-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3zc7vh2socm4-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_segx1n719in2-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_3zc7vh2socm4-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3zc7vh2socm4-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3zc7vh2socm4-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_gw3aenad3ja-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rop6a2ov4r0-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_gw3aenad3ja-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_gw3aenad3ja-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_gw3aenad3ja-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_gw3aenad3ja-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_gw3aenad3ja-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_gw3aenad3ja-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qk3hs8j61amn-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_qk3hs8j61amn-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_junsohegumwq-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_gw3aenad3ja-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_gw3aenad3ja-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b3vqr259cqb-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_rop6a2ov4r0-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rop6a2ov4r0-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ph4uqdnfacgo-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_x75hgoc3kdkb-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_da8nnubloxlm-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_z4mwvbnpd83h-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_c0kzcpvcs6av-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_us4p14wwn1jg-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b3vqr259cqb-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_us4p14wwn1jg-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_us4p14wwn1jg-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_us4p14wwn1jg-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_us4p14wwn1jg-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qppxanuug40c-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_7pdndtgh9x7-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qppxanuug40c-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_7pdndtgh9x7-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7pdndtgh9x7-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7pdndtgh9x7-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rop6a2ov4r0-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rop6a2ov4r0-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rop6a2ov4r0-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rop6a2ov4r0-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rop6a2ov4r0-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_fscpx95uorye-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_rop6a2ov4r0-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rop6a2ov4r0-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7pdndtgh9x7-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rop6a2ov4r0-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_7pdndtgh9x7-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7pdndtgh9x7-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7pdndtgh9x7-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_da8nnubloxlm-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ihqjo7wchw6f-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7pdndtgh9x7-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ihqjo7wchw6f-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_5fb1fs1m0wg-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fwczy6p7d3x6-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_72svewp316uh-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_72svewp316uh-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_fwczy6p7d3x6-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fwczy6p7d3x6-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_k9wa9t5wpzvi-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_k9frwwp1y2ft-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9frwwp1y2ft-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_adubiwejgpaf-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_uojiyycg8z52-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_k9wa9t5wpzvi-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_m1mt59wcynnd-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_k9frwwp1y2ft-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9frwwp1y2ft-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9frwwp1y2ft-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9frwwp1y2ft-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9frwwp1y2ft-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_m1mt59wcynnd-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_adubiwejgpaf-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_adubiwejgpaf-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b1bx9gb7fkj7-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_adubiwejgpaf-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b1bx9gb7fkj7-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9frwwp1y2ft-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_adubiwejgpaf-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b1bx9gb7fkj7-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9frwwp1y2ft-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_adubiwejgpaf-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b1bx9gb7fkj7-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_adubiwejgpaf-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b1bx9gb7fkj7-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_fscpx95uorye-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_adubiwejgpaf-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b1bx9gb7fkj7-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_adubiwejgpaf-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b1bx9gb7fkj7-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_x75hgoc3kdkb-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_o8hjnniwjb4l-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_junsohegumwq-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6x3l83uiou4q-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_uojiyycg8z52-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_x75hgoc3kdkb-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_v5uokbeauy3r-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ph4uqdnfacgo-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wun9r1c35l1s-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_v5uokbeauy3r-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ioozjtxv4x0k-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_32gm7fgaxt0e-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_wun9r1c35l1s-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_52b3hv9haalf-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wun9r1c35l1s-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ioozjtxv4x0k-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6x3l83uiou4q-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_mw9kdwqrt3a6-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_9x8afs45hf3f-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_r1hcomtffst8-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_32gm7fgaxt0e-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_5fb1fs1m0wg-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_r1hcomtffst8-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_52b3hv9haalf-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_4vthk6yoxo74-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_us4p14wwn1jg-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_adubiwejgpaf-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1nvtqixmdql0-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_21xe1axidofj-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_21xe1axidofj-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_61hjzfngd737-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_us4p14wwn1jg-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1nvtqixmdql0-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_h8paiarbrvrn-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2x76uuyyq9ei-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_s3skglomroqs-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_h8paiarbrvrn-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2x76uuyyq9ei-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_s3skglomroqs-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ombxwxa7lnwy-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6juq7qp0s0w-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_wem0tsgh50jk-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_vlulh953jhvg-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_vlulh953jhvg-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_wem0tsgh50jk-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wem0tsgh50jk-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wem0tsgh50jk-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wem0tsgh50jk-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wem0tsgh50jk-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wem0tsgh50jk-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wem0tsgh50jk-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wem0tsgh50jk-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z9cy882kghxq-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_3zc7vh2socm4-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1tiwigylxbiz-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3zc7vh2socm4-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ombxwxa7lnwy-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_o8hjnniwjb4l-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_u3d8rhtbls5y-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_o8hjnniwjb4l-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_u3d8rhtbls5y-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3d8rhtbls5y-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3d8rhtbls5y-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_vlulh953jhvg-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_3pob76dcycst-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_u3d8rhtbls5y-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3d8rhtbls5y-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3d8rhtbls5y-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6rih31iykb7s-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_u3d8rhtbls5y-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3d8rhtbls5y-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6rih31iykb7s-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_adubiwejgpaf-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3pob76dcycst-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_qjuz8se3z4ns-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_fscpx95uorye-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fscpx95uorye-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fscpx95uorye-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fscpx95uorye-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fscpx95uorye-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fscpx95uorye-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fscpx95uorye-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b1bx9gb7fkj7-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_fscpx95uorye-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_fscpx95uorye-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b1bx9gb7fkj7-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_z2bmb5obz673-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2ldp6n291p87-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z2bmb5obz673-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_61hjzfngd737-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qjuz8se3z4ns-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ihqjo7wchw6f-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_zb7thv12eia-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_7pdndtgh9x7-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_beu5sbpahyb-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_beu5sbpahyb-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_wxkm7v5byb67-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_jem706698m10-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_rca69z53aju6-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_rca69z53aju6-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_zb7thv12eia-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_jem706698m10-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_jem706698m10-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_lg1x43owofnt-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_wxkm7v5byb67-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wxkm7v5byb67-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wxkm7v5byb67-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wxkm7v5byb67-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wxkm7v5byb67-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wxkm7v5byb67-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6juq7qp0s0w-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_wxkm7v5byb67-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wxkm7v5byb67-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_61hjzfngd737-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_7pdndtgh9x7-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_2g5q48jzsusp-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2g5q48jzsusp-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2g5q48jzsusp-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_beu5sbpahyb-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_2g5q48jzsusp-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2g5q48jzsusp-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2g5q48jzsusp-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2g5q48jzsusp-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ihqjo7wchw6f-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_2g5q48jzsusp-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2g5q48jzsusp-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_sk11q8xvucb8-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wem0tsgh50jk-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_pf6xf69kzv60-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_2zkc7gconlww-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9x8afs45hf3f-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_d183nf6c0dt7-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_eks7tznkrlph-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_lv22i9u08pzf-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_8phe43rzge4o-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_lob620jjuqi8-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_dxinegnsb04-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_h9up40txldqs-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_dxinegnsb04-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_dgki3a1y06ae-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_e9hb3ntq89ss-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_segx1n719in2-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2ldp6n291p87-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ph4uqdnfacgo-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_30qfqp43shmg-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_p3zryeqg6wyv-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_b3vqr259cqb-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_pru3onofzlgs-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_qk3hs8j61amn-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_z2bmb5obz673-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_z4mwvbnpd83h-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_da8nnubloxlm-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ry0l0daytym8-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_qppxanuug40c-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_junsohegumwq-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_c0kzcpvcs6av-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ou7tx421x9ns-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_pf6xf69kzv60-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z2bmb5obz673-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fscpx95uorye-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_2g5q48jzsusp-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_7k5hz83qsb69-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_rop6a2ov4r0-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_qppxanuug40c-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_9jiw9acbk15p-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_5fb1fs1m0wg-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_k9wa9t5wpzvi-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_h9up40txldqs-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h9up40txldqs-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_uojiyycg8z52-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_h9up40txldqs-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h9up40txldqs-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6fx2kzj6p6ko-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_h9up40txldqs-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h9up40txldqs-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_fwczy6p7d3x6-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_h9up40txldqs-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h9up40txldqs-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h9up40txldqs-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6x3l83uiou4q-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6x3l83uiou4q-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_fscpx95uorye-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_6x3l83uiou4q-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_uojiyycg8z52-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_x75hgoc3kdkb-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_6x3l83uiou4q-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6x3l83uiou4q-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_m1mt59wcynnd-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_k9wa9t5wpzvi-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_5tv9awm2qptg-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_u3mrwoqdxrg-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6x3l83uiou4q-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6x3l83uiou4q-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u3mrwoqdxrg-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6x3l83uiou4q-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_k9wa9t5wpzvi-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6x3l83uiou4q-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6x3l83uiou4q-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_72svewp316uh-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ebza6vs9p7b5-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_pru3onofzlgs-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pru3onofzlgs-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_v5uokbeauy3r-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_2zkc7gconlww-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8vt1zbgoku7s-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_2zkc7gconlww-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_wun9r1c35l1s-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_2zkc7gconlww-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_mw9kdwqrt3a6-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_2zkc7gconlww-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2zkc7gconlww-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2zkc7gconlww-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2zkc7gconlww-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ioozjtxv4x0k-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_wxkm7v5byb67-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_ioozjtxv4x0k-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ioozjtxv4x0k-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ioozjtxv4x0k-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ioozjtxv4x0k-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2zkc7gconlww-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ioozjtxv4x0k-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_2zkc7gconlww-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_uarn9l6a742m-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ioozjtxv4x0k-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ioozjtxv4x0k-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ioozjtxv4x0k-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_9x8afs45hf3f-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_d183nf6c0dt7-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_ioozjtxv4x0k-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ombxwxa7lnwy-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_5fb1fs1m0wg-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_ombxwxa7lnwy-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_r1hcomtffst8-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_52b3hv9haalf-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_32gm7fgaxt0e-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_u3d8rhtbls5y-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_8nrl00a8v790-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_u3d8rhtbls5y-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_u3d8rhtbls5y-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_akj8qhojyzqe-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_30qfqp43shmg-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_30qfqp43shmg-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_30qfqp43shmg-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_30qfqp43shmg-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_akj8qhojyzqe-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_30qfqp43shmg-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_30qfqp43shmg-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_30qfqp43shmg-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8nrl00a8v790-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_lv22i9u08pzf-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_akj8qhojyzqe-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_akj8qhojyzqe-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_u3d8rhtbls5y-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_u3d8rhtbls5y-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_lv22i9u08pzf-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lv22i9u08pzf-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lv22i9u08pzf-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lv22i9u08pzf-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lv22i9u08pzf-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lv22i9u08pzf-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8nrl00a8v790-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_lv22i9u08pzf-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lv22i9u08pzf-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_30qfqp43shmg-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8nrl00a8v790-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_30qfqp43shmg-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_jem706698m10-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_12ub6t7d64up-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_12ub6t7d64up-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9jiw9acbk15p-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z9cy882kghxq-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_9jiw9acbk15p-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_12ub6t7d64up-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_z9cy882kghxq-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1ity2g8t0n1r-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3z2izmz18jqg-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_9jiw9acbk15p-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ebza6vs9p7b5-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_3z2izmz18jqg-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_3z2izmz18jqg-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u3mrwoqdxrg-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_3z2izmz18jqg-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3z2izmz18jqg-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3z2izmz18jqg-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3z2izmz18jqg-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3z2izmz18jqg-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3z2izmz18jqg-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3z2izmz18jqg-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3z2izmz18jqg-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_1iuz4wwg0x9i-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_rf46do568ndv-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rf46do568ndv-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rf46do568ndv-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rf46do568ndv-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rf46do568ndv-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rf46do568ndv-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rf46do568ndv-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u3mrwoqdxrg-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_rf46do568ndv-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rf46do568ndv-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_5ndzmi9w25pi-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1iuz4wwg0x9i-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_u3mrwoqdxrg-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_o8hjnniwjb4l-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_o8hjnniwjb4l-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2zkc7gconlww-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_e9hb3ntq89ss-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_o8hjnniwjb4l-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_o8hjnniwjb4l-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_o8hjnniwjb4l-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_o8hjnniwjb4l-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_e9hb3ntq89ss-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_o8hjnniwjb4l-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_pf6xf69kzv60-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_o8hjnniwjb4l-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_wem0tsgh50jk-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_d183nf6c0dt7-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_h9up40txldqs-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_d183nf6c0dt7-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_d183nf6c0dt7-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_o8hjnniwjb4l-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_h9up40txldqs-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2zkc7gconlww-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2zkc7gconlww-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_h9up40txldqs-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_sk11q8xvucb8-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_dxinegnsb04-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_h9up40txldqs-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ry0l0daytym8-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ebza6vs9p7b5-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_e9hb3ntq89ss-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_e9hb3ntq89ss-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ebza6vs9p7b5-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_dgki3a1y06ae-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_dgki3a1y06ae-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_p3zryeqg6wyv-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_p3zryeqg6wyv-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_pru3onofzlgs-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_4vthk6yoxo74-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_dgki3a1y06ae-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_4vthk6yoxo74-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_4vthk6yoxo74-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_p3zryeqg6wyv-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_z2bmb5obz673-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2g5q48jzsusp-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2g5q48jzsusp-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_4vthk6yoxo74-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_4vthk6yoxo74-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_4vthk6yoxo74-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_pru3onofzlgs-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_4vthk6yoxo74-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_4vthk6yoxo74-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ry0l0daytym8-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_4vthk6yoxo74-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ou7tx421x9ns-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_7k5hz83qsb69-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ou7tx421x9ns-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_7k5hz83qsb69-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_7k5hz83qsb69-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_akj8qhojyzqe-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_akj8qhojyzqe-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_akj8qhojyzqe-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_akj8qhojyzqe-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_akj8qhojyzqe-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_akj8qhojyzqe-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_akj8qhojyzqe-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2g5q48jzsusp-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ou7tx421x9ns-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_12ub6t7d64up-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9jiw9acbk15p-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ezzlwho1it0u-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ezzlwho1it0u-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_12ub6t7d64up-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ezzlwho1it0u-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ezzlwho1it0u-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qjuz8se3z4ns-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ezzlwho1it0u-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ezzlwho1it0u-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ezzlwho1it0u-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ezzlwho1it0u-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ezzlwho1it0u-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b1bx9gb7fkj7-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1ity2g8t0n1r-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_b1bx9gb7fkj7-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9jiw9acbk15p-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_5tv9awm2qptg-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_qjuz8se3z4ns-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_zb7thv12eia-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ebza6vs9p7b5-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_21xe1axidofj-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_21xe1axidofj-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_21xe1axidofj-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rca69z53aju6-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_21xe1axidofj-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8vt1zbgoku7s-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_21xe1axidofj-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rca69z53aju6-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_zb7thv12eia-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_jem706698m10-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_wxkm7v5byb67-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_5ndzmi9w25pi-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_21xe1axidofj-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_21xe1axidofj-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_21xe1axidofj-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_21xe1axidofj-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u3mrwoqdxrg-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2zkc7gconlww-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_61hjzfngd737-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_adubiwejgpaf-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_21xe1axidofj-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_h8paiarbrvrn-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_us4p14wwn1jg-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_21xe1axidofj-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_cwkihkbwi60m-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_cwkihkbwi60m-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_cwkihkbwi60m-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_cwkihkbwi60m-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2x76uuyyq9ei-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_cwkihkbwi60m-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_cwkihkbwi60m-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2x76uuyyq9ei-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_cwkihkbwi60m-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_us4p14wwn1jg-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_cwkihkbwi60m-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_cwkihkbwi60m-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_s3skglomroqs-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_vlulh953jhvg-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6juq7qp0s0w-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ombxwxa7lnwy-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_vlulh953jhvg-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1nvtqixmdql0-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_9jiw9acbk15p-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9jiw9acbk15p-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_5tv9awm2qptg-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_b3vqr259cqb-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b3vqr259cqb-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b3vqr259cqb-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b3vqr259cqb-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b3vqr259cqb-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_1tiwigylxbiz-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_3zc7vh2socm4-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_b3vqr259cqb-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b3vqr259cqb-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b3vqr259cqb-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_b3vqr259cqb-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_1tiwigylxbiz-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_o8hjnniwjb4l-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6rih31iykb7s-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_3pob76dcycst-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_vlulh953jhvg-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ombxwxa7lnwy-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_ry0l0daytym8-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ry0l0daytym8-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ry0l0daytym8-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ry0l0daytym8-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ry0l0daytym8-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6rih31iykb7s-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ry0l0daytym8-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_3pob76dcycst-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_ry0l0daytym8-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_h8paiarbrvrn-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6fx2kzj6p6ko-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_akj8qhojyzqe-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_akj8qhojyzqe-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_c0kzcpvcs6av-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_c0kzcpvcs6av-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_c0kzcpvcs6av-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_7k5hz83qsb69-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_c0kzcpvcs6av-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_uojiyycg8z52-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_c0kzcpvcs6av-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_c0kzcpvcs6av-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_c0kzcpvcs6av-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6fx2kzj6p6ko-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_c0kzcpvcs6av-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_c0kzcpvcs6av-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qjuz8se3z4ns-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_52b3hv9haalf-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_52b3hv9haalf-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lob620jjuqi8-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b1bx9gb7fkj7-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_z4mwvbnpd83h-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_5tv9awm2qptg-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_72svewp316uh-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_uojiyycg8z52-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ph4uqdnfacgo-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_7pdndtgh9x7-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ihqjo7wchw6f-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_zb7thv12eia-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_8vt1zbgoku7s-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_lob620jjuqi8-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ioozjtxv4x0k-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wun9r1c35l1s-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_9x8afs45hf3f-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6juq7qp0s0w-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_jem706698m10-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_uarn9l6a742m-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_2x76uuyyq9ei-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_uarn9l6a742m-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_61hjzfngd737-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_r1hcomtffst8-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_32gm7fgaxt0e-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_8phe43rzge4o-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_7pdndtgh9x7-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_beu5sbpahyb-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_wxkm7v5byb67-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_wun9r1c35l1s-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_um1ikpwy8sf7-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wun9r1c35l1s-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_wem0tsgh50jk-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_um1ikpwy8sf7-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wun9r1c35l1s-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wun9r1c35l1s-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_sk11q8xvucb8-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_um1ikpwy8sf7-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wun9r1c35l1s-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wun9r1c35l1s-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_wem0tsgh50jk-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_wun9r1c35l1s-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wun9r1c35l1s-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_um1ikpwy8sf7-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_um1ikpwy8sf7-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_um1ikpwy8sf7-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_um1ikpwy8sf7-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_wun9r1c35l1s-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_um1ikpwy8sf7-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8phe43rzge4o-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_lob620jjuqi8-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_um1ikpwy8sf7-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_9x8afs45hf3f-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_8phe43rzge4o-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9x8afs45hf3f-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2ldp6n291p87-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_30qfqp43shmg-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_dxinegnsb04-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2ldp6n291p87-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_dxinegnsb04-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_dgki3a1y06ae-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_30qfqp43shmg-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_pru3onofzlgs-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_p3zryeqg6wyv-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_qk3hs8j61amn-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_c0kzcpvcs6av-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z2bmb5obz673-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_c0kzcpvcs6av-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ry0l0daytym8-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z2bmb5obz673-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_da8nnubloxlm-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_72svewp316uh-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_72svewp316uh-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_72svewp316uh-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_72svewp316uh-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_72svewp316uh-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_72svewp316uh-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ou7tx421x9ns-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2g5q48jzsusp-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_pf6xf69kzv60-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_rop6a2ov4r0-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_pf6xf69kzv60-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_lv22i9u08pzf-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_72svewp316uh-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_72svewp316uh-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_72svewp316uh-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6fx2kzj6p6ko-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_da8nnubloxlm-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_72svewp316uh-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ry0l0daytym8-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ry0l0daytym8-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_m1mt59wcynnd-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_mw9kdwqrt3a6-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_da8nnubloxlm-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_mw9kdwqrt3a6-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_z9cy882kghxq-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_uojiyycg8z52-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_x75hgoc3kdkb-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_yqcinvbky3cs-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1ity2g8t0n1r-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3z2izmz18jqg-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_8vt1zbgoku7s-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ioozjtxv4x0k-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1iuz4wwg0x9i-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_jem706698m10-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_gw3aenad3ja-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_sk11q8xvucb8-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_12ub6t7d64up-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_12ub6t7d64up-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_uarn9l6a742m-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_12ub6t7d64up-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_12ub6t7d64up-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_12ub6t7d64up-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_12ub6t7d64up-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_12ub6t7d64up-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6juq7qp0s0w-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_12ub6t7d64up-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_12ub6t7d64up-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_sk11q8xvucb8-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_wxkm7v5byb67-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_7pdndtgh9x7-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_52b3hv9haalf-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_5ndzmi9w25pi-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_beu5sbpahyb-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_sk11q8xvucb8-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ihqjo7wchw6f-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_k9frwwp1y2ft-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_4vthk6yoxo74-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_n08gtq9cm2gh-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_n08gtq9cm2gh-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_k9frwwp1y2ft-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_n08gtq9cm2gh-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_4vthk6yoxo74-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_qjuz8se3z4ns-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ps2iqybif7qp-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_qjuz8se3z4ns-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_4vthk6yoxo74-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_qjuz8se3z4ns-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_k9frwwp1y2ft-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_k9frwwp1y2ft-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_qjuz8se3z4ns-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_n08gtq9cm2gh-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_qjuz8se3z4ns-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qjuz8se3z4ns-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ps2iqybif7qp-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_qjuz8se3z4ns-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qjuz8se3z4ns-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qjuz8se3z4ns-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ps2iqybif7qp-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ps2iqybif7qp-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_5ndzmi9w25pi-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rf46do568ndv-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_5ndzmi9w25pi-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5ndzmi9w25pi-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5ndzmi9w25pi-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ezzlwho1it0u-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_rf46do568ndv-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_rf46do568ndv-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_5ndzmi9w25pi-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rf46do568ndv-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6er0tid2rbyy-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_5ndzmi9w25pi-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5ndzmi9w25pi-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5ndzmi9w25pi-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5ndzmi9w25pi-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_cwkihkbwi60m-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_um1ikpwy8sf7-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6er0tid2rbyy-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6er0tid2rbyy-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_um1ikpwy8sf7-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6er0tid2rbyy-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_cwkihkbwi60m-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_cwkihkbwi60m-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_um1ikpwy8sf7-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_5tv9awm2qptg-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_cwkihkbwi60m-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_5tv9awm2qptg-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_um1ikpwy8sf7-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6er0tid2rbyy-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_cwkihkbwi60m-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_u6trj9kzmwg9-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_5tv9awm2qptg-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5tv9awm2qptg-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5tv9awm2qptg-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5tv9awm2qptg-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5tv9awm2qptg-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u6trj9kzmwg9-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_5tv9awm2qptg-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5tv9awm2qptg-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_fwczy6p7d3x6-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_5fb1fs1m0wg-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_5fb1fs1m0wg-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_k9wa9t5wpzvi-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fwczy6p7d3x6-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_fwczy6p7d3x6-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_k9wa9t5wpzvi-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_m1mt59wcynnd-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_fscpx95uorye-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_k9wa9t5wpzvi-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_k9wa9t5wpzvi-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_m1mt59wcynnd-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fscpx95uorye-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fwczy6p7d3x6-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_m1mt59wcynnd-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_k9wa9t5wpzvi-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_x75hgoc3kdkb-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_fscpx95uorye-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_m1mt59wcynnd-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_x75hgoc3kdkb-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_m1mt59wcynnd-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6x3l83uiou4q-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_x75hgoc3kdkb-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6x3l83uiou4q-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6x3l83uiou4q-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_x75hgoc3kdkb-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_v5uokbeauy3r-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_8phe43rzge4o-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8phe43rzge4o-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_52b3hv9haalf-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_8phe43rzge4o-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8phe43rzge4o-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_52b3hv9haalf-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_v5uokbeauy3r-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_8phe43rzge4o-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8phe43rzge4o-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8phe43rzge4o-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8phe43rzge4o-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8phe43rzge4o-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_v5uokbeauy3r-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_yqcinvbky3cs-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6x3l83uiou4q-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_segx1n719in2-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8vt1zbgoku7s-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_segx1n719in2-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_yqcinvbky3cs-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_mw9kdwqrt3a6-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_v5uokbeauy3r-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_8vt1zbgoku7s-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8vt1zbgoku7s-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8vt1zbgoku7s-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8vt1zbgoku7s-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6x3l83uiou4q-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_8vt1zbgoku7s-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8vt1zbgoku7s-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8vt1zbgoku7s-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_8vt1zbgoku7s-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_mw9kdwqrt3a6-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_dxinegnsb04-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dxinegnsb04-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dxinegnsb04-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_5fb1fs1m0wg-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_52b3hv9haalf-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_dxinegnsb04-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_52b3hv9haalf-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_dxinegnsb04-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_4vthk6yoxo74-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_5fb1fs1m0wg-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_dxinegnsb04-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dxinegnsb04-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dxinegnsb04-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_dxinegnsb04-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_4vthk6yoxo74-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_x75hgoc3kdkb-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_x75hgoc3kdkb-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8phe43rzge4o-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_lob620jjuqi8-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lv22i9u08pzf-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_lob620jjuqi8-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9x8afs45hf3f-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lv22i9u08pzf-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lg1x43owofnt-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_8phe43rzge4o-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lob620jjuqi8-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_eks7tznkrlph-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_30qfqp43shmg-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2ldp6n291p87-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_1tiwigylxbiz-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1tiwigylxbiz-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1tiwigylxbiz-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_eks7tznkrlph-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_1tiwigylxbiz-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_mw9kdwqrt3a6-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_7k5hz83qsb69-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7k5hz83qsb69-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7k5hz83qsb69-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7k5hz83qsb69-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_segx1n719in2-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_7k5hz83qsb69-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_30qfqp43shmg-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ph4uqdnfacgo-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_c0kzcpvcs6av-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2ldp6n291p87-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_7k5hz83qsb69-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7k5hz83qsb69-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7k5hz83qsb69-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_7k5hz83qsb69-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_m1mt59wcynnd-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qk3hs8j61amn-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_m1mt59wcynnd-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1iuz4wwg0x9i-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_m1mt59wcynnd-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rop6a2ov4r0-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_junsohegumwq-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_m1mt59wcynnd-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_m1mt59wcynnd-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_m1mt59wcynnd-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_segx1n719in2-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_b3vqr259cqb-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_da8nnubloxlm-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_1iuz4wwg0x9i-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1iuz4wwg0x9i-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_junsohegumwq-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_1iuz4wwg0x9i-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1iuz4wwg0x9i-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_m1mt59wcynnd-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1iuz4wwg0x9i-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1iuz4wwg0x9i-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_m1mt59wcynnd-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1iuz4wwg0x9i-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_m1mt59wcynnd-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1iuz4wwg0x9i-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ph4uqdnfacgo-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_1tiwigylxbiz-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1tiwigylxbiz-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1tiwigylxbiz-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_c0kzcpvcs6av-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_1tiwigylxbiz-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1tiwigylxbiz-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_da8nnubloxlm-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_qk3hs8j61amn-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_c0kzcpvcs6av-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_z4mwvbnpd83h-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_qppxanuug40c-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_x75hgoc3kdkb-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qppxanuug40c-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_rop6a2ov4r0-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_x75hgoc3kdkb-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_x75hgoc3kdkb-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_x75hgoc3kdkb-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_x75hgoc3kdkb-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_x75hgoc3kdkb-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_x75hgoc3kdkb-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_i3sq86di8l5s-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_z4mwvbnpd83h-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z4mwvbnpd83h-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z4mwvbnpd83h-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z4mwvbnpd83h-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z4mwvbnpd83h-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z4mwvbnpd83h-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_i3sq86di8l5s-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_u6trj9kzmwg9-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_yqcinvbky3cs-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_yqcinvbky3cs-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_yqcinvbky3cs-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z4mwvbnpd83h-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_gw3aenad3ja-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_i3sq86di8l5s-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_qk3hs8j61amn-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_z4mwvbnpd83h-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_z4mwvbnpd83h-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_z4mwvbnpd83h-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_z4mwvbnpd83h-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ihqjo7wchw6f-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ezzlwho1it0u-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_beu5sbpahyb-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ezzlwho1it0u-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ihqjo7wchw6f-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_i3j04wiiwehj-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3j04wiiwehj-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3j04wiiwehj-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3j04wiiwehj-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3j04wiiwehj-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3j04wiiwehj-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_gw3aenad3ja-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_i3j04wiiwehj-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3j04wiiwehj-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3j04wiiwehj-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_lg1x43owofnt-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6juq7qp0s0w-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_i3j04wiiwehj-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_i3j04wiiwehj-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_egw7xwdliyru-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ihqjo7wchw6f-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_beu5sbpahyb-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_egw7xwdliyru-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_s3skglomroqs-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_us4p14wwn1jg-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_h8paiarbrvrn-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_h8paiarbrvrn-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1nvtqixmdql0-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_1nvtqixmdql0-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_adubiwejgpaf-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_21xe1axidofj-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_s3skglomroqs-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_r1hcomtffst8-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_h8paiarbrvrn-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_r1hcomtffst8-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_61hjzfngd737-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_us4p14wwn1jg-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2x76uuyyq9ei-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_vlulh953jhvg-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_21xe1axidofj-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_rca69z53aju6-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_vlulh953jhvg-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ombxwxa7lnwy-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ps2iqybif7qp-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ps2iqybif7qp-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ps2iqybif7qp-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ps2iqybif7qp-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ps2iqybif7qp-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ps2iqybif7qp-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ps2iqybif7qp-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ps2iqybif7qp-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ombxwxa7lnwy-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_s3skglomroqs-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1nvtqixmdql0-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3zc7vh2socm4-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1tiwigylxbiz-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_5tv9awm2qptg-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_ps2iqybif7qp-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_o8hjnniwjb4l-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_o8hjnniwjb4l-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_3zc7vh2socm4-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1tiwigylxbiz-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6rih31iykb7s-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_3zc7vh2socm4-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_h8paiarbrvrn-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_3pob76dcycst-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_pf6xf69kzv60-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pf6xf69kzv60-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pf6xf69kzv60-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pf6xf69kzv60-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pf6xf69kzv60-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pf6xf69kzv60-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_adubiwejgpaf-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_pf6xf69kzv60-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pf6xf69kzv60-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_pf6xf69kzv60-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h8paiarbrvrn-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_adubiwejgpaf-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_h8paiarbrvrn-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h8paiarbrvrn-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h8paiarbrvrn-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h8paiarbrvrn-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h8paiarbrvrn-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6rih31iykb7s-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_h8paiarbrvrn-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_h8paiarbrvrn-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_3pob76dcycst-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6fx2kzj6p6ko-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6fx2kzj6p6ko-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_72svewp316uh-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_72svewp316uh-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_3pob76dcycst-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_72svewp316uh-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_uojiyycg8z52-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_3pob76dcycst-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3pob76dcycst-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_1tiwigylxbiz-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_junsohegumwq-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_3pob76dcycst-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3pob76dcycst-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3pob76dcycst-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3pob76dcycst-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b3vqr259cqb-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_3pob76dcycst-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_3pob76dcycst-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_uojiyycg8z52-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_5tv9awm2qptg-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_b3vqr259cqb-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ioozjtxv4x0k-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_wun9r1c35l1s-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_8vt1zbgoku7s-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_32gm7fgaxt0e-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_8vt1zbgoku7s-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wun9r1c35l1s-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_5tv9awm2qptg-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ioozjtxv4x0k-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_uarn9l6a742m-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_r1hcomtffst8-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2x76uuyyq9ei-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_8vt1zbgoku7s-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wxkm7v5byb67-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wxkm7v5byb67-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_32gm7fgaxt0e-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_wxkm7v5byb67-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_uarn9l6a742m-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_e9hb3ntq89ss-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_8phe43rzge4o-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lob620jjuqi8-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_wem0tsgh50jk-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2zkc7gconlww-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_eks7tznkrlph-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lv22i9u08pzf-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_d183nf6c0dt7-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_lg1x43owofnt-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_h9up40txldqs-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_9x8afs45hf3f-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_2ldp6n291p87-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_mw9kdwqrt3a6-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2ldp6n291p87-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ph4uqdnfacgo-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_eks7tznkrlph-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ebza6vs9p7b5-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_dxinegnsb04-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_1ity2g8t0n1r-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1ity2g8t0n1r-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1ity2g8t0n1r-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1ity2g8t0n1r-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_p3zryeqg6wyv-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_c0kzcpvcs6av-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_dgki3a1y06ae-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_segx1n719in2-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_30qfqp43shmg-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_da8nnubloxlm-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_qk3hs8j61amn-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_pru3onofzlgs-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_junsohegumwq-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1ity2g8t0n1r-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_junsohegumwq-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qk3hs8j61amn-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_junsohegumwq-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_z2bmb5obz673-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_junsohegumwq-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1ity2g8t0n1r-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1ity2g8t0n1r-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1ity2g8t0n1r-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b3vqr259cqb-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_1ity2g8t0n1r-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ry0l0daytym8-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_junsohegumwq-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_junsohegumwq-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_qppxanuug40c-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_junsohegumwq-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_junsohegumwq-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_junsohegumwq-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ou7tx421x9ns-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_e9hb3ntq89ss-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_e9hb3ntq89ss-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_e9hb3ntq89ss-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_e9hb3ntq89ss-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_e9hb3ntq89ss-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_e9hb3ntq89ss-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2g5q48jzsusp-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_e9hb3ntq89ss-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_e9hb3ntq89ss-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_e9hb3ntq89ss-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rop6a2ov4r0-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_pf6xf69kzv60-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_7k5hz83qsb69-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_qjuz8se3z4ns-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_s3skglomroqs-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_s3skglomroqs-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_1ity2g8t0n1r-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_egw7xwdliyru-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_egw7xwdliyru-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_egw7xwdliyru-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_egw7xwdliyru-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u6trj9kzmwg9-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_egw7xwdliyru-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_12ub6t7d64up-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_i3sq86di8l5s-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_6rih31iykb7s-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6rih31iykb7s-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6rih31iykb7s-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6rih31iykb7s-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_p3zryeqg6wyv-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_z9cy882kghxq-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_p3zryeqg6wyv-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_egw7xwdliyru-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_egw7xwdliyru-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_egw7xwdliyru-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_egw7xwdliyru-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_b1bx9gb7fkj7-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z4mwvbnpd83h-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3z2izmz18jqg-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_qk3hs8j61amn-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_yqcinvbky3cs-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_beu5sbpahyb-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_gw3aenad3ja-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ihqjo7wchw6f-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_u3mrwoqdxrg-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_segx1n719in2-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_zb7thv12eia-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_egw7xwdliyru-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1iuz4wwg0x9i-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_6rih31iykb7s-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_7pdndtgh9x7-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_6rih31iykb7s-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6rih31iykb7s-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6rih31iykb7s-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6rih31iykb7s-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6juq7qp0s0w-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_lg1x43owofnt-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lg1x43owofnt-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lg1x43owofnt-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_lg1x43owofnt-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_lg1x43owofnt-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_egw7xwdliyru-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_lg1x43owofnt-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lg1x43owofnt-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lg1x43owofnt-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_lg1x43owofnt-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_z9cy882kghxq-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_lg1x43owofnt-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_jem706698m10-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
li.li-bullet-0[data-v-7538585c]:before {
  margin-left: -18pt;
  white-space: nowrap;
  display: inline-block;
  min-width: 18pt;
}
.lst-kix_rca69z53aju6-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_5ndzmi9w25pi-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_i3j04wiiwehj-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_v5uokbeauy3r-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_v5uokbeauy3r-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_61hjzfngd737-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_akj8qhojyzqe-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_akj8qhojyzqe-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_8nrl00a8v790-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_u3d8rhtbls5y-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_u3d8rhtbls5y-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_akj8qhojyzqe-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_uojiyycg8z52-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uojiyycg8z52-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uojiyycg8z52-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u3d8rhtbls5y-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_akj8qhojyzqe-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_uojiyycg8z52-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8nrl00a8v790-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_8nrl00a8v790-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_u3d8rhtbls5y-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_8nrl00a8v790-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_8nrl00a8v790-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_akj8qhojyzqe-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_uojiyycg8z52-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uojiyycg8z52-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uojiyycg8z52-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uojiyycg8z52-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uojiyycg8z52-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5fb1fs1m0wg-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5fb1fs1m0wg-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_1nvtqixmdql0-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_9jiw9acbk15p-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_12ub6t7d64up-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1ity2g8t0n1r-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_z9cy882kghxq-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_z9cy882kghxq-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3z2izmz18jqg-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_1ity2g8t0n1r-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1ity2g8t0n1r-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_3z2izmz18jqg-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ebza6vs9p7b5-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_u3mrwoqdxrg-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_3z2izmz18jqg-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_1iuz4wwg0x9i-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_1iuz4wwg0x9i-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_u3mrwoqdxrg-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_d183nf6c0dt7-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_5ndzmi9w25pi-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_2zkc7gconlww-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_5ndzmi9w25pi-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_sk11q8xvucb8-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_5ndzmi9w25pi-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_wem0tsgh50jk-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_sk11q8xvucb8-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_wem0tsgh50jk-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_sk11q8xvucb8-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wem0tsgh50jk-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_sk11q8xvucb8-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_h9up40txldqs-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_dxinegnsb04-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_1iuz4wwg0x9i-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_i3sq86di8l5s-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3sq86di8l5s-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3sq86di8l5s-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3sq86di8l5s-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_dgki3a1y06ae-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_e9hb3ntq89ss-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_dxinegnsb04-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_dxinegnsb04-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_wem0tsgh50jk-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_32gm7fgaxt0e-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_32gm7fgaxt0e-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qppxanuug40c-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qppxanuug40c-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qppxanuug40c-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ry0l0daytym8-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_qppxanuug40c-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_pru3onofzlgs-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_pru3onofzlgs-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ry0l0daytym8-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_p3zryeqg6wyv-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_pru3onofzlgs-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_z2bmb5obz673-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_qppxanuug40c-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_dgki3a1y06ae-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_p3zryeqg6wyv-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_qppxanuug40c-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qppxanuug40c-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qppxanuug40c-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_qppxanuug40c-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_z2bmb5obz673-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z2bmb5obz673-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_61hjzfngd737-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_61hjzfngd737-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_61hjzfngd737-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_61hjzfngd737-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ry0l0daytym8-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_61hjzfngd737-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_61hjzfngd737-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_61hjzfngd737-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_61hjzfngd737-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6fx2kzj6p6ko-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6fx2kzj6p6ko-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6fx2kzj6p6ko-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ou7tx421x9ns-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_6fx2kzj6p6ko-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6fx2kzj6p6ko-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6fx2kzj6p6ko-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6fx2kzj6p6ko-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_9x8afs45hf3f-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2g5q48jzsusp-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_9x8afs45hf3f-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ou7tx421x9ns-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_2g5q48jzsusp-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_pf6xf69kzv60-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_pf6xf69kzv60-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_7k5hz83qsb69-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_6fx2kzj6p6ko-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_pf6xf69kzv60-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_6fx2kzj6p6ko-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6fx2kzj6p6ko-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1ity2g8t0n1r-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6fx2kzj6p6ko-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_5fb1fs1m0wg-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5fb1fs1m0wg-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_12ub6t7d64up-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_5fb1fs1m0wg-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5fb1fs1m0wg-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5fb1fs1m0wg-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5fb1fs1m0wg-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_5fb1fs1m0wg-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_z9cy882kghxq-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_qjuz8se3z4ns-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z9cy882kghxq-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1tiwigylxbiz-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1ity2g8t0n1r-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_5tv9awm2qptg-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_b1bx9gb7fkj7-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_9jiw9acbk15p-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_3z2izmz18jqg-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_32gm7fgaxt0e-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_beu5sbpahyb-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_32gm7fgaxt0e-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_32gm7fgaxt0e-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_beu5sbpahyb-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_32gm7fgaxt0e-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_beu5sbpahyb-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_32gm7fgaxt0e-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_32gm7fgaxt0e-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ebza6vs9p7b5-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_32gm7fgaxt0e-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_5ndzmi9w25pi-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_beu5sbpahyb-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_beu5sbpahyb-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_1iuz4wwg0x9i-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_3z2izmz18jqg-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_beu5sbpahyb-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_7pdndtgh9x7-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_beu5sbpahyb-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_beu5sbpahyb-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_beu5sbpahyb-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_8vt1zbgoku7s-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_u3mrwoqdxrg-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1iuz4wwg0x9i-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_uarn9l6a742m-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ebza6vs9p7b5-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ebza6vs9p7b5-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ebza6vs9p7b5-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ebza6vs9p7b5-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ebza6vs9p7b5-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_jem706698m10-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_ebza6vs9p7b5-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ebza6vs9p7b5-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ebza6vs9p7b5-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ebza6vs9p7b5-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2x76uuyyq9ei-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_5ndzmi9w25pi-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_uarn9l6a742m-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_wxkm7v5byb67-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_7pdndtgh9x7-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_sk11q8xvucb8-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_adubiwejgpaf-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_21xe1axidofj-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_adubiwejgpaf-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_s3skglomroqs-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_21xe1axidofj-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_h8paiarbrvrn-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_us4p14wwn1jg-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_h8paiarbrvrn-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1nvtqixmdql0-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_us4p14wwn1jg-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_61hjzfngd737-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_2x76uuyyq9ei-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_s3skglomroqs-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_21xe1axidofj-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_r1hcomtffst8-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_61hjzfngd737-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_s3skglomroqs-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_eks7tznkrlph-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_eks7tznkrlph-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_us4p14wwn1jg-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1nvtqixmdql0-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_eks7tznkrlph-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_eks7tznkrlph-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_eks7tznkrlph-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ombxwxa7lnwy-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_eks7tznkrlph-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rca69z53aju6-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_eks7tznkrlph-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_eks7tznkrlph-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_eks7tznkrlph-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_6juq7qp0s0w-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_3zc7vh2socm4-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_1nvtqixmdql0-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ombxwxa7lnwy-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1tiwigylxbiz-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6rih31iykb7s-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3zc7vh2socm4-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_o8hjnniwjb4l-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_1tiwigylxbiz-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ombxwxa7lnwy-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_vlulh953jhvg-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3pob76dcycst-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_o8hjnniwjb4l-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_3zc7vh2socm4-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6rih31iykb7s-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3pob76dcycst-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_3pob76dcycst-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_adubiwejgpaf-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_6rih31iykb7s-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_72svewp316uh-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_qjuz8se3z4ns-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_b1bx9gb7fkj7-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6fx2kzj6p6ko-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_o8hjnniwjb4l-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_junsohegumwq-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_5tv9awm2qptg-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_z4mwvbnpd83h-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_qk3hs8j61amn-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_zb7thv12eia-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_beu5sbpahyb-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_segx1n719in2-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_i3sq86di8l5s-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rca69z53aju6-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_i3sq86di8l5s-4[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_ihqjo7wchw6f-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_i3sq86di8l5s-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3sq86di8l5s-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_i3sq86di8l5s-8[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_wun9r1c35l1s-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_32gm7fgaxt0e-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ioozjtxv4x0k-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_zb7thv12eia-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_8vt1zbgoku7s-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_7pdndtgh9x7-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_6juq7qp0s0w-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lg1x43owofnt-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_jem706698m10-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wxkm7v5byb67-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_uarn9l6a742m-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_32gm7fgaxt0e-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_r1hcomtffst8-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_61hjzfngd737-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_6er0tid2rbyy-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6er0tid2rbyy-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6er0tid2rbyy-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_lv22i9u08pzf-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_6er0tid2rbyy-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6er0tid2rbyy-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6er0tid2rbyy-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_e9hb3ntq89ss-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_6er0tid2rbyy-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_6er0tid2rbyy-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rca69z53aju6-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rca69z53aju6-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rca69z53aju6-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rca69z53aju6-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rca69z53aju6-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rca69z53aju6-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_rca69z53aju6-7[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_d183nf6c0dt7-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_h9up40txldqs-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_rca69z53aju6-6[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2zkc7gconlww-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lg1x43owofnt-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_eks7tznkrlph-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_rca69z53aju6-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uarn9l6a742m-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_eks7tznkrlph-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_uarn9l6a742m-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uarn9l6a742m-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_i3j04wiiwehj-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lob620jjuqi8-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_2zkc7gconlww-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_d183nf6c0dt7-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_lv22i9u08pzf-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_mw9kdwqrt3a6-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_h9up40txldqs-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_mw9kdwqrt3a6-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ry0l0daytym8-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_ph4uqdnfacgo-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ebza6vs9p7b5-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_e9hb3ntq89ss-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_6er0tid2rbyy-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_segx1n719in2-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_segx1n719in2-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_rop6a2ov4r0-8 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_p3zryeqg6wyv-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_rop6a2ov4r0-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_dgki3a1y06ae-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
ul.lst-kix_n08gtq9cm2gh-2[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_v5uokbeauy3r-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_n08gtq9cm2gh-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_n08gtq9cm2gh-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_da8nnubloxlm-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_junsohegumwq-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_b3vqr259cqb-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_30qfqp43shmg-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_z4mwvbnpd83h-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_qppxanuug40c-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_junsohegumwq-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_pru3onofzlgs-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_qppxanuug40c-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_uarn9l6a742m-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uarn9l6a742m-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uarn9l6a742m-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uarn9l6a742m-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uarn9l6a742m-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_uarn9l6a742m-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_7k5hz83qsb69-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fscpx95uorye-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_n08gtq9cm2gh-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_n08gtq9cm2gh-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_n08gtq9cm2gh-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_n08gtq9cm2gh-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_n08gtq9cm2gh-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_n08gtq9cm2gh-3[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_2g5q48jzsusp-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_ou7tx421x9ns-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_7k5hz83qsb69-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_da8nnubloxlm-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_qjuz8se3z4ns-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_fwczy6p7d3x6-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_12ub6t7d64up-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_5fb1fs1m0wg-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_u6trj9kzmwg9-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_9jiw9acbk15p-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_i3sq86di8l5s-6 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_k9wa9t5wpzvi-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_fscpx95uorye-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_b1bx9gb7fkj7-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_6x3l83uiou4q-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_b3vqr259cqb-7 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_r1hcomtffst8-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_r1hcomtffst8-1[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_gw3aenad3ja-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_52b3hv9haalf-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_v5uokbeauy3r-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ezzlwho1it0u-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_zb7thv12eia-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_wun9r1c35l1s-2 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_32gm7fgaxt0e-3 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
.lst-kix_ioozjtxv4x0k-0 > li[data-v-7538585c]:before {
  content: "\0025cf   ";
}
ul.lst-kix_u6trj9kzmwg9-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u6trj9kzmwg9-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u6trj9kzmwg9-5[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u6trj9kzmwg9-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u6trj9kzmwg9-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u6trj9kzmwg9-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u6trj9kzmwg9-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_u6trj9kzmwg9-0[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_rca69z53aju6-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_i3j04wiiwehj-5 > li[data-v-7538585c]:before {
  content: "\0025a0   ";
}
.lst-kix_lg1x43owofnt-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
.lst-kix_egw7xwdliyru-4 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_u6trj9kzmwg9-8[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-1[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-2[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-3[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-4[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-0[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-5[data-v-7538585c] {
  list-style-type: none;
}
.lst-kix_u3mrwoqdxrg-1 > li[data-v-7538585c]:before {
  content: "\0025cb   ";
}
ul.lst-kix_ou7tx421x9ns-6[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-7[data-v-7538585c] {
  list-style-type: none;
}
ul.lst-kix_ou7tx421x9ns-8[data-v-7538585c] {
  list-style-type: none;
}
ol[data-v-7538585c] {
  margin: 0;
  padding: 0;
}
table td[data-v-7538585c],
table th[data-v-7538585c] {
  padding: 0;
}
.c24[data-v-7538585c] {
  border-right-style: solid;
  padding-top: 6pt;
  border-top-width: 0pt;
  border-right-width: 0pt;
  padding-bottom: 6pt;
  line-height: 1.15;
  border-top-style: solid;
  background-color: #ffffff;
  margin-left: 18pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: center;
  padding-right: 0pt;
}
.c6[data-v-7538585c] {
  border-right-style: solid;
  padding-top: 6pt;
  border-top-width: 0pt;
  border-right-width: 0pt;
  padding-bottom: 6pt;
  line-height: 1.15;
  border-top-style: solid;
  background-color: #ffffff;
  margin-left: 36pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: left;
  padding-right: 0pt;
}
.c21[data-v-7538585c] {
  border-right-style: solid;
  padding-top: 6pt;
  border-top-width: 0pt;
  border-right-width: 0pt;
  padding-bottom: 6pt;
  line-height: 1.5;
  border-top-style: solid;
  background-color: #ffffff;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: left;
  padding-right: 0pt;
}
.c11[data-v-7538585c] {
  border-right-style: solid;
  padding-top: 6pt;
  border-top-width: 0pt;
  border-right-width: 0pt;
  padding-bottom: 6pt;
  line-height: 1.15;
  border-top-style: solid;
  background-color: #ffffff;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: left;
  padding-right: 0pt;
}
.c25[data-v-7538585c] {
  border-right-style: solid;
  padding-top: 6pt;
  border-top-width: 0pt;
  border-right-width: 0pt;
  padding-bottom: 6pt;
  line-height: 1.15;
  border-top-style: solid;
  background-color: #ffffff;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: center;
  padding-right: 0pt;
}
.c9[data-v-7538585c] {
  background-color: #ffffff;
  margin-left: 36pt;
  padding-top: 10pt;
  padding-left: 0pt;
  padding-bottom: 10pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c1[data-v-7538585c] {
  background-color: #ffffff;
  margin-left: 36pt;
  padding-top: 13pt;
  padding-left: 0pt;
  padding-bottom: 10pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c7[data-v-7538585c] {
  margin-left: 72pt;
  padding-top: 16pt;
  padding-left: 0pt;
  padding-bottom: 10pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c3[data-v-7538585c] {
  color: #404040;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 13.5pt;
  font-style: normal;
}
.c14[data-v-7538585c] {
  background-color: #ffffff;
  padding-top: 14pt;
  padding-bottom: 10pt;
  line-height: 1.5;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c15[data-v-7538585c] {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 13pt;
  font-family: "Arial";
  font-style: normal;
}
.c0[data-v-7538585c] {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 10.5pt;
  font-family: "Arial";
  font-style: normal;
}
.c17[data-v-7538585c] {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
  height: 11pt;
}
.c5[data-v-7538585c] {
  background-color: #ffffff;
  padding-top: 10pt;
  padding-bottom: 10pt;
  line-height: 1.7859375;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c2[data-v-7538585c] {
  color: #404040;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-style: normal;
}
.c22[data-v-7538585c] {
  color: #404040;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 17pt;
  font-style: normal;
}
.c18[data-v-7538585c] {
  margin-left: 35.4pt;
  padding-top: 10pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c23[data-v-7538585c] {
  margin-left: 36pt;
  padding-top: 10pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c26[data-v-7538585c] {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 17pt;
  font-family: "Arial";
  font-style: normal;
}
.c8[data-v-7538585c] {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal;
}
.c28[data-v-7538585c] {
  color: #404040;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 20.5pt;
  font-style: normal;
}
.c13[data-v-7538585c] {
  padding-top: 13pt;
  padding-bottom: 10pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c20[data-v-7538585c] {
  padding-top: 19pt;
  padding-bottom: 10pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.c27[data-v-7538585c] {
  background-color: #ffffff;
  padding: 72pt 72pt 72pt 72pt;
}
.c4[data-v-7538585c] {
  padding: 0;
  margin: 0;
}
.c10[data-v-7538585c] {
  padding-left: 0pt;
}
.c12[data-v-7538585c] {
  margin-left: 72pt;
}
.c19[data-v-7538585c] {
  height: 11pt;
}
.c16[data-v-7538585c] {
  text-indent: -18pt;
}
.title[data-v-7538585c] {
  padding-top: 0pt;
  color: #000000;
  font-size: 26pt;
  padding-bottom: 3pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.subtitle[data-v-7538585c] {
  padding-top: 0pt;
  color: #666666;
  font-size: 15pt;
  padding-bottom: 16pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
li[data-v-7538585c] {
  color: #000000;
  font-size: 11pt;
  font-family: "Arial";
}
p[data-v-7538585c] {
  margin: 0;
  color: #000000;
  font-size: 11pt;
  font-family: "Arial";
}
h1[data-v-7538585c] {
  padding-top: 20pt;
  color: #000000;
  font-size: 20pt;
  padding-bottom: 6pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
h2[data-v-7538585c] {
  padding-top: 18pt;
  color: #000000;
  font-size: 16pt;
  padding-bottom: 6pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
h3[data-v-7538585c] {
  padding-top: 16pt;
  color: #434343;
  font-size: 14pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
h4[data-v-7538585c] {
  padding-top: 14pt;
  color: #666666;
  font-size: 12pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
h5[data-v-7538585c] {
  padding-top: 12pt;
  color: #666666;
  font-size: 11pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
h6[data-v-7538585c] {
  padding-top: 12pt;
  color: #666666;
  font-size: 11pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  font-style: italic;
  orphans: 2;
  widows: 2;
  text-align: left;
}

.sc-container[data-v-444a8d1f] {
  background-color: #ffffff;
  padding: 72pt 72pt 72pt 72pt;
}

.phone-input {
  width: 100%;
}
.phont-input-pre {
  margin-right: 4px;
}
.input-with-select .el-input-group__prepend {
  background-color: var(--el-fill-color-blank);
  border: none;
  box-shadow: none;
}
.input-with-select .el-input-group__prepend .el-select .el-input .el-input__inner {
  height: 40px;
}

.footer[data-v-5ef0339e] {
  text-align: center;
  padding-top: 100px;
}

.upload[data-v-e978ca5c] {
  width: 100%;
  height: 40px;
  cursor: pointer;
  outline: 1px solid #f3f3f3;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all 0.5s;
}
.upload[data-v-e978ca5c] .el-upload {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: left;
}
.upload[data-v-e978ca5c] .el-upload > .progress {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.footer[data-v-e978ca5c] {
  text-align: center;
  padding-top: 100px;
}

.footer[data-v-6bb6ef7e] {
  text-align: center;
  padding-top: 60px;
}

.footer[data-v-97bc2a06] {
  text-align: center;
  padding-top: 60px;
}

.text[data-v-eed939b8] {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  padding: 8px 0;
}
.text-p[data-v-eed939b8] {
  color: #212529;
  padding: 10px 10px 10px 0;
  font-size: 13px;
  line-height: 19px;
}
.footer[data-v-eed939b8] {
  text-align: center;
  padding: 60px 0;
}
[data-v-eed939b8] .el-input-number .el-input__inner {
  text-align: left;
}
[data-v-eed939b8] .el-radio__input.is-checked + .el-radio__label {
  color: black;
}

.logout[data-v-87e6c97e] {
  border-top: 1px solid #dfdfdf;
}
.menu[data-v-87e6c97e] {
  margin: 10px 0;
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal !important;
}
.menu > text[data-v-87e6c97e] {
  padding-left: 10px;
  color: #605e5c;
  font-size: 14px;
}
.menu > text[data-v-87e6c97e]:hover {
  color: #1e1d1c;
}
.drawer[data-v-87e6c97e] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-content: center;
}
.drawer > div[data-v-87e6c97e]:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  background: #f5f5f5;
}
.drawer > div:first-child > div[data-v-87e6c97e] {
  width: 80%;
  margin: 0 auto;
}
.drawer > div:first-child > div > img[data-v-87e6c97e] {
  margin: 50px 0;
  width: 100px;
}
.drawer > div:first-child > div > div[data-v-87e6c97e]:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.drawer > div:first-child > div > div[data-v-87e6c97e]:nth-child(3) {
  font-size: 14px;
  color: #878787;
  margin-bottom: 60px;
}
.drawer > div[data-v-87e6c97e]:last-child {
  width: 75%;
  overflow: auto;
}
.header[data-v-87e6c97e] {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding-top: 80px;
  justify-content: space-between;
}
.header > div[data-v-87e6c97e] {
  font-size: 24px;
  font-weight: 600;
}
.btn[data-v-87e6c97e] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-87e6c97e] {
  border: 1px solid #cccccc;
}
.btn1[data-v-87e6c97e]:hover {
  background: #fbfbfb;
}
.form[data-v-87e6c97e] {
  width: 50%;
  margin: 0 auto;
  padding-top: 40px;
}
[data-v-87e6c97e] .el-date-table td.today .el-date-table-cell__text {
  color: black !important;
}
[data-v-87e6c97e] .el-date-table td.current:not(.disabled) .el-date-table-cell__text {
  background: black !important;
}
[data-v-87e6c97e] .el-overlay > div {
  border-radius: 20px;
}
[data-v-87e6c97e] .el-step__head.is-finish {
  color: black;
  border-color: black;
}
[data-v-87e6c97e] .el-step__title.is-finish {
  color: black;
  font-weight: 600;
}
[data-v-87e6c97e] .el-step__icon {
  width: 30px;
  height: 30px;
}
[data-v-87e6c97e] .el-step.is-vertical .el-step__line {
  left: 14px;
}
[data-v-87e6c97e] .el-step.is-vertical .el-step__head {
  width: 30px;
}
[data-v-87e6c97e] .el-step.is-vertical .el-step__title {
  line-height: 30px;
}
[data-v-87e6c97e] .el-step__title.is-success {
  color: black;
  font-weight: 600;
}
[data-v-87e6c97e] .el-form-item__label {
  color: black;
}
[data-v-87e6c97e] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-87e6c97e] .el-input__wrapper {
  border-radius: 8px !important;
}
[data-v-87e6c97e] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-87e6c97e] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-87e6c97e] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-87e6c97e] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-87e6c97e] .el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-87e6c97e] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-87e6c97e] .el-textarea__inner {
  border-radius: 8px;
}

.wallet-single-dialog[data-v-564d388e] {
  background-color: #FBFCFD;
}
.wallet-single-dialog .wtn-confirm-dialog-text[data-v-564d388e] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-single-dialog .wtn-confirm-dialog-text .wtncd-text-left[data-v-564d388e] {
  color: rgb(var(--Labels-Primary));
}
.wallet-single-dialog .wtn-confirm-dialog-text .wtncd-text-right[data-v-564d388e] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.wallet-single-dialog .wallet-contact-single-main[data-v-564d388e] {
  width: 100%;
  overflow-y: scroll;
  padding-top: 60px;
  box-sizing: border-box;
}
.wallet-single-dialog .wallet-contact-single-main .wallet-contact-sdk-wrapper[data-v-564d388e] {
  margin: auto;
  transform: translateX(-12px);
  width: calc(500px + 24px);
}
.wallet-single-dialog .wallet-contact-single-main .kyc-fill-blank[data-v-564d388e] {
  background-color: #ffffff;
  width: 100%;
  height: 160px;
}
.wallet-single-dialog .wallet-contact-single-dialog-contact-footer[data-v-564d388e] {
  margin-top: 24px;
  width: 500px;
  padding-right: 24px;
}
.wallet-single-dialog .wallet-contact-single-dialog-contact-footer .wallet-contact-single-dialog-footer-main[data-v-564d388e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-single-dialog .wallet-single-dialog-dialog-close[data-v-564d388e] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-single-dialog-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-single-dialog-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-single-dialog-dialog .el-dialog__body {
  background-color: #FBFCFD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 0;
  box-sizing: border-box;
}
.wallet-contact-select-popper .el-select-dropdown__item {
  padding: 0 8px;
  margin-bottom: 8px;
  height: auto;
  line-height: 22px;
}
.wallet-contact-select-popper .wallet-contact-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px;
  height: auto;
  font-family: AxLLCircular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #14171a;
}

.wallet-contacts-details-container[data-v-1a27c048] .el-drawer__header {
  display: none;
}
.wallet-contacts-details-container[data-v-1a27c048] .el-drawer {
  background-color: transparent;
  padding: 16px;
  box-shadow: none;
  width: 492px !important;
}
.wallet-contacts-details-container[data-v-1a27c048] .el-drawer__body {
  background-color: rgb(var(--Grays-White));
  border-radius: 8px;
  padding: 0;
}

.wallet-contacts-details-drawer-main .wtcontacts-detail-header {
  padding: 32px 32px 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--Separators-Non-opaque));
  margin-bottom: 4px;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-header .wtcontacts-detail-hr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-header .wtcontacts-detail-hr .wtcontacts-detail-hl-close-btn {
  cursor: pointer;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detail-main-h {
  padding: 24px 32px 8px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detail-main-h .wtcontacts-detail-mh-avatar .wtcontacts-defail-mha-img {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detail-main-h .wtc-dmh-account-name {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-dm-btn-group {
  padding: 8px 32px 16px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-dm-btn-group .wtcontacts-dm-btn-transfer {
  flex: 1;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-dm-btn-group .wtcontacts-dm-btn-transfer .wtcdm-btn-main {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-dm-btn-group .wtcontacts-dm-btn-transfer .wtcdm-btn-main .wtcdm-btn-icon {
  width: 18px;
  height: 18px;
  display: block;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main {
  padding: 8px 24px;
  border-radius: 14px;
  background: rgb(var(--Backgrounds-Secondar));
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form {
  display: flex;
  flex-direction: column;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form .wtcontacts-detailm-nbf-row {
  padding: 16px 0px;
  border-bottom: 0.5px solid rgba(var(--Separators-Non-opaque));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form .wtcontacts-detailm-nbf-row:last-of-type {
  border-bottom: none;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form .wtcontacts-detailm-nbf-row .wtcontacts-detailm-nbf-row-left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form .wtcontacts-detailm-nbf-row .wtcontacts-detailm-nbf-row-left .wtcontacts-detailm-nbf-label {
  color: rgba(var(--Labels-Secondary));
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form .wtcontacts-detailm-nbf-row .wtcontacts-detailm-nbf-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  max-width: 60%;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form .wtcontacts-detailm-nbf-row .wtcontacts-detailm-nbf-right .wtcontacts-detailm-nbfr-text1 {
  color: rgb(var(--Labels-Primary));
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
  text-align: right;
}
.wallet-contacts-details-drawer-main .wtcontacts-detail-main .wtcontacts-detailm-normal-block .wtcontacts-detailm-normal-block-main .wtcontacts-detailm-normal-bm-form .wtcontacts-detailm-nbf-row .wtcontacts-detailm-nbf-right .wtcontacts-detailm-nbfr-text2 {
  transform: translateY(-1px);
  color: rgba(var(--Labels-Secondary));
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  width: 100%;
  text-align: right;
}

.empty-data-container[data-v-5987fb5c] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.empty-data-container.minus-navigator-height[data-v-5987fb5c] {
  top: calc(50% - (var(--layout-navigator-height) / 2));
}
.empty-data-container .things-to-do-empty-main[data-v-5987fb5c] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.empty-data-container .things-to-do-empty-main .tsdm-icon[data-v-5987fb5c] {
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 8px;
}
.empty-data-container .things-to-do-empty-main .tsdm-desc[data-v-5987fb5c] {
  color: rgba(var(--Label-Alternative));
  font-size: 14px;
  text-align: center;
}
.empty-data-container .empty-data-main[data-v-5987fb5c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-xxxl, 48px);
}
.empty-data-container .empty-data-main .empty-data-main-icon[data-v-5987fb5c] {
  width: 76px;
  height: 76px;
  display: block;
  margin-bottom: var(--spacing-lg, 24px);
}
.empty-data-container .empty-data-main .empty-data-title[data-v-5987fb5c] {
  margin-bottom: var(--spacing-xxs, 4px);
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  white-space: nowrap;
}
.empty-data-container .empty-data-main .empty-data-desc[data-v-5987fb5c] {
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
  margin-bottom: var(--spacing-lg, 24px);
  white-space: nowrap;
}

.contacts-list .ccl-table[data-v-b1e4f1e8] {
  border-radius: 8px;
  padding: 2px;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-account-name-icon[data-v-b1e4f1e8] {
  background: linear-gradient(180deg, #F7F9FF 0%, #EAEFFE 100%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--Fill-Alternative));
  color: var(--Palette-Blue-55, var(--Blue-55, #3870FF));
  text-align: center;
  font-feature-settings: 'ss10' on;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-transfer-country[data-v-b1e4f1e8] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-account-number[data-v-b1e4f1e8] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-account-detail[data-v-b1e4f1e8] {
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more[data-v-b1e4f1e8] {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more .wallet-tc-more-icon[data-v-b1e4f1e8] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more .wallet-tc-more-icon[data-v-b1e4f1e8]:hover {
  background-color: #fafafa;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more .wallet-tc-more-icon.active[data-v-b1e4f1e8] {
  background-color: #fafafa;
}
.contacts-list[data-v-b1e4f1e8] .contact-table-cell {
  padding: 10px 0;
}
.contacts-list[data-v-b1e4f1e8] .contact-table-label > .cell {
  color: rgba(var(--Label-Neutral)) !important;
  font-feature-settings: 'ss10' on;
  /* Label 1/Normal - Medium */
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 142.9% !important;
  /* 20.006px */
  letter-spacing: 0.203px !important;
}
.contacts-list .wtpr-new-transfer-btn .wallet-tbr-main[data-v-b1e4f1e8] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
}
.contacts-list .wtpr-new-transfer-btn .wallet-tbr-main .wallet-tbr-btn-icon[data-v-b1e4f1e8] {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contacts-list .wtpr-new-transfer-btn .wallet-tbr-main .wallet-tbr-btn-text[data-v-b1e4f1e8] {
  line-height: normal;
}
.contacts-list .wtpr-new-transfer-btn .wallet-tbr-main .wallet-tbr-btn-right[data-v-b1e4f1e8] {
  --color: #ffffff;
  --size: 18px;
}

.contact-table-more-popper {
  padding: 4px !important;
}
.contact-table-more-popper .wallet-tc-more-list {
  display: flex;
  flex-direction: column;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item:hover {
  border-radius: 8px;
  background: rgba(var(--Label-Normal), 0.05);
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item .wallet-tc-more-item-icon .wallet-tc-more-transfer-img {
  width: 20px;
  height: 20px;
  display: block;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item .wallet-tc-more-item-text {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}

.transfer-currency-select-container .ttsrr-currency-select[data-v-20b9322b] .el-input__prefix-inner > div {
  margin-right: 4px;
}
.transfer-currency-select-container .ttsrr-currency-select[data-v-20b9322b] .el-input__wrapper {
  border-radius: 4px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  box-shadow: none !important;
  --el-select-input-focus-border-color: transparent;
  padding: 12px !important;
}
.transfer-currency-select-container .ttsrr-currency-select[data-v-20b9322b] input {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 142.857% */
  letter-spacing: -0.3px;
  color: rgb(var(--Labels-Primary));
  --el-input-height: 16px !important;
  --el-input-inner-height: 16px !important;
}
.transfer-currency-select-container .ttsrr-currency-select .ttsrr-currency-prefix[data-v-20b9322b] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-currency-select-container .ttsrr-currency-select .ttsrr-currency-prefix .ttsrr-currency-prefix-icon[data-v-20b9322b] {
  width: 16px;
}
.transfer-currency-select-container .ttsrr-currency-select .ttsrr-currency-prefix .ttsrr-currency-prefix-text[data-v-20b9322b] {
  color: rgba(var(--Labels-Secondary));
  line-height: 16px;
}
.ttsrr-currency-select-pop .ttsrr-currency-filter[data-v-20b9322b] {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 6px;
  border-bottom: 0.5px solid rgba(var(--Separators-Non-opaque));
  background: rgb(var(--Grays-White));
  box-sizing: border-box;
}
.ttsrr-currency-select-pop .ttsrr-currency-filter .ttsrr-currency-input[data-v-20b9322b] {
  border-radius: 4px;
  border: none;
  /* Card/Base */
  --color: #000000;
}
.ttsrr-currency-select-pop .ttsrr-currency-filter .ttsrr-currency-input[data-v-20b9322b] .el-input__wrapper {
  padding: 10px;
  --el-input-border-radius: 4px;
  --el-input-border: none;
  box-shadow: none !important;
}
.ttsrr-currency-select-pop .ttsrr-currency-filter .ttsrr-currency-input[data-v-20b9322b] .el-input__inner {
  --el-input-inner-height: 20px !important;
  color: rgba(var(--Labels-Tertiary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Subheadline/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
.ttsrr-currency-select-pop .ttsrr-currency-filter .ttsrr-currency-input input[data-v-20b9322b] {
  caret-color: rgb(var(--Colors-Blue));
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item[data-v-20b9322b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item > div[data-v-20b9322b] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .t-selected-ball[data-v-20b9322b] {
  width: 24;
  height: 24;
  box-sizing: border-box;
  visibility: hidden;
}
.ttsrr-currency-select-pop .ttsrr-currency-option.selected .ttsrr-currency-option-item .t-selected-ball[data-v-20b9322b] {
  visibility: visible;
}
.ttsrr-currency-select-pop .ttsrr-currency-option.hover[data-v-20b9322b] {
  background: rgba(var(--Colors-Blue-10));
}

.transfer-date-picker-span[data-v-488f2484] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgb(var(--Grays-White));
}
.transfer-date-picker-span .tdpl-date-picker-container[data-v-488f2484] {
  display: flex;
  align-items: center;
  position: relative;
}
.transfer-date-picker-span .tdpl-date-picker-container.active .tdpl-dp-arrow-down[data-v-488f2484] {
  transform: translateY(-50%) rotate(-180deg);
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-dp-icon[data-v-488f2484] {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-dp-arrow-down[data-v-488f2484] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.1s ease;
  z-index: 1;
  --color: #AEAFB2;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.transfer-date-picker-span .tdpl-divider[data-v-488f2484] {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--Separators-Non-opaque));
  margin: 8px 0 12px 0;
}
.transfer-date-picker-span .tdpl-tips[data-v-488f2484] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Caption1-Regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}

.transfer-date-picker-span .tdpl-date-picker-container .tdpl-date-picker {
  height: 40px;
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-date-picker .el-input__wrapper {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
  box-shadow: none;
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-date-picker .el-input__wrapper .el-input__inner {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 142.857% */
  letter-spacing: -0.3px;
  color: rgb(var(--Labels-Primary));
  --el-input-height: 16px !important;
  --el-input-inner-height: 16px !important;
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-date-picker .el-input__wrapper .el-input__suffix-inner {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: #fff;
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-date-picker .el-input__wrapper .el-input__prefix .el-input__prefix-inner .el-input__icon {
  width: auto;
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-date-picker .el-input__wrapper .el-input__prefix .el-input__prefix-inner .tdps-prefix {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-date-picker-span .tdpl-date-picker-container .tdpl-date-picker .el-input__wrapper .el-input__prefix .el-input__prefix-inner .tdps-prefix .tdpl-dp-text {
  color: rgba(var(--Labels-Secondary));
}

.transfer-table-search-row[data-v-518f158c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-518f158c] {
  --el-input-icon-color: #171719;
  height: 40px;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-518f158c] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-518f158c] .el-input__inner {
  --el-input-inner-height: 20px !important;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-518f158c] .el-input__wrapper {
  padding: 14px 12px;
  border-radius: 14px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.transfer-table-search-row .transfer-table-search-row-right[data-v-518f158c] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-export-btn[data-v-518f158c],
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-search-btn[data-v-518f158c] {
  padding: 9px 20px;
  height: 40px;
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
}
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-export-btn.active[data-v-518f158c],
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-search-btn.active[data-v-518f158c] {
  background: rgba(var(--Label-Normal), 0.06);
}
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-export-btn.selected .tts-close-btn[data-v-518f158c],
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-search-btn.selected .tts-close-btn[data-v-518f158c] {
  display: block;
}
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-export-btn .tts-close-btn[data-v-518f158c],
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-search-btn .tts-close-btn[data-v-518f158c] {
  display: none;
}
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-export-btn .tts-btn-main[data-v-518f158c],
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-search-btn .tts-btn-main[data-v-518f158c] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-export-btn .tts-btn-main .tts-btn-text[data-v-518f158c],
.transfer-table-search-row .transfer-table-search-row-right .transfer-table-search-btn .tts-btn-main .tts-btn-text[data-v-518f158c] {
  margin-left: 0;
  color: rgb(var(--Label-Normal));
  line-height: normal;
}

.ttsrr-currency-select-pop {
  --el-popper-border-radius: 14px;
  --el-border-radius-base: 14px;
  background: rgb(var(--Grays-White));
  border-radius: 14px !important;
  /* Shadow/Flyout Menu */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 33.2px 0px rgba(9, 11, 17, 0.09);
}
.ttsrr-currency-select-pop .el-scrollbar {
  border-radius: 14px;
}
.ttsrr-currency-select-pop .el-select-dropdown__wrap {
  max-height: 370px;
}
.ttsrr-currency-select-pop .el-popper__arrow {
  display: none;
}
.ttsrr-currency-select-pop .el-select-dropdown__list {
  position: relative;
  margin-top: 0 !important;
}
.ttsrr-currency-select-pop .ttsrr-currency-option {
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  /* Title2/Emphasized */
  line-height: 13px;
  /* 127.273% */
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-currency {
  color: rgb(var(--Labels-Primary));
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-name .select-name-num {
  color: rgba(var(--Labels-Secondary));
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-name .select-name-currency {
  color: rgba(var(--Labels-Tertiary));
}
.transfer-table-search-filter-popper {
  padding: 24px !important;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column {
  flex: 1;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main {
  width: 100%;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select {
  width: 100%;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 18px;
  color: rgb(var(--Label-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select input::-moz-placeholder {
  color: rgb(var(--Label-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select input::placeholder {
  color: rgb(var(--Label-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select .el-input__wrapper {
  padding: 11px 16px;
  border-radius: 14px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn {
  flex: 1;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: var(--general-beta-08, 8px);
  height: 40px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn .ttsfpfrb-main,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-main {
  display: flex;
  align-items: center;
  gap: 5px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn .ttsfpfrb-icon,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-icon {
  --size: 18px;
  --color: rgb(var(--Label-Normal));
  transform: translateY(1px);
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn .ttsfpfrb-txt,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-txt {
  color: rgb(var(--Label-Normal));
  line-height: 22px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn {
  background: rgb(var(--Primary-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-icon {
  --color: rgb(var(--Static-White));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-txt {
  color: rgb(var(--Static-White));
}

.wallet-contacts-page[data-v-fdacdde6] {
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
}
.wallet-contacts-page .wallet-contacts-page-header[data-v-fdacdde6] {
  padding: 32px 0 16px 0;
}
.wallet-contacts-page .wallet-ccp-basic[data-v-fdacdde6] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.wallet-contacts-page .wallet-ccp-basic .wallet-transfer-basic-left[data-v-fdacdde6] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.wallet-contacts-page .wallet-ccp-basic .wallet-transfer-basic-left .wallet-ccp-total-balance[data-v-fdacdde6] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-contacts-page .wallet-ccp-basic .wallet-transfer-basic-left .wallet-ccp-total-balance .wallet-ccp-tb-title[data-v-fdacdde6] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  line-height: 28px;
}
.wallet-contacts-page .wallet-ccp-basic .wallet-transfer-basic-left .wallet-ccp-total-balance .wallet-ccp-tb-select[data-v-fdacdde6] {
  transform: translateY(-2px);
}
.wallet-contacts-page .wallet-ccp-basic .wallet-transfer-basic-left .wallet-ccp-balance-number[data-v-fdacdde6] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 36px;
}
.wallet-contacts-page .wallet-ccp-basic .wallet-transfer-basic-left .wallet-ccp-balance-date[data-v-fdacdde6] {
  color: rgba(var(--Label-Alternative));
  text-align: center;
  font-feature-settings: 'ss10' on;
  font-size: 12px;
}
.wallet-contacts-page .wallet-tansfer-page-table-container[data-v-fdacdde6] {
  position: relative;
}
.wallet-contacts-page .wtpr-new-transfer-btn .wallet-tbr-main .wallet-tbr-btn-text[data-v-fdacdde6] {
  line-height: normal;
}
.wallet-contacts-page .wtpr-new-transfer-btn .wallet-tbr-main .wallet-tbr-btn-right[data-v-fdacdde6] {
  --color: #ffffff;
  --size: 18px;
}

.contact-table-more-popper {
  padding: 4px !important;
}
.contact-table-more-popper .wallet-tc-more-list {
  display: flex;
  flex-direction: column;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item:hover {
  border-radius: 8px;
  background: rgba(var(--Label-Normal), 0.05);
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item .wallet-tc-more-item-icon .wallet-tc-more-transfer-img {
  width: 20px;
  height: 20px;
  display: block;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item .wallet-tc-more-item-text {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}

.conversion-detail-page .conversion-detail-header[data-v-46a3d0d4] {
  padding: 32px 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.conversion-detail-page .conversion-detail-header .conversion-detail-header-title[data-v-46a3d0d4] {
  font-size: 28px;
  color: rgb(var(--Label-Normal));
}
.conversion-detail-page .conversion-detail-header .conversion-detail-short-reference .cdsr-t[data-v-46a3d0d4] {
  font-weight: 400;
  color: #37383C9C;
}
.conversion-detail-page .conversion-detail-header .conversion-detail-short-reference .cdsr-m[data-v-46a3d0d4] {
  font-weight: 500;
  color: rgb(var(--Label-Normal));
}
.conversion-detail-page .conversion-detail-progress[data-v-46a3d0d4] {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-con[data-v-46a3d0d4] {
  padding: 4px;
  border-radius: 48px;
  background: rgba(var(--Fill-Normal));
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-con.danger .cdpc-inside[data-v-46a3d0d4] {
  background: #FF4242;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-con.danger .cdpc-inside .cdpci-dot[data-v-46a3d0d4] {
  background: #FF4242;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-con .cdpc-inside[data-v-46a3d0d4] {
  width: 100%;
  height: 4px;
  border-radius: 32px;
  background: rgb(var(--Primary-Normal));
  position: relative;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-con .cdpc-inside .cdpci-dot[data-v-46a3d0d4] {
  width: 8px;
  height: 8px;
  background: rgb(var(--Primary-Normal));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-list[data-v-46a3d0d4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-list .conversion-detail-progress-item[data-v-46a3d0d4] {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-list .conversion-detail-progress-item.active .cdpi-icon[data-v-46a3d0d4] {
  color: #3870FF;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-list .conversion-detail-progress-item.active .cdpi-text[data-v-46a3d0d4] {
  color: rgb(var(--Label-Normal));
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-list .conversion-detail-progress-item .cdpi-icon[data-v-46a3d0d4] {
  width: 16px;
  height: 16px;
  color: rgba(var(--Label-Assistive));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.conversion-detail-page .conversion-detail-progress .conversion-detail-progress-list .conversion-detail-progress-item .cdpi-text[data-v-46a3d0d4] {
  font-size: 12px;
  line-height: 16px;
  color: rgba(var(--Label-Assistive));
}
.conversion-detail-page .conversion-detail-main[data-v-46a3d0d4] {
  padding: 16px 0;
  display: flex;
  gap: 16px;
}
.conversion-detail-page .conversion-detail-main .cdm-header[data-v-46a3d0d4] {
  padding: 24px 24px 12px 24px;
}
.conversion-detail-page .conversion-detail-main .cdm-header .cdmh-title[data-v-46a3d0d4] {
  font-weight: 600;
  font-size: 18px;
  color: rgb(var(--Label-Normal));
}
.conversion-detail-page .conversion-detail-main .cdm-main[data-v-46a3d0d4] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.conversion-detail-page .conversion-detail-main .cdm-main .cdm-main-list[data-v-46a3d0d4] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.conversion-detail-page .conversion-detail-main .cdm-main .cdm-main-list .cdmm-item[data-v-46a3d0d4] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.conversion-detail-page .conversion-detail-main .cdm-main .cdm-main-list .cdmm-item .cdmm-item-title[data-v-46a3d0d4] {
  color: rgba(var(--Label-Alternative));
  font-size: 12px;
}
.conversion-detail-page .conversion-detail-main .cdm-main .cdm-main-list .cdmm-item .cdmm-item-desc[data-v-46a3d0d4] {
  font-size: 14px;
  color: rgb(var(--Label-Normal));
}
.conversion-detail-page .conversion-detail-main .cdm-main .cdm-main-list .cdmm-item .cdmm-item-tips[data-v-46a3d0d4] {
  font-size: 12px;
  color: rgba(var(--Label-Alternative));
}
.conversion-detail-page .conversion-detail-main .conversion-detail-main-left[data-v-46a3d0d4] {
  flex: 1;
  border-radius: var(--radius-sm, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Backgrounds-Primary));
}
.conversion-detail-page .conversion-detail-main .conversion-detail-main-right[data-v-46a3d0d4] {
  flex: 1;
  border-radius: var(--radius-sm, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Backgrounds-Primary));
}

.currency-conversion-list .ccl-table[data-v-5a49e840] {
  padding: 2px;
}

.wallet-common-table-search-btn[data-v-1eb35cf0] {
  --color: #171719;
  --size: 18px;
}
.wallet-common-table-search-btn.selected .wcfsb-close-btn[data-v-1eb35cf0] {
  display: block;
}
.wallet-common-table-search-btn .wcfsb-close-btn[data-v-1eb35cf0] {
  display: none;
}
.wallet-common-table-search-btn .wallet-common-fsb-btn-main[data-v-1eb35cf0] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wallet-common-table-search-btn .wallet-common-fsb-btn-main .wcfsb-btn-text[data-v-1eb35cf0] {
  margin-left: 0;
  color: rgb(var(--Label-Normal));
  line-height: normal;
}

.transfer-table-search-row[data-v-7a442e86] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-7a442e86] {
  --el-input-icon-color: #171719;
  height: 40px;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-7a442e86] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-7a442e86] .el-input__inner {
  --el-input-inner-height: 20px !important;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-7a442e86] .el-input__wrapper {
  padding: 14px 12px;
  border-radius: 14px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.transfer-table-search-row .transfer-table-search-row-right[data-v-7a442e86] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ttsrr-currency-select-pop {
  --el-popper-border-radius: 14px;
  --el-border-radius-base: 14px;
  background: rgb(var(--Grays-White));
  border-radius: 14px !important;
  /* Shadow/Flyout Menu */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 33.2px 0px rgba(9, 11, 17, 0.09);
}
.ttsrr-currency-select-pop .el-scrollbar {
  border-radius: 14px;
}
.ttsrr-currency-select-pop .el-select-dropdown__wrap {
  max-height: 370px;
}
.ttsrr-currency-select-pop .el-popper__arrow {
  display: none;
}
.ttsrr-currency-select-pop .el-select-dropdown__list {
  position: relative;
  margin-top: 0 !important;
}
.ttsrr-currency-select-pop .ttsrr-currency-option {
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  /* Title2/Emphasized */
  line-height: 13px;
  /* 127.273% */
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-currency {
  color: rgb(var(--Labels-Primary));
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-name .select-name-num {
  color: rgba(var(--Labels-Secondary));
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-name .select-name-currency {
  color: rgba(var(--Labels-Tertiary));
}
.transfer-table-search-filter-popper {
  padding: 24px !important;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column {
  flex: 1;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main {
  width: 100%;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select {
  width: 100%;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 18px;
  color: rgb(var(--Label-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select input::-moz-placeholder {
  color: rgb(var(--Label-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select input::placeholder {
  color: rgb(var(--Label-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-main .tts-filter-pop-form .tts-filter-pop-form-row .tts-filter-pop-form-column .tts-filter-pop-form-item .tts-filter-pop-form-item-main .tts-filter-pop-fim-select .el-input__wrapper {
  padding: 11px 16px;
  border-radius: 14px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn {
  flex: 1;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: var(--general-beta-08, 8px);
  height: 40px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn .ttsfpfrb-main,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-main {
  display: flex;
  align-items: center;
  gap: 5px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn .ttsfpfrb-icon,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-icon {
  --size: 18px;
  --color: rgb(var(--Label-Normal));
  transform: translateY(1px);
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn .ttsfpfrb-txt,
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-txt {
  color: rgb(var(--Label-Normal));
  line-height: 22px;
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn {
  background: rgb(var(--Primary-Normal));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-icon {
  --color: rgb(var(--Static-White));
}
.transfer-table-search-filter-popper .transfer-table-search-filter-pop .tts-filter-pop-footer .tts-filter-pop-footer-confirm-btn .ttsfpfrb-txt {
  color: rgb(var(--Static-White));
}

.wallet-currency-conversion-page[data-v-5725d3f8] {
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
}
.wallet-currency-conversion-page .wallet-currency-conversion-page-header[data-v-5725d3f8] {
  padding: 32px 0 16px 0;
}
.wallet-currency-conversion-page .wallet-currency-conversion-page-search-row .wtpr-new-transfer-btn .wallet-tbr-main .wallet-tbr-btn-icon[data-v-5725d3f8] {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wallet-currency-conversion-page .wallet-tansfer-page-table-container[data-v-5725d3f8] {
  padding: 8px 0px 0px 0px;
}

.project-common-radio-list[data-v-5c3262bb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-common-radio-list .project-common-radio-item[data-v-5c3262bb] {
  border-radius: 12px;
  border: solid 1px rgba(var(--Line-Normal-Neutral));
  padding: var(--spacing-016, 16px);
  display: flex;
  flex-direction: row;
  gap: 16px;
  cursor: pointer;
}
.project-common-radio-list .project-common-radio-item .pcri-left .pcri-checkbox[data-v-5c3262bb] {
  pointer-events: none;
}
.project-common-radio-list .project-common-radio-item .pcri-right .pcri-title[data-v-5c3262bb] {
  color: rgb(var(--Label-Normal));
}
.project-common-radio-list .project-common-radio-item .pcri-right .pcri-desc[data-v-5c3262bb] {
  color: rgba(var(--Label-Alternative));
}

.project-customer-list-container[data-v-0a4e87a7] {
  position: relative;
}
.project-customer-list-container .pclc-table-container .pclc-table-column .pclc-address[data-v-0a4e87a7] {
  color: rgb(var(--Label-Normal));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-customer-list-container .pclc-table-container .pclc-table-column .pclcd-customer-name[data-v-0a4e87a7] {
  color: rgb(var(--Label-Normal));
}
.project-customer-list-container .pclc-table-container .pclc-table-column .pclcd-customer-email[data-v-0a4e87a7] {
  color: rgba(var(--Label-Neutral));
}
.project-customer-list-container .pclc-table-footer[data-v-0a4e87a7] {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - var(--layout-left-width));
  z-index: 10;
}
.project-customer-list-container .pclc-table-footer .project-customer-list-footer[data-v-0a4e87a7] {
  width: 100%;
  padding: 16px var(--layout-content-padding);
  border-top: 1px solid rgba(var(--Separators-Non-opaque));
  background: #FFF;
  box-sizing: border-box;
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}
.project-customer-list-container .pclc-table-footer .project-customer-list-footer .wallter-transfer-list-footer-row[data-v-0a4e87a7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-customer-list-container .pclc-table-footer .project-customer-list-footer .wallter-transfer-list-footer-row .wtlfr-selected[data-v-0a4e87a7] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.project-customer-list-container .pclc-table-footer .project-customer-list-footer .wallter-transfer-list-footer-row .wtlfr-selected .wtlfr-clear-btn[data-v-0a4e87a7] {
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(var(--Separators-Non-opaque));
}
.project-customer-list-container .pclc-table-footer .project-customer-list-footer .wallter-transfer-list-footer-row .wtlfr-right .wtlfr-download-btn[data-v-0a4e87a7] {
  border-radius: 8px;
  color: rgb(var(--Colors-Blue));
  background: rgba(var(--Colors-Blue-10));
}

.customer-table-more-popper {
  padding: 4px !important;
}
.customer-table-more-popper .pclc-tc-more-list {
  display: flex;
  flex-direction: column;
}
.customer-table-more-popper .pclc-tc-more-list .pclc-tc-more-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.customer-table-more-popper .pclc-tc-more-list .pclc-tc-more-item:hover {
  border-radius: 8px;
  background: rgba(var(--Label-Normal), 0.05);
}
.customer-table-more-popper .pclc-tc-more-list .pclc-tc-more-item .pclc-tc-more-item-icon .pclc-tc-more-transfer-img {
  width: 20px;
  height: 20px;
  display: block;
}
.customer-table-more-popper .pclc-tc-more-list .pclc-tc-more-item .pclc-tc-more-item-text {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}

.customer-select-container .customer-select-main[data-v-6b5e2368] {
  border-radius: var(--cornerRadius-012, 12px);
  border: solid 1px rgba(var(--Line-Normal-Neutral));
}
.customer-select-container .customer-select-main .customer-select-display[data-v-6b5e2368] {
  display: flex;
  position: relative;
  min-height: 64px;
}
.customer-select-container .customer-select-main .customer-select-display .customer-selector[data-v-6b5e2368] {
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  visibility: hidden;
}
.customer-select-container .customer-select-main .customer-select-display .customer-selector[data-v-6b5e2368] .select-trigger {
  width: 100%;
  height: 100%;
}
.customer-select-container .customer-select-main .customer-select-display .csd-left[data-v-6b5e2368] {
  flex: 1;
  display: flex;
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-company-icon[data-v-6b5e2368] {
  padding: var(--spacing-016, 16px) var(--spacing-012, 12px) var(--spacing-016, 16px) var(--spacing-016, 16px);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: block;
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-company-icon > svg[data-v-6b5e2368] {
  border-radius: 8px;
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-basic-info[data-v-6b5e2368] {
  padding: var(--spacing-014, 14px) var(--spacing-016, 16px) var(--spacing-014, 14px) var(--spacing-004, 4px);
  flex-direction: column;
  display: flex;
  gap: 4px;
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-basic-info .scdlbi-name[data-v-6b5e2368] {
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: rgb(var(--Label-Normal));
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-basic-info .scdlbi-desc[data-v-6b5e2368] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 12px;
  color: rgba(var(--Label-Alternative));
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-empty[data-v-6b5e2368] {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-empty .scdl-empty-text[data-v-6b5e2368] {
  color: rgb(var(--Label-Normal));
}
.customer-select-container .customer-select-main .customer-select-display .csd-left .scdl-empty .scdl-empty-icon[data-v-6b5e2368] {
  --color: rgba(var(--Label-Assistive));
  --size: 16px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-select-container .customer-select-main .customer-select-display .csd-right[data-v-6b5e2368] {
  padding: var(--spacing-014, 14px) var(--spacing-016, 16px) var(--spacing-014, 14px) var(--spacing-004, 4px);
}

.project-create-dialog .project-create-dialog-main[data-v-fc8c06d0] {
  padding: 24px 32px;
}
.project-create-dialog .project-create-dialog-main .project-create-dialog-inside .project-common-form .project-common-form-main .pcfil-appendix .pcfi-change-customer-btn[data-v-fc8c06d0] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  cursor: pointer;
}
.project-create-dialog-header[data-v-fc8c06d0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 12px 32px;
  border-bottom: solid 1px rgba(var(--Line-Normal-Normal));
}
.project-create-dialog-header > div[data-v-fc8c06d0]:last-child {
  cursor: pointer;
}

.project-create-dialog {
  --el-dialog-border-radius: 8px !important;
}
.project-create-dialog .el-dialog__header {
  padding: 0;
  margin: 0;
}
.project-create-dialog .el-dialog__body {
  padding: 0;
  height: 65.78vh;
  max-height: 646px;
  overflow-y: scroll;
}
.project-create-dialog .el-dialog__footer {
  padding: 0;
  padding: 20px;
}

.customer-detail-page .custom-detail-header[data-v-154d78ab] {
  margin-top: 48px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-detail-page .custom-detail-header .customer-detail-title[data-v-154d78ab] {
  color: rgb(var(--Label-Normal));
  font-size: 36px;
}
.customer-detail-page .custom-detail-header .customer-detail-btn-group[data-v-154d78ab] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.customer-detail-page .customer-detail-info .project-common-display-form[data-v-154d78ab] {
  padding: var(--spacing-032, 32px);
}

.project-customer-page .project-customer-container .project-customer-header[data-v-583cc79b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.project-customer-page .project-customer-container .project-customer-header .project-customer-header-title[data-v-583cc79b] {
  color: rgb(var(--Label-Normal));
}

.file-name[data-v-59a7174d] {
  display: flex;
  align-items: center;
}
.file-name > div[data-v-59a7174d] {
  padding-left: 10px;
  font-weight: 600;
}
.file-name > i[data-v-59a7174d] {
  cursor: pointer;
}

.title[data-v-47b94456] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting[data-v-47b94456] {
  width: 100%;
}
.setting > div[data-v-47b94456]:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting > div:first-child > div[data-v-47b94456]:first-child {
  font-weight: 600;
  font-size: 20px;
}
.pagination[data-v-47b94456] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.btn[data-v-47b94456] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn2[data-v-47b94456] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.btn2[data-v-47b94456]:hover {
  background: #fbfbfb;
}

.file-name[data-v-5e1de77a] {
  display: flex;
  align-items: center;
}
.file-name > div[data-v-5e1de77a] {
  padding-left: 10px;
  font-weight: 600;
}
.file-name > i[data-v-5e1de77a] {
  cursor: pointer;
}

.title[data-v-3ca7b5ee] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
}
.pagination[data-v-3ca7b5ee] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.btn[data-v-3ca7b5ee] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.dra-btn[data-v-3ca7b5ee] {
  font-size: 14px;
  border-radius: 8px;
  padding: 23px;
  width: 100%;
  margin: 5px 0;
}
.btn1[data-v-3ca7b5ee] {
  border: 1px solid #cccccc;
}
.btn1[data-v-3ca7b5ee]:hover {
  background: #fbfbfb;
}
.delete[data-v-3ca7b5ee] {
  margin-left: 20px;
  cursor: pointer;
}
.drawer-title[data-v-3ca7b5ee] {
  width: 100%;
  padding: 10px 0;
}
.drawer-title > div[data-v-3ca7b5ee]:first-child {
  color: #070707;
  font-size: 32px;
  padding: 5px 0;
}
.drawer-title > div[data-v-3ca7b5ee]:last-child {
  color: #878787;
  font-size: 14px;
}
.drawer-body[data-v-3ca7b5ee] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}
.drawer-text[data-v-3ca7b5ee] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  font-size: 14px;
}
.drawer-text > div[data-v-3ca7b5ee]:first-child {
  color: #878787;
}
.setting[data-v-3ca7b5ee] {
  width: 100%;
}
.setting > div[data-v-3ca7b5ee]:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 42px;
}
.setting > div:first-child > div[data-v-3ca7b5ee]:first-child {
  font-weight: 600;
  font-size: 20px;
}
.btn[data-v-3ca7b5ee] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn2[data-v-3ca7b5ee] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.btn2[data-v-3ca7b5ee]:hover {
  background: #fbfbfb;
}
.file-name[data-v-3ca7b5ee] {
  display: flex;
  align-items: center;
}
.file-name > div[data-v-3ca7b5ee] {
  padding-left: 10px;
  font-weight: 600;
}
.file-name > i[data-v-3ca7b5ee] {
  cursor: pointer;
}
.data-not[data-v-3ca7b5ee] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-3ca7b5ee]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
[data-v-3ca7b5ee] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-3ca7b5ee] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-3ca7b5ee] .el-pagination .el-pager li.is-active {
  color: #000;
}
[data-v-3ca7b5ee] .el-pagination .el-pager li:hover {
  color: #000;
}
[data-v-3ca7b5ee] .el-pagination button:hover {
  color: #000;
}

.footer[data-v-7d4a72ce] {
  text-align: center;
  padding: 30px 0 80px 0;
}
.dialog-heade[data-v-7d4a72ce] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-7d4a72ce]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-7d4a72ce]:last-child {
  cursor: pointer;
}
.avates[data-v-7d4a72ce] {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.avates > div[data-v-7d4a72ce] {
  width: 120px;
  height: 120px;
}
.avates > div[data-v-7d4a72ce]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-7d4a72ce] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-7d4a72ce] {
  border: 1px solid #cccccc;
}
.btn1[data-v-7d4a72ce]:hover {
  background: #fbfbfb;
}
.btn2[data-v-7d4a72ce] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-7d4a72ce] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-7d4a72ce] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-7d4a72ce] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-7d4a72ce] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-7d4a72ce] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-7d4a72ce] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-7d4a72ce] .el-form-item__content {
  justify-content: center;
}

.logout[data-v-64b4b916] {
  border-top: 1px solid #dfdfdf;
}
.menu[data-v-64b4b916] {
  margin: 10px 0;
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal !important;
}
.menu > text[data-v-64b4b916] {
  padding-left: 10px;
  color: #605e5c;
  font-size: 14px;
}
.menu > text[data-v-64b4b916]:hover {
  color: #1e1d1c;
}
.drawer[data-v-64b4b916] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-content: center;
}
.drawer > div[data-v-64b4b916]:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  background: #f5f5f5;
}
.drawer > div:first-child > div[data-v-64b4b916] {
  width: 80%;
  margin: 0 auto;
}
.drawer > div:first-child > div > img[data-v-64b4b916] {
  margin: 50px 0;
  width: 100px;
}
.drawer > div:first-child > div > div[data-v-64b4b916]:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.drawer > div:first-child > div > div[data-v-64b4b916]:nth-child(3) {
  font-size: 14px;
  color: #878787;
  margin-bottom: 60px;
}
.drawer > div[data-v-64b4b916]:last-child {
  width: 75%;
  overflow: auto;
}
.header[data-v-64b4b916] {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding-top: 80px;
  justify-content: center;
}
.header > div[data-v-64b4b916] {
  font-size: 24px;
  font-weight: 600;
}
.btn[data-v-64b4b916] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-64b4b916] {
  border: 1px solid #cccccc;
}
.btn1[data-v-64b4b916]:hover {
  background: #fbfbfb;
}
.form[data-v-64b4b916] {
  width: 50%;
  margin: 0 auto;
  padding-top: 40px;
}
[data-v-64b4b916] .el-date-table td.today .el-date-table-cell__text {
  color: black !important;
}
[data-v-64b4b916] .el-date-table td.current:not(.disabled) .el-date-table-cell__text {
  background: black !important;
}
[data-v-64b4b916] .el-overlay > div {
  border-radius: 20px;
}
[data-v-64b4b916] .el-step__head.is-finish {
  color: black;
  border-color: black;
}
[data-v-64b4b916] .el-step__title.is-finish {
  color: black;
  font-weight: 600;
}
[data-v-64b4b916] .el-step__icon {
  width: 30px;
  height: 30px;
}
[data-v-64b4b916] .el-step.is-vertical .el-step__line {
  left: 14px;
}
[data-v-64b4b916] .el-step.is-vertical .el-step__head {
  width: 30px;
}
[data-v-64b4b916] .el-step.is-vertical .el-step__title {
  line-height: 30px;
}
[data-v-64b4b916] .el-step__title.is-success {
  color: black;
  font-weight: 600;
}
[data-v-64b4b916] .el-form-item__label {
  color: black;
}
[data-v-64b4b916] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-64b4b916] .el-input__wrapper {
  border-radius: 8px !important;
}
[data-v-64b4b916] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-64b4b916] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-64b4b916] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-64b4b916] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-64b4b916] .el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-64b4b916] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-64b4b916] .el-textarea__inner {
  border-radius: 8px;
}

.common-upload-component[data-v-68448328] {
  width: 100%;
}
.common-upload-component .upload-btn[data-v-68448328] {
  width: 100%;
  height: 40px;
  cursor: pointer;
  outline: 1px solid #f3f3f3;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}
.common-upload-component .upload[data-v-68448328] {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.common-upload-component .upload[data-v-68448328] .el-upload-list__item:hover {
  background-color: transparent;
}
.common-upload-component .upload .common-upload-item[data-v-68448328] {
  width: 100%;
  height: 40px;
  outline: 1px solid #f3f3f3;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all 0.5s;
}
.common-upload-component .inputUp[data-v-68448328] {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dcdfe6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-upload-component .inputUp > div[data-v-68448328]:first-child {
  padding-left: 15px;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
}
.common-upload-component .inputUp > div[data-v-68448328]:last-child {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  cursor: pointer;
  height: 100%;
  padding: 0 20px;
}
.common-upload-component .inputUp > div:last-child > span[data-v-68448328] {
  padding-left: 10px;
}

.common-upload-component .upload .common-upload-item .progress-con {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: left;
}
.common-upload-component .upload .common-upload-item .progress-con .progress {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}

.dialog-heade[data-v-4e1e63e7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-4e1e63e7]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-4e1e63e7]:last-child {
  cursor: pointer;
}
.avates[data-v-4e1e63e7] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-4e1e63e7] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-4e1e63e7]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-4e1e63e7] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-4e1e63e7] {
  border: 1px solid #cccccc;
}
.btn1[data-v-4e1e63e7]:hover {
  background: #fbfbfb;
}
.btn2[data-v-4e1e63e7] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-4e1e63e7] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-4e1e63e7] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-4e1e63e7] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-4e1e63e7] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-4e1e63e7] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-4e1e63e7] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-4e1e63e7] .el-tabs__item.is-active {
  color: #000;
}
[data-v-4e1e63e7] .el-tabs__active-bar {
  background: #000;
}
[data-v-4e1e63e7] .el-tabs__item {
  color: #878797;
}
[data-v-4e1e63e7] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}

.dialog-heade[data-v-2ccbb2d0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-2ccbb2d0]:first-child {
  display: flex;
  align-items: center;
}
.dialog-heade > div:first-child > div[data-v-2ccbb2d0]:last-child {
  font-size: 24px;
  padding-left: 10px;
}
.dialog-heade > div[data-v-2ccbb2d0]:last-child {
  cursor: pointer;
}
.btn[data-v-2ccbb2d0] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-2ccbb2d0] {
  border: 1px solid #cccccc;
}
.btn1[data-v-2ccbb2d0]:hover {
  background: #fbfbfb;
}
.btn2[data-v-2ccbb2d0] {
  color: #fff;
  background: red;
  border: 1px solid red;
}

.dialog-heade[data-v-befe502a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-befe502a]:first-child {
  display: flex;
  align-items: center;
}
.dialog-heade > div:first-child > div[data-v-befe502a]:last-child {
  font-size: 24px;
  padding-left: 10px;
}
.dialog-heade > div[data-v-befe502a]:last-child {
  cursor: pointer;
}
.btn[data-v-befe502a] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-befe502a] {
  border: 1px solid #cccccc;
}
.btn1[data-v-befe502a]:hover {
  background: #fbfbfb;
}
.btn2[data-v-befe502a] {
  color: #fff;
  background: red;
  border: 1px solid red;
}

.btn1[data-v-d9b43488] {
  border: 1px solid #cccccc;
}
.btn1[data-v-d9b43488]:hover {
  background: #fbfbfb;
}
.btn2[data-v-d9b43488] {
  color: #fff !important;
  background: #276ef1;
}
.btn2[data-v-d9b43488]:hover {
  background: #689af5;
}
.coll-title[data-v-d9b43488] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-d9b43488]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.coll-list[data-v-d9b43488] {
  width: 93%;
  margin: 0 auto;
}
.coll-list > div[data-v-d9b43488] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-d9b43488] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-d9b43488]:nth-child(even) {
  background: #f5f5f5;
}
.coll-list > div[data-v-d9b43488]:last-child {
  background: none;
}
.coll-list .coll-bottom[data-v-d9b43488] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.coll-list .coll-bottom > div[data-v-d9b43488] {
  flex: 1;
}
.coll-wrap[data-v-d9b43488] {
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-d9b43488] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-d9b43488] {
  width: 50%;
  border-radius: 8px;
  background: white;
  padding-bottom: 15px;
}
.el-row[data-v-d9b43488] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-d9b43488] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-d9b43488] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-d9b43488] {
  border: 1px solid #cccccc;
}
.btn1[data-v-d9b43488]:hover {
  background: #fbfbfb;
}
.input[data-v-d9b43488] {
  width: 250px;
}
.data-not[data-v-d9b43488] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-d9b43488]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-d9b43488] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.pagination[data-v-d9b43488] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.collapse[data-v-d9b43488] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-d9b43488]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-d9b43488] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-d9b43488]:nth-child(even) {
  font-size: 40px;
}
.photo[data-v-d9b43488] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-d9b43488] {
  width: 100%;
  height: 100%;
}
.coll-content-aside[data-v-d9b43488] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  height: 305px;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-d9b43488] {
  height: 369px;
}

.btn1[data-v-923c91b2] {
  border: 1px solid #cccccc;
}
.btn1[data-v-923c91b2]:hover {
  background: #fbfbfb;
}
.btn2[data-v-923c91b2] {
  color: #fff !important;
  background: #276ef1;
}
.btn2[data-v-923c91b2]:hover {
  background: #689af5;
}
.coll-title[data-v-923c91b2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-923c91b2]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.coll-list[data-v-923c91b2] {
  width: 93%;
  margin: 0 auto;
}
.coll-list > div[data-v-923c91b2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-923c91b2] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-923c91b2]:nth-child(even) {
  background: #f5f5f5;
}
.coll-list > div[data-v-923c91b2]:last-child {
  background: none;
}
.coll-wrap[data-v-923c91b2] {
  width: 100%;
  min-height: 390px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 8px 0;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coll-content[data-v-923c91b2] {
  width: 50%;
  border-radius: 8px;
  background: white;
  padding-bottom: 15px;
}
.el-row[data-v-923c91b2] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-923c91b2] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-923c91b2] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-923c91b2] {
  border: 1px solid #cccccc;
}
.btn1[data-v-923c91b2]:hover {
  background: #fbfbfb;
}
.input[data-v-923c91b2] {
  width: 250px;
}
.data-not[data-v-923c91b2] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-923c91b2]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-923c91b2] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.pagination[data-v-923c91b2] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.collapse[data-v-923c91b2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-923c91b2]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-923c91b2] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-923c91b2]:nth-child(even) {
  font-size: 40px;
}
.photo[data-v-923c91b2] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-923c91b2] {
  width: 100%;
  height: 100%;
}
[data-v-923c91b2] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-923c91b2] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-923c91b2] .el-collapse-item__content {
  background: #f5f5f5;
}
[data-v-923c91b2] .coll.el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 0px;
}
[data-v-923c91b2] .el-tabs__item.is-active {
  color: #000;
}
[data-v-923c91b2] .el-tabs__active-bar {
  background: #000;
}
[data-v-923c91b2] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-923c91b2] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-923c91b2] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-923c91b2] .el-tabs__item:hover {
  color: #878797;
}
[data-v-923c91b2] .collapse-title {
  flex: 1 0 90%;
  order: 1;
}
[data-v-923c91b2] .collapse-title .el-collapse-item__header {
  flex: 1 0 auto;
  order: -1;
}
.coll-content-aside[data-v-923c91b2] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  height: 305px;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-923c91b2] {
  height: 369px;
}

.coll[data-v-414d9d53] {
  border-radius: 8px;
  overflow: hidden;
  margin: 10px 0;
}
.coll[data-v-414d9d53] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
.coll[data-v-414d9d53] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
.coll-item[data-v-414d9d53] {
  width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.coll-item > div[data-v-414d9d53] {
  background: white;
  border-radius: 8px;
  width: 30.5%;
  padding: 10px;
  display: flex;
  min-height: 70px;
}
.coll-item > div > div[data-v-414d9d53] {
  padding-left: 8px;
}
.coll-item > div > div > div[data-v-414d9d53]:first-child {
  font-weight: 600;
}
.coll-item > div > div > div[data-v-414d9d53]:last-child {
  color: #878787;
}

.title[data-v-ff3c6056] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-ff3c6056] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-ff3c6056] {
  border: 1px solid #cccccc;
}
.btn1[data-v-ff3c6056]:hover {
  background: #fbfbfb;
}
.btn2[data-v-ff3c6056] {
  color: #fff !important;
  background: #276ef1;
}
.input[data-v-ff3c6056] {
  width: 250px;
}
.data-not[data-v-ff3c6056] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-ff3c6056]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-ff3c6056] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.pagination[data-v-ff3c6056] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.photo[data-v-ff3c6056] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-ff3c6056] {
  width: 100%;
  height: 100%;
}
[data-v-ff3c6056] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-ff3c6056] .el-tabs__item.is-active {
  color: #000;
}
[data-v-ff3c6056] .el-tabs__active-bar {
  background: #000;
}
[data-v-ff3c6056] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-ff3c6056] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-ff3c6056] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-ff3c6056] .el-tabs__item:hover {
  color: #878797;
}

.forgot-password-page[data-v-01266098] {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.forgot-password-page .fpp-container[data-v-01266098] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 508px;
  border-radius: var(--cornerRadius-024, 24px);
  border: 0.5px solid rgba(var(--Line-Normal-Alternative));
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.04);
}
.forgot-password-page .fpp-container .fppfc-header[data-v-01266098] {
  padding: var(--spacing-xxxl, 48px) var(--spacing-xxxl, 48px) var(--spacing-md, 16px) var(--spacing-xxxl, 48px);
}
.forgot-password-page .fpp-container .fppfc-header .fppfch-text-section[data-v-01266098] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.forgot-password-page .fpp-container .fppfc-header .fppfch-text-section .fppfchts-title[data-v-01266098] {
  color: rgb(var(--Label-Strong));
}
.forgot-password-page .fpp-container .fppfc-header .fppfch-text-section .fppfchts-desc[data-v-01266098] {
  color: rgba(var(--Label-Alternative));
}
.forgot-password-page .fpp-container .fppfc-main[data-v-01266098] {
  padding: var(--spacing-lg, 24px) var(--spacing-xxxl, 48px) var(--spacing-xxxl, 48px) var(--spacing-xxxl, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-024, 24px);
  align-self: stretch;
}
.forgot-password-page .fpp-container .fppfc-main .project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label[data-v-01266098] {
  color: rgba(var(--Label-Neutral));
}
.forgot-password-page .fpp-container .fppfc-main .fppfcm-btn[data-v-01266098] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.forgot-password-page .fpp-container .fppfc-main .fppfcm-btn > div[data-v-01266098] {
  width: 100%;
}
.forgot-password-page .fpp-container .fppfc-footer[data-v-01266098] {
  padding: var(--spacing-lg, 24px) var(--spacing-xxxl, 48px) var(--spacing-xxl, 40px) var(--spacing-xxxl, 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md, 16px);
}
.forgot-password-page .fpp-container .fppfc-footer > div[data-v-01266098] {
  flex: 1;
}

.transfer-table-search-row[data-v-d930f5bc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-d930f5bc] {
  --el-input-icon-color: #171719;
  height: 40px;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-d930f5bc] input {
  caret-color: rgb(var(--Colors-Blue));
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-d930f5bc] .el-input__inner {
  --el-input-inner-height: 20px !important;
}
.transfer-table-search-row .transfer-table-search-row-left .ttsrl-input[data-v-d930f5bc] .el-input__wrapper {
  padding: 14px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.transfer-table-search-row .transfer-table-search-row-right[data-v-d930f5bc] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.transfer-table-search-row .transfer-table-search-row-right .ttsrr-date-select-container[data-v-d930f5bc] {
  width: 181px;
}

.ttsrr-currency-select-pop {
  --el-popper-border-radius: 14px;
  --el-border-radius-base: 14px;
  background: rgb(var(--Grays-White));
  border-radius: 14px !important;
  /* Shadow/Flyout Menu */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 33.2px 0px rgba(9, 11, 17, 0.09);
}
.ttsrr-currency-select-pop .el-scrollbar {
  border-radius: 14px;
}
.ttsrr-currency-select-pop .el-select-dropdown__wrap {
  max-height: 370px;
}
.ttsrr-currency-select-pop .el-popper__arrow {
  display: none;
}
.ttsrr-currency-select-pop .el-select-dropdown__list {
  position: relative;
  margin-top: 0 !important;
}
.ttsrr-currency-select-pop .ttsrr-currency-option {
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  /* Title2/Emphasized */
  line-height: 13px;
  /* 127.273% */
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-currency {
  color: rgb(var(--Labels-Primary));
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-name .select-name-num {
  color: rgba(var(--Labels-Secondary));
}
.ttsrr-currency-select-pop .ttsrr-currency-option .ttsrr-currency-option-item .select-name .select-name-currency {
  color: rgba(var(--Labels-Tertiary));
}

.wallet-transfer-details-container[data-v-8ae713c6] .el-drawer__header {
  display: none;
}
.wallet-transfer-details-container[data-v-8ae713c6] .el-drawer {
  background-color: transparent;
  padding: 16px;
  box-shadow: none;
  width: 472px !important;
}
.wallet-transfer-details-container[data-v-8ae713c6] .el-drawer__body {
  background-color: rgb(var(--Grays-White));
  border-radius: 8px;
  padding: 0;
}

.wallet-transaction-details-drawer-main .wtddm-header {
  padding: 32px 32px 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--Separators-Non-opaque));
  margin-bottom: 4px;
}
.wallet-transaction-details-drawer-main .wtddm-header .wtddm-hr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wallet-transaction-details-drawer-main .wtddm-header .wtddm-hr .wtddm-hl-close-btn {
  cursor: pointer;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info {
  padding: 24px 32px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row .wt-il-recipient-id {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row .wt-il-recipient-id-text {
  color: rgb(var(--Colors-Blue));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row .wt-il-r-copy-btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  padding: 0;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main {
  padding: 8px 24px;
  border-radius: 14px;
  background: rgb(var(--Backgrounds-Secondar));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form {
  display: flex;
  flex-direction: column;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row {
  padding: 16px 0px;
  border-bottom: 0.5px solid rgba(var(--Separators-Non-opaque));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row:last-of-type {
  border-bottom: none;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-row-left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-row-left .wtddmm-nbf-label {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right .wtddmm-nbfr-text1 {
  color: rgb(var(--Labels-Primary));
  max-width: 280px;
  text-align: right;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right .wtddmm-nbfr-text2 {
  transform: translateY(-1px);
  color: rgba(var(--Labels-Secondary));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-nbf-row-btn {
  height: 40px;
  padding: 9px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-nbf-row-btn:hover {
  opacity: 0.7;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-nbf-row-btn > span {
  color: rgb(var(--Colors-Blue));
  font-feature-settings: 'liga' off, 'clig' off;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-desc {
  color: rgba(var(--Labels-Secondary));
  margin-bottom: 4px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-other {
  color: rgb(var(--Labels-Primary));
  margin-bottom: 8px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-recall-status-tag {
  display: inline;
  padding: 4px 8px;
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  border-radius: 17px;
  border-bottom: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .el-timeline-item__wrapper {
  padding-left: 36px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-dot {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-36%, 0);
  background: rgb(var(--Grays-White));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}

.wallet-transfer-list-container[data-v-16ab9132] {
  position: relative;
}

.global-account-all-transactions-page .global-account-all-transactions-header[data-v-4e358632] {
  padding: 32px 0 16px 0;
}
.global-account-all-transactions-page .wtpr-global-account-export-btn[data-v-4e358632] {
  border-radius: 50%;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  padding: 10px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
}

.wallet-transfer-list-container[data-v-0ac55b11] {
  position: relative;
}

.wallet-global-account-detail-popup[data-v-74c251c9] {
  position: relative;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-dialog-header[data-v-74c251c9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-xl, 32px) var(--spacing-xl, 32px) var(--spacing-sm, 12px) var(--spacing-xl, 32px);
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-dialog-header .wgaddh-close-btn[data-v-74c251c9] {
  cursor: pointer;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main[data-v-74c251c9] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--spacing-lg, 24px) var(--spacing-xl, 32px);
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content[data-v-74c251c9] {
  width: 100%;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadm-content-select-container[data-v-74c251c9] {
  width: 100%;
  margin-bottom: var(--spacing-xl, 32px);
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadm-content-select-container .wgadm-content-select-title[data-v-74c251c9] {
  margin-bottom: 8px;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadm-content-select-container .wgadm-content-select[data-v-74c251c9] {
  width: 100%;
  height: 40px;
  --el-border-radius-base: 8px;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadm-content-select-container .wgadm-content-select[data-v-74c251c9] .el-input__inner {
  --el-input-inner-height: 40px;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadmc-content-row-form[data-v-74c251c9] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md, 16px);
  align-items: flex-start;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadmc-content-row-form .wgadmc-content-row-form-item[data-v-74c251c9] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadmc-content-row-form .wgadmc-content-row-form-item .wgadmc-crf-title[data-v-74c251c9] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadmc-content-row-form .wgadmc-content-row-form-item .wgadmc-crf-title .wgadmc-crf-title-text[data-v-74c251c9] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadmc-content-row-form .wgadmc-content-row-form-item .wgadmc-crf-title .wgadmc-crf-title-copy-btn[data-v-74c251c9] {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadmc-content-row-form .wgadmc-content-row-form-item .wgadm-crf-content[data-v-74c251c9] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wallet-global-account-detail-main .wgadm-content .wgadmc-content-row-form .wgadmc-content-row-form-item .wgadm-crf-content.disabled[data-v-74c251c9] {
  color: #868e98;
}
.wallet-global-account-detail-popup .wallet-global-account-detail-dialog .wgadmc-crf-footer[data-v-74c251c9] {
  display: flex;
  padding: var(--spacing-sm, 12px) var(--spacing-xl, 32px) var(--spacing-xl, 32px) var(--spacing-xl, 32px);
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
}

.wallet-global-account-detail-dialog {
  border-radius: var(--radius-sm, 8px);
  background: rgb(var(--Background-Normal-Normal));
  /* Shadow/Heavy */
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06), 0px 8px 16px 0px rgba(0, 0, 0, 0.04), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.wallet-global-account-detail-dialog .el-dialog__header {
  padding: 0;
  margin: 0;
}
.wallet-global-account-detail-dialog .el-dialog__body {
  padding: 0;
}
.wallet-global-account-detail-dialog .el-dialog__footer {
  padding: 0;
}
.wgadm-content-select-pop .wgadm-content-option {
  display: flex;
  align-items: center;
  padding: 0;
  height: auto;
}
.wgadm-content-select-pop .wgadm-content-option .transfer-currency-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  /* Title2/Emphasized */
  line-height: 13px;
  /* 127.273% */
}
.wgadm-content-select-pop .wgadm-content-option .transfer-currency-option-item .select-currency {
  color: rgb(var(--Labels-Primary));
}
.wgadm-content-select-pop .wgadm-content-option .transfer-currency-option-item .select-name .select-name-num {
  color: rgba(var(--Labels-Secondary));
}
.wgadm-content-select-pop .wgadm-content-option .transfer-currency-option-item .select-name .select-name-currency {
  color: rgba(var(--Labels-Tertiary));
}

.wallet-global-account-details-page .wallet-global-account-detail-header[data-v-353de1d3] {
  padding: 48px 0 16px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--Line-Normal-Normal));
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-left[data-v-353de1d3] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-left .wgad-header-left-icon[data-v-353de1d3] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-left .wgad-header-left-title-row[data-v-353de1d3] {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-left .wgad-header-left-title-row .wgad-hl-title[data-v-353de1d3] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-left .wgad-header-left-title-row .wgad-hl-title .wgad-hlt-text[data-v-353de1d3] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-left .wgad-header-left-title-row .wgad-hlt-desc[data-v-353de1d3] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-right .wgad-header-right-btn-group[data-v-353de1d3] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-right .wgad-header-right-btn-group .wgad-header-right-export-btn .wgad-export-btn-icon[data-v-353de1d3] {
  width: 18px;
  height: 18px;
  display: block;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-right .wgad-header-right-btn-group .wgad-header-right-export-btn .wgad-export-btn-name[data-v-353de1d3] {
  line-height: 18px;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-right .wgad-header-right-btn-group .wgad-header-right-manage-btn .wgad-export-btn-icon[data-v-353de1d3] {
  width: 18px;
  height: 18px;
  display: block;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-right .wgad-header-right-btn-group .wgad-header-right-manage-btn .wgad-export-btn-name[data-v-353de1d3] {
  line-height: 18px;
}
.wallet-global-account-details-page .wallet-global-account-detail-header .wgad-header-right .wgad-header-right-btn-group .wgad-header-right-manage-btn .wgad-btn-arrow[data-v-353de1d3] {
  --color: rgba(var(--Label-Assistive));
  --size: 18px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wgadm-switch-row[data-v-353de1d3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.wallet-global-account-details-page .wgadm-content-row[data-v-353de1d3] {
  padding: 16px 0;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-header[data-v-353de1d3] {
  padding: var(--spacing-lg, 24px) var(--spacing-lg, 24px) var(--spacing-sm, 12px) var(--spacing-lg, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-header .wgadm-content-row-header-title[data-v-353de1d3] {
  color: rgb(var(--Label-Normal));
  font-size: 18px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-header .wgadm-content-row-header-showall[data-v-353de1d3] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  font-size: 12px;
  cursor: pointer;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-supported-currencies[data-v-353de1d3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: var(--spacing-lg, 24px) var(--spacing-lg, 24px) 0 var(--spacing-lg, 24px);
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-supported-currencies .wgadm-crsc-title[data-v-353de1d3] {
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
  font-size: 15px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-supported-currencies .wgadm-crsc-list[data-v-353de1d3] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-supported-currencies .wgadm-crsc-list .wgadm-crsc-item[data-v-353de1d3] {
  padding: 6px 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
  border-radius: 6px;
  border: 1px solid var(--Cool-Neutral-90, #C2C4C8);
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-supported-currencies .wgadm-crsc-list .wgadm-crsc-item.active[data-v-353de1d3] {
  border: 1px solid rgb(var(--Primary-Normal));
  background: var(--Blue-95, #EAEFFE);
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-row-supported-currencies .wgadm-crsc-tips[data-v-353de1d3] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  font-size: 12px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview[data-v-353de1d3] {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left[data-v-353de1d3] {
  flex: 1;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel[data-v-353de1d3] {
  border-radius: var(--radius-sm, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Backgrounds-Primary));
  height: 100%;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel .wgadm-content-row-form[data-v-353de1d3] {
  padding: var(--spacing-lg, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl, 32px);
  align-items: flex-start;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel .wgadm-content-row-form .wgadm-content-row-form-item[data-v-353de1d3] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel .wgadm-content-row-form .wgadm-content-row-form-item .wgadm-crf-title[data-v-353de1d3] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel .wgadm-content-row-form .wgadm-content-row-form-item .wgadm-crf-title .wgadm-crf-title-text[data-v-353de1d3] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel .wgadm-content-row-form .wgadm-content-row-form-item .wgadm-crf-title .wgadm-crf-title-copy-btn[data-v-353de1d3] {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel .wgadm-content-row-form .wgadm-content-row-form-item .wgadm-crf-content[data-v-353de1d3] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-left .wgadm-account-details-pannel .wgadm-content-row-form .wgadm-content-row-form-item .wgadm-crf-content.disabled[data-v-353de1d3] {
  color: #868e98;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right[data-v-353de1d3] {
  flex: 1;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel[data-v-353de1d3] {
  border-radius: var(--radius-sm, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Backgrounds-Primary));
  height: 100%;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-cc[data-v-353de1d3] {
  padding: var(--spacing-lg, 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities[data-v-353de1d3] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: var(--spacing-lg, 24px);
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities[data-v-353de1d3]:last-of-type {
  margin-bottom: 0;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities .wgadm-crc-title[data-v-353de1d3] {
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities .wgadm-crc-list[data-v-353de1d3] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities .wgadm-crc-list .wgadm-crc-item[data-v-353de1d3] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities .wgadm-crc-list .wgadm-crc-item .wgadm-crc-item-left .wgadm-crci-icon[data-v-353de1d3] {
  width: 24px;
  height: 24px;
  display: block;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities .wgadm-crc-list .wgadm-crc-item .wgadm-crc-item-right[data-v-353de1d3] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities .wgadm-crc-list .wgadm-crc-item .wgadm-crc-item-right .wgadm-crc-title[data-v-353de1d3] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-overview .wgadm-content-row-right .wgadm-account-capabilities-pannel .wgadm-content-row-capabilities .wgadm-crc-list .wgadm-crc-item .wgadm-crc-item-right .wgadm-crc-desc[data-v-353de1d3] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-details-page .wgadm-content-row .wgadm-content-transactions .wgadm-c-transactions-header[data-v-353de1d3] {
  margin-bottom: 16px;
}

.wallet-transfer-details-container[data-v-c4ce5918] .el-drawer__header {
  display: none;
}
.wallet-transfer-details-container[data-v-c4ce5918] .el-drawer {
  background-color: transparent;
  padding: 16px;
  box-shadow: none;
  width: 472px !important;
}
.wallet-transfer-details-container[data-v-c4ce5918] .el-drawer__body {
  background-color: rgb(var(--Grays-White));
  border-radius: 8px;
  padding: 0;
}

.wallet-transfer-details-drawer-main .wtddm-header {
  padding: 32px 32px 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--Separators-Non-opaque));
  margin-bottom: 4px;
}
.wallet-transfer-details-drawer-main .wtddm-header .wtddm-hr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wallet-transfer-details-drawer-main .wtddm-header .wtddm-hr .wtddm-hl-close-btn {
  cursor: pointer;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-standout-info {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.wallet-transfer-details-drawer-main .wtddm-main .wt-il-recipient-transfer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgb(var(--Background-Normal-Alternative));
  width: 100%;
  box-sizing: border-box;
}
.wallet-transfer-details-drawer-main .wtddm-main .wt-il-recipient-transfer-row .wt-il-rtr-left {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wt-il-recipient-transfer-row .wt-il-recipient-id {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transfer-details-drawer-main .wtddm-main .wt-il-recipient-transfer-row .wt-il-recipient-id-text {
  color: rgb(var(--Colors-Blue));
}
.wallet-transfer-details-drawer-main .wtddm-main .wt-il-recipient-transfer-row .wt-il-r-copy-btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  padding: 0;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main {
  padding: 8px 24px;
  border-radius: 14px;
  background: rgb(var(--Backgrounds-Secondar));
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form {
  display: flex;
  flex-direction: column;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row {
  padding: 16px 0px;
  border-bottom: 0.5px solid rgba(var(--Separators-Non-opaque));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row:last-of-type {
  border-bottom: none;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-row-left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-row-left .wtddmm-nbf-label {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-row-left .wtddmm-nbf-tips {
  cursor: pointer;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right .wtddmm-nbfr-text1 {
  color: rgb(var(--Labels-Primary));
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
  text-align: right;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right .wtddmm-nbfr-text2 {
  transform: translateY(-1px);
  color: rgba(var(--Label-Alternative));
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-desc {
  color: rgba(var(--Labels-Secondary));
  margin-bottom: 4px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-other {
  color: rgb(var(--Labels-Primary));
  margin-bottom: 8px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-recall-status-tag {
  display: inline;
  padding: 4px 8px;
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  border-radius: 17px;
  border-bottom: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .el-timeline-item__wrapper {
  padding-left: 36px;
}
.wallet-transfer-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-dot {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-36%, 0);
  background: rgb(var(--Grays-White));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}

.wallet-global-account-list-container[data-v-21451307] {
  position: relative;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wttc-bank-location[data-v-21451307] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wttc-bank-location > img[data-v-21451307] {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-currencieses-supported[data-v-21451307] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-recipient .wtc-recipient-account-number[data-v-21451307] {
  color: rgba(var(--Labels-Secondary));
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-account_number[data-v-21451307] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-account-number-pending[data-v-21451307] {
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-description .wtc-description-account-number[data-v-21451307] {
  color: rgba(var(--Labels-Secondary));
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-more .wallet-ga-more-icon[data-v-21451307] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease;
  cursor: pointer;
  padding: 8px;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-more .wallet-ga-more-icon[data-v-21451307]:hover {
  background-color: #fafafa;
}
.wallet-global-account-list-container .wtlc-table-container .wallet-global-account-table-column .wallet-global-account-more .wallet-ga-more-icon.active[data-v-21451307] {
  background-color: #fafafa;
}

.wallet-ga-table-more-popper .wallet-ga-more-list {
  display: flex;
  flex-direction: column;
}
.wallet-ga-table-more-popper .wallet-ga-more-list .wallet-ga-more-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.wallet-ga-table-more-popper .wallet-ga-more-list .wallet-ga-more-item:hover {
  border-radius: 8px;
  background: rgba(var(--Label-Normal), 0.05);
}
.wallet-ga-table-more-popper .wallet-ga-more-list .wallet-ga-more-item .wallet-ga-more-item-text {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-contact-editname-input {
  padding: var(--spacing-md, 16px) var(--spacing-xl, 32px) var(--spacing-none, 0px) var(--spacing-xl, 32px);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs, 8px);
}
.wallet-contact-editname-input .tsmr-form-item-input {
  padding-bottom: var(--spacing-xl, 32px);
}
.wallet-contact-editname-input .tsmr-form-item-input .el-input__wrapper {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  --el-input-border-radius: 8px;
  height: 24px;
}
.wallet-contact-editname-input .tsmr-form-item-input .el-input__inner {
  --el-input-inner-height: 16px !important;
}
.wallet-contact-editname-input .tsmr-form-item-input input {
  caret-color: rgb(var(--Colors-Blue));
}

.new-global-account-main[data-v-200496a2] {
  display: flex;
  gap: 36px;
}
.new-global-account-main .ngam-header[data-v-200496a2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-global-account-main .ngam-header .ngam-title[data-v-200496a2] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.new-global-account-main .ngam-header .ngam-desc[data-v-200496a2] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  min-height: 32px;
}
.new-global-account-main .new-global-account-main-left[data-v-200496a2] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.new-global-account-main .new-global-account-main-left .ngam-left-content[data-v-200496a2] {
  border-radius: 14px;
  background: rgb(var(--Grays-White));
  min-height: 603px;
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group[data-v-200496a2] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group .ngam-lc-radio[data-v-200496a2] {
  width: calc(100% - 32px);
  padding: 12px 16px;
  margin-right: 0;
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group .ngam-lc-radio[data-v-200496a2] .el-radio__label {
  flex: 1;
  padding-left: 12px;
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group .ngam-lc-radio .ngam-lc-radio-content[data-v-200496a2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group .ngam-lc-radio .ngam-lc-radio-content .ngam-lcrc-left[data-v-200496a2] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group .ngam-lc-radio .ngam-lc-radio-content .ngam-lcrc-left .ngam-lc-radio-country-logo[data-v-200496a2] {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group .ngam-lc-radio .ngam-lc-radio-content .ngam-lcrc-left .ngam-lcdc-text[data-v-200496a2] {
  color: rgb(var(--Labels-Primary));
}
.new-global-account-main .new-global-account-main-left .ngam-left-content .ngam-lc-radio-group .ngam-lc-radio .ngam-lc-radio-content .ngam-lcrc-right .ngam-lcrc-countries-span[data-v-200496a2] {
  padding: 2px 8px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgb(var(--Grays-Gray-6));
  box-sizing: border-box;
  color: rgba(var(--Labels-Secondary));
}
.new-global-account-main .new-global-account-main-right[data-v-200496a2] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.new-global-account-main .new-global-account-main-right .tsmr-form-container .tsmr-fc-currency-list[data-v-200496a2] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.new-global-account-main .new-global-account-main-right .tsmr-form-container .tsmr-fc-currency-list .tsmr-fc-currency-item[data-v-200496a2] {
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgb(var(--Grays-Gray-6));
  color: rgba(var(--Labels-Secondary));
  padding: 2px 8px;
  cursor: pointer;
}
.new-global-account-main .new-global-account-main-right .tsmr-form-container .tsmr-fc-currency-list .tsmr-fc-currency-item.active[data-v-200496a2] {
  background: rgba(var(--Colors-Blue-10));
  color: rgb(var(--Colors-Blue));
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-t[data-v-200496a2] {
  margin-bottom: 24px;
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-list[data-v-200496a2] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-list .tsmr-fc-via-item[data-v-200496a2] {
  display: flex;
  gap: 12px;
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-list .tsmr-fc-via-item.disabled .tsmr-fc-via-itick rect[data-v-200496a2] {
  fill: #b0b6bf;
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-list .tsmr-fc-via-item.disabled .tsmr-fc-via-itick path[data-v-200496a2] {
  stroke: #909397;
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-list .tsmr-fc-via-item.disabled .tsmr-fc-via-ir .tsmr-fc-via-title[data-v-200496a2] {
  color: #b0b6bf;
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-list .tsmr-fc-via-item.disabled .tsmr-fc-via-ir .tsmr-fc-via-desc[data-v-200496a2] {
  color: #b0b6bf;
}
.new-global-account-main .new-global-account-main-right .tsmr-fc-via .tsmr-fc-via-list .tsmr-fc-via-item .tsmr-fc-via-ir[data-v-200496a2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-global-account-footer[data-v-200496a2] {
  padding-bottom: 36px;
}
.new-global-account-footer .new-global-account-footer-btn-group[data-v-200496a2] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(24px - 12px);
  margin-top: 12px;
}


.wallet-transfer-new[data-v-1f2c16ab] {
  background-color: #FBFCFD;
}
.wallet-transfer-new .wtn-confirm-dialog-text[data-v-1f2c16ab] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.wallet-transfer-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-1f2c16ab] {
  color: rgb(var(--Labels-Primary));
}
.wallet-transfer-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-1f2c16ab] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.wallet-transfer-new .wallet-transfer-new-dialog-close[data-v-1f2c16ab] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.wallet-transfer-new-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.wallet-transfer-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.wallet-transfer-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.wallet-global-account-page[data-v-48055ac3] {
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
}
.wallet-global-account-page .wallet-global-account-page-header[data-v-48055ac3] {
  padding: 32px 0px 16px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.wallet-global-account-page .wallet-tansfer-page-table-container[data-v-48055ac3] {
  padding: 8px 0px 0px 0px;
}

.custom-calendar-container[data-v-fdd880bc] {
  padding-bottom: 40px;
}

#c-calendar {
  width: 100%;
  transition: height 0.2s ease;
}
#c-calendar table .day-header-cell {
  text-align: left;
  padding: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #0000004D;
  border-left-style: hidden;
  border-right-style: hidden;
  border-top-style: hidden;
}
#c-calendar table .fc-daygrid-body .day-item-cell {
  padding: 22px;
}
#c-calendar table .fc-daygrid-body .day-item-cell .fc-daygrid-day-top {
  flex-direction: row;
  margin-bottom: 6px;
}
#c-calendar table .fc-daygrid-body .day-item-cell .di-name {
  color: #000000E5;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
#c-calendar table .fc-daygrid-body .day-item-cell.fc-daygrid-day.fc-day-today {
  background-color: unset;
}
#c-calendar table .fc-daygrid-body .day-item-cell.fc-daygrid-day.fc-day-today .di-name {
  background-color: #3870FF;
  padding: 6px;
  border-radius: 50%;
  color: #ffffff;
  margin-left: -6px;
}
#c-calendar table .fc-daygrid-body .day-item-cell:nth-of-type(6n),
#c-calendar table .fc-daygrid-body .day-item-cell:nth-of-type(7n) {
  background-color: #3870FF0A !important;
}
#c-calendar table .fc-daygrid-body .fc-day-disabled {
  visibility: hidden;
}
#c-calendar .fc-daygrid-event-harness {
  margin-bottom: 6px;
}
#c-calendar .fc-daygrid-event-harness:last-of-type {
  margin-bottom: 0;
}
#c-calendar .fc-header-toolbar {
  border: 1px solid #DDDFE5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  margin-bottom: 16px;
}
#c-calendar .fc-scrollgrid {
  border-top-style: hidden;
}
#c-calendar .fc-toolbar-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
#c-calendar .fc-customNextBtn-button,
#c-calendar .fc-customPrevBtn-button {
  background-color: transparent;
  border-radius: 0;
  border-width: 2px;
  border-color: #00000099 #00000099 transparent transparent;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  padding: 0;
  outline: none;
  margin-right: 32px;
  margin-top: -10px;
}
#c-calendar .fc-customNextBtn-button:focus,
#c-calendar .fc-customPrevBtn-button:focus {
  box-shadow: none;
}
#c-calendar .fc-customNextBtn-button {
  transform: rotate(45deg);
  margin-left: 32px;
}
#c-calendar thead th {
  border-left: 1px solid #fff;
  transform: translateX(-1px);
  border-right: none;
}
#c-calendar .fc-daygrid-day-bottom {
  width: 100%;
  margin: 0;
}
#c-calendar .fc-daygrid-day-bottom .more-link-container {
  width: 100%;
  padding: 0;
  position: relative;
}
#c-calendar .event-item {
  width: 100%;
  padding: 12px;
  border: 1px solid #d0d4ea;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0;
}
#c-calendar .event-item .ei-container {
  width: 100%;
}
#c-calendar .event-item .ei-container .ei {
  padding: 6px;
  display: flex;
  align-items: center;
  border: 1px solid #d0d4ea;
  border-radius: 5px;
  width: 100%;
}
#c-calendar .event-item .ei-container .ei.more {
  border: none;
}
#c-calendar .event-item .ei-container .ei .ei-flag {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
#c-calendar .event-item .ei-container .ei .ei-flag .ei-flag-img {
  width: 100%;
  height: 100%;
}
#c-calendar .event-item .ei-container .ei .ei-holiday-name {
  color: #001c63;
  font-size: 14px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-pop-re {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.eipop-main .eipop-list {
  max-height: 360px;
}
.eipop-main .eipop-list .eipop-item {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eipop-main .eipop-list .eipop-item .eipopi-hn {
  color: #001c63;
  font-size: 14px;
  margin-right: 6px;
}
.eipop-main .eipop-list .eipop-item .eipopi-img {
  width: 15px;
  height: 15px;
  display: block;
}

.hcs-span[data-v-5e04505b] {
  margin-right: 16px;
}
.hcs-span.merged[data-v-5e04505b] {
  border: 1px solid #cccccc;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hcs-span + .hcs-span[data-v-5e04505b] {
  display: inline-block;
  margin-left: 0;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.cu-btn[data-v-5e04505b] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 20px;
  font-weight: 400;
  line-height: 20px;
}
.cu-btn.merged[data-v-5e04505b] {
  border-radius: 4px;
}
.cu-btn.single[data-v-5e04505b] {
  border-radius: 4px;
}
.cu-btn.single .hcs-image[data-v-5e04505b] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.hc-filter-com .el-button + .el-button[data-v-5e04505b] {
  margin-left: 0;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hcs-pop .hcsp-list {
  padding: 8px 0;
}
.hcs-pop .hcsp-list .hcsp-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.hcs-pop .hcsp-list .hcsp-item:last-of-type {
  margin-bottom: 0;
}
.hcs-pop .hcsp-list .hcsp-item .hcspc-image {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.hcs-pop .hcsp-list .hcsp-item .hcspc-name {
  font-size: 12px;
  line-height: 12px;
}
.hc-popover {
  padding: 0 !important;
}
.hc-popover .hc-popover-main {
  width: 100%;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-title {
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-fiter-list {
  width: 100%;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-fiter-list .hcpf-item {
  padding: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-fiter-list .hcpf-item:hover {
  background-color: #3870FF1A;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-fiter-list .hcpf-item .hcpf-left {
  margin-right: 12px;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-fiter-list .hcpf-item .hcpf-middle .hcpfi-name {
  font-size: 14px;
  font-weight: 600;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-fiter-list .hcpf-item .hcpf-middle .hcpfi-desc {
  color: #3870FF;
}
.hc-popover .hc-popover-main .hcp-type-select .hcp-fiter-list .hcpf-item .hcpf-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-header {
  padding: 16px;
  display: flex;
  align-items: center;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-header .hcpch-left {
  display: flex;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-search-con {
  padding: 16px;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-main {
  width: 100%;
  height: 240px;
  padding: 0 16px;
  box-sizing: border-box;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-main .hcpc-list {
  height: 100%;
  overflow-y: scroll;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-main .hcpc-list .hcpc-item .hcpc-checkbox {
  width: 28px;
  height: 28px;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-main .hcpc-list .hcpc-item .hcpc-checkbox .el-checkbox_inner {
  width: 28px !important;
  height: 28px !important;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-main .hcpc-list .hcpc-item .hcpci-desc {
  margin-left: 8px;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-footer {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hc-popover .hc-popover-main .hcp-child-selct .hcpc-footer .hcpc-btn {
  flex: 1;
  height: 40px;
}

.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-header .hod-header-title[data-v-f51af54c] {
  font-size: 24px;
  line-height: 26px;
  color: #00000099;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-search-con[data-v-f51af54c] {
  margin-bottom: 16px;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-search-con .hdd-search-title[data-v-f51af54c] {
  font-size: 14px;
  line-height: 20px;
  color: #616266;
  margin-bottom: 8px;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-search-con .hdd-select-input[data-v-f51af54c] {
  width: 100%;
  height: 40px;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list[data-v-f51af54c] {
  height: 320px;
  overflow-y: scroll;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item[data-v-f51af54c] {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item[data-v-f51af54c]:nth-of-type(2n-1) {
  background-color: #ffffff;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item[data-v-f51af54c]:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.04);
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item .hddhi-left[data-v-f51af54c] {
  width: 40%;
  display: flex;
  align-items: center;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item .hddhi-left .hddhi-day[data-v-f51af54c] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #3870ff10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: #3870FF;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item .hddhi-left .hddhi-ym[data-v-f51af54c] {
  font-size: 16px;
  line-height: 20px;
  color: #00000099;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item .hddhi-right[data-v-f51af54c] {
  width: 50%;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .hdd-holiday-list .hdd-holiday-item .hddhi-right .hddhi-name[data-v-f51af54c] {
  font-size: 14px;
  line-height: 20px;
  color: #00000060;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .data-not[data-v-f51af54c] {
  text-align: center;
  height: 320px;
  width: 100%;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-form-com .data-not > div[data-v-f51af54c]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .hdd-footer .hdd-footer-total[data-v-f51af54c] {
  font-size: 14px;
  line-height: 20px;
  color: #00000060;
}

.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .el-dialog__header {
  padding: 40px 40px 0 40px;
  margin-bottom: 24px;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .el-dialog__body {
  padding: 0 40px 0 40px;
}
.holiday-ditionary-dialog-com .hdd-main .hdd-dialog .el-dialog__footer {
  border-top: 1px solid #00000016;
  text-align: left;
  padding: 30px 40px;
}

.title[data-v-698a3d6c] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
}
.setting[data-v-698a3d6c] {
  width: 100%;
  max-width: 1120px;
}
.setting > div[data-v-698a3d6c]:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  min-height: 42px;
}
.setting > div:first-child > div[data-v-698a3d6c]:first-child {
  font-weight: 600;
  font-size: 20px;
}
.setting .hc-tips[data-v-698a3d6c] {
  margin-bottom: 24px;
}
.pagination[data-v-698a3d6c] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.btn[data-v-698a3d6c] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 20px;
  font-weight: 400;
  line-height: 20px;
}
.btn1[data-v-698a3d6c] {
  border: 1px solid #cccccc;
}
.btn1[data-v-698a3d6c]:hover {
  background: #fbfbfb;
}
.btn2[data-v-698a3d6c] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.file-name[data-v-698a3d6c] {
  display: flex;
  align-items: center;
}
.file-name > div[data-v-698a3d6c] {
  padding-left: 10px;
  font-weight: 600;
}
.file-name > i[data-v-698a3d6c] {
  cursor: pointer;
}




.key-for-individual[data-v-238b448c] {
  background-color: #FBFCFD;
}
.key-for-individual .wtn-confirm-dialog-text[data-v-238b448c] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.key-for-individual .wtn-confirm-dialog-text .wtncd-text-left[data-v-238b448c] {
  color: rgb(var(--Labels-Primary));
}
.key-for-individual .wtn-confirm-dialog-text .wtncd-text-right[data-v-238b448c] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.key-for-individual .key-for-individual-dialog-close[data-v-238b448c] {
  position: fixed;
  top: 36px;
  right: 88px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--Fills-Quaternary));
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.key-for-individual-dialog {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 0);
  margin: 0 !important;
  justify-content: center;
  background-color: #FBFCFD !important;
  padding: 0;
  overflow-y: scroll;
}
.key-for-individual-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.key-for-individual-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-column-card[data-v-4bf4d414] {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: var(--spacing-008, 8px);
  border-radius: var(--cornerRadius-024, 24px);
  border: 1px solid rgba(var(--Line-Normal-Alternative));
  background: rgb(var(--Background-Normal-Normal));
  height: 100%;
  box-sizing: border-box;
}
.home-column-card .hcc-bg-img[data-v-4bf4d414] {
  position: absolute;
  top: -29px;
  left: -97px;
  transform: rotate(2.5deg);
  width: 100%;
}
.home-column-card .hcc-header[data-v-4bf4d414] {
  padding: var(--spacing-016, 16px) var(--spacing-020, 20px);
  display: flex;
  align-items: flex-end;
  gap: 12px;
  justify-content: space-between;
}
.home-column-card .hcc-header .hcc-left[data-v-4bf4d414] {
  color: rgb(var(--Label-Strong));
}
.home-column-card .hcc-header .hcc-right[data-v-4bf4d414] {
  cursor: pointer;
}
.home-column-card .hcc-outstanding-row[data-v-4bf4d414] {
  display: flex;
  padding: 0 12px;
}
.home-column-card .hcc-outstanding-row .hcc-or-wrapper[data-v-4bf4d414] {
  padding: var(--spacing-020, 20px);
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(30.39999962px);
          backdrop-filter: blur(30.39999962px);
  width: 100%;
}
.home-column-card .hcc-list-row[data-v-4bf4d414] {
  padding: var(--spacing-012, 12px) var(--spacing-020, 20px);
  gap: var(--spacing-000, 0);
  height: 100%;
  position: relative;
}
.home-column-card .hcc-bottom-row[data-v-4bf4d414] {
  flex: 1;
  width: 100%;
  padding: var(--spacing-012, 12px) var(--spacing-020, 20px) var(--spacing-032, 32px) var(--spacing-020, 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.h-balance-main[data-v-4cb09c74] {
  height: 100%;
  position: relative;
}
.h-balance-main .h-balance-outstanding .hbo-header[data-v-4cb09c74] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.h-balance-main .h-balance-outstanding .hbo-header .hbo-header-title[data-v-4cb09c74] {
  color: rgba(var(--Label-Alternative));
}
.h-balance-main .h-balance-outstanding .hbo-row[data-v-4cb09c74] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.h-balance-main .h-balance-outstanding .hbo-row .hbo-row-logo[data-v-4cb09c74] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.h-balance-main .h-balance-outstanding .hbo-row .hbo-row-amouont[data-v-4cb09c74] {
  color: rgb(var(--Labels-Normal));
}
.h-balance-main .h-balance-list[data-v-4cb09c74] {
  height: 100%;
  position: relative;
}
.h-balance-main .h-balance-list .home-payment-balances .home-payment-balances-list[data-v-4cb09c74] {
  display: flex;
  flex-direction: column;
}
.h-balance-main .h-balance-list .home-payment-balances .home-payment-balances-list .hpbl-item[data-v-4cb09c74] {
  padding: var(--spacing-016, 16px) var(--spacing-000, 0);
  display: flex;
  align-items: center;
  gap: var(--spacing-012, 12px);
  cursor: pointer;
}
.h-balance-main .h-balance-list .home-payment-balances .home-payment-balances-list .hpbl-item[data-v-4cb09c74]:hover {
  opacity: 0.7;
}
.h-balance-main .h-balance-list .home-payment-balances .home-payment-balances-list .hpbl-item .hpbli-left .hpblil-img[data-v-4cb09c74] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}
.h-balance-main .h-balance-list .home-payment-balances .home-payment-balances-list .hpbl-item .hpbli-right[data-v-4cb09c74] {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-004, 4px);
}
.h-balance-main .h-balance-list .home-payment-balances .home-payment-balances-list .hpbl-item .hpbli-right .hpblir-label[data-v-4cb09c74] {
  color: rgba(var(--Label-Alternative));
}
.h-balance-main .h-balance-list .home-payment-balances .home-payment-balances-list .hpbl-item .hpbli-right .hpblir-value[data-v-4cb09c74] {
  color: rgb(var(--Label-Normal));
}

.footer[data-v-d45fe586] {
  text-align: center;
  padding-top: 100px;
}
.btn[data-v-d45fe586] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}

.other[data-v-5d9a1d26] {
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  margin: 20px 0;
}
.other > .other-first[data-v-5d9a1d26] {
  width: 90%;
  margin: 15px auto;
}
.other > .other-first > div[data-v-5d9a1d26] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other > .other-first > div > div[data-v-5d9a1d26]:first-child {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.other > .other-first > div > div:first-child > div[data-v-5d9a1d26]:first-child {
  margin-right: 20px;
}
.other > .other-first > div > div:first-child > div:first-child > div[data-v-5d9a1d26] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(53, 103, 199, 0.3);
}
.other > .other-first > div > div[data-v-5d9a1d26]:nth-child(2) {
  flex-shrink: 0;
}
.other > .other-second[data-v-5d9a1d26] {
  border-top: 1px solid #dcdfe6;
  padding: 10px 20px 10px 20px;
}
.add[data-v-5d9a1d26] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 50px 0;
}
.add > div[data-v-5d9a1d26]:first-child {
  width: 60%;
}
.input-prepend[data-v-5d9a1d26] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-prepend > img[data-v-5d9a1d26] {
  width: 30px;
  height: 30px;
}
.input-prepend > span[data-v-5d9a1d26] {
  padding-left: 8px;
}
.footer[data-v-5d9a1d26] {
  text-align: center;
  padding: 50px 0;
}
.btn[data-v-5d9a1d26] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-5d9a1d26] {
  border: 1px solid #cccccc;
}
.btn1[data-v-5d9a1d26]:hover {
  background: #fbfbfb;
}
[data-v-5d9a1d26] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-5d9a1d26] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-5d9a1d26] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-5d9a1d26] .el-input-group--prepend > .el-input__wrapper {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-v-5d9a1d26] .el-input-group__prepend {
  background: white;
}
input[data-v-5d9a1d26]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.text[data-v-15bfcef9] {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  padding: 8px 0;
}
.text-p[data-v-15bfcef9] {
  color: #212529;
  padding: 10px 10px 10px 0;
  font-size: 13px;
  line-height: 19px;
}
.footer[data-v-15bfcef9] {
  text-align: center;
  padding-top: 80px;
}
.btn[data-v-15bfcef9] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
[data-v-15bfcef9] .el-input-number .el-input__inner {
  text-align: left;
}
[data-v-15bfcef9] .el-radio__input.is-checked + .el-radio__label {
  color: black;
}

.upload[data-v-5192fab8] {
  width: 100%;
  height: 40px;
  margin: 30px 0;
  cursor: pointer;
  outline: 1px solid #f3f3f3;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all 0.5s;
}
.upload[data-v-5192fab8] .el-upload {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: left;
}
.upload[data-v-5192fab8] .el-upload > .progress {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.inputUp[data-v-5192fab8] {
  width: 100%;
  height: 40px;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dcdfe6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inputUp > div[data-v-5192fab8]:first-child {
  padding-left: 15px;
}
.inputUp > div[data-v-5192fab8]:last-child {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  cursor: pointer;
  height: 100%;
  padding: 0 20px;
}
.inputUp > div:last-child > span[data-v-5192fab8] {
  padding-left: 10px;
}
[data-v-5192fab8] .select {
  width: 100%;
}
[data-v-5192fab8] .select > div {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  padding-left: 15px;
  margin: 10px 0;
}
[data-v-5192fab8] .select > div > label > span:last-child {
  width: 400px;
  white-space: pre-wrap;
  line-height: 20px;
}
.footer[data-v-5192fab8] {
  text-align: center;
  padding-top: 100px;
}
.btn[data-v-5192fab8] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}

.drawer[data-v-534a55b4] {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
}
.drawer > div[data-v-534a55b4]:first-child {
  width: 25%;
  background: #f5f5f5;
}
.drawer > div:first-child > div[data-v-534a55b4] {
  width: 80%;
  margin: 0 auto;
}
.drawer > div:first-child > div > .logo_font[data-v-534a55b4] {
  cursor: pointer;
  margin: 50px 0;
  width: 100px;
}
.drawer > div:first-child > div > div[data-v-534a55b4]:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.drawer > div:first-child > div > div[data-v-534a55b4]:nth-child(3) {
  font-size: 14px;
  color: #878787;
  margin-bottom: 60px;
}
.drawer > div[data-v-534a55b4]:last-child {
  width: 75%;
}
.header[data-v-534a55b4] {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 40px auto;
  justify-content: space-between;
}
.header > div[data-v-534a55b4]:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
}
.btn[data-v-534a55b4] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-534a55b4] {
  border: 1px solid #cccccc;
}
.btn1[data-v-534a55b4]:hover {
  background: #fbfbfb;
}
.form[data-v-534a55b4] {
  width: 50%;
  margin: 0 auto;
  padding-top: 30px;
}
[data-v-534a55b4] .el-date-table td.today .el-date-table-cell__text {
  color: black !important;
}
[data-v-534a55b4] .el-date-table td.current:not(.disabled) .el-date-table-cell__text {
  background: black !important;
}
[data-v-534a55b4] .el-drawer__body {
  padding: 0 var(--el-drawer-padding-primary) 0 0 !important;
}
[data-v-534a55b4] .el-step__head.is-finish {
  color: black;
  border-color: black;
}
[data-v-534a55b4] .el-step__title.is-finish {
  color: black;
  font-weight: 600;
}
[data-v-534a55b4] .el-step__icon {
  width: 30px;
  height: 30px;
}
[data-v-534a55b4] .el-step.is-vertical .el-step__line {
  left: 14px;
}
[data-v-534a55b4] .el-step.is-vertical .el-step__head {
  width: 30px;
}
[data-v-534a55b4] .el-step.is-vertical .el-step__title {
  line-height: 30px;
}
[data-v-534a55b4] .el-step__title.is-success {
  color: black;
  font-weight: 600;
}
[data-v-534a55b4] .el-form-item__label {
  color: black;
}
[data-v-534a55b4] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-534a55b4] .el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.home-things-to-do[data-v-59cc698a] {
  position: relative;
  min-height: 400px;
}
.home-things-to-do .home-things-to-do-list[data-v-59cc698a] {
  display: flex;
  flex-direction: column;
}
.home-things-to-do .home-things-to-do-list .httdl-item[data-v-59cc698a] {
  display: flex;
  align-items: center;
  padding: var(--spacing-016, 16px) var(--spacing-000, 0);
  gap: var(--spacing-012, 12px);
  cursor: pointer;
}
.home-things-to-do .home-things-to-do-list .httdl-item[data-v-59cc698a]:hover {
  opacity: 0.7;
}
.home-things-to-do .home-things-to-do-list .httdl-item .httdli-left[data-v-59cc698a] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-things-to-do .home-things-to-do-list .httdl-item .httdli-left .httdlil-img[data-v-59cc698a] {
  transform: scale(1.68);
}
.home-things-to-do .home-things-to-do-list .httdl-item .httdli-middle[data-v-59cc698a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-004, 4px);
}
.home-things-to-do .home-things-to-do-list .httdl-item .httdli-middle .httdli-mtitle[data-v-59cc698a] {
  color: rgb(var(--Label-Normal));
}
.home-things-to-do .home-things-to-do-list .httdl-item .httdli-middle .httdli-mdesc[data-v-59cc698a] {
  color: rgba(var(--Label-Alternative));
}
.home-things-to-do .home-things-to-do-list .httdl-item .httdli-right[data-v-59cc698a] {
  flex-shrink: 0;
  color: rgba(var(--Label-Alternative));
}

.home-user-document .home-user-document-list[data-v-57b5bf78] {
  display: flex;
  flex-direction: column;
}
.home-user-document .home-user-document-list .husl-item[data-v-57b5bf78] {
  display: flex;
  align-items: center;
  padding: var(--spacing-016, 16px) var(--spacing-000, 0);
  gap: var(--spacing-012, 12px);
  cursor: pointer;
}
.home-user-document .home-user-document-list .husl-item[data-v-57b5bf78]:hover {
  opacity: 0.7;
}
.home-user-document .home-user-document-list .husl-item .husli-left[data-v-57b5bf78] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-user-document .home-user-document-list .husl-item .husli-middle[data-v-57b5bf78] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-004, 4px);
}
.home-user-document .home-user-document-list .husl-item .husli-middle .husli-mtitle[data-v-57b5bf78] {
  color: rgb(var(--Label-Normal));
}
.home-user-document .home-user-document-list .husl-item .husli-middle .husli-mdesc[data-v-57b5bf78] {
  color: rgba(var(--Label-Alternative));
}
.home-user-document .home-user-document-list .husl-item .husli-right[data-v-57b5bf78] {
  flex-shrink: 0;
  color: rgba(var(--Label-Alternative));
}

.h-workforce-wrapper[data-v-1e957b8c] {
  height: 100%;
  position: relative;
}
.h-workforce-wrapper .h-workforce-outstanding[data-v-1e957b8c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-workforce-wrapper .h-workforce-outstanding .hwo-left[data-v-1e957b8c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-002, 2px);
  flex: 1 0 0;
}
.h-workforce-wrapper .h-workforce-outstanding .hwo-left .hwo-header-title[data-v-1e957b8c] {
  color: rgba(var(--Label-Alternative));
}
.h-workforce-wrapper .h-workforce-outstanding .hwo-left .hwo-header-num[data-v-1e957b8c] {
  color: rgb(var(--Labels-Normal));
}
.h-workforce-wrapper .h-workforce-list[data-v-1e957b8c] {
  height: 100%;
}

.rfi-button-container[data-v-d430d91c] {
  padding: 16px;
  border-radius: 14px;
  background: rgb(var(--Background-Normal-Alternative));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rfi-button-container .rhome-se-icon[data-v-d430d91c] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  flex-shrink: 0;
}
.rfi-button-container .rhome-se-title[data-v-d430d91c] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 14px;
  font-weight: 600;
}
.rfi-button-container .rhome-se-btn .rhome-se-btn-text[data-v-d430d91c] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

@keyframes popover_animation_1_enter {
0% {
    opacity: 0;
    transform: scale(0.5);
    background: #ffffff;
}
80% {
    opacity: 0.8;
    transform: scale(1.05);
}
to {
    opacity: 1;
    transform: scale(1);
    background: rgba(247, 247, 248, 0.6);
}
}
@keyframes popover_animation_1_leave {
0% {
    opacity: 1;
    transform: scale(1);
}
to {
    opacity: 0;
    transform: scale(0);
}
}
.el-popper.el-popover.wallet-rfi-popper {
  padding: 0;
  --el-popover-padding: 0;
  border-radius: var(--radius-md, 12px);
  --el-popover-border-radius: var(--radius-md, 12px);
  border: 0.5px solid rgba(var(--Line-Normal-Normal)) !important;
  background: rgba(247, 247, 248, 0.6);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06), 0px 8px 16px 0px rgba(0, 0, 0, 0.04), 0px 0px 8px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-backdrop-filter: blur(9.5px);
          backdrop-filter: blur(9.5px);
}
.el-popper.el-popover.wallet-rfi-popper.popover-animation-1-enter-active {
  transform-origin: 100% 20%;
  animation-name: popover_animation_1_enter;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.el-popper.el-popover.wallet-rfi-popper.popover-animation-1-leave-active {
  transform-origin: 100% 0%;
  animation-name: popover_animation_1_leave;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-header {
  padding: 16px 16px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-header .all-task-close-btn {
  cursor: pointer;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-main {
  padding: 4px;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-main .all-task-list-container .all-task-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 376px;
  overflow-y: scroll;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-main .all-task-list-container .all-task-list .all-task-item-container .all-task-item-wrapper .all-task-item {
  padding: var(--spacing-lg, 24px);
  border-radius: var(--radius-sm, 8px);
  border: 0.5px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.03), 0px 0px 1px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-md, 16px);
  cursor: pointer;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-main .all-task-list-container .all-task-list .all-task-item-container .all-task-item-wrapper .all-task-item .all-task-item-left .all-task-item-icon {
  width: 48px;
  height: 48px;
  display: block;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-main .all-task-list-container .all-task-list .all-task-item-container .all-task-item-wrapper .all-task-item .all-task-item-right .all-task-item-title {
  color: #171719;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.091px;
  margin-bottom: 8px;
  word-break: keep-all;
  word-wrap: break-word;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-main .all-task-list-container .all-task-list .all-task-item-container .all-task-item-wrapper .all-task-item .all-task-item-right .all-task-item-desc {
  color: rgba(46, 47, 51, 0.88);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.9%;
  letter-spacing: 0.203px;
  margin-bottom: 8px;
  word-break: keep-all;
  word-wrap: break-word;
}
.el-popper.el-popover.wallet-rfi-popper .all-task-container .all-task-main .all-task-list-container .all-task-list .all-task-item-container .all-task-item-wrapper .all-task-item .all-task-item-right .all-task-item-btn .all-task-item-btn-text {
  font-size: 13px;
  color: rgb(var(--Label-Normal));
}

.project-kyc-display-container[data-v-126e66a2] {
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  padding: var(--spacing-032, 32px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.project-kyc-display-container.card-style[data-v-126e66a2] {
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.04);
}
.project-kyc-display-container .pkdc-top[data-v-126e66a2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-kyc-display-container .pkdc-top .pkdc-left .pkdc-title[data-v-126e66a2] {
  color: rgb(var(--Label-Normal));
}
.project-kyc-display-container .pkdc-top .pkdc-left .pkdc-desc[data-v-126e66a2] {
  color: rgba(var(--Label-Neutral));
}
.project-kyc-display-container .pkdc-top .pkdc-right .pkdc-start-btn .pkdc-start-btn-inside[data-v-126e66a2] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.project-kyc-display-container .pkdc-top .pkdc-right .pkdc-start-btn .pkdc-start-btn-inside .pkdc-sbi-text[data-v-126e66a2] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress[data-v-126e66a2] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item[data-v-126e66a2] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item.finished .pkdcpi-bar[data-v-126e66a2],
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item.success .pkdcpi-bar[data-v-126e66a2] {
  background: rgb(var(--Status-Positive));
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item.fail .pkdcpi-bar[data-v-126e66a2] {
  background: #FF4242;
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item .pkdcpi-bar[data-v-126e66a2] {
  width: 100%;
  height: 8px;
  border-radius: var(--cornerRadius-max, 9999px);
  background: rgba(var(--Fill-Normal));
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item .pkdcpi-desc[data-v-126e66a2] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item .pkdcpi-desc .pkdcpi-icon[data-v-126e66a2] {
  width: 16px;
  height: 16px;
  transform: translateY(-1px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item .pkdcpi-desc .pkdcpi-icon > img[data-v-126e66a2] {
  width: 16px;
  height: 16px;
  display: block;
}
.project-kyc-display-container .pkdc-progress-container .pkdc-progress .pkdcp-item .pkdcpi-desc .pkdcpi-text[data-v-126e66a2] {
  color: rgb(var(--Label-Normal));
}

.fx-rate-currency-select[data-v-5be50c86] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.fx-rate-currency-select .fx-rate-currency-select-com[data-v-5be50c86] {
  display: flex;
  align-items: center;
}

.project-project-table-container[data-v-61f74a3c] {
  position: relative;
  min-height: 400px;
}
.project-project-table-container .pptc-list .pptc-item[data-v-61f74a3c] {
  display: flex;
  align-items: center;
  gap: var(--spacing-012, 12px);
  border-radius: var(--cornerRadius-016, 16px);
  padding: var(--spacing-016, 16px) var(--spacing-000, 0);
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column.left[data-v-61f74a3c] {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column.right[data-v-61f74a3c] {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-004, 4px);
  text-align: right;
  white-space: nowrap;
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main[data-v-61f74a3c] {
  width: 48px;
  height: 48px;
  border-radius: var(--cornerRadius-012, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main.invoice[data-v-61f74a3c] {
  background: rgba(var(--Atomic-Green), 0.08);
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main.commission[data-v-61f74a3c] {
  background: rgba(255, 132, 9, 0.08);
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main.withdraw[data-v-61f74a3c] {
  background: rgba(var(--Accent-Background-Cyan), 0.08);
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column .pclc-table-column-bold[data-v-61f74a3c] {
  color: rgb(var(--Label-Normal));
}
.project-project-table-container .pptc-list .pptc-item .pclc-table-column .pclc-table-column-thin[data-v-61f74a3c] {
  color: rgba(var(--Label-Alternative));
}

.home-invoice[data-v-0216d76d] {
  height: 100%;
  position: relative;
}
.home-invoice .hi-outstanding .hio-header[data-v-0216d76d] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.home-invoice .hi-outstanding .hio-header .hio-header-title[data-v-0216d76d] {
  color: rgba(var(--Label-Alternative));
}
.home-invoice .hi-outstanding .hio-bottom[data-v-0216d76d] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-invoice .hi-outstanding .hio-bottom .hiob-logo[data-v-0216d76d] {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
}
.home-invoice .hi-outstanding .hio-bottom .hiob-amount[data-v-0216d76d] {
  color: rgb(var(--Labels-Normal));
}

.r-home-top[data-v-fae5bece] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.r-home-top .r-home-top-left[data-v-fae5bece] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.r-home-top .r-home-top-left .r-htl-tips[data-v-fae5bece] {
  font-size: 14px;
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
}
.r-home-top .r-home-top-left .r-htl-name[data-v-fae5bece] {
  font-weight: 700;
  font-size: 28px;
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.r-home-btn-row[data-v-fae5bece] {
  margin-bottom: 28px;
}
.r-home-btn-row .wallet-btn-row .wallet-btn-group[data-v-fae5bece] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.r-home-btn-row .wallet-btn-row .wallet-btn-group .wallet-btn-item .wallet-btn-icon[data-v-fae5bece] {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000066;
}
.r-home-btn-row .wallet-btn-row .wallet-btn-group .wallet-btn-item .wallet-btn-icon > span[data-v-fae5bece] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-home-main[data-v-fae5bece] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  align-items: stretch;
}
@media (min-width: 1512px) {
.r-workforce[data-v-fae5bece] {
    width: 364px;
}
.r-available-balance[data-v-fae5bece] {
    width: 528px;
}
}
@media (min-width: 1144px) and (max-width: 1512px) {
.r-workforce[data-v-fae5bece] {
    width: 364px;
}
}
@media (max-width: 1143px) {
.r-workforce[data-v-fae5bece] {
    width: 100%;
}
}

.project-project-table-container .pclc-table-column[data-v-2972df7e] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.project-project-table-container .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main[data-v-2972df7e] {
  width: 48px;
  height: 48px;
  border-radius: var(--cornerRadius-012, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-project-table-container .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main.invoice[data-v-2972df7e] {
  background: rgba(var(--Atomic-Green), 0.08);
}
.project-project-table-container .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main.commission[data-v-2972df7e] {
  background: rgba(255, 132, 9, 0.08);
}
.project-project-table-container .pclc-table-column .pclc-table-column-icon .pclc-table-column-icon-main.withdraw[data-v-2972df7e] {
  background: rgba(var(--Accent-Background-Cyan), 0.08);
}
.project-project-table-container .pclc-table-column .pclc-table-column-bold[data-v-2972df7e] {
  color: rgb(var(--Label-Normal));
}
.project-project-table-container .pclc-table-column .pclc-table-column-thin[data-v-2972df7e] {
  color: rgba(var(--Label-Alternative));
}
.project-page-project-list[data-v-2972df7e] {
  padding: 16px 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.project-page-project-list .project-page-project-item[data-v-2972df7e] {
  width: calc((100% - 38px) / 3);
  border-radius: 14px;
  border: solid 1px rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Backgrounds-Primary));
}
.project-page-project-list .project-page-project-item .pppi-main[data-v-2972df7e] {
  display: flex;
  flex-direction: column;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-header[data-v-2972df7e] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-header .pppih-title[data-v-2972df7e] {
  font-size: 18px;
  color: rgb(var(--Label-Normal));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content[data-v-2972df7e] {
  padding: 8px 16px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list[data-v-2972df7e] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list .pppi-content-item[data-v-2972df7e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list .pppi-content-item .pppi-content-item-icon .pppi-cii-img[data-v-2972df7e] {
  width: 16px;
  height: 16px;
  display: block;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list .pppi-content-item .pppi-content-item-text[data-v-2972df7e] {
  font-size: 13px;
  color: rgba(var(--Label-Neutral));
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer[data-v-2972df7e] {
  padding: 12px 16px 16px 16px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group[data-v-2972df7e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group .pppi-footer-btn[data-v-2972df7e] {
  flex: 1;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Neutral));
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group .pppi-fb-confirm[data-v-2972df7e] {
  color: rgb(var(--Label-Normal));
  font-size: 13px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group .pppi-fb-create[data-v-2972df7e] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  font-size: 13px;
}

.invoice-dashboard-table-more-popper {
  padding: 4px !important;
}
.invoice-dashboard-table-more-popper .pclc-tc-more-list {
  display: flex;
  flex-direction: column;
}
.invoice-dashboard-table-more-popper .pclc-tc-more-list .pclc-tc-more-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.invoice-dashboard-table-more-popper .pclc-tc-more-list .pclc-tc-more-item:hover {
  border-radius: 8px;
  background: rgba(var(--Label-Normal), 0.05);
}
.invoice-dashboard-table-more-popper .pclc-tc-more-list .pclc-tc-more-item .pclc-tc-more-item-icon .pclc-tc-more-transfer-img {
  width: 20px;
  height: 20px;
  display: block;
}
.invoice-dashboard-table-more-popper .pclc-tc-more-list .pclc-tc-more-item .pclc-tc-more-item-text {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}

.question-mark-container[data-v-e2a6fd0c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--Label-Alternative));
}
.question-mark-container[data-v-e2a6fd0c] .el-tooltip__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.invoice-dashboard[data-v-98764f38] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.invoice-dashboard .invoice-dashboard-header[data-v-98764f38] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.invoice-dashboard .invoice-dashboard-header .pph-left[data-v-98764f38] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 28px;
}
.invoice-dashboard .invoice-dashboard-middle-container[data-v-98764f38] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.04);
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-left[data-v-98764f38] {
  display: flex;
  align-items: center;
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-left .idmcl-block[data-v-98764f38] {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-left .idmcl-block .idmcl-icon img[data-v-98764f38] {
  width: 48px;
  height: 48px;
  display: block;
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-left .idmcl-block .idmclb-main .idmclb-title[data-v-98764f38] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-left .idmcl-block .idmclb-main .idmclb-title .idmclb-title-text[data-v-98764f38] {
  color: rgba(var(--Label-Alternative));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-left .idmcl-block .idmclb-main .idmclb-right[data-v-98764f38] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-left .idmcl-block .idmclb-main .idmclb-desc[data-v-98764f38] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: rgb(var(--Label-Normal));
  text-overflow: ellipsis;
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-right[data-v-98764f38] {
  padding: var(--spacing-xl, 32px);
}
.invoice-dashboard .invoice-dashboard-middle-container .idmc-right .idmc-right-btn-group[data-v-98764f38] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.invoice-dashboard .invoice-dashboard-main[data-v-98764f38] {
  margin-top: 48px;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .el-table {
  --el-table-header-bg-color: transparent !important;
  --el-table-tr-bg-color: transparent !important;
  background-color: transparent;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .el-table::before {
  height: 0px;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .el-table__row>td {
  border: none;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .el-table__inner-wrapper::before {
  display: none;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .diy-table {
  margin-left: -12px;
  width: calc(100% + 24px);
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .el-table__cell {
  height: 48px;
  border-bottom: none;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .el-table__cell:not(.is-leaf) {
  height: 80px;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container[data-v-98764f38] .el-table__row {
  padding: 16px 0;
}
.invoice-dashboard .invoice-dashboard-main .invoice-dashboard-list-container .h-t-table-column[data-v-98764f38] {
  padding: 12px 0;
}

.btn[data-v-5f80cb5e] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-5f80cb5e] {
  border: 1px solid #cccccc;
}
.btn1[data-v-5f80cb5e]:hover {
  background: #FF5E00;
}
.btn2[data-v-5f80cb5e] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.delete[data-v-5f80cb5e] {
  margin-left: 20px;
  cursor: pointer;
}

.invoices-page-q[data-v-06565bc0] .el-drawer__header {
  display: none;
}
.invoices-page-q[data-v-06565bc0] .el-drawer {
  background-color: transparent;
  padding: 16px;
  box-shadow: none;
}
.invoices-page-q[data-v-06565bc0] .el-drawer__body {
  background-color: rgb(var(--Grays-White));
  border-radius: 8px;
}
.title[data-v-06565bc0] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
}
.btn[data-v-06565bc0] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.dra-btn[data-v-06565bc0] {
  font-size: 14px;
  border-radius: 8px;
  padding: 23px;
  width: 100%;
  margin: 5px 0;
}
.btn1[data-v-06565bc0] {
  border: 1px solid #cccccc;
}
.btn1[data-v-06565bc0]:hover {
  background: #fbfbfb;
}
.drawer-title[data-v-06565bc0] {
  width: 100%;
  padding: 8px 0;
}
.drawer-title > div[data-v-06565bc0]:first-child {
  color: #070707;
  font-size: 32px;
  padding: 5px 0;
}
.drawer-title > div[data-v-06565bc0]:last-child:not(:first-of-type) {
  color: #878787;
  font-size: 14px;
}
.drawer-body[data-v-06565bc0] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}
.drawer-text[data-v-06565bc0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  font-size: 14px;
}
.drawer-text > div[data-v-06565bc0]:first-child {
  color: #878787;
}
[data-v-06565bc0] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-06565bc0] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-06565bc0] .el-pagination .el-pager li.is-active {
  color: #000;
}
[data-v-06565bc0] .el-pagination .el-pager li:hover {
  color: #000;
}
[data-v-06565bc0] .el-pagination button:hover {
  color: #000;
}

.flex[data-v-0bdbcaae] {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves[data-v-0bdbcaae] {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -40px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.content[data-v-0bdbcaae] {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
/* Animation */
.parallax > use[data-v-0bdbcaae] {
  animation: move-forever-0bdbcaae 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use[data-v-0bdbcaae]:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use[data-v-0bdbcaae]:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use[data-v-0bdbcaae]:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use[data-v-0bdbcaae]:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever-0bdbcaae {
0% {
    transform: translate3d(-90px, 0, 0);
}
100% {
    transform: translate3d(85px, 0, 0);
}
}
.bolang[data-v-0bdbcaae] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dialog-heade[data-v-0eb21d95] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div:first-child .dialog-heade-text[data-v-0eb21d95] {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.dialog-heade > div:first-child .dialog-heade-desc[data-v-0eb21d95] {
  font-size: 14px;
  line-height: 20px;
}
.dialog-heade > div[data-v-0eb21d95]:last-child {
  cursor: pointer;
}
.btn2[data-v-0eb21d95] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.verification-container[data-v-0eb21d95] {
  display: flex;
  justify-content: space-between;
}
.verification-input[data-v-0eb21d95] {
  width: 54px;
  height: 54px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.verification-input[data-v-0eb21d95]:last-child {
  margin-right: 0;
}
.verification-input[data-v-0eb21d95]:focus {
  outline: none;
}
[data-v-0eb21d95] .el-form-item__label {
  color: #000;
}
[data-v-0eb21d95] .el-dialog.is-align-center {
  border-radius: 10px;
}
[data-v-0eb21d95] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-0eb21d95] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.form-class-label-tips .fclt-text {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 6px;
}
.form-class-label-tips .fclt-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.captcha-dialog .el-dialog__header {
  margin: 0;
}
.captcha-dialog .el-dialog__footer {
  padding: calc(var(--el-dialog-padding-primary) + 10px) calc(var(--el-dialog-padding-primary) + 20px);
}

.logo[data-v-121ce298] {
  position: fixed;
  left: 30px;
  top: 30px;
}
.sign[data-v-121ce298] {
  width: 100%;
  text-align: center;
  margin: 28px 0;
  font-size: 14px;
}
.sign > span[data-v-121ce298] {
  padding: 0 5px;
}
.sign > span[data-v-121ce298]:first-child {
  color: #4a5360;
}
.sign > span[data-v-121ce298]:last-child {
  color: #3567c7;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.wrap[data-v-121ce298] {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 15vh;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.wrap > div[data-v-121ce298] {
  width: 350px;
  height: 100%;
  overflow-y: scroll;
  padding: 0 100px;
}
.btn[data-v-121ce298] {
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  margin-top: 20px;
}
.forgot[data-v-121ce298] {
  text-align: right;
  color: #0f172a;
  font-size: 14px;
}
.menu[data-v-121ce298] {
  position: fixed;
  top: 10px;
  right: 30px;
  margin: 10px 0;
}
.verification[data-v-121ce298] {
  display: flex;
  align-items: center;
  padding: 10px 0 20px 0;
  justify-content: center;
}
.verification > div[data-v-121ce298]:last-child {
  padding-left: 50px;
}
.verification > div:last-child > div[data-v-121ce298] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 10px;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rotate360[data-v-121ce298] {
  animation: rotate360-121ce298 1s ease-out 0s;
}
@keyframes rotate360-121ce298 {
100% {
    transform: rotate(-360deg);
}
}
[data-v-121ce298] .el-form-item__label {
  color: black;
  font-size: 14px;
  padding-right: 0 !important;
}
[data-v-121ce298] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #276EF1 inset;
}

.dash-board-things-to-do[data-v-77b82a54] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-000, 0);
  flex: 1 0 0;
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
  height: 100%;
}
.dash-board-things-to-do .dash-board-things-to-do-header[data-v-77b82a54] {
  color: rgb(var(--Label-Strong, #000));
  width: 100%;
  box-sizing: border-box;
  padding: 32px 32px 12px 32px;
}
.dash-board-list-con[data-v-77b82a54] {
  overflow: scroll;
  flex: 1;
}
.dash-board-list[data-v-77b82a54] {
  height: 0;
}
.dash-board-list .dash-borad-item[data-v-77b82a54] {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.dash-board-list .dash-borad-item .dbi-left[data-v-77b82a54] {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-left .dbill-icon[data-v-77b82a54] {
  width: 48px;
  height: 48px;
  background-color: #3870FF0D;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-left .dbill-icon .dibill-icon-con[data-v-77b82a54] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-left .dbill-icon .dibill-icon-con .dbbill-icon-img[data-v-77b82a54] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right[data-v-77b82a54] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-title[data-v-77b82a54] {
  color: rgb(var(--Label-Normal));
  width: 100%;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-desc[data-v-77b82a54] {
  color: rgba(var(--Label-Alternative));
  white-space: pre-wrap;
  width: 100%;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac[data-v-77b82a54] {
  display: flex;
  gap: 16px;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-date[data-v-77b82a54] {
  color: rgba(var(--Label-Assistive));
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-status[data-v-77b82a54] {
  padding: 0px 6px;
  border-radius: 100px;
  background: #F5222D0D;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-status .dbill-status-dot[data-v-77b82a54] {
  width: 4px;
  height: 4px;
  background: #F5222D;
  border-radius: 50%;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-status .dbill-status-dot.style-0[data-v-77b82a54] {
  background: #3870FF;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-status .dbill-status-dot.style-1[data-v-77b82a54] {
  background: #FA8C16;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-status .dbill-status-dot.style-2[data-v-77b82a54] {
  background: #FA8C16;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-status .dbill-status-dot.style-3[data-v-77b82a54] {
  background: #F5222D;
}
.dash-board-list .dash-borad-item .dbi-left .dbil-right .dbill-ac .dbill-status .dbill-status-text[data-v-77b82a54] {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #00000099;
}
.dash-board-list .dash-borad-item .dbi-right .dbi-navi-btn[data-v-77b82a54] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.dash-board-list .dash-borad-item .dbi-right .dbi-navi-btn[data-v-77b82a54]:hover {
  cursor: pointer;
}
.dash-board-list .dash-borad-item .dbi-right .dbi-navi-btn:hover .dbi-navi-text[data-v-77b82a54] {
  color: #3870FF;
}
.dash-board-list .dash-borad-item .dbi-right .dbi-navi-btn:hover .dbi-navi-arrow[data-v-77b82a54] {
  color: #3870FF;
}
.dash-board-list .dash-borad-item .dbi-right .dbi-primary-btn .dbi-primary-btn-e[data-v-77b82a54] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  background: #3870FF;
}

.overview-page[data-v-440f015a] {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
  height: 100%;
}
.overview-page .overview-page-main[data-v-440f015a] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.overview-page .overview-page-main .overview-page-header[data-v-440f015a] {
  padding: 16px 0;
}
.overview-page .overview-page-main .overview-page-header .oph-title[data-v-440f015a] {
  color: rgb(var(--Label-Normal));
}
.overview-page .overview-page-main .overview-page-content[data-v-440f015a] {
  padding: var(--spacing-016, 16px) 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-016, 16px);
  flex: 1;
}
.overview-page .overview-page-main .overview-page-content .opc-content-top-row .opcct-list[data-v-440f015a] {
  display: flex;
  align-items: stretch;
  gap: var(--spacing-016, 16px);
  align-self: stretch;
}
.overview-page .overview-page-main .overview-page-content .opc-content-top-row .opcct-list .opcct-item[data-v-440f015a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-020, 20px);
  padding: var(--spacing-032, 32px);
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
}
.overview-page .overview-page-main .overview-page-content .opc-content-top-row .opcct-list .opcct-item .opccti-header[data-v-440f015a] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.overview-page .overview-page-main .overview-page-content .opc-content-top-row .opcct-list .opcct-item .opccti-header .opcctih-num[data-v-440f015a] {
  color: rgb(var(--Label-Normal));
}
.overview-page .overview-page-main .overview-page-content .opc-content-top-row .opcct-list .opcct-item .opccti-text-section[data-v-440f015a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-002, 2px);
  flex: 1 0 0;
}
.overview-page .overview-page-main .overview-page-content .opc-content-top-row .opcct-list .opcct-item .opccti-text-section .oppcctit-title[data-v-440f015a] {
  color: rgb(var(--Label-Normal));
}
.overview-page .overview-page-main .overview-page-content .opc-content-top-row .opcct-list .opcct-item .opccti-text-section .oppcctit-desc[data-v-440f015a] {
  color: rgba(var(--Label-Alternative));
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row[data-v-440f015a] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: var(--spacing-016, 16px);
  flex: 1;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column[data-v-440f015a] {
  flex: 1;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-things-todo[data-v-440f015a] {
  height: 100%;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column[data-v-440f015a] {
  flex: 1;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce[data-v-440f015a] {
  padding: var(--spacing-000, 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-000, 0);
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
  height: 100%;
  position: relative;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-header[data-v-440f015a] {
  display: flex;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-header .opcc-bw-header-main[data-v-440f015a] {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  border-radius: 20px;
  background: rgb(var(--Blue-99));
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-header .opcc-bw-header-main .opc-cbw-textsection[data-v-440f015a] {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  height: 24px;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-header .opcc-bw-header-main .opc-cbw-textsection .opccbw-title[data-v-440f015a] {
  color: rgb(var(--Label-Normal));
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-header .opcc-bw-header-main .opc-cbw-textsection .opccbw-content-badge[data-v-440f015a] {
  display: flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  color: rgb(var(--Status-Positive));
  background: rgba(var(--Status-Positive), 0.08);
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-header .opcc-bw-header-main .cpccbw-num[data-v-440f015a] {
  color: rgb(var(--Label-Normal));
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list[data-v-440f015a] {
  flex: 1;
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  overflow-y: scroll;
  box-sizing: border-box;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item[data-v-440f015a] {
  display: flex;
  padding: 0 32px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 8px;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-left[data-v-440f015a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: var(--spacing-024, 24px) 0;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-left .opccbwil-img[data-v-440f015a] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-right[data-v-440f015a] {
  padding: var(--spacing-024, 24px) 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-right .opccbwi-top[data-v-440f015a] {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: space-between;
  width: 100%;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-right .opccbwi-top .opccbwit-left[data-v-440f015a] {
  color: rgb(var(--Label-Normal));
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-right .opccbwi-top .opccbwit-right[data-v-440f015a] {
  color: rgba(var(--Label-Alternative));
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-right .opccbwi-line[data-v-440f015a] {
  display: flex;
  height: 4px;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-right .opccbwi-line .opccbwil-active[data-v-440f015a] {
  align-self: stretch;
  border-radius: var(--cornerRadius-max, 9999px);
  background: rgb(var(--Primary-Normal));
}
.overview-page .overview-page-main .overview-page-content .opc-content-bottom-row .opc-content-b-column .opc-cb-workforce .opc-cbw-list .opc-cbw-item .opccbwi-right .opccbwi-line .opccbwii-inactive[data-v-440f015a] {
  flex: 1;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: var(--cornerRadius-max, 9999px);
  background: rgba(var(--Fill-Strong));
}

.timeoff_error_tips > .timeoff_error_tips_row[data-v-7dc85366] {
  color: #f56c6c;
}
.timeoff_error_tips > .timeoff_error_tips_row[data-v-7dc85366]::before {
  content: "* ";
}
.bg[data-v-7dc85366] {
  width: 100%;
  border-radius: 8px;
  padding: 5px 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-heade[data-v-7dc85366] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-7dc85366]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-7dc85366]:last-child {
  cursor: pointer;
}
.avates[data-v-7dc85366] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-7dc85366] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-7dc85366]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-7dc85366] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-7dc85366] {
  border: 1px solid #cccccc;
}
.btn1[data-v-7dc85366]:hover {
  background: #fbfbfb;
}
.btn2[data-v-7dc85366] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-7dc85366] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-7dc85366] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-7dc85366] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-7dc85366] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-7dc85366] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-7dc85366] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-7dc85366] .el-tabs__item.is-active {
  color: #000;
}
[data-v-7dc85366] .el-tabs__active-bar {
  background: #000;
}
[data-v-7dc85366] .el-tabs__item {
  color: #878797;
}
[data-v-7dc85366] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}

.overtime-popper {
  scale: 0.85;
  transform-origin: top;
}

.coll-title[data-v-47b2475a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-47b2475a]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.coll-list[data-v-47b2475a] {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.coll-list > div[data-v-47b2475a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-47b2475a] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-47b2475a]:nth-child(even) {
  background: #f5f5f5;
}
.coll-list > div[data-v-47b2475a]:last-child {
  background: none;
}
.coll-list .coll-bottom[data-v-47b2475a] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.coll-list .coll-bottom > div[data-v-47b2475a] {
  flex: 1;
}
.coll-wrap[data-v-47b2475a] {
  width: 100%;
  background: #f5f5f5;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-47b2475a] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-47b2475a] {
  width: 50%;
  min-height: 120px;
  overflow-y: scroll;
  border-radius: 8px;
  background: white;
}
.coll-content-aside[data-v-47b2475a] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  min-height: 120px;
  overflow-y: scroll;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-47b2475a] {
  height: 369px;
}
.el-row[data-v-47b2475a] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-47b2475a] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-47b2475a] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-47b2475a] {
  border: 1px solid #cccccc;
}
.btn1[data-v-47b2475a]:hover {
  background: #fbfbfb;
}
.input[data-v-47b2475a] {
  width: 250px;
}
.data-not[data-v-47b2475a] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-47b2475a]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-47b2475a] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.collapse[data-v-47b2475a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-47b2475a]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-47b2475a] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-47b2475a]:nth-child(even) {
  font-size: 40px;
}
.photo[data-v-47b2475a] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-47b2475a] {
  width: 100%;
  height: 100%;
}

.coll-title[data-v-1704df5b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-1704df5b]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.coll-list[data-v-1704df5b] {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.coll-list > div[data-v-1704df5b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-1704df5b] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-1704df5b]:nth-child(even) {
  background: #f5f5f5;
}
.coll-list > div[data-v-1704df5b]:last-child {
  background: none;
}
.coll-wrap[data-v-1704df5b] {
  width: 100%;
  background: #f5f5f5;
  min-height: 120px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-1704df5b] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-1704df5b] {
  width: 50%;
  min-height: 120px;
  overflow-y: scroll;
  border-radius: 8px;
  background: white;
}
.coll-content-aside[data-v-1704df5b] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  min-height: 120px;
  overflow-y: scroll;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-1704df5b] {
  height: 369px;
}
.el-row[data-v-1704df5b] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-1704df5b] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-1704df5b] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-1704df5b] {
  border: 1px solid #cccccc;
}
.btn1[data-v-1704df5b]:hover {
  background: #fbfbfb;
}
.input[data-v-1704df5b] {
  width: 250px;
}
.data-not[data-v-1704df5b] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-1704df5b]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.coll-item[data-v-1704df5b] {
  width: 98%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.coll-item > div[data-v-1704df5b] {
  background: white;
  border-radius: 8px;
  width: 30.5%;
  padding: 10px;
  display: flex;
  min-height: 70px;
}
.coll-item > div > div[data-v-1704df5b] {
  padding-left: 8px;
}
.coll-item > div > div > div[data-v-1704df5b]:first-child {
  font-weight: 600;
}
.coll-item > div > div > div[data-v-1704df5b]:last-child {
  color: #878787;
}
.row-name[data-v-1704df5b] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.collapse[data-v-1704df5b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-1704df5b]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-1704df5b] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-1704df5b]:nth-child(even) {
  font-size: 40px;
}
.photo[data-v-1704df5b] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-1704df5b] {
  width: 100%;
  height: 100%;
}
[data-v-1704df5b] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-1704df5b] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-1704df5b] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-1704df5b] .el-tabs__item.is-active {
  color: #000;
}
[data-v-1704df5b] .el-tabs__active-bar {
  background: #000;
}
[data-v-1704df5b] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-1704df5b] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-1704df5b] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-1704df5b] .el-tabs__item:hover {
  color: #878797;
}
[data-v-1704df5b] .collapse-title {
  flex: 1 0 90%;
  order: 1;
}
[data-v-1704df5b] .collapse-title .el-collapse-item__header {
  flex: 1 0 auto;
  order: -1;
}

.dialog-heade[data-v-7e2604c0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-7e2604c0]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-7e2604c0]:last-child {
  cursor: pointer;
}
.avates[data-v-7e2604c0] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-7e2604c0] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-7e2604c0]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-7e2604c0] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-7e2604c0] {
  border: 1px solid #cccccc;
}
.btn1[data-v-7e2604c0]:hover {
  background: #fbfbfb;
}
.btn2[data-v-7e2604c0] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-7e2604c0] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-7e2604c0] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-7e2604c0] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-7e2604c0] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-7e2604c0] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-7e2604c0] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-7e2604c0] .el-tabs__item.is-active {
  color: #000;
}
[data-v-7e2604c0] .el-tabs__active-bar {
  background: #000;
}
[data-v-7e2604c0] .el-tabs__item {
  color: #878797;
}
[data-v-7e2604c0] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}

.header[data-v-24a495c8] {
  display: flex;
  align-items: center;
  padding: 30px 0 10px 0;
}
.title[data-v-24a495c8] {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}
.pagination[data-v-24a495c8] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.password > div[data-v-24a495c8] {
  font-size: 14px;
  margin: 20px 0;
}
.password > div[data-v-24a495c8]:first-child {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
}
.password > div[data-v-24a495c8]:nth-child(3) {
  color: #878787;
}
.row-name[data-v-24a495c8] {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 8px;
  margin: 20px 0;
  padding: 10px 30px;
  justify-content: space-between;
  line-height: 20px;
}
.row-name > div[data-v-24a495c8]:first-child {
  display: flex;
  align-items: center;
}
.collapse[data-v-24a495c8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-24a495c8]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-24a495c8] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-24a495c8]:nth-child(even) {
  font-size: 40px;
}
.action[data-v-24a495c8] {
  display: flex;
  align-items: center;
}
.btn[data-v-24a495c8] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-24a495c8] {
  border: 1px solid #cccccc;
}
.btn1[data-v-24a495c8]:hover {
  background: #fbfbfb;
}
.btn2[data-v-24a495c8] {
  border: 1px solid #cccccc;
  color: red;
  padding: 20px;
  font-weight: 600;
}
.delete[data-v-24a495c8] {
  margin-left: 20px;
  cursor: pointer;
}
.photo[data-v-24a495c8] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-24a495c8] {
  width: 100%;
  height: 100%;
}
.dialog-heade[data-v-24a495c8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-24a495c8]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-24a495c8]:last-child {
  cursor: pointer;
}
[data-v-24a495c8] .el-collapse-item__wrap {
  border: none;
}
[data-v-24a495c8] .el-collapse-item__header {
  border: 1px solid #ebeef5;
  padding: 10px 0;
  border-radius: 8px;
}
[data-v-24a495c8] .el-form-item__label {
  color: #000;
}
[data-v-24a495c8] .el-dialog.is-align-center {
  border-radius: 10px;
}
[data-v-24a495c8] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-24a495c8] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-24a495c8] .el-collapse {
  border: none;
}
[data-v-24a495c8] .el-collapse-item {
  border: 1px solid #ebeef5;
  border-radius: 10px;
  margin: 20px 0;
}
[data-v-24a495c8] .el-tabs__item.is-active {
  color: #000;
}
[data-v-24a495c8] .el-tabs__active-bar {
  background: #000;
}
[data-v-24a495c8] .el-tabs__item {
  color: #878797;
}

.dialog-heade[data-v-f4486e42] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-f4486e42]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-f4486e42]:last-child {
  cursor: pointer;
}
.avates[data-v-f4486e42] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-f4486e42] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-f4486e42]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-f4486e42] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-f4486e42] {
  border: 1px solid #cccccc;
}
.btn1[data-v-f4486e42]:hover {
  background: #fbfbfb;
}
.btn2[data-v-f4486e42] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-f4486e42] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-f4486e42] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-f4486e42] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-f4486e42] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-f4486e42] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-f4486e42] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-f4486e42] .el-tabs__item.is-active {
  color: #000;
}
[data-v-f4486e42] .el-tabs__active-bar {
  background: #000;
}
[data-v-f4486e42] .el-tabs__item {
  color: #878797;
}
[data-v-f4486e42] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}

.bg[data-v-23d8a6c1] {
  width: 100%;
  border-radius: 8px;
  padding: 5px 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-heade[data-v-23d8a6c1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-23d8a6c1]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-23d8a6c1]:last-child {
  cursor: pointer;
}
.avates[data-v-23d8a6c1] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-23d8a6c1] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-23d8a6c1]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-23d8a6c1] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-23d8a6c1] {
  border: 1px solid #cccccc;
}
.btn1[data-v-23d8a6c1]:hover {
  background: #fbfbfb;
}
.btn2[data-v-23d8a6c1] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-23d8a6c1] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-23d8a6c1] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-23d8a6c1] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-23d8a6c1] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-23d8a6c1] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-23d8a6c1] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-23d8a6c1] .el-tabs__item.is-active {
  color: #000;
}
[data-v-23d8a6c1] .el-tabs__active-bar {
  background: #000;
}
[data-v-23d8a6c1] .el-tabs__item {
  color: #878797;
}
[data-v-23d8a6c1] .el-pagination .el-pager li.is-active {
  color: #000;
}
[data-v-23d8a6c1] .el-pagination .el-pager li:hover {
  color: #000;
}
[data-v-23d8a6c1] .el-pagination button:hover {
  color: #000;
}
[data-v-23d8a6c1] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}
[data-v-23d8a6c1] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-23d8a6c1] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-23d8a6c1] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-23d8a6c1] .el-input-group--prepend > .el-input__wrapper {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[data-v-23d8a6c1] .el-input-group__prepend {
  background: white;
}
input[data-v-23d8a6c1]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.dialog-heade[data-v-5f6aa4eb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-5f6aa4eb]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-5f6aa4eb]:last-child {
  cursor: pointer;
}
.avates[data-v-5f6aa4eb] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-5f6aa4eb] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-5f6aa4eb]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-5f6aa4eb] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-5f6aa4eb] {
  border: 1px solid #cccccc;
}
.btn1[data-v-5f6aa4eb]:hover {
  background: #fbfbfb;
}
.btn2[data-v-5f6aa4eb] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-5f6aa4eb] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-5f6aa4eb] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-5f6aa4eb] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-5f6aa4eb] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-5f6aa4eb] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-5f6aa4eb] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-5f6aa4eb] .el-tabs__item.is-active {
  color: #000;
}
[data-v-5f6aa4eb] .el-tabs__active-bar {
  background: #000;
}
[data-v-5f6aa4eb] .el-tabs__item {
  color: #878797;
}
[data-v-5f6aa4eb] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}

.row-name[data-v-d17f92e8] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.title[data-v-d17f92e8] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-d17f92e8] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-d17f92e8] {
  border: 1px solid #cccccc;
}
.btn1[data-v-d17f92e8]:hover {
  background: #fbfbfb;
}
.input[data-v-d17f92e8] {
  width: 250px;
}
.search[data-v-d17f92e8] {
  padding: 10px 0 30px 0;
}
.pagination[data-v-d17f92e8] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  margin-bottom: 100px;
}
.delete[data-v-d17f92e8] {
  cursor: pointer;
}
.photo[data-v-d17f92e8] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-d17f92e8] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.dialog-content[data-v-cd080b3e] {
  text-align: center;
}
.dialog-content > div[data-v-cd080b3e]:nth-child(2) {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
}
.dialog-content > p[data-v-cd080b3e] {
  line-height: 25px;
}
.dialog-content > p > span[data-v-cd080b3e] {
  color: #3567c7;
  text-decoration: underline;
  cursor: pointer;
}
.dialog-copy[data-v-cd080b3e] {
  width: 300px;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px auto;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog-copy > div[data-v-cd080b3e]:first-child {
  text-align: left;
}
.dialog-copy > div:first-child > div[data-v-cd080b3e]:last-child {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
}
.dialog-copy > div[data-v-cd080b3e]:last-child {
  background: white;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
}
.dialog-heade[data-v-cd080b3e] {
  text-align: right;
  cursor: pointer;
}
.row-name[data-v-cd080b3e] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.title[data-v-cd080b3e] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-cd080b3e] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-cd080b3e] {
  border: 1px solid #cccccc;
}
.btn1[data-v-cd080b3e]:hover {
  background: #fbfbfb;
}
.input[data-v-cd080b3e] {
  width: 250px;
}
.search[data-v-cd080b3e] {
  padding: 10px 0 30px 0;
}
.pagination[data-v-cd080b3e] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  margin-bottom: 100px;
}
.footer[data-v-cd080b3e] {
  width: calc(100% - var(--layout-left-width));
  box-sizing: border-box;
  border-top: 1px solid #efecef;
  background: #ffffff;
  z-index: 4;
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.footer1[data-v-cd080b3e] {
  text-align: center;
  color: #878787;
}
.footer2 > div[data-v-cd080b3e] {
  width: 100%;
  max-width: var(--layout-content-max-width);
  margin: 0 auto;
  padding: 0 var(--layout-content-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.footer2 > div > div > div[data-v-cd080b3e]:first-child {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
}
[data-v-cd080b3e] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-cd080b3e] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-cd080b3e] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-cd080b3e] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-cd080b3e] .el-icon {
  vertical-align: middle;
}
[data-v-cd080b3e] .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background: none;
}
[data-v-cd080b3e] .el-pagination .el-pager li.is-active {
  color: #000;
}
[data-v-cd080b3e] .el-pagination .el-pager li:hover {
  color: #000;
}
[data-v-cd080b3e] .el-pagination button:hover {
  color: #000;
}

.wallet-type-icon[data-v-3ce35611] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-type-icon .wallet-type-icon-img[data-v-3ce35611] {
  border: 1px solid rgba(var(--Line-Normal-Normal));
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
}
.wallet-type-icon .pclc-table-column-icon .pclc-table-column-icon-main[data-v-3ce35611] {
  width: 48px;
  height: 48px;
  border-radius: var(--cornerRadius-012, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-type-icon .pclc-table-column-icon .pclc-table-column-icon-main.is-plus[data-v-3ce35611] {
  background: rgba(var(--Atomic-Green), 0.08);
}
.wallet-type-icon .pclc-table-column-icon .pclc-table-column-icon-main.is-minus[data-v-3ce35611] {
  background: rgba(var(--Accent-Background-Cyan), 0.08);
}
.wallet-type-icon .pclc-table-column-icon .pclc-table-column-icon-main.commission[data-v-3ce35611] {
  background: rgba(255, 132, 9, 0.08);
}
.wallet-type-icon .pclc-table-column-icon .pclc-table-column-icon-main.conversion[data-v-3ce35611] {
  background: rgba(var(--Atomic-Violet-60), 0.08);
}

.wallet-transfer-details-container[data-v-5ad89244] .el-drawer__header {
  display: none;
}
.wallet-transfer-details-container[data-v-5ad89244] .el-drawer {
  background-color: transparent;
  padding: 16px;
  box-shadow: none;
  width: 472px !important;
}
.wallet-transfer-details-container[data-v-5ad89244] .el-drawer__body {
  background-color: rgb(var(--Grays-White));
  border-radius: 8px;
  padding: 0;
}

.wallet-transaction-details-drawer-main .wtddm-header {
  padding: 32px 32px 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--Separators-Non-opaque));
  margin-bottom: 4px;
}
.wallet-transaction-details-drawer-main .wtddm-header .wtddm-hr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wallet-transaction-details-drawer-main .wtddm-header .wtddm-hr .wtddm-hl-close-btn {
  cursor: pointer;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info {
  padding: 24px 32px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row .wt-il-recipient-id {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row .wt-il-recipient-id-text {
  color: rgb(var(--Colors-Blue));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-standout-info .wtddmm-standout-info-left .wt-il-recipient-transfer-row .wt-il-r-copy-btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  padding: 0;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main {
  padding: 8px 24px;
  border-radius: 14px;
  background: rgb(var(--Backgrounds-Secondar));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form {
  display: flex;
  flex-direction: column;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row {
  padding: 16px 0px;
  border-bottom: 0.5px solid rgba(var(--Separators-Non-opaque));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row:last-of-type {
  border-bottom: none;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-row-left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-row-left .wtddmm-nbf-label {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right .wtddmm-nbfr-text1 {
  color: rgb(var(--Labels-Primary));
  max-width: 220px;
  text-align: right;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-normal-bm-form .wtddmm-nbf-row .wtddmm-nbf-right .wtddmm-nbfr-text2 {
  transform: translateY(-1px);
  color: rgba(var(--Labels-Secondary));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-nbf-row-btn {
  height: 40px;
  padding: 9px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-nbf-row-btn:hover {
  opacity: 0.7;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-nbf-row-btn > span {
  color: rgb(var(--Colors-Blue));
  font-feature-settings: 'liga' off, 'clig' off;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-desc {
  color: rgba(var(--Labels-Secondary));
  margin-bottom: 4px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-other {
  color: rgb(var(--Labels-Primary));
  margin-bottom: 8px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-item .nphl-item-left .nphl-item-recall-status-tag {
  display: inline;
  padding: 4px 8px;
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
  border-radius: 17px;
  border-bottom: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .el-timeline-item__wrapper {
  padding-left: 36px;
}
.wallet-transaction-details-drawer-main .wtddm-main .wtddmm-normal-block .wtddmm-normal-block-main .wtddmm-history-log .wtddmm-history-log-list .nphl-dot {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-36%, 0);
  background: rgb(var(--Grays-White));
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}

.h-transaction-main[data-v-275ca5f4] {
  padding: 32px 32px 16px 32px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Backgrounds-Primary));
  position: relative;
}
.h-transaction-main .h-transcation-header[data-v-275ca5f4] {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-transaction-main .h-transcation-header .h-t-header-title[data-v-275ca5f4] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 20px;
}
.h-transaction-main .h-transcation-header .h-t-header-right[data-v-275ca5f4] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  font-size: 14px;
  cursor: pointer;
}
.h-transaction-main .h-t-table-wrapper[data-v-275ca5f4] .el-table::before {
  height: 0px;
}
.h-transaction-main .h-t-table-wrapper[data-v-275ca5f4] .el-table__row>td {
  border: none;
}
.h-transaction-main .h-t-table-wrapper[data-v-275ca5f4] .el-table__inner-wrapper::before {
  display: none;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main[data-v-275ca5f4] .diy-table {
  margin-left: -12px;
  width: calc(100% + 24px);
  padding-bottom: 0 !important;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main[data-v-275ca5f4] .el-table__cell {
  padding: 4px 0;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main .h-t-table-column[data-v-275ca5f4] {
  padding: 12px 0;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main .h-t-type[data-v-275ca5f4] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main .h-t-type .h-t-icon[data-v-275ca5f4] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main .h-t-type .h-t-text[data-v-275ca5f4] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main .h-t-detail[data-v-275ca5f4] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main .h-t-detail .h-t-detail-desc[data-v-275ca5f4] {
  color: rgb(var(--Labels-Primary));
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
}
.h-transaction-main .h-t-table-wrapper .h-t-table-main .h-t-detail .h-t-detail-date[data-v-275ca5f4] {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px;
}

.wallet-currency-detail-page[data-v-7aca7dfb] {
  margin-top: 42px;
}
.wallet-currency-detail-page .wallet-currency-detail-row[data-v-7aca7dfb] {
  display: flex;
  gap: 16px;
}
.wallet-currency-detail-page .wallet-currency-detail-row > div[data-v-7aca7dfb] {
  flex: 1;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-card-row[data-v-7aca7dfb] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 24px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-card-row[data-v-7aca7dfb]:last-of-type {
  margin-bottom: 0;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-card-row .wcdc-row-title[data-v-7aca7dfb] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-card-row .wcdc-row-title .wcdc-row-title-text[data-v-7aca7dfb] {
  color: #00000066;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-card-row .wcdc-row-title .wcdc-row-title-tips[data-v-7aca7dfb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-card-row .wcdc-row-title .wcdc-row-title-tips .wcdc-row-title-tips-icon[data-v-7aca7dfb] {
  --size: 13.33px;
  --color: #00000066;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card[data-v-7aca7dfb] {
  width: 100%;
  flex-shrink: 0;
  border-radius: 24px;
  background: #F5F5F5;
  padding: 24px;
  box-sizing: border-box;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wallet-currency-detail-card-country[data-v-7aca7dfb] {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wallet-currency-detail-card-country .wcdc-country-logo[data-v-7aca7dfb] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wallet-currency-detail-card-country .wcdc-head-currency[data-v-7aca7dfb] {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wcdc-row-content .wcdc-row-ab[data-v-7aca7dfb] {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .available-balance[data-v-7aca7dfb] {
  margin-bottom: 16px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wcdc-row-content .wcdc-row-rb[data-v-7aca7dfb] {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .resverd-balance[data-v-7aca7dfb] {
  margin-bottom: 16px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wcdc-row-content .wcdc-row-pbr[data-v-7aca7dfb] {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wallet-currency-detail-card-btn-group[data-v-7aca7dfb] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wallet-currency-detail-card-btn-group .wcdc-btn-item[data-v-7aca7dfb] {
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.04);
  transition: opacity 0.1s ease;
  opacity: 1;
  cursor: pointer;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wallet-currency-detail-card-btn-group .wcdc-btn-item[data-v-7aca7dfb]:hover {
  opacity: 0.7;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rl .wallet-currency-detail-card .wallet-currency-detail-card-btn-group .wcdc-btn-item .wcdc-btn-item-text[data-v-7aca7dfb] {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rr .wcdrr-card[data-v-7aca7dfb] {
  padding: 24px;
  background: #FFF;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rr .wcdrr-card .wcdc-row-content .wcdc-row-content-copy-con[data-v-7aca7dfb] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rr .wcdrr-card .wcdc-row-content .wcdc-row-content-copy-con .wcdc-copy-text[data-v-7aca7dfb] {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.wallet-currency-detail-page .wallet-currency-detail-row .wallet-currency-detail-rr .wcdrr-card .wcdc-row-content .wcdc-row-content-copy-con .wcdc-copy-btn[data-v-7aca7dfb] {
  --color: #00000066;
  --size: 12px;
  cursor: pointer;
}
.wallet-currency-detail-page .wallet-currency-detail-table-container[data-v-7aca7dfb] {
  margin-top: 40px;
}

.wallet-page .wallet-saving-total[data-v-649f4d3a] {
  margin-bottom: 8px;
}
.wallet-page .wallet-saving-total .wallet-saving-total-mark[data-v-649f4d3a] {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
}
.wallet-page .wallet-saving-total .wallet-saving-total-num[data-v-649f4d3a] {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
}
.wallet-page .wallet-saving-total .wallet-saving-total-currency[data-v-649f4d3a] {
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  color: #000;
  margin-left: 0.5em;
}
.wallet-page .wallet-saving-estimate-time[data-v-649f4d3a] {
  color: #00000066;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.wallet-page .wallet-btn-row[data-v-649f4d3a] {
  margin-bottom: 40px;
}
.wallet-page .wallet-btn-row .wallet-btn-group[data-v-649f4d3a] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wallet-page .wallet-btn-row .wallet-btn-group .wallet-btn-item[data-v-649f4d3a] {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.04);
  gap: 6px;
  cursor: pointer;
  transition: opacity 0.1s ease;
  opacity: 1;
}
.wallet-page .wallet-btn-row .wallet-btn-group .wallet-btn-item[data-v-649f4d3a]:hover {
  opacity: 0.7;
}
.wallet-page .wallet-btn-row .wallet-btn-group .wallet-btn-item .wallet-btn-icon[data-v-649f4d3a] {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000066;
  transform: scale(0.8);
}
.wallet-page .wallet-btn-row .wallet-btn-group .wallet-btn-item .wallet-btn-icon > span[data-v-649f4d3a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-page .wallet-btn-row .wallet-btn-group .wallet-btn-item .wallet-btn-name[data-v-649f4d3a] {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.wallet-page .wallet-country-list-row[data-v-649f4d3a] {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
  margin-bottom: 40px;
}
.wallet-page .wallet-country-list-row .wallet-country-list[data-v-649f4d3a] {
  display: flex;
  gap: 16px;
}
.wallet-page .wallet-country-list-row .wallet-country-list > div[data-v-649f4d3a] {
  flex: 1;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item[data-v-649f4d3a] {
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.04);
  padding: 24px;
  cursor: pointer;
  transition: opacity 0.1s ease;
  opacity: 1;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item[data-v-649f4d3a]:hover {
  opacity: 0.7;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-head[data-v-649f4d3a] {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-head .wallet-cih-logo[data-v-649f4d3a] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-head .wallet-cih-currency[data-v-649f4d3a] {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-main[data-v-649f4d3a] {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-more .wallet-cih-logo-wallet[data-v-649f4d3a] {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-more .wallet-country-item-main-wallet[data-v-649f4d3a] {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-more .wallet-country-item-main-wallet .wcimw-text[data-v-649f4d3a] {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-more .wallet-country-item-main-wallet .wcimw-icon[data-v-649f4d3a] {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet-page .wallet-saving-total[data-v-6cdae0eb] {
  margin-bottom: 24px;
}
.wallet-page .wallet-saving-total .wallet-saving-title[data-v-6cdae0eb] {
  color: rgba(var(--Label-Alternative));
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-page .wallet-saving-total .wallet-saving-total-num[data-v-6cdae0eb] {
  line-height: normal;
}
.wallet-page .wallet-saving-total .wallet-saving-total-currency[data-v-6cdae0eb] {
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  color: #000;
  margin-left: 0.5em;
}
.wallet-page .wallet-saving-total .wallet-balance-page-total-balance[data-v-6cdae0eb] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-page .wallet-saving-total .wallet-balance-page-total-balance .wallet-balance-page-tb-title[data-v-6cdae0eb] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  line-height: 28px;
}
.wallet-page .wallet-saving-total .wallet-balance-page-total-balance .wallet-balance-page-tb-select[data-v-6cdae0eb] {
  transform: translateY(-2px);
}
.wallet-page .wallet-saving-total .wallet-balance-page-balance-number[data-v-6cdae0eb] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 36px;
}
.wallet-page .wallet-saving-total .wallet-balance-page-balance-date[data-v-6cdae0eb] {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  font-size: 14px;
  margin-top: 4px;
}
.wallet-page .wallet-saving-estimate-time[data-v-6cdae0eb] {
  color: rgba(var(--Label-Alternative));
  margin-bottom: 24px;
}
.wallet-page .wallet-btn-row[data-v-6cdae0eb] {
  margin-bottom: 40px;
}
.wallet-page .wallet-btn-row .wallet-btn-group[data-v-6cdae0eb] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wallet-page .wallet-btn-row .wallet-btn-group .wallet-btn-item .wallet-btn-icon[data-v-6cdae0eb] {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000066;
}
.wallet-page .wallet-btn-row .wallet-btn-group .wallet-btn-item .wallet-btn-icon > span[data-v-6cdae0eb] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-page .wallet-country-list-row[data-v-6cdae0eb] {
  display: flex;
  margin: 24px 0 32px 0;
  padding: 4px;
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  position: relative;
  height: 164px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
}
.wallet-page .wallet-country-list-row .wallet-country-list[data-v-6cdae0eb] {
  display: flex;
  gap: 4px;
  position: relative;
  width: 100%;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item-wrapper[data-v-6cdae0eb] {
  flex-shrink: 0;
  width: calc((100% / 5) - ((5 / 5) * 4px) - (1 / 5) * 48px);
  cursor: pointer;
  transition: opacity 0.1s ease;
  opacity: 1;
  border-radius: 20px;
  background: rgb(var(--Background-Normal-Neutral));
  box-sizing: border-box;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item-wrapper.abs[data-v-6cdae0eb] {
  width: 48px;
  height: 100%;
  border-radius: 20px;
  background: rgba(var(--Fill-Alternative));
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item-wrapper.abs .wallet-country-item-hack[data-v-6cdae0eb] {
  padding: 0;
  height: 100%;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item-wrapper.abs .wallet-country-item[data-v-6cdae0eb] {
  width: 48px;
  height: 100%;
  position: static;
  padding: 0;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item-hack[data-v-6cdae0eb] {
  position: relative;
  width: 100%;
  padding-top: 164px;
  overflow: hidden;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item[data-v-6cdae0eb] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: var(--spacing-lg, 24px);
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item[data-v-6cdae0eb]:hover {
  opacity: 0.7;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main[data-v-6cdae0eb] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-head[data-v-6cdae0eb] {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-head .wallet-cih-logo[data-v-6cdae0eb] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-content[data-v-6cdae0eb] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-content .wallet-country-item-curreny-title[data-v-6cdae0eb] {
  color: rgba(var(--Label-Alternative));
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-content .wallet-cim-mark[data-v-6cdae0eb] {
  color: rgba(var(--Label-Normal));
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-content .wallet-cim-total[data-v-6cdae0eb] {
  color: rgba(var(--Label-Normal));
}
.wallet-page .wallet-country-list-row .wallet-country-list .wallet-country-item .wallet-country-item-main .wallet-country-item-content .wallet-cih-currency[data-v-6cdae0eb] {
  color: rgba(var(--Label-Normal));
  margin-left: 4px;
}
.wallet-page .wallet-country-list-row .wallet-country-item-more2[data-v-6cdae0eb] {
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgb(var(--Background-Normal-Neutral));
  border-radius: 20px;
}
.wallet-page .wallet-country-list-row .wallet-country-item-more2[data-v-6cdae0eb] :hover {
  opacity: 0.7;
}
.wallet-page .wallet-for-you-container .wallet-for-you-list[data-v-6cdae0eb] {
  display: flex;
  gap: 16px;
}
.wallet-page .wallet-for-you-container .wallet-for-you-list .wallet-for-you-item[data-v-6cdae0eb] {
  padding: var(--spacing-lg, 24px);
  flex: 1;
  border-radius: var(--radius-sm, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.wallet-page .wallet-for-you-container .wallet-for-you-list .wallet-for-you-item[data-v-6cdae0eb]:hover {
  opacity: 0.7;
}
.wallet-page .wallet-for-you-container .wallet-for-you-list .wallet-for-you-item .wallet-for-you-item-main[data-v-6cdae0eb] {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.wallet-page .wallet-for-you-container .wallet-for-you-list .wallet-for-you-item .wallet-fyi-left .wallet-fyi-left-icon[data-v-6cdae0eb] {
  width: 48px;
  height: 48px;
  display: block;
}
.wallet-page .wallet-for-you-container .wallet-for-you-list .wallet-for-you-item .wallet-fyi-right[data-v-6cdae0eb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wallet-page .wallet-table-container[data-v-6cdae0eb] {
  margin-top: 32px;
  margin-bottom: 32px;
}

.dialog-heade[data-v-46b23ca2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-46b23ca2]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-46b23ca2]:last-child {
  cursor: pointer;
}
.avates[data-v-46b23ca2] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-46b23ca2] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-46b23ca2]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-46b23ca2] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-46b23ca2] {
  border: 1px solid #cccccc;
}
.btn1[data-v-46b23ca2]:hover {
  background: #fbfbfb;
}
.btn2[data-v-46b23ca2] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-46b23ca2] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-46b23ca2] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-46b23ca2] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-46b23ca2] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-46b23ca2] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-46b23ca2] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-46b23ca2] .el-tabs__item.is-active {
  color: #000;
}
[data-v-46b23ca2] .el-tabs__active-bar {
  background: #000;
}
[data-v-46b23ca2] .el-tabs__item {
  color: #878797;
}
[data-v-46b23ca2] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}

.header[data-v-3728c2aa] {
  display: flex;
  align-items: center;
  padding: 30px 0 10px 0;
}
.title[data-v-3728c2aa] {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}
.pagination[data-v-3728c2aa] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.password > div[data-v-3728c2aa] {
  font-size: 14px;
  margin: 20px 0;
}
.password > div[data-v-3728c2aa]:first-child {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
}
.password > div[data-v-3728c2aa]:nth-child(3) {
  color: #878787;
}
.row-name[data-v-3728c2aa] {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 8px;
  margin: 20px 0;
  padding: 10px 30px;
  line-height: 20px;
  justify-content: space-between;
}
.row-name > div[data-v-3728c2aa]:first-child {
  display: flex;
  align-items: center;
}
.collapse[data-v-3728c2aa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-3728c2aa]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-3728c2aa] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-3728c2aa]:nth-child(2n-1) {
  font-size: 40px;
}
.action[data-v-3728c2aa] {
  display: flex;
  align-items: center;
}
.btn[data-v-3728c2aa] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-3728c2aa] {
  border: 1px solid #cccccc;
}
.btn1[data-v-3728c2aa]:hover {
  background: #fbfbfb;
}
.btn2[data-v-3728c2aa] {
  border: 1px solid #cccccc;
  color: red;
  padding: 20px;
  font-weight: 600;
}
.delete[data-v-3728c2aa] {
  margin-left: 20px;
  cursor: pointer;
}
.photo[data-v-3728c2aa] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-3728c2aa] {
  width: 100%;
  height: 100%;
}
.dialog-heade[data-v-3728c2aa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-3728c2aa]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-3728c2aa]:last-child {
  cursor: pointer;
}
[data-v-3728c2aa] .el-collapse-item__wrap {
  border: none;
}
[data-v-3728c2aa] .el-collapse-item__header {
  border: 1px solid #ebeef5;
  padding: 10px 0;
  border-radius: 8px;
}
[data-v-3728c2aa] .el-form-item__label {
  color: #000;
}
[data-v-3728c2aa] .el-dialog.is-align-center {
  border-radius: 10px;
}
[data-v-3728c2aa] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-3728c2aa] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-3728c2aa] .el-collapse {
  border: none;
}
[data-v-3728c2aa] .el-collapse-item {
  border: 1px solid #ebeef5;
  border-radius: 10px;
  margin: 20px 0;
}
[data-v-3728c2aa] .el-tabs__item.is-active {
  color: #000;
}
[data-v-3728c2aa] .el-tabs__active-bar {
  background: #000;
}
[data-v-3728c2aa] .el-tabs__item {
  color: #878797;
}

.dialog-heade[data-v-371e692b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-371e692b]:first-child {
  display: flex;
  align-items: center;
}
.dialog-heade > div:first-child > div[data-v-371e692b]:last-child {
  font-size: 24px;
  padding-left: 10px;
}
.dialog-heade > div[data-v-371e692b]:last-child {
  cursor: pointer;
}
.btn[data-v-371e692b] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-371e692b] {
  border: 1px solid #cccccc;
}
.btn1[data-v-371e692b]:hover {
  background: #fbfbfb;
}

[data-v-05d264e6] .el-table__expanded-cell {
  padding: 0;
}
.dialog-heade[data-v-05d264e6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-05d264e6]:first-child {
  display: flex;
  align-items: center;
}
.dialog-heade > div:first-child > div[data-v-05d264e6]:last-child {
  font-size: 24px;
  padding-left: 10px;
}
.dialog-heade > div[data-v-05d264e6]:last-child {
  cursor: pointer;
}
.coll-subtitle[data-v-05d264e6] {
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 16px;
}
.footer[data-v-05d264e6] {
  width: calc(100% - 240px);
  border-top: 1px solid #efecef;
  background: #ffffff;
  z-index: 1;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.footer2 > div[data-v-05d264e6] {
  width: 100%;
  padding: 0 10% 0 5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer2 > div > div > div[data-v-05d264e6]:first-child {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
}
.coll-title[data-v-05d264e6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-05d264e6]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.payroll-detail-top[data-v-05d264e6] {
  border: 1px solid #00000026;
  border-radius: 8px;
  margin-bottom: 40px;
}
.payroll-detail-top .payroll-item[data-v-05d264e6] {
  padding: 24px 40px 24px 24px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc((100vw / 1920) * 240);
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}
.payroll-detail-top .payroll-item .pi-left[data-v-05d264e6] {
  flex: 1;
  display: flex;
  align-items: center;
}
.payroll-detail-top .payroll-item .pi-left .pil-l[data-v-05d264e6] {
  display: flex;
  align-items: center;
}
.payroll-detail-top .payroll-item .pi-left .pil-l .pill-date[data-v-05d264e6] {
  position: relative;
}
.payroll-detail-top .payroll-item .pi-left .pil-l .pill-date .pill-date-text[data-v-05d264e6] {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.payroll-detail-top .payroll-item .pi-left .pil-l .pill-date .pill-date-icon[data-v-05d264e6] {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.payroll-detail-top .payroll-item .pi-left .pil-m[data-v-05d264e6] {
  width: 1px;
  height: 56px;
  background-color: #0000001A;
  margin: 0 24px;
}
.payroll-detail-top .payroll-item .pi-left .pil-r[data-v-05d264e6] {
  display: flex;
  align-items: center;
  flex: 1;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-country-icon[data-v-05d264e6] {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-country-icon .pilr-cicon-image[data-v-05d264e6] {
  width: 100%;
  height: 100%;
  display: block;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-country-name[data-v-05d264e6] {
  font-size: 16px;
  line-height: 24px;
  color: #000000E5;
  margin-right: 16px;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress[data-v-05d264e6] {
  position: absolute;
  left: 360px;
  width: calc((100vw / 1920) * 500);
  top: 50%;
  transform: translateY(-50%);
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list[data-v-05d264e6] {
  display: flex;
  align-items: center;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli[data-v-05d264e6] {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli:first-of-type .pilr-pli-status[data-v-05d264e6] {
  left: 3px;
  transform: translate(0, -100%);
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli:first-of-type .pilr-pli-date[data-v-05d264e6] {
  left: 3px;
  transform: translate(0, 100%);
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-circle[data-v-05d264e6] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #256EF1;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-status[data-v-05d264e6] {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #00000099;
  white-space: nowrap;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-date[data-v-05d264e6] {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #000000E5;
  white-space: nowrap;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-line[data-v-05d264e6] {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: #256EF1;
  width: 100%;
  height: 2px;
  opacity: 0.1;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-line.active[data-v-05d264e6] {
  z-index: 7;
  opacity: 1;
}
.payroll-detail-top .payroll-item .pi-right .pir-total-text[data-v-05d264e6] {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #00000099;
  margin-bottom: 4px;
}
.payroll-detail-top .payroll-item .pi-right .pir-total[data-v-05d264e6] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #000000E5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.payroll-detail-top .payroll-item-line[data-v-05d264e6] {
  width: 100%;
  height: 1px;
  background: #0000001A;
}
.payroll-detail-top .payroll-detail-top-bottom[data-v-05d264e6] {
  padding: 20px 24px 20px 24px;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list[data-v-05d264e6] {
  display: flex;
  justify-content: space-between;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list .pdtb-list-item[data-v-05d264e6] {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list .pdtb-list-item .pdtb-li-name[data-v-05d264e6] {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #00000099;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list .pdtb-list-item .pdtb-li-value[data-v-05d264e6] {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000E5;
  display: flex;
  align-items: center;
  gap: 4px;
}
[data-v-05d264e6] .el-collapse-item {
  border-radius: 10px;
}
.coll-list[data-v-05d264e6] {
  width: 93%;
  margin: 0 auto;
}
.coll-list > div[data-v-05d264e6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-05d264e6] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-05d264e6]:nth-child(2n - 1) {
  background: #f5f5f5;
}
.coll-list > div[data-v-05d264e6]:last-child {
  background: none;
}
.coll-wrap[data-v-05d264e6] {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-05d264e6] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-05d264e6] {
  width: 50%;
  border-radius: 8px;
  background: white;
}
.el-row[data-v-05d264e6] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-05d264e6] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.btn[data-v-05d264e6] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-05d264e6] {
  border: 1px solid #cccccc;
}
.btn1[data-v-05d264e6]:hover {
  background: #fbfbfb;
}
.input[data-v-05d264e6] {
  width: 250px;
}
.data-not[data-v-05d264e6] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-05d264e6]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-05d264e6] {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 20px;
}
.pagination[data-v-05d264e6] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.photo[data-v-05d264e6] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.photo > img[data-v-05d264e6] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
a[data-v-05d264e6] {
  text-decoration: none;
}

.dialog-heade[data-v-1de72824] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-1de72824]:first-child {
  display: flex;
  align-items: center;
}
.dialog-heade > div:first-child > div[data-v-1de72824]:last-child {
  font-size: 24px;
  padding-left: 10px;
}
.dialog-heade > div[data-v-1de72824]:last-child {
  cursor: pointer;
}
.coll-subtitle[data-v-1de72824] {
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 16px;
}
.footer[data-v-1de72824] {
  width: calc(100% - 240px);
  border-top: 1px solid #efecef;
  background: #ffffff;
  z-index: 1;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.footer2 > div[data-v-1de72824] {
  width: 100%;
  padding: 0 10% 0 5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer2 > div .footer-total[data-v-1de72824] {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
}
.coll-title[data-v-1de72824] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-1de72824]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.payroll-detail-top[data-v-1de72824] {
  border: 1px solid #00000026;
  border-radius: 8px;
  margin-bottom: 40px;
}
.payroll-detail-top .payroll-item[data-v-1de72824] {
  padding: 24px 40px 24px 24px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc((100vw / 1920) * 240);
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}
.payroll-detail-top .payroll-item .pi-left[data-v-1de72824] {
  flex: 1;
  display: flex;
  align-items: center;
}
.payroll-detail-top .payroll-item .pi-left .pil-l[data-v-1de72824] {
  display: flex;
  align-items: center;
}
.payroll-detail-top .payroll-item .pi-left .pil-l .pill-date[data-v-1de72824] {
  position: relative;
}
.payroll-detail-top .payroll-item .pi-left .pil-l .pill-date .pill-date-text[data-v-1de72824] {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.payroll-detail-top .payroll-item .pi-left .pil-l .pill-date .pill-date-icon[data-v-1de72824] {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.payroll-detail-top .payroll-item .pi-left .pil-m[data-v-1de72824] {
  width: 1px;
  height: 56px;
  background-color: #0000001A;
  margin: 0 24px;
}
.payroll-detail-top .payroll-item .pi-left .pil-r[data-v-1de72824] {
  display: flex;
  align-items: center;
  flex: 1;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-country-icon[data-v-1de72824] {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-country-icon .pilr-cicon-image[data-v-1de72824] {
  width: 100%;
  height: 100%;
  display: block;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-country-name[data-v-1de72824] {
  font-size: 16px;
  line-height: 24px;
  color: #000000E5;
  margin-right: 16px;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress[data-v-1de72824] {
  position: absolute;
  left: 360px;
  width: calc((100vw / 1920) * 500);
  top: 50%;
  transform: translateY(-50%);
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list[data-v-1de72824] {
  display: flex;
  align-items: center;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli[data-v-1de72824] {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli:first-of-type .pilr-pli-status[data-v-1de72824] {
  left: 3px;
  transform: translate(0, -100%);
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli:first-of-type .pilr-pli-date[data-v-1de72824] {
  left: 3px;
  transform: translate(0, 100%);
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-circle[data-v-1de72824] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #256EF1;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-status[data-v-1de72824] {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #00000099;
  white-space: nowrap;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-date[data-v-1de72824] {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #000000E5;
  white-space: nowrap;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-line[data-v-1de72824] {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: #256EF1;
  width: 100%;
  height: 2px;
  opacity: 0.1;
}
.payroll-detail-top .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-line.active[data-v-1de72824] {
  z-index: 7;
  opacity: 1;
}
.payroll-detail-top .payroll-item .pi-right .pir-total-text[data-v-1de72824] {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #00000099;
  margin-bottom: 4px;
}
.payroll-detail-top .payroll-item .pi-right .pir-total[data-v-1de72824] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #000000E5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.payroll-detail-top .payroll-item-line[data-v-1de72824] {
  width: 100%;
  height: 1px;
  background: #0000001A;
}
.payroll-detail-top .payroll-detail-top-bottom[data-v-1de72824] {
  padding: 20px 24px 20px 24px;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list[data-v-1de72824] {
  display: flex;
  justify-content: space-between;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list .pdtb-list-item[data-v-1de72824] {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list .pdtb-list-item .pdtb-li-name[data-v-1de72824] {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #00000099;
}
.payroll-detail-top .payroll-detail-top-bottom .pdtb-list .pdtb-list-item .pdtb-li-value[data-v-1de72824] {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000E5;
  display: flex;
  align-items: center;
  gap: 4px;
}
[data-v-1de72824] .el-collapse-item {
  border-radius: 10px;
}
.coll-list[data-v-1de72824] {
  width: 93%;
  margin: 0 auto;
}
.coll-list > div[data-v-1de72824] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-1de72824] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-1de72824]:nth-child(2n - 1) {
  background: #f5f5f5;
}
.coll-list > div[data-v-1de72824]:last-child {
  background: none;
}
.coll-wrap[data-v-1de72824] {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-1de72824] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-1de72824] {
  width: 50%;
  height: 370px;
  border-radius: 8px;
  background: white;
}
.el-row[data-v-1de72824] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-1de72824] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.btn[data-v-1de72824] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-1de72824] {
  border: 1px solid #cccccc;
}
.btn1[data-v-1de72824]:hover {
  background: #fbfbfb;
}
.input[data-v-1de72824] {
  width: 250px;
}
.data-not[data-v-1de72824] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-1de72824]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-1de72824] {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 20px;
}
.pagination[data-v-1de72824] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.photo[data-v-1de72824] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.photo > img[data-v-1de72824] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
a[data-v-1de72824] {
  text-decoration: none;
}
[data-v-1de72824] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-1de72824] .el-tabs__item.is-active {
  color: #000;
}
[data-v-1de72824] .el-tabs__active-bar {
  background: #000;
}
[data-v-1de72824] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-1de72824] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-1de72824] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-1de72824] .el-tabs__item.is-active {
  color: #000;
}
[data-v-1de72824] .el-tabs__active-bar {
  background: #000;
}
[data-v-1de72824] .el-tabs__item {
  color: #878797;
}
[data-v-1de72824] .el-textarea__inner {
  border-radius: 8px;
}
[data-v-1de72824] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-1de72824] .collapse-title {
  flex: 1 0 90%;
  order: 1;
}
[data-v-1de72824] .collapse-title .el-collapse-item__header {
  flex: 1 0 auto;
  order: -1;
}
.coll-content-aside[data-v-1de72824] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  height: 370px;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-1de72824] {
  height: 369px;
}

.dialog-heade[data-v-6695af9e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-6695af9e]:first-child {
  display: flex;
  align-items: center;
}
.dialog-heade > div:first-child > div[data-v-6695af9e]:last-child {
  font-size: 24px;
  padding-left: 10px;
}
.dialog-heade > div[data-v-6695af9e]:last-child {
  cursor: pointer;
}
.payroll-list .payroll-item[data-v-6695af9e] {
  padding: 24px 40px 24px 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border: 1px solid #00000026;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  gap: calc((100vw / 1920) * 240);
  position: relative;
}
.payroll-list .payroll-item[data-v-6695af9e]:hover {
  border-color: #3870FF;
}
.payroll-list .payroll-item[data-v-6695af9e]:last-of-type {
  margin-bottom: 0;
}
.payroll-list .payroll-item .pi-left[data-v-6695af9e] {
  flex: 1;
  display: flex;
  align-items: center;
}
.payroll-list .payroll-item .pi-left .pil-l[data-v-6695af9e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.payroll-list .payroll-item .pi-left .pil-l .pill-date-year[data-v-6695af9e] {
  font-size: 10px;
  font-weight: 500;
  color: #00000099;
}
.payroll-list .payroll-item .pi-left .pil-l .pill-date[data-v-6695af9e] {
  position: relative;
}
.payroll-list .payroll-item .pi-left .pil-l .pill-date .pill-date-text[data-v-6695af9e] {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.payroll-list .payroll-item .pi-left .pil-l .pill-date .pill-date-icon[data-v-6695af9e] {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.payroll-list .payroll-item .pi-left .pil-m[data-v-6695af9e] {
  width: 1px;
  height: 56px;
  background-color: #0000001A;
  margin: 0 24px;
}
.payroll-list .payroll-item .pi-left .pil-r[data-v-6695af9e] {
  display: flex;
  align-items: center;
  flex: 1;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-country-icon[data-v-6695af9e] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-country-icon .pilr-cicon-image[data-v-6695af9e] {
  width: 100%;
  height: 100%;
  display: block;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-country-name[data-v-6695af9e] {
  font-size: 16px;
  line-height: 24px;
  color: #000000E5;
  margin-right: 16px;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress[data-v-6695af9e] {
  position: absolute;
  left: 400px;
  width: calc((100vw / 1920) * 500);
  top: 50%;
  transform: translateY(-50%);
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list[data-v-6695af9e] {
  display: flex;
  align-items: center;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli[data-v-6695af9e] {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli:first-of-type .pilr-pli-status[data-v-6695af9e] {
  left: 3px;
  transform: translate(0, -100%);
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli:first-of-type .pilr-pli-date[data-v-6695af9e] {
  left: 3px;
  transform: translate(0, 100%);
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-circle[data-v-6695af9e] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #256EF1;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-status[data-v-6695af9e] {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #00000099;
  white-space: nowrap;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-list .pilr-pli .pilr-pli-date[data-v-6695af9e] {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #000000E5;
  white-space: nowrap;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-line[data-v-6695af9e] {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 5;
  background-color: #256EF1;
  width: 100%;
  height: 2px;
  opacity: 0.1;
}
.payroll-list .payroll-item .pi-left .pil-r .pilr-progress .pilr-progress-line.active[data-v-6695af9e] {
  z-index: 7;
  opacity: 1;
}
.payroll-list .payroll-item .pi-right .pir-total[data-v-6695af9e] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #000000E5;
  display: flex;
  align-items: center;
  gap: 4px;
}
.coll-subtitle[data-v-6695af9e] {
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 16px;
}
.footer[data-v-6695af9e] {
  width: calc(100% - var(--layout-left-width));
  box-sizing: border-box;
  border-top: 1px solid #efecef;
  background: #ffffff;
  z-index: 1;
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.footer2 > div[data-v-6695af9e] {
  width: 100%;
  padding: 0 var(--layout-content-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.footer2 > div > div > div[data-v-6695af9e]:first-child {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
}
.coll-title[data-v-6695af9e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-6695af9e]:first-child {
  font-weight: bold;
  font-size: 18px;
}
[data-v-6695af9e] .el-collapse-item {
  border-radius: 10px;
}
.coll-list[data-v-6695af9e] {
  width: 93%;
  margin: 0 auto;
}
.coll-list > div[data-v-6695af9e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-6695af9e] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-6695af9e]:nth-child(2n - 1) {
  background: #f5f5f5;
}
.coll-list > div[data-v-6695af9e]:last-child {
  background: none;
}
.coll-wrap[data-v-6695af9e] {
  width: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-6695af9e] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-6695af9e] {
  width: 50%;
  height: 370px;
  border-radius: 8px;
  background: white;
}
.el-row[data-v-6695af9e] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-6695af9e] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-6695af9e] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-6695af9e] {
  border: 1px solid #cccccc;
}
.btn1[data-v-6695af9e]:hover {
  background: #fbfbfb;
}
.input[data-v-6695af9e] {
  width: 250px;
}
.data-not[data-v-6695af9e] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-6695af9e]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-6695af9e] {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 20px;
}
.pagination[data-v-6695af9e] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.photo[data-v-6695af9e] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.photo > img[data-v-6695af9e] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
a[data-v-6695af9e] {
  text-decoration: none;
}
[data-v-6695af9e] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-6695af9e] .el-tabs__item.is-active {
  color: #000;
}
[data-v-6695af9e] .el-tabs__active-bar {
  background: #000;
}
[data-v-6695af9e] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-6695af9e] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-6695af9e] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-6695af9e] .el-tabs__item {
  color: #878797;
}
[data-v-6695af9e] .el-textarea__inner {
  border-radius: 8px;
}
[data-v-6695af9e] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-6695af9e] .collapse-title {
  flex: 1 0 90%;
  order: 1;
}
[data-v-6695af9e] .collapse-title .el-collapse-item__header {
  flex: 1 0 auto;
  order: -1;
}
.coll-content-aside[data-v-6695af9e] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  height: 370px;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-6695af9e] {
  height: 369px;
}

.project-landing-agree[data-v-3f66a9c8] {
  width: 100%;
  display: flex;
  padding: var(--spacing-032, 32px);
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing-032, 32px);
  border-radius: var(--cornerRadius-008, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.project-landing-agree .plpc-main .plpcm-checkbox-list[data-v-3f66a9c8] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: var(--spacing-032, 32px);
}
.project-landing-agree .plpc-main .plpcm-checkbox-list .pdpcm-checkbox-item[data-v-3f66a9c8] {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.project-landing-agree .plpc-main .plpcm-checkbox-list .pdpcm-checkbox-item .pdpcm-name[data-v-3f66a9c8] {
  color: var(--Label-Normal);
}
.project-landing-agree .plpc-footer .plpc-footer-btn-group[data-v-3f66a9c8] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-landing-agree .plpc-footer .plpc-footer-btn-group > div[data-v-3f66a9c8] {
  width: 100%;
}

.project-landing-complete[data-v-e762b366] {
  width: 100%;
  display: flex;
  padding: var(--spacing-032, 32px);
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing-032, 32px);
  border-radius: var(--cornerRadius-008, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.project-landing-complete .plpc-main[data-v-e762b366] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-landing-complete .plpc-main .plpc-tick[data-v-e762b366] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-landing-complete .plpc-main .plpc-desc[data-v-e762b366] {
  color: var(--Label-Normal);
  text-align: center;
  white-space: pre-line;
}
.project-landing-complete .plpc-footer .plpc-footer-btn-group[data-v-e762b366] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-landing-complete .plpc-footer .plpc-footer-btn-group > div[data-v-e762b366] {
  width: 100%;
}

.project-landing-page[data-v-630e2137] {
  width: 100vw;
  height: 100vh;
  background: var(--Blue-99, #F7F9FF);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project-landing-page .project-landing-page-header[data-v-630e2137] {
  position: absolute;
  top: 41px;
  left: 44px;
}
.project-landing-page .project-landing-page-content[data-v-630e2137] {
  width: 559px;
  margin: 0 auto;
}
.project-landing-page .project-landing-page-content .plpc-head[data-v-630e2137] {
  width: 100%;
  box-sizing: border-box;
  padding: 32px 0;
}
.project-landing-page .project-landing-page-content .plpc-head .plpc-title[data-v-630e2137] {
  height: 24;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-landing-page .project-landing-page-content .plpc-main[data-v-630e2137] {
  width: 100%;
}

.dialog-heade[data-v-3374ecf2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
}
.dialog-heade > div[data-v-3374ecf2]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-3374ecf2]:last-child {
  cursor: pointer;
}
.xero-common-mark-footer[data-v-3374ecf2] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 12px;
}

.invoice-detail-pop-com[data-v-28508e87] {
  position: relative;
}
.invoice-detail-pop-com[data-v-28508e87] .el-drawer__header {
  display: none;
}
.invoice-detail-pop-com[data-v-28508e87] .el-drawer {
  background-color: transparent;
  padding: 16px;
  box-shadow: none;
}
.invoice-detail-pop-com[data-v-28508e87] .el-drawer__body {
  background-color: rgb(var(--Grays-White));
  border-radius: 8px;
  padding: 0;
}
.invoice-detail-pop-com .invoice-detail-pop-header[data-v-28508e87] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  line-height: 28px;
  font-size: 17px;
  color: #1e1e2a;
}
.invoice-detail-pop-com .invoice-detail-pop-content[data-v-28508e87] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.invoice-detail-pop-com .invoice-detail-pop-footer[data-v-28508e87] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-detail-pop-com .invoice-detail-pri-sta[data-v-28508e87] {
  padding: 16px 32px;
  box-sizing: border-box;
}
.invoice-detail-pop-com .invoice-detail-pri-sta .invoice-detail-status[data-v-28508e87] {
  margin-bottom: 16px;
}
.invoice-detail-pop-com .invoice-detail-pri-sta .invoice-detail-price[data-v-28508e87] {
  color: #1e1e2a;
  font-size: 28px;
}
.invoice-detail-pop-com .invoice-detail-pri-sta .invoice-detail-price.VOIDED[data-v-28508e87],
.invoice-detail-pop-com .invoice-detail-pri-sta .invoice-detail-price.DELETED[data-v-28508e87] {
  text-decoration: line-through;
}
.invoice-detail-pop-com .invoice-detail-pri-sta .invoice-detail-operator-list[data-v-28508e87] {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}
.invoice-detail-pop-com .invoice-detail-divider[data-v-28508e87] {
  width: 100%;
  height: 1px;
  background-color: rgba(112, 115, 147, 0.1);
}
.invoice-detail-pop-com .invoice-detail-list[data-v-28508e87] {
  padding: 16px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.invoice-detail-pop-com .invoice-detail-list .invoice-detail-item[data-v-28508e87] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #535461;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.invoice-detail-pop-com .invoice-detail-list .invoice-detail-item .invoice-detail-item-right[data-v-28508e87] {
  color: #1e1e2a;
}
.invoice-detail-pop-com .invoice-detail-pop-bottom[data-v-28508e87] {
  padding: 16px 32px;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}
.invoice-detail-pop-com .dra-btn[data-v-28508e87] {
  font-size: 14px;
  border-radius: 8px;
  padding: 23px;
  width: 100%;
  margin: 5px 0;
}
.invoice-detail-pop-com .btn1[data-v-28508e87] {
  border: 1px solid #cccccc;
}
.invoice-detail-pop-com .btn1[data-v-28508e87]:hover {
  background: #fbfbfb;
}

.invoice-detail-pop-com .el-drawer__header {
  padding: 16px 32px;
  border-bottom: 1px solid #0000001A;
  margin-bottom: 0;
}
.invoice-detail-pop-com .el-drawer {
  width: 440px !important;
}
.invoice-detail-pop-com .invoice-detail-pop-form .el-textarea__inner {
  padding: 5px 15px;
}
.invoice-detail-pop-com .el-drawer__body {
  padding: 0;
}
.invoice-detail-popper {
  padding: 0 !important;
}
.invoice-detail-popper .invoice-detail-more-list {
  padding: 4px;
}
.invoice-detail-popper .invoice-detail-more-list .invoice-detail-more-item {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.1s ease;
}
.invoice-detail-popper .invoice-detail-more-list .invoice-detail-more-item:hover {
  background-color: rgba(112, 115, 147, 0.1);
}
.invoice-detail-popper .invoice-detail-more-list .invoice-detail-delete-item {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.1s ease;
  color: #d03275;
}
.invoice-detail-popper .invoice-detail-more-list .invoice-detail-delete-item:hover {
  background-color: rgba(112, 115, 147, 0.1);
}

.project-details-container[data-v-5c6b0d56] .el-drawer__header {
  display: none;
}
.project-details-container[data-v-5c6b0d56] .el-drawer {
  background-color: transparent;
  padding: 16px;
  box-shadow: none;
  width: 472px !important;
}
.project-details-container[data-v-5c6b0d56] .el-drawer__body {
  background-color: rgb(var(--Grays-White));
  border-radius: 8px;
  padding: 0;
}

.project-details-drawer-main .project-pj-detail-header {
  padding: 32px 32px 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--Separators-Non-opaque));
  margin-bottom: 4px;
}
.project-details-drawer-main .project-pj-detail-header .project-pj-detail-hr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.project-details-drawer-main .project-pj-detail-header .project-pj-detail-hr .project-pj-detail-hl-close-btn {
  cursor: pointer;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-header-row {
  padding: 32px 32px 16px 32px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-header-row .ppjdm-header-row-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-header-row .ppjdm-header-row-top .ppjdm-header-row-top-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-header-row .ppjdm-header-row-top .ppjdm-header-row-top-left .ppjdm-hrtl-desc {
  color: rgba(var(--Label-Alternative));
  display: flex;
  align-items: center;
  gap: 6px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-header-row .ppjdm-header-row-top .ppjdm-header-row-top-left .ppjdm-hrtl-desc .ppjdm-hrtl-desc-dot {
  width: 4px;
  height: 4px;
  background-color: rgba(var(--Label-Assistive));
  border-radius: 50%;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-header-row .ppjdm-header-row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-header-row .ppjdm-header-row-btn .ppjdm-hrb {
  flex: 1;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row {
  padding: 16px 32px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row .ppjdm-or-title {
  margin-bottom: 16px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row .ppjdm-or-desc {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgb(var(--Label-Normal));
  text-overflow: ellipsis;
  overflow: hidden;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row .ppjdm-or-list {
  display: flex;
  flex-direction: column;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row .ppjdm-or-list .ppjdm-or-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(var(--Line-Normal-Alternative));
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row .ppjdm-or-list .ppjdm-or-item:last-of-type {
  border-bottom: none;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row .ppjdm-or-list .ppjdm-or-item .ppjdm-or-item-label {
  color: rgba(var(--Label-Alternative));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-overview-row .ppjdm-or-list .ppjdm-or-item .ppjdm-or-item-value {
  color: rgb(var(--Label-Strong));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item.active .ppjdm-timeline-item-main .ppjdm-timeline-item-main-left .ppjdm-timeline-item-main-icon {
  background-color: rgb(var(--Primary-Normal));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item.active .ppjdm-timeline-item-main .ppjdm-timeline-item-main-left .ppjdm-timeline-item-main-icon .ppjdm-timi-finish {
  --color: rgb(var(--Static-White));
  --size: 6px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item.active .ppjdm-timeline-item-line::after {
  background-color: rgb(var(--Primary-Normal));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item.current .ppjdm-timeline-item-main-right {
  font-size: 13px;
  color: rgb(var(--Label-Normal)) !important;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-main {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-main .ppjdm-timeline-item-main-left .ppjdm-timeline-item-main-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--Line-Solid-Normal, #E1E2E4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-main .ppjdm-timeline-item-main-left .ppjdm-timeline-item-main-icon .ppjdm-timi-finish {
  --color: rgb(var(--Static-White));
  --size: 6px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-main .ppjdm-timeline-item-main-left .ppjdm-timeline-item-main-icon .ppjdm-timi-index {
  color: rgb(var(--Static-White));
  font-size: 12px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-main .ppjdm-timeline-item-main-right {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-main .ppjdm-timeline-item-main-right .ppjdm-timeline-imr-content {
  max-width: 220px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: rgb(var(--Label-Normal));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-main .ppjdm-timeline-item-main-right .ppjdm-timeline-imr-date {
  color: rgba(var(--Label-Alternative));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item:first-of-type .ppjdm-timeline-item-line {
  display: none;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-line {
  width: 20px;
  height: 20px;
  position: relative;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-timeline-row .ppjdm-timeline-list .ppjdm-timeline-item .ppjdm-timeline-item-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background-color: var(--Line-Solid-Normal, #E1E2E4);
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-header .ppjdm-imr-header-viewall {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  cursor: pointer;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--cornerRadius-008, 8px);
  background: rgb(var(--Background-Normal-Alternative));
  transition: opacity 0.1s ease;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item .ppjdm-imr-item-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item .ppjdm-imr-item-left .ppjdm-imril-title {
  color: rgb(var(--Label-Strong));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item .ppjdm-imr-item-left .ppjdm-imril-desc {
  color: rgba(var(--Label-Alternative));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item .ppjdm-imr-item-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item .ppjdm-imr-item-right .ppjdm-imril-money {
  color: rgb(var(--Label-Strong));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-management-row .ppjdm-imr-list .ppjdm-imr-item .ppjdm-imr-item-right .ppjdm-imril-more {
  --color: rgba(var(--Label-Assistive));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-imr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-invoice-agreement-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-invoice-agreement-list .ppjdm-invoice-agreement-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgb(var(--Background-Normal-Alternative));
  transition: opacity 0.1s ease;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-invoice-agreement-list .ppjdm-invoice-agreement-item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-invoice-agreement-list .ppjdm-invoice-agreement-item .ppjdm-invoice-ai-left .ppjdm-ial-img {
  width: 40px;
  height: 40px;
  display: block;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-invoice-agreement-list .ppjdm-invoice-agreement-item .ppjdm-invoice-ai-right .ppjdm-invoice-air-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgb(var(--Label-Normal));
  text-overflow: ellipsis;
  overflow: hidden;
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-invoice-agreement-list .ppjdm-invoice-agreement-item .ppjdm-invoice-ai-right .ppjdm-invoice-air-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
}
.project-details-drawer-main .project-pj-detail-main .ppjdm-invoice-agreement-row .ppjdm-invoice-agreement-list .ppjdm-invoice-agreement-item .ppjdm-invoice-ai-right .ppjdm-invoice-air-date {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
}

.project-project-table-divider[data-v-a704e9f4] {
  position: relative;
  left: calc(var(--content-to-left-side-distance) * -1);
  width: calc(100vw - var(--layout-left-width));
  height: 1px;
  background: rgba(var(--Line-Normal-Neutral));
}
.project-project-table-container[data-v-a704e9f4] {
  padding: var(--spacing-008, 8px) 0 var(--spacing-016, 16px) 0;
}
.project-page-project-list[data-v-a704e9f4] {
  padding: 16px 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.project-page-project-list .project-page-project-item[data-v-a704e9f4] {
  width: calc((100% - 38px) / 3);
  border-radius: 14px;
  border: solid 1px rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Backgrounds-Primary));
}
.project-page-project-list .project-page-project-item .pppi-main[data-v-a704e9f4] {
  display: flex;
  flex-direction: column;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-header[data-v-a704e9f4] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-header .pppih-title[data-v-a704e9f4] {
  font-size: 18px;
  color: rgb(var(--Label-Normal));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content[data-v-a704e9f4] {
  padding: 8px 16px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list[data-v-a704e9f4] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list .pppi-content-item[data-v-a704e9f4] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list .pppi-content-item .pppi-content-item-icon .pppi-cii-img[data-v-a704e9f4] {
  width: 16px;
  height: 16px;
  display: block;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-content .pppi-content-list .pppi-content-item .pppi-content-item-text[data-v-a704e9f4] {
  font-size: 13px;
  color: rgba(var(--Label-Neutral));
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer[data-v-a704e9f4] {
  padding: 12px 16px 16px 16px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group[data-v-a704e9f4] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group .pppi-footer-btn[data-v-a704e9f4] {
  flex: 1;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Neutral));
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group .pppi-fb-confirm[data-v-a704e9f4] {
  color: rgb(var(--Label-Normal));
  font-size: 13px;
}
.project-page-project-list .project-page-project-item .pppi-main .pppi-footer .pppi-footer-btn-group .pppi-fb-create[data-v-a704e9f4] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
  font-size: 13px;
}

.project-page .project-page-header[data-v-3ee506dc] {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-page .project-page-header .pph-left[data-v-3ee506dc] {
  font-size: 28px;
  color: rgb(var(--Label-Normal));
}
.project-page .project-page-header .pph-right .pph-create-btn[data-v-3ee506dc] {
  border-radius: 8px;
  height: 40px;
}
.project-page .project-page-header .pph-right .pph-create-btn .pph-create-btn-inside[data-v-3ee506dc] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.project-page .project-page-header .pph-right .pph-create-btn .pph-create-btn-inside .pph-create-btn-text[data-v-3ee506dc] {
  color: rgb(var(--Static-White));
  font-size: 15px;
}
.project-page .project-page-main .project-overview[data-v-3ee506dc] {
  padding: 16px 0;
}
.project-page .project-page-main .project-overview .project-overview-list[data-v-3ee506dc] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.project-page .project-page-main .project-overview .project-overview-list .project-overview-item[data-v-3ee506dc] {
  flex: 1;
  padding: var(--spacing-024, 24px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--cornerRadius-016, 16px);
  border: solid 1px rgba(var(--Line-Normal-Normal));
}
.project-page .project-page-main .project-overview .project-overview-list .project-overview-item .project-oi-title[data-v-3ee506dc] {
  font-size: 14px;
  color: rgba(var(--Label-Neutral));
}
.project-page .project-page-main .project-overview .project-overview-list .project-overview-item .project-oi-value[data-v-3ee506dc] {
  color: rgb(var(--Label-Normal));
  font-size: 22px;
}

.redirect-page[data-v-0a18da19] {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.referrals-table .referrals-table-header[data-v-6e724895] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.referrals-table .referrals-table-header .rth-title[data-v-6e724895] {
  color: rgb(var(--Label-Normal));
}
.referrals-table .referrals-table-header .rth-all[data-v-6e724895] {
  color: rgba(var(--Label-Alternative));
  cursor: pointer;
}
.referrals-table .referrals-table-head-row[data-v-6e724895] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.referrals-table .referrals-table-head-row .referrals-table-head-title[data-v-6e724895] {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.referrals-table .referrals-table-head-row .referrals-table-head-arrow[data-v-6e724895] {
  width: 20px;
  height: 20px;
  --color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referrals-table .referrals-table-main[data-v-6e724895] {
  width: 100%;
}

.referrals-page .title[data-v-52b294ac] {
  padding: 24px 0 16px 0;
  margin-bottom: 8px;
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.referrals-page .referrals-main[data-v-52b294ac] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block[data-v-52b294ac] {
  flex: 1;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite-top[data-v-52b294ac] {
  display: flex;
  justify-content: space-between;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite-top .riob-it-left[data-v-52b294ac] {
  padding-bottom: 32px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite-top .riob-it-left .riob-title[data-v-52b294ac] {
  color: rgb(var(--Label-Normal));
  margin-bottom: 12px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite-top .riob-it-left .riob-desc[data-v-52b294ac] {
  color: rgb(var(--Label-Normal));
  max-width: 372px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite-top .riob-it-left .riob-desc > span[data-v-52b294ac] {
  color: var(--Semantic-Primary-Normal, rgb(var(--Primary-Normal)));
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite-top .riob-it-right .riob-it-r-img[data-v-52b294ac] {
  width: 153px;
  display: block;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite .riob-invite-title[data-v-52b294ac] {
  color: rgba(var(--Label-Neutral));
  margin-bottom: 8px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite .riob-invite-main[data-v-52b294ac] {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border-bottom: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgba(var(--Line-Normal-Alternative));
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite .riob-invite-main .riob-invite-icons[data-v-52b294ac] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite .riob-invite-main .riob-invite-icons .ribo-invite-icon[data-v-52b294ac] {
  cursor: pointer;
  border: none;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-operate-block .riob-invite .riob-invite-main .riob-invite-icons .ribo-invite-icon .ribo-invite-img[data-v-52b294ac] {
  width: 24px;
  height: 24px;
  display: block;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block[data-v-52b294ac] {
  width: 348px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-header[data-v-52b294ac] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-header .rirb-header-title[data-v-52b294ac] {
  color: rgba(var(--Labels-Secondary));
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-header .common1-select[data-v-52b294ac] {
  line-height: 24px;
  transform: translateY(2px);
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-header .common1-select[data-v-52b294ac] .el-input {
  --el-input-height: 24px !important;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-header .common1-select[data-v-52b294ac] .el-input__wrapper {
  padding: 0 8px;
  box-shadow: none !important;
  border-radius: 6px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-header .common1-select[data-v-52b294ac] .el-input__inner {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  /* 14.003px */
  letter-spacing: 0.342px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-header .common1-select[data-v-52b294ac] .el-input__suffix-inner {
  margin-top: -3px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-divider[data-v-52b294ac] {
  margin: 32px 0;
  width: 100%;
  height: 1px;
  background: rgba(var(--Line-Normal-Normal));
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-client-referred .rirb-client-referred-t[data-v-52b294ac] {
  color: rgba(var(--Labels-Secondary));
  margin-bottom: 6px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-result-block .rirb-client-referred .rirb-client-referred-num[data-v-52b294ac] {
  color: rgb(var(--Label-Normal));
}
.referrals-page .referrals-main .referrals-row[data-v-52b294ac] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.referrals-page .referrals-main .referrals-row .referrals-row-block[data-v-52b294ac] {
  border-radius: 14px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Background-Normal-Normal));
  padding: 32px;
}
.referrals-page .referrals-main .referrals-row .referrals-invite-table-block[data-v-52b294ac] {
  flex: 1;
}

.btn1[data-v-f0542a4a] {
  border: 1px solid #cccccc;
}
.btn1[data-v-f0542a4a]:hover {
  background: #fbfbfb;
}
.btn2[data-v-f0542a4a] {
  border: 1px solid #cccccc;
}
.download[data-v-f0542a4a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.4);
}
.download > div[data-v-f0542a4a]:first-child {
  width: 70%;
}
.resources-content-second[data-v-f0542a4a] {
  display: flex;
  justify-content: space-between;
}
.resources-content-second > div[data-v-f0542a4a] {
  width: 45%;
}
.coll-list[data-v-f0542a4a] {
  width: 93%;
  margin: 0;
}
.coll-list > div[data-v-f0542a4a] {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-f0542a4a] {
  font-size: 16px;
  padding: 3px 8px 3px 0;
  color: #00000099;
}
.coll-list .coll-list-expand-item[data-v-f0542a4a] {
  position: relative;
  width: 100%;
}
.coll-list .coll-list-expand-item .coll-list-flex[data-v-f0542a4a] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.coll-list .coll-list-expand-item .contribution-line[data-v-f0542a4a] {
  display: flex;
  align-items: center;
}
.coll-list .coll-list-expand-item .contribution-line > span[data-v-f0542a4a] {
  margin-right: 16px;
}
.coll-list .coll-list-expand-item > .coll-expand-content[data-v-f0542a4a] {
  width: 100%;
  margin-top: 16px;
  padding-left: 16px;
  border-left: 1px solid #eaecf0;
  box-sizing: border-box;
}
.coll-list .coll-list-expand-item > .coll-expand-content .contribution-list[data-v-f0542a4a] {
  font-size: 14px;
}
.coll-list .coll-list-expand-item > .coll-expand-content .contribution-list .contribution-item[data-v-f0542a4a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.coll-list .coll-list-expand-item > .coll-expand-content .contribution-list .contribution-item .ci-left[data-v-f0542a4a] {
  width: 70%;
}
.coll-list .coll-list-expand-item .coll-arrow[data-v-f0542a4a] {
  background-color: #d9ecff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coll-list .coll-list-expand-item.expand .coll-arrow[data-v-f0542a4a] {
  transform: rotate(180deg);
}
.resources-content-title[data-v-f0542a4a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resources-wrap[data-v-f0542a4a] {
  border-radius: 8px;
  border: 1px solid #eaecf0;
  padding: 24px;
}
.resources-content[data-v-f0542a4a] {
  position: relative;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  padding: 24px;
}
.jlj-btn-group[data-v-f0542a4a] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid ;
  border-color: #dcdfe6 #dcdfe6 #dcdfe6 transparent;
}
.jlj-btn-group > button[data-v-f0542a4a] {
  width: 88px;
  height: 38px;
  box-sizing: border-box;
  border: none;
  background-color: #ffffff;
  color: #606266;
  cursor: pointer;
}
.jlj-btn-group > button.active[data-v-f0542a4a] {
  background-color: #276EF1;
  color: #ffffff;
}
.jlj-btn-group > button[data-v-f0542a4a]:nth-of-type(2n-1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.jlj-btn-group > button[data-v-f0542a4a]:nth-of-type(2n) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input[data-v-f0542a4a] {
  width: 600px;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dcdfe6 inset;
  display: flex;
  align-items: center;
}
[data-v-f0542a4a] input::-webkit-outer-spin-button,[data-v-f0542a4a] input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
[data-v-f0542a4a] input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-f0542a4a] .input .el-input__wrapper {
  box-shadow: none !important;
}
[data-v-f0542a4a] .el-form-item.is-error .input .el-input__wrapper {
  box-shadow: none !important;
}
[data-v-f0542a4a] .input .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: none !important;
}
.title[data-v-f0542a4a] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
}
.form[data-v-f0542a4a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
[data-v-f0542a4a] .el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-f0542a4a] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
.btn[data-v-f0542a4a] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
[data-v-f0542a4a] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-f0542a4a] .el-radio-button__inner:hover {
  color: #606206;
}
[data-v-f0542a4a] .resouce-el-btn:visited {
  background: inherit;
}

.logo[data-v-6f83b81c] {
  position: fixed;
  left: 30px;
  top: 30px;
}
.wrap[data-v-6f83b81c] {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 10vh;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.wrap > div[data-v-6f83b81c] {
  width: 350px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  padding: 0 100px;
}
.menu[data-v-6f83b81c] {
  position: fixed;
  top: 10px;
  right: 30px;
  margin: 10px 0;
}
[data-v-6f83b81c] .el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.subscription-page[data-v-324305cc] {
  background: rgb(var(--Background-Normal-Normal));
}
.subscription-page .subscription-page-header[data-v-324305cc] {
  padding: 16px 0;
}
.subscription-page .subscription-page-header .sph-title[data-v-324305cc] {
  color: rgb(var(--Label-Normal));
}
.subscription-page .subscription-page-header .sph-desc[data-v-324305cc] {
  color: rgba(var(--Label-Neutral));
}
.subscription-page .subscription-page-content[data-v-324305cc] {
  margin-top: 12px;
}
.subscription-page .subscription-page-content .spcm-row[data-v-324305cc] {
  width: 100%;
  padding: var(--spacing-008, 8px);
  border-radius: var(--cornerRadius-024, 24px);
  background: rgb(var(--Background-Normal-Normal));
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06), 0 0 39px 0 rgba(0, 0, 0, 0.06);
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main[data-v-324305cc] {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-008, 8px);
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-item[data-v-324305cc] {
  width: 100%;
  padding: var(--spacing-024, 24px);
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  box-sizing: border-box;
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-item .spcmrmi-left[data-v-324305cc] {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-item .spcmrmi-right[data-v-324305cc] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-item .spcmrmi-right .spcmrmir-label[data-v-324305cc] {
  color: rgb(var(--Label-Normal));
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-item .spcmrmi-right .spcmrmir-desc[data-v-324305cc] {
  color: rgba(var(--Label-Alternative));
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-left[data-v-324305cc] {
  width: 295px;
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-middle[data-v-324305cc] {
  flex: 1;
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-right[data-v-324305cc] {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 12px;
  padding: 0 24px;
}
.subscription-page .subscription-page-content .spcm-row .spcmr-main .spcmrm-right .spcmrmr-more .wallet-tc-more-icon[data-v-324305cc] .normalized-action-button {
  --normalized-button-border-radius: 50% !important;
}

.dialog-heade[data-v-71fea966] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
}
.dialog-heade > div[data-v-71fea966]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-71fea966]:last-child {
  cursor: pointer;
}
.import-pop-main .import-pop-tab .import-pm-top .import-example .import-example-link[data-v-71fea966] {
  text-align: center;
  cursor: pointer;
}
.import-pop-main .import-pop-tab .import-pm-top .import-example .import-example-link[data-v-71fea966]:hover {
  color: #276EF1;
}
.import-pop-main .import-pop-tab .import-pm-middle[data-v-71fea966] {
  padding: 0 20px;
  width: 100%;
}
.btn[data-v-71fea966] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-71fea966] {
  border: 1px solid #cccccc;
}
.btn1[data-v-71fea966]:hover {
  background: #fbfbfb;
}
.btn2[data-v-71fea966] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.upload[data-v-71fea966] {
  width: 100%;
  height: 40px;
  cursor: pointer;
  outline: 1px solid #f3f3f3;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all 0.5s;
}
.upload[data-v-71fea966] .el-upload {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: left;
}
.upload[data-v-71fea966] .el-upload > .progress {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.inputUp[data-v-71fea966] {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dcdfe6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inputUp > div[data-v-71fea966]:first-child {
  padding-left: 15px;
}
.inputUp > div[data-v-71fea966]:last-child {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  cursor: pointer;
  height: 100%;
  padding: 0 20px;
}
.inputUp > div:last-child > span[data-v-71fea966] {
  padding-left: 10px;
}
[data-v-71fea966] .el-form-item__label {
  color: #000;
}
[data-v-71fea966] .el-dialog.is-align-center {
  border-radius: 10px;
}
[data-v-71fea966] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-71fea966] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.row-name[data-v-6877618f] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.title[data-v-6877618f] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-6877618f] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-6877618f] {
  border: 1px solid #cccccc;
}
.btn1[data-v-6877618f]:hover {
  background: #fbfbfb;
}
.input[data-v-6877618f] {
  width: 250px;
}
.search[data-v-6877618f] {
  padding: 10px 0 30px 0;
}
.pagination[data-v-6877618f] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  margin-bottom: 100px;
}
.delete[data-v-6877618f] {
  cursor: pointer;
}
.photo[data-v-6877618f] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-6877618f] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.title[data-v-3c137f17] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-3c137f17] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-3c137f17] {
  border: 1px solid #cccccc;
}
.btn1[data-v-3c137f17]:hover {
  background: #fbfbfb;
}
.input[data-v-3c137f17] {
  width: 250px;
  margin-right: 12px;
}
.search[data-v-3c137f17] {
  padding: 10px 0 30px 0;
}
.row-name[data-v-3c137f17] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.pagination[data-v-3c137f17] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.photo[data-v-3c137f17] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-3c137f17] {
  width: 100%;
  height: 100%;
}
[data-v-3c137f17] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-3c137f17] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-3c137f17] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-3c137f17] .el-tabs__item.is-active {
  color: #000;
}
[data-v-3c137f17] .el-tabs__active-bar {
  background: #000;
}
[data-v-3c137f17] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-3c137f17] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-3c137f17] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}

.timeoff_error_tips > .timeoff_error_tips_row[data-v-3c62d360] {
  color: #f56c6c;
}
.timeoff_error_tips > .timeoff_error_tips_row[data-v-3c62d360]::before {
  content: "* ";
}
.bg[data-v-3c62d360] {
  width: 100%;
  border-radius: 8px;
  padding: 5px 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-heade[data-v-3c62d360] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.dialog-heade > div[data-v-3c62d360]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-3c62d360]:last-child {
  cursor: pointer;
}
.avates[data-v-3c62d360] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-3c62d360] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-3c62d360]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-3c62d360] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-3c62d360] {
  border: 1px solid #cccccc;
}
.btn1[data-v-3c62d360]:hover {
  background: #fbfbfb;
}
.btn2[data-v-3c62d360] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-3c62d360] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-3c62d360] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-3c62d360] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-3c62d360] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-3c62d360] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-3c62d360] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-3c62d360] .el-tabs__item.is-active {
  color: #000;
}
[data-v-3c62d360] .el-tabs__active-bar {
  background: #000;
}
[data-v-3c62d360] .el-tabs__item {
  color: #878797;
}
[data-v-3c62d360] .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000 !important;
}

.coll-title[data-v-275dfc66] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-275dfc66]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.coll-list[data-v-275dfc66] {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.coll-list > div[data-v-275dfc66] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-275dfc66] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-275dfc66]:nth-child(even) {
  background: #f5f5f5;
}
.coll-list > div[data-v-275dfc66]:last-child {
  background: none;
}
.coll-list .coll-bottom[data-v-275dfc66] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.coll-list .coll-bottom > div[data-v-275dfc66] {
  flex: 1;
}
.coll-wrap[data-v-275dfc66] {
  width: 100%;
  background: #f5f5f5;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-275dfc66] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-275dfc66] {
  width: 50%;
  min-height: 120px;
  overflow-y: scroll;
  border-radius: 8px;
  background: white;
}
.coll-content-aside[data-v-275dfc66] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  min-height: 120px;
  overflow-y: scroll;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-275dfc66] {
  height: 369px;
}
.el-row[data-v-275dfc66] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-275dfc66] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-275dfc66] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-275dfc66] {
  border: 1px solid #cccccc;
}
.btn1[data-v-275dfc66]:hover {
  background: #fbfbfb;
}
.input[data-v-275dfc66] {
  width: 250px;
}
.data-not[data-v-275dfc66] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-275dfc66]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-275dfc66] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.collapse[data-v-275dfc66] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-275dfc66]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-275dfc66] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-275dfc66]:nth-child(even) {
  font-size: 40px;
}
.photo[data-v-275dfc66] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-275dfc66] {
  width: 100%;
  height: 100%;
}

.coll-title[data-v-5b99a918] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 10px auto;
}
.coll-title > div[data-v-5b99a918]:first-child {
  font-weight: bold;
  font-size: 18px;
}
.coll-list[data-v-5b99a918] {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.coll-list > div[data-v-5b99a918] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coll-list > div > div[data-v-5b99a918] {
  font-size: 16px;
  padding: 3px 8px;
}
.coll-list > div[data-v-5b99a918]:nth-child(even) {
  background: #f5f5f5;
}
.coll-list > div[data-v-5b99a918]:last-child {
  background: none;
}
.coll-wrap[data-v-5b99a918] {
  width: 100%;
  background: #f5f5f5;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-5b99a918] .el-table__expanded-cell {
  padding: 0;
}
.coll-content[data-v-5b99a918] {
  width: 50%;
  min-height: 305px;
  overflow-y: scroll;
  border-radius: 8px;
  background: white;
}
.coll-content-aside[data-v-5b99a918] {
  width: 30%;
  background: #fff;
  margin-right: 10px;
  min-height: 305px;
  overflow-y: scroll;
  border-radius: 8px;
}
.coll-content-aside.pending[data-v-5b99a918] {
  height: 369px;
}
.el-row[data-v-5b99a918] {
  padding: 10px 0;
  color: #878787;
  font-size: 14px;
}
.title[data-v-5b99a918] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn[data-v-5b99a918] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-5b99a918] {
  border: 1px solid #cccccc;
}
.btn1[data-v-5b99a918]:hover {
  background: #fbfbfb;
}
.input[data-v-5b99a918] {
  width: 250px;
}
.data-not[data-v-5b99a918] {
  text-align: center;
  padding-top: 200px;
  width: 100%;
}
.data-not > div[data-v-5b99a918]:nth-child(2) {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.row-name[data-v-5b99a918] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.collapse[data-v-5b99a918] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 95%;
}
.collapse > div[data-v-5b99a918]:first-child {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.collapse > div:first-child > span[data-v-5b99a918] {
  padding: 0 5px;
}
.collapse > div:first-child > span[data-v-5b99a918]:nth-child(even) {
  font-size: 40px;
}
.photo[data-v-5b99a918] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.photo > img[data-v-5b99a918] {
  width: 100%;
  height: 100%;
}
[data-v-5b99a918] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-5b99a918] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-5b99a918] .el-collapse-item__content {
  background: #f5f5f5;
}
[data-v-5b99a918] .coll.el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 0px;
}
[data-v-5b99a918] .el-tabs__item.is-active {
  color: #000;
}
[data-v-5b99a918] .el-tabs__active-bar {
  background: #000;
}
[data-v-5b99a918] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-5b99a918] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-5b99a918] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-5b99a918] .el-tabs__item:hover {
  color: #878797;
}
[data-v-5b99a918] .collapse-title {
  flex: 1 0 90%;
  order: 1;
}
[data-v-5b99a918] .collapse-title .el-collapse-item__header {
  flex: 1 0 auto;
  order: -1;
}

.wallet-transfer-list-container[data-v-4252f68e] {
  position: relative;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-recipient .wtc-recipient-account-number[data-v-4252f68e] {
  color: rgba(var(--Labels-Secondary));
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-description .wtc-description-account-number[data-v-4252f68e] {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-recipient-get[data-v-4252f68e] {
  display: flex;
  align-items: center;
  gap: 4px;
}

.wallet-transfer-page .wallet-transfer-page-header[data-v-2d8e6fe2] {
  padding: 32px 0px 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-transfer-page .wallet-tansfer-page-table-container[data-v-2d8e6fe2] {
  padding: 8px 0px 0px 0px;
}

.wallet-transfer-list-container[data-v-87fb7eb8] {
  position: relative;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-recipient .wtc-recipient-account-number[data-v-87fb7eb8] {
  color: rgba(var(--Labels-Secondary));
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-you-pay[data-v-87fb7eb8] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-description .wtc-description-account-number[data-v-87fb7eb8] {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-recipient-get[data-v-87fb7eb8] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}
.wallet-transfer-list-container .wtlc-table-footer[data-v-87fb7eb8] {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - var(--layout-left-width));
  z-index: 10;
}
.wallet-transfer-list-container .wtlc-table-footer .wallet-transfer-list-footer[data-v-87fb7eb8] {
  width: 100%;
  padding: 16px var(--layout-content-padding);
  border-top: 1px solid rgba(var(--Separators-Non-opaque));
  background: #FFF;
  box-sizing: border-box;
  /* Shadow/Card */
  box-shadow: 0px 0px 0px 0.5px rgba(9, 13, 21, 0.06), 0px 0px 10px 0px rgba(9, 11, 17, 0.02);
}
.wallet-transfer-list-container .wtlc-table-footer .wallet-transfer-list-footer .wallter-transfer-list-footer-row[data-v-87fb7eb8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-transfer-list-container .wtlc-table-footer .wallet-transfer-list-footer .wallter-transfer-list-footer-row .wtlfr-selected[data-v-87fb7eb8] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wallet-transfer-page[data-v-97a146b6] {
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
}
.wallet-transfer-page .wallet-transfer-page-header[data-v-97a146b6] {
  padding: 32px 0px 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-transfer-page .wallet-tansfer-page-table-container[data-v-97a146b6] {
  padding: 8px 0px 0px 0px;
  position: relative;
}

.common-switch-container.active .common-switch-main[data-v-ffe6eeca] {
  background: rgb(var(--Primary-Normal));
}
.common-switch-container.active .common-switch-main .common-switch-circle[data-v-ffe6eeca] {
  transform: translateX(20px);
}
.common-switch-container.disabled .common-switch-main[data-v-ffe6eeca] {
  cursor: not-allowed;
}
.common-switch-container .common-switch-main[data-v-ffe6eeca] {
  display: flex;
  padding: 4px;
  width: 52px;
  box-sizing: border-box;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(var(--Fill-Strong));
  cursor: pointer;
  transition: background 0.15s ease;
}
.common-switch-container .common-switch-main .common-switch-circle[data-v-ffe6eeca] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgb(var(--Static-White));
  transition: transform 0.15s ease;
  transform: translateX(0);
}

.wallet-currency-settings .wallet-currency-settings-header[data-v-fa802b16] {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.wallet-currency-settings .wallet-currency-settings-header .wcsh-left[data-v-fa802b16] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wallet-currency-settings .wallet-currency-settings-header .wcsh-left .wcshl-title[data-v-fa802b16] {
  color: rgb(var(--Label-Normal));
}
.wallet-currency-settings .wallet-currency-settings-header .wcsh-left .wcshl-desc[data-v-fa802b16] {
  color: rgba(var(--Label-Neutral));
}
.wallet-currency-settings .wallet-currency-settings-header .wcsh-right[data-v-fa802b16] .wcshr-input .el-input__wrapper {
  padding: 0 12px;
  box-shadow: none !important;
  border-radius: 12px;
  border: none;
  --el-input-bg-color: rgba(var(--Fill-Normal));
}
.wallet-currency-settings .wallet-currency-settings-header .wcsh-right[data-v-fa802b16] .wcshr-input .el-input__inner {
  --el-input-inner-height: 48px;
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 14.003px */
  letter-spacing: 0.342px;
}
.wallet-currency-settings .wallet-currency-settings-main[data-v-fa802b16] {
  padding: var(--spacing-lg, 24px) 0 var(--spacing-xxxl, 48px) 0;
}
.wallet-currency-settings .wallet-currency-settings-main .wcsm-list[data-v-fa802b16] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.wallet-currency-settings .wallet-currency-settings-main .wcsm-list .wcsm-item[data-v-fa802b16] {
  width: calc((100% - (12px * (3 - 1))) / 3);
  box-sizing: border-box;
  display: flex;
  height: 211px;
  padding: var(--spacing-lg, 24px);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 20px;
  background: #FBFBFC;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 7px 1px rgba(0, 0, 0, 0.04);
  position: relative;
}
.wallet-currency-settings .wallet-currency-settings-main .wcsm-list .wcsm-item .wcsmi-top .wcsmi-logo[data-v-fa802b16] {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
}
.wallet-currency-settings .wallet-currency-settings-main .wcsm-list .wcsm-item .wcsmi-bottom[data-v-fa802b16] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wallet-currency-settings .wallet-currency-settings-main .wcsm-list .wcsm-item .wcsmi-bottom .wcsmi-label[data-v-fa802b16] {
  color: rgba(var(--Label-Alternative));
}
.wallet-currency-settings .wallet-currency-settings-main .wcsm-list .wcsm-item .wcsmi-bottom .wcsmi-value[data-v-fa802b16] {
  color: rgb(var(--Label-Normal));
}
.wallet-currency-settings .wallet-currency-settings-main .wcsm-list .wcsm-item .wcsmi-switch[data-v-fa802b16] {
  position: absolute;
  top: var(--spacing-lg, 24px);
  right: var(--spacing-lg, 24px);
  z-index: 1;
}

.wallet-transfer-list-container[data-v-c51c4500] {
  position: relative;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-account-balance[data-v-c51c4500] {
  text-align: right;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-status[data-v-c51c4500] {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
  text-align: right;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-detail .wtc-recipient-account-number[data-v-c51c4500] {
  color: rgba(var(--Labels-Secondary));
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-description .wtc-description-account-number[data-v-c51c4500] {
  color: rgba(var(--Labels-Secondary));
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-balance-type[data-v-c51c4500] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-transfer-list-container .wtlc-table-container .wallet-transfer-table-column .wallet-transfer-balance-type[data-v-c51c4500] {
  display: flex;
  align-items: center;
  gap: 4px;
}

.wallet-global-account-details-page .wallet-global-account-detail-header[data-v-7308fcc6] {
  padding: 32px 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh[data-v-7308fcc6] {
  padding: 16px 0 32px 0;
  display: flex;
  gap: 16px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left[data-v-7308fcc6] {
  flex: 1;
  border-radius: var(--radius-sm, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-top[data-v-7308fcc6] {
  background: rgb(var(--Background-Normal-Alternative));
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: var(--radius-sm, 8px);
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-top .wallet-ga-detail-mhlt-icon[data-v-7308fcc6] {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-top .wallet-ga-detail-mhlt-right[data-v-7308fcc6] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-top .wallet-ga-detail-mhlt-right .wgdmhl-r-title[data-v-7308fcc6] {
  color: rgba(var(--Label-Alternative));
  font-size: 12px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-top .wallet-ga-detail-mhlt-right .wgdmhl-r-desc[data-v-7308fcc6] {
  color: rgb(var(--Label-Normal));
  font-size: 20px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-bottom[data-v-7308fcc6] {
  background-color: #ffffff;
  padding: 32px;
  border-radius: var(--radius-sm, 8px);
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-bottom .wallet-ga-detail-mhlb-list[data-v-7308fcc6] {
  display: flex;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-bottom .wallet-ga-detail-mhlb-list .wallet-ga-detail-mhlb-item[data-v-7308fcc6] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-bottom .wallet-ga-detail-mhlb-list .wallet-ga-detail-mhlb-item .wallet-ga-detail-mhlb-title[data-v-7308fcc6] {
  color: rgba(var(--Label-Alternative));
  font-size: 12px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-left .wallet-ga-detail-mhl-bottom .wallet-ga-detail-mhlb-list .wallet-ga-detail-mhlb-item .wallet-ga-detail-mhlb-desc[data-v-7308fcc6] {
  color: rgb(var(--Label-Normal));
  font-size: 20px;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-right[data-v-7308fcc6] {
  flex: 1;
  border-radius: var(--radius-sm, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wallet-global-account-details-page .wallet-global-account-detail-main .wallet-global-account-detail-mh .wallet-ga-detail-mh-right .wallet-ga-detail-mh-right-header .wallet-ga-detail-mh-right-icon[data-v-7308fcc6] {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 8px;
}

.wallet-global-account-details-page .wallet-global-account-details-header[data-v-4ab5f401] {
  padding: 32px 0 16px 0;
}

.report-dialog-new[data-v-461d2466] {
  background-color: #FBFCFD;
}
.report-dialog-new .wtn-confirm-dialog-text[data-v-461d2466] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.report-dialog-new .wtn-confirm-dialog-text .wtncd-text-left[data-v-461d2466] {
  color: rgb(var(--Labels-Primary));
}
.report-dialog-new .wtn-confirm-dialog-text .wtncd-text-right[data-v-461d2466] {
  color: rgba(var(--Labels-Secondary));
  transform: translateY(-5px);
}
.report-dialog-new .report-dialog-main[data-v-461d2466] {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
}
.report-dialog-new .report-dialog-main .report-dialog-header[data-v-461d2466] {
  padding: var(--spacing-xl, 32px) var(--spacing-xl, 32px) var(--spacing-sm, 12px) var(--spacing-xl, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.report-dialog-new .report-dialog-main .report-dialog-header .report-dialog-header-title[data-v-461d2466] {
  color: rgb(var(--Label-Normal));
}
.report-dialog-new .report-dialog-main .report-dialog-form-container[data-v-461d2466] {
  padding: var(--spacing-lg, 24px) var(--spacing-xl, 32px);
}
.report-dialog-new .report-dialog-main .report-dialog-form-container .report-dialog-fileinput[data-v-461d2466] .el-input__wrapper {
  padding-right: 4px !important;
}
.report-dialog-new .report-dialog-main .report-dialog-form-container .report-dialog-fileinput[data-v-461d2466] .el-input__suffix .wallet-report-input-suffix {
  padding: 0 14px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-sizing: border-box;
}
.report-dialog-new .report-dialog-main .report-dialog-footer[data-v-461d2466] {
  padding: var(--spacing-sm, 12px) var(--spacing-xl, 32px) var(--spacing-xl, 32px) var(--spacing-xl, 32px);
}
.report-dialog-new .report-dialog-main .report-dialog-footer > div[data-v-461d2466] {
  width: 100%;
}
.report-dialog-new .report-dialog-main .report-dialog-fill-blank[data-v-461d2466] {
  width: 100%;
  height: 160px;
}
.report-dialog-new .report-dialog-main .wallet-report-tip[data-v-461d2466] {
  color: rgba(var(--Label-Alternative));
  margin-bottom: 8px;
}
.report-dialog-new .report-dialog-main .wallet-report-radio-group[data-v-461d2466] {
  display: flex;
  flex-wrap: wrap;
}
.report-dialog-new .report-dialog-main .wallet-report-radio-group .wallet-report-radio[data-v-461d2466] {
  width: 50%;
  margin: 0;
}
.report-dialog-new .report-dialog-main .wallet-report-activity .wallet-report-activity-advanced-options[data-v-461d2466] {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.report-dialog-new .report-dialog-main .wallet-report-activity .wallet-report-activity-advanced-options.show .wraao-arrow[data-v-461d2466] {
  transform: rotate(90deg);
}
.report-dialog-new .report-dialog-main .wallet-report-activity .wallet-report-activity-advanced-options .wraao-arrow[data-v-461d2466] {
  transition: transform 0.1s ease;
}
.report-dialog-new .report-dialog-main .wallet-report-activity .wallet-report-activity-advanced-options .wraao-text[data-v-461d2466] {
  color: rgba(var(--Label-Alternative));
}
.report-dialog-new .report-dialog-new-dialog-close[data-v-461d2466] {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.transfer-common-header-style {
  display: flex;
  align-items: center;
  gap: 12px;
}
.transfer-common-header-style .transfer-common-header-back {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.transfer-common-header-style .transfer-common-header-back:hover {
  opacity: 0.7;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-title {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  /* Title 2/Bold */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
.transfer-common-header-style .transfer-common-header-right .transfer-common-header-desc {
  color: rgba(var(--Labels-Secondary));
  font-feature-settings: 'liga' off, 'clig' off;
  /* Footnote/Regular */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
.transfer-common-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transfer-common-form-display .transfer-common-form-title {
  margin-bottom: 32px;
}
.transfer-common-form-display .transfer-common-form-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-label {
  color: rgba(var(--Labels-Secondary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .transfer-common-form-item-value-text {
  color: rgb(var(--Labels-Primary));
}
.transfer-common-form-display .transfer-common-form-list .transfer-common-form-item .transfer-common-form-item-value .tcfiv-copy-icon {
  color: rgba(var(--Labels-Secondary));
  cursor: pointer;
}
.wallet-common-table-search-filter-popper {
  padding: 24px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item {
  margin-bottom: 0;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-label {
  font-size: 12px;
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select {
  width: 100%;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-select .el-input__wrapper {
  padding: 15px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 48px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-main .wallet-common-filter-pop-form .wallet-common-filter-pop-form-row .wallet-common-filter-pop-form-column .wallet-common-filter-pop-form-item .wallet-common-filter-pop-form-item-main .wallet-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 15px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn,
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-confirm-btn {
  flex: 1;
}
.wallet-common-table-search-filter-popper .wallet-common-table-search-filter-pop .wallet-common-filter-pop-footer .wallet-common-filter-pop-footer-reset-btn {
  --el-button-hover-bg-color: rgba(var(--Label-Normal), 0.06);
  --el-button-hover-border-color: rgba(var(--Label-Normal), 0.06);
}
.wallet-second-common-header-style .wallet-second-common-header-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-header-style .wallet-second-common-header-right .wallet-second-common-header-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-form-container .wallet-second-common-form {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row:last-of-type {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column {
  flex: 1;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item {
  margin-bottom: 0;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-label-text {
  color: #14171A;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.5px;
  /* 126.984% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-label .wallet-second-common-form-item-option {
  color: #b0b6bf;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select {
  width: 100%;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-select .el-input__wrapper {
  --el-input-height: 48px !important;
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
  padding: 0px 18px;
  --el-select-input-focus-border-color: #E8EAED;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input {
  width: 100%;
  --el-input-height: 46px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-input .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker {
  width: 100%;
  --el-input-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker input {
  --el-input-inner-height: 48px !important;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper {
  --el-input-border-radius: 4px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FAFAFB;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-row .wallet-second-common-form-column .wallet-second-common-form-item .wallet-second-common-form-item-main .wallet-second-common-fim-date-picker .el-input__wrapper .el-input__prefix {
  display: none;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-title {
  color: #14171A;
  font-size: 16.734px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px;
  /* 134.454% */
}
.wallet-second-common-form-container .wallet-second-common-form .wallet-second-common-form-tips-row .wscftr-desc {
  color: #68707A;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 151.181% */
}
.wallet-second-common-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn,
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  padding: 9px 20px;
  height: 48px;
  line-height: normal;
  border-radius: 8px;
}
.wallet-second-common-footer-content .wallet-second-common-footer-back-btn {
  border-radius: var(--general-beta-08, 8px);
  border: 1px solid rgba(var(--Line-Normal-Normal));
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.wallet-second-common-footer-content .wallet-second-common-footer-confirm-btn {
  color: rgb(var(--Static-White));
  font-feature-settings: 'ss10' on;
  border-radius: var(--radius-sm, 8px);
}
.report-dialog-new-dialog {
  --el-dialog-border-radius: 8px !important;
}
.report-dialog-new-dialog .el-dialog__header {
  background-color: #FBFCFD;
  padding: 0;
  margin-right: 0;
  display: none;
}
.report-dialog-new-dialog .el-dialog__body {
  background-color: #FBFCFD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.wallet-balance-list[data-v-104b784e] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  padding: 16px 0;
}
.wallet-balance-list .wallet-balance-item[data-v-104b784e] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 14px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  background: rgb(var(--Backgrounds-Primary));
  width: calc((100% / 3) - (32px / 3));
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.wallet-balance-list .wallet-balance-item[data-v-104b784e]:hover {
  opacity: 0.7;
}
.wallet-balance-list .wallet-balance-item .wbi-header[data-v-104b784e] {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.wallet-balance-list .wallet-balance-item .wbi-header .wbi-header-left[data-v-104b784e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wallet-balance-list .wallet-balance-item .wbi-header .wbi-header-left .wbi-hl-country-logo[data-v-104b784e] {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}
.wallet-balance-list .wallet-balance-item .wbi-header .wbi-header-left .wbi-hl-info[data-v-104b784e] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wallet-balance-list .wallet-balance-item .wbi-header .wbi-header-left .wbi-hl-info .wbi-hl-info-title[data-v-104b784e] {
  overflow: hidden;
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  text-overflow: ellipsis;
}
.wallet-balance-list .wallet-balance-item .wbi-header .wbi-header-left .wbi-hl-info .wbi-hl-info-desc[data-v-104b784e] {
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  text-overflow: ellipsis;
}
.wallet-balance-list .wallet-balance-item .wbi-header .wbi-header-right .wbi-header-more-icon[data-v-104b784e] {
  width: 24px;
  height: 24px;
}
.wallet-balance-list .wallet-balance-item .wbi-main .wbim-row[data-v-104b784e] {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 24px;
}
.wallet-balance-list .wallet-balance-item .wbi-main .wbim-row .wbim-column[data-v-104b784e] {
  width: calc((100% / 2) - (16px / 2));
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wallet-balance-list .wallet-balance-item .wbi-main .wbim-row .wbim-column .wbim-column-title[data-v-104b784e] {
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  text-overflow: ellipsis;
}
.wallet-balance-list .wallet-balance-item .wbi-main .wbim-row .wbim-column .wbim-column-content[data-v-104b784e] {
  overflow: hidden;
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  text-overflow: ellipsis;
}

.contact-balance-more-popper {
  padding: 4px !important;
}
.contact-balance-more-popper .wallet-balance-more-list {
  display: flex;
  flex-direction: column;
}
.contact-balance-more-popper .wallet-balance-more-list .wallet-balance-more-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.contact-balance-more-popper .wallet-balance-more-list .wallet-balance-more-item:hover {
  border-radius: 8px;
  background: rgba(var(--Label-Normal), 0.05);
}
.contact-balance-more-popper .wallet-balance-more-list .wallet-balance-more-item .wallet-balance-more-item-icon .wallet-tc-more-transfer-img {
  width: 20px;
  height: 20px;
  display: block;
}
.contact-balance-more-popper .wallet-balance-more-list .wallet-balance-more-item .wallet-balance-more-item-text {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}

.wallet-balance-page[data-v-789ed314] {
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
}
.wallet-balance-page .wallet-balance-page-header[data-v-789ed314] {
  padding: 16px 0;
}
.wallet-balance-page .wallet-balance-page-basic[data-v-789ed314] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 38px;
}
.wallet-balance-page .wallet-balance-page-basic .wallet-transfer-basic-left[data-v-789ed314] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.wallet-balance-page .wallet-balance-page-basic .wallet-transfer-basic-left .wallet-balance-page-total-balance[data-v-789ed314] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet-balance-page .wallet-balance-page-basic .wallet-transfer-basic-left .wallet-balance-page-total-balance .wallet-balance-page-tb-title[data-v-789ed314] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  line-height: 28px;
}
.wallet-balance-page .wallet-balance-page-basic .wallet-transfer-basic-left .wallet-balance-page-total-balance .wallet-balance-page-tb-select[data-v-789ed314] {
  transform: translateY(-2px);
}
.wallet-balance-page .wallet-balance-page-basic .wallet-transfer-basic-left .wallet-balance-page-balance-number[data-v-789ed314] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 36px;
}
.wallet-balance-page .wallet-balance-page-basic .wallet-transfer-basic-left .wallet-balance-page-balance-date[data-v-789ed314] {
  color: rgba(var(--Label-Alternative));
  text-align: center;
  font-feature-settings: 'ss10' on;
  font-size: 12px;
}
.wallet-balance-page .wallet-balance-page-basic .waller-balance-basic-right[data-v-789ed314] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dialog-heade[data-v-aacf1af4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
}
.dialog-heade > div[data-v-aacf1af4]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-aacf1af4]:last-child {
  cursor: pointer;
}
.avates[data-v-aacf1af4] {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.avates > div[data-v-aacf1af4] {
  width: 100px;
  height: 100px;
}
.avates > div[data-v-aacf1af4]:last-child {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-aacf1af4] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-aacf1af4] {
  border: 1px solid #cccccc;
}
.btn1[data-v-aacf1af4]:hover {
  background: #fbfbfb;
}
.btn2[data-v-aacf1af4] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.photo[data-v-aacf1af4] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
[data-v-aacf1af4] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-aacf1af4] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-aacf1af4] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-aacf1af4] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-aacf1af4] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}

.setting[data-v-67533567] {
  width: 50%;
}
.setting > div[data-v-67533567]:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 42px;
}
.setting > div:first-child > div[data-v-67533567]:first-child {
  font-weight: 600;
  font-size: 20px;
}
.photo[data-v-67533567] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
.text > div[data-v-67533567] {
  font-size: 14px;
}
.text > div[data-v-67533567]:first-child {
  color: #605e5c;
  padding: 10px 0;
}
.text > div[data-v-67533567]:last-child {
  color: #1e1d1c;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.btn[data-v-67533567] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn2[data-v-67533567] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.btn2[data-v-67533567]:hover {
  background: #fbfbfb;
}
.size[data-v-67533567] {
  width: 100px;
  height: 100px;
  margin: 20px 0;
}

.role-select-row .role-select-row-checkbox-list[data-v-994e2d22] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.role-select-row .role-select-row-checkbox-list .role-select-row-item[data-v-994e2d22] {
  margin-right: 32px;
}
.role-select-row .role-select-row-checkbox-list .role-select-row-item[data-v-994e2d22]:last-of-type {
  margin-right: 0;
}
.role-select-row .role-select-content[data-v-994e2d22] {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000E5;
}
.role-select-row .tips-icon[data-v-994e2d22] {
  color: #0000004D;
  transition: color 0.1s ease;
}
.role-select-row .tips-icon[data-v-994e2d22]:hover {
  color: #3870FF;
}

.role-select-row .role-select-content .el-only-child__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dialog-heade[data-v-2a70a8aa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
}
.dialog-heade > div[data-v-2a70a8aa]:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div[data-v-2a70a8aa]:last-child {
  cursor: pointer;
}

.row-name[data-v-377cc6d1] {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.photo[data-v-377cc6d1] {
  background: #f5f5f5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
}
.action[data-v-377cc6d1] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn[data-v-377cc6d1] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-377cc6d1] {
  border: 1px solid #cccccc;
}
.btn1[data-v-377cc6d1]:hover {
  background: #fbfbfb;
}
.btn2[data-v-377cc6d1] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.delete[data-v-377cc6d1] {
  margin-left: 20px;
  cursor: pointer;
}

.btn[data-v-0aac4984] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-0aac4984] {
  border: 1px solid #cccccc;
}
.btn1[data-v-0aac4984]:hover {
  background: #fbfbfb;
}
.btn2[data-v-0aac4984] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
[data-v-0aac4984] .el-form-item__label {
  color: #000;
}
[data-v-0aac4984] .el-dialog.is-align-center {
  border-radius: 10px;
}
[data-v-0aac4984] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-0aac4984] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-0aac4984] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-0aac4984] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-0aac4984] .el-tabs__item.is-active {
  color: #000;
}
[data-v-0aac4984] .el-tabs__active-bar {
  background: #000;
}
[data-v-0aac4984] .el-tabs__item {
  color: #878797;
}

.dialog-heade {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0;
}
.dialog-heade > div:first-child {
  font-size: 24px;
  font-weight: 600;
}
.dialog-heade > div:last-child {
  cursor: pointer;
}
.btn {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1 {
  border: 1px solid #cccccc;
}
.btn1:hover {
  background: #fbfbfb;
}
.btn2 {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.form-class {
  max-height: 45vh;
  overflow-y: scroll;
}
.form-item-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-class-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-class-label .form-class-label-text {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 0 0 auto;
  font-size: var(--el-form-label-font-size);
  color: var(--el-text-color-regular);
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}
.form-class-label .el-tooltip__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-class-label .tips-icon {
  color: #0000004D;
  transition: color 0.1s ease;
}
.form-class-label .tips-icon:hover {
  color: #3870FF;
}
/deep/ .el-form-item__label {
  color: #000;
}
/deep/ .el-dialog.is-align-center {
  border-radius: 10px;
}
/deep/ .el-input__wrapper {
  border-radius: 8px;
}
/deep/ .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.form-class-label-tips .fclt-text {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 6px;
}
.form-class-label-tips .fclt-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.org-item[data-v-52faf173] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}
.org-item .org-avatar[data-v-52faf173] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  background-color: #EBF1FF;
}
.org-item .org-name[data-v-52faf173] {
  font-size: 14px;
  line-height: 24px;
  color: #3A6DE9;
  white-space: nowrap;
}

.org-chart-content .relation-graph .rel-node-checked {
  box-shadow: none;
}

.view-org-relationship .vor-content[data-v-522c0a18] {
  width: 100%;
  height: 500px;
}

.btn[data-v-9a88aa68] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-9a88aa68] {
  border: 1px solid #cccccc;
}
.btn1[data-v-9a88aa68]:hover {
  background: #fbfbfb;
}
.btn2[data-v-9a88aa68] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.delete[data-v-9a88aa68] {
  cursor: pointer;
}

.btn[data-v-b8ca392e] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px;
}
.btn1[data-v-b8ca392e] {
  border: 1px solid #cccccc;
}
.btn1[data-v-b8ca392e]:hover {
  background: #fbfbfb;
}
.btn2[data-v-b8ca392e] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.delete[data-v-b8ca392e] {
  cursor: pointer;
}

.title[data-v-5f0a0d5e] {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  line-height: 40px;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination[data-v-5f0a0d5e] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.password > div[data-v-5f0a0d5e] {
  font-size: 14px;
  margin: 20px 0;
}
.password > div[data-v-5f0a0d5e]:first-child {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
}
.password > div[data-v-5f0a0d5e]:nth-child(3) {
  color: #878787;
}
.org-chart > div[data-v-5f0a0d5e]:first-child {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 42px;
}
.w-title[data-v-5f0a0d5e] {
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 42px;
}
.btn[data-v-5f0a0d5e] {
  font-size: 14px;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-5f0a0d5e] {
  border: 1px solid #cccccc;
}
.btn1[data-v-5f0a0d5e]:hover {
  background: #fbfbfb;
}
.btn2[data-v-5f0a0d5e] {
  border: 1px solid #cccccc;
  padding: 20px;
  font-weight: 600;
}
.text > div[data-v-5f0a0d5e] {
  font-size: 14px;
}
.text > div[data-v-5f0a0d5e]:first-child {
  color: #605e5c;
  padding: 10px 0;
}
.text > div[data-v-5f0a0d5e]:last-child {
  color: #1e1d1c;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
[data-v-5f0a0d5e] .el-form-item__label {
  color: #000;
}
[data-v-5f0a0d5e] .el-dialog.is-align-center {
  border-radius: 10px;
}
[data-v-5f0a0d5e] .el-input__wrapper {
  border-radius: 8px;
}
[data-v-5f0a0d5e] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-5f0a0d5e] .el-collapse-item__header {
  background: #f5f5f5;
  border: none;
}
[data-v-5f0a0d5e] .el-collapse-item__content {
  background: #f5f5f5;
  padding-bottom: 15px;
}
[data-v-5f0a0d5e] .el-tabs__item.is-active {
  color: #000;
}
[data-v-5f0a0d5e] .el-tabs__active-bar {
  background: #000;
}
[data-v-5f0a0d5e] .el-tabs__item {
  color: #878797;
}

.footer[data-v-0cb94ca8] {
  text-align: center;
}
.btn[data-v-0cb94ca8] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}

.upload[data-v-65be566e] {
  width: 100%;
  height: 40px;
  cursor: pointer;
  outline: 1px solid #f3f3f3;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all 0.5s;
}
.upload[data-v-65be566e] .el-upload {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: left;
}
.upload[data-v-65be566e] .el-upload > .progress {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.footer[data-v-65be566e] {
  text-align: center;
}
.btn[data-v-65be566e] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}

.footer[data-v-7980f6ea] {
  text-align: center;
  padding-top: 60px;
}
.btn[data-v-7980f6ea] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}

.text[data-v-37efd1cd] {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  padding: 8px 0;
}
.text-p[data-v-37efd1cd] {
  color: #212529;
  padding: 10px 10px 10px 0;
  font-size: 13px;
  line-height: 19px;
}
.footer[data-v-37efd1cd] {
  text-align: center;
  padding: 60px 0;
}
.btn[data-v-37efd1cd] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
[data-v-37efd1cd] .el-input-number .el-input__inner {
  text-align: left;
}
[data-v-37efd1cd] .el-radio__input.is-checked + .el-radio__label {
  color: black;
}

.logout[data-v-06627738] {
  border-top: 1px solid #dfdfdf;
}
.menu[data-v-06627738] {
  margin: 10px 0;
  padding: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal !important;
}
.menu > text[data-v-06627738] {
  padding-left: 10px;
  color: #605e5c;
  font-size: 14px;
}
.menu > text[data-v-06627738]:hover {
  color: #1e1d1c;
}
.drawer[data-v-06627738] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-content: center;
}
.drawer > div[data-v-06627738]:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  background: #f5f5f5;
}
.drawer > div:first-child > div[data-v-06627738] {
  width: 80%;
  margin: 0 auto;
}
.drawer > div:first-child > div > img[data-v-06627738] {
  margin: 50px 0;
  width: 100px;
}
.drawer > div:first-child > div > div[data-v-06627738]:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.drawer > div:first-child > div > div[data-v-06627738]:nth-child(3) {
  font-size: 14px;
  color: #878787;
  margin-bottom: 60px;
}
.drawer > div[data-v-06627738]:last-child {
  width: 75%;
  overflow: auto;
}
.header[data-v-06627738] {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding-top: 80px;
  justify-content: space-between;
}
.header > div[data-v-06627738] {
  font-size: 24px;
  font-weight: 600;
}
.btn[data-v-06627738] {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 15px;
}
.btn1[data-v-06627738] {
  border: 1px solid #cccccc;
}
.btn1[data-v-06627738]:hover {
  background: #fbfbfb;
}
.form[data-v-06627738] {
  width: 50%;
  margin: 0 auto;
  padding-top: 40px;
}
[data-v-06627738] .el-date-table td.today .el-date-table-cell__text {
  color: black !important;
}
[data-v-06627738] .el-date-table td.current:not(.disabled) .el-date-table-cell__text {
  background: black !important;
}
[data-v-06627738] .el-overlay > div {
  border-radius: 20px;
}
[data-v-06627738] .el-step__head.is-finish {
  color: black;
  border-color: black;
}
[data-v-06627738] .el-step__title.is-finish {
  color: black;
  font-weight: 600;
}
[data-v-06627738] .el-step__icon {
  width: 30px;
  height: 30px;
}
[data-v-06627738] .el-step.is-vertical .el-step__line {
  left: 14px;
}
[data-v-06627738] .el-step.is-vertical .el-step__head {
  width: 30px;
}
[data-v-06627738] .el-step.is-vertical .el-step__title {
  line-height: 30px;
}
[data-v-06627738] .el-step__title.is-success {
  color: black;
  font-weight: 600;
}
[data-v-06627738] .el-form-item__label {
  color: black;
}
[data-v-06627738] .el-select-dropdown__item {
  color: #606266 !important;
}
[data-v-06627738] .el-input__wrapper {
  border-radius: 8px !important;
}
[data-v-06627738] .el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-06627738] .el-select .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}
[data-v-06627738] .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-06627738] .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-06627738] .el-form-item.is-error .el-input__wrapper {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-06627738] .el-form-item.is-error .el-textarea__inner {
  box-shadow: 0 0 0 1px #dcdfe6 inset;
}
[data-v-06627738] .el-textarea__inner {
  border-radius: 8px;
}

.contacts-list .ccl-table[data-v-12aa96a8] {
  border-radius: 8px;
  padding: 2px;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-account-name-icon[data-v-12aa96a8] {
  background: linear-gradient(180deg, #F7F9FF 0%, #EAEFFE 100%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--Fill-Alternative));
  color: var(--Palette-Blue-55, var(--Blue-55, #3870FF));
  text-align: center;
  font-feature-settings: 'ss10' on;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-transfer-country[data-v-12aa96a8] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-account-number[data-v-12aa96a8] {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-account-detail[data-v-12aa96a8] {
  color: rgba(var(--Label-Neutral));
  font-feature-settings: 'ss10' on;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more[data-v-12aa96a8] {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more .wallet-tc-more-icon[data-v-12aa96a8] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more .wallet-tc-more-icon[data-v-12aa96a8]:hover {
  background-color: #fafafa;
}
.contacts-list .ccl-table .contact-table-column .wallet-tc-more .wallet-tc-more-icon.active[data-v-12aa96a8] {
  background-color: #fafafa;
}
.contacts-list[data-v-12aa96a8] .contact-table-cell {
  padding: 10px 0;
}
.contacts-list[data-v-12aa96a8] .contact-table-label > .cell {
  color: rgba(var(--Label-Neutral)) !important;
  font-feature-settings: 'ss10' on;
  /* Label 1/Normal - Medium */
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 142.9% !important;
  /* 20.006px */
  letter-spacing: 0.203px !important;
}

.contact-table-more-popper {
  padding: 4px !important;
}
.contact-table-more-popper .wallet-tc-more-list {
  display: flex;
  flex-direction: column;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item:hover {
  border-radius: 8px;
  background: rgba(var(--Label-Normal), 0.05);
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item .wallet-tc-more-item-icon .wallet-tc-more-transfer-img {
  width: 20px;
  height: 20px;
  display: block;
}
.contact-table-more-popper .wallet-tc-more-list .wallet-tc-more-item .wallet-tc-more-item-text {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
}

.xero-invoice-page[data-v-06769819] {
  position: relative;
  min-height: calc(100vh - var(--layout-navigator-height));
}
.xero-invoice-page .xero-invoice-page-header[data-v-06769819] {
  padding: 32px 0 16px 0;
  border-bottom: 1px solid rgba(var(--Line-Normal-Normal));
}
.xero-invoice-page .xero-invoice-page-header .xero-invoice-page-header-inside[data-v-06769819] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xero-invoice-page .xero-invoice-search-row[data-v-06769819] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-md, 16px) 0;
}
.xero-invoice-page .xero-invoice-search-row .xero-invoice-sr-right .ttsrl-input[data-v-06769819] {
  --el-input-icon-color: #171719;
  height: 40px;
}
.xero-invoice-page .xero-invoice-search-row .xero-invoice-sr-right .ttsrl-input[data-v-06769819] input {
  caret-color: rgb(var(--Colors-Blue));
}
.xero-invoice-page .xero-invoice-search-row .xero-invoice-sr-right .ttsrl-input[data-v-06769819] .el-input__inner {
  --el-input-inner-height: 20px !important;
}
.xero-invoice-page .xero-invoice-search-row .xero-invoice-sr-right .ttsrl-input[data-v-06769819] .el-input__wrapper {
  padding: 14px 12px;
  border-radius: 14px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.pagination[data-v-06769819] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
[data-v-06769819] .el-pagination .el-pager li.is-active {
  color: #000;
}
[data-v-06769819] .el-pagination .el-pager li:hover {
  color: #000;
}
[data-v-06769819] .el-pagination button:hover {
  color: #000;
}

.invoice-tab-container .el-table__row {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}
html > body {
  --spacing-none: 0px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 40px;
  --spacing-xxxl: 48px;
  --size-xs: 16px;
  --size-sm: 24px;
  --size-sm: 32px;
  --size-lg: 40px;
  --size-xl: 48px;
  --size-xxl: 56px;
  --size-xxxl: 64px;
  --radius-none: 0px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-sm: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --Primary-Normal: 40, 100, 255;
  --Fill-Alternative: 112, 115, 124, 0.05;
  --Fill-Normal: 112, 115, 124, 0.08;
  --Label-Normal: 23, 23, 25;
  --Label-Neutral: 46, 47, 51, 0.88;
  --Label-Disable: 55, 56, 60, 0.16;
  --Label-Assistive: 55, 56, 60, 0.28;
  --Label-Alternative: 55, 56, 60, 0.61;
  --Label-Strong: 0, 0, 0;
  --Interaction-Disable: 244, 244, 245;
  --Static-White: 255, 255, 255;
  --Status-Negative: 255, 66, 66;
  --Line-Normal-Neutral: 112, 115, 124, 0.16;
  --Line-Normal-Alternative: 112, 115, 124, 0.08;
  --Cool-Neutral-50: 112, 115, 124;
  --Inverse-Label: 247, 247, 248;
  --Status-Cautionary: 255, 146, 0;
  --Status-Positive: 0, 150, 50;
  --Line-Normal-Normal: 112, 115, 124, 0.22;
  --Accent-Background-Violet: 101, 65, 242;
  --Accent-Background-Cyan: 0, 189, 222;
  --Accent-Background-Light-Blue: 0, 174, 255;
  --Accent-Background-Red-Orange: 255, 94, 0;
  --Accent-Foreground-Blue: 0, 66, 235;
  --Accent-Background-Lime: 88, 207, 4;
  --Atomic-Green: 0, 191, 64;
  --Atomic-Violet-60: 125, 94, 247;
  --Interaction-Normal-Normal: var(--Label-Normal), 0;
  --Interaction-Normal-Hovered: var(--Label-Normal), 0.05;
  --Interaction-Normal-Focused: var(--Label-Normal), 0.08;
  --Interaction-Normal-Pressed: var(--Label-Normal), 0.12;
  --Interaction-Light-Normal: var(--Label-Normal), 0;
  --Interaction-Light-Hovered: var(--Label-Normal), 0.03;
  --Interaction-Light-Focused: var(--Label-Normal), 0.04;
  --Interaction-Light-Pressed: var(--Label-Normal), 0.05;
  --Interaction-Strong-Normal: var(--Label-Normal), 0;
  --Interaction-Strong-Hovered: var(--Label-Normal), 0.075;
  --Interaction-Strong-Focused: var(--Label-Normal), 0.12;
  --Interaction-Strong-Pressed: var(--Label-Normal), 0.18;
  --Background-Normal-Normal: 255, 255, 255;
  --Background-Normal-Neutral: 251, 251, 252;
  --Background-Normal-Alternative: 247, 247, 248;
  --Backgrounds-Primary: 255, 255, 255;
  --Backgrounds-Secondary: 245, 247, 250;
  --Backgrounds-Tertiary: 255, 255, 255;
  --backgrounds-grouped-primary: 242, 242, 247;
  --backgrounds-grouped-secondary: 255, 255, 255;
  --backgrounds-grouped-tertiary: 242, 242, 247;
  --Colors-Red: 255, 59, 48;
  --Colors-Orange: 255, 149, 0;
  --Colors-Yellow: 255, 204, 0;
  --Colors-Green: 52, 199, 89;
  --Colors-Mint: 0, 199, 190;
  --Colors-Teal: 48, 176, 199;
  --Colors-Cyan: 56, 112, 255;
  --Colors-Blue: 56, 112, 255;
  --Colors-Blue-10: 56, 112, 255, 0.1000;
  --Blue-99: 247, 249, 255;
  --Colors-Indigo: 88, 86, 214;
  --Colors-Purple: 175, 82, 222;
  --Colors-Pink: 255, 45, 85;
  --Colors-Brown: 162, 132, 94;
  --Fills-Primary: 120, 120, 128, 0.2000;
  --Fills-Secondary: 120, 120, 128 0.1600;
  --Fills-Tertiary: 120, 120, 128 0.1200;
  --Fills-Quaternary: 120, 120, 128 0.0800;
  --Fill-Strong: 112, 115, 124, 0.16;
  --Grays-Black: 0, 0, 0;
  --Grays-White: 255, 255, 255;
  --Grays-Gray: 142, 144, 147;
  --Grays-Gray-2: 174, 175, 178;
  --Grays-Gray-3: 199, 201, 204;
  --Grays-Gray-4: 209, 211, 214;
  --Grays-Gray-5: 229, 231, 234;
  --Grays-Gray-6: 242, 244, 247;
  --Labels-Normal: 14, 14, 15;
  --Labels-Primary: 0, 0, 0 0.8000;
  --Labels-Secondary: 60, 60, 67, 0.8000;
  --Labels-Tertiary: 60, 60, 67, 0.4600;
  --Labels-Quaternary: 60, 60, 67, 0.2500;
  --Overlays-Default: 0, 0, 0, 0.2000;
  --Overlays-Activity-View-Controller: 0, 0, 0, 0.1200;
  --Separators-Opaque: 198, 199, 200;
  --Separators-Non-opaque: 84, 85, 86, 0.1100;
  --miscellaneous-alert-menu-action-sheet-separators: 128, 128, 128, 0.5500;
  --Miscellaneous-Bar-border: 0, 0, 0, 0.3000;
  --Miscellaneous-Button---Disabeld-BG: 118, 118, 128, 0.1200;
  --Miscellaneous-Button---Tinted-Fill: 0, 122, 255, 0.1500;
  --Miscellaneous-Floating-Tab---Text-Selected: 56, 112, 255;
  --Miscellaneous-Floating-Tab---Text-Unselected: 9, 9, 9;
  --Miscellaneous-Floating-Tab---Pill-Shadow: 0, 0, 0, 0.0800;
  --Miscellaneous-Floating-Tab---Pill-Fill: 255, 255, 255;
  --Miscellaneous-Keyboard-Accessory-Bar---Selection: 235, 237, 240;
  --miscellaneous-keyboard-emoji-mic: 27, 31, 38, 0.7200;
  --Miscellaneous-Menu---Large-Separator: 0, 0, 0, 0.0800;
  --Miscellaneous-Sidebar-Fill---Selected: 255, 255, 255;
  --Miscellaneous-Sidebar-Text---Selected: 56, 112, 255;
  --Miscellaneous-Sidebar-Shadow---Drag-Over: 0, 0, 0, 0.2000;
  --Miscellaneous-Tab---Unselected: 153, 153, 153;
  --Miscellaneous-Text-Field---BG: 255, 255, 255;
  --Miscellaneous-Text-Field---Outline: 60, 60, 67, 0.2900;
  --Miscellaneous-_Kit-Section-Fill: 245, 245, 245;
  --Miscellaneous-_Kit-Section-Stroke: 0, 0, 0, 0.3000;
}
html > body .logo_font {
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: rgb(var(--Primary-Normal));
}
html > body .Large-Title-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Large Title/Regular */
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.7px;
}
html > body .Large-Title-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.7px;
}
html > body .Title1-Medium {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.972px;
}
html > body .Title1-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 121.429% */
  letter-spacing: -0.2px;
}
html > body .Title1-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 121.429% */
  letter-spacing: -0.2px;
}
html > body .Title2-Regular {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.4%;
  /* 32.016px */
  letter-spacing: -0.552px;
}
html > body .Title3-Medium {
  text-align: center;
  font-feature-settings: 'ss10' on;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.552px;
}
html > body .Title3-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.26px;
}
html > body .Title2-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.26px;
}
html > body .Title2-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.26px;
}
html > body .Title3-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  letter-spacing: -0.45px;
}
html > body .Headline-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
  letter-spacing: -0.43px;
}
html > body .Headline-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
  letter-spacing: -0.43px;
}
html > body .Body-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.63px;
}
html > body .Body-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.43px;
}
html > body .Body-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.43px;
}
html > body .Body-Emphasized Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.43px;
}
html > body .Callout-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
  letter-spacing: -0.31px;
}
html > body .Callout-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 131.25% */
  letter-spacing: -0.31px;
}
html > body .Callout-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
  letter-spacing: -0.31px;
}
html > body .Callout-Emphasized-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 21px;
  /* 131.25% */
  letter-spacing: -0.31px;
}
html > body .Subheadline-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
html > body .Subheadline-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
html > body .Subheadline-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
html > body .Subheadline-Emphaized Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.3px;
}
html > body .Footnote-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
html > body .Footnote-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
html > body .Footnote-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
html > body .Footnote-Emphasized-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.08px;
}
html > body .Caption1-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
html > body .Caption1-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
html > body .Caption1-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
html > body .Caption1-Emphasized-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.4px;
}
html > body .Caption2-Regular {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  /* 118.182% */
  letter-spacing: 0.06px;
}
html > body .Caption2-Emphasized {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  /* 118.182% */
  letter-spacing: 0.06px;
}
html > body .Caption2-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 13px;
  /* 118.182% */
  letter-spacing: 0.06px;
}
html > body .Caption2-Emphasized-Italic {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
  line-height: 13px;
  /* 118.182% */
  letter-spacing: 0.06px;
}
html > body .Display1-Bold {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.6%;
  /* 72.016px */
  letter-spacing: -1.786px;
}
html > body .Display2-Bold {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  letter-spacing: -1.128px;
}
html > body .Title2-Medium {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.4%;
  line-height: 135.8%;
  /* 38.024px */
  letter-spacing: -0.661px;
}
html > body .Title1-Bold {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.4%;
  /* 48.024px */
  letter-spacing: -0.972px;
}
html > body .Title2-Bold {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 38.024px */
  letter-spacing: -0.661px;
}
html > body .Title3-Bold {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.4%;
  /* 32.016px */
  letter-spacing: -0.552px;
}
html > body .Heading1-Medium {
  color: rgb(var(--Label-Normal));
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.427px;
}
html > body .Heading1-Bold {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.4%;
  /* 30.008px */
  letter-spacing: -0.427px;
}
html > body .Heading2-Medium {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.24px;
}
html > body .Heading2-Bold {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.24px;
}
html > body .Headline1-Bold {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 144.5%;
  /* 26.01px */
  letter-spacing: -0.004px;
}
html > body .Headline2-Medium {
  color: rgb(var(--Label-Strong));
  font-size: var(--Font-Sizes-Headline-2, 17px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.17px;
}
html > body .Headline2-Bold {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.2%;
  /* 24.004px */
}
html > body .Body2-Normal-Medium {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 146.7%;
  /* 22.005px */
  letter-spacing: 0.144px;
}
html > body .Body1-Normal-Regular {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.091px;
}
html > body .Body1-Normal-Medium {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}
html > body .Body1-Reading-Regular {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  /* 26px */
  letter-spacing: 0.091px;
}
html > body .Body1-Normal-Bold {
  /* Body 1/Normal - Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.091px;
}
html > body .Body2-Normal-Regular {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 22.005px */
  letter-spacing: 0.144px;
}
html > body .Body2-Reading-Regular {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
  letter-spacing: 0.144px;
}
html > body .Body2-Normal-Bold {
  /* Body 2/Normal - Bold */
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  /* 22.005px */
  letter-spacing: 0.144px;
}
html > body .Label1-Normal-Regular {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.9%;
  /* 20.006px */
  letter-spacing: 0.203px;
}
html > body .Label1-Normal-Medium {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.9%;
  /* 20.006px */
  letter-spacing: 0.203px;
}
html > body .Label1-Normal-Bold {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.9%;
  /* 20.006px */
  letter-spacing: 0.203px;
}
html > body .Label1-Reading-Bold {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 157.14%;
  /* 22px */
  letter-spacing: 0.203px;
}
html > body .Label2-Medium {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  font-feature-settings: 'ss10' on;
}
html > body .Label2-Regular {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.5%;
  /* 18.005px */
  letter-spacing: 0.252px;
}
html > body .Label2-Bold {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%;
  letter-spacing: 0.252px;
}
html > body .Caption1-Regular {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.4%;
  /* 16.008px */
  letter-spacing: 0.302px;
}
html > body .Caption2-Regular {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.3%;
  /* 14.003px */
  letter-spacing: 0.342px;
}
html > body .Caption2-Medium {
  font-feature-settings: 'ss10' on;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
html.dark > body {
  --Backgrounds-Primary: 0, 0, 0;
  --Backgrounds-Secondary: 28, 28, 30;
  --Backgrounds-Tertiary: 44, 44, 46;
  --backgrounds-grouped-primary: 0, 0, 0;
  --backgrounds-grouped-secondary: 28, 28, 30;
  --backgrounds-grouped-tertiary: 44, 44, 46;
  --Colors-Red: 255, 69, 58;
  --Colors-Orange: 255, 159, 10;
  --Colors-Yellow: 255, 214, 10;
  --Colors-Green: 48, 209, 88;
  --Colors-Mint: 99, 230, 226;
  --Colors-Teal: 64, 203, 224;
  --Colors-Cyan: 100, 210, 255;
  --Colors-Blue: 56, 112, 255;
  --Colors-Blue-10: 56, 112, 255, 0.1000;
  --Colors-Indigo: 94, 92, 230;
  --Colors-Purple: 191, 90, 242;
  --Colors-Pink: 255, 55, 95;
  --Colors-Brown: 172, 142, 104;
  --Fills-Primary: 120, 120, 128, 0.3600;
  --Fills-Secondary: 120, 120, 128, 0.3200;
  --Fills-Tertiary: 8, 8, 24, 0.24;
  --Fills-Quaternary: 120, 120, 128, 0.1800;
  --Grays-Black: 0, 0, 0;
  --Grays-White: 255, 255, 255;
  --Grays-Gray: 142, 142, 147;
  --Grays-Gray-2: 99, 99, 102;
  --Grays-Gray-3: 72, 72, 74;
  --Grays-Gray-4: 58, 58, 60;
  --Grays-Gray-5: 44, 44, 46;
  --Grays-Gray-6: 28, 28, 30;
  --Labels-Primary: 0, 0, 0 0.8000;
  --Labels-Secondary: 235, 235, 245, 0.6000;
  --Labels-Tertiary: 235, 235, 245, 0.3000;
  --Labels-Quaternary: 235, 235, 245, 0.1600;
  --Overlays-Default: 0, 0, 0, 0.4900;
  --Overlays-Activity-View-Controller: 0, 0, 0, 0.2900;
  --Separators-Opaque: 56, 56, 58;
  --Separators-Non-opaque: 84, 84, 86, 0.4000;
  --miscellaneous-alert-menu-action-sheet-separators: 128, 128, 128, 0.7000;
  --Miscellaneous-Bar-border: 255, 255, 255, 0.1500;
  --Miscellaneous-Button---Disabeld-BG: 118, 118, 128, 0.2500;
  --Miscellaneous-Button---Tinted-Fill: 10, 132, 255, 0.1500;
  --Miscellaneous-Floating-Tab---Text-Selected: 255, 255, 255;
  --Miscellaneous-Floating-Tab---Text-Unselected: 171, 171, 177, 0.9300;
  --Miscellaneous-Floating-Tab---Pill-Shadow: 0, 0, 0, 0.0000;
  --Miscellaneous-Floating-Tab---Pill-Fill: 255, 255, 255, 0.0700;
  --Miscellaneous-Keyboard-Accessory-Bar---Selection: 86, 84, 85;
  --miscellaneous-keyboard-emoji-mic: 255, 255, 255;
  --Miscellaneous-Menu---Large-Separator: 0, 0, 0, 0.1600;
  --Miscellaneous-Sidebar-Fill---Selected: 142, 142, 147, 0.2500;
  --Miscellaneous-Sidebar-Text---Selected: 255, 255, 255;
  --Miscellaneous-Sidebar-Shadow---Drag-Over: 0, 0, 0, 0.9000;
  --Miscellaneous-Tab---Unselected: 126, 126, 126;
  --Miscellaneous-Text-Field---BG: 0, 0, 0;
  --Miscellaneous-Text-Field---Outline: 235, 235, 245, 0.3000;
  --Miscellaneous-_Kit-Section-Fill: 245, 245, 245;
  --Miscellaneous-_Kit-Section-Stroke: 255, 255, 255, 0.3000;
}
* {
  font-family: 'PretendardJP', '-apple-system';
  -webkit-font-smoothing: antialiased;
  word-break: normal;
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-Thin"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-Thin.woff2") format("woff2"), url(../fonts/PretendardJP-Thin.3b756402.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 200;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-ExtraLight"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-ExtraLight.woff2") format("woff2"), url(../fonts/PretendardJP-ExtraLight.7e3838f2.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-Light"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-Light.woff2") format("woff2"), url(../fonts/PretendardJP-Light.82040058.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-Regular"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-Regular.woff2") format("woff2"), url(../fonts/PretendardJP-Regular.3e0b213c.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-Medium"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-Medium.woff2") format("woff2"), url(../fonts/PretendardJP-Medium.e9398fc7.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-SemiBold"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-SemiBold.woff2") format("woff2"), url(../fonts/PretendardJP-SemiBold.7ddd38c5.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-Bold"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-Bold.woff2") format("woff2"), url(../fonts/PretendardJP-Bold.8365198f.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-ExtraBold"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-ExtraBold.woff2") format("woff2"), url(../fonts/PretendardJP-ExtraBold.11dfc87d.woff2) format("woff2");
}
@font-face {
  font-family: "PretendardJP";
  font-weight: 900;
  font-style: normal;
  font-display: auto;
  font-display: swap;
  src: local("PretendardJP-Black"), url("https://remoly.oss-eu-central-1.aliyuncs.com/fonts/PretendardJP/PretendardJP-Black.woff2") format("woff2"), url(../fonts/PretendardJP-Black.f46ca29c.woff2) format("woff2");
}
/*
    修改elementui的默认样式
*/
:root {
  --el-color-success: #276EF1 !important;
  --el-color-success-light-3: #79bbff !important;
  --el-color-success-light-5: #a0cfff !important;
  --el-color-success-light-7: #c6e2ff !important;
  --el-color-success-light-8: #d9ecff !important;
  --el-color-success-light-9: #ecf5ff !important;
}
.el-dialog {
  --el-dialog-padding-primary: 24px !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.common-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.common-form .common-form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.common-form .common-form-row.algin-start {
  align-items: start;
}
.common-form .common-form-item {
  width: 100%;
}
.common-form .common-form-item .el-form-item__label {
  margin-bottom: 4px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 4px;
}
.common-form .common-form-item .el-form-item__label .common-form-item-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #535461;
}
.common-form .common-form-item .common-form-item-inside {
  width: 100%;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-select {
  width: 100%;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-select .el-input.is-focus .el-input__wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset, 0 2px 0 #5266eb !important;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-select .el-input__wrapper {
  padding: 7px 12px;
  --el-input-border-radius: 8px;
  --el-input-height: 24px;
  transition: var(--el-transition-box-shadow), border-radius 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-form .common-form-item .common-form-item-inside .common-form-item-select .el-input__wrapper.is-focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset, 0 2px 0 #5266eb !important;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-input {
  width: 100%;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-input .el-input__wrapper {
  padding: 7px 12px;
  --el-input-border-radius: 8px;
  --el-input-height: 24px;
  transition: var(--el-transition-box-shadow), border-radius 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-form .common-form-item .common-form-item-inside .common-form-item-input .el-input__wrapper.is-focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset, 0 2px 0 #5266eb;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-switch-text {
  color: #1e1e2a;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-date-picker {
  width: 100%;
  height: 36px;
}
.common-form .common-form-item .common-form-item-inside .common-form-item-date-picker .el-input__wrapper {
  padding: 7px 12px;
  --el-input-border-radius: 8px;
  --el-input-height: 24px;
  transition: var(--el-transition-box-shadow), border-radius 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-form .common-form-item .common-form-item-inside .common-form-item-date-picker .el-input__wrapper.is-focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset, 0 2px 0 #5266eb;
}
.common-form .common-form-column {
  flex: 1;
  max-width: 100%;
}
.common-breadcrumb .common-breadcrumb-item[aria-current] .el-breadcrumb__inner.is-link {
  color: rgb(var(--Label-Normal));
  font-size: 14px;
}
.common-breadcrumb .common-breadcrumb-item .el-breadcrumb__inner.is-link {
  color: rgba(var(--Label-Alternative));
  font-size: 14px;
}
.common1-select {
  line-height: 24px;
  line-height: 20px;
  transform: translateY(2px);
}
.common1-select .el-input {
  --el-input-height: 20px !important;
}
input.common1-select::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.9%;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgba(var(--Label-Alternative));
  text-align: center;
  font-feature-settings: 'ss10' on;
}
input.common1-select::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.9%;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgba(var(--Label-Alternative));
  text-align: center;
  font-feature-settings: 'ss10' on;
}
.common1-select .el-input__wrapper {
  padding: 0 8px;
  box-shadow: none !important;
  border-radius: 6px;
  border: none;
}
.common1-select .el-input__inner {
  color: rgb(var(--Label-Normal));
  font-feature-settings: 'ss10' on;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  /* 14.003px */
  letter-spacing: 0.342px;
}
.common2-select {
  line-height: 20px;
}
.common2-select .el-input {
  --el-input-height: 20px !important;
}
.common2-select .el-input .el-select__caret.el-icon {
  margin-left: 1px;
}
input.common2-select::-moz-placeholder {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  font-family: "Pretendard JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
input.common2-select::placeholder {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  font-family: "Pretendard JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.common2-select .el-input__wrapper {
  padding: 2px 2px 2px 6px;
  box-shadow: none !important;
  border-radius: 100px;
  border: none;
  --el-select-input-focus-border-color: transparent;
  --el-input-bg-color: rgba(var(--Fill-Alternative));
}
.common2-select .el-input__inner {
  color: rgba(var(--Label-Alternative));
  font-feature-settings: 'ss10' on;
  font-family: "Pretendard JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  --el-input-inner-height: 20px !important;
}
@media (min-width: 810px) and (max-width: 1199px) {
.common-form .common-form-row {
    flex-wrap: wrap;
}
.common-form .common-form-column {
    flex: 1;
    max-width: 100%;
    flex-shrink: 0;
    min-width: 45%;
}
}
@media (max-width: 809px) {
.common-form .common-form-row {
    flex-wrap: wrap;
}
.common-form .common-form-column {
    flex: 1;
    max-width: 100%;
    flex-shrink: 0;
    min-width: 95%;
}
}
.common-form-item-date-picker-popover,
.common-form-item-select-popover {
  margin-top: -6px !important;
}
.common-form-item-date-picker-popover .el-popper__arrow,
.common-form-item-select-popover .el-popper__arrow {
  display: none;
}
.common-form-item-date-picker-popover .common-form-item-option,
.common-form-item-select-popover .common-form-item-option {
  padding: 4px 4px 0px 4px;
  display: flex;
  align-items: center;
  line-height: 24px;
  min-height: 32px;
  box-sizing: border-box;
}
.common-form-item-date-picker-popover .common-form-item-option.selected,
.common-form-item-select-popover .common-form-item-option.selected,
.common-form-item-date-picker-popover .common-form-item-option.hover,
.common-form-item-select-popover .common-form-item-option.hover,
.common-form-item-date-picker-popover .common-form-item-option:hover,
.common-form-item-select-popover .common-form-item-option:hover {
  background-color: transparent !important;
  color: #1e1e2a;
}
.common-form-item-date-picker-popover .common-form-item-option.selected .common-form-item-option-label,
.common-form-item-select-popover .common-form-item-option.selected .common-form-item-option-label,
.common-form-item-date-picker-popover .common-form-item-option.hover .common-form-item-option-label,
.common-form-item-select-popover .common-form-item-option.hover .common-form-item-option-label,
.common-form-item-date-picker-popover .common-form-item-option:hover .common-form-item-option-label,
.common-form-item-select-popover .common-form-item-option:hover .common-form-item-option-label {
  background-color: rgba(112, 115, 147, 0.05);
}
.common-form-item-date-picker-popover .common-form-item-option .common-form-item-option-label,
.common-form-item-select-popover .common-form-item-option .common-form-item-option-label {
  padding: 4px 8px;
  color: #535461;
  font-size: 15px;
  font-weight: 400;
  height: 32px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.common-form-item-date-picker-popover .common-form-item-select-footer .common-form-item-select-f-main,
.common-form-item-select-popover .common-form-item-select-footer .common-form-item-select-f-main {
  padding: 4px 4px 0px 4px;
  display: flex;
  align-items: center;
  line-height: 24px;
  min-height: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.common-form-item-date-picker-popover .common-form-item-select-footer .common-form-item-select-f-main.selected,
.common-form-item-select-popover .common-form-item-select-footer .common-form-item-select-f-main.selected,
.common-form-item-date-picker-popover .common-form-item-select-footer .common-form-item-select-f-main:hover,
.common-form-item-select-popover .common-form-item-select-footer .common-form-item-select-f-main:hover {
  color: #1e1e2a;
}
.common-form-item-date-picker-popover .common-form-item-select-footer .common-form-item-select-f-main.selected .common-form-item-select-fr,
.common-form-item-select-popover .common-form-item-select-footer .common-form-item-select-f-main.selected .common-form-item-select-fr,
.common-form-item-date-picker-popover .common-form-item-select-footer .common-form-item-select-f-main:hover .common-form-item-select-fr,
.common-form-item-select-popover .common-form-item-select-footer .common-form-item-select-f-main:hover .common-form-item-select-fr {
  background-color: rgba(112, 115, 147, 0.05);
}
.common-form-item-date-picker-popover .common-form-item-select-footer .common-form-item-select-f-main .common-form-item-select-fr,
.common-form-item-select-popover .common-form-item-select-footer .common-form-item-select-f-main .common-form-item-select-fr {
  padding: 4px 8px;
  color: #535461;
  font-size: 15px;
  font-weight: 400;
  height: 32px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.project-common-form {
  width: 100%;
}
.project-common-form .project-common-form-main {
  width: 100%;
}
.project-common-form .project-common-form-main .project-common-bold-title {
  color: rgb(var(--Label-Strong));
  margin-top: 24px;
  margin-bottom: 24px;
}
.project-common-form .project-common-form-main .line-title {
  color: rgb(var(--Label-Strong));
  margin-top: 40px;
  margin-bottom: 40px;
}
.project-common-form .project-common-form-main .project-common-form-row {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.project-common-form .project-common-form-main .project-common-form-row:last-of-type {
  margin-bottom: 0;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column {
  flex: 1;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item {
  margin-bottom: 0;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label .pcfil-main {
  display: flex;
  align-items: center;
  gap: 4px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label .pcfil-main .pcfil-title {
  color: rgba(var(--Label-Neutral));
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-label .pcfil-main .pcfil-required {
  color: rgb(var(--Status-Negative));
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content {
  width: 100%;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select {
  width: 100%;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select .el-select-tags-wrapper {
  line-height: 16px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 16px !important;
  /* 20.006px */
  letter-spacing: 0.203px;
  --el-input-inner-height: 16px;
  color: rgb(var(--Label-Normal));
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-select .el-input__wrapper {
  padding: 11px 16px;
  /* Shadow/Card */
  border-radius: 8px;
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-datepicker {
  width: 100%;
  --el-input-height: 40px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-datepicker input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 20.006px */
  letter-spacing: 0.203px;
  color: rgb(var(--Label-Normal));
  --el-input-inner-height: 40px !important;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-filter-pop-fim-datepicker .el-input__wrapper {
  padding: 11px 12px;
  border-radius: 8px;
  /* Shadow/Card */
  border: 1px solid rgba(var(--Line-Normal-Normal));
  box-shadow: none;
  height: 16px !important;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-input {
  width: 100%;
  --el-input-height: 40px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-input .el-input__wrapper {
  --el-input-border-radius: 8px;
  --el-input-border-color: #E8EAED;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 12px;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-date-picker {
  width: calc(100% - 20px);
  --el-input-height: 40px;
  --el-input-border-radius: 8px !important;
  border-radius: 8px !important;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-date-picker .el-input__wrapper {
  --el-input-border-color: #E8EAED;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-textarea {
  padding: 12px 12px 24px 12px;
  --el-input-border-radius: 8px;
  border-radius: 4px;
  border: 1px solid #E8EAED;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-textarea .el-textarea__inner {
  border: none;
  box-shadow: none;
}
.project-common-form .project-common-form-main .project-common-form-row .project-common-form-column .project-common-form-item .project-common-form-item-content .project-common-form-item-el-textarea .el-input__count {
  right: unset;
  left: 24px;
  bottom: 12px;
}
.project-common-display-form {
  border-radius: var(--cornerRadius-016, 16px);
  border: solid 1px rgba(var(--Line-Normal-Neutral));
  background: rgb(var(--Background-Normal-Normal));
  display: flex;
  flex-direction: row;
  gap: var(--spacing-032, 32px);
}
.project-common-display-form .pcdf-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-bold-title {
  color: rgb(var(--Label-Strong));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value {
  display: flex;
  align-items: center;
  border-radius: var(--cornerRadius-012, 12px);
  border: solid 1px rgba(var(--Line-Normal-Neutral));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-left {
  padding: var(--spacing-020, 20px) var(--spacing-012, 12px) var(--spacing-020, 20px) var(--spacing-012, 12px);
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-left .pravl-avatar {
  width: 32px;
  display: block;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: var(--spacing-014, 14px) var(--spacing-016, 16px) var(--spacing-014, 14px) var(--spacing-004, 4px);
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-right .pravr-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: rgb(var(--Label-Normal));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-avatar-container .pdcd-row-avatar-value .prav-right .pravr-value {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-normal-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-normal-container .pdcd-row-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: rgba(var(--Label-Alternative));
}
.project-common-display-form .pcdf-column .pdcd-row .pdcd-row-normal-container .pdcd-row-value {
  color: rgb(var(--Label-Normal));
  max-width: 300px;
  word-wrap: break-word;
}
.project-common-edit-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 12px;
}
/*滚动条样式*/
::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  border-radius: 0;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
