#cg-test-loader-header-css,
#cg-test-loader-footer-css {
	text-align: center;	
}

.cg-color-red {
	color: red;
	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;
}

body, html {
	font-family: Roboto, Segoe UI, Verdana, sans-serif;
/* 	overflow-x: hidden; */
}

/* .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 {
	margin: 2rem 15px 1rem 15px;
}

.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;
    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;
    background-color: white !important;
    max-width: 500px !important;
}

.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;
}
.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;
}

.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;
}

.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 {
    color: #fff;
    border-color: var(--bg-color-1);
    background-color: var(--bg-color-1);
}

/* 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;
}

/* Messaggi profilo */
.tabella_giocate > tbody > tr {
	user-select: none;
}
.cg-message-text {
	padding-left: 1rem !important;
	border-left: 4px solid #ccc;
	background: #ededed;
}
.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-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 {
	height: 500px;
    overflow-y: scroll !important;
}

.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);
}
.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;
}

.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;
}

.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 {
	top: 250px;	/* Posiziona il modal della sessione sotto l'header */ 
}

.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;
}