/* Min breakpoint width */
/* MAx breakpoint width */

.fieldpair {
  font-size: 14px; }
  .fieldpair__text {
    font-weight: 600;
    color: inherit; }
  .fieldpair__sub-text {
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal;
    font-size: 13px; }
  .fieldpair[data-layout='inline'] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .fieldpair[data-layout='inline'] .fieldpair__text {
      text-align: right; }
  .fieldpair[data-layout='vertical'] .fieldpair__text {
    margin-top: 15px; }
  .fieldpair[data-color='primary'] .fieldpair__text {
    color: var(--color-primary); }
  .fieldpair[data-color='success'] .fieldpair__text {
    color: #00b490; }
  .fieldpair[data-color='warning'] .fieldpair__text {
    color: #ff9900; }
  .fieldpair[data-color='error'] .fieldpair__text {
    color: #f85b67; }

/* Min breakpoint width */
/* MAx breakpoint width */

.amount-widget {
  position: relative;
  font-family: Inter; }
  .amount-widget__input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border: 1px solid var(--color-primary);
    border-radius: 4px; }
  .amount-widget__input-field {
    flex: 1; }
    .amount-widget__input-field input {
      font-weight: 600;
      color: var(--color-primary);
      border: 0 !important;
      padding: 0 !important;
      background-color: transparent; }
    .amount-widget__input-field .custom > div {
      display: flex;
      align-items: center;
      line-height: normal; }
      .amount-widget__input-field .custom > div > span {
        position: relative;
        transform: translate(0, 0);
        width: auto !important;
        height: auto !important;
        left: auto !important; }
        .amount-widget__input-field .custom > div > span span {
          font-family: Inter;
          color: var(--color-primary) !important;
          padding-right: 5px; }
  .amount-widget__input-suffix {
    display: flex;
    justify-content: flex-end; }
    .amount-widget__input-suffix > span {
      display: flex;
      font-family: Inter;
      font-size: 12px;
      font-weight: normal;
      padding: 4px 8px;
      border-radius: 4px;
      border: solid 1px rgba(0, 70, 187, 0.12);
      cursor: pointer; }
      .amount-widget__input-suffix > span:not(:last-child) {
        margin-right: 15px; }
  .amount-widget__balance {
    margin-top: 8px;
    font-size: 14px; }
    .amount-widget__balance span:first-child {
      padding-right: 5px;
      color: rgba(0, 0, 0, 0.6); }
    .amount-widget__balance span:last-child {
      font-weight: 600; }
    .amount-widget__balance.display-inline {
      display: flex;
      align-items: center; }
      .amount-widget__balance.display-inline span:first-child {
        flex: auto; }
      .amount-widget__balance.display-inline span:last-child {
        flex: auto;
        width: 65%; }
  .amount-widget .error-message {
    font-size: 13px;
    line-height: 1.5;
    color: #f85b67; }
  .amount-widget .has-error {
    color: #f85b67;
    font-weight: 600; }

/* Min breakpoint width */
/* MAx breakpoint width */

.notice {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  padding: 15px; }
  .notice-icon {
    float: left;
    margin-right: 5px; }
    .notice-icon svg {
      width: 16px;
      height: 16px; }
  .notice-message {
    display: inline-block;
    color: #000000;
    font-size: 13px;
    font-weight: 600; }
    .notice-message.block {
      display: block; }
    .notice-message.normal {
      font-weight: normal; }

/* Min breakpoint width */
/* MAx breakpoint width */

.terms {
  display: flex;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-bottom: 25px; }
  .terms__description {
    padding-left: 10px;
    line-height: 18px; }
  .terms__checkbox {
    z-index: 0; }
    .terms__checkbox .custom-checkbox__field {
      min-width: 16px;
      height: 16px; }
      .terms__checkbox .custom-checkbox__field input {
        width: 16px;
        height: 16px; }
        .terms__checkbox .custom-checkbox__field input + span::before {
          left: 0;
          top: 0;
          border-color: var(--color-primary); }

/* Min breakpoint width */
/* MAx breakpoint width */

.payment-list {
  border: solid 1px #d8e3f0;
  border-radius: 4px; }
  .payment-list__item {
    padding: 15px 15px; }
    .payment-list__item:not(:last-child) {
      border-bottom: 1px solid #d8e3f0; }
    .payment-list__item-header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .payment-list__item-header > div:first-child {
        display: flex;
        align-items: center;
        flex: 1; }
    .payment-list__item-content {
      padding-top: 15px; }
      .payment-list__item-content .upi-label {
        display: block;
        color: #5c7397;
        font-size: 12px;
        margin-bottom: 5px; }
      .payment-list__item-content #upi-input {
        border-radius: 4px; }
    .payment-list__item-option--text {
      flex: 1;
      padding-left: 8px !important; }

#add-fund {
  border: 0;
  border-radius: 0; }

.offcanvas.payment-failure .fieldpair {
  color: #ffffff;
  margin-bottom: 15px; }
  .offcanvas.payment-failure .fieldpair__label {
    color: inherit; }

.offcanvas.deposit-success .amount-added .fieldpair__label {
  font-size: 20px;
  font-weight: 600; }

.offcanvas.deposit-success .amount-added .fieldpair__text {
  font-size: 16px;
  margin-top: 10px;
  color: #4caf50; }

.offcanvas.deposit-success .payment-info .fieldpair {
  padding: 12px 0; }
  .offcanvas.deposit-success .payment-info .fieldpair:not(:last-child) {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.12); }
  .offcanvas.deposit-success .payment-info .fieldpair__label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px; }
  .offcanvas.deposit-success .payment-info .fieldpair__text {
    font-weight: normal; }
  .offcanvas.deposit-success .payment-info .fieldpair.deposit-method .fieldpair__text {
    text-transform: uppercase; }

.offcanvas.deposit-success #continue {
  border: 0;
  border-radius: 0; }

.offcanvas .upi-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px; }
  .offcanvas .upi-timer p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: normal; }
  .offcanvas .upi-timer__counter-text {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 600; }
  .offcanvas .upi-timer__instructions {
    margin: 25px 0; }
    .offcanvas .upi-timer__instructions ol {
      list-style-type: decimal;
      padding-left: 25px; }
      .offcanvas .upi-timer__instructions ol li {
        font-size: 14px; }
        .offcanvas .upi-timer__instructions ol li:not(:last-child) {
          margin-bottom: 5px; }
  .offcanvas .upi-timer__note {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: normal;
    margin-top: 4px; }
  .offcanvas .upi-timer .amount {
    text-align: center;
    font-size: 15px;
    font-weight: 600; }

.offcanvas .netbanking {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px; }
  .offcanvas .netbanking__instructions {
    margin: 25px 0;
    line-height: 28px;
    font-size: 18px;
    text-align: center; }
  .offcanvas .netbanking__note {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: normal;
    margin-top: 10px; }
    .offcanvas .netbanking__note_desc {
      color: black;
      font-size: 14px;
      line-height: 18px; }
    .offcanvas .netbanking__note_dnager {
      color: #ff5555; }

.chargesBadge {
  font-size: 12px !important;
  padding: 4px 6px !important; }

.payment-list__paymentmodenote {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  color: #ff5555; }

.lumpsum-order-steps .fieldpair[data-color='primary'] .fieldpair__text {
  color: var(--fund-name-color); }

