
.section-padding {
  padding: 0;
}

.toggle-label a,
.new-account p > a.text-primary,
.terms label a {
  color: #f73000 !important;
}

.footnotes a:hover {
  color:#343a40;
}

.terms label {
  margin-left: 24px !important;
}

.form-control::-webkit-input-placeholder {
  color: #979797;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  color: #979797;
  font-weight: normal;
}
.form-control::placeholder {
  color: #979797;
  font-weight: normal;
}

/* Uploader */
.file-upload-profile {
  display: none;
}

.profile-pic {
  max-width: 200px;
  max-height: 200px;
  display: block;
}

.circle {
  border-radius: 1000px !important;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border: 6px solid rgba(0, 0, 128, 1);
  position: absolute;
  top: 0px;
  left: 0px;
}
.media .circle > img {
  max-width: 100%;
  height: auto;
}

.p-image {
  position: absolute;
  top: 45px;
  left: 55px;
  color: #f73000;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

a {
  color: #000;
}


/***** Corporate Profile ******/
/* .corp-profile{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img{
  text-align: center;
} */

.profile-img img{
  width: 70%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.profile-head h5{
  color: #333;
  font-size: 20px;
}
.profile-head h6{
  color: #000080;
  font-size: 16px;
}
.profile-edit-btn{
  border: none;
  border-radius: 1.5rem;
  width: 70%;
  padding: 2%;
  font-weight: 600;
  color: #000080;
  cursor: pointer;
}
.proile-rating{
  font-size: 15px;
  color: #818182;
}
.proile-rating span{
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}
.profile-head .nav-tabs{
  margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
  font-weight:600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active{
  border: none;
  border-bottom:2px solid #000080;
}
.profile-work{
  padding: 14% 0;
  margin-top: -15%;
}
.profile-work p{
  font-size: 18px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}
.profile-work a{
  text-decoration: none;
  color: #495057;
  font-weight: normal;
  font-size: 16px;
}
.profile-work a:active, 
.profile-work a:hover,
.profile-work a:focus{
  color: #000080;
}
.profile-work ul{
  list-style: none;
}
.profile-work ul li{
  padding-bottom: 15px !important;
}
.profile-tab label{
  font-weight: 500;
}
.profile-tab p{
  color: #000080;
}

@media only screen and (max-width:600px) {
  .corp-account .card-header .card-title {
    display: block;
    margin: 0 auto;
  }
  .profile-img , .profile-head h5,
  .profile-head h6, .profile-head p, 
  .side-link {
    text-align: center;
  }
  .corp-account .btn-success {
    width: 100%;
  }
  option {
    font-size: 12px;
  }
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  /* width: 450px; */
  max-width: 100%;
  padding: 10px;
  border: 1px dashed rgba(20, 23, 30, 0.8);
  border-radius: 3px;
  transition: 0.2s;
 
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(73, 80, 87, 0.04);
  border: 1px solid rgba(73, 80, 87, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}

.mt-100{
    margin-top:100px;
}

.input-group-text {
  background: transparent 
}

.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #F6F8FE;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#F6F8FE;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#000080;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#000080;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

/***** End Corporate Profile ****/

/* Sidebar */
.sidebar,
.bg-grey {
  background: #edeef2;
}

/**** Notitification ***/
.notification .badge {
  position: absolute;
  top: -10px;
  right: 5px;
  padding: 5px 7px;
  border-radius: 50%;
  background: #f73000;
  color: white;
  font-size: 10px;
}

.profile_log .notices .dropdown-item i {
  margin-right: 0px;
  font-size: 10px;
  font-weight: bold;
}

.profile_log .notices {
  width: 290px;
}

.notices .dropdown-item {
  padding: 7px !important;
  font-size: 10px !important;
  font-weight: normal !important;
  line-height: 16px;
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
  word-break: break-all;
  white-space: normal;
}

.wealth-status {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .menu {
    background: #000080;
  }

  .notice-wrap {
    margin-right: 10px;
  }
  .notification .badge {
    top: -10px;
    right: -5px;
  }
  .acc_balance .card-body .d-flex {
    display: block !important;
  }
}

.page_title-content p {
  font-size: 22px;
  color: #000080;
}

.page_title-content .subtitle {
  font-size: 12px;
  color: #8691b4;
}

.page_title-content .subtitle span {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #f73000;
}

.notice-block {
  border-bottom: 1px solid rgba(55, 55, 89, 0.1);
}
.notice-block .p-link a {
  color: #f73000;
}

.notice-block .p-link a:hover {
  color: #000080;
}

.footnotes {
  text-align: center;
}

.radioBtn {
  padding-left: 0px;
}
.radioBtn .radio {
  margin-right: 10px;
}

.green {
  color: #297f00;
}

.blue {
  color: #000080;
}

@media (max-width: 830px) {
  .add-verify .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
  .add-verify .form-inline .btn {
    width: 100%;
    margin-left: 0px !important;
  }

  .plan-tabs .buy-sell-widget .nav-tabs .nav-item {
    width: 100% !important;
    display: block;
    margin: 5px 0;
  }
}

/* Show or Hide Form */
.box {
  display: none;
}

/**** Popup ****/
.modal-content {
  background-color: transparent;
  border: none;
}


/*** Register Modal ****/
.register .modal-content {
  background-color: #fff;
  border: none;
}

/********* Modal ***********/
.register .content {
  height: 100vh;
  color: #444 !important;
}

.register .modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent;
}

.register .modal p {
  line-height: 1.5;
  font-size: 18px;
}

.register .modal .logo a img {
  width: 30px;
}

.register .modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px;
}

.register .modal .modal-content .modal-body {
  border-radius: 7px;
  overflow: hidden;
  background-color: #efefef;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}

.register .modal .modal-content .modal-body h2 {
  font-size: 18px;
}

.register .modal .modal-content .modal-body p {
  color: #777;
  font-size: 14px;
}

.register .modal .modal-content .modal-body h3 {
  color: #000;
  font-size: 22px;
}

.register .modal .modal-content .modal-body .close-btn {
  color: #000;
}

.register .modal .modal-content .modal-body .promo-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.register .modal .modal-content .modal-body .promo-img .price {
  top: 20px;
  left: 20px;
  position: absolute;
  color: #fff;
}

.register .modal .cancel {
  color: #000;
  font-size: 14px;
}

.register.modal .btn-primary {
  padding-top: 10px;
  padding-bottom: 10px;
}

.register .form-control {
  border: transparent;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.register .form-control:active,
.register .form-control:focus,
.register .form-control:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.register .btn {
  border-radius: 4px;
  border: none;
}

.register .btn:active,
.register .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.register .btn-get-started:hover {
  background: #f73000;
  color: #fff;
  text-decoration: none;
  border: 2px solid #f73000;
}

.register .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #000080;
  background-color: #000080;
}

.register .custom-select {
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.custom-select:active,
.custom-select:focus,
.custom-select:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.register .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.register .logo img {
  width: 70px;
}

.register .line {
  position: relative;
  padding-bottom: 20px;
}

.register .line:after {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #ccc;
}

.register .custom-note {
  color: #999;
}

.register .custom-note a {
  color: #555;
  font-weight: 900 !important;
}
@media (max-width: 600px) {
.register .form-check {
  padding-left: 5px;
  padding-bottom: 5px;
}
}


.close {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 11px 0px 0 0; 
  border: 0px;
  cursor: pointer;
}
.trx-pin .identity-content p {
  margin: 0 auto 10px;
}


.alert .close {
  /*padding: 7px 5px 0 0;*/
  border: 0px !important;
}

a.text-primary b:hover {
  color: #f73000 !important;
}

/**** Image BG *****/

.card-bg {
  background: #fff url("../images/background/card-bg.jpg") repeat;
}

.card-fund-bg {
  background: url("../images/background/card-fund-bg.jpg") #fff right center
    no-repeat;
}

.card-portfolio-bg {
  background: url("../images/background/card-portfolio-bg.jpg") #f5f5e9 center
    no-repeat; color: #000;
}

.card-referral-bg {
  background: url("../images/background/card-referral-bg.jpg") center repeat;
  color: #000;
}

.savings-bg {
  background: url("../images/background/wallet-bg.jpg") #fff no-repeat top left;
  color: #000;
}

.investment-bg {
  background: url("../images/background/investment-bg.jpg") #fff no-repeat;
  color: #000;
}

.stock-bg {
  background: url("../images/background/stock-bg.jpg") #fff no-repeat top right;
  color: #000;
}

.mutual-fund-bg {
  background: url("../images/background/mutual-fund-bg.jpg") #fff no-repeat top
    right; color: #000;
}

.naira-bg {
  background: url("../images/background/naira-bg.jpg") #fff no-repeat top
  right; color: #000;
}

.loan-bg {
  background: url("../images/background/loan-bg.jpg") #fff no-repeat top
  center; color: #000;
}

.loan-bg2 {
  background: url("../images/background/money-bg.jpg") #fff no-repeat bottom
  right; color: #000;
}

.dollar-bg {
  background: url("../images/background/dollar-bg.jpg") #fff no-repeat top
  left; color: #000;
}

.card-referral-bg .card-body {
  background: transparent;
  color: #000;
}
.custom-header h4 {
  font-size: 26px;
}
.custom-header h4 span {
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

.custom-header .widget-title {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.custom-header .widget-info {
  color: #000;
}

.referral img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.page_title-content .pricing {
  font-size: 26px;
  padding-top: 5px;
  color: #000080;
}

/**** Tabs ****/

.plan-tabs .buy-sell-widget .nav-tabs .nav-item {
  width: auto;
}

.plan-tabs .buy-sell-widget .nav-tabs .nav-item .nav-link.active {
  background: #000080;
  color: white;
}

.plan-tabs .buy-sell-widget .nav-tabs .nav-item .nav-link {
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
}

/**** Tab Wizard *****/
.wizard > .steps .current-info,
.wizard > .steps .number {
  display: none;
}

#wizard {
  min-height: 200px;
  padding: 30px 0px 30px;
}

.steps {
  margin-bottom: 30px;
}
.steps ul {
  display: flex;
  position: relative;
}
.steps ul li {
  width: 20.16%;
  margin-right: 10px;
}
.steps ul li a {
  display: inline-block;
  width: 100%;
  height: 7px;
  background: #e6e6e6;
  border-radius: 3.5px;
}
.steps ul li.first a,
.steps ul li.checked a {
  background: #000080;
  transition: all 0.5s ease;
}
.steps ul:before {
  content: "Amount";
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: #333;
  top: -38px;
  position: absolute;
}
.steps ul.step-2:before {
  content: "Source Of Funding";
}
.steps ul.step-3:before {
  content: "Summary";
}
/* .steps ul.step-4:before {
  content: "Summary";
} */

.option {
  color: #999;
}

.actions ul {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.actions ul.step-last {
  justify-content: flex-end;
}
.actions ul.step-last li:first-child {
  display: none;
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 51px;
  width: 135px;
  align-items: center;
  background: #000080;
  cursor: pointer;
  position: relative;
  padding-left: 41px;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 400;
  border-radius: 15px;
}

.actions li a:before {
  content: "\F0054";
  position: absolute;
  top: 14px;
  right: 41px;
  font-family: "Material Design Icons";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.actions li a:hover {
  background: #1414a1;
  color: #fff;
}
.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.actions li[aria-disabled="true"] a {
  display: none;
}
.actions li:first-child a {
  background: #000080;
  padding-left: 48px;
}
.actions li:first-child a:before {
  content: "\F004D";
  left: 26px;
}
.actions li:first-child a:hover {
  background: #ccc;
}
.actions li:last-child a {
  padding-left: 29px;
  width: 167px;
  font-weight: 400;
}
.actions li:last-child a:before {
  right: 30px;
}

.checkbox {
  position: relative;
}
.checkbox label {
  padding-left: 21px;
  cursor: pointer;
  color: #999;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  font-family: Material-Design-Iconic-Font;
  color: #000;
  font-size: 10px;
  font-weight: bolder;
}
.checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  content: "\f26b";
}

.checkbox-circle {
  margin-top: 41px;
  margin-bottom: 46px;
}
.checkbox-circle label {
  cursor: pointer;
  padding-left: 26px;
  color: #999;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.checkbox-circle label.active .tooltip {
  display: block;
}
.checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-circle input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-circle .checkmark {
  position: absolute;
  top: 11px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #ebebeb;
  border: 1px solid #cdcdcd;
}
.checkbox-circle .checkmark:after {
  content: "";
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  display: none;
}
.checkbox-circle .tooltip {
  padding: 9px 22px;
  background: #f2f2f2;
  line-height: 1.8;
  position: relative;
  margin-top: 16px;
  margin-bottom: 28px;
  display: none;
}
.checkbox-circle .tooltip:before {
  content: "";
  border-bottom: 10px solid #f2f2f2;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  bottom: 100%;
}

.product {
  margin-bottom: 33px;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.item .left {
  display: flex;
  align-items: center;
}
.item .thumb {
  display: inline-flex;
  width: 100px;
  height: 90px;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2f2f2;
}
.item .purchase {
  display: inline-block;
  margin-left: 21px;
}
.item .purchase h6 {
  font-family: "Poppins-Medium";
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}
.item .purchase h6 a {
  color: #333;
}
.item .price {
  font-size: 16px;
}

.checkout {
  margin-bottom: 44px;
}
.checkout span.heading {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
.checkout .subtotal {
  margin-bottom: 18px;
}
.checkout .shipping {
  margin-bottom: 19px;
}
.checkout .shipping span.heading {
  margin-right: 4px;
}
.checkout .total-price {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 700;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1500px) {
  .wrapper {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    height: 100vh;
  }

  #wizard {
    margin-right: 40px;
    min-height: 829px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    justify-content: center;
  }
  .wrapper .image-holder {
    display: none;
  }
  .wrapper form {
    width: 60%;
  }

  #wizard {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    height: auto;
    display: block;
  }
  .wrapper .image-holder {
    width: 100%;
    display: block;
  }
  .wrapper form {
    width: 100%;
  }

  #wizard {
    min-height: unset;
    padding: 70px 20px 40px;
  }

  #setGoal {
    margin-bottom: 20px;
  }

  .sold-thumb, .buy-thumb, .grey-thumb, .ticket-thumb {
    display: inline-flex;
    margin: 0 auto;
  }

}

.trim {
  margin: 0px;
}

.withSymbol > i {
  position: absolute;
  display: block;
  transform: translate(0, 30%);
  top: 49%; 
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.summary, .planSummary {
  padding:10px 0;
  border-bottom: solid 1px rgba(55, 55, 89, 0.1);
}

.last {
  border-bottom: none !important;
}

.summary .text-left, .planSummary .text-left {
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}

.summary .text-right, .planSummary .text-right {
  /* font-weight: bold; */
  display: block;
  width: 50%;
  float: right;
  clear: right;
}

.summary #output_amt::before, .summary #output_money::before,
.summary #output_cont::before, .summary #output_targetAmt::before, 
.summary #output_initialAmt::before, .summary #output_fixedAmt::before,
.summary #output_transferAmt::before, .summary #output_total::before, 
.summary #output_pfee::before, .summary #output_principalAmt::before,
.summary #output_fprincipalAmt::before, .summary #output_periodicAmt::before,
.summary #output_charges::before, .summary #output_pinitialAmt::before {
  content: "\F01B0";
  font-family: "Material Design Icons";
}

.summary #output_usdfixedAmt::before, .summary #output_targetAmtdollar::before, 
.summary #output_initialAmtdollar::before, .summary #output_targetAmtdollar::before,
.summary #output_periodicAmtdollar::before, .summary #output_principalFUSDAmt::before,
.summary #output_moneyUSD::before  {
  content: "\F01C1";
  font-family: "Material Design Icons";
}

.summary #output_fintRate::after, 
.summary #output_tintRate::after,
.summary #output_pintRate::after,
.summary #output_intRate::after {
  content: "\f295";
  font-family: "FontAwesome";
}

.total {
  font-size: 22px;
}
.rounded {
  border: solid 1px #edeef2 !important;
  border-radius: 15px !important;
}

.centered {
  margin: 0 auto 10px !important;
}

.totalAmt {
  font-size: 30px;
  display:block;
  margin: 10px 0px;
  color: #297F00;
}

.saveAmt {
  font-size: 26px;
}

/**** Grid table ****/

 .sold-thumb, .buy-thumb, .grey-thumb, .ticket-thumb {
  display: inline-flex;
  margin: 0 auto;
}

.ticket-thumb {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

@media only screen and (max-width: 575px) {
  .ticket-thumb {
    margin-bottom: 10px; } 
}
.ticket-thumb i {
  font-weight: 700; 
}

.comment {
  background: #000080;
  color: #ffffff;
}

.ticket-close {
  border: none;
  min-width: 0px !important;
  background: #f73000;
}

.trimSpace {
  padding: 0px;
}

.table tr.heading, .table tr.heading td {
  color: #fff;
  background: #000 !important;
}

.table-responsive-sm {
  min-width: 28rem; 
}


.page-item .page-link:focus {
  color: #000;
}

.topBtn .card {
  margin-bottom: 0px;
}

.special {
  padding: 10px;
}

.special .card-header {
  padding: 10px 1.25rem;
}

.special .card-title {
  font-size: 22px;
}

.special .text-left {
  display: block;
  float: left;
}

.special .card-body h1 {
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 500;
}

.special .card-body h3 {
  font-weight: 500;
}

.special .text-right {
  display: block;
  float: right;
}

.border-right {
  border-right: solid 1px rgba(55, 55, 89, 0.1);
}

.box a:hover {
  color: blue;
} 

@media (max-width: 767px) {
  .special .border-right {
    display: inline-block;
    width: 50%;
  }

  .special .text-right {
    display: inline-block;
    width: 50%;
  }

  #customBreadcrumb .pull-right {
    float: none;
  }

}

/*** Toggle switch ***/
.special .text-left .btn {
  line-height: 10px !important;
  min-width: 12px !important;
}

.special .text-left .btn-light {
  background: #6c757d;
  color: #fff;
}

.special .text-left .btn-light:hover {
  background: #000;
  color: #fff;
}

.special .toggle {
  margin-bottom: 0px !important;
}

.special .toggle .toggle-group label {
  font-size: 9px !important;
  white-space: nowrap;
}

.special .toggle .toggle-handle {
  background: #fff !important;
}

/*** Modal Slide-in ***/
@media (max-width: 576px){.modal-dialog.modal-dialog-slideout {width: 100%}}
.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0);transform: translate(100%,0);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);flex-flow: column;}
.modal-dialog-slideout .modal-content{border: 0;}

