:root {
  --primary-color: #ffffff;
  --secondary-color: white;
  --secondary-color-opacity: white;
  --left-panel-text: #365576;
  --mob-button-color: #F9EF1E;
  --mob-button-text: #365576;
  --mob-top-bg: #ffffff;
  --mob-bottom-bg: #ffffff;
  --form-control-opacity: white;
  --button-color: #365576;
  --button-font-color: white;
  --default-color: #707070;
  --ash: #9499a4;
  --lite-dark: #575757;
  --success-green: #00C78B;
  --error-red: #DF5A5A;
  --font-family: "Poppins", sans-serif;
  --fp-header-ht: 203px;
  --fp-header-md-ht: 52px;
  --fp-footer-md-ht: 174px;
  --fp-body-ht: calc(100% - calc(var(--fp-header-ht) + var(--fp-footer-ht)));
  --fp-body-md-ht: calc(100% - calc(var(--fp-header-md-ht) + var(--fp-footer-md-ht)));
  --fp-footer-ht: 52px;
  --label-lite: #6A6A6A;
  --label-dark: #070607;
}


/* layout */
.fp-right-side #pf-header-section {
  height: var(--fp-header-ht);
}

.fp-right-side #pf-body-section {
  height: var(--fp-body-ht);
}

.label-lite {
  color: var(--label-lite);
}

.label-dark {
  color: var(--label-dark);
}

.label-primary {
  color: var(--primary-color);
}

.label-white {
  color: #ffffff;
}

.label-ash {
  color: var(--ash);
}

.bg-primary-color {
  background: var(--primary-color) !important;
}

@media only screen and (max-width: 576px) {
  .fp-right-side.logined #pf-body-section {
    height: var(--fp-body-md-ht);
  }

  .fp-right-side.logined #pf-body-section .logo-container img {
    height: inherit;
  }

  .fp-right-side.logined #pf-header-section {
    height: var(--fp-header-md-ht);
  }
}

.fp-right-side #pf-footer-section {
  height: var(--fp-footer-ht);
}


/* end */
.border-box {
  box-sizing: border-box;
}

.ash-txt {
  color: var(--ash);
}

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

.lite-dark-txt {
  color: var(--lite-dark);
}

.font-color {
  color: var(--button-font-color) !important;
}

.btn-bg {
  background-color: var(--button-color) !important;
  border-color: var(--button-color) !important;
}

.btn-color {
  color: var(--button-color) !important;
}

.default-color {
  color: var(--default-color);
}

.loginLeftText {
  color: var(--left-panel-text);
}

html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: var(--font-family) !important;
  overflow: hidden;
}

.finpay-wrapper {
  position: relative;
  overflow-x: hidden;
}

.fp-left-side {
  background-color: var(--primary-color);
  position: relative;
}

