<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Comuni */

:root{
	--cg-brand-color: #F68D0E;
	--cg-brand-color-contrast: white;
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", 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-4 {
    background: #424242;
}

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

a.cg-anchor-tag{
	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; */
}

body.scroll-si.altezza-max {
    height: max-content;
}

.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;
    font-size: x-small;
}

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;*/
}

.selettore-lingua .dropdown-menu.show div:hover {
    background: lightgrey;
}

.selettore-lingua .dropdown-menu.show div {
	padding: 4px 0px;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.selettore-lingua .dropdown-menu.show span{
    margin: auto 0;
    text-transform: uppercase;
    width: 24px;
}

.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;
    background-color: black;
    color: white;
}

body.cg-pvr-page .user .dropdown-menu.show{
	max-height: 90vh;
	overflow-y: scroll;
}

body.cg-pvr-page .user .dropdown-menu.show::-webkit-scrollbar{
	width: 2px;
}

.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 &gt; 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: 2000000000;
    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: var(--menu-bar-background-color);
    color: var(--menu-bar-text-color)
}

.menu-principale-barra ul.menu-principale a {
    color: var(--menu-bar-text-color)
}

.menu-principale-barra .sottomenu-principale ul{
    background: var(--submenu-bar-background-color);
    color: var(--submenu-bar-text-color)
}

.menu-principale-barra .sottomenu-principale ul a{
    color: var(--submenu-bar-text-color)
}

.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: 3;
    -webkit-transition: max-height .25s ease;
    transition: max-height .25s ease;
    position: fixed;
    width: 100%;
    margin-top: -39px;
}

.elementi-footer #consultaUltimev {
	position: fixed;
}

.elementi-footer-chiuso {
	/*width: auto !important;*/
	left: unset !important;
	right: 0;
}

.elementi-footer-fixed.elementi-footer-chiuso {
	position: inherit;
    bottom: unset;
    left: unset;
    margin-top: 0;
}

.elementi-footer-fixed.elementi-footer-chiuso .tasti-bottom{
	display: none !important;
}

.elementi-footer-fixed.elementi-footer-chiuso #nascondifooter{
	display: block !important;
}

.elementi-footer-aperto {
	width: 100% !important;
	left: 0 !important;
	right: unset;
}

.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);
	text-align: center;
}

.barra-superiore-footer .row {
    flex-wrap: nowrap;
}


#barra-container-seo-footer{
	background: var(--topbar-footer-bg-color);
	color: var(--topbar-footer-text-color);
	width: 100%;
}

#barra-container-seo-footer #container-seo{
	background: var(--topbar-footer-bg-color);
	color: var(--topbar-footer-text-color);
	padding-bottom: 1.5rem;
}

.blocco-footer {
    padding: 1rem;
}

.blocco-footer p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.blocco-footer a {
    color: var(--footer-links-text-color)!important;
    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, .bottone-popup-login-visionato {
	background: var(--login-btn-bg-color);
	color: var(--login-btn-text-color) !important;
    flex: 0 0 calc(50% - .25rem);
    text-align: center;
    flex-wrap: wrap;
}

#cg-h-recupero-credenziali-btn{
	flex-basis: 100%;
	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;
}

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

a.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,
.landing-casino-highlights .barra-bg-casino,
.landing-live-now .barra-bg-casino {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    padding: .5rem 0;
    width: 100%;
    margin: 1rem 15px 1rem 15px;
}

.landing-casino-highlights .barra-bg-casino,
.landing-live-now .barra-bg-casino {
    margin: 0rem 0 1rem 0;
}

.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;
    display: block;
}

figure.banner-landing img {
    border-radius: .5rem;
}

.banner-landing .bottone-container{
	display: flex; 
	width: 100%; 
	position: absolute; 
	justify-content: space-evenly; 
	bottom: 3rem
}

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

    .modale p, .cg-main-supporto 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;
}

.modal-registrazione #customer-service-contacts #description{
	border: 1px solid var(--border-color-1);
    color: var(--signup-btn-text-color);
    padding: 5px;
}

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

.cg-ticket-funbonus{
	color: white;
    background-color: var(--bg-color-1);
    padding: 2px;
    margin-left: 5px;
    border-radius: 2px;
}

.cg-autocomplete {
	position: relative;
	display: inline-block;
	width: 100%;
}
		
.cg-autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}
		
.cg-autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
}
		
/*when hovering an item:*/
.cg-autocomplete-items div:hover {
	background-color: #e9e9e9; 
}
		
/*when navigating through the items using the arrow keys:*/
.cg-autocomplete-active {
	background-color: DodgerBlue !important; 
	color: #ffffff; 
}

.cg-link{
	color: blue;
	font-weight: bold;
}

.cg_button-autoexclusion{
	margin-right: 15px;
}

#cg-upload-notice-desktop {
	border: solid;
	border-width: inherit;
    border-radius: 10px;
    background: #cccccc;
    padding: 10px;
    font-size: large;
    text-align:center;
}

.disableButton {
	background-color: #bdbdbd !important;
	cursor: no-drop !important;
	filter: none !important;
}

.cg-unclickable{
	pointer-events: none !important;
}

.cg-header-app-link img{
	max-height: 30px;
}

#quantitaPromo{
	top:5px;
	right:0;
	font-size:10px;
	background-color:black;
	color:white;
	animation-name:pulsating;
	animation-duration:2s;
	animation-iteration-count: infinite;
	height: 18px;
	width: 18px;
    filter: none;
    display: flex;
    justify-content: center;
}

#quantitaPromo span{
	margin: auto;
}

@keyframes pulsating{
	0% {transform: scale(1.1);}
	50% {transform: scale(1);}
	100% {transform: scale(1.1);}
}

.center-a-div{
	margin: auto;
	width: fit-content;
}

.text-on-right{
	margin-left: auto;
	width: fit-content;
}

.signup-subsections-on{
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	padding: .5rem;
	border-radius: 10px;
}

.gen-p-relative{
	position: relative;
}

.gen-p-absolute{
	position: absolute;
}

.btn-promo-popup{
	background:white;
	color: black;
	font-size: large;
	border-radius: 5px;
	transition: color .25s, background .25s;
	-webkit-transition: color .25s, background .25s;
	-moz-transition: color .25s, background .25s;
}

.btn-promo-popup:hover{
	background: var(--signup-btn-bg-color);
    color: var(--signup-btn-text-color);
}

.pup_internalBoxContainer{
	background-color:white;
	color:black;
	width:700px;
	height:500px;
	margin:auto;
}

.cg_spread{
	width: 100%;
    height: 100%;
    font-size:large;
    text-align:center;
}

