/* ---------- */

.AR_gamification_bar,
.AR_gamification_bar_tippers{

	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6%;
    margin-top: 6%;
  
}

.AR_gamification_bar > .icon,
.AR_gamification_bar_tippers > .icon{
    display: inline-block;
    /*width: 70px;*/
    height: 150px;
    background-size: cover;
}

/*ICONE*/
.AR_gamification_bar > .icon.TIPS_icon{
    -webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-3.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-3.svg") no-repeat center;
	background-color: #8080808c;
}

.AR_gamification_bar > .MATERIALI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-4.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-4.svg") no-repeat center;
	background-color: #8080808c;
}
.AR_gamification_bar > .TERRITORI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-5.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-5.svg") no-repeat center;
	background-color: #8080808c;
}
.AR_gamification_bar > .VINCITORI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-6.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-6.svg") no-repeat center;
	background-color: #8080808c;
}
.AR_gamification_bar > .PREMI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/07/premi.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/07/premi.svg") no-repeat center;
	background-color: #8080808c;
}

/*ICONE PER I TIPPER*/
.AR_gamification_bar_tippers > .icon.TIPS_icon{
    -webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-3.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-3.svg") no-repeat center;
	background-color: #8080808c;
}

.AR_gamification_bar_tippers > .MATERIALI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-4.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-4.svg") no-repeat center;
	background-color: #8080808c;
}
.AR_gamification_bar_tippers > .TERRITORI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-5.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-5.svg") no-repeat center;
	background-color: #8080808c;
}
.AR_gamification_bar_tippers > .VINCITORI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-6.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-6.svg") no-repeat center;
	background-color: #8080808c;
}
.AR_gamification_bar_tippers > .PREMI_icon{
	-webkit-mask: url("/wp-content/uploads/2022/07/premi.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/07/premi.svg") no-repeat center;
	background-color: #8080808c;
}

.AR_gamification_bar_tippers > .altro_icon{
	-webkit-mask: url("/wp-content/uploads/2022/06/Risorsa-38.svg") no-repeat center;
    mask: url("/wp-content/uploads/2022/06/Risorsa-38.svg") no-repeat center;
	background-color: #8080808c;
}




.AR_gamification_bar > .icon:hover,
.AR_gamification_bar_tippers > .icon:hover{
	background-color: #c79ca5;
}

.AR_gamification_bar > .icon.active,
.AR_gamification_bar > .icon.active:hover,
.AR_gamification_bar_tippers > .icon.active,
.AR_gamification_bar_tippers > .icon.active:hover{
	background-color: #6A0437;
}



