/* Comuni */

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'verdana', sans-serif;
    font-size: 12px;
    line-height: 1.25;
}

@media all and (max-width: 1600px) {
    .col-lg-5.col-md-12.disclaimer div {
        transform: scale(0.6);
    }
}

.bg-bianco {
    background: #fff;
    color: #000;
}

p {
    margin-bottom: 0;
}

.bg-nero {
    background: #000;
    color: #fff;
}

.bg-nero-sfumato {
    background: rgba(0, 0, 0, 0.4);
}

.nero-sfumato {
    color: rgba(0, 0, 0, 0.4);
}

.bg-bianco-sfumato {
    background: rgba(255, 255, 255, 0.4) !important;
}

.bianco-sfumato {
    color: rgba(255, 255, 255, 0.4);
}

.testo-grande {
    font-size: 2rem;
    line-height: 2.15;
}

.testo-medio {
    font-size: 1.5rem;
    line-height: 1.25;
}

.testo-1-25 {
    font-size: 1.25rem;
    line-height: 1.25;
}

.testo-piccolo {
    font-size: .75rem;
    line-height: 1.25;
}

.maiuscolo {
    text-transform: uppercase;
}

.nero,
.nero a {
    color: #000;
}

.bianco,
.bianco a,
a.bianco,
a .bianco {
    color: #fff !important;
}

.bianco a:hover,
a.bianco:hover {
    color: #fff;
}

.bg-colore-1 {
    background: var(--bg-color-1);
}

.bg-grigio {
    background: #969696;
}

.bg-grigio-2 {
    background: #cbcbcb;
}

.bg-grigio-3 {
    background: #d5d5d5d5;
}

.bg-grigio-chiaro {
    background: #ececec;
}

.bg-grigio-scuro {
    background: #999;
}

.bg-trasparente {
    background: transparent;
}

.grigio-chiaro {
    color: #ececec;
}

.grigio {
    color: #969696;
}

.grigio-scuro {
    color: #333 !important;
}

a:hover {
    text-decoration: unset;
    color: inherit;
}

.bordo-dx {
    border-right: 1px solid;
}

.bordo-sx {
    border-left: 1px solid;
}

.bordo-giu {
    border-bottom: 1px solid;
}

.bordo-su {
    border-top: 1px solid;
}

.bg-verde,
.bg-bg-verde {
    background: #168f16;
    color: #fff !important;
}

.bg-rosso,
button.bg-rosso {
    background: #d10e0e !important;
}

.rosso {
    color: #d10e0e;
}

.giallo {
    color: #FDD835;
}

.bg-arancio {
    background: #f58d08;
}

.verde {
    color: #168f16;
}

.bottone-largo {
    padding: .15rem .75rem;
    border-radius: .25rem;
}

.main-content {
    text-align: center;
    padding: 5%;
}

.bottone {
    border-radius: .25rem;
    line-height: 2;
    padding: .25rem .5rem;
    cursor: pointer;
}

.bottone-exa {
    padding: .25rem 2rem;
}

.bottone:hover {
    filter: brightness(0.95);
    color: #fff;
}

button {
    border: 0px;
}

.rosso-bg,
a.rosso-bg {
    background: #d10e0e;
    color: #fff;
}

.rosso-bg:hover {
    color: #fff;
}

.no-padding {
    padding: 0;
}

.colore-1,
.colore-1 a,
a.colore-1,
a .colore-1 {
    color: var(--bg-color-1);
}

a.bg-colore-1 {
    color: #fff !important;
}

.grassetto,
li.grassetto,
a.grassetto {
    font-weight: bold !important;
}

.margine-giu {
    margin-bottom: 1rem;
}

.margine-giu-2x {
    margin-bottom: 2rem;
}

.margine-giu-mezzo {
    margin-bottom: .5rem;
}

.margine-su {
    margin-top: 2rem;
}

.margine-su-1x {
    margin-top: 1rem;
}