.absolute-center{
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.cg-footer-desktop-button{
	display: flex !important;	
}

.cg-footer-desktop-text{
	margin: auto;
}

.cg-footer-desktop-icon{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*
FLOATING ICON
*/

@-webkit-keyframes cg-come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes cg-come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

.cg-floating-container {
	  position: fixed;
	  height: 100px;
	  bottom: 150px;
	  right: 0;
	  margin: 35px 25px;
	  z-index: 1;
}

.cg-floating-container:hover .cg-floating-button {
	  -webkit-transform: translatey(5px);
	  transform: translatey(5px);
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
}
.cg-floating-container:hover .cg-floating-elements .float-element {
	  -webkit-animation: cg-come-in 0.4s forwards 0.2s;
	  animation: cg-come-in 0.4s forwards 0.2s;
}

.cg-floating-container .cg-floating-button {
	  position: absolute;
	  width: 65px;
	  height: 65px;
	  background: darkgrey;
	  bottom: 0;
	  border-radius: 50%;
	  right: 0;
	  margin: auto;
	  color: white;
	  line-height: 65px;
	  text-align: center;
	  font-size: 23px;
	  z-index: 100;
	  cursor: pointer;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/signup/infopsw.svg);
}
.cg-floating-container .float-element {
	  position: relative;
	  display: flex;
	  margin: 15px auto;
	  color: white;
		font-size: 12px;
	  text-align: center;
	  line-height: 50px;
	  z-index: 0;
	  opacity: 0;
	  -webkit-transform: translateY(100px);
	  justify-content: end;
	  transform: translateY(100px);

}
.cg-floating-container .float-element .material-icons {
	  vertical-align: middle;
	  font-size: 16px;
}
.cg-floating-container .cg-float-element-icon-container {
	  background: white;
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
}

.cg-floating-element-text{
	 margin: auto;
     margin-right: 10px;
     background: black;
     color: white;
     padding: 5px;
     border-radius: 5px;
     line-height: normal;
}

.cg-floating-container .cg-floating-elements {
    display: none;
}
.cg-floating-container:hover .cg-floating-elements {
    display: block;
}

/*
FINE FLOATING ICON
*/

.cg-btn-signup-center{
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bolder;
}

.cg-validator-aid{
	order: 100;
}

.cg-signup-infopsw-icon{
    background-image: url(../../images/signup/infopsw.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}


.modal-registrazione.cg-signup-responsive {
    padding: unset;
}




.overlay {
    top: 0;
    left: 0;
    color: aqua;
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
 

.lds-dual-ring {color: aqua;}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #858585;
    border-color: #2b2a2a transparent #ac3636 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
	display: grid;
	justify-content: center;
	align-content: center;
	margin: 2rem;
}
.check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
 }
.check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
.check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
.check-icon::before, .check-icon::after {
            content: '';
            height: 100px;
            position: absolute;
            background: transparent;
            transform: rotate(-45deg);
        }
        
.icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
}
.icon-line.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
.icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        
.icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}

.icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: transparent;
}


@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.error-banmark {
	display: grid;
	justify-content: center;
	align-content: center;
	margin: 2rem;
}

.ban-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid rgb(175, 76, 76);
}

.ban-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
        
.ban-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s cubic-bezier(0.66, 0, 0.58, 1);
}
        
.ban-icon::before, .ban-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: rgba(255, 255, 255, 0);
    transform: rotate(-45deg);
}
        
.bag-icon &gt; .icon-circle{
	top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;	
}

.ban-icon .icon-line {
    height: 5px;
    background-color: rgb(175, 76, 76);
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.ban-icon .line-long-invert {
    top: 37px;
    left: 5px;
    width: 70px;
    transform: rotate(45deg);
    animation: icon-line-long 0.75s;
}
    
.ban-icon .line-long {
    top: 37px;
    left: 4px;
    width: 70px;
    transform: rotate(-45deg);
    /* animation: icon-line-long 0.85s; */
}

#account-detail-edit-username-icon{
	filter:invert(1);
	margin-left:3px;
}

#account-detail-edit-username-icon:hover{
	cursor:pointer;
}

.ok-save-transition{
	border:0;
	transform: rotate(1turn);
	width:37px;
	height:37px;
	padding:10px;
	transition: border-radius .4s, width .4s, height .4s, transform .8s;
}

.ban-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0);
}

body.cg-pvr-page #blocco-tasti-bottom {
  position: absolute;
  top: 0;
  bottom: unset;
  transform: translateY(-100%);
}

.cg-generic-pswtoshow{
	background: url('../../images/header/show_pw.svg'); 
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cg-generic-pswtohide{
	background: url('../../images/header/not_show_pw.svg'); 
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}

#cg-social-link-container span{
	margin: auto;
    height: unset;
    filter: unset;
}

.cg-otp-field {
  display: flex;
}
.cg-otp-field input {
  width: 100%;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  background: var(--cg-brand-color );
  font-weight: bold;
  color: var(--cg-brand-color-contrast);
  outline: none;
  transition: all 0.1s;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.cg-otp-field input::-webkit-outer-spin-button,
.cg-otp-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
	margin: 0;
}

.cg-otp-field input:focus {
  border: 2px solid var(--tickets-button-border-color);
  box-shadow: 0 0 2px 2px #000000;
}

.cg-otp-field-space {
  margin-right: 1rem !important;
}

/* SWAL INTERNAL STYLE */
.modern-swal-popup {
    border-radius: 16px!important;
    padding: 0!important;
    overflow: hidden!important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)!important;
    font-size: small!important;
}

.modern-swal-title {
    padding: 24px!important;
    margin: 0!important;
    font-size: 1.5rem!important;
    font-weight: 600!important;
    text-align: left!important;
    border-bottom: 1px solid #eee!important;
}

.modern-swal-html-container {
    padding: 24px!important;
    margin: 0!important;
    font-size: 1rem!important;
    text-align: center!important;
    border-bottom: 1px solid #eee!important;
}

.modern-swal-html-container :where(body, p, span, a, button, body *) {
    color: #333!important;
}

.modern-swal-actions {
    margin: 0!important;
    padding: 24px!important;
    justify-content: flex-end!important;
    gap: 1rem!important;
}

.modern-swal-close-button {
    position: absolute!important;
    top: 0.25rem!important;
    right: 0.25rem!important;
    font-size: 2rem!important;
    color: #999!important;
    transition: color 0.2s ease!important;
}

.modern-swal-close-button:hover {
    color: #333!important;
}

.modern-swal-confirm-button,
.modern-swal-cancel-button {
    border-radius: 8px!important;
    padding: 10px 24px!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    transition: all 0.2s ease!important;
}

.modern-swal-confirm-button {
    background-color: #4CAF50!important;
}

.modern-swal-confirm-button:hover {
    background-color: #45a049!important;
}

