.mercadoPagoByApi .saved-cards {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.mercadoPagoByApi .active {
  color: green;
  font-weight: bold;
}
.mercadoPagoByApi .paying {
  opacity: 0.64;
  margin-top: 20px;
  font-size: 12px;
  margin-botton: 10px;
}
.mercadoPagoByApi .amount {
  font-size: 40px;
  color: green;
  opacity: 0.64;
  margin-top: 0;
  margin-bottom: 10px;
}
.mercadoPagoByApi .comment {
  padding: 0 20px;
  opacity: 0.64;
  margin-bottom: 30px;
  font-size: 14px;
}
.mercadoPagoByApi .protected {
  text-align: center;
}
.mercadoPagoByApi .protected span {
  font-size: 12px;
  color: #5bc89b;
  vertical-align: super;
  margin-left: 5px;
}
.mercadoPagoByApi .protected img {
  height: 20px;
}
.mercadoPagoByApi label {
  opacity: 0.64;
  display: block;
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 5px;
}
.mercadoPagoByApi input,
.mercadoPagoByApi select {
  width: 90%;
}
.mercadoPagoByApi .done {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #66BB6A;
}
.mercadoPagoByApi .done .cent {
  margin: auto;
  height: 70px;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  position: absolute;
  text-align: center;
  color: white;
}
.mercadoPagoByApi .done .cent i {
  font-size: 30px;
}
.mercadoPagoByApi .done .cent p {
  font-size: 20px;
}
