html {
    touch-action: manipulation;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

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

#contenitore_sfondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    height: 780px;
    overflow: hidden;
}

#sfondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
}

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

.immagineSuPulsante {
    width: 50px !important;
}

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

#cronologia_chiudi_btn {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    z-index: 145;
    background-repeat: repeat-x;
    background-size: auto 40px;
    line-height: 40px;
}

#scritta_credito {
    position: absolute;
    right: 30px;
    width: 160px;
    height: 40px;
    top: 0;
    text-align: right;
    color: white;
    font-size: 16px;
    line-height: 40px;
}

#Tistruzioni {
    display: none;
    position: absolute;
    left: 50%;
    top: 410px;
    pointer-events: none;
    font-size: 19px;
    color: black;
    width: 160px;
    margin-left: -125px;
    background-color: white;
    text-align: center;
    padding: 15px;
    z-index: 112;
}

#freccia {
    z-index: 2;
    left: 85px;
    bottom: -30px;
    position: absolute;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation: updownFreccia 1.5s infinite;
    animation: updownFreccia 1.5s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

@-webkit-keyframes updownFreccia {
    0% {
        bottom: -40px;
        opacity: 0
    }
    4% {
        bottom: -40px;
        opacity: 0
    }
    25% {
        bottom: -40px;
        opacity: 1
    }
    80% {
        bottom: -60px;
        opacity: 1
    }
    100% {
        bottom: -60px;
        opacity: 0
    }
}

/* Standard syntax */
@keyframes updownFreccia {
    0% {
        bottom: -40px;
        opacity: 0
    }
    4% {
        bottom: -40px;
        opacity: 0
    }
    25% {
        bottom: -40px;
        opacity: 1
    }
    80% {
        bottom: -60px;
        opacity: 1
    }
    100% {
        bottom: -60px;
        opacity: 0
    }
}

#area_gioco {
    position: absolute;
    left: 0;
    top: 40px;
    height: 710px;
    width: 800px;
    background-color: transparent;
    overflow: hidden;
}

#btnCheat {
    position: absolute;
    right: 100px;
    cursor: pointer;
    top: 100px;
    z-index: 9999;
}

#clipAlert {
    position: absolute;
    left: 50%;
    width: 300px;
    height: 230px;
    margin-left: -150px;
    margin-top: -200px;
    top: 50%;
    display: none;
    z-index: 123;
    background-color: black;
}

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

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

#pulsante {
    position: absolute;
    left: 85px;
    width: 130px;
    height: 50px;
    top: 160px;
    color: white;
    font-size: 18px;
    line-height: 50px;
}

#clipModGioco {
    display: none;
}

#clipCheatToolContenitore {
    position: absolute;
    left: 50%;
    MARGIN-LEFT: -350px;
    top: 20px;
    display: block;
    width: 700px;
    height: 600PX;
}

#cheatInfo {
    position: absolute;
    left: 1px;
    width: calc(100% - 22px);
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    top: 1px;
    padding: 10px;
}

#contenitoreCBCheat {
    position: absolute;
    right: 70px;
    bottom: 40px;
}

#testoCheatTool {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

#clipCheatTool_Chiudi {
    position: absolute;
    left: 65px;
    width: 130px;
    height: 50px;
    bottom: 25px;
    font-size: 23px;
    line-height: 50px;
    color: white;
}

#card_container {
    position: absolute;
    width: 520px;
    height: 445px;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: auto;
    top: 60px;
    left: 50%;
    margin-left: -260px;
}

#clipOpzioni {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

#clipOpzioni {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

#sfondoOpzioni {
    position: absolute;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    height: 460px;
    top: 40px;
    z-index: 145;
    background-color: white;
}

#opzBox1 {
    position: absolute;
    left: 6px;
    width: 428px;
    top: 6px;
    background-color: #c2c4c6;
    height: 150px;
}

#opzBox2 {
    position: absolute;
    left: 6px;
    width: 428px;
    top: 162px;
    background-color: #c2c4c6;
    height: 60px;
}