.fp-left-side .company-about {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.btn-removal {
  border: unset;
  background: unset;
}

.fp-left-side .company-moto {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 1rem;
}

.fp-left-side .address-heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.fp-left-side .company-address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fp-left-side .left-logo {
  max-height: 85px;
  max-width: 186px;
  margin-bottom: 1rem;
}

.t-head {
  background: var(--Title-background, #EDF1F6);

  height: 50px;
  display: flex;
  align-items: center;
  border-left: 3px solid var(--button-color);

  padding-left: 20px;
  margin-bottom: 20px;
}

.fp-left-side .top {
  position: absolute;
  top: 39%;
  transform: translate(0, -50%);
}

.fp-left-side .bottom {
  position: absolute;
  left: 0;
  bottom: 122px;
  z-index: 10;
}

.fp-left-side .svg-reward {
  position: absolute;
  top: calc(93% - 150px);
  left: calc(93% - 150px);
  width: 120px;
  height: 120px;
}

.fp-left-side .first-slant {
  height: 0;
  border-bottom: 0px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: border-bottom 2s;
}

.fp-left-side .second-slant {
  height: 0;
  border-bottom: 0px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: border-bottom 2s;
}

/* end */

/* right side  */
.fp-right-side {
  background: #f5f6f8;
  position: relative;
}

.fp-right-side .logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0px 20px;
}

/* .fp-right-side .logo-container {
  width: auto;
} */

.fp-right-side .logo-section img {
  /* mix-blend-mode: darken; */
  width: 450px;
}

.fp-right-side .logout-section {
  display: flex;
  height: 38px;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

.fp-right-side .logo-bottom {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}

.fp-right-side .payfinxt-logo {
  position: absolute;
  width: 187px;
  height: 40px;
  bottom: 41px;
  right: 34px;
}

.fp-right-side .payfinxt-dimmed-logo {
  width: 296px;
  height: 296px;
}

.copyright-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-inline: 20px;
}

.footerabt {
  display: flex;
  gap: 10px;

}

.footerlink {
  background: #f5f6f800;
  font-size: 14px;
  color: var(--button-color);
  border: unset;
  margin-top: 0.25rem;
  font-size: 12px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-start {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.copyright-text p {
  font-size: 12px;
}

.copyrights-2 {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  bottom: -1rem;
  max-width: 325px;
}

.form-section-heading {
  width: 60%;
}

.right-entry-section {
  width: 40%;
}

::placeholder {
  color: #D0D7DE !important;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.5;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.right-entry-section .form-group label {
  font-size: 15px;
}

.form-section-right .heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.form-section-right .sub-heading {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.otp-section {
  display: flex;
}

.customize-button {
  background: #f5f6f800;
  font-size: 14px;
  color: var(--button-color);
  border: unset;
  cursor: unset !important;
  margin-top: 0.25rem;
}

.c-pointer {
  cursor: pointer;
}

.otp-input {
  width: 40px !important;
  height: 38px !important;
  border: 1px solid var(--lite-dark) !important;
  text-align: center !important;
}

.otp-input::focus {
  border-color: red !important;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  display: none;
}

.account-details-card {
  width: 800px;
  border-radius: 6px;
  background: var(--white, #FFF);
}

.adc-header {
  height: 75px;
  display: flex;
  padding: 18px 20px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--Border-kl, #E9EBEC);
  background: var(--secondary-color-opacity);
  color: var(--secondary-color);
  justify-content: space-between;
}

.adc-body {
  display: flex;
  padding: 25px 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  height: calc(100% - 75px);
  overflow: auto;
}

.mini-card {
  display: flex;
  padding: 20px 0px 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: var(--secondary-color-opacity);
}

.adc-footer {
  display: flex !important;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 0px 0px 6px 6px;
  background: var(--button-color);
  color: var(--button-font-color);
  border: none;
  width: 100%;
}

.account-details-wrapper {
  position: relative;
  z-index: 10;
}

.account-details-wrapper .form-control:disabled {
  color: #00000080;
}

.form-control {
  border: 1px solid #ced4da40;
}

.loan-payable-amount {
  border-radius: 3px;
  background: #eeeff1;
}

.logout-btn {
  background: var(--button-color);
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
}

.st-payfinxt-logo {
  position: absolute;
  bottom: 45px;
  right: 30%;
  width: 40%;
}

.payment-error,
.payment-success {
  margin-left: 25px;
}

.account-details-wrapper {
  height: 60vh;
}

.finpay-wrapper .fp-right-col {
  height: 100%;
}

.base-card .list-username {
  color: var(--Lite-Dark, #575757);
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.51px;
  margin-bottom: 4px;
}

.base-card .cusid {
  color: var(--Elite-Dark, #5E5E5E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.36px;
}

.base-card .payment-card {
  border-radius: 6px;
  border: 1px solid var(--Menu-Text, #D0D7DE);
  background: var(--white, #FFF);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px;
  padding-top: 20px;
  flex-grow: 1;
  flex-basis: 0;
}


.base-card .card-label {
  color: var(--Elite-Dark, #5E5E5E);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.39px;
  margin: 0px 0px 5px 0px;
}

.base-card .loanid {
  color: var(--Lite-Dark, #575757);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.48px;
}

/* end */
/* prefix input */
.input-group-addon {
  padding: 0px 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: white;
  border: 1px solid white;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.inner-input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100% !important;
  margin-bottom: 0;
  display: table-cell;
  padding: 6px 12px;
  border: 1px solid white;
  margin: 0;
}

.inner-input:focus {
  border-color: transparent;
  outline: none;
}

.input-group:has(.inner-input:focus) {
  border-color: #86b7fe;
  border-radius: 5px;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.prefix .inner-input {
  border-radius: 0px 4px 4px 0px;
  border-left-color: transparent;
}

.prefix .input-group-addon {
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
}

.input-group-addon.prefix {
  border-radius: 4px 0px 0px 4px;
  border-right: 0;
}

/* .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
} */


.f-11 {
  font-size: 11px;
}

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

.f-13 {
  font-size: 13px;
}

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

.f-15 {
  font-size: 15px;
}

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

.f-17 {
  font-size: 17px;
}

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

.f-19 {
  font-size: 19px;
}

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

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-23 {
  font-size: 23px;
}

.f-24 {
  font-size: 24px;
}

.f-25 {
  font-size: 25px;
}

.f-30 {
  font-size: 30px;
}

.p-20 {
  padding: 20px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

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

.fw-400 {
  font-weight: 400;
}

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

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E0E0E0;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #E0E0E0;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #E0E0E0;
}




@media screen and (max-width: 576px) {
  .flex-between {
    width: 100%;
  }

  .base-card {
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .otp-input {
    border: unset !important;
  }

  .payment-card {
    width: 92dvw !important;
  }

  .account-list-wrapper {
    justify-content: space-around;
  }

}

@media only screen and (min-width: 576px) {
  .adc-footer-mob {
    display: none !important;
  }

  .adc-footer-mob {
    position: relative !important;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

}

@media only screen and (max-width: 576px) {
  .fp-right-col.has-base-card {
    height: auto !important;
  }

  .copyright-text {
    flex-direction: column;
    padding-inline: 10px;
    gap: 10px;
    /* position: relative; */
    background: var(--mob-bottom-bg);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .footerabt {
    justify-content: center;
  }

  .fp-right-side.has-status-container .logo-section {
    flex-direction: row !important;
    min-height: auto !important;
    margin: 0px !important;
    justify-content: center;
    align-items: center;
    padding: 6px 20px !important;
    height: unset !important;
    gap: unset !important;
  }

  .fp-right-side.has-status-container .mobile-logo {
    display: none !important;
  }

  .fp-right-side.has-status-container .copyright-text p {
    color: var(--default-color) !important;
  }

  .base-card {
    height: fit-content !important;
  }

  .fp-right-side .logo-section img {
    /* mix-blend-mode: normal; */
    width: 350px;
  }

  .compact-pay .logo-bottom {
    display: flex;
    justify-content: flex-end;
  }

  .compact-pay .payfinxt-dimmed-logo {
    height: 175px;
  }

  .compact-pay .payfinxt-logo {
    height: 23px;
  }

  .account-details-wrapper {
    height: fit-content !important;
    margin: 0px !important;
  }

  .adc-body {
    height: fit-content !important;
  }

  .adc-footer-mob {
    position: relative !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px;
  }

  .pay-input {
    font-weight: 600 !important;
    font-size: 20px !important;
  }

  .mini-card {
    padding: 30px 0px 0px 20px !important;
  }

  .mini-card .col-4 {
    padding-bottom: 30px !important;
  }

  #pf-header-section {
    position: sticky !important;
    top: 0 !important;
  }

  .adc-footer {
    display: none !important;
  }

  .base-card {
    margin: 0px !important;
  }

  .logo-section {
    background: var(--mob-top-bg);
    z-index: 100;
  }

  .logo-container {
    width: 100% !important;
  }

  .form-section-heading,
  .right-entry-section {
    width: 100%;
  }

  .xs-center {
    text-align: center;
    margin-top: 50px;
  }

  .account-details-card .adc-footer {
    margin-top: 20px;
    background-color: var(--primary-color);
    color: var(--button-font-color);
    font-size: 14px;
    font-weight: 600;
  }

  .fp-right-side.not-logined .copyright-text a {
    color: var(--secondary-color);
  }

  .copyright-text p {
    font-size: 10px !important;
  }

  .fp-right-side.not-logined .copyright-text p {
    color: var(--mob-button-text);
  }

  .welcome-text {
    color: var(--secondary-color);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .form-section-right {
    text-align: center;
    margin: 50px 20px 0px 20px;
    padding: 20px;
    border-radius: 10px;
    background: var(--secondary-color);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.20);
  }

  .form-section-right .default-color.heading {
    color: #ffffff;
  }

  .right-entry-section .form-group .default-color {
    color: white;
  }

  .no-active-txt {
    color: white !important;
  }

  .right-entry-section .customize-button {
    color: var(--mob-button-color);
  }

  .right-entry-section .btn.btn-primary {
    border-radius: 5px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--mob-button-color) !important;
    border-color: var(--mob-button-color) !important;
    color: var(--mob-button-text) !important;
    font-weight: 700;
  }

  .right-entry-section .form-group .form-control {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fp-right-side .logo-container {
    text-align: center;
  }

  .fp-right-side .form-section-right .form-section-heading {
    margin-top: 0px !important;
  }

  .fp-right-side .logo-section {
    /* max-height: -webkit-fill-available;
    min-height: 300px; */
    flex-direction: column;
    justify-content: space-between;
  }

  .fp-right-side.not-logined .logo-section {
    /* height: 50%; */
    height: auto;
    justify-content: center;
  }

  .mobile-logo object {
    width: 30%;
  }

  .after-login {
    flex-direction: row !important;
    min-height: auto !important;
    margin: 0px !important;
    justify-content: center;
    align-items: center;
    padding: 6px 20px !important;
  }

  .after-login .logo-container {
    width: auto !important;
    text-align: left;
  }

  .after-login .logo-container img {
    width: 70%;
  }

  .after-login .logout-section {
    text-align: right;
    width: 100%;
  }

  .mobile-logo {
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
  }

  .fp-right-side .login-sec-container {
    /* height: calc(100% - 141px); */
    height: initial;
    /* margin-top: -30%; */
    background: var(--mob-bottom-bg);
  }

  .fp-right-side .form-section-right {
    z-index: 100;
    position: relative;
  }

  .welcome-text {
    font-size: 16px;
  }

  .fp-right-side.xs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
  }

  .otp-section {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    padding: 0rem;
  }
}

@media only screen and (min-width: 768px) {
  body {
    padding: 1rem;
  }
}

@media only screen and (max-width: 1192px) {
  .fp-left-side .svg-reward {
    width: 84px !important;
    top: unset !important;
    left: unset !important;
    bottom: 0 !important;
    right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    padding: 1rem;
  }
}

@media only screen and (max-height: 756px) {

  .fp-left-side .bottom {
    display: none !important;
  }

}

@media only screen and (max-width: 768px) {
  .compact-pay .copyright-text p {
    padding-bottom: 1rem;
  }
}


.tabs-wrapper .nav-link.active {
  border-top: 4px solid var(--primary-color);
  border-radius: unset;
  border-left-width: 0px;
  border-right-width: 0px;
}

.tabs-wrapper .nav-tabs .nav-item.show .nav-link,
.tabs-wrapper .nav-tabs .nav-link.active .tabs-wrapper .nav-link:hover,
.tabs-wrapper .nav-tabs .nav-link:focus,
.tabs-wrapper .nav-tabs .nav-link:hover {
  border-width: 4px 0px 0px 0px;
  border-color: var(--primary-color) transparent transparent transparent;
  border-radius: unset;
  color: unset;
  isolation: unset;
}

.tabs-wrapper .nav.nav-tabs {
  background: #e2e8f0;
  border-bottom: unset;
}

.tabs-wrapper .nav-link {
  color: #000000a1;
}