i{
    cursor: pointer;
    font-size: 1.3rem !important;
}
.toast-header{
    cursor: pointer;
}

.list-group-item{
    padding: 0px;
}
.opcionais{
    font-style: italic;
    font-size: 0.8rem;
}
.div-quantidade-geral{
    padding-left: 30px;
    padding-right: 30px;
}

@font-face {
    font-family: 'ubuntu';
    src: url("../fontes/Ubuntu-Light.ttf") format('truetype');
   }

.estilo-opcoes{
    font-family: 'ubuntu',  sans-serif;
}

#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 75%;
  background-color: #f7eded;
 font-size: 14px;
  padding: 10px;
  text-align: center;
}
body {
  position: relative;
}

body::before {
  content: "";
  background-image: url("../imagens/cookies.jpeg");
  background-repeat: repeat;
  background-attachment: fixed; /* altere para scroll para ver a diferença */
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Certifique-se de que o pseudo-elemento esteja atrás do conteúdo principal */
}
.btn-primary {
    color: #101010 !important;
}