#opzBox3 {
    position: absolute;
    left: 6px;
    width: 428px;
    top: 228px;
    background-color: #c2c4c6;
    height: 180px;
}

#contenitore_opz1 {
    position: absolute;
    right: 40px;
    top: 30px;
}

#contenitore_opz2 {
    position: absolute;
    right: 40px;
    top: 86px;
}

#testo_opz1 {
    position: absolute;
    left: 40px;
    top: 30px;
    font-size: 25px;
}

#testo_opz2 {
    position: absolute;
    left: 40px;
    top: 86px;
    font-size: 25px;;
}

#contenitore_opz3 {
    position: absolute;
    right: 40px;
    top: 180px;
}

#testo_opz3 {
    position: absolute;
    left: 40px;
    top: 175px;
    font-size: 25px;;
}

#anteprimaCarteScelte {
    position: absolute;
    left: 5%;
    width: 90%;
    height: 180px;
    background-color: transparent;
    top: 260px;
}

#indicatoreCarta0 {
    top: 130px !important;
    position: absolute !important;
    left: 50% !important;
    width: 10px !important;
    height: 10px !important;
    background-color: white;
    z-index: 20 !important;
    margin-left: -28px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 2px solid white;
}

#indicatoreCarta1 {
    top: 130px !important;
    position: absolute !important;
    left: 50% !important;
    width: 10px !important;
    height: 10px !important;
    background-color: white;
    z-index: 20 !important;
    margin-left: -2px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 2px solid white;
}

#indicatoreCarta2 {
    top: 130px !important;
    position: absolute !important;
    left: 50% !important;
    width: 10px !important;
    height: 10px !important;
    background-color: white;
    z-index: 20 !important;
    margin-left: 24px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 2px solid white;
}

.placeCarta {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none
}

#frecciaSX {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 120px;;

    cursor: pointer;
}

#frecciaDX {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 120px;

    cursor: pointer;
}

#testoAggiornamentoCarte {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    background-color: transparent;
    bottom: 0;
}

#indietro {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    height: 60px;
    top: 540px;
    color: white;
}

#contenitoreInformazioniSulTavolo {
    position: absolute;
    right: 80px;
    top: 10px;
    text-align: right;
    width: 290px;
    opacity: 0.4;
    font-size: 16px;
}

#nomeGioco {
    font-size: 24px;
}

#TnSessione {
    font-size: 16px;
}

#TnMossa {
    font-size: 16px;
}

#TnBiglietto {
    font-size: 16px;
}

#TpunteggioPunta {
    position: absolute;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    top: 265px;
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
}

#TpunteggioBanco {
    position: absolute;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    top: 175px;
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
}

#carteBanco {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -150px;
    width: 300px;
    height: 130px;

}

#cartePunta {
    position: absolute;
    left: 50%;
    top: 300px;
    margin-left: -150px;
    width: 300px;
    height: 130px;

}

#tooltip {
    position: absolute;
    left: 75px;
    top: 15px;
    width: 110px;
    height: 65px;
    background-color: white;
}

#min {
    position: absolute;
    right: 5px;
    top: 6px;
    color: black;
    font-weight: normal;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}

#max {
    position: absolute;
    right: 5px;
    top: 37px;
    color: black;
    font-weight: normal;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}

#testoMin {
    position: absolute;
    left: 10px;
    top: 6px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}

#testoMax {
    position: absolute;
    left: 10px;
    top: 37px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}

#TimportoPuntato {
    position: absolute;

    top: 490px;
    left: 440px;
    width: 200px;
    height: 40px;
    z-index: 111;
    line-height: 40px;
    font-size: 25px;
    color: white;
    font-weight: bolder;
}

#clipPunto {
    position: absolute;
    left: 50%;
    margin-left: -270px;
    width: 540px;
    height: 160px;
    background-color: transparent;
    bottom: 10px;
    z-index: 111;
}

