/*body,
p,
span,
a:not(#cg-header a){
  font-family: "Raleway", sans-serif;
}
*/


/* preso da common */

*,
::after,
::before {
    box-sizing: border-box;
}

:root {
    --colore_particolare: linear-gradient(90deg, rgba(0, 144, 48, 1) 0%, rgba(4, 209, 189, 1) 125%);
}

.contenitore_dettagli_gioco {
    max-width: 900px;
    margin: auto;
    padding-top: 20px;
}

.barra_colorata,
.titolo_fisa {
    background: var(--colore_particolare);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin: 0 !important;
    display: block;
}

#infoSeoGameContainer .barra_colorata h1,
#infoSeoGameContainer .titolo_fisa h2 {
    margin: 0;
}

#infoSeoGameContainer .img-fluid {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#infoSeoGameContainer a.bottone:hover {
    text-decoration: none;
}

/* colonne */

#infoSeoGameContainer .dettagli_gioco {
    padding: 16px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#infoSeoGameContainer .dettagli_gioco>.col_sx_dett {
    min-width: 70%;
    display: inline-block;
}

#infoSeoGameContainer .dettagli_gioco>.col_dx_dett {
    border: 6px solid #ececec;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    /* width: 100%; */
    width: calc(30% - 16px);
    flex-direction: column;
    align-items: center;
}

/* barre */

#infoSeoGameContainer .titolo_fisa {
    cursor: pointer;
    transition: 0.4s;
}

#infoSeoGameContainer .titolo_fisa h2,
#infoSeoGameContainer .titolo_gioco.barra_colorata h1 {
    font-weight: 600;
    line-height: 1.5;
}

#infoSeoGameContainer .dettagli_fisa {
    background-color: #e5e5e5;
    padding: 24px;
    transition: max-height 0.2s ease-out;
}

#infoSeoGameContainer .fisarmonica_dett {
    margin-bottom: 16px;
}

/* colonna dx */

#infoSeoGameContainer .blocco_separatore {
    width: 100%;
    height: 2px;
    background: #ececec;
    margin: 16px 0;
    max-width: calc(100% - 64px);
}

#infoSeoGameContainer .blocco_bottoni {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#infoSeoGameContainer .bottone {
    width: 100%;
    align-content: center;
    text-align: center;
}



#infoSeoGameContainer .bottone.buttonProvaBG {
    background: rgb(5, 204, 254);
    background: linear-gradient(180deg, rgba(5, 204, 254, 1) 0%, rgba(32, 90, 249, 1) 100%);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 8px;
    width: 100%;
    text-align: center;
}


#infoSeoGameContainer .bottone.buttonGiocaBG {
    background: #e78b37;
    background: linear-gradient(180deg, #e78b37 0%, #ec6334 100%);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 8px;
    width: 100%;
    text-align: center;
    margin-right: 4px;
}


#infoSeoGameContainer .blocco_dettagli {
    width: 100%;
    margin-bottom: 8px;
}

#infoSeoGameContainer .blocco_dettagli .titolo_dettaglio {
    width: 100%;
    border-right: 8px solid white;
    background: var(--colore_particolare);
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 5px;
}

#infoSeoGameContainer .blocco_dettagli .dato_dettaglio {
    background: #e0e0e0;
    text-align: center;
    width: 100%;
    border-left: 8px solid white;
    font-weight: 600;
    color: #000;
    padding: 5px;
}

#infoSeoGameContainer .progress-bar {
    background: var(--colore_particolare);
}

#infoSeoGameContainer .progress {
    height: 25px;
    border-radius: 50rem;
}

#infoSeoGameContainer .blocco_percentuali {
    display: inline-block;
    width: 100%;
}

#infoSeoGameContainer .blocco_percentuali {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#infoSeoGameContainer .progress_col_sx {
    min-width: 60%;
    margin-right: 4px;
    text-align: center;
}

#infoSeoGameContainer .blocco_percentuali p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

