/* Global Styles */
/* Font imports */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reddit+Mono:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");

:root {
  --primary-color: #f1ff5c; /* Bright yellow used in the header background */
  --secondary-color: #ffffff; /* White background for the form container */
  --dark-color: #22272d; /* Dark color used for the circle, button, and text */
  --light-color: #f9fcff; /* Very light blue background of the page */
  --primary-bg-color: #f9fcff;
  --high-contrast-dark-color: #000000;

  --padding-xs: 8.8px;
  --padding-sm: 13.2px;
  --padding-md: 17.6px;
  --padding-lg: 26.4px;

  --border-radius-lg: 13.2px;
  --border-radius-sm: 4.4px;
  --border-radius-md: 8.8px;

  --font-manrope: "Manrope", sans-serif;
  --font-reddysans: "Reddit Sans", sans-serif;
  --font-reddymono: "Reddit Mono", monospace;
  --font-sora: "Sora", sans-serif;
  --font-spacegrotesk: "Space Grotesk", sans-serif;
}

body {
  background: var(--primary-bg-color);
}

/* Signin Page */
.signin-container {
  background: var(--secondary-color);
  border-radius: var(--border-radius-lg);
  padding: var(--padding-md);
  min-width: 521px;
  max-width: 521px;
}

.signin-container.invoice {
  min-width: 833px;
  max-width: 833px;
}

.webx-header {
  width: 100%;
  height: 107px;
  background: var(--primary-color);
  border-radius: var(--border-radius-sm);
  padding-left: var(--padding-lg);
  padding-right: var(--padding-lg);
  padding-top: var(--padding-md);
  padding-bottom: var(--padding-md);
  background-image: url("../assets/settings-pattern.png");
}

.webx-header-logo-container img {
  width: 114px;
  margin-bottom: 5px;
}

.webx-header-logo-container p {
  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  color: var(--high-contrast-dark-color);
}

.webx-header-avatar-title-container {
  margin-top: -50px;
  padding-left: 26.5px;
}

.webx-header-title-container {
  margin-top: -30px;
  padding-left: 110px;
}

.webx-header-avatar-container {
  background: var(--dark-color);
  border-radius: 50%;
  width: 96px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webx-header-amount {
  font-family: var(--font-reddymono);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.webx-header-amount span {
  font-family: var(--font-reddymono);
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  position: absolute;
}

.webx-header-org-name {
  font-family: var(--font-sora);
  font-size: 12px;
  font-weight: 400;
  color: var(--high-contrast-dark-color);
}

.webx-body-container {
  margin-top: 20px;
  padding-left: 42px;
  padding-right: 42px;
}

.signin.form-group {
  display: flex;
  flex-direction: column;
  gap: 8.8px;
  margin-bottom: 9px;
}
.signin.form-group label {
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 600;
  color: var(--high-contrast-dark-color);
}
.signin.form-group input:not([type="radio"]),
.signin.input-group input:not([type="radio"]),
.signin.form-group select {
  height: 44px;
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 500;
  color: var(--high-contrast-dark-color);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--border-radius-sm);
  padding: var(--padding-xs);
}

.signin.input-group input {
  border-left: none;
}

.signin.input-group button {
  height: 44px;
  border-radius: var(--border-radius-sm);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 500;
  color: var(--high-contrast-dark-color);
}

.signin.input-group .dropdown-divider {
  height: 22px;
  width: 2.8px;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.dropdown-item {
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 500;
  color: var(--high-contrast-dark-color);
}

.footer-powered-by-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer-powered-by-container p {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-manrope);
  font-size: 9.114px;
  font-weight: 600;
  line-height: 13.671px;
  letter-spacing: 0.046px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.footer-powered-by-container img {
  width: 87px;
}

.footer-payment-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-payment-container .divider {
  width: 2px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.12);
}

/* Checkout Page */

.checkout-container {
  max-width: 990px;
  margin: auto;
  padding-top: 37px;
}

.checkout-container .webx-header {
  height: 83px !important;
  padding-left: 138px;
  position: relative;
}

.webx-header-avatar-container.checkout {
  position: absolute;
  top: 32px;
  left: 23px;
}

.webx-header-title-container.checkout {
  padding-left: 0;
  margin-top: 0;
}

.webx-header-title-container.checkout h1 {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-sora);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}

