body {
  margin: 0;
  font: normal normal medium 17px/29px Poppins;
  font-family: Poppins, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
	BEGINING COMMENTS
**/

::-webkit-scrollbar {
  display: none !important;
}

body::-webkit-scrollbar {
  display: none !important;
}

.h1000 {
  scrollbar-width: none !important;
}

.rotating {
  -webkit-animation: rotating 900ms linear infinite;
  -moz-animation: rotating 900ms linear infinite;
  -ms-animation: rotating 900ms linear infinite;
  -o-animation: rotating 900ms linear infinite;
  animation: rotating 900ms linear infinite;
  color: white;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.w-65 {
  width: 65%;
}

.text-underline {
  text-decoration: underline;
}

/* safari specific rules */

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media (max-width: 1500px) {
    .h-100 {
      height: 48px !important;
    }
  }
}

img {
  max-width: 100%;
}

.dash-padding {
  padding: 6rem;
}

.dash-padding-right {
  padding-right: 3rem;
}

.modalsupport {
  background: rgba(0, 0, 0, 0.6) !important;
  padding-right: 7px;
  display: block !important;
  overflow: auto !important;
}

a:hover {
  text-decoration: none !important;
}

:focus {
  outline: none;
}

/* styling for login */

.wrapper {
  min-height: 100vh;
  display: flex;
}

.darkcolor {
  color: #0a3865;
}

.greencolor {
  color: #29c186;
}

#video {
  height: 225px;
}

#photo {
  border: 1px solid black;
  width: 300px;
  height: 225px;
}

#canvas {
  display: none;
}

.camera {
  width: 300px;
  height: 225px;
}

.output {
  width: 300px;
  margin: 0 auto;
}

.wrapper .image-holder {
  width: 50%;
}

.wrapper .form-inner {
  width: 50%;
}

.form-guy {
  width: 68%;
}

