*
{
    backface-visibility: hidden;
    outline-offset:-1px;
    outline: 0px solid black;
    background-clip: content-box;
}

body {
    /* background: #33211f;; */
}

.alert_barra_superiore {
    background: #a86220 !important;
}

.alert_barra_inferiore {
    background: #2a2422 !important;
    border-color: #2a2422 !important;
}

#testo span {
    font-size: 16px !important;
}

#pulsante {
    top: 180px !important;
}

#clipFondi {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    height: 330px;
    display: block;
    top: 50%;
    margin-top: -165px;
}
#fondi_block {
    z-index: 999;
    position: absolute !important;
    width: 100%;
    height: 100%;
}

#loader_gif_fondi {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    display: none;
}
.mascheraScura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#clipFondi {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    height: 330px;
    display: block;
    top: 50%;
    margin-top: -165px;
}

.titoloSuPoPup {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: 80px;
    line-height: 80px;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    color: white;
}

#messaggio_di_informazione_saldo {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 1.5625rem;
    text-align: center;
    color: white;
}

#messsaggio_di_richiesta_importo {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 1.25rem;
    text-align: center;
    color: white;
}

#valore_fondi_aggiunti {
    position: absolute;
    left: 15%;
    width: 70%;
    top: 170px;
    height: 40px;
    font-size: 1.25rem;
    text-align: center;
}

#pulsante_uscita_fondi {
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: 30px;
    left: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 1.25rem;
    background-color: #a0a0a0;
    text-shadow: none;
}

#pulsante_aggiungta_fondi {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.25rem;
    text-shadow: none;
}


.angoliArrotondati14 {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.angoliArrotondati10 {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.angoliArrotondati10NoOmbra {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
}


.testoSuPulsanteIcona {
    width: calc(100% - 45px);
    left: 40px !important;
    text-align: center;
}

.immagineSuPulsante {
    width: 50px !important;
}

.btnQFGenericoSchiacciato > svg {
    height: 22px !important;
}


.btnQFGenerico {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
    color: #120054 !important;
    background: linear-gradient(to bottom, #fff 0%, #fff 33%, #f1f5f7 33%, #eef1f2 100%, #eef1f2 100%);
}

svg {
    fill: #120054;
}

.testoSuPulsanteIcona {
    color: #120054;
    text-shadow: none;
    font-weight: 600;
}

.immagineSuPulsante {
    color: #120054;
    fill: #120054;
    stop-color: #120054;
}

.mascheraGenerica {
    background-color: black;
}

.betBoxValue
{
    font-size: 36px;
    cursor: pointer;
}
.betBoxValue:hover
{
border:3px solid #557fa1;
}




#clipAlert {
    position: absolute;
    left: 50%;
    width: 300px;
    height: 230px;
    margin-left: -150px;
    margin-top: -115px;
    top: 50%;
    display: block !important;
    z-index: 9123;
    background-color: black;
}

#titolo {
    position: absolute;
    left: 1px;
    width: calc(100% - 2px);
    height: 60px;
    top: 1px;
    text-align: center;
    line-height: 60px;
    font-size: 1.5625rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    color: white;
}

#testo {
    position: absolute;
    left: 2%;
    width: 96%;
    height: 100px;
    top: 60px;
    font-size: 1.3125rem;
    line-height: 22px;
    text-align: center;
    color: white;
    line-height: 20px;
}

#pulsante {
    position: absolute;
    left: 85px;
    width: 130px;
    height: 50px;
    top: 160px;
    color: white;
    font-size: 1.125rem;
    line-height: 50px;
    text-shadow: none;
    background: white !important;
    text-shadow: none !important;
}

img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.haloAnimation {
    animation: haloAnimation 0.4s 4 alternate;
}

@keyframes haloAnimation {
    0% {
        filter: drop-shadow(2px 4px 6px transparent);
    }
    100% {
        filter: drop-shadow(2px 4px 6px white);
    }
}

#uc__audio, #uc__info {
    background: #00000099;
    width: 110px;
    height: 110px;
    bottom: 196px;
    left: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #ffffffcc !important;
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.2s;
}

#uc__audio.iconHidden, #uc__info.iconHidden {
    opacity: 0;
}

