/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.landing-page-container {
  margin: 0 auto;
  max-width: 500px;
  padding-bottom: 80px; }
  .landing-page-container .card-heading-container {
    align-items: center;
    border-bottom: 1px solid #eeecf9;
    display: flex;
    justify-content: space-between;
    padding: 1rem; }
    .landing-page-container .card-heading-container .heading {
      color: #1d1d1b;
      font-family: Medium;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.04px;
      text-transform: uppercase; }
    .landing-page-container .card-heading-container .description {
      color: #8d8b97;
      font-size: 10px; }
    .landing-page-container .card-heading-container img {
      width: 10px; }
  .landing-page-container .divider:last-child {
    display: none; }
  .landing-page-container .descr {
    color: #7e7e7e;
    font-size: 10px;
    margin-top: 6px; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.header-container {
  padding: 0.75rem;
  position: relative;
  background-color: #ffffff; }
  .header-container .background-div {
    background-color: #fff;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07);
    height: calc(100% - 30px);
    position: absolute;
    width: 100%;
    z-index: -1; }
  .header-container .logo {
    height: 28px;
    z-index: 2; }
  .header-container .details {
    background: linear-gradient(45deg, #1d1d1b 0%, #424242 51%, #424242 100%);
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    color: #fff;
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    z-index: 2; }
    .header-container .details .labels {
      display: flex;
      font-family: Medium;
      font-size: 10px;
      font-weight: 500;
      justify-content: space-between;
      letter-spacing: 0.03px;
      padding: 0 0 0.5rem; }
    .header-container .details .values {
      display: flex;
      font-family: Black;
      font-size: 16px;
      font-weight: 900;
      justify-content: space-between;
      letter-spacing: 0.06px; }
    .header-container .details .rupee {
      font-family: Light;
      font-size: 12px;
      font-weight: 300; }
    .header-container .details .phone-icon {
      width: 7px; }
    .header-container .details .mobile-number {
      font-family: Medium;
      font-size: 10px;
      font-weight: 500; }
    .header-container .details .mobile-number-link {
      color: #fff !important;
      font-size: 10px;
      font-weight: 500;
      font-family: Medium; }
    .header-container .details .business-name {
      font-family: Light;
      font-size: 10px;
      font-weight: 300; }
  .header-container .logo {
    height: 28px; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.upi-payment {
  margin: 0 -0.5rem; }
  .upi-payment .options-group {
    margin: 0.5rem 0; }
  .upi-payment .upi-option {
    margin: 6px 6.5px;
    padding: 0 8px; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.option-button {
  background-color: #fff;
  border: solid 1px #8d8b97;
  border-radius: 16px;
  color: #1d1d1d;
  height: 32px;
  outline: none; }
  .option-button.selected {
    background-color: #2b80ff;
    border: solid 1px #2b80ff;
    color: #fff;
    font-weight: 900; }
  .option-button .psp-logo {
    height: 16px;
    margin-right: 4px;
    max-width: 20px;
    object-fit: contain; }
  .option-button .psp-name {
    font-family: Light;
    font-size: 10px; }
  .option-button .tick {
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    height: 16px;
    margin-right: 4px;
    padding: 2px;
    width: 16px; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.upi-dropdown-modal .option:not(:last-child) {
  border-bottom: 1px solid #eeecf9; }

.upi-dropdown-modal .option {
  color: #1d1d1b;
  font-family: Regular;
  font-size: 14px;
  letter-spacing: 0.39px;
  line-height: normal;
  outline: none;
  padding: 1rem 0; }
  .upi-dropdown-modal .option.selected {
    color: #2b80ff; }

.upi-handle-display {
  color: #2b80ff;
  font-size: 14px;
  outline: none;
  padding: 2px; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.material {
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  height: auto;
  overflow: visible;
  padding: 1px;
  position: relative;
  width: 100%; }
  .material .down-arrow-img {
    height: 24px;
    margin-right: 12px; }
  .material .plan-selection {
    color: #3b2a98;
    font-size: 12px;
    margin-right: 10px;
    white-space: nowrap;
    width: 30%; }
  .material input {
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: text;
    font-family: Regular;
    font-size: 1rem;
    height: 44px;
    line-height: 1.71;
    outline: none;
    padding: 12px 10px;
    width: 100%; }
    .material input::-webkit-input-placeholder {
      transition: color 300ms ease; }
    .material input:not(:focus)::-webkit-input-placeholder {
      color: #1d1d1d; }
  .material textarea {
    font-family: Regular;
    font-size: 0.875rem;
    outline: 0;
    padding: 10px 15px;
    resize: none; }
  .material input:focus ~ hr,
  .material textarea:focus ~ hr {
    transform: scaleX(1);
    visibility: visible; }
  .material label {
    align-items: center;
    background-color: #fff;
    color: #2b80ff;
    display: flex;
    font-size: 0.75rem;
    height: 22px;
    justify-content: center;
    left: 7px;
    line-height: 22px;
    padding: 0 6px;
    pointer-events: none;
    position: absolute;
    top: 11px;
    transform-origin: 0 -475%;
    transition: transform 300ms ease;
    white-space: nowrap;
    white-space: nowrap; }
    .material label.valid {
      color: #2b80ff; }
    .material label.invalid {
      color: #e96062; }
  .material .active {
    transform: scale(0.8); }
  .material input:focus ~ label,
  .material input:valid ~ label,
  .material textarea:focus ~ label,
  .material textarea:valid ~ label {
    transform: scale(0.8); }
  .material input:disabled {
    background: #fff; }
  .material textarea {
    border: 0;
    width: 100%; }
  .material.input__element--valid {
    border: 1.5px solid #2b80ff; }
  .material.input__element--invalid {
    border: 1.5px solid #e96062; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.modal-wrapper {
  background: rgba(0, 0, 0, 0.54);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 999; }
  .modal-wrapper .close-button {
    position: absolute;
    right: 22px;
    top: 22px; }

.modal-wrapper.open {
  opacity: 1;
  visibility: visible; }

.modal {
  background: #fff;
  bottom: 0;
  display: block;
  height: auto;
  left: 50%;
  max-width: 500px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: auto;
  transform: translate(-50%, 0);
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 999999; }

.heading-section {
  font-family: Heavy;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.44px; }

.modal-wrapper.open .modal {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  min-height: auto;
  opacity: 1; }

.header-img {
  display: none;
  height: 16px;
  width: 16px; }
  .header-img.show-img {
    display: block; }

.modal-content {
  overflow-x: hidden;
  overflow-y: scroll; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.card-input-container {
  border: solid 1px #00afcb;
  border-radius: 6px;
  margin-top: 12px; }
  .card-input-container.error-border {
    border: solid 1px #e96062 !important; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.payment-in-progress {
  margin: 0 auto;
  max-width: 500px; }
  .payment-in-progress .header .upi-icon {
    height: 8px;
    opacity: 0.7;
    width: 24px; }
  .payment-in-progress .divider {
    background-color: #eeecf9;
    height: 1px;
    margin: 1rem 0; }
  .payment-in-progress .timeline .divider-t {
    border-bottom: 0;
    border-left: 2px solid #eeecf9;
    border-right: 0;
    border-style: dashed;
    border-top: 0;
    height: 40px;
    margin-left: 4px;
    top: 12px;
    transition: all 800ms ease;
    width: 2px; }
  .payment-in-progress .timeline .node {
    background-color: #8d8b97;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px; }
  .payment-in-progress .timeline .node-green {
    align-items: center;
    background-color: #02a758;
    border-radius: 50%;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0.4;
    width: 20px; }
  .payment-in-progress .timeline .emerald {
    background-color: #02a758; }
  .payment-in-progress .psp-icon {
    width: 36px; }
  .payment-in-progress .psp-icon-container {
    align-items: center;
    background-color: #f2fdff;
    border: solid 0.8px #91eefd;
    border-radius: 50%;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px; }
  .payment-in-progress .inline-upi {
    height: 11px;
    padding: 0 0.5rem; }
  .payment-in-progress .timer-container {
    align-items: center;
    background-color: #e7fcff;
    border-radius: 4px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 0.5rem;
    padding: 10px; }
  .payment-in-progress .footer {
    background-color: rgba(247, 181, 0, 0.1);
    color: #1d1d1b;
    display: flex;
    font-family: Light;
    font-size: 10px;
    font-weight: 300;
    justify-content: center;
    padding: 6px 0; }

/* stylelint-disable scss/dollar-variable-pattern */
body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.white {
  color: #fff; }

.primary {
  color: #2b80ff; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.weight-900 {
  font-weight: 900; }

.weight-300 {
  font-weight: 900; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #2b80ff; }

.full-width {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.outline-none {
  outline: none; }

.default-button-style {
  border-radius: 6px;
  padding: 12px 0;
  width: 100%; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.font-light {
  font-family: Light; }

.font-medium {
  font-family: Medium; }

.font-heavy {
  font-family: Heavy; }

.color-nero {
  color: #1d1d1d; }

.color-blue-grey {
  color: #8d8b97; }

.fs-28 {
  font-size: 28px; }

.color-coral {
  color: #ed6a5b; }

.divider {
  background-color: #eeecf9;
  height: 1px; }

.opacity-40 {
  opacity: 0.4; }

.content {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.color-watermelon {
  color: #e96062; }

.InputElement {
  border-bottom: 2px solid #1d1d1d; }

.payment-completed {
  margin: 0 auto;
  max-width: 500px;
  padding-bottom: 70px; }
  .payment-completed .divider {
    background-color: #eeecf9;
    height: 1px;
    margin: 1rem 0; }
  .payment-completed .beneficiary-info .padding-bottom-5 {
    margin-bottom: 5px; }
  .payment-completed .beneficiary-info .padding-y-5 {
    margin: 5px 0; }
  .payment-completed .bp-logo-container {
    align-items: center;
    background-color: #f2fdff;
    border: solid 0.8px #91eefd;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px; }
    .payment-completed .bp-logo-container .bp-icon {
      width: 24px; }
  .payment-completed .psp-icon {
    height: 16px; }
  .payment-completed .phone-button {
    color: #1d1d1d;
    text-decoration: none; }
  .payment-completed .failed-bottom-text {
    color: #ed6a5b;
    font-size: 12px;
    font-style: oblique;
    line-height: 1.33;
    margin-top: 12px; }

@font-face {
  font-family: Light;
  src: url(/81bfc14dd4d08916bda1ea2d579abb74.ttf); }

@font-face {
  font-family: Normal;
  src: url(/91e9bc0fc8886d781878316711c9d7ad.ttf); }

@font-face {
  font-family: Regular;
  src: url(/c75457a78591eb59987741f6d3f32f52.ttf); }

@font-face {
  font-family: Heavy;
  src: url(/c9bfd09ac9d791615a0762b4ae37917f.ttf); }

@font-face {
  font-family: ExtraHeavy;
  src: url(/e7509c471aa0a34ba127138ea999751f.ttf); }

@font-face {
  font-family: Roman;
  src: url(/7261643f9c05135d3df95b7187cb85b3.ttf); }

@font-face {
  font-family: Medium;
  src: url(/a0fd0552496e39ede08dcea38c61a247.ttf); }

@font-face {
  font-family: Black;
  src: url(/b30bc5c44c47345638242017addd640d.ttf); }

.app-container {
  font-family: Regular;
  height: calc(100vh - 16px); }

