.container-fluid.barra-titolo-sopra{
    width: 100%;
    padding: 4px;
    background-color: #425468;
    color: #fff;
    display: flex;
}

.container-fluid.barra-titolo-sopra .row{
	display: flex;
	align-items: center;
}

.container-fluid.barra-titolo-sopra .apri-menu{
	width: 20%;

}

.container-fluid.barra-titolo-sopra .titolo-gioco{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	display: flex;
	justify-content: center;
}

.container-fluid.barra-titolo-sopra #buttonChiudiIframeMobile{
	width: 20%;
	display: flex !important;
	justify-content: center;
	align-items: center !important;
	background-color: #ff0000;
	border-radius: 3px;
}

#giocoMobileIframeBody{
	width: 100%;
}

#giocoContainerIframe #barraLaterale{
	background-color: #425468;
}

.game__footer {
  position: fixed;
  bottom: 0;
  height: 46px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.game__footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.game__footer__button {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 16px;
}
.game__footer__button--soldiReali {
  background-color: #40a921;
  color: #fff;
}

.container-fluid.contenuto-principale-popup-casino {
  top: 32px;
  height: calc(100% - 32px);
}


.popup-casino-big {
  --VAR-image-width: 1200;
  --VAR-image-height: 779;
  --VAR-aspect-ratio: calc(var(--VAR-image-width) / var(--VAR-image-height));
  --VAR-offset-stella: 28vw;
  --VAR-offset-testo1: 45vw;
  --VAR-offset-testo2: 15vw;
  --VAR-offset-testo3: 5vw;
  position: relative;
  background-size: contain !important;
  background-position: center;
}
.popup-casino-big img.immagine-stella {
  position: absolute;
  width: 10%;
  height: auto;
  top: calc(50% - var(--VAR-offset-stella) / var(--VAR-aspect-ratio));
  left: 44%;
  transform: translateY(-50%);
}
.popup-casino-big #bonusMessageContent > div > p {
  padding: 0 6px;
}
.popup-casino-big #bonusMessageContent > div > p:nth-child(1) {
  position: absolute;
  width: 100%;
  height: auto;
  top: calc(50% - var(--VAR-offset-testo1) / var(--VAR-aspect-ratio));
  left: 0;
  transform: translateY(-50%);
}
.popup-casino-big #bonusMessageContent > div > p:nth-child(3) {
  position: absolute;
  width: 100%;
  height: auto;
  top: calc(50% - var(--VAR-offset-testo2) / var(--VAR-aspect-ratio));
  left: 0;
  transform: translateY(-50%);
}
.popup-casino-big #bonusMessageContent > div > p:nth-child(4) {
  position: absolute;
  width: 100%;
  height: auto;
  top: calc(50% - var(--VAR-offset-testo3) / var(--VAR-aspect-ratio));
  left: 0;
  transform: translateY(-50%);
}

#giocoMobileIframeBody .popup-casino-big{
  background-color: var(--game-header-background-color);
}