#checkout {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

.text-pix {
  color: #98979d;
}

.btn-confirm {
  width: 150px !important;
  font-size: 1.4rem !important;
}

#qrcode {
  min-height: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#qrcode-placeholder {
  min-height: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ddd !important;
  margin-bottom: 1rem !important;
  margin: 0 auto;
}

.spacer {
  min-height: 256px !important;
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }

  #checkout {
    overflow-x: auto;
  }
}

@media (min-width: 992px) {
  .toast-container {
    padding-top: 3rem !important;
    margin-top: 3rem !important;
  }
}
