.body-intarnal-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.other-payment-options-container {
  border-radius: 16px;
  margin: 16px 0;
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
}

.other-payment-options-title {
  font-family: "Rubik-Medium";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #000;
}

.other-payment-options-subtitle {

  font-size: 14px;
  color: #000;
  margin-bottom: 18px;
}

.other-payment-options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.other-payment-option-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #eee;
  border-radius: 12px;
  padding: 16px 16px 16px 10px;
  cursor: pointer;
  transition: box-shadow 0.15s, border 0.15s;
  outline: none;
  width: 100%;
  gap: 12px;
}

.other-payment-option-card:hover,
.other-payment-option-card:focus {
  border: 1.5px solid #ed1c24;
  box-shadow: 0 2px 8px rgba(237, 28, 36, 0.08);
}

.other-payment-option-avatar {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0px;
}

.other-payment-option-label {
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  flex: 1 1 auto;
  text-align: left;
}

.other-payment-option-arrow {
  font-size: 22px;
  color: #bdbdbd;
  margin-left: 8px;
  font-weight: 500;
  line-height: 1;
}

.mobile-number-amount-list-container {
  background: #fff;
  padding: 20px 12px;
  max-width: 480px;
  margin: 0px auto;
  max-width: 100%;
  border-radius: 12px;
  background: #fff;
  /* Shadow/Card */
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.mnal-add-btn {
  border: 1px solid #080808;
  background: #fff;
  color: #080808;
  border-radius: 24px;
  padding: 6px 22px;
  font-size: 12px;
  font-family: "Rubik-Medium";
  font-weight: 500;
  cursor: pointer;
  transition: border 0.2s, color 0.2s;
  height: 32px;
}

.mnal-add-btn:hover,
.mnal-add-btn:focus {
  border: 1px solid #ed1c24;
  color: #ed1c24;
}

.mnal-row {
  border-bottom: 1px solid #D2D4DB;
  padding: 16px 0;
}

.mnal-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mnal-row-main {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mnal-row-main:last-child .mnal-fields {
  margin: 0;
}

.mnal-checkbox {
  margin-top: 32px;
  accent-color: #ed1c24;
}

.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  box-shadow: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0px;
  border-radius: 4px;
  border: 2px solid #d2d5db;
  width: 18px;
  height: 18px;
}

.form-group input:checked+label:before {
  background-color: #080808;
  border-color: #080808;
}

.form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: 3px;
  top: 3px;
  background-size: 12px;
}

.mnal-fields {
  flex: 1 1 auto;
}

.mnal-label-group {
  display: flex;
  gap: 12px;
}

.mnal-label {
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  flex: 50%;
  color: #080808;
  margin-bottom: 4px;
  line-height: normal;
}

.mnal-label:last-child {
  max-width: 100px;
}

/*.mnl*/
.mnl-input-label1 {
  width: 55%;
}

.mnl-input-label1 .mnal-input-group {
  width: 100%;
}

.mnl-input-label2 {
  width: 30%;
}

.mnal-required {
  color: #ed1c24;
  margin-left: 2px;
}

.mnal-input-group {
  display: flex;
  gap: 16px;
}

.mnal-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 0 8px;
  min-width: 115px;
  height: 48px;
  flex: 1;
  max-width: 115px;
  margin-bottom: 4px;
}

.mnal-input-wrapper.close,
.mnal-input-wrapper.contact {
  padding-right: 24px;
  position: relative;
  flex: 1;
  max-width: none;
  width: 160px;
}

.mnal-input-wrapper.close .input-close-icon {
  position: absolute;
  right: 8px;
}

.sup-txt {
  color: #9DA3AE;
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
}

.input-contact {
  position: relative;
}

.input-contact .input-contact-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-family: "Rubik-Medium";
  font-weight: 500;
}

.input-contact .input-kd-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-size: 16px;
}

.mnal-input-wrapper.contact .input-contact-icon {
  position: absolute;
  right: 8px;
}

.mnal-input {
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Rubik-Medium";
  font-weight: 500;
  color: #080808;
  width: 100%;
  outline: none;
  /* padding: 0 4px; */
}

.mnal-input::-moz-placeholder {
  font-size: 12px;

  color: #9da3ae;
}