#customBreadcrumb .breadcrumb li {
  font-size: 12px;
}

#customBreadcrumb .breadcrumb li a:hover{
  color: #f73000;
}

/*** Responsive Menu ****/
button.navbar-toggler {
  position: absolute;
  right: 5px;
  min-width: 55px;
  top: 5px;
}

.navbar-brand img {
  height: fit-content;
  max-width: 100px;
}
.navbar-brand {
  margin: 5px 0;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 128, 1);
  border-color: rgba(0, 0, 128, 1);
  margin-right: 10px;
}

.mobile {
  display: none;
}

.mobile-menu ul li a {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-radius: 0px;
  font-weight: 500;
}

.mobile-menu ul li a:hover, .mobile-menu ul li a:active, 
.mobile-menu ul li a:focus, .mobile-menu ul li a.active {
  color: #f73000 !important;
}

.mobile-menu ul li a i {
  font-size: 24px;
}

.mobile-menu ul li a .nav-text {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .visible-menu {
    display: none !important;
  }
  .mobile {
    display: flex;
  }
  .bg-dark {
    background: #edeef2 !important;
 }

 .adjspace {
   margin-top: 10px !important;
 }

 #customBreadcrumb {
   margin-top: 10px;
 }
 .dbtn {
   width:100%;
 }
}