/*MOBILE MENU GAMIFICATION*/
@media (max-width: 767px){
	
	.AR_gamification_bar{
		flex-wrap: wrap;
	}
	
	.AR_gamification_bar > .icon{
		width: 31.3%;
    	margin-right: 1%;
    	margin-left: 1%;
		margin-bottom: -30px;
	}
	
	.AR_gamification_bar_tippers > .icon{
		width: 31.3%;
    	margin-right: 1%;
    	margin-left: 1%;
		
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.AR_gamification_bar{
		flex-wrap: wrap;
	}
	
	.AR_gamification_bar > .icon{
		width: 31.3%;
    	margin-right: 1%;
    	margin-left: 1%;
		margin-bottom: -30px;
	}
	
	.AR_gamification_bar_tippers > .icon{
		width: 31.3%;
    	margin-right: 1%;
    	margin-left: 1%;
		
	}
	/*_gamification_bar > .icon{
		width: 18%;
    	margin-right: 1%;
    	margin-left: 1%;;
	}*/
	
}

@media screen and (min-width: 1025px){
	
	.AR_gamification_bar > .icon{
		width: 18%;
    	margin-right: 1%;
    	margin-left: 1%;;
	}
	
	.AR_gamification_bar_tippers > .icon{
		width: 31.3%;
    	margin-right: 1%;
    	margin-left: 1%;
		
	}
}


.AR_gamification_contenuto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.AR_gamification_contenuto .tabella_box{
	width: 98%;
    margin: 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
  	align-items: center;
}
.AR_gamification_contenuto .inner_box h3{
	width:100%;
	text-align: center;
    font-size: 20px;
    font-family: "Georges", Sans-serif;
    font-weight: 600;
    color: #6A0437;
    text-transform: uppercase;
}
.AR_gamification_contenuto .inner_box.col1{
    align-items: center;
    display: flex;
	flex-wrap: wrap;
}

.AR_gamification_contenuto .inner_box.col2{
	align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.AR_gamification_contenuto .inner_box.col2 > .AR_not_found{
	text-align: center;
	width: 100%;
    font-size: 20px;
    font-family: "Georges", Sans-serif;
    font-weight: 600;
    color: #6A0437;
    text-transform: uppercase;
	border: 1px dotted #6A0437;
    padding: 8%;
	border-radius: 16px;
}

/*QUERY PER BOX CONTENITORE DELLE TABELLE*/

@media (max-width: 767px){
	
	.AR_gamification_contenuto .inner_box.col1 {
    	width: 98%;
		margin: 1%;
	}
	
	.AR_gamification_contenuto .inner_box.col2 {
		width: 98%;
		margin: 1%;	
	}
	
	.AR_gamification_contenuto .inner_box.col1 div:first-of-type {
		text-align:center;
	}
	
	.AR_gamification_contenuto .inner_box.col1 img:first-of-type {
		height: auto;
    	max-width: 50%;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.AR_gamification_contenuto .inner_box.col1 {
    	width: 98%;
		margin: 1%;
		text-align: center;
    	align-content: center;
    	justify-content: center;
	}
	
	.AR_gamification_contenuto .inner_box.col2 {
		width: 98%;
		margin: 1%;	
		text-align: center;
    	align-content: center;
    	justify-content: center;
	}
	
	.AR_gamification_contenuto .inner_box.col1 div:first-of-type {
		text-align:center;
	}
	
	.AR_gamification_contenuto .inner_box.col1 img:first-of-type {
		height: auto;
    	max-width: 50%;
	}
}

@media screen and (min-width: 1025px){
	.AR_gamification_contenuto .inner_box.col1{
		width: 28%;
		margin: 1%;
	}
	
	.AR_gamification_contenuto .inner_box.col2{
		width:60%;
		margin-bottom:1%;
		margin-top:1%;
		margin-left:8%;
		margin-right:1%;
	}
}

/*TABELLE CLASSIFICHE*/

.AR_gamification_contenuto .AR-table-responsive > thead th{
	background-color:#6A0437 !important;
	color: #fff;
	font-weight: bold;
}


.AR_gamification_contenuto .AR-table-responsive > tbody .first_position td{
	/*background-color:#c79ca578 !important;*/
	color: #fff;
	font-weight: bold;
	/*font-size: 1.2em;*/
}


.AR_gamification_contenuto .AR-table-responsive tr{
       border-radius:10px !important;
	   text-transform: capitalize;
}

.AR_gamification_contenuto .AR-table-responsive td,
.tb_subbox_content > .tb_user{
	   text-transform: capitalize !important;
}



.AR_gamification_contenuto table.AR-table-responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;	
}

.AR_gamification_contenuto table.AR-table-responsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.AR_gamification_contenuto table.AR-table-responsive tr {
  border: 1px solid #ddd;
  padding: .35em;
}

.AR_gamification_contenuto table.AR-table-responsive th,
.AR_gamification_contenuto table.AR-table-responsive td {
  padding: .625em;
  text-align: center;
}

.AR_gamification_contenuto table.AR-table-responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.AR_gamification_contenuto table.AR-table-responsive caption{
	font-size: 1.3em !important;
    margin: 0.5em 0 0.75em;
	font-weight:bold;
	padding:0px !important;
	box-sizing:border-box;
}


.AR_gamification_contenuto table.AR-table-responsive select{
	max-width:300px;
	font-size:0.8em;
	margin-left:auto;
	margin-right:auto;	
}


/*QUERY TABELLE*/
@media screen and (max-width: 600px) {
	.AR_gamification_contenuto table.AR-table-responsive {
		border: 0;
	  }

	.AR_gamification_contenuto table.AR-table-responsive caption {
		font-size: 1.3em;
	  }

	.AR_gamification_contenuto table.AR-table-responsive thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	  }

	.AR_gamification_contenuto table.AR-table-responsive tr {
		/*border-bottom: 3px solid #ddd;*/
		display: flex;
		width:100%;
		margin-bottom: .625em;
		justify-content: space-around;
    	align-items: center;
	  }
	
	.AR_gamification_contenuto table.AR-table-responsive tr td:nth-of-type(1){
		/*width:20%;*/
	}
	
	.AR_gamification_contenuto table.AR-table-responsive tr td:nth-of-type(2){
		width:auto;
	}

	.AR_gamification_contenuto table.AR-table-responsive tr td:nth-of-type(3){
		/*width:20%;*/
	}


	.AR_gamification_contenuto table.AR-table-responsive td {
	   /* border-bottom: 1px solid #ddd;*/
		display: inline-flex;
		font-size: .8em;
		text-align: right;
	  }

	.AR_gamification_contenuto table.AR-table-responsive td::before {

		content: attr(data-label);
		font-weight: bold;
		text-transform: uppercase;
	  }

	.AR_gamification_contenuto table.AR-table-responsive td:last-child {
	   /* border-bottom: 0;*/
	  }
	.AR_gamification_contenuto table tbody > tr:nth-child(odd) > td, 
	.AR_gamification_contenuto table tbody > tr:nth-child(odd) > th{
		background-color: unset !important;
	}
	
	.AR_gamification_contenuto .AR-table-responsive tr.first_position {
    	background-color: #c79ca578 !important;
	}
	.AR_gamification_contenuto .AR-table-responsive > tbody .first_position td{
		font-size: 1em;
	}
	
	table.AR-table-responsive, 
	.AR-table-responsive tr, 
	.AR-table-responsive td {
		border: none !important;
		
	}
	.AR_gamification_contenuto table.AR-table-responsive td:before{
		color: #6A0437 
	}
	
	/*.AR_gamification_contenuto  .first_position td:before{
		color: #ffffff !important;
		text-decoration:underline;
	}*/

	
}

@media screen and (max-width: 767px) {
	
	
	.AR_gamification_contenuto table.AR-table-responsive {
		border: 0;
	  }

	.AR_gamification_contenuto table.AR-table-responsive caption {
		font-size: 1.3em;
	  }

	.AR_gamification_contenuto table.AR-table-responsive thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	  }

	.AR_gamification_contenuto table.AR-table-responsive tr {
		/*border-bottom: 3px solid #ddd;*/
		display: flex;
		width:100%;
		margin-bottom: .625em;
		justify-content: space-around;
    	align-items: center;
	  }
	
	.AR_gamification_contenuto table.AR-table-responsive tr td:nth-of-type(1){
		/*width:20%;*/
	}
	
	.AR_gamification_contenuto table.AR-table-responsive tr td:nth-of-type(2){
		width:auto;
	}

	.AR_gamification_contenuto table.AR-table-responsive tr td:nth-of-type(3){
		/*width:20%;*/
	}


	.AR_gamification_contenuto table.AR-table-responsive td {
	   /* border-bottom: 1px solid #ddd;*/
		display: inline-flex;
		font-size: .8em;
		text-align: right;
	  }

	.AR_gamification_contenuto table.AR-table-responsive td::before {

		content: attr(data-label);
		font-weight: bold;
		text-transform: uppercase;
	  }

	.AR_gamification_contenuto table.AR-table-responsive td:last-child {
	   /* border-bottom: 0;*/
	  }
	.AR_gamification_contenuto table tbody > tr:nth-child(odd) > td, 
	.AR_gamification_contenuto table tbody > tr:nth-child(odd) > th{
		background-color: unset !important;
	}
	
	.AR_gamification_contenuto .AR-table-responsive tr.first_position {
    	background-color: #c79ca578 !important;
	}
	.AR_gamification_contenuto .AR-table-responsive > tbody .first_position td{
		font-size: 1em;
	}
  
	
	
	
	
	.AR_gamification_contenuto  .AR-table-responsive table,
	.AR_gamification_contenuto  .AR-table-responsive tr{

		  padding:0px !important;
		  margin:10px 0px 0px 0px !important;
	  }
	
	
	.AR_gamification_contenuto  .AR-table-responsive th,
	.AR_gamification_contenuto  .AR-table-responsive td
	  {
		  border:0px none;
			text-align:left !important;
	 }

	
	.AR_gamification_contenuto  table.AR-table-responsive td::before {
		  margin-right:10px;
	  }
	
	.AR_gamification_contenuto table.AR-table-responsive td:before{
		color: #6A0437 
	}
	
	/*.AR_gamification_contenuto  .first_position td:before{
		color: #ffffff !important;
		text-decoration:underline;
	}*/

	table.AR-table-responsive, 
	.AR-table-responsive tr, 
	.AR-table-responsive td {
		border: none !important;
		
	}
}