#infoSeoGameContainer .progress_col_dx {
    flex-grow: 1;
    padding-top: 3px;
}




#infoSeoGameContainer .infoSEOGameCloseButton {
    width: 35px;
    height: 35px;
    /* background: red; */
    position: absolute;
    cursor: pointer;
}

#infoSeoGameContainer .infoSEOGameCloseButton .iconClose {
    width: 100%;
    height: 100%;
}

/*
@media all and (max-width: 1024px) {
    #infoSeoGameContainer .dettagli_gioco {
        flex-direction: column-reverse;
    }

    #infoSeoGameContainer .dettagli_gioco > div {
        width: 100%;
        max-width: 100% !important;
    }

    #infoSeoGameContainer .dettagli_gioco > .col_dx_dett {
        margin-bottom: 12px !important;
    }

    #infoSeoGameContainer .contenitore_dettagli_gioco {
        padding-left: 16px;
        padding-right: 16px;
    }

    #infoSeoGameContainer .barra_colorata h1,
    #infoSeoGameContainer .titolo_fisa h2 {
        font-size: 16px;
    }
}*/
@media all and (max-width: 1024px) {
    #infoSeoGameContainer .dettagli_gioco {
        flex-direction: row;
    }

    #infoSeoGameContainer .dettagli_gioco>div {
        width: 100%;
        max-width: 100% !important;
    }

    #infoSeoGameContainer .dettagli_gioco>.col_dx_dett {
        margin-bottom: 12px !important;
    }

    #infoSeoGameContainer .contenitore_dettagli_gioco {
        padding-left: 16px;
        padding-right: 16px;
    }

    #infoSeoGameContainer .barra_colorata h1,
    #infoSeoGameContainer .titolo_fisa h2 {
        font-size: 16px;
    }

    .titolo_gioco.barra_colorata {
        position: relative;
    }

    #infoSeoGameContainer .infoSEOGameCloseButton {
        height: 24px;
        width: 24px;
    }
}

@media (max-width: 860px) {

    body[page="xcasino"][subpage="gamepreview"],
    body[page="xcasino"][subpage="gamepreview"] p {
        font-size: 12px !important;
    }


}


@media (max-width: 1024px) {

    body[page="xcasino"][subpage="gamepreview"] main#panel,
    body[page="xcasino"][subpage="gamepreview"] footer {
        min-width: 1024px;
    }

    body[page="xcasino"][subpage="gamepreview"] footer .container {
        max-width: 960px !important;
    }


}


@media (max-width: 991px) {
    body[page="xcasino"][subpage="gamepreview"] footer .col-lg-4>* {
        justify-content: center;
        text-align: center;
    }

}

@media (max-width: 1280px) {

	.contenitore_dettagli_gioco {
		max-width: 70%;
		margin: auto;
		padding-top: 20px;
	}
}

@media (max-width: 1024px) {

	.contenitore_dettagli_gioco {
		max-width: 80%;
		margin: auto;
		padding-top: 20px;
	}
}
 #infoSeoGameContainer .dettagli_gioco>.col_sx_dett {
    width: 55%;
    display: inline-block;
}

#infoSeoGameContainer .dettagli_gioco>.col_dx_dett {
    width: 45%;
}


@media screen and (min-width: 1024px) {
    body[page="xcasino"][subpage="gamepreview"] #infoSeoGameContainer .dettagli_gioco>.col_sx_dett {
        width: 55%;
    }

    body[page="xcasino"][subpage="gamepreview"] #infoSeoGameContainer .dettagli_gioco>.col_dx_dett {
        width: 45%;
    }
}

@media screen and (min-width: 1200px) {
    body[page="xcasino"][subpage="gamepreview"] #infoSeoGameContainer .dettagli_gioco>.col_sx_dett {

        flex-grow: 1;
    }

    body[page="xcasino"][subpage="gamepreview"] #infoSeoGameContainer .dettagli_gioco>.col_dx_dett {
        width: 40%;
        max-width: 300px;
    }
} 





