.header02 .primary-menu .btn, .header03 .primary-menu .btn {
    background-color: #FEC72F;
    border-radius: 3px;
    margin-left: 15px;
}

.sendmoney-header{
    height: 200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 66%, 0 100%);
}

@media only screen and (max-width: 600px) {
  .sendmoney-header{
      height: auto !important;
      -webkit-clip-path: none !important;
      clip-path: none !important;
  }
  .header02 .primary-menu .btn{
    margin:10px;
  }
}

.header02 .primary-menu .dash-btn {
    background-color: #403B73;
    border-color: #403B73;
    /* border: 2px solid #FEC72F; */
}

.header .logo, .header02 .logo, .header03 .logo, .header04 .logo {
    max-width: 300px;
}

.primary-menu ul li a:hover {
    color: #FEC72F;
    /*color: #FEC72F;*/
}

.btn-outline {
    border: 2px solid #FEC72F;
}

.footer {
    /*background-color: #FEC72F;*/
    background-color: #403B73;
}

.footer .widget h5, .footer .foo-nav li a, .footer .foo-address address a, .footer .foo-address address, .footer .foo-navigation ul li a, .footer .copyright {
    /*color: #403B73;*/
    color: #fff;
    /* color: #000; */
}

.header-top {
    /*background: #403B73;*/
    background: #fec72f;
}

.header-top .top-text, .header-top .social-icons a{
    /*color: #fff;*/
    color:#000000;
    /*font-weight: bold;*/

}

/* HOVER */
.header-top .top-text:hover, .header-top .social-icons a:hover {
    color: #fff;
    /*color: #FEC72F;*/
}

.footer .foo-navigation ul li a:hover, .footer .foo-nav li a:hover{
    color:#fff;
}

.footer .foo-top {
    padding: 50px;
}


.banner:before {
 background: none; 
 opacity: 0;
}

@media screen and (min-width: 992px){
.banner {
     padding: 100px 0;; 
}

}

.currency-form h4 {
    color: #3b366f;
    font-size: 28px;
    text-transform: uppercase;
}

.form-field .join-field input, .form-field .join-field select {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.partner-list {
    position: relative;
    margin: 20px 0;
}

.partner-list img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}




.signup-login form{
    background-color: #fff;
    padding: 5px 30px;
    webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}


.signup-login .sl-form .notice a {
    color: #FEC72F;
}

/* .signup-login{
    text-align:center;
     display: grid;
  height: 100vh;
  place-items: center;
} */

.signup-login input { 
    /* text-align: center;  */
}

.signup-login .btn{
    background-color: #FEC72F;
    border-width: 2px;
}


.form-footer{
    text-align:center;
}

.form-title{
    text-align:center;
    color:#403B73;
    margin-top:20px;
}

.signup-login ::-webkit-input-placeholder {
   /* text-align: center; */
}
.signup-login :-moz-placeholder { 
    /* Firefox 18- */
   /* text-align: center;   */
}
.signup-login ::-moz-placeholder { 
     /* Firefox 19+ */
   /* text-align: center;   */
}

.signup-login :-ms-input-placeholder {  
   /* text-align: center;  */
}

.btn-filled:hover{
    background-color:#FEC72F;
}

.btn-filled{
    background-color:#FEC72F;
    border: 2px solid #FEC72F;
}


.banner {
    background-image: url('../images/banner/2.jpg');
    background-size: cover;
}

.contact-info-wrap {
    background-color: #FEC72F;
    padding: 30px 40px;
}

.contact-info-wrap address i {
    color: #FEC72F;
}

.contact-media h4, .contact-media p{
    text-align: center;
}

.contact-media h4{
    color: #3b366f;
}

/* .form-field select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dadada;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 6px;
} */

.form-field select, .form-field .nice-select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 1px solid #dadada;
    /* border-radius: 5px; */
    display: block;
    width: 100%;
    padding: 13px;
}


.dash-menu{
        -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}

.flag-img {
    padding-right: 5px;
    padding-top: 9px;
    float: left;
    vertical-align: middle;
    max-width: 20px;
}

.font-normal{
    font-weight: normal;
}

.noticebar{
    background-color: #FEC72F;
    color:#000;
    font-weight: normal;
    text-align:center;
}

.transaction-area{
    font-weight:normal;
}

.transaction-list{
    padding: 15px;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    background-color:#fff;
    width: 100%;
    border: 1px solid #edebeb;
    font-weight: normal;
}

.transaction-list .amount span{
    font-weight:normal;
    font-size: 15px;
}

.transaction-list .amount{
    font-weight:bold;
    font-size: 30px;
}

.transaction-list .status{
    display: block;
    color:green;
    margin-bottom: 10px;

}

.transaction-list .name{
    font-weight: bold;
    color: #403B73;
    font-size: 20px;
}

