* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #f4f4f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  margin: 0;
  padding: 20px;
  background:#121617;
  background-image: url('../images/fundo_app_voucher_navegante_Kalorama.png');
  background-repeat: repeat;
  background-size: 550px auto;
}

.outerbox {
  max-width: 550px;
  margin:auto;
}

.container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 550px;
}

#copyButton {
  color: #ffdd01;
  font-weight: normal !important;
  border: 1px solid #ffdd01;
  border-radius: 20px;
  padding: 0 15px;
}

#copyButton:hover {
  color: black;
  background: #ffdd01; 
}

#copyButton:active {
  background: #dabd02; 
}

h1 {
  color: #333;
}

ol {
  padding-inline-start: 0px !important;
}

input {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

#kalorama {
  color:rgb(235, 100, 123);
  font-weight: bold;
  text-decoration: none;
}

input[type="file"],
input[type="number"],
input[type="text"] {
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 264px;
}

input[type="file"]::-webkit-file-upload-button {
  background-color: #ffdd01;
  /* Cor amarela */
  color: black;
  /* Cor do texto */
  border: none;
  /* Remove a borda padrão */
  border-radius: 5px;
  /* Borda arredondada */
  padding: 5px 10px;
  /* Espaçamento interno */
  cursor: pointer;
  /* Muda o cursor ao passar por cima */
  font-size: 12px;
  /* Tamanho da fonte */
}

label {
  font-size: 0.8rem;
  text-align: center;
  display:block;
  margin-bottom: -10px;
  font-weight: bold;
}

#response {
  width: 264px;
  margin: auto;
}

.voucher {
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.voucher {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.voucher span span{
  font-size: 0.8rem;
  font-weight: normal;
}

button.dovoucher {
  padding: 10px 20px;
  margin: 10px auto;
  border: none;
  border-radius: 5px;
  background-color: #ffdd01;
  width: 264px;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: bold;
}

button.dovoucher:hover {
  background-color: #efcf00;
}

#voucher-number {
  font-size: 1rem !important;
}

button.details {
  background-color: lightgrey;
  font-weight: bold;
  color: rgb(65, 65, 65);
  font-size: 0.85rem;
  margin-bottom: 0;
}

button.details:hover {
  background-color: rgb(188, 188, 188);
}

button.details:active {
  background-color: rgb(170, 170, 170);
}

.output {
  margin-top: 20px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
  word-wrap: break-word;
}

.info {
  width: 500px;
  margin: auto;
  text-align: justify;
}

.number-box {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: block;
  text-align: center;
}

#result h3,
#suplentes h3 {
  margin-bottom: 0;
}

#sortear {
  display: none;
}

.hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

#detailsList {
  margin: 0 15px;
  padding: 10px 20px;
  font-size: 0.85em;
  color: grey;
  background: whitesmoke;
}

.comment {
  font-weight: bold;
  color: darkcyan;
}

@media screen and (max-width: 500px) {
  .info {
      width: 400px;
  }
  #detailsList {
      padding: 10px;
  }
  code {
      font-size: 0.85em;
  }
}



.accordion-button:not(.collapsed) {
  font-weight: bold !important;
  color: black !important;
  background: white;

}

.accordion-button:focus {
    z-index: 3;
    border-color: black;
    outline: 0;
}

.accordion-body {
  text-align: left;
}