.modern-swal-cancel-button {
    background-color: #f44336!important;
}

.modern-swal-cancel-button:hover {
    background-color: #da190b!important;
}
/* SWAL INTERNAL STYLE */

#cg-legal-stuff-header{
	position: relative;
}
#nascondiHeaderType1{
	position:absolute;
	top: 100%;
	left: 50%;
	transform: translateX(50%);
	background-color: black;
	padding: .25rem;
	visibility: visible;
	z-index: 1;
	cursor: pointer;
}
.v-none {
	visibility: hidden!important;
	height: 0!important;
	padding: 0!important;
	margin: 0!important;
}

.cg-button-sl-pvr i{
	height: 16px;
    width: 16px;
    background-position: center;
    background-size: 100% 100%;
    margin: auto;
}

#cg-header-right-buttons .cg-auto-btn-img.cg-div-img{
	height: 32px;
	width: 32px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}


#cg-test-loader-header-css,
#cg-test-loader-footer-css {
	text-align: center;	
}

.cg-color-red {
	color: red;
	font-weight: 450;
}

.cg-color-green {
	color: green;
	font-weight: 450;
}

.cg-buttons-group {
    display: inline-flex;
    margin: 0 .35rem;
}

.cg-buttons-group button {
    border: none;
    border-radius: 0;
}

.cg-buttons-group button:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.cg-buttons-group button:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.cg-buttons-group button:not(:last-child) {
    border-right: 1px solid #1f9039;
}

/* Button container */

.cg-buttons-container {
    display: inline-flex;
    margin: 0 .35rem;
}

.cg-buttons-container button {
    border: 1px solid #1f9039;
    border-radius: .25rem;
}

.cg-buttons-container button:not(:last-child) {
    margin-right: .5rem;
}

.cf-flex-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-blocco-dx .nome {
	font-family: monospace;
}

/* .modal-account .barra-menu span:hover { */
/* 	background: transparent; */
/* 	border-bottom: 3px solid var(--border-color-1); */
/* 	padding: .75rem 1rem; */
/* } */

.user .dropdown-menu.show {
	margin-top: 1.5rem !important;
	border: 3px solid var(--bg-color-1);
}

.top-account {
	justify-content: space-evenly;
	max-width: 100%;
}

.middle-account .prima-riga {
	font-size: 1.05rem;
}

.modal-account .barra-menu {
	font-weight: 650;
}

.tabella-profilo.edit-fields {
	grid-template-rows: 40px;
    grid-auto-rows: 40px;
    grid-row-gap: 5px;
}

ul.gruppo-lista {
	height: 100%;
	align-items: baseline;
}

li.gruppo-lista-item.tab-sx {
	align-self: baseline;
}
/* .tab-dx { */
/* 	align-self: center; */
/* } */

.menu-drop {
	background: #ffa060;
}

li.gruppo-lista-item.tab-sx {
	font-weight: 600;
}

.testo-filtro-data {
	justify-content: flex-start;
}

.landing-casino .barra-bg-casino,
.landing-widget-quote-basso .barra-bg-casino,
.landing-casino-highlights .barra-bg-casino,
.landing-live-now .barra-bg-casino {
	margin: 2rem 15px 1rem 15px;
}

.landing-casino-highlights .barra-bg-casino,
.landing-live-now .barra-bg-casino {
    margin: 0rem 0 1rem 0;
}

.landing-widget-quote-basso .box-quote-live {
	margin-right: 1rem;
    margin-left: 1rem;
}

/* Aggiunti */
.cg-hide {
	display: none !important;
}

.edit-field {
	position: relative;
    display: flex;
    align-items: center;
}

.field-container {
    display: flex;
    flex-direction: column;
}

.edit-icon {
    width: 40px !important;
    height: 40px;
    padding: 13px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    color: #24639e;
    text-decoration: none;
    z-index: 1;
}

.editable {
	text-align: left;
	width:100%;
}

.flex-container {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cg-flex-center-children {
	justify-content: center;
	align-content: center;
}

.row {
    width: auto;
}

.flex-item {
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: center;
}

.blocco-header .btn {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.top-blocco-sx {
    margin-left: 20px;
}

.cg-error-container {
	background-color: #ffafaf;
	padding: .375rem .75rem;
	border-radius: .25rem;
}

.updatepasswordmessage {
	border: none;
    font-weight: 750;
    color: green;
    max-width: 500px !important;
    margin: auto 35px;
}

.bold {
	font-weight: 650;
}

i.fas {
    margin-right: 5px;
}

.paragraph {
	font-weight: 100;
}

.win {
	color: #24a85d;
}

.lose {
	color: red;
}

.cg-view-icon {
    text-align: center;
    background-image: url("../../images/desktop/view.svg");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    align-self: center;
    position: relative;
    display: inline-block;
}

.cg-hide-icon {
    text-align: center;
    background-image: url("../../images/desktop/hide.svg");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    align-self: center;
    position: relative;
    display: inline-block;
}

.cg-wallet-black-icon {
	text-align: center;
    background-image: url("../../images/desktop/walletBlack.svg");
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    align-self: center;
    position: relative;
    display: inline-block;
    margin: 0 .5rem;
}

.cg-wallet-white-icon {
	text-align: center;
    background-image: url("../../images/desktop/walletWhite.svg");
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    align-self: center;
    position: relative;
    display: inline-block;
    margin: 0 .5rem;
}

.cg-user-white-icon {
	text-align: center;
    background-image: url("../../images/desktop/casino/user-white.svg");
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    align-self: center;
    position: relative;
    display: inline-block;
    margin: 0 .5rem;
}

.cg-user-black-icon {
	text-align: center;
    background-image: url("../../images/desktop/casino/user-black.svg");
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    align-self: center;
    position: relative;
    display: inline-block;
    margin: 0 .5rem;
}

.cg-flex-container {
	display: flex;
}

.cg-align-self-center {
	align-self: center;
}

span.user-img {
    border-radius: 100%;
    border: 4px solid var(--bg-color-1);
    max-width: 3rem;
    height: auto;
}

.space-evenly {
	justify-content: space-evenly;
}

.transaction-button {
	height:50%;
	align-self:center;
}

#cg-voucher-list-sport-body tr td {
	vertical-align: middle;
}

.login-header {
    font-size: 14px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: inherit;
    border-bottom: 3px solid var(--border-color-1);
}

.show-profile-submenu #aprimenu-profilo,
.show-limits-submenu #cg-limits-submenu {
    display: block;
}

.smalltext{
	font-size: 1.0rem;
}

.mediumtext{
	font-size: 1.2rem;
}

.bigtext{
	font-size: 2rem;
}

.mgtop{
	margin-top: 15px;
}

.mgbtm{
	margin-bottom: 15px;
}