#clipPunto_btnRipeti {
    left: 100px;
    top: 100px;
}

#clipPunto_btnAnnulla {
    left: 100px;
    top: 100px;
}

#btnPunto {
    right: 100px;
    top: 100px;
}

#clipStoTiro {
    position: absolute;
    left: 50%;
    margin-left: -270px;
    width: 540px;
    height: 160px;
    background-color: transparent;
    bottom: 0;
    z-index: 111;
}

#btnSto {
    left: 100px;
    top: 70px;
    width: 140px;
}

#btnTiro {
    width: 140px;
    right: 100px;
    top: 70px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 14px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #3071a9;
    border-radius: 1px;
}

input[type=range]::-webkit-slider-thumb {
    border: 1px solid #000;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #3071a9;
    border-radius: 1px;
}

input[type=range]::-moz-range-thumb {
    border: 1px solid #000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border-radius: 3px;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border-radius: 3px;
}

input[type=range]::-ms-thumb {
    border: 1px solid #000;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    height: 8px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

#wrapper_m_resize1 {
    height: 1370px;
}

.footer {
    top: 0;
}

.footerGiocoResponsabile {
    left: 800px;
}

.footerTutelaMinori {
    left: 850px;
}

.footerAams {
    left: 870px;
}

.footerGiocoLegale {
    left: 960px;
}

#chips_container {
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: transparent;
    top: 465px;
    left: 50%;
    margin-left: -100px;
}

#box_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
}

.headerBtn {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 120px;

    color: white;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

body {
    user-select: none;
    font-family: "Dosis";
    font-weight: 100;
    color: white;
}

.btnQFGenerico {
    position: absolute;
    width: 114px;
    height: 54px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    -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);
    font-size: 21px;
    line-height: 54px;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
}

#chips_container {
    pointer-events: none;
}

.chips {
    top: 0;
    cursor: pointer;
}

.cartaGenerica {
    height: 152px;
    left: 50%;
    width: 110px;
    margin-left: -60px;
    text-align: center;
}

.cartaGenerica > img {
    height: 152px;
    backface-visibility: initial !important;
    transform-origin: 50% 50%;
}

.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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.infoPuntaResoconto {
    font-weight: bolder;
    display: none;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -83px;
    width: 160px;
    height: 40px;
    z-index: 113;
    top: 360px;
}

.infoBancoResoconto {
    font-weight: bolder;
    display: none;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 40px;
    z-index: 113;
    top: 80px;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
    cursor: pointer;
}

input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: lightgray;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked + label:before {
    background: #f82;
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].ios8-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}

input[type="checkbox"].ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

input[type="checkbox"].ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

input[type="checkbox"].ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}

#contenitore_iframe_cronologia {
    position: fixed;
    z-index: 9333;
    overflow-y: hidden;;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: none;
}

#titolo_cronologia {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    font-size: 35px;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid lightgray;
}

#div_iframe_cronologia {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 720px;
    border: 0;
    overflow-y: scroll;
}

#pulsante_chiusura_cronologia {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    cursor: pointer;
    width: 48px;
    z-index: 9992;
}

.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: 100px
}

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

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

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

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

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

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

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

#card_container > .cartaGenerica {
    height: 80px !important;
    margin-top: 25px;
}

#card_container > .cartaGenerica > img {
    height: 80px !important;
}

.footerConcessione {

    left: 140px !important;
    height: 15px;
    line-height: 15px;
    bottom: 0 !important;

}

.footerLegalInfo {

    width: 580px;

}

.footerLegalInfo > br {
    display: inline;
    content: ' ';
    clear: none;
}


#body_tag {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px !important;
    margin: 0px;
    overflow: hidden !important;
    font-family: 'Dosis', sans-serif;
    background-color: rgba(2, 87, 63, 1);
}

#wrapper_container {
    display: block;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background: rgb(2, 111, 63);
    background: radial-gradient(circle, rgba(2, 111, 63, 1) 20%, rgba(2, 87, 63, 1) 85%);
}