.webx-header-title-container.checkout p {
  color: #a7a7a7;
  font-family: var(--font-reddymono);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06px;
}

.webx-left-header-title-container h2 {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-sora);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  letter-spacing: -0.48px;
  margin: 0;
}

.webx-left-header-title-container p {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin: 0;
}

.wcbc-leftside {
  display: flex;
  width: 39%;
  padding: var(--padding-md);
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding-top: 74px;
  justify-content: space-between;
}

.wcbc-rightside {
  display: flex;
  padding: var(--padding-lg) var(--padding-md);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--padding-md);
  flex: 1 0 0;
  align-self: stretch;
  background: var(--secondary-color, #fff);
  box-shadow: -10px 111px 47px 0px rgba(0, 0, 0, 0.1);
}

.webx-checkout-inner-page {
  min-height: 557px;
}

.webx-checkout-inner-page .wcbc-leftside {
  width: 50%;
}

.checkout-footer {
  display: flex;
  padding: var(--padding-md) 31px var(--padding-md) 28px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px var(--border-radius-md) var(--border-radius-md);
  background: var(--secondary-color);
  position: relative;
  z-index: 100;
}

.checkout-footer-left p {
  color: var(--high-contrast-dark-color);
  text-align: left;
  font-family: var(--font-sora);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.06px;
  margin: 0;
}

.checkout-footer-left h3 {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-reddymono);
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  letter-spacing: -0.48px;
  margin: 0;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  flex-wrap: wrap;
}

.checkout-footer-left h3 span {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-reddymono);
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.06px;
  font-feature-settings: "sups" on;
  position: absolute;
  top: 0;
  right: -23px;
}

.checkout-form-title {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-manrope);
  font-size: 17px;
  font-weight: 600;
  line-height: 24.5px;
  letter-spacing: 0.06px;
}

.footer-divider {
  background: var(--primary-bg-color);
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}

.payment-options-container {
  width: 100%;
  border-radius: var(--border-radius-md);
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, minmax(120px, 1fr));
  overflow: hidden;
  gap: 0;
}

.payment-option-item {
  border: none;
  display: flex;
  padding: var(--padding-md);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  min-height: 120px;
  position: relative;
  box-sizing: border-box;
}

/* Add internal borders using pseudo-elements for better scaling */
.payment-option-item::before,
.payment-option-item::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 1;
}

/* Right border for items not in the last column */
.payment-option-item:nth-child(3n + 1)::after,
.payment-option-item:nth-child(3n + 2)::after {
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
}

/* Bottom border for items not in the last row */
.payment-option-item:nth-child(-n + 6)::before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.payment-option-item-icon {
  margin-bottom: 30px;
}
.payment-option-title {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  margin: 0;
}

.payment-option-description {
  color: #606060;
  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06px;
  margin: 0;
}

.payment-option-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  z-index: 2;
}

.payment-option-item:has(a):hover {
  background-color: #f9fcff;
}

.payment-option-item:has(a):active {
  background-color: var(--primary-color);
}