.cg-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.schede-poker .card {
	min-width: 100%;
}

.menu-principale li a {
    font-weight: 750;
}

/* .promozioni-sfondo { */
/* 	min-height: 100vh; */
/* } */

.metodo .img-fluid {
	max-height: 30px;	
}

.cg-btn-big {
	cursor: pointer;
	padding: .75rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 450;
}

.cg-btn-medium {
	cursor: pointer;
	background: #fff;
	border: 1px solid #ccc;
    border-radius: .25rem;
    padding: .75rem;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1.2rem;
    font-weight: 450;
}

.info-account {
	border: 1px solid #ccc;
}

.blocco-info-account b {
	text-transform: uppercase;
}

.cg-footer-img {
	height: 20px;
	max-width: 100%;
	margin: 0 1rem;
}

.cg-footer-logo {
	width: 60px;
	height: 40px;
	display: inline-block;
	float: left;
	margin: 5px 5px 0 0;
	background-repeat: no-repeat;
	background-position: center;
}
.cg-header-logo {
    width: 60px;
    height: 40px;
}

.cg-footer-heading {
	padding-top: 1em;
	padding-bottom: 0.25em;
}

#cg-deposit-panels .container {
	display: none;
}
#cg-deposit-panels .container.show {
	display: block;
}

/* Vincite recenti casinÃ² */
.card-vincite {
	width: 20rem;
}
.info-ultimev {
	font-size: 1rem;
}
.info-ultimev .margine-giu {
	font-size: 1.2rem;	
}

.widget-landing-2 div {
	max-width: 90%;
}

.lista-navigatore a {
	padding: .5rem 0;
    display: flex;
    flex-direction: column;
}

.widget-landing-2 span:not(.separator) {
    width: 45%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 0px);
}

.lista-navigatore .link-nav-widget:first-child {
    border-bottom-left-radius: .5rem;
}

.lista-navigatore .link-nav-widget:last-child {
    border-bottom-right-radius: .5rem;
}

.cg-team-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 0px);
/*     margin-left: .5rem; */
}

.squadre-cella {
	grid-template-columns: 10px 100%;
}

.slot-multiple-3 .blocco-mosaico {
    max-height: 150px;
}

.widget-landing-2 {
	margin: 1rem 0;
}

.tabellaQuote {
	grid-template-columns: 1.5fr 3fr .5fr .5fr .5fr 1fr;
}

.tabellaQuote-2-way {
	grid-template-columns: 1.5fr 3fr .5fr .5fr 1fr;
}

.quote-widget {
	grid-template-columns: 1fr 1fr 1fr;
}

.quote-widget.col2 {
	grid-template-columns: 1fr 1fr!important;
}

.quote-widget.col1 {
	grid-template-columns: 1fr!important;
}

#cg-casino-highlights-container .banner-landing {
    display: flex;
    position: relative;
}

.caroselloLanding .secondo-blocco-landing-slide-1 {
    height: 300px;
}

/* Pallini slider casino */
.controlli-slider {
	width: auto;
}

/* Barra di ricerca casino */
input.cerca {
	padding: .25rem .5rem;
    border-radius: .25rem;
    box-shadow: unset;
    border: 1px solid #ccc;
}

.cg-footer-sections {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: space-around;
}

.barra-intermedia-footer, .barra-inferiore-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.barra-superiore-footer {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.cg-footer-section-title {
	color: var(--topbar-footer-text-color);
}

.cg-header-customer-logo{
/*     background: url(../../images/desktop/logo.png); */
/*     background-repeat: no-repeat!important; */
/*     background-size: contain!important; */
    width: 100%;
    height: 80%;
}

.support-header-container {
	display: flex;
/* 	justify-content: center; */
	align-items: center;
	height: 60px;
}

.cg-background-center {
	background-position: center!important;
}

/* Solo due elementi nella pagina poker */
.azioni-poker {
	grid-template-columns: 1fr 1fr;
}

/* Box errore bonus */
.cg-box-error {
    display: flex;
    flex-direction: column;
}

.cg-box-error i, .promo-message-container i {
    font-size: 8rem;
    align-self: center;
    padding: 1.5rem;
}
.cg-box-error span, .promo-message-container span {
    font-size: 2rem;
    align-self: center;
    padding: 1.5rem;
}


/* Poker/Promozioni */
.promo-message-container {
	display: flex;
    background: #f8f8f8;
    width: 100%;
    align-content: center;
    justify-content: center;
}

/* Colore frecce slider casino landing */
.landing-2 .container-slider i.fas {
	color: #242424;
}

/* Container banner poker */
.cg-poker-banner-container {
	width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

/* Sfondo casino live */
.main-content.casino.cg-bg-live {
    padding: 0 0 6rem 0;
    background: url(../../images/desktop/casino/bg-live.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.content-wrapper {
	position: relative;
}

.quota {
    padding-top: .75rem;
    padding-bottom: .75rem;
    cursor: pointer;
}

.cg-cooming-soon::after {
	content: "";
    background: url(../../images/desktop/coming-soon.png);
    width: 90px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    border-radius: .25rem;
    transform: rotate(7deg);
}

/*Forze cambio Limiti di deposito*/

.registrazione-main .row {
    margin: 1.5rem auto;
}

.colonna-reg {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    border-color: #ccc;
}

.form-group.cg-mandatory label:after {
    content: '(*)';
    color: red;
    font-size: 1.3rem;
    margin-left: 0.5rem;
}

.blocco-versamenti {
    display: block;
    margin: 1.25rem auto;
}

.versamenti-numeri {
    display: flex;
    flex-wrap: wrap;
}

.bottone-versamento {
    margin-right: .3rem;
    margin-bottom: .3rem;
}

a.bottone-versamento, input.bottone-versamento {
    border: 1px solid #ccc;
    padding: .75rem;
    border-radius: .25rem;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:indeterminate ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--bg-color-1) !important;
    background-color: var(--bg-color-1) !important;
}

/* Header PVR */
.cg-saldi-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cg-wallet-container{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cg-riga-saldo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 14em;
	font-size: 10pt;
}

.cg-saldo-negativo {
	color: red;
}

.blocco-header.label {
	border-right: none;
}

#cg-profile-popup-container .dropdown-menu.bianco span {
    color:white!important;
}

body.cg-pvr-page #cg-profile-popup-container .dropdown-menu.bianco span {
	text-align: center;
}

/* Messaggi profilo */
.tabella_giocate &gt; tbody &gt; tr {
	user-select: none;
}
.cg-message-text {
	padding-left: 1rem !important;
	padding-bottom: 1rem !important;
	border-left: 4px solid #ccc;
	background: #ededed;
	white-space: pre-line;
	word-break: break-word;
}
.cg-message-text a {
	text-decoration: underline;
}
.cg-message-wrapper:not(:last-child) {
    margin-bottom: 1rem;
}
.cg-promo-message-header {
	background: #ededed;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/* .cg-promo-message-text {
	padding-left: 1rem;
} */

#cg-promo-messages-modal .modal-content{
	margin: auto;
    width: auto;
}