.curSelect .form-control{
  background: #fff !important;
  border: none;
  /* border-bottom: solid 1px #eee;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; */
}

.card-body .ngn h5 i, .card-body .usd h5 i {
  font-size: 16px;
}
.port .card-header {
  padding-top: 6px !important;
  padding-bottom: 7px !important;
}

.font-large-2 {
  font-size: 40px;
}

.adj {
  margin-bottom:  0px;
}

/**** Stack Table ***/
.stacked .table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.stacked .table-responsive-stack td,
.stacked .table-responsive-stack th {
   display:block;
/* flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.admin .table-responsive-stack th:nth-last-child(1) {
   display: none; 
}

.stacked .table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
  .stacked .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .stacked .table-responsive-stack td {
      float: left\9;
      width:100%;
   }

   .sk-three-bounce img{
    display: block;
    margin: auto auto;
    max-width: 100%;
  }

}
.stacked .table {
  border-collapse: collapse;
  border-spacing: 0;
}
.stacked .table-bordered {
  border: none;
}
/* .stacked .table tr th:first-child {
  border-radius: 10px 0 0 10px;
} */

/* .stacked .table tr th:last-child {
  border-radius: 0 10px 10px 0;
} */

 .stacked .table tr td:last-child, .stacked .table tr th:first-child, .stacked .table tr th:last-child {
  border-radius: 0px;
} 

.stacked .table tr td {
  background: inherit;
  border: 0px;
  vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(246, 248, 254);
}

.stacked .table .thead-dark th {
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
  font-size: 14px;
}
.stacked .table th {
  font-weight: 600;
}
.stacked .table td {
  font-weight: 100;
}
.stacked .table th, .stacked .table td {
  padding: 10px 18px;
}

.green {
  color: #297F00;
}
.yellow {
  color: #FE9431;
}
.red {
  color: #f73000;
}
.blue {
  color: #000080;
}

.inv a:hover, .inv a:focus, .inv a.active {
  color: #ffffff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000080;
}

.line-height-1 {
  line-height: 10px;
}

/**** Hidden Divs *****/
#DSTV, #GOTV, #STARTIMES, #TSTv, #KweseTv, #PDC, #WDB, #MTN, 
#AIRTEL, #NINEMOBILE, #GLO, #phoneNum, #CusId, #payAmt, #pay,
#Coollink, #ipNX, #Mobitel, #Smile, #Spectranet, #Swift4G,
#aero, #dana, #discovery, #emirates, #medview, #rwandair, #southafrica, #wakanow,
#lekki-epe, #lekki-ikoyi, #mobileMoney {
  display: none;
}

.spAdj p{
  margin: 0;
  padding: 0 0 8px;
}

.spAdj2 p{
  margin: 0;
  padding: 0 0 11px;
}

.spAdj3 p{
  margin: 0;
  padding: 0 0 17px;
}

.list-unstyled .text-right h5 {
  margin-bottom: 0.1rem;
}

.ticket-info {
  color: #1F2641;
}

.sidebar {
  overflow-y: auto !important;
}



/************* ADMIN AREA *****************/

.adminCard .nav-tabs .nav-item {
  margin-bottom: -9px;
}

.adminCard .card-body h3 {
  font-size: 1.3rem;
}

.adminTable .table-responsive {
  margin: 30px 0;
}
.adminTable .table-wrapper {
  min-width: 1000px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.adminTable .tabbleTabbed {
  padding: 20px 0px;
}

.adminTable .tabbedInner {
  padding: 20px 0px;
}

.adminTable .tabbedInner .table-title {
  padding-right: 25px !important;
  padding-left: 25px !important;
  margin: 0px !important;
}

.adminTable .table-title {
  padding-bottom: 15px;
  background: #edeef2;
  color: #fff;
  padding: 16px 30px;
  /* margin: -20px -25px 10px; */
  margin: 20px 0px 10px;
  border-radius: 3px 3px 0 0;
}
.adminTable .table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}
.adminTable .table-title .btn {
  float: right;
  font-size: 13px;
  border: none;
  /*min-width: 50px;*/
  border: none;
  outline: none !important;
  margin-left: 10px;
}