.margine-su-mezzo {
    margin-top: .5rem;
}

.margine-sx-mezzo {
    margin-left: .5rem;
}

.margine-sinistra,
.margine-sx {
    margin-left: 1rem;
}

.margine-dx,
.margine-destra {
    margin-right: 1rem;
}

.margine-dx-mezzo {
    margin-right: .5rem;
}

.margine-orizzontale {
    margin-left: .5rem;
    margin-right: .5rem;
}

.margine-verticale {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.no-margin {
    margin: 0 !important;
}

.padding-giu {
    padding-bottom: 1rem;
}

.padding-giu-2x {
    padding-bottom: 2rem;
}

.padding-su {
    padding-top: 2rem;
}

.padding-su-1x {
    padding-top: 1rem;
}

.padding-su-mezzo {
    padding-top: .5rem;
}

.padding-sinistra,
.padding-sx {
    padding-left: 1rem;
}

.padding-dx,
.padding-destra {
    padding-right: 1rem;
}

.padding-verticale {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.padding-orizzontale {
    padding-left: 1rem;
    padding-right: 1rem;
}

::-webkit-scrollbar {
    width: .8rem;
    height: .8rem;
}

::-webkit-scrollbar-track {
    border-radius: .25rem;
    background: #ececec;
}

::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: .4rem;
}

.uno-rem {
    font-size: 1rem;
    line-height: 1.25;
}

a.bottone:hover {
    color: #fff;
    transition: all 500ms ease;
    opacity: .95;
}

.bordo-tondo {
    border-radius: .25rem;
}

.bordo-tondo-alto-sx {
    border-top-left-radius: .5rem;
}

.bordo-tondo-alto-dx {
    border-top-right-radius: .5rem;
}

.bordo-tondo-basso-sx {
    border-bottom-left-radius: .5rem;
}

.bordo-tondo-basso-dx {
    border-bottom-right-radius: .5rem;
}

.bordo-rotondo {
    border-radius: 100%;
}

input.elemento-input {
    background: #ccc;
    box-shadow: unset;
    border: none;
    padding: .5rem;
    margin-right: .5rem;
    max-width: 13rem;
}

input.elemento-input:last-child {
    margin-right: 0;
}

.transizione {
    transition: all 500ms ease-in-out;
}

.cover {
    object-fit: cover;
}

.titolo-modale {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.allinea-centro {
    text-align: center;
}

.allinea-destra,
.allinea-dx {
    text-align: right;
}

.allinea-sinistra,
.allinea-sx {
    text-align: left;
}

.d-sx {
    justify-content: flex-start;
}

.d-dx {
    justify-content: flex-end;
}

.d-centro-v {
    align-items: center;
    display: flex;
}

.altezza-max-html {
    width: 100%;
    height: 100%;
    background: grey;
}

.altezza-max {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background: white;
/*     overflow-y: hidden; */
}

.divisore-orizzontale {
    border-bottom: 1px solid;
}

.d-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 4px;
}

.d-si {
    display: inherit !important;
}

.nascondi {
    visibility: hidden;
}

.pointer {
    cursor: pointer;
}

.ord-1 {
    order: 0;
}

.ord-2 {
    order: 1;
}

.ord-3 {
    order: 2;
}

.ruota {
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.ruota-180 {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.container-fluid {
    min-width: 1024px;
}

.tronca {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* header e menu */

.funzioni-menu {
    align-self: center;
}

.sottomenu-main {
    background: rgba(0, 0, 0, 0.15);
    text-transform: lowercase;
}

.info-utili {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: .85rem;
}

p.testo-disclaimer {
    display: inline-block;
    max-width: 70%;
    margin-bottom: 0;
}

img.img-fluid.aams {
    max-width: 25%;
    width: 100%;
}

.disclaimer {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 13px;
}

.barra-superiore {
	background: var(--topbar-bg-color);
	color: var(--topbar-text-color);
/*     padding-top: .7rem; */
/*     padding-bottom: .7rem; */
	padding-top: 2px;
    padding-bottom: 2px;
    justify-content: space-between;
}

.barra-superiore .blocco-header {
	font-size: 13px;
    padding-right: 1rem;
}

.barra-superiore .blocco-header:not(:first-child) {
    padding-left: 1rem;
}

.header .barra-superiore .blocco-header {
    border-color: rgba(255, 255, 255, .15);
}

.barra-superiore .blocco-header a {
	color: var(--topbar-text-color);
}

.barra-intermedia {
	background: var(--intermediate-bar-bg-color);
	color: var(--intermediate-bar-text-color);
	
}

.social {
    justify-content: space-around;
    display: flex;
}

.social a {
    margin: 0 .25rem;
}

.social i {
    color: #363636;
}

.social i:hover {
    color: var(--bg-color-1);
    transition: all 500ms ease-in;
}

.logo {
    padding-top: .5rem;
    padding-bottom: .5rem;
    height: 80px;
}
.logo a {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.logo img {
/* 	max-height: 80%; */
/* 	max-width: 100%; */
/* 	width: 200px; */
	height: 80%;
}

.notifiche {
    margin-bottom: 1rem;
    border-radius: 100%;
}

.selettore-lingua .dropdown-menu.show {
    margin-top: 1rem !important;
    padding: .25rem .5rem;
    display: block;
    text-align: center;
    transform: translate3d(-32px, 25px, 0px) !important;
}

.login-header {
    font-size: 1.05rem;
    line-height: 1.25;
    align-self: center;
    display: flex;
    justify-content: flex-end;
}

.login-header .blocco-header {
    padding-right: 1rem;
    padding-left: 1rem;
    border-right: 1px solid rgba(0, 0, 0, .15);
    align-self: center;
    justify-content: space-around;
    display: flex;
    align-items: center;
}

.login-header .blocco-header input {
    background: var(--header-input-bg-color);
    color: var(--header-input-text-color);
}
.login-header .blocco-header input::placeholder {
	color: var(--header-input-text-color);
}
.blocco-header.login-form-header.margine-su-1x {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}

.flag-lang {
	color: var(--intermediate-bar-text-color);
    max-width: 2rem;
    width: 100%;
    height: auto;
    border-radius: 100%;
    margin-right: .25rem;
}

img.user-img {
    border-radius: 100%;
    border: 2px solid var(--user-img-border-color);
    max-width: 4rem;
    height: auto;
    cursor:pointer;
}

i.portafoglio {
    margin: 0 1.25rem;
}

.user {
    padding: .15rem 1rem;
    align-self: center;
}

.barra-menu {
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
}

.barra-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.barra-menu li {
    font-size: 1.05rem;
    line-height: 1.5;
    align-self: center;
    text-transform: uppercase;
}

.modal-account .barra-menu .active,
.modal-account .barra-menu a:hover {
    background: transparent;
    border-bottom: 3px solid var(--border-color-1);
}

.user .dropdown-toggle::after {
    display: none;
}

.user .dropdown-menu.show {
    margin-top: 1rem !important;
    border: 4px solid var(--bg-color-1);
    padding: 1rem .5rem;
    display: flex;
    flex-direction: column;
    max-width: 22rem;
}

.nome,
.id-nome,
.dettagli-profilo {
    display: block;
}

.dettagli-profilo {
    color: var(--bg-color-1) !important;
    cursor: pointer;
}

.top-account {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 75%;
}

.middle-account {
    background: rgba(255, 255, 255, 0.25);
    padding: 0.5rem .75rem;
    margin-top: 1rem !important;
    border-radius: .25rem;
    width: 100%;
}

.middle-account .prima-riga {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: .75rem;
    width: 100%;
}

.middle-account .prima-riga > span {
    padding: 2px;
}

.middle-account .soldi {
    text-align: right;
}

.riga-divisore {
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: .5rem;
}

.mostra-port {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.row.lista-voci-dash {
    padding: 0 2rem;
}

.lista-voci-dash ul {
    list-style: none;
    width: 100%;
    padding: 0;
}

.lista-voci-dash li {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: unset;
}

.nav-tabs .nav-link {
    border: 0px;
}

.fissato-alto {
    position: sticky;
    top: 0;
    z-index: 999999999999;
    padding-right: 0;
    padding-left: 0;
}

.container-fluid.fissato-alto .row {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.header-fissato {
    padding: 0;
}

.login-form-header div {
    margin-bottom: 0;
}

.container-fluid.header {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.header .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.menu-principale-barra ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-principale-barra ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.menu-principale-barra a {
    padding: 1rem;
}

.menu-principale-barra .active,
.menu-principale-barra a:hover {
    background: transparent;
    border-bottom: 3px solid var(--border-color-1);
}

.menu-principale-barra ul.menu-principale {
    background: rgba(0, 0, 0, 0.05);
}

.menu-principale-barra ul.sottomenu-principale {
    background: rgba(0, 0, 0, 0.25);
}

.menu-principale-barra .bg-colore-1 .active,
.menu-principale-barra .bg-colore-1 a:hover {
    background: transparent;
    border-bottom: 3px solid #fff;
}

.menu-principale-barra ul.menu-principale.bg-colore-1 {
    background: var(--bg-color-1);
}

.barra-alternata .sottomenu-main {
    background: rgba(0, 0, 0, 0.05);
}


/* footer */

span.supporto-footer {
    text-decoration: underline;
    margin-bottom: 1rem;
    display: block;
    font-size: 2rem;
    cursor: pointer;
}

.elementi-footer {
    max-height: 600px;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: max-height .25s ease;
    transition: max-height .25s ease;
    position: fixed;
    width: 100%;
    margin-top: -39px;
}

.tasti-bottom {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 1rem;
}

.fissato-bottoni {
    position: relative;
}

a.consulta-footer,
a.consulta-chat {
	background: var(--footer-btn-bg-color);
	color: var(--footer-btn-text-color);
    display: inline-block;
    z-index: 999999;
    padding: 1rem 2rem;
    text-transform: uppercase;
    margin: 0 .25rem;
}

.barra-superiore-footer,
.barra-intermedia-footer,
.barra-inferiore-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.barra-superiore-footer {
	border-top: 2px solid var(--topbar-footer-border-color);
	background: var(--topbar-footer-bg-color);
	color: var(--topbar-footer-text-color);
}
.barra-intermedia-footer {
	background: var(--intermediatebar-footer-bg-color);
}
.barra-inferiore-footer {
	background: var(--bottombar-footer-bg-color);
	color: var(--bottombar-footer-text-color);
}

.barra-superiore-footer .row {
    flex-wrap: nowrap;
}

.blocco-footer {
    padding: 1rem;
}

.blocco-footer p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.blocco-footer a {
    color: var(--footer-links-text-color);
    font-size: 1.05rem;
    line-height: 1.75;
}
.blocco-footer a:hover {
	text-decoration: underline;
}

.barra-inferiore-footer ul {
    list-style: none;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.barra-inferiore-footer li {
    font-size: .95rem;
    line-height: 1.75;
    color: #fff;
    align-self: center;
    padding: .75rem 1.25rem;
    border-right: 1px solid #000;
}

.note {
    font-size: .75rem;
    line-height: 1.2;
    text-align: center;
}

/* menu slideout */

.panel-open .header {
    display: none;
}

.slideout-menu {
    position: fixed;
    top: auto;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    display: flex;
    padding: .5rem;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

.menu-laterale {
    padding: 1rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.menu-laterale .row {
    margin: .5rem auto;
}

.nav-laterale .toggle-nascondi-nav::after {
    float: right;
    font-size: inherit;
}

.login-box-lato {
    width: 100%;
}

.lingua-lato {
    padding: .5rem 0;
}

.input-login {
    display: block;
    margin: .5rem auto;
    background: rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    border: unset;
    width: 100%;
    height: fit-content;
    line-height: 2;
    padding: .25rem .5rem;
    color: #999;
}

.bottoni-login {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1 1 50%;
}

.bottone-login {
	background: var(--login-btn-bg-color);
	color: var(--login-btn-text-color) !important;
    flex: 0 0 calc(50% - .25rem);
    text-align: center;
}

.bottone-registrazione {
	background: var(--signup-btn-bg-color);
	color: var(--signup-btn-text-color) !important;
}

.strumenti-lato {
    width: 100%;
}

.strumento-lato {
    flex: 1 auto;
    border-color: rgba(0, 0, 0, 0.1);
}

.menu-laterale-nav {
    padding: 0;
    border-top-right-radius: .5rem;
}

.nav-laterale ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.nav-laterale li {
    padding: .75rem .5rem;
    margin: .25rem 0;
    font-size: 1.12rem;
    line-height: 1.25;
}

.toggle-nascondi-nav:after {
    font-family: "Font Awesome 5 Free", 'fontawesome';
    content: "\f0d7";
    font-size: .65rem;
    font-weight: 900;
    margin-left: .5rem;
    display: none;
}

.toggle-nascondi-nav.collapsed:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free", 'fontawesome';
    font-weight: 900;
}

.sottomenu li {
    background: rgba(0, 0, 0, .12);
    text-transform: capitalize;
    margin: .1rem auto;
}

.sottomenu li.active {
    border-right: .5rem solid;
}

/* temporaneo */
.menu-modal-account .nav-tabs .nav-item.show .nav-link,
.menu-modal-account .nav-tabs .nav-link.active {
    background: unset;
    color: inherit;
}

.modal-content {
    max-width: 90vw;
}

.chat-temporaneo {
    border: 2px solid #000;
    display: inline-block;
    padding: 40px;
    background: #fff;
    z-index: 999999;
    max-width: 19rem;
    margin-right: 2rem;
}

/* fine temporaneo */

/* landing */

.main-content.landing {
    padding: 0;
    background: url(../../images/desktop/landing/bg-main.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.container-fluid.prima-riga-landing {
    background: url(../../images/desktop/landing/img-prima-slide.png) no-repeat top right;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
}

.immagini-mosaico {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    align-self: flex-end;
}

.seconda-slide-lato-destro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seconda-riga-landing .row,
.terza-riga-landing .row {
    display: flex;
    align-items: stretch;
}

.container.seconda-riga-landing,
.container.terza-riga-landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.container-fluid.terza-riga-landing-fluid {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../../images/desktop/landing/bg-3.png) center center no-repeat;
    background-size: cover;
}

.landing h1 {
    font-size: 4rem;
    line-height: 1.5;
}

.landing h2 {
    font-size: 3.5rem;
    line-height: 1;
}

.landing p {
    font-size: 1.25rem;
}

.box-quote-live {
    width: 100%;
    display: flex;
    min-height: 200px;
    border: 1px solid #ccc;
}

.landing .testo-disclaimer {
    font-size: .95rem;
    display: block;
}

.terza-riga-landing .col {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.bottoni-home {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    margin-top: 4rem;
    max-width: 75%;
}

.bottoni-home .bottone {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 1rem .25rem;
}

.box-quote-live .sinistra {
    background: rgb(170, 170, 170);
    background: linear-gradient(0deg, rgba(170, 170, 170, 1) 0%, rgba(204, 204, 204, 1) 25%, rgba(194, 194, 194, 1) 50%, rgba(226, 226, 226, 1) 75%, rgba(255, 255, 255, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.box-quote-live .destra {
    background: url(../../images/desktop/landing/bg-quote.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    padding: 1rem;
}

img.img-fluid.pallone {
    max-width: 1.5rem;
    margin: 0 auto .5rem auto;
}

img.img-fluid.logo-campionato {
    max-width: 3.25rem;
}

.quote-widget {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: .25rem;
}

.box-quote-live .altro {
    text-align: right;
    align-self: flex-end;
}

a.blocco-mosaico {
    position: relative;
    display: inline-block;
}

/* .blocco-mosaico img { */
/*     width: 100%; */
/* } */

.overlay-mosaico {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--landing-casino-game-hover-bg-color);
    width: 100%;
    height: 100%;
    flex-direction: column;
}

a.blocco-mosaico:hover .overlay-mosaico {
    opacity: 1;
}

.overlay-mosaico .bottone {
    font-size: .9rem;
    padding: .12rem .25rem;
    line-height: 1.75;
    width: 7rem;
}

.colonne-6 .overlay-mosaico .bottone,
.colonne-6 .descrizione-casino {
    font-size: .8rem;
    padding: .2rem;
}

.selezionata,
.quota:hover {
    background: var(--landing-quota-hover-bg-color) !important;
    color: var(--landing-quota-hover-text-color) !important;
}

.separatore a {
    background: #fff;
    padding: .25rem 2rem;
}

.separatore {
    background: url(../../images/desktop/landing/separatore.png) repeat-x center;
    background-size: contain;
    padding-right: 0;
}

/* fine landing */

/* landing2 */

.contenitore-landing-2 {
    background: rgba(255, 255, 255, .5);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.landing-2 {
	position: relative;
    min-height: 100vh;
}
.landing-2::before {
	content: "";
  	position: absolute;
  	top: 0; left: 0;
  	width: 100%;
  	height: 100%;
    background: url(../../images/desktop/landing/bg-landing-2.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
/*     filter: grayscale(100%); */
}

.secondo-blocco-landing-slide-1 {
    background: url(../../images/desktop/landing/landing-2-slide-box-1.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2rem 1rem;
    border-radius: .5rem;
}

.blocco-landing-2 .controlli-slider-multiple {
    position: absolute;
    bottom: -5px;
    left: 29px;
}

.widget-landing-2 div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}


ul.slick-dots {
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    width: 4rem;
    padding: 0;
}

ul.slick-dots li button {
    visibility: hidden;
}

ul.slick-dots li {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 .25rem;
}

ul.slick-dots li.slick-active {
    background: #f60;
}

.quote-landing-2 {
    display: flex;
    justify-content: center;
}

span.numeri {
    padding: 0.75rem;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

span.segno {
    padding: 0.75rem;
    font-size: 11px;
}

.separatore-verticale {
    width: 1px;
    background: #fff;
    margin: 0 1rem;
}

.elemento-widget-1 {
    background: url(../../images/desktop/landing/bg-quote.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 1.75rem 15px 2.25rem 15px;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
}

.lista-navigatore {
    padding: 0 0;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.lista-navigatore a {
    border-bottom: 3px solid #666;
    padding: 1rem 0;
    text-align: center;
}

a.link-nav-widget:nth-child(odd) {
    border-color: #999;
}

a.link-nav-widget.active {
    border-color: var(--border-color-1);
}

.landing-casino .barra-bg-casino,
.landing-widget-quote-basso .barra-bg-casino {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    padding: .5rem 0;
    width: 100%;
    margin: 1rem 15px 1rem 15px;
}

.landing-widget-quote-basso .box-quote-live {
    display: flex !important;
    min-height: 200px !important;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.slot-multiple-3 .margine-dx {
    margin-right: 15px !important;
}

.slot-multiple-3 .margine-sx {
    margin-left: 15px !important;
}

.landing-casino .row.mosaico-casino {
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    margin-top: 1rem;
    margin: 0 15px;
}

figure.banner-landing {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-landing a {
    position: absolute;
    bottom: 3rem;
    color: #fff !important;
}

figure.banner-landing img {
    border-radius: .5rem;
}

.widget-quote-landing-nav {
    background: #d6d6d6;
    display: flex;
    justify-content: flex-start;
    padding: 0 2rem;
}

a.tasto-nav-quote-landing.active {
    border-bottom: 4px solid var(--border-color-1);
}

.widget-bordato {
    border: 2px solid rgb(214, 214, 214);
    border-radius: .5rem;
    padding: 0;
}

.titolo-widget-quote {
    padding: 1rem 2rem;
}

.tab-content.widget-quote-landing .tab-pane {
    background: linear-gradient(135deg, rgba(214, 214, 214, 1) 0%, rgba(236, 236, 236, 0) 100%);
}

.tabellaQuote {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template-columns: 1.5fr 3fr .5fr .5fr .5fr 1fr 1fr;
    align-items: center;
    grid-row-gap: 4px;
    background: #ececec;
    margin: 0 auto;
    padding: 8px 4px;
    grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
    min-height: auto;
    grid-auto-flow: dense;
    min-width: fit-content;
}

.tabellaQuoteCella.titolo {
    background: #d6d6d6;
    padding: .5rem;
    color: #666;
    text-align: center;
}

.tabellaQuoteCella .quota {
    background: #d8d8d8;
    color: #000;
    min-width: 3.75rem;
}

.tabellaQuoteCella.selezionabili {
    padding: .25rem .12rem;
}

.tabellaQuoteCella {
    background: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: .25rem .5rem;
}

.squadre-cella {
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: .5fr 2fr;
    grid-gap: .25rem;
}

.squadre-tab {
    justify-content: flex-start;
}

.tempo-cella {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-template-columns: .25fr 1fr;
    grid-gap: .5rem;
    text-align: left;
}

.titolo.squadre-tab {
    padding-left: 16px;
}

.diviso {
    border-right: 2px solid #ececec;
}

/* fine landing2 */


@media all and (max-width: 1200px) {
    .social {
        min-width: unset !important;
    }

    .barra-superiore-footer .row {
        flex-wrap: wrap;
    }

    .container-fluid.prima-riga-landing .container {
        background: #fff;
        padding: 1rem 1.25rem;
    }

    .terza-riga-landing .col {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .elenco-promo {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
}

@media all and (max-width: 860px) {
    .tabella-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    p,
    body,
    html {
        font-size: 4px;
    }

    .modale p,
    body,
    html {
        font-size: 12px;
    }

    .azioni-poker {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

/* responsive sport
@media all and (max-width: 1200px) {
    .sport-blocco {
        max-height: 100%;
        overflow: visible;
    }

    .competizione-interna {
        grid-template-columns: 1fr;
        overflow: scroll;
    }

    .altezza-max {
        overflow: scroll;
        height: auto;
    }
    .row.mosaico-casino {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    }
}

*/

.modal-registrazione {
    padding: 1rem .12rem;
}

.lampeggia {
    text-decoration: lampeggia;
    -webkit-animation-name: lampeggiante;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes lampeggiante {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}


.pulsazione {
    -webkit-animation: pulsazione 0.5s ease-in-out infinite both;
    animation: pulsazione 0.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsazione {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsazione {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#modalErrorButton{
	background: black;
    color: #fff;
}

.myModalDialog{
	font-size: 15px;
    justify-content: center;
    text-align: center;
    min-height: 60px;
}

/* Bottoni slot casino landing page */
.cg-landing-casino-game-try-btn {
	background: var(--landing-casino-game-try-btn-bg-color);
	color: var(--landing-casino-game-try-btn-text-color);
}
.cg-landing-casino-game-play-btn {
	background: var(--landing-casino-game-play-btn-bg-color);
	color: var(--landing-casino-game-play-btn-text-color);
}

.cg-error-description{
	text-align: center;	
}