#cg-promo-messages-modal.cg-promo-message-modal-defaultsize .modal-body .cg-promo-message-text img{
	max-width:450px;
}


#cg-promo-messages-modal.cg-promo-message-modal-customsize .modal-content{
	max-width: 100vw;
	max-height: 95vh;
}

#cg-promo-messages-modal.cg-promo-message-modal-customsize .modal-body{
	max-height: 90vh;
	min-width: 500px;
}

#cg-promo-messages-modal.cg-promo-message-modal-customsize .modal-body .cg-promo-message-text img{
	width: 100% !important;
}

/*
#cg-promo-messages-modal.cg-promo-message-modal-customsize .cg-message-wrapper,
#cg-promo-messages-modal.cg-promo-message-modal-customsize .cg-promo-message-text{
	max-width: inherit;
    max-height: inherit;
}
*/

.cg-scrollable-modal {
	max-height: 80% !important;
    overflow-y: auto;
}

#cg-promo-messages-modal .modal-dialog {
	overflow-y: initial !important;
}
#cg-promo-messages-modal .modal-body {
	max-height: 500px;
    overflow-y: overlay !important;
}

#cg-comunicazioni-landing-container .modal-body {
    overflow-y: overlay !important;
}

#cg-comunicazioni-landing-modal .cg-message-wrapper{
	margin: auto;
}

/*
#cg-comunicazioni-landing-modal.cg-promo-message-modal-customsize .cg-message-wrapper,
#cg-comunicazioni-landing-modal.cg-promo-message-modal-customsize .cg-promo-message-text{
	max-width: inherit;
    max-height: inherit;
}
*/

#cg-comunicazioni-landing-modal.cg-promo-message-modal-customsize .modal-content{
    max-height: 95vh;
}


#cg-comunicazioni-landing-modal.cg-promo-message-modal-customsize .modal-body .cg-promo-message-text img{
	width: 100% !important;
}

#cg-comunicazioni-landing-modal.cg-promo-message-modal-defaultsize .modal-content{
	min-width: 500px;
}

.margin-left-auto {
	margin-left: auto;
}
.margin-right-auto {
	margin-right: auto;
}

.margin-left-right-auto {
	margin: 0 auto 0 auto;
}

/* Bottoni header da loggati */
.cg-tickets-button {
	color: var(--tickets-button-text-color);
	background: var(--tickets-button-bg-color);
	border: 1px solid var(--tickets-button-border-color);
	position:relative;
}
.cg-deposit-button {
	color: var(--deposit-button-text-color);
	background: var(--deposit-button-bg-color);
	border: 1px solid var(--deposit-button-border-color);
}

.cg-text-muted {
	color: var(--intermediate-bar-muted-text-color);
}

/* Modal scadenza sessione */
.cg-modal-heading {
	font-size: 1.5rem;
}

.cg-contatti span {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 .5rem;
}
/* .cg-contatti span:not(:last-child) { */
/* 	border-right: 2px solid; */
/* } */

.cg-testo-md {
	font-size: 1.25rem;
}

/* Spinner */
@keyframes cg-donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cg-donut-spinner {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--bg-color-1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: cg-donut-spin 1.2s linear infinite;
}

/* Loghi AAMS in alto a destra */
/* .cg-aams-loghi-container { */
/* 	max-width: 30%; */
/* } */

/*jqury-ui autocomplete*/
.ui-autocomplete {
    width: 177px;
    z-index:3;
}

.ui-menu {
    background: #f2f2f2;
    list-style: none;
    padding: 0px;
    margin: 0;
    cursor: pointer;	
}

.ui-menu-item {
    border-bottom-color: #6b6b6b;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding: 8px 5px;
	font-size: 12px;
	font-weight: 600;
}

.ui-helper-hidden-accessible {
	display: none;
}

.caroselloPromo .immagine-slider {
	max-height: 500px;
}

/* Icone sport live widget landing page*/
.cg-live-icon {
	height: 20px;
	width: 20px; 
	margin: 0 .5rem;
}
/* Centra il nome dello sport */
#cg-live-matches-tabs a span {
	line-height: 12px;
}

/* Link JS footer */
.blocco-footer a.cg-ext-link:hover {
    text-decoration: underline;
}

.cg-loghi-aams-supporto img {
	max-width: 40%;
}

.cg-height-100 {
	height: 100%;
}

.cg-checkbet-container {
	border: none;
    height: 80px;
	width: 400px;
}

.cg-contatti .cg-promotional-links {
	font-size: 13px;
	padding: 4px .5rem;
}

.cg-contatti span {
	filter: unset!important;
}

.cg-contatti {
	padding-left: 0px!important;
	padding-right: 0px!important;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.odometer {
	/* Impedisce all'importo di essere mostrato in colonna quando si ridimensiona la finestra */
	flex-shrink: 0;
}

/* Bottoni apri/chiudi header*/
#bottoni-menu {
	font-size: 1.5rem;
}

.toggle-nascondi {
	min-width: 50px;
}

.carosello-promo {
	max-height: 300px;
}

#cg-session-expiration-modal .modal-content {
	height:unset !important;
}

.main-content{
	margin-bottom: 45px;
}

.cg-signup-btn-selected {
	background: #ECF0F1;
}

/*cookie*/
#cg-barra-cookies {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: left;
    padding: 3px;
}
#cg-barra-cookies p {
	flex: 1;
}
.cg-cookies-bar-close-button {
	align-self: center;
    font-size: 2rem;
    cursor: pointer;
    margin: 0 2rem;
}

.cg-cookies-ok, .cg-cookies-more-info {
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
    cursor: pointer;
}

.cg-cookies-ok {
	background-color: #007700;
}

.cg-cookies-ok:hover {
	background-color: #009900;
}

.cg-cookies-more-info {
	background-color: #2e61e8;
}

.cg-cookies-more-info:hover {
	background-color: #4a7cff;
}