.transaction-list .trans-btn{
    text-decoration: none;
    padding:5px;
    background-color:#3D376B;
    margin:15px;
    margin-right: 0;
    color:#fff !important;
    border-radius:3px;
    cursor: pointer;
}

.transaction-list .trans-btn:hover{
    background-color:#FF8800;
    color:#fff !important;
}

.btn-new-trans{
    color:#fff;
    padding:10px;
    background: #3D376B;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
}

.btn-new-trans:hover{
    color:#fff;
    background: #000;
}


.sidebar .Profile-menu ul li a:hover {
    background:#FEC72F;
    color:#000 !important;
}

.sidebar-btn{
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
    box-shadow: 0 5px 10px rgba(24, 33, 99, 0.1);
}


/* Text states (for js) */
.a_hide {
   /*opacity: 0;*/
   display:none;
   top: calc(50% + 8em);
}
.a_show {
   /*opacity: 1;*/
   display:block;
   top: calc(50% + 6em);
}



.declaration-label a{
    color: #f80 !important;
}


.profile-content span.input-group-text.currency-icon {
    width: 50px;
    background: #3d376b !important;
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
}

.no-left-radius {
border-radius: 0px 5px 5px 0px !important;
height: 60px !important;
}

.home-two .banner::before {
    background: #000;
}


#spinner-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color:#000;
  border-radius: 10px;
  opacity:30%;
  z-index: 10;

}


#spinner{
  visibility: hidden;
  width: 80px;
  height: 80px;

  border: 2px solid #f3f3f3;
  /* border-top:3px solid #f25a41; */
  border-top:3px solid #FEC72F;
  border-radius: 100%;

  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;

  z-index:999;

  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  } to {
      transform: rotate(360deg);
  }
}

#spinner.show,#spinner-overlay.show {
  visibility: visible;
}

.homepage-form .form-control:focus{
    border-color:none !important;
    box-shadow: none !important;
}

#errmsg,.form-error
{
    /* text-align:center; */
    display:none;
color: red;
font-size:13px;
 margin:0 0 10px 0;
 line-height: 1.3;
}

.bootstrap-select > .dropdown-toggle {
    font-weight:normal !important;
    padding:5px 10px !important;
}

#chargesSection{
    display:none
}

#chargesSection.show{
    display:block;
}


.field-icon {
  float: right;
  margin-left: -25px;
  /* margin-top: 25px; */
  margin-right: 5px;
  position: relative;
  z-index: 2;
  cursor:pointer;
}

.contact-info{
    width:100%;
    height: 100%;
    background-color: #fff;
    padding: 5px 30px;
    webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    text-align:center;
    
}