.adminTable .table-title .btn:hover, .adminTable .table-title .btn:focus {
  color: #fff;
  background: #000000;
}
.adminTable .table-title .btn i {
  float: left;
  font-size: 18px;
  margin-right: 5px;
  line-height: 22px;
}
.adminTable .table-title .btn span {
  float: left;
  margin-top: 2px;
}
.adminTable table.table tr th, table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 13px;
  vertical-align: middle;
}
.adminTable table.table tr th:first-child {
  width: 60px;
}
.adminTable table.table tr th:last-child {
  width: 100px;
}
.adminTable table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.adminTable table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}
.adminTable table.table th {
  cursor: pointer;
}	
.adminTable table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}	
.adminTable table.table td:last-child i {
  opacity: 0.9;
  font-size: 22px;
  margin: 0 5px;
}
.adminTable table.table td a {
  font-weight: bold;
  color: #000080;
  display: inline-block;
  text-decoration: none;
}
.adminTable table.table td a:hover {
  color: #2196F3;
}
.adminTable table.table td a.settings {
  color: #000080;
}
.adminTable table.table td a.delete {
  color: #f73000;
}
.adminTable table.table td i {
  font-size: 19px;
}
.adminTable table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  max-width: 30px;
  padding: 0px;
}
.adminTable .status {
  font-size: 30px;
  margin: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
}
.adminTable .text-success {
  color: #10c469;
}
.adminTable .text-info {
  color: #62c9e8;
}
.adminTable .text-warning {
  color: #FFC107;
}
.adminTable .text-danger {
  color: #ff5b5b;
}
.adminTable .pagination {
  float: right;
  margin: 0 0 5px;
}
.adminTable .pagination li a, .adminTable .pagination li span {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}
.adminTable .pagination li a:hover {
  color: #f73000;
}	
.adminTable .pagination li.active a, .pagination li.active a.page-link {
  background: #000080;
}
.adminTable .pagination li.active a:hover {        
  background: #000000;
}
.adminTable .pagination li.disabled i {
  color: #ccc;
}
.adminTable .pagination li i {
  font-size: 16px;
  padding-top: 6px
}
.adminTable .hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

/* Custom checkbox */
.adminTable .custom-checkbox {
	position: relative;
  top: 5px;
}
.adminTable .custom-checkbox input[type="checkbox"] {    
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.adminTable .custom-checkbox label:before{
	width: 18px;
	height: 18px;
}
.adminTable .custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: white;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.adminTable .custom-checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.adminTable .custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color: #000080;
	background: #000080;
}
.adminTable .custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.adminTable .custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}

.adminTable .search-box {
  position: relative;        
  float: right;
}

.adminTable .search-box input {
  height: 34px;
  border-radius: 20px;
  padding-left: 35px;
  border-color: #ddd;
  box-shadow: none;
}

.adminTable .search-box input:focus {
  border-color: #000080;
}
.adminTable .search-box i {
  color: #a0a5b1;
  position: absolute;
  font-size: 19px;
  top: 6px;
  left: 10px;
}

.adminTable a.badge {
  color: #fff !important;
  padding: 5px 10px;
}
.adminTable a.badge:hover {
  background: #f73000 !important;
}

.adminTable #withSearch_wrapper {
  padding: 0 !important;
}

.white .modal-dialog {
  background: #ffffff;
}

.wallet .media h1 {
  font-size: 2.00rem;
}
.dismiss {
  border: #000080 solid 2px;
  color: #000;
}

.dismiss:hover {
  background: #000080;
  color: #fff;
}
.dataTables_length, .dataTables_filter, 
.dataTables_info, .dataTables_paginate {
  display: none;
}

.customBtn {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.action-icons i {
  cursor: pointer;
}

.labels {
  color: #000;
}

.labels a{
  color: #000080;
}
.leftlabel i {
  font-size: 15px;
}

.actions { min-width: 110px !important;}

.employment #compName, .employment #compEmail, 
.employment #compPhone, .employment #compjobTitle, 
.employment #compDOE, .employment #compAddress, 
.employment #compstate, #ddlSavings, #ddlInvestments,
#ddlLoans, #ddlngnsavingsOpions, #ddlusdsavingsOpions,
#nairafixedSaver, #nairatargetSaver, #nairaperiodicSaver { display: none;}



/***** STEPS *****/
#step3 img {
  max-width:400px;
}
.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
      position: relative;
margin-bottom: 50px;
text-align: center;
}

.connecting-line {
height: 2px;
background: #e0e0e0;
position: absolute;
width: 75%;
margin: 0 auto;
left: 0;
right: 0;
top: 15px;
z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
color: #000080;
cursor: default;
border: 0;
border-bottom-color: transparent;
}

span.round-tab {
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
border-radius: 50%;
background: #fff;
z-index: 2;
position: absolute;
/* left: 0; Lambo*/
left: -15px;
text-align: center;
font-size: 16px;
color: #0e214b;
font-weight: 500;
border: 1px solid #ddd;
}
span.round-tab i{
color:#555555;
}
.wizard li.active span.round-tab {
  background: #000080;
color: #fff;
border-color: #000080;
}
.wizard li.active span.round-tab i{
color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
color: #000080;
}

.wizard .nav-tabs > li {
width: 25%;
}

.wizard .nav-tabs > li.threeTabs {
  width: 33.3%;
  }

.wizard li:after {
content: " ";
position: absolute;
left: 46%;
opacity: 0;
margin: 0 auto;
bottom: 0px;
border: 5px solid transparent;
border-bottom-color: red;
transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
width: 30px;
height: 30px;
margin: 20px auto;
border-radius: 100%;
padding: 0;
background-color: transparent;
position: relative;
top: 0;
}
.wizard .nav-tabs > li a i{
position: absolute;
top: -15px;
font-style: normal;
font-weight: 400;
white-space: nowrap;
left: 50%;
transform: translate(-50%, -50%);
font-size: 12px;
font-weight: 700;
color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
position: relative;
padding-top: 0px;
}


.wizard h3 {
margin-top: 0;
}
/* .prev-step,
.next-step{
font-size: 13px;
padding: 8px 24px;
border: none;
border-radius: 4px;
margin-top: 30px;
}
.next-step{
background-color: #000080;
} */
.skip-btn{
background-color: #cec12d;
}
.step-head{
font-size: 20px;
text-align: center;
font-weight: 500;
margin-bottom: 20px;
}
.term-check{
font-size: 14px;
font-weight: 400;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: 40px;
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: 40px;
margin: 0;
opacity: 0;
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: 40px;
padding: .375rem .75rem;
font-weight: 400;
line-height: 2;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 38px;
padding: .375rem .75rem;
line-height: 2;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 .25rem .25rem 0;
}
.footer-link{
margin-top: 30px;
}
.login-box h4 {
  font-size: 20px;
}
.list-content{
margin-bottom: 10px;
}
.list-content a{
padding: 10px 15px;
width: 100%;
display: inline-block;
background-color: #f5f5f5;
position: relative;
color: #565656;
font-weight: 400;
border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
transform: rotate(180deg);
}
.list-content a i{
text-align: right;
position: absolute;
top: 15px;
right: 10px;
transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #fdfdfd;
}
.list-box{
padding: 10px;
}
.signup-logo-header .logo_area{
width: 200px;
}
.signup-logo-header .nav > li{
padding: 0;
}
.signup-logo-header .header-flex{
display: flex;
justify-content: center;
align-items: center;
}
.list-inline li{
display: inline-block;
}
.pull-right{
float: right;
}

/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
position: relative;
display: inline-block;
margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
position: absolute;
content: "";
display: inline-block;   
}
input[type="checkbox"]::before{
height: 16px;
width: 16px;
border: 1px solid #999;
left: 0px;
top: 0px;
background-color: #fff;
border-radius: 2px;
}
input[type="checkbox"]::after{
height: 5px;
width: 9px;
left: 4px;
top: 4px;
}
input[type="checkbox"]:checked::after{
content: "";
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
background-color: #18ba60;
border-color: #18ba60;
}

@media (max-width: 767px){
.sign-content h3{
font-size: 40px;
}
.wizard .nav-tabs > li a i{
display: none;
}
.signup-logo-header .navbar-toggle{
margin: 0;
margin-top: 8px;
}
.signup-logo-header .logo_area{
margin-top: 0;
}
.signup-logo-header .header-flex{
display: block;
}
}
.refcolm {
  width: 100% !important;
}

.reftable .stacked .table-responsive-stack td, 
.reftable .stacked .table-responsive-stack th {
  flex: 1;
  width: 20%;
}

@media (max-width: 767px){
.reftable .stacked .table-responsive-stack td, 
.reftable .stacked .table-responsive-stack th {
  width: 100%;
}

.bt {
  width: 100%;
  margin: 0 0 10px;
}

.topbtn .nav-link {
  width: 100%;
  margin: 0px auto !important;
  text-align: center;
}

}

.dark-bg {
  color: #000000;
}