.cg-loghi-aams-supporto{
	background-size: contain;
    height: 80px;
    width: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.elemento-promozioni-modale .card-body {
	height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-decoration-underline {
	text-decoration: underline;
}

.modal-supporto {
	width: 100%;
}

#cg-container-totali {
	flex-direction: row;
    justify-content: space-around;
}

.cg-progress{
	height: 20px; 
	margin: auto 0; 
	width: 75%;
}

.cg-progress-bar{
	width: 100%;
	font-weight: bold; 
	font-family: sans-serif
}

/* Bottone icona per pagine supporto/dettaglio conto */
.cg-icon-btn {
    height: 20px;
	width: 20px;
}

.cg-mybet-section{
	height: 100%;
	overflow: auto;
}

.nav-tabs {
	border-bottom: none;
}

.login-header .blocco-header {
    align-items: stretch;
}

.cg-max-width-40 {
	max-width: 40%;
}

/*New Logo Adm*/
#cg-header-logo-adm div, #cg-footer-logo-adm div{
	width: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fa-info-circle {
    width: 18px;
    height: 19px;
}

.fa-info-circle .tooltiptext{
   top: 15px;
    visibility: hidden;
    background-color: #f8f8f8;
    color: black;
    font-size: 12px;
    text-align: center;
    width: 3620%;
    border-radius: 6px;
    padding: 7px;
    left: -3500%;
    border-width: 1px;
    border-style: solid;
    border-color: #343a40;
    position: relative;
    z-index: 1;
}

.fa-info-circle:hover .tooltiptext{
  visibility: visible;
}

.pending{
	color:orange;
}

.pagato{
	color:black;
}

.form-control.updatepasswordmessage {
	height: 100px;
	resize:none;
}

.cg-promotional-links img{
	width:30px;
	height:30px;
	margin-right:5px
}

.resetDim{
	padding-bottom: 9px !important;
	padding-top: 6px !important;
	padding-left: 9px !important;
	padding-right: 9px !important;
}

.flex-scratch{
	justify-content: center; 
	justify-content: space-evenly;
}

.flex-reset-btn{
	display:flex; 
	justify-content: space-between; 
	width: 15%;
}

/*Badge*/
.cg-badge-container{
	position: relative;	
}

#cg-bonus-badge, #cg-messages-badge, #cg-freespin-badge{
	position: absolute;
	top: -8px;
	left: 8px;
	height: unset;
}

.tooltip{
	z-index: 2000000001;
}

#cg-freespin-badge-container .fa-star{
  animation: cg-rotatey 3s infinite;
}

@keyframes cg-rotatey {
  100% {transform: rotateY(360deg);}
}

.cg-starContainer {
  display: block;
  position: relative;
  z-index: 999;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--intermediate-bar-text-color);
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cstyle%3E :root%7B --star-color: yellow; %7D .star%7B fill: var(--star-color); transform-origin: center; %7D .star1%7B animation: star1Animation 8s ease-in infinite; %7D @keyframes star1Animation %7B 0%25 %7B transform: rotateY(0)scale(0.1); %7D 25%25 %7B transform: rotateY(360deg)scale(1.0); %7D 37.5%25%7B transform: rotateY(540deg)scale(0.5); %7D 50%25 %7B transform: rotateY(720deg)scale(1.0); %7D 62.5%25%7B transform: rotateY(900deg)scale(0.5); %7D 75%25 %7B transform: rotateY(1080deg)scale(1.0); %7D 87.5%25%7B transform: rotateY(1260deg)scale(0.5); %7D 100%25 %7B transform: rotateY(1440deg)scale(1.0); %7D %7D .star2%7B animation: star2Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star2Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,-200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,-200%25)rotateZ(360deg); %7D %7D .star3%7B animation: star3Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star3Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,-200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,-200%25)rotateZ(360deg); %7D %7D .star4%7B animation: star4Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star4Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,200%25)rotateZ(360deg); %7D %7D .star5%7B animation: star5Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star5Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,200%25)rotateZ(360deg); %7D %7D .star6%7B animation: star6Animation 6s ease-in-out infinite; animation-fill-mode: forwards; animation-delay: 2s; opacity: 0.0; %7D @keyframes star6Animation %7B 0%25 %7B opacity: 1.0; transform: scale(1.0) rotateY(0); %7D 100%25 %7B opacity: 1.0; transform: scale(1.0) rotateY(360deg); %7D %7D %3C/style%3E%3Cpath class='star star1' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star2' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star3' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star4' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star5' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3C!-- %3Cpath class='star star6' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E --%3E%3C/svg%3E"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cstyle%3E :root%7B --star-color: yellow; %7D .star%7B fill: var(--star-color); transform-origin: center; %7D .star1%7B animation: star1Animation 8s ease-in infinite; %7D @keyframes star1Animation %7B 0%25 %7B transform: rotateY(0)scale(0.1); %7D 25%25 %7B transform: rotateY(360deg)scale(1.0); %7D 37.5%25%7B transform: rotateY(540deg)scale(0.5); %7D 50%25 %7B transform: rotateY(720deg)scale(1.0); %7D 62.5%25%7B transform: rotateY(900deg)scale(0.5); %7D 75%25 %7B transform: rotateY(1080deg)scale(1.0); %7D 87.5%25%7B transform: rotateY(1260deg)scale(0.5); %7D 100%25 %7B transform: rotateY(1440deg)scale(1.0); %7D %7D .star2%7B animation: star2Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star2Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,-200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,-200%25)rotateZ(360deg); %7D %7D .star3%7B animation: star3Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star3Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,-200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,-200%25)rotateZ(360deg); %7D %7D .star4%7B animation: star4Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star4Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,200%25)rotateZ(360deg); %7D %7D .star5%7B animation: star5Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star5Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,200%25)rotateZ(360deg); %7D %7D .star6%7B animation: star6Animation 6s ease-in-out infinite; animation-fill-mode: forwards; animation-delay: 2s; opacity: 0.0; %7D @keyframes star6Animation %7B 0%25 %7B opacity: 1.0; transform: scale(1.0) rotateY(0); %7D 100%25 %7B opacity: 1.0; transform: scale(1.0) rotateY(360deg); %7D %7D %3C/style%3E%3Cpath class='star star1' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star2' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star3' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star4' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star5' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3C!-- %3Cpath class='star star6' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E --%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cstyle%3E :root%7B --star-color: yellow; %7D .star%7B fill: var(--star-color); transform-origin: center; %7D .star1%7B animation: star1Animation 8s ease-in infinite; %7D @keyframes star1Animation %7B 0%25 %7B transform: rotateY(0)scale(0.1); %7D 25%25 %7B transform: rotateY(360deg)scale(1.0); %7D 37.5%25%7B transform: rotateY(540deg)scale(0.5); %7D 50%25 %7B transform: rotateY(720deg)scale(1.0); %7D 62.5%25%7B transform: rotateY(900deg)scale(0.5); %7D 75%25 %7B transform: rotateY(1080deg)scale(1.0); %7D 87.5%25%7B transform: rotateY(1260deg)scale(0.5); %7D 100%25 %7B transform: rotateY(1440deg)scale(1.0); %7D %7D .star2%7B animation: star2Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star2Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,-200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,-200%25)rotateZ(360deg); %7D %7D .star3%7B animation: star3Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star3Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,-200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,-200%25)rotateZ(360deg); %7D %7D .star4%7B animation: star4Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star4Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(-200%25,200%25)rotateZ(360deg); %7D %7D .star5%7B animation: star5Animation 8s ease-in-out infinite; animation-fill-mode: forwards %7D @keyframes star5Animation %7B 0%25 %7B opacity: 1; transform: scale(0.1)translate(0,0)rotateZ(0); %7D 25%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,200%25)rotateZ(360deg); %7D 100%25 %7B opacity: 0.0; transform: scale(0.25)translate(200%25,200%25)rotateZ(360deg); %7D %7D .star6%7B animation: star6Animation 6s ease-in-out infinite; animation-fill-mode: forwards; animation-delay: 2s; opacity: 0.0; %7D @keyframes star6Animation %7B 0%25 %7B opacity: 1.0; transform: scale(1.0) rotateY(0); %7D 100%25 %7B opacity: 1.0; transform: scale(1.0) rotateY(360deg); %7D %7D %3C/style%3E%3Cpath class='star star1' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star2' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star3' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star4' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3Cpath class='star star5' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E%3C!-- %3Cpath class='star star6' d='M381.2 150.3L524.9 171.5C536.8 173.2 546.8 181.6 550.6 193.1C554.4 204.7 551.3 217.3 542.7 225.9L438.5 328.1L463.1 474.7C465.1 486.7 460.2 498.9 450.2 506C440.3 513.1 427.2 514 416.5 508.3L288.1 439.8L159.8 508.3C149 514 135.9 513.1 126 506C116.1 498.9 111.1 486.7 113.2 474.7L137.8 328.1L33.58 225.9C24.97 217.3 21.91 204.7 25.69 193.1C29.46 181.6 39.43 173.2 51.42 171.5L195 150.3L259.4 17.97C264.7 6.954 275.9-.0391 288.1-.0391C300.4-.0391 311.6 6.954 316.9 17.97L381.2 150.3z'/%3E --%3E%3C/svg%3E");
}

