﻿.botao-verde {
  font-size: 28px;
}

.chamada p,
.chamada h1 {
  text-align: center;
}

.d-none {
  display: none;
}

.modal {
  z-index: 88888;
  background-color: #0003;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
}

.modal .main.padding {
  --padding: 16px;
  padding: var(--padding);
}

.modal .main {
  background-color: white;
  border-radius: 16px;
  max-width: 500px;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
}

.modal .content {
  padding: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.modal .content p {
  text-align: center;
}

.qr-video {
  height: 300px;
  width: 100%;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  margin-bottom: 8px;
  background-color: #8888;
}

@media (max-width: 550px) {
  .modal .main {
    width: calc(100vw - 8px);
  }

  .botao-nao-tenho-qr-code {
    font-size: 22px;
  }
}