#uc__audio.noAudio::after {
    content: ""; position:absolute;top:50%;left:50%;width: 100%; height: 6px; background: #e3e3e3dd; transform: translate(-50%, -50%) rotate(-45deg);
}
#uc__audio.noAudio svg {
    opacity: 0.85;
}

#uc__info { left: 180px; }

#uc__audio svg { height: 50%; }
#uc__info svg { height: 55%; }

@keyframes scalePulsing {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1);
}
}

.scalePulsing {
animation: scalePulsing 0.8s linear 0.35s both;
}

#fsRimanenti div:first-child {
    height: 90px !important;
    left: 32px !important;
}

#fsRimanenti div:first-child img {
    margin: 0 !important;
    height: 90px !important;
}

#fsRimanenti.fsRimanenti--disabled {
    filter: saturate(0.1);
    opacity: 0.9;
}


@keyframes pinata_server_in_previews--glow {
    0% {
        filter: drop-shadow(0 0 5px rgba(242, 255, 255, 0.5));
    }
    100% {
        filter: drop-shadow(0 0 15px rgba(242, 255, 255, 0.9));
    }
}

.pinata_server_in_previews {
    animation: pinata_server_in_previews--glow 0.7s infinite alternate;
}

#webview_chiudi_btn_div svg {
    width: 9dvw;
}

.semitransparent {
    opacity:0.5;
}



#contenitore_coriandoli_lunghi {
    position:absolute;
    width: 700px;
    height: 700px;
    /* background:red; */
    z-index:15;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.coriandolo_lungo_rotate, .coriandolo_lungo_translate {
    position: absolute;
}

.coriandolo_lungo_scale {
    height: 384px;
    width: 31px;
}


.intro_pignatta {
    display: none;
    pointer-events: none;
    position:absolute;top:70%;width:100%;z-index:15;height:341px;animation: 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s infinite normal none running rotate-intro;
}

.intro_pignatta_img {
    opacity:0;width:160%;position:absolute;left:-30%;
}

@keyframes rotate-intro {
    0% {
        transform: perspective(800px) rotateY(-10deg) rotateX(0deg);
    }

    50% {
        transform: perspective(800px) rotateY(10deg) rotateX(0deg);
    }
    100% {
        transform: perspective(800px) rotateY(-10deg) rotateX(0deg);
    }
}

#freespin_box {
    background: url(../img/fs_box_preview.png);
    display: flex;
    align-items: center;
    position: absolute;
    height: 158px;
    width: 100%;
    top: 17px;
    z-index: 4;
    --base-offset: -20px;
    transform: translateX(calc(var(--base-offset) - 143px * var(--n-fs-offset, 4) + var(--x)));
    --n-fs-offset: 4; /* va messa la posizione futura un attimo prima dello scorrimento, se ad esempio dovrò coprire solo l'ultima casella metti 3 */
    justify-content: flex-end;
}

#freespin_box img {
    height: 65%;
    z-index: 1;
}

#freespin_box > img:nth-child(1) {
    margin: 0 10px 0 20px;
    transition: 0.35s margin;
    order: 2;
}

#freespin_box[data-pos="0"] {
    --base-offset: 0px;
}

#freespin_box[data-pos="0"] > img:nth-child(1) {
    margin: 0 40px 0 20px;
}

#freespin_box[data-pos="0"]:has(img:nth-child(2)) > img:nth-child(1) {
    margin: 0 10px 0 10px;
}

#fs_valore_num {
    display: flex;
    align-items: center;
    height: 82%;
    order: 1;
}

#fs_valore_num img {
    height: 80%;
    margin: 0 5px;
}

/* NO = cosi nascondi tutto invece devi nascondere solo quelli coperti */

#PREVIEW_WRAPPER.visibileFS svg, #PREVIEW_WRAPPER.visibileFS .preview_top__swappable[src~="logo"] {
    display: none !important;
}

#PREVIEW_WRAPPER.visibileFS .preview_top {
    background: none !important;
}

.pannelloChiudiBtn.chiudiWebview {
    width: 100% !important;
    height: 100% !important;
    position: static !important;
}


body {
    background: url("../img/sfondo_dk.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}