.pisell-lowcode__eft-pay-device-box {
  max-height: var(--pisel-lc-pos-device-max-height, 600px);
  width: var(--pisel-lc-pos-device-width, 600px);
  max-width: 100%;
  padding: var(--pisel-lc-pos-device-padding, 0 24px 24px);
  display: flex;
  flex-direction: column;
}
.pisell-lowcode__eft-pay-device-list,
.pisell-lowcode__eft-pay-device-error {
  display: flex;
  flex-direction: column;

  overflow: auto;
  min-height: 200px;
  margin: 0 0 20px;
}

.pisell-lowcode__eft-pay-device-list {
  gap: 10px;
}
.pisell-lowcode__eft-pay-device {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #eaecf0);
  background: #fff;

  color: var(--Gray-900, #101828);
  /* Text sm/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}
.pisell-lowcode__eft-pay-device.active,
.pisell-lowcode__eft-pay-device:hover {
  background: var(--Gray-50, #f9fafb);
}

.pisell-lowcode__eft-pay-device-content{
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  overflow: auto;
}

.pisell-lowcode__eft-pay-device-error {
  gap: 20px;
}
.pisell-lowcode__eft-pay-device-error-tit {
  color: var(--Gray-900, #101828);

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

.pisell-lowcode__eft-pay-device-error-txt {
  color: var(--Gray-900, #101828);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-device-name {
  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-device-money {
  color: var(--Gray-900, #101828);
  /* Text sm/Semibold */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.pisell-lowcode__eft-pay-device-sucharge {
  color: var(--Gray-500, #667085);
  /* Paragraph/Regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