.payment-option-item:hover a {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .signin-container {
    min-width: 100%;
    max-width: 100%;
    padding: 0 0 10px 0;
    margin-top: 10px;
    gap: 26px;
  }

  .signin-container.footer-container {
    padding: var(--padding-md);
  }

  .wcbc-leftside,
  .wcbc-rightside {
    width: 100%;
  }

  .payment-options-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .payment-option-item:nth-child(3) {
    display: none;
  }

  /* Override border styles for 6th and 7th items in mobile */

  .payment-option-item:nth-child(7) {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.wcbc-rightside-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8.4px;
}

.wcbc-rightside-header a {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0.06px;
  text-decoration: none;
}

.wcbc-rightside-header img {
  width: 94px;
}

.wcbc-rightside-content {
  width: 100%;
  padding-left: var(--padding-sm);
  padding-right: var(--padding-sm);
}

.installment-option .title {
  color: var(--high-contrast-dark-color);

  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.06px;
  padding: 0;
  margin-bottom: 8px;
}

.installment-option .amount {
  color: #606060;
  font-family: var(--font-reddymono);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06px;
}

.installment-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.bnpl-plan-breakdown {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  padding-bottom: 17px;
}

.bnpl-plan-header h5 {
  color: #606060;
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.06px;
}

.bnpl-plan-header h5 span {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.06px;
}

.bnpl-plan-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bnpl-detail-row {
  font-family: var(--font-manrope);
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.06px;
}

.bnpl-detail-row span:first-child {
  color: #606060;
  font-weight: 400;
}

.bnpl-detail-row span:last-child {
  color: var(--high-contrast-dark-color);
  font-weight: 600;
}

.bnpl-plan-breakdown:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}

.bnpl-plan-breakdown > svg,
.bnpl-plan-breakdown > .circle-dot {
  position: absolute;
  left: -10px;
  top: 0;
  background: white;
}

.bnpl-plan-breakdown > .circle-dot {
  width: 11px;
  height: 11px;
  left: -5px;
  border-radius: 11px;
  background: var(--high-contrast-dark-color);
}

.loading-container .webx-header {
  padding-left: var(--padding-lg);
}

.loading-container .webx-loading-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.otp-container {
  display: flex;
  width: 542px;
  padding: var(--padding-lg) var(--padding-md);
  align-items: flex-start;
  gap: var(--padding-md);
  align-self: stretch;
  background: var(--secondary-color);
  box-shadow: -10px 111px 47px 0px rgba(0, 0, 0, 0.1);
}

.webx-payment-status-page {
  min-height: 557px;
}

.payment-status-label {
  display: flex;
  width: 244px;
  padding: var(--padding-sm);
  align-items: center;
  gap: var(--padding-xs);
  border-radius: var(--border-radius-md);
  background: #d2f3e1;
  color: #1fc16b;

  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.06px;
}

.payment-status-label.success {
  background: #d2f3e1;
  color: #1fc16b;
}

.payment-status-label.failed {
  background: #f6cbcf;
  color: #e36872;
}

.cvv-description {
  color: #7c7c7c;

  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06px;
}

.wallet-list a {
  display: flex;
  width: 84px;
  height: 50px;
  padding: var(--spacing-sm, 13.2px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: var(--border-radius-sm);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f9fcff;
}

.invoice-content-section {
  gap: 4.4px;
}

.invoice-content-section h6 {
  color: #606060;

  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06px;
  margin: 0;
}

.invoice-content-section p {
  color: var(--high-contrast-dark-color) !important;

  font-family: var(--font-reddymono) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  letter-spacing: 0.06px !important;
  margin: 0 !important;
}

.checkout .webx-header-amount {
  font-size: 15px !important;
  font-family: var(--font-manrope) !important;
}

.invoice-right-side {
  margin-top: -40px;
}

.webx-invoice-table {
  margin-top: 26px;
}

.webx-invoice-table thead tr th:first-child {
  border-top-left-radius: 8.8px;
}
.webx-invoice-table thead tr th:last-child {
  border-top-right-radius: 8.8px;
}

.webx-invoice-table thead tr th {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--primary-color);
  color: var(--high-contrast-dark-color);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
}

.webx-invoice-table tbody tr td {
  padding: 10px 15px;
  overflow: hidden;
  color: var(--text-icon-on-surface-text-tx-dark-dim, #606060);
  text-overflow: ellipsis;

  /* Body Small */
  font-family: var(--merchant-portal, Manrope);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06px;
}

.webx-invoice-table tbody tr:nth-child(even) {
  background: #f4faff;
}

.invoice-footer {
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.checkout-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: var(--padding-md);
  padding-left: 29px;
}

.checkout-footer-links a:first-child {
  color: #606060;
  text-decoration: none;
  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06px;
}

.checkout-footer-links a:last-child {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-sora);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.06px;
}

