
.nach-insufficient-balance-container[data-v-3e993a9c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
  width: 100%;
  box-sizing: border-box;
}
.icon-circle[data-v-3e993a9c] {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, #fce4ec 0%, #f8bbd0 70%, #ef9a9a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 24px;
}
.x-badge[data-v-3e993a9c] {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e53935;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}
.title-text[data-v-3e993a9c] {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}
.subtitle[data-v-3e993a9c] {
  font-size: 0.95em;
  color: #888;
  margin-bottom: 4px;
  padding: 0 20px;
  line-height: 1.4;
}
.question[data-v-3e993a9c] {
  font-size: 0.95em;
  color: #1976d2;
  margin-bottom: 30px;
  padding: 0 20px;
  line-height: 1.4;
}
.amounts-section[data-v-3e993a9c] {
  width: 90%;
  max-width: 400px;
  margin-bottom: 36px;
}
.amount-row[data-v-3e993a9c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  margin-bottom: 14px;
  background: white;
  font-size: 0.95em;
}
.saldo-row[data-v-3e993a9c] {
  border-color: #ef9a9a;
}
.amount-row .value[data-v-3e993a9c] {
  font-weight: bold;
}
.buttons-container[data-v-3e993a9c] {
  width: 90%;
  max-width: 400px;
}
.pay-btn[data-v-3e993a9c] {
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0;
}
.cancel-btn[data-v-3e993a9c] {
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0;
  border-width: 1px;
}