#container {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;

}

.container_section {
    float: left;
    width: 100%;
}

#section_1 {
    background: linear-gradient(#012e2b, #194745);
    height: auto;
    border-radius: 30px;
    border: 3px solid #194745;
    width: calc(100% - 6px);
    overflow: hidden;
}

#section_1 .col {
    float: left;
    position: relative;
}

#section_1 .col span {
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

#section_1 .col span:first-child {
    margin-top: 15px;
}

#section_1 .col span:last-child {
    margin-bottom: 15px;
}

#col_nomi_vincite {
    width: 30%;
}

#col_nomi_vincite span {
    text-align: left;
    padding-left: 20px;
    color: #829798;
}

#col_nomi_vincite span.active {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    color: #FFF;
}

.col_vincite {
    width: 7%;
    text-align: center;
    background: linear-gradient(#597674, #698787);
    color: #ced8d7;
}

.col_vincite.active1 {
    background: linear-gradient(#335755, #456c6b);
    color: #c4d0d0;
}

.col_vincite.active2 {
    background: linear-gradient(#ff6b01, #ffad00);
    color: #FFF;
}

.col_vincite.active2 span.active {
    color: #004437;
}

.col_vincite span.active {
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: bold !important;
    color: #014238 !important;
}

#col_logo {
    width: 35%;
    position: relative;
    text-align: center;
}

#col_logo img {
    width: 230px;
    margin-top: 29px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -115px;
}

#section_2 {
    height: auto;
    width: calc(100% - 6px);
    margin-top: 20px;
}

#section_2 .col {
    float: left;
    width: calc((100% - (30px * 4)) / 5);
    margin-right: 30px;
    position: relative;
}

#section_2 .col:last-child {
    margin-right: 0;
}

#section_2 .wrap_carta {
    float: left;
    width: 100%;
    height: 215px;
}

#section_2 .wrap_carta img {
    width: 100%;
    height: auto;
    position: absolute;
}

.tieni_label {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    left: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(7, 15, 18, 0.8);
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    display: none;
}

.col_carta.active .tieni_label {
    display: block;
}

.tieni_carta {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    padding-top: 15px;
}

.tieni_carta span {
    font-weight: 600;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 20px;
}

.col_carta:not(.active) .tieni_carta span {
    background: linear-gradient(#2e577d, #02263e);
    border: 2px solid #04282c;
}

.col_carta.active .tieni_carta span {
    background: linear-gradient(#ff6e00, #ffad00);
    border: 2px solid #ffae00;
    box-shadow: rgba(255, 173, 0, 0.12) 0px 2px 4px 0px, rgba(255, 173, 0, 0.5) 0px 2px 15px 7px;
}

#section_3 {
    height: auto;
    width: calc(100% - 6px);
    margin-top: 25px;
}

.col_ag {
    float: left;
    width: 163px;
    height: auto;
    padding-right: 26px;
}

.col_ag .wrap_bottone_ag {
    float: left;
    width: 100%;
    position: relative;
    height: 60px;
    border-radius: 30px;
}

.col_ag#col_valore {
    padding-right: 24px;
}

.col_ag #wrap_valore {
    background: linear-gradient(#012e2b, #194745);
    border: 3px solid #194745;
}

.col_ag.click_carte #wrap_valore {
    display: none;
}

.col_ag #wrap_punta,
.col_ag #wrap_gioca,
.col_ag #wrap_max {
    background: rgb(244, 244, 244);
    background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(223, 236, 239, 1) 25%, rgba(195, 228, 238, 1) 50%, rgba(244, 244, 244, 1) 50%, rgba(244, 244, 244, 1) 100%);
    border: 3px solid transparent;
    box-shadow: 1px 9px 7px -4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 9px 7px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 9px 7px -4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.col_ag #wrap_punta .label,
.col_ag #wrap_gioca .label,
.col_ag #wrap_max .label {
    color: #120054;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    top: calc((100% - 25px) / 2);
    left: 19px;
    text-shadow: 0px 2px 0px rgba(145, 214, 242, 0.4);
}

