
:root{
	--rankingWidget__playerHistory__iconImage: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>contact-details</title><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" fill="%23000000" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M341.333333,213.333333 L341.333333,245.333333 L234.666667,245.333333 L234.666667,213.333333 L341.333333,213.333333 Z M146.666667,155.733333 C177.493333,155.733333 202.666667,181.333333 202.666667,213.333333 L74.6666667,213.333333 C74.6666667,181.333333 99.7387207,155.733333 130.666667,155.733333 L146.666667,155.733333 Z M341.333333,149.333333 L341.333333,181.333333 L234.666667,181.333333 L234.666667,149.333333 L341.333333,149.333333 Z M138.666667,78.62624 C154.13064,78.62624 166.666667,91.162267 166.666667,106.62624 C166.666667,122.090213 154.13064,134.62624 138.666667,134.62624 C123.202694,134.62624 110.666667,122.090213 110.666667,106.62624 C110.666667,91.162267 123.202694,78.62624 138.666667,78.62624 Z M341.333333,85.3333333 L341.333333,117.333333 L234.666667,117.333333 L234.666667,85.3333333 L341.333333,85.3333333 Z" id="Combined-Shape"></path></g></g></svg>');
}

.gruppoWidget {
  --borderBoxSpacing: 12px;
  --gap: 10px;
  --numberOfWidgetsPerView: 2.5;
  --numberOfWidgetsPerView__mathFloor: 2;
  overflow-x: scroll;
  padding: var(--borderBoxSpacing) 0 var(--borderBoxSpacing) var(--borderBoxSpacing);
  margin: calc(-1 * var(--borderBoxSpacing)) 0 calc(-1 * var(--borderBoxSpacing)) calc(-1 * var(--borderBoxSpacing));
  box-sizing: content-box;
  max-width: 100%;
  display: flex;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.gruppoWidget::-webkit-scrollbar {
  display: none;
}
.gruppoWidget > * {
  margin-right: var(--gap);
}
.gruppoWidget--1 {
  --borderBoxSpacing: 12px;
  --gap: 10px;
  --numberOfWidgetsPerView: 1.5;
  --numberOfWidgetsPerView__mathFloor: 1;
}
@media screen and (min-width: 1650px) {
  .gruppoWidget--1 {
    --numberOfWidgetsPerView: 1.9;
    --numberOfWidgetsPerView__mathFloor: 1;
  }
}
@media screen and (min-width: 1920px) {
  .gruppoWidget--1.gruppoWidget--1366 {
    --numberOfWidgetsPerView: 2.3;
    --numberOfWidgetsPerView__mathFloor: 2;
  }
  .gruppoWidget--1.gruppoWidget--1920 {
    --numberOfWidgetsPerView: 2.7;
    --numberOfWidgetsPerView__mathFloor: 2;
  }
}
.gruppoWidget--1 > * {
  min-width: calc(100% / var(--numberOfWidgetsPerView) - var(--gap) * var(--numberOfWidgetsPerView__mathFloor));
  max-width: calc(100% / var(--numberOfWidgetsPerView) - var(--gap) * var(--numberOfWidgetsPerView__mathFloor));
}

.exa_ico_casino_races{
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.rankingWidget__player--history {
  -webkit-mask-image: var(--rankingWidget__playerHistory__iconImage);
  mask-image: var(--rankingWidget__playerHistory__iconImage);
  background-color: var(--colore-testo-titolo-componenteGioco);
  margin-right: 16px;
  cursor: pointer;
}