
body{
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100vh;
  width: 100vw;
  background-image: url('../euregio.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  /*font-family:Arial, Helvetica, sans-serif;*/
}
header{
  /*border: 1px solid red;*/
}

.content {
  /*border: 4px solid blue;*/
}

#title {
  height: 6rem;
  display: none;
}
#title h1{
  padding: 1rem;
  font-size: 3rem;
}
#title img{
  height: 6rem;
  vertical-align: top;
}


.listaclassifiche{
  margin : 1rem;
}
.listaclassifiche #link-pdffile{
  margin-left : 2rem;
}

.listaclassifiche img{
  height : 4rem;
  margin-top: -1rem;
  margin-left: 2rem;
}



#classifica-container{
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#classifica-container div {
  /*height: 96%;
  width: 96%;*/
  /*object-fit: cover;*/
}
#img-classifica{
  height: 96%;
  object-fit: cover;

}

iframe{
  height: 96%;
}

.listaclassifiche button.btn{
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.listaclassifiche button.btn.female{
  --bs-btn-color: #fd0dc9;
  --bs-btn-border-color: #fd0dc9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd0dc9;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd0dc9;
  --bs-btn-active-border-color: #fd0dc9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd0dc9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd0dc9;
  --bs-gradient: none;
}


.listaclassifiche button.btn.selected{
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.listaclassifiche button.btn.female.selected{
  --bs-btn-color: #fff;
  --bs-btn-bg: #fd0dc9;
  --bs-btn-border-color: #fd0dc9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd0dc9;
  --bs-btn-hover-border-color: #fd0dc9;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd0dc9;
  --bs-btn-active-border-color: #fd0dc9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd0dc9;
  --bs-btn-disabled-border-color: #fd0dc9;
}