

.wiz__slot {
  position: relative;
  /* border: 1px solid #c6c6c6; */
  border-radius: 5px;
  width: calc(100% - 20px);
  margin: 20px;
}
@media (min-width: 768px) {
  .wiz__slot {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wiz__slot > * {
  margin-left: auto;
  margin-right: auto;
}
.wiz__slot__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wiz__slot__nav p {
  margin: 0;
}
.wiz__slot__nav button {
  outline: none;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.wiz__slot__nav button svg {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 468px) {
  .wiz__slot__nav button svg {
    width: 35px;
    height: 35px;
  }
}
.wiz__slot__nav button.wiz__slot__nav__go__back:active {
  transform: scale(0.95);
}
.wiz__slot__nav button.wiz__slot__add__favourite path {
  fill: #dcdcdc;
}
.wiz__slot__nav button.wiz__slot__add__favourite.favourite-active path {
  fill: gold;
}
.wiz__slot__nav__emtpy__element {
  width: 25px;
  height: 25px;
}
.wiz__slot__nav__titolo {
  font-weight: bold;
  margin: 0 10px;
}
.wiz__slot__nav__titolo > * {
  margin: 0;
  text-align: center;
  word-break: break-word;
}
.wiz__slot__img__container img {
  width: 100%;
}
.wiz__slot__body hr.separatore {
  max-width: 100%;
  border-top: 2px solid #ececec;
  margin: 16px;
}
.wiz__slot__body__contenitore__bottoni {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.wiz__slot__body__contenitore__bottoni > * {
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.wiz__slot__body__contenitore__bottoni .bottone__prova {
  background: #05ccfe;
  background: -webkit-gradient(linear, left top, left bottom, from(#05ccfe), to(#205af9));
  background: -o-linear-gradient(top, #05ccfe 0%, #205af9 100%);
  background: linear-gradient(180deg, #05ccfe 0%, #205af9 100%);
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  line-height: 2;
}
.wiz__slot__body__contenitore__bottoni .bottone__prova:active {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
.wiz__slot__body__contenitore__bottoni .bottone__gioca {
  background: #e78b37;
  background: -webkit-gradient(linear, left top, left bottom, from(#e78b37), to(#ec6334));
  background: -o-linear-gradient(top, #e78b37 0%, #ec6334 100%);
  background: linear-gradient(180deg, #e78b37 0%, #ec6334 100%);
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  line-height: 2;
}
.wiz__slot__body__contenitore__bottoni .bottone__gioca:active {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
.wiz__slot__body__contenitore__descrizione .titolo__2 {
  margin: 0;
}
.wiz__slot__body__contenitore__descrizione p {
  margin: 0;
}
.wiz__slot__body__contenitore__descrizione .titolo__3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
}
.wiz__slot__body__contenitore__dettagli > * {
  box-sizing: border-box;
  max-width: 100%;
}
.wiz__slot__body__contenitore__dettagli > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 468px) {
  .wiz__slot__body__contenitore__dettagli {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media (min-width: 768px) {
  .wiz__slot__body__contenitore__dettagli {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.wiz__slot__body__contenitore__dettagli .titolo__dettaglio {
  background: -webkit-gradient(linear, left top, right top, from(#009030), color-stop(125%, #04d1bd));
  background: -o-linear-gradient(left, #009030 0%, #04d1bd 125%);
  background: linear-gradient(90deg, #009030 0%, #04d1bd 125%);
  color: #fff;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  border-right: 8px solid #fff;
}
.wiz__slot__body__contenitore__dettagli .dato__dettaglio {
  background: #e0e0e0;
  text-align: center;
  border-left: 8px solid white;
  font-weight: 600;
  color: #000;
  padding: 5px;
}
@media (min-width: 768px) {
  .wiz__slot__body__contenitore__percentuali {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.wiz__slot__body__contenitore__percentuali__blocco__percentuale {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
}
.wiz__slot__body__contenitore__percentuali__blocco__percentuale .progress {
  height: 25px;
  border-radius: 50rem;
}
.wiz__slot__body__contenitore__percentuali__blocco__percentuale .progress .progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(#009030), color-stop(125%, #04d1bd));
  background: -o-linear-gradient(left, #009030 0%, #04d1bd 125%);
  background: linear-gradient(90deg, #009030 0%, #04d1bd 125%);
}
.wiz__slot__body__contenitore__percentuali__blocco__percentuale .titolo__percentuale p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}
.wiz__slot__body__contenitore__percentuali__blocco__percentuale .valore__percentuale p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}
.wiz__slot__body__contenitore__opzioni {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}
.wiz__slot__body__contenitore__opzioni--opzione {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.wiz__slot__body__contenitore__opzioni--opzione img {
  width: 100%;
  max-width: 150px;
}
.wiz__slot__body__contenitore__opzioni--opzione p {
  margin-bottom: 0;
  word-break: break-word;
}
@media (min-width: 768px) {
  .wiz__slot__body__contenitore__interno {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 270px;
    grid-template-columns: 1fr 270px;
    grid-column-gap: 10px;
  }
}
.wiz__slot__body__contenitore__grid__fun__bonus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  grid-auto-rows: min-content;
  width: 100%;
}
@media (min-width: 768px) {
  .wiz__slot__body__contenitore__grid__fun__bonus {
    grid-template-columns: repeat(5, 1fr);
  }
}
.wiz__slot__body__contenitore__grid__fun__bonus > * {
  min-width: 0;
}
.wiz__slot__body__contenitore__grid__fun__bonus img {
  width: 100%;
  border-radius: 5px;
}



.wiz__slot {
  /* padding: 10px; */
}
.wiz__slot > *:not(:last-child) {
  margin-bottom: 10px;
}
.wiz__slot__head > *:not(:last-child), .wiz__slot__body > *:not(:last-child), .wiz__slot__body__contenitore__interno > *:not(:last-child), .wiz__slot__body__contenitore__interno__blocco__1 > *:not(:last-child), .wiz__slot__body__contenitore__interno__blocco__2 > *:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wiz__slot__body__contenitore__interno {
    margin-top: 20px;
  }
}

#checkbet-legend-container tbody {
  color: white;
}

#anteprimaMobileBody {
  padding: 1rem 3rem;
}

.footer__lancio__gioco {
  padding: 0 1rem;
}


.button__favourite {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 468px) {
  .button__favourite {
    width: 35px;
    height: 35px;
  }
}
.button__favourite path {
  fill: gainsboro;
}
.button__favourite--active path {
  fill: gold;
}

.buttonShow_yes_no{
	display:none;
}

.link__navigazione__top svg{
	width: fit-content !important;
    height: fit-content;
    padding: 1px;
}