.cg-giftContainer {
  display: block;
  position: relative;
  z-index: 999;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #19db56;
  /* background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle%3E :root%7B --fill-color: %2319db56; %7D .gift %7B fill: var(--fill-color); transform-origin: center; animation: gift 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite; %7D @keyframes gift %7B 0%25, 25%25 %7B transform: translateX(0); %7D 2.5%25, 7.5%25, 12.5%25, 17.5%25 %7B transform: translateX(-12px); %7D 4%25, 10%25, 15%25 %7B transform: translateX(12px); %7D 20%25 %7B transform: translateX(10px); %7D 22.5%25 %7B transform: translateX(-10px); %7D 50%25%7B transform: rotateY(360deg); %7D %7D %3C/style%3E%3Cg class='gift'%3E%3Cpath d='M480,128h-41.6c6.1-12.9,9.6-25.6,9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9,0-61.5,16.9-77.7,44.5l-24.1,41l-24.1-41 C215.7,16.9,186.1,0,154.2,0H152c-48.6,0-88,39.4-88,88c0,14.4,3.5,27.1,9.6,40H32c-17.7,0-32,14.3-32,32v64c0,17.7,14.3,32,32,32 h448c17.7,0,32-14.3,32-32v-64C512,142.3,497.7,128,480,128z M152,128c-22.1,0-40-17.9-40-40c0-22.1,17.9-40,40-40h2.2 c14.9,0,28.7,7.9,36.3,20.8l34.8,59.2H152z M360,128h-73.3l34.8-59.2c7.6-12.9,21.4-20.8,36.3-20.8h2.2c22.1,0,40,17.9,40,40 C400,110.1,382.1,128,360,128z'/%3E%3C/g%3E%3Cg class='gift'%3E%3Cpath d='M32,288h192v224H80c-26.5,0-48-21.5-48-48V288z M288,512V288h192v176c0,26.5-21.5,48-48,48H288z'/%3E%3C/g%3E%3C/svg%3E%0A"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle%3E :root%7B --fill-color: %2319db56; %7D .gift %7B fill: var(--fill-color); transform-origin: center; animation: gift 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite; %7D @keyframes gift %7B 0%25, 25%25 %7B transform: translateX(0); %7D 2.5%25, 7.5%25, 12.5%25, 17.5%25 %7B transform: translateX(-12px); %7D 4%25, 10%25, 15%25 %7B transform: translateX(12px); %7D 20%25 %7B transform: translateX(10px); %7D 22.5%25 %7B transform: translateX(-10px); %7D 50%25%7B transform: rotateY(360deg); %7D %7D %3C/style%3E%3Cg class='gift'%3E%3Cpath d='M480,128h-41.6c6.1-12.9,9.6-25.6,9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9,0-61.5,16.9-77.7,44.5l-24.1,41l-24.1-41 C215.7,16.9,186.1,0,154.2,0H152c-48.6,0-88,39.4-88,88c0,14.4,3.5,27.1,9.6,40H32c-17.7,0-32,14.3-32,32v64c0,17.7,14.3,32,32,32 h448c17.7,0,32-14.3,32-32v-64C512,142.3,497.7,128,480,128z M152,128c-22.1,0-40-17.9-40-40c0-22.1,17.9-40,40-40h2.2 c14.9,0,28.7,7.9,36.3,20.8l34.8,59.2H152z M360,128h-73.3l34.8-59.2c7.6-12.9,21.4-20.8,36.3-20.8h2.2c22.1,0,40,17.9,40,40 C400,110.1,382.1,128,360,128z'/%3E%3C/g%3E%3Cg class='gift'%3E%3Cpath d='M32,288h192v224H80c-26.5,0-48-21.5-48-48V288z M288,512V288h192v176c0,26.5-21.5,48-48,48H288z'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cstyle%3E :root%7B --fill-color: %2319db56; %7D .gift %7B fill: var(--fill-color); transform-origin: center; animation: gift 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite; %7D @keyframes gift %7B 0%25, 25%25 %7B transform: translateX(0); %7D 2.5%25, 7.5%25, 12.5%25, 17.5%25 %7B transform: translateX(-12px); %7D 4%25, 10%25, 15%25 %7B transform: translateX(12px); %7D 20%25 %7B transform: translateX(10px); %7D 22.5%25 %7B transform: translateX(-10px); %7D 50%25%7B transform: rotateY(360deg); %7D %7D %3C/style%3E%3Cg class='gift'%3E%3Cpath d='M480,128h-41.6c6.1-12.9,9.6-25.6,9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9,0-61.5,16.9-77.7,44.5l-24.1,41l-24.1-41 C215.7,16.9,186.1,0,154.2,0H152c-48.6,0-88,39.4-88,88c0,14.4,3.5,27.1,9.6,40H32c-17.7,0-32,14.3-32,32v64c0,17.7,14.3,32,32,32 h448c17.7,0,32-14.3,32-32v-64C512,142.3,497.7,128,480,128z M152,128c-22.1,0-40-17.9-40-40c0-22.1,17.9-40,40-40h2.2 c14.9,0,28.7,7.9,36.3,20.8l34.8,59.2H152z M360,128h-73.3l34.8-59.2c7.6-12.9,21.4-20.8,36.3-20.8h2.2c22.1,0,40,17.9,40,40 C400,110.1,382.1,128,360,128z'/%3E%3C/g%3E%3Cg class='gift'%3E%3Cpath d='M32,288h192v224H80c-26.5,0-48-21.5-48-48V288z M288,512V288h192v176c0,26.5-21.5,48-48,48H288z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#cg-bonus-badge,
#cg-freespin-badge {
  position: absolute;
  left: unset;
  top: -8px;
  right: -8px;
  height: unset;
  z-index: 999;
}


/*Dark mode*/
#cg-theme-icon-container{
	position: absolute;
    width: 40px;
    height: 20px;
    left: 0;
    z-index: 1;
}

