.payment-card {
  display: flex;
  padding: 0.75rem;
}

.payment-card.active {
  display: flex;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
  padding: 0.75rem;
  outline-color: #064e3b;
}

.payment-card:hover:not(.active) button > * {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.Idle-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.Active-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.Suspend-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.SuspendByIMEILocked-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.Barring-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.BarringNoB28-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.Predeactive-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.Deactive-service {
  margin-right: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.t-checkout-card {
  overflow: hidden;
  min-width: 280px;
  min-height: 200px;
  max-width: 280px;
  aspect-ratio: 116/70;
  width: 100.00%;
}

.t-checkout-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  top: -30%;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
}

.t-checkout-card .chip {
  position: absolute;
}

.t-checkout-card .logo {
  position: absolute;
  top: 130px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #ea222c;
  border-radius: 50%;
  box-shadow: -40px 0 0 rgba(0, 0, 0, 0.5);
}

.t-checkout-card .data-form {
  color: var(--primary);
  padding-top: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.t-checkout-card .data-form .card-input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: start;
  justify-content: space-between;
}
/*# sourceMappingURL=styles.css.map */