.col_ag #wrap_punta .simbolo,
.col_ag #wrap_gioca .simbolo,
.col_ag #wrap_max .simbolo {
    color: #120054;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 38px;
    position: absolute;
    top: calc((100% - 40px) / 2);
    right: 5px;
    border-radius: 80%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    background-color: #FFF;
}

.col_ag #wrap_punta .simbolo {
    background-image: url("../img/icona_punta.svg"), linear-gradient(#FFF, #FFF);
}

.col_ag #wrap_gioca .simbolo {
    background-image: url("../img/icona_gioca.svg"), linear-gradient(#FFF, #FFF);
}

.col_ag #wrap_max .simbolo {
    background-image: url("../img/icona_max.svg"), linear-gradient(#FFF, #FFF);
}

.col_vg {
    float: left;
    width: 159px;
    height: auto;
}

.col_vg .wrap_bottone_vg {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    background: linear-gradient(#012e2b, #194745);
    border: 3px solid #194745;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    margin-bottom: 5px;
}

.col_vg .wrap_bottone_vg .label {
    color: #7ac4a6;
    font-size: 15px;
    font-weight: 600;
}

.col_vg .wrap_bottone_vg .simbolo {
    color: #FFF;
    text-align: right;
    float: right;
    font-size: 15px;
    font-weight: 500;
}

#valore_piu,
#valore_meno {
    position: absolute;
    top: calc((100% - 35px) / 2);
    width: 35px;
    height: 35px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(213, 228, 234, 1) 50%, rgba(213, 228, 234, 1) 100%);
    border-radius: 50%;
}

#valore_meno {
    left: -10px;
}

#valore_meno:before {
    content: '';
    position: absolute;
    top: calc((100% - 3px) / 2);
    left: 20%;
    width: 60%;
    height: 3px;
    background-color: #120054;
    border-radius: 3px;
}

#valore_piu {
    right: -10px;
}

#valore_piu:before {
    content: '';
    position: absolute;
    top: calc((100% - 3px) / 2);
    left: 20%;
    width: 60%;
    height: 3px;
    background-color: #120054;
    border-radius: 3px;
}

#valore_piu:after {
    content: '';
    position: absolute;
    top: 20%;
    left: calc((100% - 3px) / 2);
    width: 3px;
    height: 60%;
    background-color: #120054;
    border-radius: 3px;
}

#wrap_valore_v {
    float: left;
    width: 100%;
    padding-top: 9px;
}

#valore_l {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #7ac4a6;
    font-size: 17px;
    font-weight: 600;
}

#valore_v {
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
}


#wrap_puntata {
    background: linear-gradient(#012e2b, #194745);
    border: 3px solid #194745;
    display: none;
}

.click_carte #wrap_puntata {
    display: block;
}

#wrap_puntata_v {
    float: left;
    width: 100%;
    padding-top: 9px;
}

#wrap_puntata .label {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #7ac4a6;
    font-size: 17px;
    font-weight: 600;
}

#wrap_puntata .simbolo {
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
}


#oggetto_gioco {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.wrap_carta {

    backface-visibility: hidden;
    perspective: 600px;
    -webkit-perspective: 600px;
}

.dorso {
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

.reale {
    backface-visibility: hidden;
    transform: rotateY(0deg);
    cursor: pointer;
}

#header_dk_new {
    font-size: 12px !important;
}

#vittoria_jackpot img.simbolo_punto {
    height: 27%;
    margin-bottom: 0%;
}

.ico_v1 {
    right: 19px !important;
    top: 8px !important;
}

.ico_v2 {
    right: 5px !important;
}

.ico_v3 {
    right: 8px !important;
    top: 9px !important;
    height: 12px !important;
}

#top_incassa {
    left: 300px !important;
}

#top_altri {
    left: 189px !important;
}

#top_volume {
    left: 107px !important;
}