#give-cielo-qr-code-loading-effect {
  width: 48px;
  height: 48px;
  border: 5px solid #eaeaea;
  border-bottom-color: #545454;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.give-cielo-qr-code-loading-effect {
  width: 48px;
  height: 48px;
  border: 5px solid #eaeaea;
  border-bottom-color: #545454;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#give-cielo-qr-code-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}

#give-cielo-qr-code-image {
  display: none;
}

#give-cielo-qr-code-error {
  display: none;
}



/* Alerta de erros */
#alert p {
  background-color: rgba(7, 14, 7, 0.69);
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  font-family: 'Arial', sans-serif;
  letter-spacing: 1px;
}

#lkn-cielo-image {
  width: 375px;
}