.section {
	font-size: 14px;
	padding-bottom: 3px;
	margin:0px;
	z-index:0;
}

.section-selected  {
	font-size: 14px;
	padding-bottom: 3px;
	margin:0px;
} 


.div-regioni {  
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin-top: 25px;
}

#risultato-paesi {

}

#risultato-dati {
	margin-top: 25px;
	
}
#map-result{
	border: 1px solid #acabab;
	padding:15px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.paesi-numero {
  background-color: #FF9900;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}

#map-container .accordion-button{
	background: #FF9900;
	color: #fff;
}

#map-container .accordion-button.risultato{
	margin-top: 20px;
}

#map-container .accordion-button:after{
	color: #fff!important;
    background: none;
    font-family: 'FontAwesome';
	content: '\f107';
	font-size: 25px;
	height: auto!important;
}
#map-create ul li .nav-link{
	color: #121212;
}
#map-create ul li .nav-link.active{
	color: #FF9900;
}

.div-paesi {  
	margin-top: 3px;
}

.div-paese {  
	display: inline;
	margin: 0px 0px 0px 8px;
	padding:2px;
	float:left;
	font-size: 18px;
	min-width: 210px;
	
}

.div-paese img {
	margin-right: 2px;
}

.div-separator {  
	clear:both; 
	margin-bottom: 20px;
}

#panel-regions {
	margin: 0px;
	padding: 5px;
	background: #e0e0e0;
	font-size: 14px;
	border: 1px solid #999999;
}

.paesi-tabella td {
	width: 220px;
	font-size: 15px;
	vertical-align: top;
}

.paesi-column {
	column-count: 4;
}


.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
border-radius: 5px;
}

.button:visited {
  color: white;
}
.button:hover {
  text-decoration: none;
  background-color: #FF9900;
color: #fff;
}


.button i {
  color: white;
  font-size: 28px;
	padding-right: 10px;
}

/* Double-sized Checkboxes */
input[type=checkbox] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}


#map-container h1 {
	
	font-size: 28px;
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.checkboxtext {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

#r-paesi-link {
	text-align: right;
}

#link-bandiere {
	text-align: right;
}

/* FLAG BOX <*/
.container-flag {
	/*max-width: 800px;*/
	width: 100%;
}

ul.list-flag {
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0;
}

ul.list-flag li {
  height: 6vw;
  flex-grow: 1;
  list-style-type: none;
}

ul.list-flag li.xs {
	height: 3vw;	
}

ul.list-flag li.s {
	height: 4vw;
}

ul.list-flag li.m {
	height: 6vw;
}

ul.list-flag li.l {
	height: 8vw;
} 

ul.list-flag li.xl {
	height: 14vw;
}

ul.list-flag li.xxl {
	height: 18vw;
}

ul.list-flag li.xxxl {
	height:18vw;
}

ul.list-flag li img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border: 1px solid #000;
}

/* FLAG BOX >*/


/* BARRA <*/

progress[value] {
  width: 100%;
  height: 20px;
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
/*
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    background-size: 35px 20px, 100% 100%, 100% 100%;
*/
    border-radius: 2px; 
		background-color: #FF9900;

}

/* BARRA >*/

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
  margin-right: 10px;
}

#map-create ul.list {
  margin: 0;
  padding: 0;
  padding-top: 30px;
}

#map-create ul.list li input {
  display: none;
}

#map-create ul.list li {
    list-style-type: none;
    border: 1px solid #e0e0e0;
    padding: 0;
    margin-bottom: 10px;
}
#map-create ul.list li label {
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

#map-create ul li .flag {
    height: 18px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}


@media only screen and (max-width: 991px) {

	.paesi-column {
		column-count: 3;
	}

}

@media only screen and (max-width: 700px) {

	.paesi-column {
		column-count: 2;
	}

	.button {
		display: block;
	}
	
	.div-paese {
		min-width: 170px;	
	}
}

@media only screen and (max-width: 350px) {

	.paesi-column {
		column-count: 1;
	}

}

.svgMap-map-continent-controls-wrapper {
  text-align: right;

}

.svgMap-continent-select {
  font-size: large;
}

.svgMap-map-wrapper {
  padding-top: 55% !important;
}


.shareBtn {
  position: relative; /* Imposta il pulsante come riferimento */
  display: inline-block; /* Mantiene il pulsante compatto */
}

.shareContainer {
  position: relative; /* Imposta il pulsante come riferimento */
  display: inline-block; /* Mantiene il pulsante compatto */
  margin-left: 20px;
}

#copyBtn i {
  font-size: 20px;
}

canvas {
  display: none;
}