/* css specifico */





.margin-left-auto {
  margin-left: auto !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.immagine__fluida {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 400px;
}

hr {
  width: 100%;
}
hr.custom__hr {
  border: 0;
  border-top: 1px solid #ccc;
}

.corpo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .corpo {
    flex-direction: row;
  }
}
.corpo__gruppo__bottoni {
  order: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}
.corpo__gruppo__bottoni > *:not(:last-child) {
  margin: 0;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .corpo__gruppo__bottoni {
    order: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .corpo__gruppo__bottoni > *:not(:last-child) {
    margin: 0;
    margin-bottom: 0.5rem;
  }
}
.corpo__descrizione {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .corpo__descrizione {
    order: 1;
  }
}

.bottone__custom {
  margin: 0;
  border-radius: 0.25rem;
  min-width: 120px;
  max-width: 120px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 4px 8px;
  line-height: 2;
  cursor: pointer;
}
.bottone__prova {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e78b37+0,ec6334+100 */
  background: #e78b37;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e78b37 0%, #ec6334 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e78b37 0%, #ec6334 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e78b37 0%, #ec6334 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e78b37", endColorstr="#ec6334", GradientType=0);
  /* IE6-9 */
}
.bottone__gioca {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0bbafb+0,4285ec+100 */
  background: #0bbafb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0bbafb 0%, #4285ec 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0bbafb 0%, #4285ec 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0bbafb 0%, #4285ec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bbafb", endColorstr="#4285ec", GradientType=0);
  /* IE6-9 */
}
.bottone__gioca:hover {
  background-color: #ad571d;
}

.contenitore__gioco {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
.contenitore__gioco > * {
  margin: 0;
  margin-bottom: 1rem;
}

.contenitore__descrizione p {
  padding: 0 1rem;
  color: #313131;
}

.contenitore__dettagli {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .contenitore__dettagli {
    grid-template-columns: repeat(2, 1fr);
  }
  .contenitore__dettagli > *:last-child, .contenitore__dettagli > *:nth-last-child(2) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .contenitore__dettagli {
    grid-template-columns: repeat(4, 1fr);
  }
  .contenitore__dettagli > *:last-child, .contenitore__dettagli > *:nth-last-child(2) {
    grid-column: span 2;
  }
}
.contenitore__dettagli > * {
  min-width: 0;
}

.cella__dettaglio {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  overflow: hidden;
  font-size: 0.85rem;
}
.cella__dettaglio__titolo {
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0.5rem;
  color: #666;
  background-color: #f2f2f2;
}
.cella__dettaglio__valore {
  font-weight: bold;
  text-align: center;
  padding: 1rem 1rem;
  color: #ec7734;
}

.contenitore__navigazione__bottom {
  display: flex;
  justify-content: center;
}

.link__navigazione__top {
  padding: 0 40px;
  min-height: 35px;
  position: relative;
  margin-bottom: 5px;
}
.link__navigazione__top__button__go__back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.link__navigazione__top__button__favourite {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.link__navigazione__top__titolo {
  margin: 0;
  display: flex;
  justify-content: center;
}
.link__navigazione__top__titolo__testo {
  text-transform: uppercase;
  margin: 0;
  margin-top: 0.5%;
  font-size: 1.75rem;
  font-weight: normal;
  text-align: center;
}

.link__navigazione__bottom {
  color: #299df3;
  font-size: 12px;
}

.button__go__back {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 468px) {
  .button__go__back {
    width: 35px;
    height: 35px;
  }
}

.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;
}



@media screen and (min-width: 1024px){

  .corpo__gruppo__bottoni{
    max-width: unset;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  #infoSeoGameContainer .bottone.buttonGiocaBG,
  #infoSeoGameContainer .bottone.buttonProvaBG{
    margin: 0;
    max-width: 250px;
  }

}

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