.modal-body img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.noline { border: none}
.firstcharacter {
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

/************** FAQs *********************/
.faq_section {
  padding: 0px !important;
}
.section_padding_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.faq_area {
  position: relative;
  z-index: 1;
  background-color: #f5f5ff;
}

.faq-accordian {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.faq-accordian .card:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1rem 2rem;
  color: #3f43fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
  color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
  padding: 1rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

.faq-accordian .list-group-item::before {
  content: "●";
  margin-right: 0.75rem;
  border: 0px;
}

/***** Slider *************/
#rangeValue {
  position: relative;
  display: block;
  text-align: right;
  font-size: 1em;
  color: #000080;
  font-weight: 400;
}

.range {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  background: #e6e6e6;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 1); */
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000080;
  cursor: pointer;
  border: 4px solid #fff;
  box-shadow: -407px 0 0 400px #000080;
}

button.delbtn {
  border: 0px !important;
  border-radius: 0px !important;
  background: none;
  padding: 0px !important;
  display: inline;
  min-width: 0px !important;
}

.wt-120 {min-width: 120px !important;}
.wt-130 {min-width: 130px !important;}
.wt-140 {min-width: 140px !important;}
.wt-150 {min-width: 150px !important;}
.wt-250 {min-width: 250px !important;}
.wt-300 {min-width: 300px !important;}

.fm-colapse {
  display: inline-block;
  width: fit-content;
}

/***** Dashboard *****/
.switch_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 200px;
	min-width: 200px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

@media (max-width: 600px) {
  .switch_box {
    margin: 0 auto;
  }
}

/* Switch 1 Specific Styles Start */

.box_1{
	/* background: #eee; */
  background: none;
  color: #000080;
}

input[type="checkbox"].switch_1{
	font-size: 18px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 3.5em;
	height: 1.5em;
	background: #0CA62E;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  margin: 0 5px;
  }
  
  input[type="checkbox"].switch_1:checked{
	background: #000080;
  }
  
  input[type="checkbox"].switch_1:after{
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
	        box-shadow: 0 0 .25em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
	        transform: scale(.7);
	left: 0;
  top: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }

  input[type="checkbox"].switch_1:before, 
  input[type="checkbox"].switch_1:checked:before{
    display: none;
    margin: 0;
  }
  
  input[type="checkbox"].switch_1:checked:after{
	left: calc(100% - 1.5em);
  }

#usdWallet {
  display: none;
}
.infocard {
  color: #6C6B6B;
}

.infocard h5 {
  font-weight: 300;
  font-size: 13px;
}

.infocard .savings-card .mdi-piggy-bank-outline{
  color: #5ECBE2;
}

.infocard .investment-card .mdi-finance {
  color: #0CA62E;
}

.infocard .mutual-card .mdi-handshake {
  color: #FF6A49;
}

.infocard .loan-card .mdi-cash-multiple {
  color: #003B48;
}

.infocard p {
  margin: 0;
}

.infocard .card {
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  border: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.infocard .card .card-block {
  padding: 20px;
}

 .infocard .mdi-piggy-bank {
  font-size: 26px;
} 

.infocard .f-left {
  float: left;
}

.infocard .f-right {
  float: right;
}

.row-horizon::-webkit-scrollbar {
  width: 0.1em; 
  height: 0.25em;
  background-color: #F5F5F5;
}

.row-horizon::-webkit-scrollbar-thumb {
  background-color: #444444;
}

.row-horizon::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}

.accountSummary .card {
  background: #000080;
  color: #eee;
}

