@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
.container {
  padding:20px;
  max-width: 800px;
  margin: 0 auto;
}
.info {
  background: #eee;
  color: #888;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4em;
}
.info span {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.red {
  color: #EE4D4D;
}
h1 {
  margin: 0;
  font-size: 25px;
}
h2 {
  font-size: 20px;
  margin: 10px 0 0 0;
}
hr {
  border-top: 1px solid #eee;
}
.box-shadow {
  box-shadow: 0 0 13px 0 rgba(0,0,0,0.15);
  border-radius: 15px;
}
.voti-scrutinati {
  margin: 15px auto 25px auto;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
}
.voti-scrutinati .text {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
}
.voti-scrutinati .percentage {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  z-index: 0;
  width: 30%;
  background: #90E0E8;
}
.voti-scrutinati .label {
  flex: 1 70%;
  text-align: left;
  font-weight: bold;
}
.voti-scrutinati .label em {
  font-style: normal;
}
.voti-scrutinati .count_scrutinio {
  flex: 1 30%;
  color: #C1C1C1;
  text-align: right;
}
.liste {
  list-style: none;
  padding: 0;
  margin: 0;
}
.liste li {
  margin: 20px 0;
}
.liste li .title {
  display: flex;
  font-weight: bold;
  font-size: 20px;
  align-items: center;
  margin-bottom: 5px;
}
.liste li .title .name  {
  flex: 1 80%;
}
.liste li .title .lista_percentage  {
  flex: 1 20%;
  text-align: right;
}
.liste li .title .name .lista_count {
  font-style: normal;
  color: #777;
  font-weight: normal;
  font-size: 15px;
}
.liste li .sindaco {
  font-style: italic;
  font-size: 13px;
}
.liste li .percentage {
  width: 100%;
  margin-top:10px;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.liste li .percentage .avanzamento {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  z-index: 0;
  width: 30%;
  background: #90E0E8;
}
.stats {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.stats .box-stats {
  flex: 1 50%;
}
.stats .box-stats.right {
  text-align: right;
}
.stats .box-stats span {
  display: block;
}
.stats .box-stats span.number {
  font-size: 40px;
  font-weight: bold;
}
.liste-pick {
  padding: 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
  text-align: center;
  list-style: none;
  position: relative;
}
.liste-pick .poiner {
  position: absolute;
  width: 50px;
  background: #90E0E8;
  border-radius: 10px;
  height: 8px;
  bottom: -4px;
  left: 16.6%;
  margin-left: -25px;
  -webkit-transition: left .3s ease-in-out;
  -moz-transition:    left .3s ease-in-out;
  -o-transition:      left .3s ease-in-out;
  -ms-transition:     left .3s ease-in-out;
  transition:         left .3s ease-in-out;
}
.liste-pick .poiner.pos-2 {
  left:50%;
}
.liste-pick .poiner.pos-3 {
  left:83%;
}
.liste-pick li {
  flex: 0 33.3%;
  border-right: 1px solid #eee;
  padding: 10px 0;
}
.liste-pick li:last-child {
  border: 0;
}
.liste-pick li .name {
  font-weight: bold;
  font-size: 16px;
}
.liste-pick li a {
  text-decoration: none;
  color:#000;
}
.liste-pick li .label {
  font-size: 13px;
  display: block;
}
ul.preferenze {
  list-style: none;
  margin:0;
  padding: 0;
  display: none;
}
ul.preferenze.show {
  display: block;
}
ul.preferenze li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
ul.preferenze li .position {
  flex: 0 40px;
  width: 40px;
  height: 40px;
  background: #90E0E8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: bold;
}
ul.preferenze li .name {
  font-weight: bold;
  padding-left: 10px;
  font-size: 16px;
  flex: 1;
}
ul.preferenze li .counter {
  flex: 0 50px;
  text-align: right;
}
.sm-link {
  padding: 20px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000;
  display: block;
}
.info-msg {
  display: block;
  margin: 10px 0;
  color:#777;
  font-size: 13px;
}
.sezioni_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom:25px;
  max-height: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
  overflow: hidden;
}
.sezioni_list.show {
  max-height: 500px;
}
.sezioni_list li{
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.sezioni_list li:last-child {
  border: 0;
}
.sezioni_list li a{
  color: #333;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.sezioni-head {
  display: flex;
  align-items: center;
}
.sezioni-head h2 {
  margin: 0;
  flex:1;
}
.sezioni-head a.show-sezioni {
  flex: 0 40px;
  font-size: 30px;
  color: #000;
  text-align: right;
}