#cg-theme-icon-container div{
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 2px;
    filter: invert(1);
}

.cg-moon{
	background-image: url(../../images/desktop/moon.svg);	
}

.cg-sun{
	background-image: url(../../images/desktop/sun.svg);
}
#cg-theme-switch-container .custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    background: white;
    
}

#cg-theme-switch-container .custom-control-input:checked~.custom-control-label::after {
    background: black;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    z-index: 2;
}

#cg-theme-switch-container .custom-control-input:checked~#cg-theme-icon-container div {
    filter: unset;
}

#cg-theme-switch-container .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: unset;
    background-color: unset;
    border-color: unset;
}

#cg-theme-switch-container .custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}

 
.custom-switch .custom-control-label::before {
      border-radius: 10px;
      width: 40px;
      height: 20px;
      border-width: 0px;
      background: black;
      top: 0px;
}

.custom-switch .custom-control-label::after {
	border-radius: 10px;
	height: calc(20px - 5px);
	width: calc(20px - 5px);
	background: white;
	z-index: 2;
	top: 2px;
}
    
.custom-switch .custom-control-input:checked~.custom-control-label::after{
	transform: translateX(20px);
}
	
.cg_show_pw{
	background: url('../../images/header/show_pw.svg'); 
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left:120px;
	margin-top:5px;
}

.cg_not_show_pw{
	background: url('../../images/header/not_show_pw.svg'); 
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left:120px;
	margin-top:5px;
}

#cg_show_pw_recover {
	top: 50%; 
	transform: translateY(-50%); 
	margin-top: 0px
}

.cg-btn-md{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}





/* .switch { */
/*   position: relative; */
/*   display: inline-block; */
/*   width: 40px; */
/*   height: 20px; */
/*   margin-top: 6px; */
/*   margin-right: 5px; */
/* } */

/* .switch input {  */
/*   opacity: 0; */
/*   width: 0; */
/*   height: 0; */
/* } */

/* .slider { */
/*   position: absolute; */
/*   cursor: pointer; */
/*   top: 0; */
/*   left: 0; */
/*   right: 0; */
/*   bottom: 0; */
/*   background-color: white; */
/*   -webkit-transition: .4s; */
/*   transition: .4s; */
/* } */

/* .slider:before { */
/*   position: absolute; */
/*   content: ""; */
/*   height: 15px; */
/*   width: 15px; */
/*   left: 2px; */
/*   bottom: 2px; */
/*   background-color: var(--bg-color-1); */
/*   -webkit-transition: .4s; */
/*   transition: .4s; */
/* } */

/* input:checked + .slider { */
/*   background-color: var(--bg-color-1); */
/* } */

/* input:focus + .slider { */
/*   box-shadow: 0 0 1px black; */
/* } */

/* input:checked + .slider:before { */
/*   -webkit-transform: translateX(18px); */
/*   -ms-transform: translateX(18px); */
/*   transform: translateX(18px); */
/*   background-color: white; */
/* } */

/* /* Rounded sliders */ 
/* .slider.round { */
/*   border-radius: 25px; */
/*   border: 1px solid var(--bg-color-1); */
/* } */

/* .slider.round:before { */
/*   border-radius: 50%; */
/* } */


.promoImageContainer .form-check{
    padding-left: 0;
/*     margin-bottom: 30px;
 */    position: relative;
}

.promoImageContainer input{
/*     position: absolute; */
/*     bottom: -10px; */
    left: 15%;
}

.promoImageContainer label{
    width: 100%;
    border: 3px solid transparent;
    border-radius: 5px;
}

.promoImageContainer input:checked+label{
    border: 3px solid #216f2f;
}

.promoHighlighted{
    border: 3px solid #216f2f;
}

.promoImageContainer label img{
    padding: 3px;
    box-sizing: border-box;
}

.cg-hide-radio{
	display:none;
}

.modal-open[page="promo"] .modal {
    z-index: 9999999999999999999999;
}

.backButtonCircle{
	background-color: var(--border-color-1);
	color: white;
	width: 40px;
	height: 40px;
	font-size: x-large;
}
.backButtonCircle div{
	padding-bottom: 5px;
    padding-right: 3px;
}

.cg-footer-extra{
	background-repeat: no-repeat!important;
    background-size: contain!important;
    width: 110px!important;
    height: 35px!important;
}

#cg-registrazioneGvModal {
    z-index: 9999999999;
}


#registrazioneLottoModalDialog {
    z-index: 9999999999;
}

#cg-registrazione-modale{
	max-height: 800px;
	border:0px
}

.elementi-footer-chiuso .tasti-bottom {
	bottom: 0;
	right: 0;
	width: unset;
}

li[onclick="cg_openInternalPage('', 5)"]{
	display:none!important;
}

.cg-error-container[ref^="cg-document-file"]{
	 background-color:#f9fe7c69;
}

.cg-flag-consenso-real-container{
	margin-left: 20px
}

.cg-flag-consenso-master-container{
	margin-top: 10px
}

#cg-recoverpsw-04sms .cg-generic-pswtoshow,
#cg-recoverpsw-04sms .cg-generic-pswtohide{
	position: absolute;
    height: 100%;
    width: 18px;
    right: 18px;
    top: 0;
}
.counterTicket{
	height: 20px;
	width: 20px;
	position:absolute; 
	display:flex; 
	justify-content:center; 
	align-items:center; 
	top:-11px; 
	right:-11px; 
	background-color:#c12223; 
	border-radius: 50%;
	border: 1px solid white;
	font-size: 10px;
}</pre></body></html>