.apply-loan {
  background: url(../imgs/card-bg.png),
    transparent linear-gradient(245deg, #2ab57f 0%, #2ab57f 29%, #2ab57f 100%)
      0% 0% no-repeat padding-box;
  background-size: cover;
  padding: 1rem;
  border-radius: 18px;
}

.apply-loan:hover {
  cursor: pointer;
}

.loan-icons {
  margin-top: 50px;
  text-align: center;
}
.loan-text {
  text-align: center;
  margin-top: 5px;
}

.dash-account {
  background: url(../imgs/card-bg.png),
    transparent linear-gradient(245deg, #9248f3 0%, #6f54f5 29%, #4499c8 100%)
      0% 0% no-repeat padding-box;
  background-size: cover;
  padding: 1rem;
  border-radius: 18px;
}

.dash-account:hover {
  cursor: pointer;
}

.payment-account1 {
  padding: 1rem;
  background: url(../imgs/card-bg.png),
    transparent linear-gradient(245deg, #9248f3 0%, #6f54f5 29%, #4499c8 100%)
      0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}

.a-account1 {
  padding: 1rem;
  background: url(../imgs/card-bg.png),
    transparent linear-gradient(245deg, #9248f3 0%, #6f54f5 29%, #4499c8 100%)
      0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.payment-account2 {
  padding: 1rem;
  background: url(../imgs/card-bg.png),
    transparent linear-gradient(244deg, #f34883 0%, #f57954 38%, #b944c8 100%)
      0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}

.payment-account1:hover,
.payment-account2:hover {
  /* transform: scale(1.1);
    transition: transform .2s; */
}

.image-holder {
  background: url("../imgs/herohalf-new.png") no-repeat;
  background-size: auto;
}
.image-holder img {
  display: none;
}

.br-15 {
  border-radius: 15px;
}

.mobrow {
  display: block;
}

.fs-15 {
  font-size: 15pt;
}

/** CC: applied changes**/
.form-inner {
  background: #f5f9fd;
  padding-top: 7.36vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.vam {
  vertical-align: middle;
}

form {
  width: 100%;
}

.form-header {
  text-align: center;
  margin-bottom: 39px;
}

label {
  margin-bottom: 11px;
  display: block;
}

.form-group {
  margin-bottom: 26px;
  position: relative;
}

.date-range {
  width: 75%;
  flex-wrap: inherit;
}

.ft14 {
  font-size: 14pt;
}

.sec-color {
  background: #304192;
}

.dash-btn {
  color: white;
  width: 65px;
  height: 65px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 50%;
  text-align: center;
}

.form-control {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 55px;
  background: #e7eef5;
  padding: 0 19px;
  color: #0a3865;
  font-size: 17px;
}

.form-control:focus {
  color: #0a3865;
  background-color: #e7eef5;
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* .form-control.error {
    border-color: #fd677a !important;
    background: url("../imags/error.png") no-repeat center right 19px; }
  .form-control.valid {
    background: url("../images/valid.png") no-repeat center right 19px; } */

.form-error {
  margin-top: 10px;
  display: inline-block;
}

.cp {
  cursor: pointer;
}

.login-btn {
  border: none;
  width: 100%;
  height: 46px;
  border-radius: 10px;
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #1540ce;
  color: #ffff;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.login-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1540ce;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

button {
  outline: none !important;
}

.versionnumber {
  position: absolute;
  bottom: 0;
  right: 23%;
  font-size: 8pt;
  font-weight: bold;
}

body > button:before {
  transition: all 0.3s ease 0s;
  outline: none !important;
}

.w-40 {
  width: 40%;
}

.lh4 {
  line-height: 4;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.login-btn:focus {
  outline: none;
}

/* .login-btn:hover:before {
	background: #3a66f9;
	color: white;
    -webkit-transform: scaleX(1);
	transform: scaleX(1); 
} */

.socials {
  text-align: center;
  margin-top: 59px;
}

.eye-icon {
  position: relative;
  left: 88%;
  bottom: 38px;
  padding: 0.5rem 0.8rem;
  background: white;
  border-radius: 10px;
}

.account-card:hover {
  background: aliceblue;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-85 {
  width: 85%;
}

.prepend-fix {
  height: 3.3rem;
  margin-top: 1px;
}

.w-15 {
  width: 15%;
}

.w-12 {
  width: 12%;
}

.lh3 {
  line-height: 3;
}

.w-18 {
  width: 18%;
}

.bvn-card {
  margin-right: 1.5rem;
}

.h-rule {
  margin: 0;
  border-color: inherit;
  width: 40%;
}

.slant-arrow {
  background: #5575def0;
}

.completed-btn {
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
}

.chat-btn {
  background-color: #1540ce;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  bottom: 20px;
  right: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
}

.gen-text-color {
  color: #2e1f82 !important;
}

.success-color {
  color: #29c186 !important;
}

.code-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#showmodal {
  visibility: visible;
  display: inherit;
  z-index: 20000;
}

.ft20 {
  font-size: 20pt;
}

.auth-guy {
  width: 50%;
}

.bvnverifiedmodal {
  visibility: hidden;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 193;
  width: 300px;
  height: 250px;
  border-radius: 30px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.code-form input {
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px #d4d1d1 inset;
  background: #e7eef5 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 70px;
  height: 70px;
}

input[type="file"] {
  display: none;
}

.code-form input:focus {
  border-color: #1540ce;
  box-shadow: 0 0 5px #1540ce inset;
}

.code-form input::-moz-selection {
  background: transparent;
}

.code-form input::selection {
  background: transparent;
}

/* styling for the dashboard */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.st-icons {
  margin-top: -5px;
  margin-right: 1rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}

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

.custommenu {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 55px;
  background: #e7eef5
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  padding: 0 19px;
  color: #0a3865;
  font-size: 17px;
}

.page-bg {
  background: #f5f9fd 0% 0% no-repeat padding-box;
  background-image: url(/assets/imgs/npf-background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.navlinks {
  border-radius: 36px;
  padding: 1rem 2rem !important;
}

#sideNav .navbar-collapse .navbar-nav .nav-item {
  display: block;
  margin-top: 1rem;
}

#sideNav {
  flex: 0 0 20%;
}

.funds-transfer {
  background: #2ab57f;
  box-shadow: 4px 4px 30px #00000015;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.faq-card {
  background: inherit;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b1add4;
}

a.btn.btn-link.text-decoration-none.gen-text-color {
  font-weight: 900;
}

.btn.btn-link.text-decoration-none.gen-text-color.collapsed {
  font-weight: 600;
}

.faq-card .card-header {
  border: none;
  background: inherit;
}

.today-body {
  box-shadow: 10px 10px 50px #0000000b;
  border-radius: 19px;
}

.muted-color {
  color: #96a0be;
}

.red-color {
  color: #f8379d;
}

.debit-icon {
  color: #f8379d;
  background: #feecf5 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 8px;
}

.greener-color {
  color: #3fdb77;
}

.near-fade {
  color: #05052e;
}

.credit-icon {
  color: #3fdb77;
  background: #ebfbf2 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 8px;
}

.mobile-transfer {
  background: url(../imgs/card-bg.png), #07b0e8;
  box-shadow: 4px 4px 30px #00000015;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  background-size: cover;
}

.transaction-history {
  background: url(../imgs/card-bg.png), #eaba4c;
  box-shadow: 4px 4px 30px #00000015;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  background-size: cover;
}

.utility-bills {
  background: #534cb9;
  box-shadow: 4px 4px 30px #00000015;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.balance-card {
  padding: 1rem;
  background: #385bd7;
  border-radius: 18px;
}

.add-analytics {
  background: rgb(109 88 243) !important;
}

.acct1-analytics {
  background: rgb(220 120 159) !important;
}

.acct2-analytics {
  background: rgb(123 129 236) !important;
}

.inflow-bar {
  background: #29c186 0% 0% no-repeat padding-box;
  border-radius: 15px;
}

.inflow-color {
  color: #29c186;
}

.outflow-color {
  color: #f8379d;
}

.date-input-group {
  background: #e7eef5;
  border: none;
  border-radius: 15px;
}

.zoom-card {
  border: 3px solid #2e1f82;
  /* transform: scale(1.17);
    transition: transform 0.25s ease; */
}

input[type="checkbox"]:checked ~ label > .zoom-card {
  border: 3px solid #2e1f82;
}

.outflow-bar {
  background: #f8379d 0% 0% no-repeat padding-box;
  border-radius: 15px;
}

.h147 {
  height: 147px;
}

.w-70 {
  width: 70%;
}

.threedots {
  height: 30px;
  background: #dee6f0;
  border-radius: 20px;
}

.h55 {
  height: 200px;
}

.sub-pages {
  width: 75%;
}

.nearwhite {
  color: #f1f7ff;
}

.w50 {
  width: 50%;
}

.ttc {
  text-transform: capitalize;
}

.add-button {
  background: #e7eef5 0% 0% no-repeat padding-box;
  border-radius: 18px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #0a3865;
}

#live-video {
  width: 400px;
  height: 300px;
}

button:disabled {
  color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgb(170, 170, 170));
  background: rgb(94 124 223);
  border-color: -internal-light-dark(
    rgba(118, 118, 118, 0.3),
    rgba(195, 195, 195, 0.3)
  );
  cursor: not-allowed !important;
}

.acct-active {
  border-width: thick;
  border-radius: 56px;
  border-color: #3ec185;
}

.ml-50 {
  margin-left: 50px;
}

.br-25 {
  border-radius: 25px;
}

/* Coming soon page */

.coming-soon-page button {
  background-color: white;
  padding: 18px 0px 19px 93px;
}

.coming-soon-page button span {
  margin-right: 59px;
}

.coming-soon-page button svg {
  margin-right: 22px;
}

.coming-soon-page button {
  border-radius: 20px;
  box-shadow: 0px 10px 30px #00000014;
}

.coming-soon-page p,
.coming-soon-page button {
  color: #44688b;
}

.coming-soon-page button svg {
  font-size: 19px;
}

.coming-soon-page h2 {
  color: #41607e;
}

.call-center-detail {
  box-shadow: 0px 10px 30px #00000014;
  border-radius: 15px;
  padding: 20px 50px 20px 60px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #2e1f82;
  margin-bottom: 10px;
}

.call-center-detail span {
  margin-left: 5px;
}

iframe.h-100::-webkit-scrollbar,
.h1000::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }

  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  #sideNav {
    text-align: center;
    /* position: fixed; */
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }

  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker-wrapper input {
  cursor: pointer;
}

.date-picker-popper {
  z-index: 9999 !important;
}

.react-datepicker {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}

.react-datepicker__input-container input {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.react-datepicker__day--selected {
  background-color: #007bff !important;
  color: white !important;
}

.react-datepicker__day:hover {
  background-color: #e9ecef !important;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.account-card {
  width: 367px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 30px #0000000b;
  border-radius: 39px;
  color: #2e1f82;
}

.temp-height {
  height: 90vh;
  overflow-y: scroll;
}

@media (max-width: 1500px) {
  .form-inner {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    flex-direction: column;
  }
  .wrapper .image-holder {
    width: 100%;
    height: 45vh;
  }
  .wrapper .form-inner {
    width: 100%;
    height: 55vh;
  }

  .form-inner {
    padding-left: 20vw;
    padding-right: 20vw;
  }

  button {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .mobrow {
    display: flex;
    flex-wrap: wrap;
  }

  .mob_row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .wrapper .image-holder {
    height: 37vh;
  }

  .wrapper .form-inner {
    height: 63vh;
  }

  .socials {
    margin-top: 40px;
  }

  .form-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .h1000 {
    height: 1700px !important;
  }
  .mobrow {
    display: flex;
    flex-wrap: wrap;
  }

  .mob_row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .temp-height {
    height: auto;
  }
  .zoom-card {
    transform: none !important;
    transition: none !important;
    border: 3px solid #2e1f82;
  }

  .code-form input {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }

  .dateofbirth {
    align-items: center;
    display: flex;
    justify-content: end;
  }

  .account-card {
    width: 90% !important;
  }

  .mob-side-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .w400,
  #live-video {
    width: 370px;
  }
  .dash-padding {
    padding: 1rem;
  }

  .w50 {
    width: 100%;
  }

  .sub-pages,
  .w-65 {
    width: 100%;
  }

  .trxnmodal {
    overflow: scroll !important;
    width: 90% !important;
  }

  /* .zoom-card {
		transform: scale(1.05);
	} */

  #sideNav {
    flex: 1 0 20%;
  }

  .dash-padding-right {
    padding-right: 1rem;
  }

  .date-range,
  .auth-guy {
    width: 100%;
  }

  .form-inner {
    margin-bottom: 4rem;
  }

  .mobile-bottom-space {
    margin-bottom: 1.5rem;
  }

  #signup-wrapper {
    flex-direction: column-reverse;
  }

  .navbar-nav {
    align-items: end;
  }

  .web-space {
    display: none;
  }

  .bvn-card {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .signup-cards {
    justify-content: center;
  }

  .chat-btn {
    bottom: 10px;
    right: 17px;
  }
  .icon-correction1 {
    left: 85% !important;
  }
  .icon-correction2 {
    left: 90% !important;
  }
  .form-guy {
    width: 100%;
  }
  .wrapper .form-inner {
    height: auto;
  }
  .wrapper .image-holder {
    height: auto;
  }

  .image-holder img {
    display: block;
  }

  .form-inner {
    padding: 30px 20px;
  }

  button {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .call-center-detail {
    padding: 17px;
  }
}

.stubbornfileinputs {
  width: 76%;
  overflow: hidden;
  height: 48%;
}

.h1000 {
  height: 100%;
}

/* 
REMOVED COMMENTS AND ADDED A NEW ONE.
*/
