@import './var.less';

.pisell-lowcode__eft-pay-amount {
  display: flex;
  flex-direction: column;
}

.pisell-lowcode__eft-pay-step-box {
  display: flex;
  flex-direction: column;
  gap: 4;
  margin: 4px 0;
}
.pisell-lowcode__eft-pay-sub-title,
.pisell-lowcode__eft-pay-step-item,
.pisell-lowcode__eft-pay-step-item-success {
  color: var(--gray-true-900, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */

  white-space: pre-line;
}
.pisell-lowcode__eft-pay-step-item-icon {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.pisell-lowcode__eft-pay-step-item-warn {
  color: var(--error-600, #d92d20);
}
.pisell-lowcode__eft-pay-step-item-loading {
  color: var(--gray-500, #667085);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-step-item-tip {
  color: var(--gray-500, #667085);
  /* Text sm/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-step-item-btns {
  margin: 24px 0 0 0;
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.pisell-lowcode__eft-pay-step-item-btn {
  flex: 1;
  height: 48px !important;
}

.pisell-lowcode__eft-pay-amount-body {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}

.pisell-lowcode__eft-pay-cash {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pisell-lowcode__eft-pay-cash::after {
  content: attr(data-money);
}

.pisell-lowcode__eft-pay-money {
  display: flex;
  flex-direction: column;
  gap: 8px;
  // margin-top: 24px 0 20px;
}
.pisell-lowcode__eft-pay-cash,
.pisell-lowcode__eft-pay-money-title {
  color: var(--Gray-700, #344054);
  /* Text sm/Semibold */

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-money-tip {
  color: var(--Gray-600, #475467);
  /* Text sm/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-surcharge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  // margin: 20px 0 24px;
}
.pisell-lowcode__eft-pay-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pisell-lowcode__eft-pay-total {
  color: var(--Gray-900, #101828);
  /* Text sm/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-money {
  color: var(--Gray-900, #101828);
  /* Text sm/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.pisell-lowcode__eft-pay-amount-hint {
  align-items: center;
  display: flex;
  padding: 16px;
  gap: 16px;
  align-self: stretch;

  border-radius: 12px;
  border: 1px solid var(--Warning-300, #fec84b);
  background: var(--Warning-25, #fffcf5);

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

  color: var(--Warning-700, #b54708);
  /* Text sm/Semibold */

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-amount-warn {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pisell-lowcode__eft-pay-amount-warn-icon {
  color: #ee837a;
  font-size: 16px;
}
.pisell-lowcode__eft-pay-amount-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pisell-lowcode__eft-pay-amount-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.pisell-lowcode__eft-pay-amount-item-title {
  color: var(--Gray-700, #344054);

  /* Text sm/Semibold */

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-amount-push {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.pisell-lowcode__eft-pay-amount-body,
.pisell-lowcode__eft-pay-body {
  flex: 1;
  overflow: auto;
}

.pisell-lowcode__eft-pay-fail-title,
.pisell-lowcode__eft-pay-warn-title {
  color: var(--gray-900, #101828);
  /* Text lg/Semibold */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

.pisell-lowcode__eft-pay-fail-text,
.pisell-lowcode__eft-pay-warn-text {
  color: var(--error-600, #d92d20);
  /* Text sm/Regular */

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */

  white-space: pre-line;
}

.pisell-lowcode__eft-pay-step-item-resolve {
  color: var(--gray-true-900, #141414);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-manual-btn {
  // height: ;
  height: 48px !important;
}

.pisell-lowcode__eft-pay-box {
  max-height: var(--pisel-lc-pos-pay-max-height, unset);
  width: var(--pisel-lc-pos-pay-width, 600px);
  max-width: 100%;
  padding: var(--pisel-lc-pos-pay-padding, 24px);
}

.pisell-lowcode__eft-pay-amount {
  max-height: var(--pisel-lc-pos-amount-max-height, unset);
  width: var(--pisel-lc-pos-amount-width, 600px);
  max-width: 100%;
  padding: var(--pisel-lc-pos-device-padding, 0 24px 24px);
}

.pisell-lowcode__eft-pay-terminal {
  width: var(--pisel-lc-pos-terminal-width, 100%) !important;
  height: var(--pisel-lc-pos-terminal-height, 100%) !important;
  max-height: var(--pisel-lc-pos-terminal-max-height, unset) !important;
  display: flex;
  flex-direction: column;
}

.pisell-lowcode__eft-pay-tyro-text {
  color: var(--Gray-900, #101828);
  /* Text sm/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 0 0 12px 0;
}