.contact-info img{
    max-width: 80px;
    margin-bottom:10px;
    margin-top: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.contact-info p{
    margin: 0px !important;
}

/* ACCORDION */
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion .accordion-label {
  display: block;
}

/*
 Styling
*/

.accordion {
padding: 0 !important;
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0 !important;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion .accordion-label {
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background: #3D376B;
  margin: 0;
}

.accordion .accordion-label:hover,
.accordion .accordion-label:focus {
  background: #FEC526;
  color:#000;
}

.accordion .handle .accordion-label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle .accordion-label:before {
  content: "\f078";
}

.dob-section{
    background: #e8e8e8;
    padding: 10px 0;
    margin: 10px 0;
}

.dob-section label{
    font-weight:normal;
    
}

.accordion .infoItems{
    padding:0;
    border-bottom: none;
    margin-bottom:0;
}



.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  /* border-radius: 100%; */
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-preview > div {
  width: 100%;
  height: 100%;
  /* border-radius: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} 

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
/* .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
} */

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    /* top: 10px; */
    bottom: 0;
    left: 0;
    /* left: 25%; */
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  /* width: 34px; */
  /* height: 34px; */
  padding: 5px;
  /* margin-bottom: 0; */
  /* border-radius: 100%; */
  border-radius:3px;
  background: #3D376B;
  color:#fff;
  font-weight: bold;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #FEC526;
  border-color: #FEC526;
  color:#000;
}
/* .avatar-upload .avatar-edit input + label:after {
  content: "";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
} */
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  /* border-radius: 100%; */
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  /* border-radius: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.sidebar .Profile-menu ul li.active a {
    background: #3D376B;
    color:#fff !important;
}

.sidebar .Profile-menu ul li.active a:before {
    background: #fff;
}

.sidebar .Profile-menu ul li a {
    width: 100%;
    text-align: left !important;
    color: #000 !important;
    padding: 10px 15px !important;
    background: #FEC526;
    font-size: 14px !important;
    font-weight: normal !important;
}

.sidebar .Profile-menu ul li a:hover {
    background: #3D376B;
    color: #fff !important;
}

.admin-heading {
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-left: 10px solid #3D376B;

}

.btn-default {
    background: #FEC526;
    color: #000;
}


.switch {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 150px;
  height: 50px;
  text-align: center;
  margin: -30px 0 0 -75px;
  background: #4cd964;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 25px;
}
.switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 2px;
}
input[type=radio] {
  display: none;
}
.switch label {
  cursor: pointer;
  color: rgba(0,0,0,0.2);
  width: 60px;
  line-height: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
label[for=yes] {
  position: absolute;
  left: 0px;
  height: 20px;
}
label[for=no] {
  position: absolute;
  right: 0px;
}
#no:checked ~ .switch {
  background: #ff3b30;
}
#no:checked ~ .switch span {
  background: #fff;
  margin-left: -8px;
}
#no:checked ~ .switch span:after {
  background: #fff;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
#yes:checked ~ .switch label[for=yes] {
  color: #fff;
}
#no:checked ~ .switch label[for=no] {
  color: #fff;
}

.sidebar .admin-widget{
    padding:0px;
}

.sidebar .admin-widget .inner{
    padding: 20px 15px;
}

.admin-widget-header{
    background:#FEC526;
    padding:10px;
    color:#fff !important;
}

.cur{
    font-weight:normal;
    font-size:15px;
}


/* PROGRESS BAR */
.progress {
  width: 100%;
  height: 150px;
}

.progress-wrap {
  background: #FEC526;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
.progress-wrap .progress-bar {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
}
    .progress {
width: 100%;
height: 30px;
border-radius: 0;
}



.limitsbar{
  margin-top: 25px;
    background-color:#3D376B;
    padding: 10px;
    color: #fff;
}

.limitsbar p{
    margin: 0 !important;
    padding: 0;
    line-height: 1;
    font-weight: none;
}


/* Beneficiaries */

.account-card {
    background: #fec526 !important;
    height: 100%;
}

.account-card p.card-holder-name {
    color: #000 !important;
}

.account-card:hover .account-card-overlay{
    background: #3d376b;
    color:#fff;;
}

table {
    font-weight: normal !important;
}

table a{
  color:#000 !important;
  font-weight: normal !important;
}

.single-transaction .sub-content .text-right{
    font-weight:normal;
}

.normal-font{
    font-weight:normal !important;
}

.bg-main{
    background-color: #3d376b;
    color:#fff;
}

.small-input{
  height: 38px;
}

.reg-checkboxes input[type=checkbox]
{
  /* Double-sized Checkboxes */
  /* -ms-transform: scale(2); IE */
  /* -moz-transform: scale(2); FF */
  /* -webkit-transform: scale(2); Safari and Chrome */
  /* -o-transform: scale(2); Opera */
  /* padding: 10px; */
  /* margin-right: 5px; */
}

.reg-checkboxes label{
  /* padding-left: 10px; */
}


#switch-currency{
  font-weight:normal;
  text-align:center;
  cursor:pointer;
}

#switch-currency:hover{
  color:#fec526;
}

.address-finder {
    padding: 2px 10px !important;
    background: rgb(245,245,245);
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
    margin-bottom: 30px;
}

.small-select{
      height: 34px;font-size: 14px;
}

.signup-login .sl-form .form-group {
    margin-bottom: 5px !important;
}

.greyed-out{
  background-color:grey !important;
  border-color:grey !important;
}

.iti {
    width: 100% !important;
}

#deposit-send-money .text-left{
  font-weight:normal;
}

.form-control{
    outline: 0;
    box-shadow: none !important;
}


/* step progress */

.progressbar {
  counter-reset: step;
}

.progressbar li {
  position: relative;
  list-style: none;
  float: left;
  width: 25%;
  /*width: 33.33%;*/
  text-align: center;
  color:#000;
}

/* Circles */
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  border: 1px solid #3D376B;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fec526;
   
  /* Center # in circle */
  line-height: 39px;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: fec526 ;
  top: 20px; /*half of height Parent (li) */
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

/* .progressbar li.active{
  color:#fff;
} */

.progressbar li.active:before {
  background: #3D376B;
  content: "✔";  
  color:#fff;
}

.progressbar li.active + li:after {
  background: #3D376B;
}

/* force lines */
.progressbar li:after {
    background: #3D376B;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.red-text{
  color:red;
}

.dropdown-menu .disabled {
  color: red !important;
}

.header-top .top-text:nth-child(3) {
    margin-left: 20px;
}

#jitp-warn-logout{
    border-radius: 4px;
}

#jitp-warn-alive{
    background: #1f1c36 !important;
    border-color: #1f1c36 !important;
}

#content.py-4 {
  padding-bottom: 0px !important;
}

.footer .foo-btm {
    padding-bottom: 5px !important;
    margin-top: 30px !important;
}

.disclaimer{
  font-weight: normal !important;
}