.my-floating-qr-code-container {
  position: absolute;
  /* Index maior que paginator e toggle de idioma */
  z-index: 1033;

  width: 484px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
}

.my-floating-header {
  width: 100%;
  height: 48px;

  display: flex;
  align-items: center;
  padding-left: 16px;

  background: linear-gradient(180deg, #ffc300 0%, #5f3314 63.94%, #c59429 100%);

  border-radius: 10px 10px 0 0;

  font-size: 24px;
}

.my-floating-body {
  padding: 32px;
}

.my-floating-qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

  width: 364px;
  height: 408px;
  border-radius: 10px;

  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
}

.my-floating-qr-code img {
  width: 300px;
  height: 300px;
  border-radius: 10px;
}

.my-floating-qr-code span {
  font-size: 32px;
}

.my-floating-btn-container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
}

.my-floating-btn {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 48px;
  gap: 32px;

  font-size: 24px;
  color: #ffffff;

  border: 4px solid #fcfcc7;
  border-radius: 4px;

  background: linear-gradient(180deg, #310102 0%, #741a22 50%, #330002 100%);
}

.my-floating-btn.my-red-bg {
  background: linear-gradient(180deg, #af0000 0%, #78000a 72.6%, #6c1018 100%);
}