.mnal-input::placeholder {
  font-size: 12px;

  color: #9da3ae;
}

.mnal-input:disabled {
  color: #bdbdbd;
  background: #fafbfc;
}

.mnal-amount-input {
  text-align: right;
  font-family: "Rubik-Medium";
  font-weight: 500;
}

.mnal-currency {
  font-size: 14px;
  color: #080808;
  margin-right: 6px;
  font-family: "Rubik-Medium";
  font-weight: 500;
}

.mnal-clear-btn {
  background: none;
  border: none;
  color: #bdbdbd;
  font-size: 20px;
  cursor: pointer;
  margin-left: 4px;
  padding: 0;
}

.mnal-meta-group {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #9da3ae;
  margin-top: 2px;

}

.mnal-username {
  flex: 50%;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; */
  display: flex;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.mnal-days {
  flex: 50%;
  margin-left: 16px;
  max-width: 110px;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noti-cont {
  margin-left: 18px;
  display: flex;
  gap: 12px;
}

.mnal-status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  font-size: 12px;
  padding: 8px 8px;

  flex: 1;
}

.pointer {
  cursor: pointer;
}

.mnal-status-row-link {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  font-size: 12px;
  color: #5271ff;

}

.mnal-status-error {
  background: #f9eae8;
  color: #080808;
}

.mnal-status-nojoom {
  background: #ECFBF9;
  color: #080808 !important;
}

.mnal-status-icon {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.pm-main-container {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 28px 18px 18px 18px;
  max-width: 500px;
  margin: 0 auto 32px auto;
}

.pm-title {
  font-family: "Rubik-Medium";
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  margin: 0px;
  padding: 0px 0px 8px 0px;
}

.pm-total-bar {
  background: #F6F6F6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  font-size: 20px;
  font-family: "Rubik-Medium";
  font-weight: 500;
  color: #080808;
}

.myac-payment-section-title {
  gap: 4px !important;
}

.pm-total-label {
  font-family: "Rubik-Regular";
  color: #080808;
  font-size: 14px;

}

.pm-total-value {
  font-size: 18px;
  font-family: "Rubik-Medium";
  font-weight: 500;
  color: #080808;
}

.pm-section {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.section-title .pm-section-title {
  font-family: "Rubik-Medium";
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  margin: 0px;
}

.section-title .pm-section-sub {
  font-family: "Rubik-Regular";
  font-size: 14px;
  color: #080808;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pm-options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pm-option {
  display: flex;
  align-items: center;
  padding: 19px 16px;
  cursor: pointer;
  transition: border 0.2s, box-shadow 0.2s;
  width: 100%;
  text-align: left;
  gap: 12px;
  position: relative;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #ebecef;
  background: #fff;
  /* Shadow/Card */
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
}

.pm-option.selected {
  border: 2px solid #ed1c24;
  box-shadow: 0 0px 0px rgba(237, 28, 36, 0.08);
}

.pm-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.pm-radio-checked {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ed1c24;
}

.pm-radio-checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ed1c24;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/payment-radio-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  top: 10px;
  background-size: 14px;
}

.pm-radio-unchecked {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d2d5db;
}

.pm-label-icon {
  margin-right: 0px;
  display: flex;
  align-items: center;
}

.pm-label {
  font-family: "Rubik-Medium";
  font-size: 16px;
  font-weight: 500;
  color: #080808;
  flex: 1 1 auto;
  text-align: left;
}

.pm-sublabel {
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  color: #080808;
}

.pm-sublabel {

  font-size: 14px;
  color: #080808;
}

.pm-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 40px;
}

.pm-add-card-btn {
  background: none;
  border: none;
  color: #ed1c24;
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 16px auto;
  cursor: pointer;
  gap: 8px;
  transition: color 0.2s;
}

.pm-add-card-btn:hover,
.pm-add-card-btn:focus {
  color: #b80d18;
}

.pm-add-card-icon {
  display: flex;
  align-items: center;
  margin-left: 4px;
}

.fspace-48 {
  height: 48px;
}

.fspace-56 {
  height: 56px;
  margin-bottom: 16px;
}

.bh-main-container {
  background: #fff;
  width: 100%;
  margin: 0 auto 32px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.bh-title {
  font-family: "Rubik-Medium";
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  margin-bottom: 18px;
}

.bh-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.amdt-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}

.bh-item {
  border-radius: 12px;
}

.bh-item .bh-item-cont {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 12px;
  border: 0.5px solid #d2d5db;
  background: #fff;
}

.bh-item .viewbill-link {
  color: #080808;
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.bh-item-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.bh-item-date {
  font-size: 14px;
  color: #1B1B1B;
  letter-spacing: -0.28px;
}

.bh-item-amount {
  font-family: "Rubik-Medium";
  color: #080808;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

.bh-item-amount-pr {
  font-family: "Rubik-Medium";
  color: #080808;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

.bh-item-status-text {
  font-family: "Rubik-Medium";
  color: #080808;
  font-size: 14px;
  line-height: 24px;
}

.bh-item-status-text.paid {
  color: #33baa3;
}

.bh-item-status-text.partially {
  color: #eaaa08;
}

.bh-item-status-text.pending {
  color: #e31c24;
}

.bh-item-status-cont {
  padding: 8px 16px;
}

.bh-item-status {
  min-width: 80px;
  font-family: "Rubik-Medium";
  border-radius: 30px;
  border: 1px solid #000;
  display: inline-flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Colors-Neutral-900, #080808);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.bh-status-paid {
  background: #eafaf2;
  color: #1bbf5c;
}

.bh-status-unpaid {
  background: #F39DA1;
  color: #ed1c24;
}

.bh-status-partially {
  background: #FEF7C3;
  color: #eaaa08;
}

.bh-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bh-item-action {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bh-item-action:hover {
  background: #f5f5f5;
}

.sub-title {
  color: #080808;
  font-family: "Rubik-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 0;
}

.bfixed {
  bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 375px;
}

.uns-container {
  background: #fff;
}

.uns-name {

  font-size: 12px;
  color: #080808;
  margin-bottom: 2px;
}

.uns-row {
  display: flex;
  align-items: center;
  gap: 2px;
}

.uns-number {
  font-family: "Rubik-Medium";
  font-size: 16px;
  color: #080808;
  font-weight: 500;
  margin-right: 0px;
  line-height: normal;
}

.uns-switch {
  display: flex;
  background: #fdd7db;
  border-radius: 20px;
  overflow: hidden;
  height: 18px;
}

.uns-switch-btn {
  border: none;
  background: transparent;

  font-size: 10px;
  color: #000;
  padding: 0 8px;
  height: 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  outline: none;
}

.uns-switch-btn.active {
  font-family: 'Rubik-Medium';
  background: #ed1c24;
  color: #fff;
  border-radius: 20px;
}

.ph-main-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.phc-root {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.phc-date {
  font-size: 14px;
  color: #080808;
}

.phc-card {
  background: #fff;
  border: 1px solid #D2D5DB;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.03);
  max-width: 600px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 12px;
  width: 100%;
}

.phc-row {
  display: flex;
  align-items: center;
}

.phc-row-top {
  justify-content: space-between;
}

.phc-number {
  font-family: "Rubik-Medium";
  font-size: 16px;
  color: #080808;
  font-weight: 500;
}

.phc-amount {
  font-family: "Rubik-Medium";
  font-size: 16px;
  color: #080808;
}

.phc-arrow {
  margin-left: 0;
  display: flex;
  align-items: center;
  width: 16px;
}

.phc-arrow svg {
  width: 24px !important;
  height: 24px !important;
}

.phc-row-name {
  font-size: 14px;
  color: #080808;
  margin-bottom: 12px;
}

.phc-divider {
  border: none;
  border-top: 2px solid #d3d6db;
  margin: 0 0 12px 0;
}

.phc-row-bill {
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  margin-bottom: 6px;
}

.phc-bill-label {
  font-size: 14px;
  color: #080808;
  font-weight: 400;
}

.phc-row-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phc-card-logo {
  display: flex;
  align-items: center;
  width: 28px;
}

.phc-card-logo img {
  width: 100%;
  height: 100%;
}

.phc-card-type {
  font-family: "Rubik-Medium";
  font-size: 16px;
  font-weight: 500;
  color: #080808;
}

.td-card {
  width: 100%;
}

.td-card .price {
  color: #080808;
  font-family: "Rubik-Medium";
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  /* 135.714% */
}

.td-card .status {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Rubik-Medium";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.td-card .status.success {
  color: #33BAA3;
  margin-top: 4px;
}

.td-card .transaction-card {
  width: 100%;
  border-radius: 12px;
  background: var(--Colors-Base-White, #fff);
  /* Shadow/Card */
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 16px;
  color: #080808;
}

.td-card .title {
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Rubik-Medium";
  font-weight: 500;
}

.td-card .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  border-bottom: 1px dashed #d2d5db;
  padding-bottom: 8px;
}

.td-card .label {
  font-size: 12px;
  flex: 1;

}

.td-card .value {
  font-size: 12px;
  text-align: right;
  flex: 1;
  font-family: "Rubik-Medium";
  font-weight: 500;
}

.td-card .column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.info-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  padding: 16px;
  margin: 0 auto;
}

.gust-payment-sec {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-title {
  font-size: 18px;
  color: #080808;
  margin-bottom: 6px;
  font-family: "Rubik-Medium";
  font-weight: 500;
}

.info-subtitle {
  font-size: 14px;
  color: #080808;
  margin-bottom: 18px;
}

.info-section-title {
  font-size: 14px;
  font-family: "Rubik-Medium";
  color: #080808;
  margin-bottom: 18px;
  font-weight: 500;
}

.info-steps {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  position: relative;
}

.info-step {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 22px;
}

.info-step:last-child {
  margin-bottom: 0;
}

.info-step-icon {
  min-width: 18px;
  min-height: 18px;
  background: #f44336;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  z-index: 1;
  box-shadow: 0 1px 4px rgba(244, 67, 54, 0.08);
}

.info-step-content {
  flex: 1;
}

.info-step-label {
  color: #080808;
  margin-bottom: 2px;
  font-size: 14px;
  font-family: "Rubik-Medium";
  font-weight: 500;
}

.info-step-description {
  font-size: 14px;
  color: #080808;
  line-height: 1.4;
}

/* Vertical dashed line */
.info-steps {
  position: relative;
}

.info-steps:before {
  content: "";
  height: 260px;
  position: absolute;
  left: 8px;
  top: 14px;
  bottom: 0;
  width: 2px;
  border-left: 2px dashed #f44336;
  z-index: 0;
}

.info-step:last-child:after {
  content: none;
}

.pd-app-popup-overlay {
  position: fixed;
  z-index: 1100;
  inset: 0;
  background: rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pd-app-popup-modal {
  background: #fff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  margin: 0 auto 0px auto;
  padding: 24px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.2s;
  margin: 0 8px;
}

.pd-app-popup-modal .swtch-app-popup-close {
  position: static;
  width: 28px;
  height: 28px;
}

/* Modal Overlay */
.amount-details-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1000;
  animation: modalFadeIn 0.4s ease-out;
}

/* Modal Container */
.amount-details-modal {
  width: 100%;
  max-width: 375px;
  background: #fff;
  border-radius: 28px 28px 0px 0px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  animation: modalSlideIn 0.4s ease-out;
  transform: translateY(100%);
}

.amount-details-modal.open {
  transform: translateY(0);
}

.amount-details-modal.closing {
  animation: modalSlideOut 0.4s ease-in;
}

/* Modal Header */
.amount-details-modal-header {
  position: relative;
  padding: 18px 18px 0 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}

.amount-details-modal-drag-handle {
  width: 40px;
  height: 4px;
  background: #d2d5db;
  border-radius: 2px;
  margin-bottom: 16px;
}

.amount-details-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 24px;
  color: #080808;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: #f8f9fa;
  z-index: 1000;
}

.amount-details-modal-close:hover {
  background: #f8f9fa;
  color: #333;
}

/* Modal Content */
.amount-details-modal-content {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1;
  overflow-y: auto;
}

/* Warning Icon */
.amount-details-warning-icon {
  display: flex;
  justify-content: center;
  /* margin-bottom: 8px; */
}

.warning-circle {
  width: 80px;
  height: 80px;
  background: #fbbf24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

.warning-exclamation {
  font-family: "Rubik-Medium";
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

/* Title */
.amount-details-title {
  text-align: center;
  margin-bottom: 16px;
}

.amount-details-title h3 {
  font-family: "Rubik-Medium";
  font-size: 20px;
  font-weight: 500;
  color: #080808;
  margin: 0;
  line-height: 28px;
}

/* Amount Breakdown Card */
.amount-details-card {
  width: 100%;
  background: #F6F6F6;
  border: 0px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

/* Amount Rows */
.amount-details-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #EBECEF;
}

.amount-details-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.amount-details-row:first-child {
  padding-top: 0;
}

.amount-details-label {
  font-size: 16px;
  color: #080808;
  line-height: 22px;
}

.amount-details-value {
  font-family: "Rubik-Medium";
  font-size: 16px;
  color: #080808;
  line-height: 22px;
  font-weight: 500;
}

/* Total Row */
.total-row {
  margin-top: 0px;
  padding-top: 16px;
  border-top: 0px solid #e5e7eb;
}

.total-label {
  font-family: "Rubik-Medium";
  font-weight: 500;
  color: #dc2626;
}

.total-value {
  font-family: "Rubik-Medium";
  font-weight: 500;
  color: #dc2626;
}

/* Animations */
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes modalSlideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

.myacpayment-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.myacpayment-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.myacpayment-header h2 {
  margin: 0px;
  padding: 0px;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .bfixed {
    /* margin-bottom: 63px; */
    margin-bottom: 30px;
  }

  .bfixed-remove {
    margin-bottom: 0px !important;
  }

  .amount-details-modal {
    max-height: 85vh;
  }

  .amount-details-modal-content {
    padding: 0 20px 20px 20px;
  }

  .warning-circle {
    width: 70px;
    height: 70px;
  }

  .warning-exclamation {
    font-size: 32px;
  }
}

/* Quick Recharge Modal Styles */
/* Modal Overlay */
.quick-recharge-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1000;
  animation: modalFadeIn 0.4s ease-out;
}

/* Modal Container */
.quick-recharge-modal {
  width: 100%;
  max-width: 375px;
  background: #fff;
  border-radius: 28px 28px 0px 0px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  animation: modalSlideIn 0.4s ease-out;
  transform: translateY(100%);
}

.quick-recharge-modal.open {
  transform: translateY(0);
}

.quick-recharge-modal.closing {
  animation: modalSlideOut 0.4s ease-in;
}

/* Modal Header */
.quick-recharge-modal-header {
  position: relative;
  padding: 18px 18px 0 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}

.quick-recharge-modal-drag-handle {
  width: 40px;
  height: 4px;
  background: #d2d5db;
  border-radius: 2px;
  margin-bottom: 16px;
}

.quick-recharge-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 20px;
  color: #080808;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  background: #F0F0F0;
  z-index: 1000;
}

.quick-recharge-modal-close:hover {
  background: #F0F0F0;
  color: #333;
}

/* Modal Content */
.quick-recharge-modal-content {
  padding: 0 20px 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  overflow-y: auto;
}

/* Title Section */
.quick-recharge-title-section {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.quick-recharge-title-section h3 {
  margin: 0px;
  padding: 0px;
}

.quick-recharge-title {
  font-family: "Rubik-Medium";
  font-size: 20px;
  font-weight: 500;
  color: #080808;
  margin: 0 0 4px 0;
  line-height: 28px;
}

.quick-recharge-account-number {
  font-size: 14px;
  color: #080808;
  line-height: 20px;
  opacity: 0.8;
  margin: 0;
}

/* Amount Input Section */
.quick-recharge-amount-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quick-recharge-amount-label {
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  margin: 0;
  line-height: 22px;
}

.quick-recharge-input-container {
  font-family: "Rubik-Medium";
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 16px;
  height: 48px;
  transition: border-color 0.2s ease;
  gap: 6px;
  color: #080808;
  font-weight: 500;
}

.quick-recharge-input-container:focus-within {
  border-color: #ed1c24;
}

.quick-recharge-currency {
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  flex-shrink: 0;
  display: flex;
  gap: 8px;
}

.quick-recharge-input {
  font-family: "Rubik-Regular";
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #080808;
  background: transparent;
  padding: 0;
  margin: 0;
}

.quick-recharge-input::-moz-placeholder {
  color: #9ca3af;
}

.quick-recharge-input::placeholder {
  color: #9ca3af;
}

.quick-recharge-input:disabled {
  color: #9ca3af;
  cursor: not-allowed;
}

.quick-recharge-validity {

  font-size: 12px;
  color: #6b7280;
  line-height: 16px;
  margin: 0;
}

/* Amount Options Swiper */
.quick-recharge-amount-options {
  margin: 0px -16px;
}

.quick-recharge-swiper {
  width: 100%;
  padding: 0px 16px !important;
}

.quick-recharge-slide {
  width: 103px !important;
}

.quick-recharge-slide2 {
  width: 103px !important;
}

.quick-recharge-amount-btn {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 30px;
  font-family: "Rubik-Medium";
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 80px;
  text-align: center;
}

.quick-recharge-amount-btn:hover {
  border-color: #e5e7eb;
  color: #080808;
}

.quick-recharge-amount-btn.selected {
  background: #080808;
  border-color: #080808;
  color: #fff;
  padding: 8px 35px;
}

/* Promotional Banner */
.quick-recharge-promo-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fef7c3;
  /* border: 1px solid #ff6b35; */
  border-radius: 8px;
  padding: 8px;
  margin-top: 8px;
}

.quick-recharge-promo-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #fbbf24;
}

.quick-recharge-promo-icon img {
  width: 20px;
  height: 20px;
}

.quick-recharge-promo-text {
  font-size: 12px;
  color: #080808;
  line-height: 20px;
  margin: 0;
}

.quick-recharge-promo-text strong {
  font-family: "Rubik-Medium";
  font-weight: 500;
}

/* Modal Footer */
.quick-recharge-modal-footer {
  padding: 0 24px 24px 24px;
  margin-top: auto;
  flex-shrink: 0;
}

.quick-recharge-pay-btn {
  width: 100%;
  background: #6b7280;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px 24px;
  font-family: "Rubik-Medium";
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  line-height: 24px;
}

.quick-recharge-pay-btn:not(:disabled) {
  background: #ed1c24;
}

.quick-recharge-pay-btn:not(:disabled):hover {
  background: #c41820;
}

.quick-recharge-pay-btn:not(:disabled):active {
  background: #a31418;
}

.quick-recharge-pay-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Animations */
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes modalSlideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .mnal-label {
    width: 100%;
  }

  .quick-recharge-modal {
    max-height: 85vh;
    max-width: 100%;
  }

  .quick-recharge-modal-content {
    padding: 0 20px 32px 20px;
  }

  .quick-recharge-modal-footer {
    padding: 0 20px 20px 20px;
  }

  .mnl-input-label1 {
    width: 100%;
  }

  .mnl-input-label2 {
    width: 30%;
  }

  .mnal-input-wrapper.close {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .mnl-input-label1 {
    width: 100%;
  }

  .mnl-input-label2 {
    width: auto;
  }
}

@media (max-width: 375px) {

  .mnal-input-wrapper.close,
  .mnal-input-wrapper.contact {
    padding-right: 24px;
    position: relative;
    flex: 1;
    max-width: none;
    width: 100%;
  }
}

/*# sourceMappingURL=payment.css.map */

.quick-roaming-promo-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 8px;
  text-align: left;
}

.quick-roaming-promo-text a {
  font-family: "Rubik-Medium";
  font-size: 14px;
  cursor: pointer;
  color: #080808;
}

.quick-roaming-promo-text span {
  font-family: "Rubik-Medium";
  font-size: 14px;
  cursor: pointer;
  color: #080808;
  /* margin-right: 5px; */
  /* margin-left: 5px; */
  align-items: flex-start;
  text-align: left !important;
}

.authenticate-link a {
  font-family: "Rubik-Medium";
  font-size: 14px;
  cursor: pointer;
  color: #080808;
}

/* Promotional Banner */
.quick-roaming-promo {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fef7c3;
  /* border: 1px solid #ff6b35; */
  border-radius: 8px;
  padding: 8px;
  margin-top: 8px;
}