@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.AR_gamification_contenuto .AR-table-responsive > tbody .first_position td{
		background-color:#c79ca578 !important;
		font-size: 1.2em;
	}
	
	table.AR-table-responsive, 
	.AR-table-responsive tr, 
	.AR-table-responsive td {
		border: none !important;
		
		
	}
	table.AR-table-responsive{
		border-radius: 20px;
		overflow: hidden;
	}
	
}


@media screen and (min-width: 1025px){
	
	.AR_gamification_contenuto .AR-table-responsive > tbody .first_position td{
		background-color:#c79ca578 !important;
		font-size: 1.2em;
	}
	
	table.AR-table-responsive, 
	.AR-table-responsive tr, 
	.AR-table-responsive td {
		border: none !important;
		
		
	}
	table.AR-table-responsive{
		border-radius: 20px;
		overflow: hidden;
	}
	
}







/*ALTRO*/



.AR_gamification_contenuto h2{
	text-align:center;
	font-size:18px;
	font-family: "Georges", Sans-serif;
	font-weight: 600;
	color:#6A0437;
	text-transform: uppercase;
}

.AR_gamification_contenuto .tabella_subbox{
	text-align:center;
}
.AR_gamification_contenuto .tabella_subbox > .tb_subbox_content img {
    border-radius: 20px;
}



