.payment_Method {
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/H6 - Med */
  /* font-family: "Be Vietnam Pro"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: #000;
  flex-grow: 1;
}
.payment_Main_Layout {
  height: 100vh;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}

/* html,
body:has(.payment_Main_Layout) {
  overscroll-behavior: contain;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
} */
.custom-tabs {
  display: flex;
  width: 100%;
  position: relative;
  /* border-bottom: 1px solid #e0e0e0; */
  background-color: #fff;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  transition: color 0.3s;
  color: #434343;
  /* Desktop/Button Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.2px;
}

.tab.active {
  color: #000;
  text-align: center;
  /* Desktop/Button Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.2px;
}

.tab.inactive {
  color: #434343;
  text-align: center;
  /* Desktop/Button Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.2px;
}
.indicator {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #000 !important;
  /* transition: left 0.3s ease; */
}

.tab-content {
  padding: 16px 0;
}

.title_Cards {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.last4_digit_Cards {
  font-family: Roboto;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.add_Payment_Method {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: none !important;
}
.add_NewPayment_Method {
  display: block;
  width: 100%;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.add_payment_icon {
  /* position: absolute; */
  left: 16px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #000;
}
.chip_payment {
  border-color: #a230c1 !important;
  background: #e8cbef !important;
  color: #000 !important;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.add_payment_button {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  width: calc(100% - 32px);
  text-transform: none;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #000;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  position: relative;
  margin: 10px;
  font-size: 16px;
  user-select: none;
}

.custom-radio label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black; /* outer circle border */
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.custom-radio input[type="radio"]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: black; /* inner dot */
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.menuCard_Title {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.menuCard_Digit {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.menuCard_autoPay {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.menuCardAcc_autoPay {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-left: 8px;
  letter-spacing: 0.2px;
}

.menuCard_Remove {
  color: #e22721;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-left: 8px;
  letter-spacing: 0.2px;
}

.menuCard_Remove_Des {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.remove_Payment_Button {
  border-radius: 8px;
  background: #e22721;
  height: 56px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.remove_Payment_Text {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.remove_Payment_Cancel_Btn {
  border-radius: 8px;
  background: transparent;
  height: 56px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  box-shadow: none;
  border: none;
}

.remove_Payment_CancelText {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.2px;
  text-transform: none;
}
.checkbox-container {
  display: flex;
  justify-content: flex-start; /* aligns content to the left */
  align-items: center;
  width: 100%; /* optional: ensures full-width alignment context */
}

.custom-checkbox {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-checkbox .mud-checkbox-input {
  border-radius: 4px !important;
  background: black !important;
  color: white !important;
  width: 24px;
  height: 24px;
}

.custom-checkbox .mud-checkbox-label {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.1px;
}
.remove_Payment_Bottom_Desc {
  color: #434343;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.usepayment-save-label {
  color: var(--Type-Colors-Dark-Type---Primary, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.bottom_add_button {
  position: fixed;
  bottom: 20px;
  left: 0;
  padding: 0 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.time-link {
  color: #e22721 !important; /* Default link color */
  text-decoration: none !important;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-left: 8px;
  letter-spacing: 0.2px;
}

.time-link:hover {
  color: #e22721 !important; /* Default link color */
  text-decoration: none !important;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-left: 8px;
  letter-spacing: 0.2px;
}