.invoice-powered-by-container {
  padding: 17.6px 31px 17.6px 28px;
}

.invoice-spacer {
  height: 40px;
}

#confirmPopup {
  width: 326px;
}

#confirmPopup .popup-body {
  padding: 26.4px 35.2px;
}

#confirmPopup h5 {
  color: var(--high-contrast-dark-color);

  font-family: var(--font-manrope);
  font-size: 17px;
  font-weight: 600;
  line-height: 24.5px;
  letter-spacing: 0.06px;
  margin-bottom: 35px;
}

.bnpl-plan-body {
  padding: 17.6px 26.4px 8.8px 26.4px;
  border-radius: 8.8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.payment-reciept-title {
  color: #000;
  font-family: var(--font-sora);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.06px;
  margin-bottom: 18px;
}

.payment-reciept-details {
  padding: 0px 17.6px;
  gap: 17.6px;
  margin-bottom: 17.6px;
}

.payment-reciept-details-item {
  min-width: 210px;
}

.payment-reciept-details-item h6 {
  color: #606060;
  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06px;
  margin: 0;
  margin-bottom: 4px;
}

.payment-reciept-details-item p {
  color: var(--high-contrast-dark-color);
  font-family: var(--font-reddymono);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06px;
  margin: 0;
}

.payment-status-label-receipt {
  display: flex;
  height: 24px;
  padding: 3px 8.8px;
  justify-content: center;
  align-items: center;
  gap: 8.8px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #a5e6c4;
  background: #d2f3e1;
  display: inline;
  text-transform: uppercase;
  color: #1fc16b;
}

/* Instructions Section Styles */
.instructions-container {
  margin: 40px 0 0 0;
}

.instructions-title {
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: var(--font-manrope);
}

.instructions-timeline {
  position: relative;
}

.instructions-timeline-line {
  position: absolute;
  left: 12px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background-color: #d3d3d3;
  z-index: 1;
}

.instruction-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.instruction-step:last-child {
  margin-bottom: 0;
}

.instruction-step-icon {
  color: #000;
  margin-right: 1rem;
  margin-top: 0.2rem;
  background-color: var(--primary-bg-color);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.instruction-step-icon.large {
  font-size: 1.5rem;
}

.instruction-step-content {
  flex: 1;
}

.instruction-step-timestamp {
  color: #767676;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: var(--font-manrope);
}

.instruction-step-text {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  font-family: var(--font-manrope);
}

.instruction-step-link {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  font-family: var(--font-manrope);
}


.transaction-error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 500px;
  text-align: center;
}

.transaction-error-container h3 {
  font-family: var(--font-reddymono);
  font-size: 46px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.96px;
}

.transaction-error-container h5 {
  font-family: var(--font-manrope);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.48px;
}

.transaction-error-container p {
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 500;
  color: #a7a7a7;
  padding-left: 20px;
  padding-right: 20px;
}

.lankapay-content-container {
  width: 100%;
}

.lankapay-content-header {
  background-color: #201C50;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lankapay-content-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;;
}

.lankapay-content-body h2 {
  color: #201C50;
  font-family: var(--font-manrope);
  font-size: 57px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lankapay-content-body-text-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lankapay-content-body-text-footer img {
  width: 56px;
}


@media (max-width: 768px) {
  .invoice .webx-body-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .signin-container.invoice {
    min-width: 100%;
    max-width: 100%;
  }

  .invoice-right-side {
    margin-top: 20px;
  }

  .invoice-contact-info-container {
    gap: 30px;
  }

  .invoice-spacer {
    height: 20px;
  }

  .invoice-pay-button-container button {
    width: 100%;
  }

  .lankapay-content-body {
    flex-direction: column;
  }

  .lankapay-content-body-text-footer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .lankapay-content-body h2 {
    font-size: 25px;
    line-height: 17px;
  }

  .lankapay-content-body h2 br {
    display: none;
  }

  .webx-header-logo-container.justify-content-end.d-flex.flex-column.align-items-end {
    display: none !important;
  }
}