.accountSummary h4 {
  color: #eee;
  font-weight: 300;
  font-size: 14px;
}
.trnSummary h4 {
  font-weight: 300;
  font-size: 14px;
  padding-top: 15px;
}
.accountSummary hr, .trnSummary hr {
  border-top: 0.1rem dashed !important;
}
.accountSummary .hr-header, .trnSummary .hr-header {
  margin: 10px 0 25px;
}
.accountSummary .left-area {
  border-right: dashed 0.1rem #eee;
  padding: 10px 5px 0 0;
}
.accountSummary .accName {
  padding: 0px;
  margin: 0px;
}
.accountSummary .text-sub {
  color: #bababa;
}
.accountSummary .health-text {
  font-size: 19px;
}
.accountSummary .text-fig {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.accountSummary .right-area {
  padding: 10px 0 0 15px;
  
}
.lineBreak {
  font-size: 14px;
  padding: 5px 0;
}
.lineBreak span {
  display:flexbox;
}
.listStatus {
  float: right;
}
.lineicons i {
  margin-right: 4px;
  display: inline-table;
  vertical-align: top;
  padding-top: 5px;
}
.lineDetail {
  display: inline-block;
}
.lineDetail h6 {
  margin: 0px;
  padding: 0px;
}
.lineDetail span {
  font-size: 12px;
  line-height: 0px;
  color: #6c757d;
}
.trnSummary {
  color: #343a40;
}
.trnSummary .curSelect select {
  padding: 0 5px;
  height: 22px;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 10px;
}

/**** FXcard & Referral ****/
.bxcard {
  background-color: #fff;
  border-radius: 15px;
  border: none;
  position: relative;
  margin-bottom: 0px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.bxcard h1, .bxcard h2, .bxcard h6, .bxcard h3, .bxcard h4 {
  font-weight: lighter;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4)
}
.bxcard h1 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
.bxcard h6 {
  font-size: 13px;
}
.bxcard h4 {
  font-size: 18px;
}
.l-bg-cherry {
  background: url("../images/background/ngn-wallet-bg.webp") no-repeat center center/cover !important;
  color: #fff;
  padding: 0 20px;
}

.l-bg-blue-dark {
  background: url("../images/background/fund-account-bg.webp") no-repeat center center/cover !important;
  color: #fff;
  
}

.l-bg-orange-dark {
  background: url("../images/background/loan-bg.png") no-repeat center center/cover !important;
  color: #fff;
  
}

.l-bg-green-dark {
  background: url("../images/background/ref-bg.webp") no-repeat center center/cover !important;
  color: #fff;
}

.l-bg-neuv-dark {
  background: url("../images/background/usd-wallet-bg.webp") center center/cover no-repeat !important;
  color: #fff;
  padding: 0 20px;
}

.bxcard .card-statistic-3 .card-icon-large .fa, .fxcard .card-statistic-3 .card-icon-large .far, .bxcard .card-statistic-3 .card-icon-large .fab, .bxcard .card-statistic-3 .card-icon-large .mdi {
  font-size: 85px;
}

.bxcard .card-statistic-3 .card-icon-medium .mdi {
  font-size: 55px;
}

.bxcard .card-statistic-3 .card-icon-default .mdi {
  font-size: 45px;
  font-weight: bold;
  border: solid 7px;
  border-radius: 50%;
  padding: 5px 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.bxcard .card-statistic-3 .card-icon {
  text-align: center;
  line-height:normal;
  margin-left: 15px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -13px;
  opacity: 0.6;
}

.bxcard .card-statistic-3 .card-icon-default {
  text-align: center;
  line-height: normal;
  margin-left: 15px;
  color: #fff;
  position: absolute;
  right: 32px;
  top: 21px;
  opacity: 0.8;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.l-bg-green {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
  color: #fff;
}

.l-bg-orange {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
  color: #fff;
}

@media (max-width:600px) {
  .bxcard h1 {
    font-size: 22px;
  }
  .bxcard h2 {
    font-size: 17px;
  }
 
  .bxcard .card-statistic-3 .card-icon-large .mdi {
    font-size: 35px;
    border: solid 5px;
    padding: 5px 12px;
  }
  .bxcard .card-statistic-3 .card-icon .mdi {
    font-size: 80px;
    border: none;
  }
  .bxcard .card-statistic-3 .card-icon {
    right: 0px;
  }
  .bxcard .card-statistic-3 .card-icon-default {
    right: 15px;
  }
  .l-bg-neuv-dark, .l-bg-cherry {
    padding: 0;
  }
}

/****** close cards ******/

@media (max-width: 600px) {
  .accountSummary .text-fig {
    padding-top: 20px;
  }
  .accountSummary .right-area {
    padding-left: 5px;
  }
  .accountSummary .lineBreak {
    font-size: 12px;
  }
  .trnSummary .curSelect select {
    font-size: 12px;
    font-weight: lighter;
  }
  .basecard {
    margin-bottom: 15px;
  }
  
}


/**** Products *****/
.carousel {
  width: 100% !important;
}

.product-card .carousel .carousel-control-prev {
  left: -60px !important;
}

.product-card .carousel .carousel-control-next {
  right: -60px !important;
}
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
      display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
  .carousel-control-prev, .carousel-control-next {
    width: 30% !important;
  }

  .carousel .carousel-control-prev {
    left: -50px !important;
  }
  
  .carousel .carousel-control-next {
    right: -50px !important;
  }
  
}

.carousel-inner .carousel-item {
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,
  -webkit-transform .6s ease-in-out;
}

.carousel-inner .active.carousel-item + .carousel-item {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  display: block;
  visibility: visible;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display:flex;
}

/* display 3 */
@media (min-width: 768px) {
  
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  
  .carousel-inner .carousel-item-left.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
  .product-card .carousel-control-prev, .product-card .carousel-control-next {
    width: 10% !important;
}
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
transform: translateX(0);
}
.carousel-control-prev, .carousel-control-next {
  width: 2%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000080' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000080' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.gr-1 {background: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);}
.gr-2 {background: linear-gradient(170deg, #B4EC51 0%, #429321 100%);}
.gr-3 {background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);}
.gr-4 {background: linear-gradient(170deg, #b97373 0%, #a84545 100%);}
.gr-5 {background: linear-gradient(170deg, #868686 0%, #2f3e54 100%);}



/***** Product Card ******/
.product-card .card, .offerings-card .card {
  margin-bottom: 0;
}
@media (min-width:800px) {
  .product-card .col-md-3, .product-card .col-md-4 {
    display: flex;
    padding-right: 6px;
    padding-left: 6px;
  }
 
}

.product-card .card-icon, .offerings-card .card-icon{
  display: block;
}
.product-card .card-title, .offerings-card .card-title {
  text-transform: uppercase;
  margin: 5px 0 0;
  font-size: 14px;
  color: #000;
}
.product-card i, .offerings-card i {
  font-size: 45px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  color: #000;
}
.product-card .card-text, .product-card p,
.offerings-card .card-text, .offerings-card p {
  font-size: 11px;
  line-height: 17px;
  padding: 0;
  margin: 0;
  color: #fff;
}
.product-card .card-text, .offerings-card .card-text {
  min-height: 50px;
}
.product-card .hr {
  margin: 5px 0 10px;
  color: #000;
}

.product-card .card-link, .offerings-card .card-link {
  padding: 2px 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.product-card .card-link:hover, .offerings-card .card-link:hover {
  color: #fff;
  background-color: #1717a2;
 
}
.product-card .text-header hr, .offerings-card .text-header hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-card .savings-plan .card-body {
  background: url("../images/background/new-Savings.png") no-repeat center center/cover !important;
}

.product-card .advisory-plan .card-body {
  background: url("../images/background/new-advisory.png") no-repeat center center/cover !important;
}

.product-card .investment-plan .card-body {
  background: url("../images/background/new-investment.png") no-repeat center center/cover !important;
}

.product-card .mutual-fund .card-body {
  background: url("../images/background/mutual-funds.png") no-repeat center center/cover !important;
}

.product-card .loans .card-body {
  background: url("../images/background/Loans.png") no-repeat center center/cover !important;
}

.product-card .currencyFx .card-body {
  background: url("../images/background/CurrencyFx.png") no-repeat center center/cover !important;
}

.offerings-card .savings {
  background-image: linear-gradient(315deg, #6e72fc 0%, #8ec27c 44%);
  transition: .3s transform;
}

.offerings-card .savings:hover {
  background-image: linear-gradient(115deg, #6e72fc 0%, #8ec27c 74%);
  transition: .3s transform;
}

/*********** Register Pages **************/
.registerPage .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.registerPage .row .col-two:last-child .input-group-desc {
  margin-bottom: 0
}

.registerPage .row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.registerPage .row-refine {
  margin: 0 -15px
}

.registerPage .row-refine .col-three .input-group-desc,
.registerPage .row-refine .col-six .input-group-desc,
.registerPage .row-refine .col-nine .input-group-desc {
  margin-bottom: 0
}

.registerPage .col-two {
  width: -webkit-calc((100% - 30px)/2);
  width: -moz-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2)
}

@media(max-width:767px) {
  .registerPage .col-two {
    width: 100%
  }
}

.registerPage .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}

.registerPage .form-row .name {
  width: 140px;
  color: #555;
  font-size: 15px;
  font-weight: 500
}

.registerPage .form-row .value {
  width: -webkit-calc(100% - 140x);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px)
}

@media(max-width:767px) {
  .registerPage .form-row {
    display: block
  }

  .registerPage .form-row .name,
  .registerPage .form-row .value {
    display: block;
    width: 100%
  }

  .registerPage .form-row .name {
    margin-bottom: 7px
  }
}

.registerPage .col-three,
.registerPage .col-six,
.registerPage .col-twelve,
.registerPage .col-nine {
  padding: 0 15px;
  position: relative;
  width: 100%;
  min-height: 1px
}

.sub-notice {
  font-size: 13px;
  line-height: 20px;
}

.registerPage .col-three {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

@media(max-width:767px) {
  .registerPage .col-three {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
  }
}

.registerPage .col-nine {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

@media(max-width:767px) {
  .registerPage .col-nine {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
  }
}

.registerPage .col-six {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media(max-width:767px) {
  .registerPage .col-six {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.registerPage html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.registerPage * {
  padding: 0;
  margin: 0
}

.registerPage *,
.registerPage *:before,
.registerPage *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}


.registerPage .bg-blue {
  background: #2c6ed5
}

.registerPage .bg-red {
  background: #fa4251
}

.registerPage .bg-gra-01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
  background: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: -moz-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: -o-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%)
}

.registerPage .bg-gra-02 {
  background: -webkit-gradient(linear, left bottom, right top, from(#fc2c77), to(#6c4079));
  background: -webkit-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
  background: -moz-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
  background: -o-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
  background: linear-gradient(to top right, #fc2c77 0%, #6c4079 100%)
}

.registerPage .bg-gra-03 {
  background: -webkit-gradient(linear, left bottom, right top, from(#08aeea), to(#b721ff));
  background: -webkit-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
  background: -moz-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
  background: -o-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
  background: linear-gradient(to top right, #08aeea 0%, #b721ff 100%)
}

.p-t-100 {
  padding-top: 100px
}

.p-t-130 {
  padding-top: 130px
}

.p-t-180 {
  padding-top: 180px
}

.p-t-45 {
  padding-top: 45px
}

.p-t-20 {
  padding-top: 20px
}

.p-t-15 {
  padding-top: 15px
}

.p-t-10 {
  padding-top: 10px
}

.p-t-30 {
  padding-top: 30px
}

.p-b-100 {
  padding-bottom: 100px
}

.p-b-50 {
  padding-bottom: 50px
}

.m-r-45 {
  margin-right: 45px
}

.m-r-55 {
  margin-right: 55px
}

.m-b-55 {
  margin-bottom: 55px
}

.registerPage .wrapper {
  margin: 0 auto
}

.registerPage .wrapper--w960 {
  max-width: 960px
}

.registerPage .wrapper--w790 {
  max-width: 790px
}

.registerPage .wrapper--w780 {
  max-width: 780px
}

.registerPage .wrapper--w680 {
  max-width: 680px
}

.registerPage a {
  color: #f73000;
}

.registerPage td.active {
  background-color: #2c6ed5
}

.registerPage input[type=datei] {
  padding: 14px
}

.registerPage .table-condensed td,
.registerPage .table-condensed th {
  font-size: 14px;
  font-family: roboto, arial, helvetica neue, sans-serif;
  font-weight: 400
}

.registerPage input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit
}

.registerPage .radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.registerPage .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.registerPage .radio-container input:checked~.checkmark {
  background-color: #e5e5e5
}

.registerPage .radio-container input:checked~.checkmark:after {
  display: block
}

.registerPage .radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #000080
}

.registerPage .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .08);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .08)
}

.registerPage .checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.registerPage .input--style-5 {
  background: #F6F8FE;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 22px;
  font-size: 14px;
  color: #555;
  border: 1px solid rgba(55, 55, 89, 0.1);
  transition: all 0.3s ease-in-out;
}

.registerPage .input--style-5:hover, 
.registerPage .input--style-5:active,
.registerPage .input--style-5:focus{
  border-color: #5E37FF;
}

.registerPage .input-group-desc {
  position: relative
}

@media(max-width:767px) {
  .registerPage .input-group-desc {
    margin-bottom: 40px
  }
}

.registerPage .input-group {
  position: relative;
  margin: 0
}

.registerPage .label {
  color: #555;
  font-size: 15px;
  font-weight:normal
}

.registerPage .label--block {
  width: 100%
}

.registerPage .label--desc {
  position: absolute;
  text-transform: capitalize;
  display: block;
  color: #999;
  font-size: 14px;
  margin: 0;
  margin-top: 7px;
  left: 0
}

.select--no-search .select2-search {
  display: none !important
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden
}

.select2-container--default .select2-results__option {
  padding-left: 22px
}

 .rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
  background: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.merchantInd .rs-select2 .select2-container {
  background: none;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 50px;
  background: 0 0
}

.merchantInd .rs-select2 .select2-container .select2-selection--single {
  height: 42px;
}
.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 0;
  color: #555;
  font-size: 14px;
  font-family: inherit;
  padding-left: 22px;
  padding-right: 50px
}

.merchantInd .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.merchantInd .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: material-design-iconic-font;
  content: '\f2f9';
  font-size: 24px;
  color: #999;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.registerPage .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight:normal;
  text-align: center;
  color: #fff
}

.registerPage .card {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff
}

.registerPage .card-5 {
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15)
}

.registerPage .card-5 .card-heading {
  padding: 20px 0;
  background: #1a1a1a;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px
}

.registerPage .card-5 .card-body {
  padding: 52px 52px;
  padding-bottom: 73px
}

@media(max-width:767px) {
  .registerPage .card-5 .card-body {
    padding: 40px 30px;
    padding-bottom: 50px
  }
}


fieldset {
  min-width: 0;
  border: 0
}

.merchantInd input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  line-height: 22px;
}

.merchantInd .input-group {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
  display: block;
}

.merchantInd .input-group .rs-select2 select {
  padding: 9px 0 !important;
}

.merchantInd .input-icon {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.merchantInd .input--style-1 {
  padding: 9px 0;
  color: #666
}

.merchantInd  .input--style-1::-webkit-input-placeholder {
  color: #555
}

.merchantInd .input--style-1:-moz-placeholder {
  color: #555;
  opacity: 1
}

.merchantInd .input--style-1::-moz-placeholder {
  color: #555;
  opacity: 1
}

.merchantInd .input--style-1:-ms-input-placeholder {
  color: #555
}

.merchantInd .input--style-1:-ms-input-placeholder {
  color: #555
}

.card-1 .title {
  margin-bottom: 37px;
  color: #555;
}

.card-2 .title {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 37px;
  color: #555;
  text-align: left;
}

.merchantInd .card {
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff
}

.card-1, .card-2 {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15)
}

.card-1 .card-heading {
  background: url("../assets/img/merch.webp") center center/cover no-repeat;
  padding-top: 210px
}

.card-1 .card-body {
  padding: 0 90px;
  padding-top: 55px;
}

.card-2 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  display: table;
  margin-bottom: 40px;
}

.card-2 .card-heading {
  background: url("../assets/img/corporate.webp") top left/cover no-repeat;
  width: 29.1%;
  display: table-cell
}

.card-2 .card-body {
  display: table-cell;
  padding: 80px 90px;
  padding-bottom: 88px;
}

@media(max-width:767px) {
  .card-1 .card-body {
    padding: 0 40px;
    padding-top: 40px;
    padding-bottom: 40px
  }
  .card-2 {
    display: block
  }

  .card-2 .card-heading {
    width: 100%;
    display: block;
    padding-top: 300px;
    background-position: left center
  }

  .card-2 .card-body {
    display: block;
    padding: 60px 50px
  }
}
.mp2 {
  margin-bottom: 32px !important;
}

/******** Questionnaire ********/
.top i {
    font-size: 105px;
    margin-bottom: 16%;
    color: #000080;
}

.questionnaire .progress {
  height: 13px;
  width: 350px;
  margin: 10px 20px;
  /* background-color: #FFF176 */
  background-color: #ff823b;
}

.questionnaire .progress-bar {
  /* background-color: #FBC02D */
  background-color: #f73000;
}

.questionnaire .count {
  width: 350px
}

.questionnaire .fit-image {
  width: 100%;
  object-fit: cover
}

.questionnaire .card {
  padding-bottom: 20px;
}

.questionnaire .card-header {
  padding: 20px 60px;
  display: inline;
}

.questionnaire .card-body {
  display: none;
  padding-left: 55px;
  padding-right: 55px
}

.questionnaire .card-body.show {
  display: block
}

.questionnaire .yellow-text {
  color: #FBC02D
}

.questionnaire .blue-text {
  color: #000080
}

.questionnaire .card-block {
  width: 235px;
  border: 1px solid lightgrey;
  padding: 20px;
  border-radius: 5px !important;
  background-color: #FAFAFA;
  margin-bottom: 30px
}


.questionnaire .fa-check {
  color: #FBC02D;
  border-radius: 50%;
  border: 2px solid #FBC02D;
  padding: 5px
}

.questionnaire .fa-circle {
  color: #FAFAFA;
  border-radius: 50%;
  border: 2px solid #BDBDBD;
  padding: 5px 6.155px
}

.questionnaire .pic,
.questionnaire .pic-0 {
  height: 90px;
  width: 130px
}

.questionnaire .pic {
  margin-top: 30px;
  margin-bottom: 20px
}

.questionnaire .btn-blue {
  margin-top: 40px;
  background-color: #1A237E;
  color: #fff;
  width: 28%
}

.questionnaire .btn-blue:hover {
  background-color: #000;
  color: #fff;
}

.questionnaire .btn-secondary {
  margin-top: 40px;
  width: 28%;
  background-color: #ff823b;
  border-color: #ff823b;
}

.questionnaire .btn-secondary:hover{
  background-color: #000080;
  border-color: #000080;
}

.questionnaire .fa-long-arrow-right {
  float: right;
  margin-top: 4px
}

.questionnaire .fa-long-arrow-left {
  float: left;
  margin-top: 4px
}

.questionnaire .table td {
  font-weight: normal;
}

.questionnaire button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0
}
.questionnaire #result h2 {
  margin: 0px;
  padding: 0px;
}
.checked-img img {
  width: 60px;
}

@media (max-width:600px) {
  .questionnaire .last-btn {
    font-size: 14px !important;
    padding: 6px 11px !important;
  }
  .questionnaire #result h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}
}

.text-default {
  color: #8691b4;
}



/**** Loans ****/
.loanProfile .card .user-card {
  border-top: none;
  -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
  box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.loanProfile .card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  /* border: none; */
  border-radius: 15px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loanProfile .input-group-text {
  color: #000;
}

.loanProfile .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 25px;
}

.loanProfile .card .card-header h5 {
  margin-bottom: 0;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}

.loanProfile .card .card-header+.card-block, .loanProfile .card .card-header+.card-block-big {
  padding-top: 0;
}

.loanProfile .user-card .card-block {
  text-align: center;
}

.loanProfile .card .card-block {
  padding: 25px;
}

.loanProfile .user-card .card-block .user-image {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 5px;
  width: 110px;
  height: 110px;
}

.loanProfile .user-card .card-block .user-image img {
  z-index: 20;
  position: absolute;
  top: 5px;
  left: 5px;
      width: 100px;
  height: 100px;
}

.loanProfile .img-radius {
  border-radius: 50%;
}

.loanProfile .f-w-600 {
  font-weight: 600;
}

.loanProfile .m-b-10 {
  margin-bottom: 10px;
}

.loanProfile .m-t-25 {
  margin-top: 25px;
}

.loanProfile .m-t-15 {
  margin-top: 15px;
}

.loanProfile .card .card-block p {
  line-height: 1.4;
}

.loanProfile .text-muted {
  color: #919aa3!important;
}

.loanProfile .user-card .card-block .activity-leval li.active {
  background-color: #2ed8b6;
}

.loanProfile .user-card .card-block .activity-leval li {
  display: inline-block;
  width: 15%;
  height: 4px;
  margin: 0 3px;
  background-color: #ccc;
}

.loanProfile .user-card .card-block .counter-block {
  color: #fff;
}

.loanProfile .repay a {
  font-size: 12px;
}

.loanProfile .repay a:hover {
  color: #ffffff;
  background: #000;
}

.bg-c-blue {
  background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.loan-img, .loanProfile #loading img {
  width: 100%;
}

#loading {
  min-height: 100px;
}

.initial {
  /* min-height: 600px; */
}

#loading img{
  height: 25px;
}
.loanProfile #result .form-control{
  background: transparent;
  border: none; 
  height: auto;
}
#loading
/*#result*/ {
  display: none;
}

