/*Front end css*/
p.payment_module.neopay_payment_module a{
  padding: 20px 40px 20px 17px;
  background: #fbfbfb;
}

p.neopay_payment_module a:hover {
    background-color: #f6f6f6;
}

p.payment_module.neopay_payment_module a img{
  margin-right: 20px;
}

/*p.payment_module.neopay_payment_module a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}*/

#neopay-payment-received{
    display: none;
    align-items: center;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 50px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #cef;
  border-color: #74d578 transparent #74d578 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