.AR_gamification_contenuto .td_subbox_content{
	font-size:18px;
}

.ar_linea{
    border-top:dotted 3px #ccc !important;
    margin: 20px 0px 20px 0px !important;
    display: block !important;
    width: 100% !important;
    height: 5px;
}

.AR_gamification_contenuto .td_subbox_content .tb_user
{}

.AR_gamification_contenuto .td_subbox_content .tb_value
{}



@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	.AR_gamification_contenuto .tb_2_col {
 	   width: 98%;
  	   margin: 1%;
		display:block
	}
	
	.AR_gamification_contenuto .tb_3_col {
 	   width: 31%;
  	   margin: 1.1%;
		display:block
	}	
	
	.AR_gamification_bar span {
		font-size:0.8em;
	}
	
	.AR_gamification_bar {
	    margin-right:10px;
	    margin-left:10px;
	    margin-bottom:70px;
	}
	
}

@media screen and (min-width: 1025px) {
	
	.AR_gamification_contenuto .tb_2_col {
 	   width: 48%;
  	   margin: 1%;
		display:block
	}	
	
	.AR_gamification_contenuto .tb_3_col {
 	   width: 31%;
  	   margin: 1.1%;
		display:block
	}	
	
}





.gmf-section-winner-title{
	display: block;
	font-family: "Georges", Sans-serif;
	font-weight: 600;
	text-transform: uppercase;	
    width: 100%;
    font-size: 24px;
    text-align: center;
}


.ar_loading{
	text-align:center !important;
	margin-top:10px;
	display:block;
	width:100%;
	margin-bottom:80px;
}

/*SOCIAL BUTTON*/


.share-btn-container {

    display: flex;
    flex-direction: row;
    padding: 16px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
	justify-content: space-around;
}


.share-btn-container a {
		color: #ffffff !important;
		background-color: #c79ca578 !important;
		border-radius: 50%;	
		text-align: center;
	}

@media (max-width: 767px){
	
	.share-btn-container a {
		width: 15%;
		margin: 1%;
		padding: 10px;
		font-size: 18px;
		
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.share-btn-container a {
		width: 14%;
		margin: 1%;
		padding: 10px;
		font-size: 25px;
	}
}
@media screen and (min-width: 1025px){
	
	.share-btn-container a {
		width: 9%;
		margin: 1%;
		padding: 9px;
		font-size: 26px;
	}
}