.bg-c-blue img {
  width: 35px;
}

.bg-c-green {
  background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
  background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg,#FF5370,#ff869a);
}

.loanProfile h3 {
  font-weight: normal;
  font-size: 17px;
}

.loanProfile .m-t-10 {
  margin-top: 10px;
}

.loanProfile .p-20 {
  padding: 20px;
}

.loanProfile .text-small {
  font-size: 13px;
}

.loanProfile .text-xsmall {
  font-size: 11px;
}

.loanProfile .user-card .card-block .user-social-link i {
  font-size: 30px;
}

.loanProfile .text-facebook {
  color: #3B5997;
}

.loanProfile .text-twitter {
  color: #42C0FB;
}

.loanProfile .text-dribbble {
  color: #EC4A89;
}

.loanProfile .user-card .card-block .user-image:before {
  bottom: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.loanProfile .user-card .card-block .user-image:after, .loanProfile .user-card .card-block .user-image:before {
  content: "";
  width: 100%;
  height: 48%;
  border: 2px solid #4099ff;
  position: absolute;
  left: 0;
  z-index: 10;
}

.loanProfile .user-card .card-block .user-image:after {
  top: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.loanProfile .user-card .card-block .user-image:after, .loanProfile .user-card .card-block .user-image:before {
  content: "";
  width: 100%;
  height: 48%;
  border: 2px solid #4099ff;
  position: absolute;
  left: 0;
  z-index: 10;
}

/*** Loan Table ***/
.trxLoans h3, .trxLoans .h3 {
  font-size: 1.0625rem;
}

.trxLoans h2, .trxLoans h3, .trxLoans .h2, .trxLoans .h3 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #32325d;
}

.trxLoans .avatar {
  font-size: 1rem;
  display: inline-flex;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #adb5bd;
  align-items: center;
  justify-content: center;
}

.trxLoans .avatar img {
  width: 100%;
  border-radius: 50%;
}

.trxLoans .avatar-sm {
  font-size: .875rem;
  width: 36px;
  height: 36px;
}

.trxLoans .avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

.trxLoans .avatar-group .avatar:hover {
  z-index: 3;
}

.trxLoans .avatar-group .avatar + .avatar {
  margin-left: -1rem;
}


.trxLoans img {
  vertical-align: middle;
  border-style: none;
}

.trxLoans table {
  border-collapse: collapse;
}

.trxLoans caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #8898aa;
}

