/* USDT 입금 지갑 주소 안내 팝업 — 사이트 충전/로그인 팝업 톤 */
.idx-usdt-wallet-popup {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  box-sizing: border-box;
}

.idx-usdt-wallet-popup.idx-usdt-wallet-popup--open {
  display: flex;
}

.idx-usdt-wallet-popup__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.idx-usdt-wallet-popup__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  padding: 24px 20px 18px;
  border-radius: 14px;
  background: #272a31;
  border: 1px solid #42425a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.idx-usdt-wallet-popup__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 2px solid #00bc7d;
  color: #00bc7d;
  font: 700 26px/42px Georgia, "Times New Roman", serif;
  text-align: center;
}

.idx-usdt-wallet-popup__title {
  margin: 0 0 14px;
  font: 600 16px/1.35 "Noto Sans KR", Helvetica, sans-serif;
  color: #fff;
}

.idx-usdt-wallet-popup__body {
  margin: 0 0 14px;
  font: 400 13px/1.65 "Noto Sans KR", Helvetica, sans-serif;
  color: #d1d5dc;
  text-align: center;
}

.idx-usdt-wallet-popup__body p {
  margin: 0;
}

.idx-usdt-wallet-popup__howto {
  margin: 14px 0 0;
  font-weight: 700;
  color: #fff;
}

.idx-usdt-wallet-popup__steps {
  margin: 4px 0 0;
}

.idx-usdt-wallet-popup__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  margin: 0 0 16px;
  padding: 6px 8px 6px 12px;
  border-radius: 8px;
  background: #363642;
  border: 1px solid #42425a;
  box-sizing: border-box;
  text-align: left;
}

.idx-usdt-wallet-popup__bar-label {
  flex: 1 1 auto;
  min-width: 0;
  font: 500 12px/1.4 "Noto Sans KR", Helvetica, sans-serif;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.idx-usdt-wallet-popup__bar-label[data-wallet] {
  white-space: nowrap;
}

.idx-usdt-wallet-popup__copy {
  flex: 0 0 auto;
  height: 28px;
  padding: 0 10px;
  border: none;
  border-radius: 8px;
  background: #00bc7d;
  color: #fff;
  font: 600 11px/1 "Noto Sans KR", Helvetica, sans-serif;
  box-shadow: 0 0 12px #10b9814c;
  cursor: pointer;
  white-space: nowrap;
}

.idx-usdt-wallet-popup__copy:disabled {
  opacity: 0.55;
  cursor: default;
  box-shadow: none;
}

.idx-usdt-wallet-popup__copy.is-copied {
  background: #059669;
}

.idx-usdt-wallet-popup__notes {
  margin: 0 0 18px;
  text-align: left;
}

.idx-usdt-wallet-popup__notes-title {
  margin: 0 0 8px;
  font: 600 13px/1.4 "Noto Sans KR", Helvetica, sans-serif;
  color: #fff;
}

.idx-usdt-wallet-popup__notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.idx-usdt-wallet-popup__notes li {
  margin: 0 0 6px;
  font: 400 12px/1.55 "Noto Sans KR", Helvetica, sans-serif;
  color: #99a1af;
}

.idx-usdt-wallet-popup__notes li:last-child {
  margin-bottom: 0;
}

.idx-usdt-wallet-popup__confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 40px;
  padding: 0 24px;
  border: none;
  border-radius: 10px;
  background: #00bc7d;
  color: #fff;
  font: 600 14px/1 "Noto Sans KR", Helvetica, sans-serif;
  box-shadow: 0 0 15px #10b9814c;
  cursor: pointer;
}

.idx-usdt-wallet-popup__confirm:disabled {
  opacity: 0.55;
  cursor: default;
  box-shadow: none;
}
