.bg-info {
  background-color: #3F729B!important;
}

.text-info{
color:#3F729B!important;
}

.choices__list--dropdown, .choices__list[aria-expanded] {max-height:260px;}

.nav-link:hover{cursor:pointer;}
.custom-control-label:hover{cursor:pointer;}


.breadcrumb-item.active {
  color: #3F729B !important;
}


.breadcrumb-item-white.active {
				  color: #fff !important;
				  text-decoration:underline;
				}
				
				.breadcrumb-item-white > a {
				  color: #fff !important;
				}
				
				.breadcrumb-item-white+ .breadcrumb-item-white::before {
				color:#fff!important;		
				content:"";
				width:0;	
				}

.hover{cursor:pointer!important;}

.accordion-button-logo::after{background-image:none!important;}

.form-label {
  margin-bottom: 5px;
}

.card-body.overflow-auto {
  max-height: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.signature-pad--body canvas{width:100%;height:100%;border-radius:4px;border:1px solid #ced4da;background-color:#fff}

.choices[data-type*="select-one"] .choices__button {display:none!important;}

.logo-img{position:relative;top:-2px;}

@media (min-width: 1200px) {
  .py-xl-1 {
    padding-bottom: .64rem !important;
    padding-top: .63rem !important;
  }
}


.navPayment{
		height:50px;
	}
	
	.navPayment .nav-link{
	 background-color:#fff;
	 border-radius: 4px 4px 0 0;
  	 float: left;
 	 margin-right: 2px;
 	 height: 50px;
 	 background-color: #fff;
 	 position: relative;
 	 z-index: 2;
 	 top:1px;
	}
	
	
	.navPayment .nav-link.active{
	height: 50px;
	float:left;
	}
	
	.navPayment .nav-link:not(.active) {
	  height: 45px;
	  top: 6px;
	}
	
	
	.nav-link .card-logos {
	  padding: 4px 5px;
	  text-align: center;
	  height: 25px;
	  display: inline-block;
	}
	
	.card-logo {
	  background: url('../../hipay/paysprites.png') no-repeat;
	  background-position-x: 0%;
	  background-position-y: 0%;
	  width: 38px !important;
	  height: 25px !important;
	  display: block;
	  float:left;
	}
	
	.card-logo.pl-cb {
	  background-position: -141px -45px;
	}
	
	.card-logo.pl-visa {
 	 background-position: 0 -47px;
		}
		
		.card-logo.pl-amex {
 	 background-position: -189px -46px;
		}

	.card-logo.pl-mastercard {
	   background-position: -46px -44px;
	   width: 40px;
	   height: 25px;
	 }
 
	 .card-logo.pl-paypal {
	  background-position: 0 0;
	  width: 100px !important;
	  height: 25px !important;
	}
	
.w-85 {
  width: 85% !important;
}