.trxLoans th {
  text-align: inherit;
}

.trxLoans progress {
  vertical-align: baseline;
}

/* .trxLoans .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .trxLoans .container {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .trxLoans .container {
      max-width: 720px;
  }
} */

@media (min-width: 992px) {
  .trxLoans .container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .trxLoans .container {
      max-width: 1140px;
  }
}

.trxLoans .table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.trxLoans .table th,
.trxLoans .table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.trxLoans .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.trxLoans .table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.trxLoans .table {
  background-color: #f8f9fe;
}

.trxLoans .table-dark,
.trxLoans .table-dark > th,
.trxLoans .table-dark > td {
  background-color: #c1c2c3;
}

.trxLoans .table .thead-dark th {
  color: #f8f9fe;
  border-color: #1f3a68;
  background-color: #172b4d;
}

.trxLoans .table .thead-light th {
  color: #8898aa;
  border-color: #e9ecef;
  background-color: #f6f9fc;
}

.trxLoans .table-dark {
  color: #f8f9fe;
  background-color: #172b4d;
}

.trxLoans .table-dark th,
.trxLoans .table-dark td,
.trxLoans .table-dark thead th {
  border-color: #1f3a68;
}

.trxLoans .table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.trxLoans .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  /* border-radius: .375rem; */
  background-color: #fff;
  background-clip: border-box;
}

.trxLoans .card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff;
}

.trxLoans .card-header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

.trxLoans .card-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff;
}

.trxLoans .card-footer:last-child {
  border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

.trxLoans .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .375rem;
}

.trxLoans .page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: .5rem .75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

.trxLoans .page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

.trxLoans .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.trxLoans .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.trxLoans .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.trxLoans .page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.trxLoans .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

.trxLoans .page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #8898aa;
  border-color: #dee2e6;
  background-color: #fff;
}

.trxLoans .badge {
  font-size: 66%;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: .35rem .375rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .375rem;
}

.trxLoans .badge:empty {
  display: none;
}

.trxLoans .btn .badge {
  position: relative;
  top: -1px;
}

@keyframes progress-bar-stripes {
  from {
      background-position: 1rem 0;
  }

  to {
      background-position: 0 0;
  }
}

.trxLoans .progress {
  font-size: .75rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: .375rem;
  background-color: #e9ecef;
  box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
}

.trxLoans .progress-bar {
  display: flex;
  flex-direction: column;
  transition: width .6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #5e72e4;
  justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  .trxLoans .progress-bar {
      transition: none;
  }
}

.trxLoans .media {
  display: flex;
  align-items: flex-start;
}

.trxLoans .media-body {
  flex: 1 1;
}

.trxLoans .page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.trxLoans .page-item .page-link,
.trxLoans .page-item span {
  font-size: .875rem;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50% !important;
  align-items: center;
  justify-content: center;
}

.trxLoans .progress {
  overflow: hidden;
  height: 8px;
  margin-bottom: 1rem;
  border-radius: .25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.trxLoans .progress .sr-only {
  font-size: 13px;
  line-height: 20px;
  left: 0;
  clip: auto;
  width: auto;
  height: 20px;
  margin: 0 0 0 30px;
}

.trxLoans .progress-bar {
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.trxLoans .table thead th {
  font-size: .65rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9ecef;
}

.trxLoans .table th {
  font-weight: 600;
}

.trxLoans .table td .progress {
  width: 120px;
  height: 3px;
  margin: 0;
}

.trxLoans .table td,
.trxLoans .table th {
  font-size: .8125rem;
  white-space: nowrap;
}

.trxLoans .table.align-items-center td,
.trxLoans .table.align-items-center th {
  vertical-align: middle;
}

.trxLoans .table .thead-dark th {
  color: #4d7bca;
  background-color: #1c345d;
}

.trxLoans .table .thead-light th {
  color: #8898aa;
  background-color: #f6f9fc;
}

.trxLoans .table-flush td,
.trxLoans .table-flush th {
  border-right: 0;
  border-left: 0;
}

.trxLoans .table-flush tbody tr:first-child td,
.trxLoans .table-flush tbody tr:first-child th {
  border-top: 0;
}

.trxLoans .table-flush tbody tr:last-child td,
.trxLoans .table-flush tbody tr:last-child th {
  border-bottom: 0;
}

.trxLoans .card .table {
  margin-bottom: 0;
}

.trxLoans .card .table td,
.trxLoans .card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.trxLoans .card .table td {
  font-weight: 400;
}

.trxLoans p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .trxLoans .btn {
      margin-bottom: 10px;
  }
}

.trxLoans .bg-success {
  background-color: #2dce89 !important;
}

.trxLoans .badge {
  font-size: 66%;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: .35rem .375rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .375rem;
}

.trxLoans .badge:empty {
  display: none;
}

.trxLoans .badge {
  text-transform: uppercase;
}

.trxLoans .badge a {
  color: #fff;
}
.trxLoans .badge-dot {
  font-size: .875rem;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
  background: transparent;
}

.trxLoans .badge-dot strong {
  color: #32325d;
}

.trxLoans .badge-dot i {
  display: inline-block;
  width: .375rem;
  height: .375rem;
  margin-right: .375rem;
  vertical-align: middle;
  border-radius: 50%;
}

.trxLoans .btn-sm {
  font-size: 11px;
}

.trxLoans .btn:hover {
  color: #fff;
  background: #003B48;
}
