/* Inizio sport-exa.css */

body,
html {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.25;
}

body #xsport-container {
    font-family: 'verdana', sans-serif !important;
}

.main-content {
    text-align: center;
    padding: 5%;
}

.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;
}

.elementi-footer {
    max-height: 600px;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: max-height .25s ease;
    transition: max-height .25s ease;
    position: fixed;
    width: 100%;
    margin-top: -39px;
}

/* Sport */
.bg-blu, button.bg-blu {
    background: #2196F3 !important;
}


@keyframes bouncing-cart-loader {
    to {
      opacity: 0.1;
      transform: translate3d(0, -1rem, 0);
    }
  }
  
  .shadowBetting {
      opacity: 0.02;
      filter: blur(2px);
      pointer-events: none;
  }
  
  .loader-cart{
      position:relative;
  }
  .bouncing-cart-loader {
      display: inline-flex;
      justify-content: center;
      width: 100%;
      position: fixed;
      top: 10%;
  }
  .bouncing-cart-loader > div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background:var(--bouncing-cart-loader-bg);
    border-radius: 50%;
    animation: bouncing-cart-loader 0.6s infinite alternate;
  }
  .bouncing-cart-loader > div:nth-child(2) {
    animation-delay: 0.2s;
  }
  .bouncing-cart-loader > div:nth-child(3) {
    animation-delay: 0.4s;
  }
  .loader-label{
      /*display: inline-flex;*/
      justify-content: center;
      width: 98%;
      position: fixed;
      top: 25%;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
  }
  
  .animated-checkmark-container{
      display: inline-flex;
      justify-content: center;
      width: 100%;
      position: fixed;
      top: 0%;
  }
  
  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .animated-checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    display: inline-flex;
    justify-content: center;
    position: fixed;
    top: 10%;
    border-style: solid;
    border-width: 1px;
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
  }

.betslip-message{
	min-height: 30px;
    width: 94%;
    justify-content: center;
    display: grid;
    align-items: center;
    margin-left: 3%;
    border-radius:2%;
}

.betslip-message > div{
	margin:2%;
    text-align: center;
}
.betslip-message.confirm{
	background-color: #e5d275;
}
.betslip-message.error{
	background-color: #e57575;
}
.betslip-message.success{
	background-color: #71d06b;
}

.variationDesc{
	font-size:13px;
	margin-left:3px;
}

@keyframes blinker {
 	from {opacity: 1.0;}
 	to {opacity: 0.0;}
}

.blink{
	text-decoration: blink;
	animation-name: blinker;
	animation-duration: 0.6s;
	animation-iteration-count:3;
	animation-timing-function:ease-in-out;
	animation-direction: alternate;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; 
  border-bottom: 5px solid #51cc28;
  margin-left: 1px;
  display: inline-block;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f00;
  margin-left: 1px;
  display: inline-block;
}

.pointerNone {
    pointer-events: none;
}

.d-block{
	display:block!important;
}
.eventClosed{
	font-size:10px;
	font-weight:bold;
	color:#f00;
}
.opacityEventClosed{
	filter:opacity(0.5);
}

.reservationHistory{
	margin-top:8%;
}
.reservationHeader{
    margin-bottom: 2%;
    background: #000;
    color: #FFF;
    height: 29px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 11px;
    border-radius: 5px;
}

.reservationRow{
  border-style: solid;
    border-width: 1px;
    border-radius: 2%;
    margin-top: 5%;
    border-color: #bbb;
    /* width: 98%; */
    margin-left: 1%;
    padding-left: 19px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.25rem 0.5rem 19px;
}
.closeReservationButtonContainer{
	margin-top:8%;
}
.toggleReservationBox.shown{
	color:#ff6600;
}

.reservationData{
	font-size:12px;
	font-weight:bold;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 0;
}
.reservationRow > .reservationData{
    display: flex;
    flex-direction: column;
}

.reservationRow > .reservationButtonsContainer {
    display: flex;
    justify-content: center;
}

.reservationTimestamp{
	font-weight:100;
	font-size:10px;
}

.reservationButtons{
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	flex-wrap: nowrap;
}

.reservationButtonsContainer > .reloadReservationButton {
  	margin-left: .3rem;
    height: 40px;
    width: 60px;
    border-style: solid;
    border-width: 1px;
    background: #000;
    border-radius: 3px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    vertical-align: super;
    font-size: 18px;
}

.reloadReservationButton > span {
    font-size: 10px;
    color: #fff;
}

.reloadReservationButton > i {
	color:#FFF;
}
.reloadReservationButton:hover{
	background:#ff6600!important;
}

.deleteReservation{
	width: 17px;
    height: 17px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    margin-top: -1%;
    margin-left: -1%;
    top:0;
    left: 0;
}

.deleteReservation > i{
	color:#FFF;
}

.disclaimerReservation{
	width: 90%;
    margin-left: 5%;
    margin-bottom: 8%;
    font-size: 11px;
    font-weight: 500;
}

.reservationInputLabel{
	margin-top:8%;
	width: 90%;
    margin-left: 5%;
}

.blurBetslip{
    filter: blur(1px);
    pointer-events:none;	
}

.ultimi-ticket:not(.headerCol):hover{
    background:#000;
    color:#FFF;
}

.iframe-template-1{
  border: none;
  width: 100%;
  height: 100vh;
  position: relative;
}

.slick-slide img{
  width: 100% !important;
  max-height: 200px;
  object-fit: cover;
}
  
.bsport{
  height: unset !important;
  padding: 0 !important;
}

/* CONTROL PANEL */
.control-panel-functions{
	display:block;
}
.cp-function-row{
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 0.5rem;
    cursor:pointer;	
}
.cp-function-row:hover{
	background:#000;
	color:#FFF;
}


.cp-ico{
	width: 10%;
    margin-left: 5%;
}
.cp-label{
	margin-left: 10%;
}

.separationRow{
	height: 1px;
    background: #c5c5c5;
}
.blur-dialog{
	filter: blur(1px);
    pointer-events: none;
}

.print-settings-dialog{
	background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 200px;
    padding: 0.5rem;
}
.draggable-element{
	border-style:solid;
    border-width:1px;
}

.printer-settings-row{
	display:flex;
	margin-top:2%;
}

.printer-settings-row-label{
	width:80%;
}
.printer-settings-row-editor{
	width:30%;
	width: 30%;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor:pointer;
}

.widget-filtro-side.live-tracker-widget{
  width: 99% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.widget-filtro-side.live-tracker-widget+.xs-loader-container {
  height: auto !important;
  padding: 2rem 0 !important;
}

.pvrUserFormContainer{
	margin-top: 2%;
	margin-bottom: 2%;
    display: flex;
}
.pvrUserFormContainer > input {
	display: inline-flex;
    width: 30%;
    margin-left: 5%;
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    text-indent: 3%;
}


.pvrUserFormContainer > input:focus::-webkit-input-placeholder {
	color:transparent;
}
.pvrUserFormContainer > input:focus::-moz-placeholde {
	color:transparent;
}
.pvrUserFormContainer > input:focus:-moz-placeholder {
	color:transparent;
}
.pvrUserFormContainer > input:focus:-ms-input-placeholder {
	color:transparent;
}


.pvrUserFormContainer > button {
	display: inline-flex;
    margin-left: 5%;
}

.pvrUserContainer {
	margin-top: 2%;
	margin-bottom: 2%;
    display: flex;
}

.pvrUserContainer > div{
	width:50%;
	margin-left:4%;
	display: inline-flex;
	align-self: center;
    display: inline-flex;
}
.pvrUserContainer > div > span {
	margin-left:3%;
}

.pvrUserContainer > button {
	display: inline-flex;
    margin-left: 20%;
}

.pvrUserBalanceRow {
	height: 40px;
    margin-top: 3%;
    margin-bottom: 3%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #b3b1b1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b3b1b1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pvrUserBalanceRow > .balanceValue{
	display:inline-flex;
	width:40%;
}


.pvrUserBalanceRow >.balanceValue > span{
	margin-left:2%;
}

.pvrUserBalanceRow > .refreshButton{
	width: 25px;
    height: 25px;
    background: #d10e0e;
    color: #FFF;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    border-style: solid;
    border-color: #000;
    border-width: 0.5px;
}

.pvrUserBalanceRow > .refreshButton:hover{
	background : #e66e6e;
}

.pvrTestDepositRow{
	display: flex;
    justify-content: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.pvrTestDepositRow > input {
	width:50%;
}

.pvrTestDepositRow > button {
	margin-left: 5%;
}

.pvrTooltipContent{
	visibility:hidden;
	position: fixed;
    background: #FFF;
    z-index: 1000;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    width: 190px;
    padding: 5%;
    font-size: 11px;
    text-align: center;
    top: 47%;
    cursor: pointer;
    color: #000;
}

.pvrTooltipContainer:hover > .pvrTooltipContent{
	visibility:visible;
}

.roulette-game-unlogged{
    background: url(../img/cart-game.gif) no-repeat center center;
    width: auto;
    height: 710px;
    cursor:pointer;
}

.rotate-minus-45 {
    transform: rotate(-45deg);
}

.pin-toggle {
    /* height: 24px; */
    width: 24px;
    padding: 2px;
}
.pin-toggle > svg {
    pointer-events: auto!important;
}
.pin-toggle > svg path, svg.pin-icon path {
    fill: currentColor;
}
.pin-toggle > svg.selected path, svg.pin-toggle.selected path {
    fill: #d2161e !important;
}
.competizione-attiva > .pin-toggle > i.selected, .singola-competizione:hover > .pin-toggle > i.selected {
    color: #fff !important;
}

#cg-mybet-body {
    overflow: scroll;
}

.widget-filtro-side.live-tracker-widget .flashbetWidgetGeneral {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caretContainer{
	margin:3px;
	cursor:pointer;
}
.caretContainer:hover > i{
	color:#f58d08;
}

.caretContainer > i{
	font-size:12px;
}

span.justified-text{
	display: flex;
    justify-content: center;
    text-align: center;
}
button.cashout{
	width: 45%;
    margin-left: 3%;
    max-width: 130px;
    max-height: 35px;
}


.customPopup.cashout{
	left: 0;
}
.customPopup__content__body.cashout{
	text-align: center;
	text-transform: none;
    font-weight: unset;
}

.shadowMyBet{
	filter: blur(2px);
    pointer-events: none;
}

/* FASTBET AND MYBETS IN BETSLIP */
.betslip-riga-fastbet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.5rem;
    width: 100%;
    background-color: #ececec;
}


.betslip-container-switch-bet-option-selector {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top:2px;
}
.cashoutVariationToggleContainer{
	width: 100%;
    display: flex;
    align-items: center;
    margin-top:5%;
    margin-bottom:5%;
    justify-content:center;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    height: 35px;
    border-color: #d9d9d9;
}

.betslip-container-switch-fastbet {
    display: flex;
    align-items: center;
}

.betslip-container-switch-fastbet span {
    color: #000;
}

.betslip-container-switch-fastbet span:last-child {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    margin-left: auto;
}

.mybets-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

#mybetsButton {
    background-color: #666;
    margin-left: 0.5rem;
}

.betslip-settings-container{
	background-color: #ecd5d5;
	color:#000;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-transform: none;
}

.betslip-settings-container > div{
	width: 90%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

.icons-slider-container {
    display: flex;
    position: relative;
    width: calc(100% - 62px);
}

.icons-slider-container-2 {
    display: flex;
    position: relative;
    width: calc(100% - 124px);
}

.banner-widget-dx {
    display: flex;
    justify-content: center;
}
.banner-widget-dx > a, .banner-widget-dx > a > img {
    width: 100%;
}

.bottone-quota-largo+.dropdown-menu{
    max-height: 400px;
    overflow-y: scroll;
}

body.bodyOverlay:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

/* @supports (backdrop-filter: blur(5px)){
    body.bodyOverlay:before{
        backdrop-filter: blur(5px)
    }
}

@supports not (backdrop-filter: blur(5px)){
    body.bodyOverlay:before{
        background-color: rgb(255 255 255 / 70%);
    }
} */

body.bodyOverlay{
    pointer-events: none;
}

.widget-filtro-side.live-tracker-widget{
    height: max-content
}

.quote-dropdown{
    height: max-content;
    max-height: min(350px, 40vh);
    overflow-y: scroll;
}

.input-range-container > input {
    cursor: pointer;
    width: calc(100% - 60px);
    margin-left: 30px;
}

.marks-container {
    font-size: 11px;
    padding: 6px;
}
.marks-container > span {
    width: 60px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contenitoreSingolaQuota.odd-disabled {
    background-color: rgba(0, 0, 0, 0.8)!important;
    border: 1px solid rgba(0, 0, 0, .05)!important;
    color: grey!important;
}

.contenitoreSingolaQuota.odd-highlighted {
    border: 1px solid greenyellow!important;
}

.tournament-desc {
    font-size: 14px;
    color: var(--colore-bg-aggregate-hover);
    text-transform: uppercase;
}

#xs-favorite-odds .tabellaQuoteTempo > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#xs-favorite-odds .tablesExpanded .tabellaQuoteTempo__data {
    display: block;
}

.tabellaQuoteSquadreContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
}
.tabellaQuoteSquadreContainer > .ico-cat {
    height: 14px;
}

.playabilityIssue{
	display: flex;
    justify-content: center;
    align-content: center;
    font-size: 10px;
    background: #db1313;
    color: #FFF;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-weight: bold;
    border-radius:10px;
    padding:1%;
}

#xsport-container i.fas {
    margin-right: unset;
}

.blurLoadWageringData{
	pointer-events: none;
	filter: blur(1px);
}

/* Fine sport-exa.css */

:root {
    --altezza-prima-riga-intestazione: 30px;
    --bouncing-cart-loader-bg : #ba1111;
    --tabelle-intestazione-bg-2: #dadada;
    --background-tv-channel-button:#0000003d;
    --background-tv-channel-button-selected:#8080809c;
    --text-color-tv-channel-button:#FFF;
    --text-color-tv-channel-button-selected:#FFF;
}

.opacity-0 {
    opacity:0!important;
}
.opacity-1 {
    opacity:0.2!important;
}
.opacity-2 {
    opacity:0.4!important;
}
.opacity-3 {
    opacity:0.6!important;
}
.opacity-4 {
    opacity:.8!important;
}
.opacity-5 {
    opacity:1!important;
}

.d-none {
    display: none;
}

.push-right {
    margin-left: auto;
}

/* || LOADER */
@keyframes xs-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.xs-loader-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.xs-loader-container span:last-child {
    font-size: 1.75rem;
    font-weight: bold;
}

.xs-loader {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.xs-loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    animation: xs-loader 1.2s linear infinite;
}

.xs-error-icon {
    color: #808080;
    font-size: 100px;
    margin-bottom: 2rem;
}

.xs-error-message {
    color: #808080;
    text-align: center;
}
/* ||-- LOADER */


/* || ICONE */
.ico-sport, .ico-cat {
    display: inline-block;
    width: 24px; 
    height: 24px; 
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
.icona-sport {
    height: 1.5rem;
    width: 1.5rem;
}
.icona-sport-sel {
    height: 2.5rem;
    width: 2.5rem;
}
figure.paese-icona-live .ico-cat,
figure.sport-icona-live .ico-sport {
    flex: 0 0 auto;
    height: 25px;
    width: 25px;
    padding: 2px;
    border-radius: 100%;
    margin-bottom: 2px;
}
figure.paese-icona-live .ico-cat {
    margin-right: .25rem;
    height: 25px;
    width: 25px;
}
.filtro-giorni-cal.secondo-filtro .ico-sport {
    height: 2rem;
    width: 2rem;
}
.paese-widget-sx .ico-cat {
    width: 1rem;
    height: 1rem;
    margin-right: 4px;
    background-position: center !important;
}
.box-paese .bandierina-paese-selezione.ico-cat {
    height: 1.25rem;
    width: 1.25rem;
}
.img-flags.ico-cat {
    height: 1.5rem;
    width :1.5rem;
}

.nome-competizione-sport .ico-cat {
    width: 2rem;
}
/* ||-- ICONE */


/* || RICERCA MATCH/FASTBET */
#autocomplete-search-results-id-1 {
    height:  auto;
    overflow-y: scroll;
}
/* ||-- RICERCA MATCH/FASTBET */

/* || WIDGET ULTIMI TICKET */
.d-grid.ultimi-ticket {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px;
}
/* ||-- WIDGET ULTIMI TICKET */

/* || LEGENDA */
:root {
    --colore-giocab-1: blue;
    --colore-giocab-2: green;
    --colore-giocab-3: yellow;
    --colore-giocab-4: red;
    --colore-giocab-5: orange;
}

.blocco-giocab::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 2px;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 99;
}
.blocco-giocab--1::before {
    background-color: var(--colore-giocab-1);
}
.blocco-giocab--2::before {
    background-color: var(--colore-giocab-2);
}
.blocco-giocab--3::before {
    background-color: var(--colore-giocab-3);
}
.blocco-giocab--4::before {
    background-color: var(--colore-giocab-4);
}
.blocco-giocab--5::before {
    background-color: var(--colore-giocab-5);
}

.leggenda-giocab {
    color: var(--page-contrast-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.leggenda-giocab > * {
    margin-right: 0.75rem;
}
.leggenda-giocab__gruppo-leggenda {
    display: flex;
    align-items: center;
}
.leggenda-giocab__icona-giocab {
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 4px;
    margin-right: 0.25rem;
}
.leggenda-giocab__icona-giocab--1 {
    background-color: var(--colore-giocab-1);
}
.leggenda-giocab__icona-giocab--2 {
    background-color: var(--colore-giocab-2);
}
.leggenda-giocab__icona-giocab--3 {
    background-color: var(--colore-giocab-3);
}
.leggenda-giocab__icona-giocab--4 {
    background-color: var(--colore-giocab-4);
}
.leggenda-giocab__icona-giocab--5 {
    background-color: var(--colore-giocab-5);
}
/* ||-- LEGENDA */

/* || SORT BUTTON/SORT MENU */
.sort-button {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 0;
    color: #000;
    height: 100%;
    width: 50px;
    margin: auto auto auto 1rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    order: 5;
    border-radius: 10px;
    background-color: #d9d9d9;
}
.container-calendario .sort-button {
    padding: 2rem;
}

.nav-slider-menu {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    height: 130px;
    width: 250px;
    display: flex;
    flex-direction: column;
    color: #000;
    box-shadow: 0px 0px 52px #000000ab;
    user-select: none;
    border-radius: 5px;
    background-color: #fff;
}

.nav-slider-menu-row {
    display: flex;
    align-items: center;
    padding: .3rem;
}
.nav-slider-menu-row.selected {
    background: #00000026;
}
.nav-slider-menu-row i {
    margin-right: .3rem;
}

.nav-slider-menu-close-button {
    height: 48px;
    width: 48px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ||-- SORT MENU */


/* || ADVISE */
.adviseFreebetContainer {
	color: #fff;
    display: flex;
    justify-content: center;
	background-color: #197907;
    margin: 0;
    width: 100%;
    border-radius: 0;
    font-weight: bold;
    min-height: 30px;
    text-transform: none;
}

.adviseFreebetContainer > span {
	display: flex;
	align-self: center;
    justify-content: center;
    margin-top: 1%;
    margin-bottom: 1%;
}
.adviseFreebetContainer > .iconContainer {
    width: 10%;
	font-size: 15px;
}

.adviseFreebetContainer > .textContainer {
    width: 85%;
    text-align: center;
    font-size: 12px;
}

.adviseToReachBonusContainer {
    color: #fff;
    display: flex;
    justify-content: center;
    width: 97%;
    margin-left: 1.5%;
    border-radius: 5px;
    background-color: #dd1818;
}

.adviseToReachBonusContainer > span {
	display:flex;
	align-self: center;
    justify-content: center;
    margin-top: 1%;
    margin-bottom: 1%;
}
.adviseToReachBonusContainer > .iconContainer {
	width:10%;
	font-size:15px;
}

.adviseToReachBonusContainer > .textContainer {
	width: 85%;
    text-align: center;
    font-size: 12px;
}
/* ||-- ADVISE */


/* || RESERVATION */
#xsport-container .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.48);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#xsport-container .modal-container > #xs-reservation-detail {
    position: relative;
    height: 50%;
    width: 50%;
}

#xsport-container .reservation-info-container {
    display: flex;
}

#xsport-container .reservation-detail-container {
    width: 100%;
    order: 2;
}

#xsport-container .selections-container {
    width: 100%;
    order: 1;
}

#xsport-container #xs-reservation-detail {
    padding-top: 0;
}

.reservationRow{
    flex-wrap: wrap;
    justify-content: center;
}
  
.deleteReservation.pointer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.deleteReservation.pointer i {
    line-height: 0;
}
  
.reloadReservationButton {
    flex: 1 1 0;
    width: 40px !important;
}
/* ||-- RESERVATION */


/* || QUOTE BANNER */
.banner-overlay {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000, #00000088);
    height: 60px;
    width: 100%;
}
.banner-overlay .odd-container {
    display: flex;
    align-items: center;
    margin-right: 2%;
    justify-content: space-between;
    height: 30px;
    width: 120px;
    font-size: 13px;
    margin: 0 1%;
}

.banner-odd-desc {
    color: var(--yellow);
}

.banner-overlay-text-container {
    margin: auto 1%;
    font-size: 16px;
}

.banner-overlay-title {
    color: var(--yellow);
    font-weight: bold;
    text-transform: uppercase;
}

.banner-overlay-desc {
    color: #fff;
}

.banner-overlay-odds-container {
    width: 50%;
    margin: 1%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* ||-- QUOTE BANNER */

.container-fluid.pagina-sport {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 4px;
    padding-left: 4px;
    background: url(../img/sport/bg-sport-texture.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.stringimento-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: width;
    /* transition: all 200ms linear; */
}

div#sidebar-sx,
#sidebar-dx {
    overflow-y: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    max-width: 250px;
}

div#sidebar-sx {
    max-width: 284px;
    padding-left: 0;
}

.overflow-visible {
    overflow: visible !important;
}

.stringi .widget-competizioni-side,
.stringi .widget-filtro-side {
    display: none;
}

.stringi .sidebar-ristretta-sx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#sidebar-sx.stringi {
    max-width: 3rem;
    width: 100%;
}

#sidebar-dx.stringi-dx {
    max-width: 3rem !important;
    width: 100%;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icone-ristrette {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.bloccheti-icone-ristrette {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #000;
    border-radius: 4px;
    margin-bottom: 4px;
}

.sidebar-ristretta-sx {
    display: none;
}

.filtro-side-n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.25rem 0.25rem 0 0;
    justify-content: space-around;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.sidebar-sx-sport .widget-filtro-side {
    background: #263238 !important;
    border: 0px !important;
    border-radius: 0.25rem !important;
    padding-bottom: 0.5rem;
}

.elemento-filtro-side-n {
    text-align: center;
    padding: 8px 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.elemento-filtro-side-n.f-attivo {
    border-bottom: 3px solid #f60;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.stringi .sidebar-ristretta-sx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.stringi .tasto-allarga {
    height: 2rem;
}

.contenuto-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* min-height: 11rem; */
    text-align: center;
}


.d-grid {
    display: grid;
    grid-gap: 5px;
}

.formato-grid-1-colonne {
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr))
}

.formato-grid-2-colonne {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr))
}

.formato-grid-3-colonne {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr))
}

.formato-grid-4-colonne {
    grid-template-columns: repeat(auto-fit, minmax(23%, 1fr))
}

.formato-grid-5-colonne {
    grid-template-columns: repeat(auto-fit, minmax(18%, 1fr))
}


.outrightsCont .quota-con-nome span:first-child {
    flex-basis: 80%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

.d-grid.ultime-vincite {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    -ms-grid-columns: 40% auto;
    grid-template-columns: 40% auto;
    grid-gap: 4px;
}

.ultimo-risultato-calcio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr auto;
    grid-template-columns: 2fr auto;
    grid-gap: 4px;
    padding: 4px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ultimo-risultato-calcio:last-child,
.d-grid.ultime-vincite:last-child {
    border: 0px;
}

.score-ultimo-risultato {
    font-size: 1.35rem;
}

.segno-ultimo {
    margin-right: 6px;
}

.ultimo-risultato-calcio>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.quota-scaduta.ultimo-ris-esito {
    background: #f50;
    color: #fff;
    border-radius: 2px;
}

.quota-scaduta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    padding: 1px 4px;
}

span.testo-evidente {
    font-size: 1rem;
}

.info-schedina-ultime-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
}

.stella-ultime {
    grid-row: 1/3;
    grid-column: 3/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-widget .input-personalizzato {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: unset !important;
}

.input-widget input[type="text"] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem;
    min-width: 0;
}

.input-widget .input-personalizzato::placeholder {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.input-widget input {
    margin-right: 4px;
}

.input-widget {
    display: flex;
}

.titolo-widget-stampa {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: unset;
}

.fastbet .riga {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.padding-orizzontale.fbet-unariga {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.fastbet input.input-personalizzato {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 29px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.fastbet i {
    font-size: 1.5rem;
}

.fbet-unariga {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fbet-unariga div,
.fbet-unariga select {
    height: 100%;
    min-width: 0;
}

.alias-fastbet {
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 45%;
}

.stampa-schedina {
    position: relative;
}

.toolbox-schedina {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-end;
    width: 4.5rem;
}

.toolbox-schedina>*:not(:last-child) {
    margin-right: 10px;
}

.toolbox-schedina>*:last-child {
    margin-right: 5px;
}

.stampa-schedina .badge {
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -10px;
    border: 1px solid;
}

.sidebar-dx .filtro-side {
    grid-template-columns: 2fr 1fr;
}

.sidebar-dx a.tasto-nav-quote-landing.active,
.filtro-giorni a.active {
    border-bottom: 3px solid #f60;
    /* transition: all 250ms ease-in-out; */
    transition: all 0ms;
}

.sidebar-dx a.tasto-nav-quote-landing:hover {
    border-bottom: 3px solid #f60;
    /* transition: all 250ms ease-in-out; */
    transition: all 0s;
}

.bordo-tondo-alto-sx .numero-filtro {
    margin-left: 0.5rem;
}

.box-vincita-potenziale.d-dx.testo-piccolo .bottone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0.25rem;
}

.box-vincita-potenziale.d-dx a {
    line-height: 1;
}

.evento-schedina-sx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #ccc;
    position: relative;
    flex-wrap: wrap;
}

.elimina-evento-schedina {
    color: #999;
    cursor: pointer;
}

.elimina-evento-schedina:hover {
    color: #f50;
    /* transition: all 500ms linear; */
    transition: all 0s;
}

.evento-schedina-sx div {
    background: rgba(255, 255, 255, 0.85);
}

.elimina-evento-schedina {
    position: absolute;
    top: 4px;
    right: 2px;
}

.elimina-evento-schedina.elimina-evento-schedina-2 {
    color: white;
    position: absolute;
    top: unset;
    right: 2px;
}

.elimina-evento-schedina.elimina-evento-schedina-2:hover {
    color: #f50;
    /* transition: all 500ms linear; */
    transition: all 0s;
}

.squadre-evento-schedina {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.75rem;
}

p.riga-squadre-evento-schedina {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.squadre-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.voce-riduci {
    font-size: 1.25rem;
}

/* da abilitare se non c'è il trattino
.squadre-tab span:first-child {
    margin-right: 6px;
}
*/

.trattino,
.duepunti {
    margin: 0 3px;
    text-align: center;
    width: 6px !important;
}

.filtro-singolo-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.widget-schedina-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    background: #333;
}

.numero-eventi-segni {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: #ccc;
}

span.margine-sx.numero-filtro {
    background: rgba(0, 0, 0, 0.25);
    padding: 0.12rem 0.5rem;
    border-radius: 0.25rem;
}

.bg-nero span.margine-sx.numero-filtro {
    background: rgba(255, 255, 255, 0.25);
}

.fasce-orarie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #fff;
    max-width: 90%;
    margin: 0 auto;
}

.f-attiva {
    font-weight: bold;
    color: #ff6600;
}

.tasto-stringi,
.tasto-allarga {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-top-right-radius: 0.25rem;
    padding: 1px 2px;
}

.widget-ricerca-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}

.widget-ricerca-side:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 1.75rem;
    color: #666;
}

.filtro-oggi-domani {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 4px auto;
}

.filtro-oggi-domani a {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    max-width: 48%;
}

.filtro-oggi-domani a:hover {
    background: #ff6600;
    color: #fff;
    /* transition: all 250ms linear; */
    transition: all 0s;
    border-color: #ff6600;
}

.filtro-settimana {
    display: flex;
    display: -ms-flex;
    justify-content: space-around;
    align-items: center;
}

.filtro-settimana a {
    border: 1px solid;
    border-radius: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: rgba(0, 0, 0, 0.25);
    color: #969696;
    border-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-right: 2px;
    color: #fff;
    /* transition: all 250ms linear; */
    transition: all 0s;
}

.filtro-settimana a:last-child {
    margin-right: 0;
}

.filtro-settimana a:hover,
.filtro-attivo-s {
    background: #ff6600 !important;
    color: #fff !important;
    /* transition: all 250ms linear; */
    transition: all 0s;
    border-color: #ff6600 !important;
}

.apri-partite-in-evidenza .margine-giu {
    margin-bottom: 4px;
}

.apri-partite-in-evidenza a {
    display: block;
    text-align: center;
    border-radius: 0.25rem;
    padding-top: 4px;
    padding-bottom: 4px;
}

.elementi-widget-fasce {
    padding: 0.25rem 0.5rem;
}

.selettore-w-attivo {
    background: #000;
    color: #fff;
}

.widget-ricerca-side input {
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: unset;
    border: unset;
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem;
}

.pagina-sport .row.no-gutters>div {
    /*   display: -webkit-box;   display: -webkit-flex;   display: -ms-flexbox; display: flex;
    flex-direction: column; */
    height: 100%;
    padding: 0 4px;
}

.elemento-competizioni-widget {
    padding: 1rem 0.35rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 2px auto;
    border-radius: 0.25rem;
}

.elemento-competizioni-widget.singola-competizione {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.elemento-competizioni-widget.live-si span:last-child {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

/*.elemento-competizioni-widget.live-si span:last-child::before {
    content: "";
    width: 6px;
    height: 6px;
    position: relative;
    background: red;
    border-radius: 100%;
    -webkit-animation: pulsazione 0.8s ease-in-out infinite both;
    animation: pulsazione 0.8s ease-in-out infinite both;
    margin-right: 7px;
}*/

.competizioni-sub {
    margin: 2px 4px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.regione-widget {
    background: #263238;
    margin: 4px auto;
    border-radius: 0.25rem;
    padding: 2px 4px;
}

.widget-competizioni-side .card.elemento-competizioni-widget {
    background: #5c656a;
    color: #fff;
}

.icona-sport {
    max-height: 1.5rem;
}

.titolo-accordion img.icona-sport {
    height: 1.1rem;
    max-height: unset;
}

.titolo-accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
}

.titolo-accordion a {
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
}

.elemento-competizioni-widget.singola-competizione {
    padding-top: 8px;
    padding-bottom: 8px;
}

.stat-sel {
    /* transition: all 500ms linear; */
    transition: all 0s;
}

.stat-sel:hover {
    color: #f50;
    /* transition: all 500ms linear; */
    transition: all 0s;
}

.paese-widget-sx img {
    max-width: 1rem;
    margin-right: 4px;
}

.paese-widget-sx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
}

.elemento-competizioni-widget:before {
    content: "";
    width: 4px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 1.25rem;
    position: absolute;
    left: -1px;
}

.colore-calcio:before {
    background: green;
}

.colore-tennis:before {
    background: yellow;
}

.colore-basket:before {
    background: orange;
}

.colore-rugby:before {
    background: brown;
}

.elemento-competizioni-widget.live-si {
    background-image: url(../img/sport/live-sx.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    background-size: contain;
}

/* .elemento-competizioni-widget.singola-competizione:hover, */
.competizione-attiva,
.competizione-attiva.live-si {
    background-color: #5c656a;
    color: #fff;
    /* transition: all 300ms ease-in-out; */
    transition: all 0s;
}

.elemento-competizioni-widget.singola-competizione:hover {
    background-color: #5c656a;
    color: #fff;
}

.elemento-competizioni-widget.singola-competizione {
    align-items: center;
}


.contenitore-competizioni-sport {
    padding-top: 2px;
    padding-bottom: 2px;
}

.contenitore-schedine-sport {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.competizione-interna {
    display: -ms-grid;
    display: grid;
    grid-gap: 4px;
    /* transition: all 500ms ease-in-out; */
    transition: all 0s;
    height: 100%;
    max-height: 100%;
}

.row.no-gutters.sport-griglia {
    height: 100%;
    max-height: 100%;
}

.lista-quote-sport {
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.info-tempo-score {
    display: -ms-grid;
    display: grid;
    grid-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.banner-sport-colonne {
    background: url(../img/sport/bg-sport-banner.png) center center no-repeat;
    background-size: cover;
    padding: 2rem 1rem;
}

.dueColonne {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}

.unaColonna {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
}

.widget-elemento-live,
.quote-extra-partita {
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

.scroll-si .back-to-top {
    display: none !important;
}

.back-to-top p {
    cursor: pointer;
}

.titolo-blocco-sport {
    padding: 0 1rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0.25rem;
    position: relative;
    min-height: 48px;
}

.destra-top-match .titolo-blocco-sport {
    background: #333;
}

.ricerca-titolo-blocco-sport input {
    background: rgba(255, 255, 255, 0.95);
    border: 0px;
    border-radius: 4px;
    padding: 4px;
}

.elenco-sport-box-dx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.last-minute-t .elenco-sport-box-dx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    max-height: 3rem;
}

.last-minute-t {
    padding: 0.5rem 2rem;
    position: relative;
}

.elenco-sport-box-dx img {
    max-width: 2.25rem;
    background: #fff;
    border-radius: 0.5rem;
    padding: 3px;
}

.elenco-sport-box-dx img:last-child {
    margin-right: 0 !important;
}

.elenco-sport-box-dx img.attivo {
    /* transition: all 500ms linear; */
    transition: all 0s;
    border-bottom: 3px solid #f50;
}

.sport-blocco {
    padding: 0.5rem;
    background: rgba(221, 221, 221, 0.3);
    border-radius: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    /*    max-height: calc(100% - 200px);*/
    padding-bottom: 40px;
}

.sport-blocco-verticale {
    max-height: calc(100% - 40px);
}

.sport-blocco .tabellaQuote {
    background: #fff;
    margin-bottom: 0.5rem;
}

.sport-blocco .tabellaQuoteCella {
    background: #f5f5f5;
}

.tabellaQuote {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 1.5fr 3fr 0.5fr 0.5fr 0.5fr 1fr 1fr;
    grid-template-columns: 1fr 1.5fr 3fr 0.5fr 0.5fr 0.5fr 1fr 1fr;
    align-items: center;
    grid-row-gap: 4px;
    background: #ececec;
    margin: 0 auto;
    padding: 8px 4px;
    -ms-grid-rows: repeat(auto-fit, minmax(0px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
    grid-auto-flow: dense;
    min-width: fit-content;
}

.tabella-quote-espansa {
    -ms-grid-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

/*

.macrogruppo-espanse {
    background: #d8d8d8!important;
}

.bordo-macrogruppo {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.inizio-macrogruppi {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

*/

.live-in-prematch span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    background: #f60 !important;
    border-radius: 100%;
    -webkit-animation: pulsazione 0.8s ease-in-out infinite both;
    animation: pulsazione 0.8s ease-in-out infinite both;
    margin-right: 7px;
}

.data-partite {
    padding: 1rem 1.8rem;
    border-radius: 0.25rem;
    margin-bottom: 2px;
}

.live-in-prematch {
    background: #333;
}

.partite-del-giorno {
    margin: 4px auto 16px auto;
    display: block;
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
    overflow-x: auto;
}

.blocco-quote-espanse {
    margin-top: 4px;
}

.sport-blocco::-webkit-scrollbar {
    width: 6px;
}

.sport-blocco::-webkit-scrollbar-track {
    margin-top: 6px;
    margin-bottom: 4px;
}

.row.intemporeale-sport {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 auto 0.5rem auto;
    align-items: center;
}

.intemporeale-sport .left {
    max-width: 15rem;
}

.intemporeale-sport .right a:hover {
    transition: all 500ms ease-in-out;
    padding-right: 4px;
}

.nascondi-banner-sport,
img.nascondi-banner-sport {
    height: 0;
    /* transition: all 500ms linear; */
    transition: all 0s;
    opacity: 0;
    visibility: hidden;
}

.banner-centrale-sport {
    /* transition: all 500ms linear; */
    transition: all 0s;
}

.altezza-max main#panel {
    position: relative;
    /*background: #fff;*/
    overflow-y: hidden;
    height: 100%;
    min-width: inherit;
}



.selettore-tipo-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    max-width: 480px;
}

.icona-sport-centrale img {
    max-width: 3rem;
    padding: 4px;
    width: 3rem;
    height: 3rem;
}

.icona-sport-centrale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: all 200ms ease-in-out;
}

.icone-sport-centrale {
    position: relative;
    width: 100%;
    display: block;
}

.icone-sport-centrale .margine-dx {
    margin-right: 0.25rem;
}

.icona-centrale-selezionata,
.icona-sport-centrale:hover {
    background: #f60;
    color: #fff;
    /* transition: all 200ms linear; */
    transition: all 0s;
}

.icona-centrale-selezionata img,
.icona-sport-centrale:hover img {
    filter: invert(100) brightness(1);
    /* transition: all 500ms linear; */
    transition: all 0s;
}

span.counter-icona-centrale {
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 8px;
}

.macro-gruppi {
    /* display: none; */
    display: block;
}

/* .tab-classifica ~ .macro-gruppi {
    display: none !important;
} */

.competizione-interna.unaColonna .macro-gruppi {
    display: block;
}

.elenco-macro {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* grid-gap: 0.25rem; */
}

.elenco-macro.icons-container-no-wrap>div:not(:last-child),
.aggregate.icons-container-no-wrap>div:not(:last-child) {
    margin-right: 3px;
}

.lista-eventi-schedina,
.evento-schedina.live-schedina {
    position: relative;
}

.live-schedina {
    background: url(../img/sport/bg-live.png) left center no-repeat;
    background-size: contain;
}

.unaColonna .elenco-macro,
.unaColonna .aggregate {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /* grid-gap: 0.25rem; */
}

.elenco-macro .elemento-macro,
.elenco-macro .elemento-macro-sub {
    padding: 0.25rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.15rem;
    text-align: center;
}

/* .elenco-macro .elemento-macro {
    background: #969696;
    color: #fff;
} */

.aggregate:not(.containerElementiDropdown) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.25rem;
    margin-top: 0.5rem;
}

.aggregate:not(.containerElementiDropdown) div {
    /* margin: 0 1px; */
    height: 2.15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 250ms linear;
}

/* .aggregate.containerElementiDropdown {
    margin-top: 0.5rem;
} */

*>.parentDropdown:not(:first-child) {
    margin-top: 0.5rem;
}

.aggregate.containerElementiDropdown div {
    /* margin: 0 1px; */
    height: 2.15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    transition: background-color 250ms linear;
}

/* .elenco-macro div:hover, */
.aggregate div.icona-selezionata,
.elenco-macro div.icona-selezionata {
    background: #ff6600;
    transition: background-color 250ms linear;
    color: #fff;
}

.elenco-macro.containerElementiDropdown>*,
.elenco-macro~.dropdown-box .elemento-macro {
    background: #969696;
    color: #fff;
    border: 1px solid transparent;
}

.aggregate.containerElementiDropdown>*,
.aggregate~.dropdown-box .elemento-macro {
    background: #fff;
    color: #787878;
    border: 1px solid transparent;
}

.elemento-macro:hover,
.aggregate div:hover {
    background: #ff6600;
    transition: background-color 250ms linear;
    color: #fff;
}

/* 
.elenco-macro.containerElementiDropdown > *:hover {
    border: 1px solid #6e6e6e;
}

.aggregate.containerElementiDropdown > *:hover {
    border: 1px solid #6e6e6e; 
}
*/

/* .dropdown-box-grid .elemento-macro,
.dropdown-box-grid .aggregate > * {
    background: #e8e8e8;
    color: #787878;
    border: 1px solid transparent;
}

.dropdown-box-grid .elemento-macro:hover,
.dropdown-box-grid .aggregate > *:hover {
    background: #e8e8e8;
    color: #787878;
    border: 1px solid #6e6e6e;
} */

.secondo-blocco-sport .macro-gruppi {
    display: block;
    margin-bottom: 1.5rem;
}

.lista-quote {
    display: -ms-grid;
    display: grid;
    grid-gap: 4px;
    align-items: center;
    margin: 2px auto;
}

.lista-quote.colonne-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.lista-quote.colonne-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tabellaQuoteCella .quota {
    min-width: 4rem;
    font-size: 0.9rem;
}

.tabella-quote-espansa .tabellaQuoteCella .quota {
    width: 100%;
    font-size: 0.9rem;
}

.tabellaQuoteCella.selezionabili {
    padding: 0.25rem 0.12rem;
}

.spread-uo {
    padding: 0 4px;
    background: #ececec;
    color: #000;
    height: 100%;
    cursor: pointer;
    width: 100%;
}

.macro-gruppo-l .spread-uo {
    max-height: 33px;
    max-width: 4rem;
    font-size: 0.9rem;
}

.quota {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    cursor: pointer;
    position: relative;
}

.quota-con-nome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quota-con-nome span:first-child {
    min-width: 0;
    margin-right: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.quota-con-nome span:last-child,
.quota-widget-evento span:last-child {
    color: #f60;
}

.quota-con-nome:hover span:last-child,
.quota-con-nome.selezionata span:last-child,
.quota-widget-evento:hover span:last-child,
.quota-widget-evento.selezionata span:last-child {
    color: #fff !important;
}

.quotazioniCompattaIntestazione {
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: minmax(70px, 100px) 1fr 70px;
}

.quotazioniCompattaIntestazione>*:nth-child(1) {
    width: min-content;
}

.quotazioniCompattaIntestazione>*:nth-child(2) {
    flex: 1;
    flex-grow: 1;
}

.quotazioniCompattaGridQuote {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-row-gap: 10px;
}

.scheda-giocata-sport {
    margin-bottom: 4px;
    padding-bottom: 1rem;
}

.scheda-giocata-sport:hover {
    background: #f6f6f6;
    transition: all 0s;
}

.scheda-giocata-sport>* {
    margin-bottom: 0.25rem;
}

.scheda-giocata-sport:last-child {
    margin-bottom: 0;
}

.schedina-scomm-checker {
    padding: 0.5rem 1rem;
}

input.input-personalizzato,
span.input-personalizzato {
    min-width: 40px;
    background: #ececec;
    border: 0px;
    max-width: 8rem;
    border-radius: 0.25rem;
    padding: 2px 4px;
    outline: none;
}

.schedina-scomm-checker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabella-puntate-sistema {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 3fr 1.5fr;
    grid-template-columns: 1fr 1fr 1fr 3fr 1.5fr;
}

.tabella-puntate-sistema>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.25rem;
}

.campo-tps {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.elemento-schedina {
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
}

.riepilogo-sistema {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.box-riepilogo-sistema {
    padding: 0.75rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.box-vincita-potenziale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.vincita-potenziale {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    padding: 0.75rem 0.5rem;
    grid-gap: 4px;
}

.container-variazioni-quote {
    display: flex;
    justify-content: space-between;
    grid-column-start: 1;
    grid-column-end: 3;
}

/* .testo-var-quote,
.bottoni-var-quote {
    grid-column-start: 1;
    grid-column-end: 3;
} */

.container-accetta-variazioni {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    padding: 0.75rem 0.5rem;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}

.container-accetta-variazioni>*:not(:last-child) {
    margin-right: 0.5rem;
}

.container-accetta-variazioni>*:first-child {
    margin-bottom: 0.5rem;
}

.bottoni-schedina {
    display: flex;
    padding: 1rem 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottoni-schedina button {
    min-width: 32%;
}

.sposta-sidebar {
    padding: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* transition: all 500ms ease-in-out; */
    transition: all 0s;
    will-change: width;
    background: rgba(0, 0, 0, 0.15);
}

.sposta-sidebar:hover {
    width: 15rem;
}

.sposta-sidebar:hover span.margine-dx {
    margin-right: 0;
}

.allarga-sidebar-dx {
    max-width: 400px !important;
}

.mostra-sidebar-dx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.testo-mostra-sidebar-dx {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.testo-mostra-sidebar-dx p {
    font-size: 16px;
    writing-mode: vertical-lr;
    margin: 0;
    transform: rotate(180.1deg);
    margin-bottom: 10px;
    margin-top: 0.5rem;
}

.testo-mostra-sidebar-dx svg {
    width: 20px;
    transform: rotate(270.1deg)
}

.sposta-sb {
    width: 3rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    /* transition: all 500ms ease-in-out; */
    transition: all 0s;
}

.sposta-sb-nasc {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.sposta-sidebar:hover .sposta-sb-nasc {
    width: 3rem;
    height: 2rem;
    opacity: 1;
    visibility: visible;
}

.sposta-sidebar:hover #freccia-ruota-sb {
    /* transition: all 500ms ease-in-out; */
    transition: all 0s;
    transform: rotateY(180deg);
}

#sposta-sb-1,
#sposta-sb-2 {
    background-image: url(../img/sport/sposta-sb-1.png);
}

#sposta-sb-3 {
    background-image: url(../img/sport/sposta-sb-3.png);
}

#sposta-sb-1.attivo-sb,
#sposta-sb-1:hover {
    background-image: url(../img/sport/sposta-sb-1-active.png) !important;
}

#sposta-sb-2.attivo-sb,
#sposta-sb-2:hover {
    background-image: url(../img/sport/sposta-sb-2-active.png) !important;
}

#sposta-sb-3.attivo-sb,
#sposta-sb-3:hover {
    background-image: url(../img/sport/sposta-sb-3-active.png) !important;
}

.sottomenu-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icone-controllo-sport-centrale img {
    padding: 2px;
    border-radius: 4px;
    filter: invert(1) brightness(2);
    max-width: 2rem;
    object-fit: contain;
}
.icone-controllo-sport-centrale svg {
    width: auto;
    height: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-left: 0;
    filter: unset;
    background: unset!important;
    width: 24px!important;
    object-fit: contain;
    padding: 2px;
    pointer-events: auto!important;
}

.icone-controllo-sport-centrale a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.icone-controllo-sport-centrale .margine-dx {
    margin-right: 0.5rem;
}

.icone-controllo-sport-centrale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.nome-competizione-sport {
    width: 100%;
    height: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex: 1;
}
.nome-competizione-sport img {
    max-width: 2rem;
    margin-right: 4px;
}
.nome-competizione-sport span {
    font-size: 1.2rem;
}

.controlli-sliderP {
    position: absolute;
    bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7rem;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.slider.caroselloPromo-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.scopri-promo {
    position: absolute;
    bottom: 16px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 10rem;
    cursor: pointer;
}

.info-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 1rem;
    margin-top: -8px;
    margin-bottom: 0.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.day-win .trattino {
    margin: 0 0.5rem;
}

.day-win {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    font-size: 0.9rem;
}

.caroselloSport .immagine-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-slider.carosello-sport/*, .sr-widget*/{
    height: min-content;
}

.unaColonna .container-slider.carosello-sport>div {
    visibility: hidden;
    height: 0px;
}

ul.slick-dots {
    position: absolute;
    bottom: 16px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.carousel-indicators {
    right: unset;
    top: 5%;
    bottom: unset;
    justify-content: left;
    margin-left: 1%;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    border-top: unset !important;
    border-bottom: unset !important;
}

.carousel-indicators .active {
    background: #d2161e !important;
}

.carousel-item img {
    width: 100%;
}

.icone-sport-slider i.fas.fa-chevron-left {
    position: absolute;
    left: 0;
    background: #000;
    color: #fff;
    padding: 0.25rem;
}

.icone-sport-slider i.fas.fa-chevron-right {
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
    padding: 0.25rem;
}

.icone-sport-slider .slick-arrow {
    opacity: 1;
    width: 2rem;
}

.img-flags {
    max-width: 1.5rem;
}

.scheda-top-match-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0.5rem;
}

.scheda-top-match-nav .active,
.scheda-top-match-nav a:hover {
    border-bottom: 3px solid #f60;
}

.titolo-partita-top-match {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
    /* padding: 0.5rem 0; */
    /* padding: 0.25rem 0; */
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
}

.scheda-giocata-sport>.titolo-partita-top-match {
    margin-bottom: 0;
}

.scheda-giocata-sport>.titolo-partita-top-match~.titolo-partita-top-match {
    margin-bottom: 0.25rem;
}

.titolo-partita-top-match .grigio {
    color: #404040;
}

.titolo-partita-top-match-squadra {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 0 0px;
}

.titolo-partita-top-match-separatore {
    flex: 0 0 auto;
    margin: 0 0.5rem;
    color: #ff6600;
}

.icone-torneo-top-match {
    /* position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 3rem;
    justify-content: space-between; */
    max-width: 18px;
    width: 18px;
    border-radius: 100%;
    overflow: hidden;
}

.titolo-partita-top-match img {
    max-height: 1.75rem;
}

img.img-fluid.altre-top-match.img-flags {
    border-radius: 100%;
}

.tempo-torneo-top-match {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 0.25rem; */
}

.la-soffiata-container .titolo-blocco-sport {
    justify-content: center;
    text-transform: uppercase;
}

.la-soffiata-box {
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
}

.la-soffiata-grid {
    grid-gap: 0;
}

.la-soffiata-grid.colonne-3 {
    grid-template-columns: min-content min-content 1fr !important;
    grid-template-columns: minmax(0, auto) minmax(0, auto) min-content !important;
}

.sof-titolo {
    background: #cccccc;
    padding: 0.75rem 0.5rem;
    color: #000;
}

.scheda-top-match-nav i {
    font-size: 1.25rem;
    line-height: 1.25;
}

.totale-soffiata {
    grid-column: 1/4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.25rem;
    align-items: center;
}

.totale-soffiata .sinistra {
    display: flex;
    flex-wrap: wrap;
}

.colonna-soffiata.sof-quote {
    background: #f5f5f5;
    padding: 0.5rem 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0.25rem 0;
}

.colonna-soffiata.sof-quote span {
    max-width: 100%;
}

.sof-suddiviso {
    display: grid !important;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    text-align: center;
}

.colonna-soffiata .quota {
    padding: 0.35rem;
}

.quota.disabilitata {
    cursor: not-allowed;
}

.quota.disabilitata:hover {
    background: inherit !important;
    color: inherit !important;
}

.selettore-soffiata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    width: 50%;
    border: 0px;
}

.selettore-soffiata a.active {
    color: #f60 !important;
    border-bottom: 1px solid;
}

.tabella-quote-espansa.esp-colonne-9 {
    -ms-grid-columns: auto auto 1fr auto auto auto auto auto auto;
    grid-template-columns: auto auto 1fr auto auto auto auto auto auto;
}

.tabella-quote-espansa.esp-colonne-8 {
    -ms-grid-columns: auto 1fr auto auto auto auto auto auto;
    grid-template-columns: auto 1fr auto auto auto auto auto auto;
}

.colonne-2 {
    -ms-grid-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.colonne-3,
.treColonne {
    -ms-grid-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.colonne-4 {
    -ms-grid-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.colonne-5 {
    -ms-grid-columns: repeat(5, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.colonne-6 {
    -ms-grid-columns: repeat(6, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.colonne-7 {
    -ms-grid-columns: repeat(7, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.colonne-8 {
    -ms-grid-columns: repeat(8, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.colonne-9 {
    -ms-grid-columns: repeat(9, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.colonne-10 {
    -ms-grid-columns: repeat(10, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.colonne-11 {
    -ms-grid-columns: repeat(11, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.colonne-12 {
    -ms-grid-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.colonne-13 {
    -ms-grid-columns: repeat(13, minmax(0, 1fr)) !important;
    grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}

.dueColonne .legenda {
    display: none;
}

.elemento-legenda {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unaColonna .legenda {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    max-width: 500px;
    margin: 1rem auto;
    padding: 1rem 2rem;
    background: #fff;
    display: block;
}

.icona-l {
    border: 2px solid;
    width: 2rem;
    height: 1.25rem;
    display: inline-block;
    border-radius: 0.25rem;
    background: #f5f5f5;
}

.l-unica {
    border-color: yellow;
}

.l-singola {
    border-color: cyan;
}

.l-tripla {
    border-color: darkgreen;
}

.l-quadrupla {
    border-color: blueviolet;
}

.l-quintupla {
    border-color: deeppink;
}

.d-grid.tabella-legenda {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 1rem;
    align-items: center;
    grid-row-gap: 18px;
}

.quote-extra {
    grid-column: 1/10;
    background: #f5f5f5;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding: 8px 4px;
    display: -ms-grid;
    display: grid;
}

.quote-extra:last-child {
    margin-bottom: 0;
}

.dueColonne .quote-extra {
    display: none;
}

.unaColonna .quote-extra {
    display: -ms-grid;
    display: grid;
}

.titolo-giocate-extra {
    /* margin-top: 4px; */
    background: #666;
    color: #fff;
}

.tabella-quote-extra {
    grid-gap: 0.5rem;
    background: #f5f5f5;
}

.elemento-quote-extra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.macro-gruppo-quote-extra {
    display: -ms-grid;
    display: grid;
    grid-gap: 4px;
}

.quote-extra .quota-con-nome {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #d8d8d8;
}

.quote-extra .quota-con-nome span:last-child {
    color: #f60;
}

.quote-extra .selezionata span:last-child,
.quote-extra .quota-con-nome:hover span:last-child {
    color: #fff;
}

.tool-scroll {
    padding: 1rem;
    background: #b9b9b9;
}

.tool-scroll > i {
    margin-right: 5px;
}

.fastbet-in-quote .dropdown-menu.show {
    overflow: hidden !important;
    min-height: 30rem;
    width: 20rem;
    height: 100%;
    padding-bottom: 3rem;
}

.dropdown-content {
    overflow-y: scroll;
    max-height: 30vh;
    max-width: 60vh;
}

.input-personalizzato-fastbet-ricerca {
    background: #ececec;
    border: 0px;
    max-width: 8rem;
    border-radius: 0.25rem;
    padding: 2px 4px;
}

.ricerca-fastbet-in-quote {
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
}

.ricerca-fastbet-in-quote input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: unset;
}

ul.lista-quote-interna-fastbet {
    margin-left: 0;
    padding: 4px;
    overflow: auto;
    height: 100%;
    list-style: none;
}

.lista-quote-interna-fastbet::-webkit-scrollbar {
    width: 6px;
}

ul.lista-quote-interna-fastbet ul {
    list-style: none;
    padding-left: 0;
}

ul.lista-quote-interna-fastbet ul a {
    color: #333 !important;
}

.toolbox-submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0.5rem;
    align-items: center;
}

.toolbox-submenu>div {
    margin-right: 4px;
}

.toolbox-submenu>div:last-child {
    margin-right: 0px;
}

.macro-gruppo-t,
.macro-gruppo-l {
    display: -ms-grid;
    display: grid;
    justify-content: stretch;
}

.macro-3col {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
}

.macro-2col {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}

.denominazione-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f5f5f5;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.denominazione-quote .nascosto {
    visibility: hidden;
}

.uo-selector {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
}

.uo-selector .dropdown-menu.show {
    min-width: unset;
}

.titolo.tabellaQuoteCella {
    background: #fff !important;
}

.macro-gruppo-t .tabellaQuoteCella {
    background: inherit;
}

.macro-gruppo-t .spread-uo {
    background: #fff;
}

.scroll-si {
    overflow: auto;
}

.scroll-si div#sidebar-sx,
.scroll-si #sidebar-dx,
.scroll-si main#panel {
    overflow-y: visible;
    /* padding-bottom: 4rem; */
}


.scroll-si .container-fluid.pagina-sport,
.scroll-si .sport-blocco,
.scroll-si .pagina-sport .row.no-gutters>div {
    height: auto;
    max-height: unset;
}

.stringi-dx .live-tracker-widget,
.stringi-dx .fastbet {
    display: none !important;
}

/* selezione sport */

.sel-sport-centrale {
    width: 100%;
    overflow-x: scroll;
    /* max-height: calc(100% - 200px); */
    display: grid !important;
    -ms-grid-columns: 6fr 0.15fr;
    grid-template-columns: 6fr 0.15fr;
    grid-gap: 1rem;
}

.widget-sel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: max-content;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    align-items: center;
    top: 0;
}

.selezione-sport-box {
    margin-bottom: 1rem;
}

.box-grande-sel {
    padding-bottom: 4rem;
}

.box-paese .bandierina-paese-selezione {
    max-width: 1.25rem;
    margin-right: 1rem;
}

.icona-sport-sel {
    width: 2.5rem;
}

.titolo-sport-sel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.lista-selezionabili ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lista-selezionabili li {
    width: 33%;
    font-size: 1.15rem;
}

.lista-selezionabili .custom-control-input:checked~.custom-control-label::before {
    border-color: #ff6600 !important;
    background-color: #ff6600 !important;
}

.lista-selezionabili {
    padding: 1rem 2rem;
}

.box-paese {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background: #fff;
}

.nome-paese {
    background: #ececec;
    padding: 1rem 2rem;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

a.bottone-w-sel {
    width: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    height: 48px;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.25);
}

.lista-selezionabili .custom-control-label::before {
    top: 0;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
}

.lista-selezionabili .custom-control-label::after {
    left: -1.75rem;
}

/* fine selezione sport */

/* stampa quote */

.titolo-sport-stampa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.lista-stampabili {
    padding: 3rem 0;
}

.lista-stampabili ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1rem;
    justify-items: start;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.lista-stampabili ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strumenti-stampa {
    padding: 2rem 2rem;
}

.strumento .colonne-3 {
    display: -ms-grid;
    display: grid;
    grid-gap: 4px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ff6600;
    background-color: #ff6600;
}

.box-date-stampa {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 50%;
    grid-gap: 1rem;
}

.box-date-stampa .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}

.box-date-stampa span.data-span {
    display: block;
}

.lista-stampabili .custom-control-label {
    cursor: pointer;
}

/* fine stampa quote */

/*responsive*/

@media all and (max-width: 1650px) {
    
    .elenco-macro,
    .aggregate {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .unaColonna .elenco-macro {
        font-size: 1rem;
    }
}

@media all and (max-width: 1400px) {
    
    .elenco-macro,
    .aggregate {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    /* .body-sport {
        min-width: 0;
        font-size: 10px;
    } */
    
    /* .icone-controllo-sport-centrale img {
        max-width: 1.5rem;
        height: 1.45rem;
    } */
    
    .tabellaQuoteCella .quota {
        min-width: 2.5rem;
        font-size: 0.75rem;
    }
}

@media all and (max-width: 1200px) {
    .quota {
        cursor: pointer;
        font-size: 0.9rem;
    }
}

@media all and (min-width: 1919px) {
    .dueColonne {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (min-width: 1921px) {
    .titolo-blocco-sport .icone-controllo-sport-centrale img {
        max-width: 2rem;
    }
}

/*fine responsive*/

/* fine sport */

.slick-slide {
    position: relative;
}

/*tabella */

.contenitore-table {
    padding: 4px;
    border-radius: 0.5rem;
}

.tabella-quote th div.cella,
.tabella-quote .linea-quote td div.cella {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 2px;
}

.tabella-quote {
    background: #fff;
}

.tabella-quote td,
.tabella-quote th {
    padding: 0;
}

.tabella-quote tr.linea-quote {
    background: transparent;
}

.tabella-quote .titolo-tabella-schedina {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
}

th {
    font-weight: 400;
}

.tabella-quote .td-quote .quota {
    font-size: 0.9rem;
    background: #d8d8d8;
    color: #f60;
    text-align: center;
    width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabella-quote .td-quote div {
    padding-left: 2px;
    padding-right: 2px;
}

.linea-quote td div.cella {
    background: #f5f5f5;
    height: 100%;
    border-collapse: collapse;
    min-height: 4.25rem;
}

.linea-quote td {
    border-bottom: 4px solid #fff;
}

.linea-quote td:first-child div {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.linea-quote td:last-child div {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.riga-spaziatrice {
    height: 0.5rem;
}

.table-squadre div {
    justify-content: flex-start !important;
    padding-left: 0.75rem !important;
}

td.table-squadre div {
    justify-content: flex-start !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}

tr.linea-quote td.segno-ultimo-macro div {
    padding-right: 0.75rem !important;
}

tr.linea-quote td.segno-ultimo-macro:last-child div {
    padding-right: 0 !important;
}

table .spread-uo {
    padding: 0.7rem 4px;
    background: #d8d8d8;
    color: #666 !important;
    width: 4rem;
}

tr.segni-tabella.maiuscolo th {
    background: #f5f5f5;
    font-weight: 400;
    color: #444 !important;
}

tr.segni-tabella.maiuscolo th:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

tr.segni-tabella.maiuscolo th:last-child {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

th .spread-uo {
    background: transparent;
}

th i.margine-sx-mezzo {
    margin-left: 2px;
    font-size: 0.85rem;
}

.bordato-widget {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.bordato-widget-a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.spreaduo .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 6rem !important;
    max-height: 6rem;
}

.uo-selector .dropdown-menu.show,
.selettore-uo .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 6rem !important;
    max-height: 6rem;
    max-width: 6rem;
}

.cella.cel-tempo-live div {
    width: 100% !important;
}

.cella.cel-tempo-live {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
}

/*fine tabella */

/* calcolatrice */

a.apri-calc {
    display: flex;
    align-items: center;
    padding: 0.35rem;
}

.riga-calc {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 0.25rem;
}

.calcSingola-keys button,
.calcMultipla-keys button {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    max-width: unset !important;
    margin-bottom: 0.5rem;
    border-radius: 4px !important;
    color: #666;
    margin-right: 0.25rem;
    margin-bottom: 0;
    width: 100%;
}

.riga-calc button:last-child {
    margin-right: 0;
}

.input-calc {
    /* background: transparent !important; */
    background: #ececec !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    max-width: unset !important;
    padding: 0.75rem 0.75rem !important;
    border-radius: 4px !important;
    color: #666;
    width: 80px;
    flex: 0 0 30%;
}

span.inc-dec-button {
    background: #ececec !important;
    border-style: solid;
    text-align: center;
    width: 18px;
    display: inline-table;
    border-width: 1px;
    color: #000;
    background: #FFF;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    height: 20px;
    user-select: none;
}

.bottoni-calc {
    display: flex;
    justify-content: space-around;
}

.bottoni-calc input {
    -webkit-appearance: unset;
    background: #ececec;
    box-shadow: unset;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.35rem;
    border-radius: 4px;
    width: 100%;
    color: #666;
    margin-right: 2px;
}

.inserimento-puntata {
    padding: 0.5rem;
}

.bottoni-calc input:last-child {
    margin-right: 0;
}

/*  fine calcolatrice */

/* live */

/* live suite */

.sport-live-suite {
    margin-bottom: 0.5rem;
}

.blocco-sx-live {
    margin: 0px auto 16px auto;
    display: block;
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
    overflow-x: auto;
}

.titolo-competizione-live {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

.toggle-nascondi-live {
    position: relative;
    display: flex;
    align-items: center;
}

.toggle-nascondi-live:after {
    font-family: "Font Awesome 5 Free", "fontawesome";
    content: "\f077";
    color: #fff;
    font-weight: 900;
    margin-left: 0.25rem;
    /* transition: all 200ms ease-in; */
    transition: all 0s;
    position: absolute;
    right: 1rem;
}

.toggle-nascondi-live.nero:after {
    color: #000;
}

.tog-menu:after {
    right: 2px;
}

.regione-widget>.elemento-competizioni-widget span:last-child,
.elemento-competizioni-widget>.titolo-accordion span:last-child {
    margin-right: 16px;
}

/* 
.regione-widget>.elemento-competizioni-widget>*:first-child {
    flex: 1;
}

.regione-widget>.elemento-competizioni-widget>span:last-child,
.elemento-competizioni-widget>.titolo-accordion>span:last-child {
    min-width: 27px;
    text-align: right;
}

.regione-widget>.elemento-competizioni-widget span:last-child,
.elemento-competizioni-widget>.titolo-accordion span:last-child {
    margin-right: 10px;
}

@media screen and (min-width: 1920px) {
    
    .regione-widget>.elemento-competizioni-widget>span:last-child,
    .elemento-competizioni-widget>.titolo-accordion>span:last-child {
        min-width: 38px;
    }
    
    .regione-widget>.elemento-competizioni-widget span:last-child,
    .elemento-competizioni-widget>.titolo-accordion span:last-child {
        margin-right: 16px;
    }
} 
*/



.regione-widget>.competizione-sub .elemento-competizioni-widget>span:first-child {
    flex: 1;
}

.regione-widget>.competizione-sub .elemento-competizioni-widget>span:last-child {
    min-width: 27px;
    text-align: right;
}


@media screen and (min-width: 1920px) {
    .regione-widget>.competizione-sub .elemento-competizioni-widget>span:last-child {
        min-width: 35px;
        text-align: right;
    }
    
}











.collapsed.toggle-nascondi-live:after {
    /* transition: all 200ms ease-in; */
    transition: all 0s;
    transform: rotate(180deg);
}

.lista-nazioni {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

figure.bandierina-live {
    margin-right: 0.25rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 4px;
    border-radius: 4px;
    max-width: 5rem;
}

.bandierina-live img {
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
}

.icone-live-paesi i.fas.fa-chevron-left {
    position: absolute;
    left: 0;
    background: #000;
    color: #fff;
    padding: 0.25rem;
}

.icone-live-paesi i.fas.fa-chevron-right {
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
    padding: 0.25rem;
}

.icone-live-paesi .slick-arrow {
    opacity: 1;
    width: 2rem;
}

.icone-live-paesi img {
    padding: 2px;
}

.icone-live-paesi .icona-centrale-selezionata img,
.icona-sport-centrale:hover img {
    filter: unset;
    /* transition: all 200ms linear; */
    transition: all 0s;
    background: #fff;
}

.sport-live-suite .contenitore-table {
    padding-top: 2px;
    margin-top: -5px;
}

.sport-live-suite .slick-track {
    margin-left: 0;
}

.live-icone-slider .slick-slide,
.live-paesi-slider .slick-slide {
    padding: 0px 2px;
}

.live-paesi-slider .slick-list.draggable {
    margin-right: 16px;
    margin-left: 16px;
}

/* icone altro */

.container-sport-icone-live {
    background: #fff;
    border-radius: 0.25rem;
}

.paesi-icone-live,
.sport-icone-live {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
    align-items: center;
}

figure.paese-icona-live,
figure.sport-icona-live {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    padding: 0.25rem;
    cursor: pointer;
    /* transition: background-color 200ms linear; */
    transition: all 0s;
    margin-bottom: 0;
    position: relative;
    background: transparent;
}

.icona-selezionata figure.paese-icona-live,
figure.paese-icona-live:hover {
    /* transition: background-color 200ms linear; */
    transition: all 0s;
    color: #f60;
}

/* div:not(.dropdown-box-grid):not(.icons-container-wrap)
> *
> .icona-selezionata
figure.paese-icona-live:after,
div:not(.dropdown-box-grid) > * > figure.paese-icona-live:hover:after {
    content: "";
    height: 0;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) scale(1.6);
} */

.icons-container-no-wrap>.icona-selezionata figure.paese-icona-live:after,
.icons-container-no-wrap figure.paese-icona-live:hover::after {
    content: "";
    height: 0;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) scale(1.6);
}

.icona-selezionata figure.sport-icona-live,
figure.sport-icona-live:hover {
    background: transparent;
    /* transition: background-color 200ms linear; */
    transition: all 0s;
    color: #f60;
}

.icons-container-no-wrap:not(.icons-container-no-arrow)>.icona-selezionata figure.sport-icona-live:not(.sport-icona-live_template_2):after,
.icons-container-no-wrap:not(.icons-container-no-arrow) figure.sport-icona-live:not(.sport-icona-live_template_2):hover::after {
    content: "";
    border-bottom: 20px solid #000;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
}

figure.paese-icona-live img,
figure.sport-icona-live img {
    /* background: #fff; */
    width: 2.5rem;
    max-height: 2.5rem;
    padding: 2px;
    border-radius: 100%;
    margin-bottom: 2px;
    /* max-width: 100%;
    height: auto; */
}

figure.paese-icona-live img.icoFavourites,
figure.sport-icona-live img.icoFavourites {
    transform: translate(-2px, -5px);
}

.icoFavourites{
    background-image: url(../img/sport/svg/star.svg);
}

.icoAgendaStr{
    background-image: url(../img/sport/svg/live-streaming.svg);
}

figure.paese-icona-live img {
    margin-right: 0.25rem;
    height: auto;
    width: 2rem;
}

.paesi-icone-live figure.paese-icona-live,
.live-paesi-slider figure.paese-icona-live {
    flex-direction: row;
    justify-content: space-around;
}

.paesi-icone-live figure.paese-icona-live img,
.live-paesi-slider figure.paese-icona-live img {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0px;
}

.cella.squadre-due-righe,
.dueColonne.live-suite-cont .table-squadre div.cella {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.cella.squadre-due-righe .trattino,
.dueColonne.live-suite-cont .table-squadre .trattino {
    display: none;
}

.cella.squadre-due-righe span.battuta {
    display: flex;
    align-items: center;
    position: relative;
}

.cella.squadre-due-righe span.battuta:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: #ff6600;
    margin-left: 0.5rem;
}

span.contatore-live-icone {
    position: absolute;
    right: 4px;
    font-size: 0.8rem;
    line-height: 1.25;
}

.multibet-gruppo {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
}

.multibet-largo .colonne-nascoste {
    display: table-cell !important;
}

.multibet-largo .legenda {
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    margin-top: 4rem;
}

.multibet-largo .paesi-icone-live,
.multibet-largo .sport-icone-live {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
    align-items: center;
    margin-bottom: 0.5rem;
}

.evento-live-centrale {
    overflow-y: auto;
}

.evento-live-centrale .quote-extra {
    display: -ms-grid;
    display: grid;
}

.evento-live-centrale .macro-gruppi {
    display: block;
}

.evento-live-centrale .titolo-giocate-extra {
    background: #000;
}

.toolbox-evento .selettore-colonne-evento a {
    /* transition: all 200ms ease-in-out; */
    transition: all 0s;
    position: relative;
    justify-content: center;
    display: flex;
}

.toolbox-evento {
    padding-top: 0.75rem;
    position: relative;
    justify-content: flex-end;
    padding-bottom: 0.75rem;
    align-items: center;
    justify-content: center !important;
}

.strumenti-toolbox-evento {
    position: absolute;
    right: 1rem;
}

.widget-evento {
    position: relative;
}

.apri-widget-evento-dx::after {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: #000000;
    position: absolute;
    bottom: 5px;
    left: 26px;
    border-radius: 100%;
}

.apri-widget-evento-su::after {
    content: "\f0aa";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: #000000;
    position: absolute;
    bottom: 5px;
    left: 26px;
    border-radius: 100%;
    /* transition: all 250ms ease-in-out; */
    transition: all 0s;
}

.aperto-widget-evento-su .widget-stats.w-superiore.d-none {
    display: block !important;
}

.aperto-widget-evento-su .info-evento-centrale {
    display: none !important;
}

.aperto-widget-evento-dx .widget-stats.w-destro.d-none {
    display: block !important;
}

.aperto-widget-evento-dx .apri-widget-evento-dx::after,
.aperto-widget-evento-su .apri-widget-evento-su::after {
    content: "\f057";
    /* transition: all 250ms ease-in-out; */
    transition: all 0s;
    transform: rotate(180deg);
}

.strumenti-toolbox-evento a {
    margin-right: 1rem;
}

.strumenti-toolbox-evento a:last-child {
    margin-right: 0;
}

.widget-evento img {
    height: 1.75rem;
}

.selettore-colonne-evento a.selezionato-toolbox:after,
.toolbox-evento .selettore-colonne-evento a:hover:after {
    /* transition: all 200ms ease-in-out; */
    transition: all 0s;
    content: "";
    width: 120%;
    background: #f60;
    height: 4px;
    position: absolute;
    bottom: -9px;
}

.contenitore-evento-widget {
    padding: 4px;
}

.evento-attivo {
    border-left: 4px solid #f60;
}

.quota-widget-evento.quota {
    padding: 2px 7px;
    background: #ececec;
    position: relative;
}

@media screen and (max-width: 1919px) {
    .contenitore-evento-widget .sotto-widget-evento .quota-widget-evento {
        flex-direction: column;
        align-items: center;
    }
}

.sotto-widget-evento {
    margin-bottom: 0.5rem;
}

.sotto-widget-evento:last-child {
    margin-bottom: 0;
}

.logo-squadra {
    height: 5rem;
}

.info-evento-centrale {
    background: #ececec;
    padding: 1rem;
    font-size: 2rem;
}

.info-evento-centrale>.squadra-evento.squadra-casa,
.info-evento-centrale>.squadra-evento.squadra-trasferta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.info-evento-centrale>.punteggio-evento-centrale {
    /* -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5; */
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.info-evento-centrale>.squadra-evento.squadra-casa,
.info-evento-centrale>.squadra-evento.squadra-trasferta {
    word-break: break-word;
}

.info-evento-centrale>*:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.info-evento-centrale>*:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contenitore-evento-widget .sotto-widget-evento:hover {
    background-color: #f4f4f4;
}

.load-more-icona-live,
.load-more-paese-live {
    display: none;
}

.tasto-carica {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin-left: 0.12rem;
}

img.ico-preferiti {
    background: transparent !important;
}

.live-paesi-slider .nav-personalizzato i {
    background: transparent !important;
    color: #000 !important;
}

/* fine icone altro */

/* fine live suite */
/* fine live */

/* icone slider personalizzato exa */

.container-slider-icone {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 60px !important;
    display: flex;
}

.container-slider-icone-paese {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 27px !important;
    display: flex;
}

.dropdown-box-grid .icona-slider-paese span:nth-of-type(1) {
    width: calc(100% -24px - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-slider-icone.bordato {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}

.slider-icone-sport,
.slider-icone-paese {
    /* background: #f3f3f3; */
    width: 100%;
    height: 80px !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.slider-icone-paese {
    height: 60px !important;
}

/* .icona-slider-paese, */
.icona-slider-sport {
    display: inline-block;
    min-width: 100px;
    height: 100%;
    position: relative;
    flex: 0 0 auto;
}

.icona-slider-paese {
    display: inline-block;
    width: auto;
    height: 100%;
    position: relative;
    flex: 0 0 auto;
}


.icons-container .icona-slider-sport:last-child::after,
.icons-container .icona-slider-paese:last-child::after {
    content: "";
    background: transparent;
    z-index: 0;
    position: relative;
    display: block;
    height: 50%;
    bottom: 50%;
    width: 100px;
    right: -100%;
}

.paddle,
.paddle-paese {
    /* position: absolute;
    top: 0;
    bottom: 0; */
    flex: 0 0 auto;
    width: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    background: #f3f3f3;
}

.left-paddle,
.left-paddle-paese {
    left: 0;
    margin-right: 3px;
}

.right-paddle,
.right-paddle-paese {
    right: 0;
    margin-left: 3px;
}

.down-paddle {
    /* position: absolute;
    top: 0;
    left: calc(100% + 2px);
    height: 100%; */
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    border-radius: 10px;
    flex: 0 0 auto;
    margin-left: 3px;
}

.down-paddle>* {
    /* transition: all 0.2s ease-out; */
    transition: all 0s;
}

.left-paddle,
.right-paddle,
.left-paddle-paese,
.right-paddle-paese {
    border-radius: 10px;
    background-color: #d9d9d9;
}

.paddles-buttons-2 .left-paddle,
.paddles-buttons-2 .right-paddle,
.paddles-buttons-2 .down-paddle {
    border-radius: 5px !important;
    width: 1.5rem !important;
}

.paddles-buttons-2 .left-paddle,
.paddles-buttons-2 .right-paddle,
.paddles-buttons-2 .down-paddle * {
    /* background: #e8e8e8; */
    color: #787878;
    /* border: 1px solid transparent; */
}

.paddles-buttons-2 .icona-slider-sport.ico-chiusura,
.icona-slider-paese.ico-chiusura {
    background: #f5f5f5;
    z-index: 9;
    width: 3rem;
    color: #f5f5f5;
    position: relative;
    height: 27px;
}

.horiz-sc.scrollando,
.horiz-sc.scrollando figure,
.horiz-sc.scrollando div {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
}

.icona-slider-sport.ico-chiusura {
    bottom: 1rem;
}

/* calendario */

.filtro-giorni-cal.primo-filtro a:not(:last-child) {
    margin-right: 1.5rem;
}

.filtro-giorni-cal.primo-filtro span {
    margin-right: 1.5rem;
    font-size: 1.5rem;
}

.filtro-giorni-cal {
    background: #fff;
}

.filtro-giorni-cal.primo-filtro {
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filtro-giorni-cal.secondo-filtro {
    border-radius: 0 0 0.5rem 0.5rem;
}

.container-tabella-calendario {
    background: #fff;
    border-radius: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
}

.container-calendario {
    background: rgba(0, 0, 0, 0.05);
}

.container-calendario>div:first-child {
    background: rgba(0, 0, 0, 0.075);
}

.container-tabella-calendario th {
    font-size: 1.15rem;
    font-weight: bold;
    color: #555;
    border: 0 !important;
    text-transform: uppercase;
}

.betslip-content tbody tr:nth-of-type(even) {
    background: #f2f2f2;
}

.container-tabella-calendario td {
    font-size: 1.25rem;
}

.container-tabella-calendario tbody tr:is(:even) {
    font-size: 1.25rem;
}

.spaziatore-tab th {
    height: 1px;
    padding: 1px !important;
    background: #e0e0e0;
}

.filtro-giorni-cal.secondo-filtro img {
    height: 2rem;
}

a.filtro-attivo-cal-sport,
.secondo-filtro a:hover {
    border-bottom: 3px solid #f60;
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.filtro-giorni-cal.secondo-filtro a {
    padding: 4px 8px;
    text-transform: uppercase;
    /* transition: all 350ms ease-in-out; */
    transition: all 0s;
    position: relative;
}

.filtro-giorni-cal.secondo-filtro a:not(:last-child) {
    margin-right: 0.5rem;
}

span.contatore-sport-calendario {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 8px;
}

.container-tabella-calendario th {
    padding: 1rem 2rem;
}

.container-tabella-calendario td {
    padding: 0.5rem 2rem;
}

.filtro-giorni-cal.primo-filtro a:hover,
.filtro-giorni-cal.primo-filtro a.active {
    border-bottom: 2px solid #f60;
}

.container-tabella-calendario td:nth-child(1) {
    width: 7%;
}

.container-tabella-calendario td:nth-child(3) {
    width: 60%;
}

.container-tabella-calendario td:nth-child(4),
.container-tabella-calendario th:nth-child(4) {
    text-align: right;
}

/* fine calendario */

/* multilive */

.titolo-box {
    background: #222;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 4px 4px 0 0;
}

.titolo-calcio span:first-child:before {
    content: "";
    background: url(../img/sport/icone-sport-flat/calcio.png) no-repeat;
    background-size: contain;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 4px;
    border: 1px solid #d9d9d9;
}

.body-box-partite {
    padding: 0.75rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 4px 4px;
    background: #fff;
}

.container-slider-box-partite {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100px;
}

.quote-evento-multilive {
    height: 25rem;
    overflow: auto;
}

.box-multilive {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.slider-box-partite {
    background: #f3f3f3;
    width: 100%;
    height: 120px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.slider-box-partite>*:not(last-child){
    margin-right: 0.5rem;
}

.box-slider-partite {
    display: inline-block;
    width: 250px;
    height: 100%;
    position: relative;
}

.titolo__box__immagine {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.titolo__box__evento {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.titolo__box__tempo {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 0;
}

.box-slider-partite:last-child::after {
    content: "";
    background: #f3f3f3;
    z-index: 9999999999999;
    position: relative;
    display: block;
    height: 50%;
    bottom: 50%;
    width: 100px;
    right: -100%;
}

.paddle-box-partite {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    background: #f3f3f3;
}

.left-paddle-box-partite {
    left: 0;
}

.right-paddle-box-partite {
    right: 0;
}

.horiz-sc.scrollando,
.horiz-sc.scrollando figure,
.horiz-sc.scrollando div {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
}

.icona-slider-sport.ico-chiusura {
    bottom: 1rem;
}

.titolo-evento-multilive .info-evento-centrale {
    width: 90%;
    margin-right: 2px;
    border-radius: 0.5rem 0 0 0.5rem;
}

.titolo-evento-multilive .info-evento-centrale>*:nth-child(1),
.titolo-evento-multilive .info-evento-centrale>*:nth-child(3) {
    /* flex: 0 1 auto; */
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    min-width: 0;
    display: flex;
    align-items: center;
}

.titolo-evento-multilive .info-evento-centrale>*:nth-child(1) {
    justify-content: flex-start;
}

.titolo-evento-multilive .info-evento-centrale>*:nth-child(3) {
    justify-content: flex-end;
}

.titolo-evento-multilive .info-evento-centrale>*:nth-child(1) span,
.titolo-evento-multilive .info-evento-centrale>*:nth-child(3) span {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toolbox-multilive {
    background: #ececec;
    width: 10%;
    border-radius: 0 0.5rem 0.5rem 0;
}

.toolbox-multilive i {
    margin: 0 auto;
    width: 50%;
    color: #777;
    cursor: pointer;
    /* transition: all 200ms ease-in-out; */
    transition: all 0s;
    text-align: center;
}

.toolbox-multilive i:hover {
    color: #f60;
    /* transition: all 200ms ease-in-out; */
    transition: all 0s;
}

.contenitore-multilive {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    justify-content: center;
    padding: 6px;
}

#trascinabile {
    position: absolute;
    z-index: 9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    min-width: 20rem;
}

#trascinabileheader {
    width: 100%;
    padding: 10px;
    cursor: move;
    z-index: 10;
    border-radius: 0.5rem 0.5rem 0 0;
}

/* fine multilive */

/* modifiche del 23.01.2019 */

.cella.cel-tempo-live div.risultato-live {
    min-width: 5rem !important;
    max-width: 7rem !important;
}

td.table-squadre .cella {
    min-width: 150px;
}

td.table-squadre .cella span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 9rem;
}

figure.paese-icona-live span.margine-sx {
    margin-left: 6px;
}

.slider-icone-paese .icona-slider-paese {
    width: auto;
}

/* fine modifiche del 23.01.2019 */

/* modifiche extra del 24.11.2020 */

.titolo-blocco-sport.bg-nero.bianco .nome-partita-sport,
.ricerca-titolo-blocco-sport,
.tool-multilive {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.betbuilder-tab {
	background: #03c02e24;
    color: #FFF;
    font-weight: bold;
}
.betbuilder-tab.active{
	background: #03c02e;
}
.betBuilderMatch{
	font-size:20px;
	color:#FFF;
}
.betBuilderMatchPreviewContainer{
	display:flex;
	width: fit-content;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2%;
}

.betBuilderMatchPreview {
    width: 210px;
    height: 70px;
    justify-content: center;
    display: grid;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 15px;
    background: linear-gradient(314deg, rgb(108 159 188 / 83%) 0%, rgb(156 184 225 / 78%) 100%);
    border-radius: 7px;
    color:#000;
}

.betBuilderMatchPreview:hover{
	background: #fc0;
}

.betBuilderMatchPreview.selected{
	background: linear-gradient(314deg, rgb(255 204 0) 0%, rgb(194 157 9) 100%);
}

.betBuilderMatchPreview > .timestamp {
	margin-top:10px;
	font-size:10px;
	text-align: center;
}
.betBuilderMatchPreview > .matchname{
	font-weight:bold;
	text-align: center;
}

.strumenti-competizione>a {
    flex: 1;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid transparent;
    /* transition: all 250ms ease-in-out; */
    transition: all 0s;
}

.strumenti-competizione>a.active,
.strumenti-competizione>a:hover {
    flex: 1;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    text-align: center;
    border-color: #f60;
}

.tab-classifica th,
.tab-classifica td {
    padding: 0.5rem;
}

.tab-classifica th {
    font-weight: 600;
}

.rigaStepClassifica {
    border-bottom: 1px dashed #ccc;
}

td.suGiu>i {
    display: none;
}

td.suGiu.sqScende i.fa-arrow-down {
    display: inline-block;
    color: #d10e0e;
}

td.suGiu.sqSale i.fa-arrow-up {
    display: inline-block;
    color: darkgreen;
}

td.suGiu,
th.suGiu {
    padding: 0;
    width: 1rem;
}

.scAggiuntive {
    padding: 0.25rem 0;
}

a.scAggiuntiva {
    color: rgb(255 255 255 / 40%);
    flex: 1;
    text-align: center;
}

a.scAggiuntiva.active {
    color: #fff;
}

.tabelleSchedineNumerate>div {
    display: none;
}

.outrightsCont .quota-con-nome {
    margin: 0.25rem auto;
    padding: 0.5rem 0.75rem;
}

/* .outrightsCont {
    flex: 1;
    margin-right: 4px;
    margin-bottom: 0.5rem;
    min-width: calc(50% - 4px);
    max-width: calc(50% - 4px);
} */

/* linguette */

.sport-color-1:before {
    background: green;
}

.sport-color-2:before {
    background: blue;
}

.sport-color-3:before {
    background: green;
}

.sport-color-4:before {
    background: #fff;
}

.sport-color-5:before {
    background: red;
}

.sport-color-6:before {
    background: brown;
}

.sport-color-7:before {
    background: blue;
}

.sport-color-8:before {
    background: #fc0;
}

.sport-color-9:before {
    background: #f60;
}

.sport-color-10:before {
    background: orange;
}

.sport-color-11:before {
    background: #fff;
}

.sport-color-12:before {
    background: #8f0;
}

.sport-color-13:before {
    background: #fff;
}

.sport-color-14:before {
    background: #fe0;
}

.sport-color-15:before {
    background: orange;
}

.sport-color-16:before {
    background: red;
}

.sport-color-17:before {
    background: #fe0;
}

.sport-color-18:before {
    background: orange;
}

.sport-color-19:before {
    background: darkgreen;
}

.sport-color-20:before {
    background: blue;
}

.sport-color-21:before {
    background: #94ccfc;
}

.sport-color-23:before {
    background: #fff;
}

.sport-color-43:before {
    background: #eee;
}

.sport-color-44:before {
    background: yellow;
}

.sport-color-29:before {
    background: cyan;
}

.sport-color-22:before {
    background: yellow;
}

.sport-color-26:before {
    background: #fc0;
}

/* MOD L */

/* Search Results Popup */

.titolo_1 {
    display: inline-block;
    background: #666666;
    border-radius: 0.5rem;
    padding: 8px 16px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    font-weight: 400 !important;
}

.autocomplete-search-results-popup-fastbet{
    width: 300px;
    position: fixed;
    z-index: 100;
    right: 5px;
    overflow: auto;
    background: #FFF;
}

.has-autocomplete-search-results-popup {
    position: relative;
    background-color: pink;
}

.autocomplete-search-results-popup {
    /*position: absolute;*/
    position: fixed !important;
    overflow-y: auto !important;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 999;
    background-color: #424242;
    border-radius: 0.25rem;
    overflow: hidden;
    /*border: 2px solid white;*/
    border: 2px solid #000;
}

.autocomplete-search-results-popup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 2px solid black;
    border-radius: 2px;
}

.autocomplete-search-results-popup ul>* {
    margin: 0;
}

.autocomplete-search-results-popup-title {
    background-color: #000;
    color: white;
    text-transform: capitalize;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
}

.autocomplete-search-results-popup-title-2 {
    background-color: #424242;
    color: white;
    /* color: #424242;
    background-color: white; */
    text-transform: capitalize;
    padding: 3px 0;
    text-align: center;
    font-size: 15px;
}

.autocomplete-search-results-popup-title-3 {
    /* background-color: #969696;*/
    background-color: white;
    text-transform: capitalize;
    padding: 2px 2px;
    text-align: left;
    font-size: 12px;
    /* transition: all 250ms linear; */
    transition: all 0s;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-search-results-popup-title-3:not(:last-child) {
    margin-bottom: 2px !important;
}

.autocomplete-search-results-popup-title-3:hover, .autocomplete-search-results-popup-title-3.pointed {
    background-color: #ff6600!important;
}

.autocomplete-search-results-popup-title-3 a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    color: #5d5d5d;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-search-results-popup-title-3:hover a {
    color: white;
}

.sports-icons-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.overflow-unset {
    overflow: unset !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.w-100-2rem {
    width: calc(100% - 2rem) !important;
}

.down-paddle>button {
    width: 100%;
    height: 100%;
    outline: none !important;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    border-radius: 10px;
}

.down-paddle>button:active,
.down-paddle>button:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-box {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    
    overflow-y: scroll;
    
    background-color: #f3f3f3;
    border-radius: 5px;
    
    box-shadow: 0px 0px 52px #000000ab;
}

.dropdown-box-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 2px;
    padding: 4px;
}

.slider-icone-paese~.dropdown-box .dropdown-box-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.box-grid-2 .dropdown-box-grid {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}

.close-dropdown-box-btn {
    background-color: transparent;
    height: 40px;
    width: 40px;
    margin: 5px;
}

.close-dropdown-box-btn > i {
    font-size: 20px;
}

.close-dropdown-box-btn:active,
.close-dropdown-box-btn:focus {
    outline: none;
}

.icons-container::-webkit-scrollbar,
.horiz-sc::-webkit-scrollbar {
    display: none;
}

.icons-container,
.horiz-sc {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.go-up-arrow-on-overflow {
    position: relative;
}

.up-arrow-on-overflow {
    position: sticky;
    z-index: 1;
    height: 0;
    width: 0;
    top: 95%;
    left: 100%;
    visibility: hidden;
    opacity: 0;
}

.up-arrow-on-overflow>* {
    width: 50px;
    height: 50px;
    transform: translateX(-50px);
    background-color: #d9d9d9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dropdown */
.parentDropdown {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    align-items: stretch;
}

/*
.containerElementiDropdown {
    display: flex;
    white-space: nowrap;
    width: 100%;
}
*/

.icons-container-no-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
}

.icons-container-wrap {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    width: 100%;
    height: unset !important;
}

.icons-container-wrap>* {
    margin-bottom: 3px;
}

.icons-container-wrap>*:not(:last-child) {
    margin-right: 3px;
}

.icons-container .icona-slider-paese:not(:last-child) {
    margin-right: 5px;
}

.icons-container .icona-slider-sport {
    margin-right: 0px;
}

.icons-container.icons-container-wrap .icona-slider-sport {
    margin-bottom: 5px;
}

.icons-container.force-grid-view {
    display: grid;
    grid-gap: 3px;
    width: 100%;
}

.icons-container.force-grid-view>.elementoDropdown {
    width: unset !important;
    max-width: unset !important;
}

.elementoDropdown {
    padding-left: 5px !important;
    padding-right: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-box-grid .elementoDropdown {
    max-width: unset !important;
    width: auto !important;
}

.elementoDropdown>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-box-grid .elemento-macro:hover,
.dropdown-box-grid .elemento-macro.icona-selezionata {
    background: #ff6600;
    /* transition: background-color 250ms linear; */
    transition: all 0s;
    color: #fff;
}

.dropdown-box-grid .elemento-macro,
.dropdown-box-grid .elemento-macro-sub {
    padding: 0.25rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.15rem;
    text-align: center;
}

.dropdown-box-grid .elemento-macro {
    margin: 2px;
}

.dash-after-class::after {
    content: "\00a0-\00a0";
}

.dash-after-transparent-class::after {
    content: "\00a0-\00a0";
    color: transparent;
}

/* TABELLA QUOTE */

.tabellaQuoteNew,
.tabellaQuoteIntestazione {
    max-width: 100%;
    display: grid;
}

.tabellaQuoteIntestazione .gridInterernaQuotazioni>*:first-child {
    height: var(--altezza-prima-riga-intestazione);
}

.tabellaQuoteIntestazione .gridInterernaQuotazioni>*:nth-child(2) {
    height: calc(100% - var(--altezza-prima-riga-intestazione));
}

/* .tabellaQuoteNew {
    margin-bottom: 0.5rem;
} */

.contenitoreRiga:not(:last-child) {
    margin-bottom: 0.5rem;
}

.tabellaQuoteNew {
    overflow: visible;
}

.tabellaQuoteIntestazione {
    overflow: hidden;
}

.tabellaQuoteTempo {
    grid-area: tabellaQuoteTempo;
    user-select: none;
}

.tabellaQuoteData {
    grid-area: tabellaQuoteData;
}

.tabellaQuoteAlias {
    grid-area: tabellaQuoteAlias;
}

.tabellaQuoteTorneo {
    grid-area: tabellaQuoteTorneo;
    font-weight: bold;
}

.tabellaQuoteCampetto {
    grid-area: tabellaQuoteCampetto;
}

.tabellaQuoteSquadre {
    grid-area: tabellaQuoteSquadre;
    position: relative;
}

.tabellaQuoteStatistiche {
    grid-area: tabellaQuoteStatistiche;
    z-index: 1;
}

.tabellaQuoteRisultatoEsatto {
    grid-area: tabellaQuoteRisultatoEsatto;
    overflow: hidden;
}

.tabellaQuoteRisultatoEsattoEspandi {
    grid-area: tabellaQuoteRisultatoEsattoEspandi;
}

.tablesCompacted .tabellaQuoteStatistiche {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tablesExpanded .tabellaQuoteStatistiche {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabellaQuoteAltre {
    grid-area: tabellaQuoteAltre;
}

.tabellaQuoteRisultatiParziali {
    grid-area: tabellaQuoteRisultatiParziali;
}

.tabellaQuoteContenitoreQuotazioni {
    grid-area: tabellaQuoteContenitoreQuotazioni;
}

.gridInterernaQuotazioni {
    display: flex;
    cursor:pointer;
}

.tabellaQuoteTorneo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tabellaQuoteTorneo i:last-child {
    margin-left: 3px;
}


.tabellaQuoteData {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tabellaQuoteData p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .gridInterernaQuotazioni > * {
    padding: 5px 0 5px 0 !important;
} */

/*
.tabellaQuoteIntestazione-GruppoQuote {
    text-align: center;
    max-width: fit-content;
    max-width: -moz-min-content;
    word-break: break-word;
}
*/

.tabellaQuoteIntestazione-GruppoQuote p {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1px;
    padding-left: 1px;
    user-select: none;
    text-align: center;
}

.contenitoreSingolaQuota {
    font-size: 0.9rem;
    background: #d8d8d8;
    color: #f60;
    text-align: center;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenitoreSingolaQuota:hover {
    background-color: #ffa970 !important;
    color: #fff !important;
}

.gridInterernaQuotazioni button.dropdown-toggle {
    color: #666;
    background-color: #d8d8d8 !important;
    font-size: 0.9rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    min-width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-grow: 1;
    padding: 0;
    min-width: 0;
}

.tabellaQuoteSquadre>*:not(.tabellaQuoteSquadreSeparatore) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
}

.tablesExpanded .tabellaQuoteSquadre {
    padding-left: 3px;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* CASO TABELLA COMPATTA*/
/* CASO TABELLA COMPATTA*/
/* CASO TABELLA COMPATTA*/
.tablesCompacted .tabellaQuoteIntestazione {
    display: none;
}

.tablesCompacted .tabellaQuoteNew {
    grid-template-columns: 50px 45px 1fr 45px 50px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "tabellaQuoteTempo tabellaQuoteCampetto tabellaQuoteSquadre tabellaQuoteStatistiche tabellaQuoteAltre"
    "tabellaQuoteRisultatiParziali tabellaQuoteRisultatiParziali tabellaQuoteRisultatiParziali tabellaQuoteRisultatiParziali tabellaQuoteRisultatiParziali"
    "tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni";
}

.tablesCompacted .tabellaQuoteNew.tabellaQuotePrematch {
    grid-template-columns: 35px 35px 1fr 20px 50px;
    grid-template-rows: auto auto;
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteStatistiche tabellaQuoteAltre"
    "tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni";
}


#secondo-blocco-sport.tablesCompacted .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col {
    grid-template-columns: 35px 1fr 35px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteStatistiche "
    "tabellaQuoteSquadre tabellaQuoteSquadre tabellaQuoteSquadre"
    "tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni";
}



.tablesCompacted .tabellaQuoteIntestazione.mb-2,
.tablesCompacted .tabellaQuoteNew.mb-2 {
    margin-bottom: 1.5rem !important;
}

.tablesCompacted .contenitore-table>.tabellaQuoteNew {
    margin-top: 0.5rem !important;
}

.tablesCompacted .contenitore-table>.tabellaQuoteNew~.tabellaQuoteNew {
    margin-top: 0 !important;
}

/* .tablesCompacted .contenitore-table {
    padding-top: 1.5rem !important;
} */

.tablesCompacted .tabellaQuoteNew .contenitoreSetQuotazioni {
    flex-grow: 1 !important;
    flex-basis: 50% !important;
    
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.tabledCompacted .tipologiaQuotazione_FormaCompatta{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablesCompacted .tabellaQuoteNew .gridInterernaQuotazioni {
    background-color: #f5f5f5;
}

.tablesCompacted .gridInterernaQuotazioni {
    padding: 6px 2px;
}

/* Bordino arrotondato */
.tablesCompacted .tabellaQuoteNew .contenitoreSetQuotazioni:nth-of-type(2n + 1) .gridInterernaQuotazioni,
.tablesCompacted .tabellaQuoteNew .contenitoreSetQuotazioni:nth-of-type(2n + 1) .gridInterernaQuotazioni {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tablesCompacted .tabellaQuoteNew .contenitoreSetQuotazioni:nth-of-type(2n) .gridInterernaQuotazioni,
.tablesCompacted .tabellaQuoteNew .contenitoreSetQuotazioni:nth-of-type(2n) .gridInterernaQuotazioni {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tablesCompacted .tabellaQuoteNew .contenitoreSetQuotazioni:nth-last-child(1) .gridInterernaQuotazioni {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tablesExpanded .contenitoreSetQuotazioni {
    display: flex;
    align-items: center;
}

/* Fine Bordino Arrotondato */

.tablesCompacted .contenitoreSingolaQuota {
    padding: 4px 0;
}

.tablesCompacted .tabellaQuoteSquadre {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablesCompacted .tabellaQuoteSquadre *:not(.tabellaQuoteSquadreSeparatore) {
    flex: 1;
    flex-grow: 1;
}

.tablesCompacted .tabellaQuoteSquadre>a:first-child {
    flex: 0;
}

.tablesCompacted .contenitoreSingolaQuota,
.tablesCompacted .gridInterernaQuotazioni button.dropdown-toggle {
    /* flex-grow: 1;
    flex: 1; */
    flex: 0 1 100%;
}

/* CASO TABELLA ESPANSA*/
/* CASO TABELLA ESPANSA*/
/* CASO TABELLA ESPANSA*/

.tablesExpanded .tabellaQuoteNew {
    grid-template-columns: 50px 20px 70px 1fr 20px 50px;
    grid-template-rows: auto auto;
    grid-template-areas:
    "tabellaQuoteTempo tabellaQuoteCampetto tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche tabellaQuoteAltre"
    "tabellaQuoteRisultatiParziali tabellaQuoteRisultatiParziali tabellaQuoteRisultatiParziali tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche tabellaQuoteAltre";
    background-color: #f5f5f5;
    border-radius: 5px;
}

.tablesExpanded .tabellaQuoteIntestazione {
    grid-template-columns: 50px 20px 70px 1fr 20px 50px;
    grid-template-rows: var(--altezza-prima-riga-intestazione) minmax(var(--altezza-prima-riga-intestazione), auto);
    grid-template-areas:
    "tabellaQuoteTempo tabellaQuoteCampetto tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche tabellaQuoteAltre"
    "tabellaQuoteData tabellaQuoteData tabellaQuoteData tabellaQuoteContenitoreQuotazioni . .";
    background-color: var(--tabelle-intestazione-bg-2);
    border-radius: 5px;
}

.tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
    grid-template-columns: 50px 20px 70px 1fr 20px 50px;
    grid-template-rows: var(--altezza-prima-riga-intestazione) minmax(var(--altezza-prima-riga-intestazione), auto);
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche tabellaQuoteAltre"
    "tabellaQuoteData tabellaQuoteData tabellaQuoteData tabellaQuoteContenitoreQuotazioni . .";
    background-color: var(--tabelle-intestazione-bg-2);
    border-radius: 5px;
}

.tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch {
    grid-template-columns: 50px 20px 70px 1fr 20px 50px;
    grid-template-rows: auto;
    grid-template-areas: "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche tabellaQuoteAltre";
    background-color: #f5f5f5;
    border-radius: 5px;
}

.tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2 {
    grid-template-rows: var(--altezza-prima-riga-intestazione) minmax(var(--altezza-prima-riga-intestazione), auto);
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche tabellaQuoteAltre"
    "tabellaQuoteTorneo tabellaQuoteTorneo tabellaQuoteTorneo tabellaQuoteContenitoreQuotazioni . .";
    background-color: var(--tabelle-intestazione-bg-2);
    border-radius: 5px;
}


/* FORMATO A 5 COLONNE */
.tabellaQuoteRisultatoEsatto,
.tablesExpanded .tabellaQuoteRisultatoEsatto {
    display: grid;
    grid-template-columns: 50px 20px 1fr 50px 20px;
    grid-template-rows: 40px auto;
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre . ."
    "tabellaQuoteRisultatoEsattoEspandi tabellaQuoteRisultatoEsattoEspandi tabellaQuoteRisultatoEsattoEspandi tabellaQuoteRisultatoEsattoEspandi tabellaQuoteRisultatoEsattoEspandi";
    background-color: #f5f5f5;
    border-radius: 5px;
    /* grid-gap: 5px; */
}

.tablesCompacted .tabellaQuoteRisultatoEsattoIntestazione {
    display: none;
}

.tabellaQuoteRisultatoEsatto>*:not(.tabellaQuoteRisultatoEsattoEspandi) {
    margin: 5px 0;
}

.tabellaQuoteRisultatoEsattoEspandi {
    padding: 4px 4px;
    background: #424242;
    color: white;
}

.risultatoEsattoGrid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 5px;
}

.tablesExpanded .tabellaQuoteNew .gridInterernaQuotazioni {
    background-color: transparent;
}

/* Spariscono le descrizioni delle quote sia il gruppo che quelle interne */
.tablesExpanded .tabellaQuoteNew .tipologiaQuotazione_FormaCompatta,
.tablesExpanded .tabellaQuoteNew .titoloQuotazione {
    display: none;
}

/* .tablesCompacted .titoloQuotazione {
    white-space: pre-wrap;
} */

.tablesExpanded .contenitoreSingolaQuota {
    padding: 10px 0;
}

.tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
.tablesExpanded .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
    margin: 0 2px !important;
    min-width: 35px;
}

.tabellaQuoteSquadre {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
}

.tablesExpanded .tabellaQuoteCampetto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tablesCompacted .tabellaQuoteCampetto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tablesCompacted .tabellaQuoteCampetto img {
    max-width: 20px;
}

.tablesCompacted .tabellaQuoteCampetto img:not(:last-child) {
    margin-right: 5px;
}

/* .tablesExpanded .tabellaQuoteCampetto img {
    margin-bottom: 4px;
} */

.tabellaQuoteContenitoreQuotazioni {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tablesExpanded .tabellaQuoteSquadre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
}

.tablesExpanded .tabellaQuoteSquadreSeparatore {
    display: none;
}

@media screen and (min-width: 1px) {
    
    body,
    html {
        font-size: 10px;
    }
    
    .testo-piccolo {
        font-size: 0.9rem;
        line-height: 1.25;
    }
    
    .titolo_1 {
        font-size: 1.25rem;
    }
    
    .icona-slider-sport,
    .icona-slider-paese {
        font-size: 1.2rem;
    }
    
    div#sidebar-sx {
        max-width: 180px;
    }
    
    #sidebar-dx {
        max-width: 210px;
    }
    
    .tablesExpanded .tabellaQuoteCampetto img {
        max-width: 20px;
        /* transform: rotate(90deg); */
    }
    
    .contenitore-multilive .info-evento-centrale {
        font-size: 1.25rem;
    }
    
    .contenitore-multilive .logo-squadra {
        height: 3rem;
    }
    
    .elementoDropdown {
        min-width: 115px !important;
        max-width: 115px !important;
        width: 115px !important;
    }
    
    .paese-icona-live span:nth-of-type(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .box-grid-2 .dropdown-box-grid {
        grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)) !important;
    }
    
    .icons-container.force-grid-view {
        grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
    }
    
    .icons-container.force-grid-view>.elementoDropdown {
        min-width: 115px !important;
    }
    
    .tablesExpanded .tabellaQuoteNew,
    .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 20px 1fr max-content 20px 50px;
    }
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 35px 35px 1fr max-content 20px 45px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 45px 1fr max-content 15px 50px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 35px 35px 1fr max-content 15px 45px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 45px 1fr max-content 15px 50px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 35px 35px 1fr max-content 15px 50px;
    }
    
    .tablesCompacted .tabellaQuoteRisultatoEsatto,
    .tablesCompacted .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 40px 40px 1fr 35px 35px;
    }
    
    .tablesExpanded .tabellaQuoteRisultatoEsatto,
    .tablesExpanded .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 35px 35px 1fr 35px 35px;
    }
    
    body[data-available-table-space="1"] .tablesCompacted .text_s1 *,
    body[data-available-table-space="2"] .tablesCompacted .text_s1 * {
        font-size: 10px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="4"] .tablesExpanded .text_s1 * {
        font-size: 11px;
    }
    
    .dueColonne {
        grid-template-columns: auto 280px;
    }
    
    
    .dueColonne.dueColonne_Template_1 {
        grid-template-columns: 1fr;
    }
    
    body[data-available-table-space="3"] .tablesCompacted .dueColonne {
        grid-template-columns: auto 320px;
    }
    
    .dueColonne.dueColonne_Template_1 .secondo-blocco-sport {
        display: none;
    }
    
    .dueColonne_Template_1 #espandi {
        display: none;
    }
    
    .tablesExpanded .contenitoreSingolaQuota {
        padding: 5px 0;
    }
    
    .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    .tablesExpanded .contenitoreSingolaQuota,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 42px;
        max-width: 42px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 42px;
        max-width: 42px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 42px;
        max-width: 42px;
    }
    
    .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    .tablesExpanded .contenitoreSetQuotazioni:not(:last-child) {
        padding-right: 5px;
    }
    
    body[data-available-table-space="3"].body-sport,
    body[data-available-table-space="4"].body-sport {
        min-width: 0;
    }
    
    .dropdown-box {
        max-height: 200px;
    }
    
    #allarga-coupon {
        display: none;
    }
    
    
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola .sortContainer i {
        font-size: 9px !important;
        color: black;
        user-select: none;
    }
    
    .tabellaQuoteIntestazione button.dropdown-toggle span,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola>p {
        font-size: 8px !important;
        color: black;
        user-select: none;
        font-weight: bold;
    }
    
    .bottone-quota-largo,
    .bottone-quota-largo+.dropdown-menu {
        /* width: 150px !important; */
        min-width: 150px !important;
        /* max-width: 150px !important; */
    }
    
    .bottone-quota-largo span {
      /*  text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
        white-space:break-spaces;
    }
    
}

@media screen and (min-width: 1200px) {
    
    .tablesExpanded .tabellaQuoteNew,
    .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 55px 35px 1fr max-content 15px 50px;
        /* grid-gap: 2px; */
    }
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 35px 35px 1fr max-content 15px 45px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 30px 1fr max-content 15px 50px;
        /* grid-gap: 2px; */
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 40px 40px 1fr max-content 15px 50px;
    }
    
    .tablesCompacted .tabellaQuoteRisultatoEsatto,
    .tablesCompacted .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 35px 35px 1fr 35px 35px;
    }
    
    .tablesExpanded .tabellaQuoteRisultatoEsatto,
    .tablesExpanded .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 40px 40px 1fr 35px 35px;
    }
    
    body[data-available-table-space="1"] .tablesCompacted .text_s1 *,
    body[data-available-table-space="2"] .tablesCompacted .text_s1 * {
        font-size: 11px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="4"] .tablesExpanded .text_s1 * {
        font-size: 11px;
    }
    
    .dueColonne {
        grid-template-columns: auto 220px;
    }
    
    .dueColonne.dueColonne_Template_1 {
        /* grid-template-columns: auto 260px; */
        grid-template-columns: 1fr;
    }
    
    .dueColonne.dueColonne_Template_1 .secondo-blocco-sport {
        display: none;
    }
    
    .dueColonne_Template_1 #espandi {
        display: none;
    }
    
    /* .tablesExpanded .gridInterernaQuotazioni {
        padding: 6px 0px;
    } */
    
    .tablesExpanded .contenitoreSingolaQuota {
        padding: 6px 0;
    }
    
    .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    .tablesExpanded .contenitoreSingolaQuota,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 37px;
        max-width: 37px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 37px;
        max-width: 37px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 50px;
        max-width: 50px;
    }
    
    .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    .tablesExpanded .contenitoreSetQuotazioni:not(:last-child) {
        padding-right: 7px;
    }
    
    body[data-available-table-space="3"].body-sport,
    body[data-available-table-space="4"].body-sport {
        min-width: 0;
    }
}

@media screen and (min-width: 1360px) {
    .contenitore-multilive .info-evento-centrale {
        font-size: 1.5rem;
    }
    
    .contenitore-multilive .logo-squadra {
        height: 3.5rem;
    }
    
    .tablesExpanded .tabellaQuoteNew,
    .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 30px 1fr max-content 15px 45px;
        /* grid-gap: 2px; */
    }
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 35px 35px 1fr max-content 15px 45px;
    }
    
    .tablesExpanded .tabellaQuoteRisultatoEsatto,
    .tablesExpanded .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 35px 35px 1fr 35px 35px;
        /* grid-gap: 2px; */
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 30px 1fr max-content 15px 50px;
        /* grid-gap: 2px; */
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 40px 40px 1fr max-content 15px 50px;
    }
    
    body[data-available-table-space="1"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="2"] .tablesExpanded .text_s1 * {
        font-size: 10px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="4"] .tablesExpanded .text_s1 * {
        font-size: 11px;
    }
    
    .dueColonne {
        grid-template-columns: auto 255px;
    }
    
    .dueColonne.dueColonne_Template_1 {
        grid-template-columns: auto 255px;
    }
    
    .dueColonne.dueColonne_Template_1 .secondo-blocco-sport {
        display: block;
    }
    
    .dueColonne_Template_1 #espandi {
        display: block;
    }
    
    .tablesExpanded .contenitoreSingolaQuota {
        padding: 6px 0;
    }
    
    .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    .tablesExpanded .contenitoreSingolaQuota,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 33px;
        max-width: 33px;
    }
    
    body[data-available-table-space="2"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 39px;
        max-width: 39px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 49px;
        max-width: 49px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 54px;
        max-width: 54px;
    }
    
    body[data-available-table-space="1"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="1"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child),
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child) {
        padding-right: 5px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child),
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child) {
        padding-right: 7px;
    }
    
    body[data-available-table-space="3"].body-sport,
    body[data-available-table-space="4"].body-sport {
        min-width: 0;
    }
    
    .dropdown-box {
        max-height: 250px;
    }
}

@media screen and (min-width: 1440px) {
    .tablesExpanded .tabellaQuoteCampetto img {
        max-width: 20px;
        transform: unset;
    }
    
    .tablesExpanded .tabellaQuoteNew,
    .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 25px 1fr max-content 15px 45px;
        /* grid-gap: 2px; */
    }
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 35px 35px 1fr max-content 15px 45px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 60px 30px 1fr max-content 15px 50px;
        /* grid-gap: 2px; */
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 40px 40px 1fr max-content 15px 50px;
    }
    
    .tablesExpanded .tabellaQuoteRisultatoEsatto,
    .tablesExpanded .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 40px 40px 1fr 35px 35px;
    }  
    
    body[data-available-table-space="1"] .tablesCompacted .text_s1 *,
    body[data-available-table-space="2"] .tablesCompacted .text_s1 * {
        font-size: 11px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="4"] .tablesExpanded .text_s1 * {
        font-size: 11px;
    }
    
    .dueColonne {
        grid-template-columns: auto 280px;
    }
    
    .dueColonne.dueColonne_Template_1 {
        grid-template-columns: auto 280px;
    }
    
    .dueColonne.dueColonne_Template_1 .secondo-blocco-sport {
        display: block;
    }
    
    .dueColonne_Template_1 #espandi {
        display: block;
    }
    
    /* .tablesExpanded .gridInterernaQuotazioni {
        padding: 6px 0px;
    } */
    
    .tablesExpanded .contenitoreSingolaQuota {
        padding: 6px 0;
    }
    
    .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    .tablesExpanded .contenitoreSingolaQuota,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 36px;
        max-width: 36px;
    }
    
    body[data-available-table-space="2"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 42px;
        max-width: 42px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 52px;
        max-width: 52px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 65px;
        max-width: 65px;
    }
    
    body[data-available-table-space="3"].body-sport,
    body[data-available-table-space="4"].body-sport {
        min-width: 0;
    }
}

@media screen and (min-width: 1920px) {
    
    body,
    html {
        font-size: 12px;
    }
    
    .testo-piccolo {
        font-size: 0.9rem;
        line-height: 1.25;
    }
    
    .titolo_1 {
        font-size: 1rem;
    }
    
    .icona-slider-sport,
    .icona-slider-paese {
        font-size: 1rem;
    }
    
    div#sidebar-sx,
    #sidebar-dx {
        max-width: 260px;
    }
    
    .tablesExpanded .tabellaQuoteCampetto img {
        max-width: 20px;
        transform: unset;
    }
    
    .contenitore-multilive .info-evento-centrale {
        font-size: 1.75rem;
    }
    
    .contenitore-multilive .logo-squadra {
        height: 4.5rem;
    }
    
    .elementoDropdown {
        min-width: 140px !important;
        max-width: 140px !important;
        width: 140px !important;
    }
    
    .box-grid-2 .dropdown-box-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
    }
    
    .icons-container.force-grid-view {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
    
    .icons-container.force-grid-view>.elementoDropdown {
        min-width: 140px !important;
    }
    
    .tablesExpanded .tabellaQuoteNew,
    .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 65px 40px 1fr max-content 20px 60px;
    }
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 40px 40px 1fr max-content 20px 60px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 70px 40px 1fr max-content 20px 60px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 40px 40px 1fr max-content 20px 60px;
    }
    
    .tablesExpanded .tabellaQuoteRisultatoEsatto,
    .tablesExpanded .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 40px 40px 1fr 40px 40px;
    }
    
    body[data-available-table-space="1"] .tablesExpanded .tabellaQuoteNew *,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteNew *,
    body[data-available-table-space="1"] .tablesExpanded .tabellaQuoteIntestazione *,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione * {
        font-size: 12px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew *,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew *,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione *,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione * {
        font-size: 12px;
    }  
    
    body[data-available-table-space="1"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="2"] .tablesExpanded .text_s1 * {
        font-size: 12px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="4"] .tablesExpanded .text_s1 * {
        font-size: 12px;
    }
    
    .dueColonne {
        grid-template-columns: auto 350px;
    }
    
    .dueColonne.dueColonne_Template_1 {
        grid-template-columns: auto 350px;
    }
    
    .dueColonne.dueColonne_Template_1 .secondo-blocco-sport {
        display: block;
    }
    
    .dueColonne_Template_1 #espandi {
        display: block;
    }
    
    /* .tablesExpanded .gridInterernaQuotazioni {
        padding: 6px 0px;
    } */
    
    .tablesExpanded .contenitoreSingolaQuota {
        padding: 6px 0;
    }
    
    .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    .tablesExpanded .contenitoreSingolaQuota,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 48px;
        max-width: 48px;
    }
    
    body[data-available-table-space="2"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 55px;
        max-width: 55px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 55px;
        max-width: 55px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 60px;
        max-width: 60px;
    }
    
    body[data-available-table-space="1"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="1"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child),
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child),
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione .gridInterernaQuotazioni:not(:last-child)>*,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child),
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSetQuotazioni:not(:last-child) {
        padding-right: 8px;
    }
    
    body[data-available-table-space="3"].body-sport,
    body[data-available-table-space="4"].body-sport {
        min-width: 0;
    }
    
    div#sidebar-sx,
    #sidebar-dx {
        max-width: 280px;
    }
    
    .dropdown-box {
        max-height: 450px;
    }
}

@media screen and (min-width: 2560px) {
    
    .tablesExpanded .tabellaQuoteNew,
    .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 75px 40px 1fr max-content 35px 50px;
        /* grid-gap: 2px; */
    }
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 45px 45px 1fr max-content 35px 50px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 80px 40px 1fr max-content 35px 50px;
        /* grid-gap: 2px; */
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 50px 50px 1fr max-content 35px 50px;
    }
    
    /* body[data-available-table-space="2"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        margin: 0 1px !important;
    } */
    
    .tablesExpanded .tabellaQuoteRisultatoEsatto,
    .tablesExpanded .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 45px 45px 1fr 40px 40px;
    }
    
    body[data-available-table-space="1"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="2"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="3"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="4"] .tablesExpanded .text_s1 * {
        font-size: 12px;
    }
    
    .dueColonne {
        grid-template-columns: auto 600px;
    }
    
    .dueColonne.dueColonne_Template_1 {
        grid-template-columns: auto 600px;
    }
    
    .dueColonne.dueColonne_Template_1 .secondo-blocco-sport {
        display: block;
    }
    
    .dueColonne_Template_1 #espandi {
        display: block;
    }
    
    /* .tablesExpanded .gridInterernaQuotazioni {
        padding: 6px 0px;
    } */
    
    .tablesExpanded .contenitoreSingolaQuota {
        padding: 6px 0;
    }
    
    .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    .tablesExpanded .contenitoreSingolaQuota,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 65px;
        max-width: 65px;
    }
    
    body[data-available-table-space="2"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 70px;
        max-width: 70px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 80px;
        max-width: 80px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 90px;
        max-width: 90px;
    }
    
    body[data-available-table-space="3"].body-sport,
    body[data-available-table-space="4"].body-sport {
        min-width: 0;
    }
    
    div#sidebar-sx,
    #sidebar-dx {
        max-width: 350px;
    }
    
    #allarga-coupon {
        display: block;
    }
    
    
    
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola .sortContainer i {
        font-size: 10px !important;
        color: black;
        user-select: none;
    }
    
    .tabellaQuoteIntestazione button.dropdown-toggle span,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola>p {
        font-size: 9px !important;
        color: black;
        user-select: none;
        font-weight: bold;
    }
    
    .bottone-quota-largo,
    .bottone-quota-largo+.dropdown-menu {
        /* width: 175px !important; */
        min-width: 175px !important;
        /* max-width: 175px !important; */
    }
    
}

@media screen and (min-width: 3840px) {
    
    body,
    html {
        font-size: 14px;
    }
    
    .testo-piccolo {
        font-size: 0.9rem;
        line-height: 1.25;
    }
    
    .icona-slider-sport,
    .icona-slider-paese {
        font-size: 1rem;
    }
    
    div#sidebar-sx,
    #sidebar-dx {
        max-width: 400px;
    }
    
    .tablesExpanded .tabellaQuoteNew,
    .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 100px 40px 1fr max-content 40px 65px;
        /* grid-gap: 2px; */
    }
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 60px 60px 1fr max-content 40px 65px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione {
        grid-template-columns: 110px 40px 1fr max-content 40px 65px;
        /* grid-gap: 2px; */
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch {
        grid-template-columns: 60px 60px 1fr max-content 40px 65px;
    }
    
    .tablesExpanded .tabellaQuoteRisultatoEsatto,
    .tablesExpanded .tabellaQuoteRisultatoEsattoIntestazione {
        grid-template-columns: 60px 60px 1fr 60px 60px;
    }  
    
    body[data-available-table-space="1"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="2"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="3"] .tablesExpanded .text_s1 *,
    body[data-available-table-space="4"] .tablesExpanded .text_s1 * {
        font-size: 14px;
    }
    
    .dueColonne {
        grid-template-columns: auto 1000px;
    }
    
    .dueColonne.dueColonne_Template_1 {
        grid-template-columns: auto 1000px;
    }
    
    .dueColonne.dueColonne_Template_1 .secondo-blocco-sport {
        display: block;
    }
    
    .dueColonne_Template_1 #espandi {
        display: block;
    }
    
    /* .tablesExpanded .gridInterernaQuotazioni {
        padding: 6px 0px;
    } */
    
    .tablesExpanded .contenitoreSingolaQuota {
        padding: 6px 0;
    }
    
    .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    .tablesExpanded .contenitoreSingolaQuota,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 80px;
        max-width: 80px;
    }
    
    body[data-available-table-space="2"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="2"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="2"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 90px;
        max-width: 90px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="3"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 100px;
        max-width: 100px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .gridInterernaQuotazioni button.dropdown-toggle,
    body[data-available-table-space="4"] .tablesExpanded .contenitoreSingolaQuota,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola {
        min-width: 110px;
        max-width: 110px;
    }
    
    body[data-available-table-space="3"].body-sport,
    body[data-available-table-space="4"].body-sport {
        min-width: 0;
    }
    
    div#sidebar-sx,
    #sidebar-dx {
        max-width: 500px;
    }
    
    
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola .sortContainer i {
        font-size: 10px !important;
        color: black;
        user-select: none;
    }
    
    .tabellaQuoteIntestazione button.dropdown-toggle span,
    .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola>p {
        font-size: 10px !important;
        color: black;
        user-select: none;
        font-weight: bold;
    }
    
    
    
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.overlay iframe {
    border: none;
    width: 100%;
    height: 100vh;
    position: relative;
}

.overlay-container {
    position: relative;
}



.finestra-stampa-ticket {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 700px;
    min-width: 700px;
    height: 500px;
    min-height: 500px;
    
    max-width: 85vw;
    max-height: 85vh;
    /* resize: both;
    overflow: auto; */
    
    padding: 0.5rem;
}

.finestra-stampa-ticket-contenitore-interno {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100% !important;
    width: 100% !important;
    /* resize: both;
    overflow: auto; */
}

.finestra-stampa-ticket>* {
    width: 100%;
}

.finestra-stampa-ticket-contenitore-interno>* {
    padding: 0.5rem 0.25rem;
}

.finestra-stampa-ticket-contenitore-interno>*:not(:last-child) {
    margin-bottom: 0.5rem;
}



.finestra-stampa-ticket-contenitore-ricerca-e-risultati {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
    flex: 1 1 auto;
    width: 100%;
    
    border: 1px solid #707070;
    border-radius: 0.25rem;
}

.finestra-stampa-ticket-contenitore-ricerca-e-risultati>* {
    width: 100%;
}

.finestra-stampa-ticket-contenitore-ricerca-e-risultati>*:not(:last-child) {
    margin-bottom: 0.75rem;
}



.finestra-stampa-ticket-intestazione {
    background-color: #ff6600;
    color: white;
    font-weight: bold;
    
    display: flex;
    justify-content: space-between;
    cursor: move;
}

.finestra-stampa-ticket-intestazione button {
    background: none;
    color: white;
    outline: none;
}

.finestra-stampa-ticket-barra-ricerca {
    /* background-color: #dadada; */
    color: #969696;
    font-weight: bold;
}

.finestra-stampa-ticket-barra-ricerca>form {
    display: flex;
}

.finestra-stampa-ticket-barra-ricerca>form>* {
    height: 25px;
}

.finestra-stampa-ticket-barra-ricerca>form>input[type="submit"] {
    padding: 0.25rem 0.5rem;
    color: #ff6600;
    /* border: none; */
}

.finestra-stampa-ticket-barra-ricerca>form>*:not(:last-child) {
    margin-right: 0.5rem;
}

.finestra-stampa-ticket-risultati-ricerca {
    flex: 0 1 auto;
    overflow-y: auto;
    padding-right: 0.75rem;
}

.finestra-stampa-ticket-risultati-ricerca table {
    width: 100%;
}

.finestra-stampa-ticket-risultati-ricerca tr {
    background-color: white !important;
    border-bottom: 1px solid #e8e8e8;
}

.finestra-stampa-ticket-risultati-ricerca tr:hover {
    background-color: #e8e8e8 !important;
}

.finestra-stampa-ticket-risultati-ricerca table thead th {
    color: #959595;
}

.finestra-stampa-ticket-risultati-ricerca table thead th,
.finestra-stampa-ticket-risultati-ricerca table tbody td {
    padding: 1.0rem 0.5rem;
}

.finestra-stampa-ticket-risultati-ricerca table tbody td:nth-child(3) {
    font-weight: bold;
}

.finestra-stampa-ticket-risultati-ricerca table thead th {
    position: sticky;
    top: 0;
    background-color: white;
}

.finestra-stampa-ticket-bottone-stampa {
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border: none;
}

.finestra-stampa-ticket-bottone-stampa:focus {
    outline: none;
}





.draggable-element {
    position: absolute;
    z-index: 9999999999999;
    left: 100px;
    top: 100px;
}





/* TABELLE PREMATCH 5 COLONNE */
/* TABELLE PREMATCH 5 COLONNE */
/* TABELLE PREMATCH 5 COLONNE */
/* FORMATO A 5 COLONNE */
.tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
    grid-template-columns: 50px 20px 1fr max-content 20px;
    grid-template-rows: var(--altezza-prima-riga-intestazione) minmax(var(--altezza-prima-riga-intestazione), auto);
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche"
    "tabellaQuoteData tabellaQuoteData tabellaQuoteData tabellaQuoteContenitoreQuotazioni ." !important;
    /* background-color: var(--tabelle-intestazione-bg-2); */
    border-radius: 5px;
}


.tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col {
    grid-template-columns: 50px 20px 1fr max-content 20px;
    grid-template-rows: auto;
    grid-template-areas: "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche" !important;
    /* background-color: #f5f5f5; */
    border-radius: 5px;
}



.tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col {
    grid-template-columns: 50px 20px 1fr max-content 20px;
    grid-template-rows: var(--altezza-prima-riga-intestazione) minmax(var(--altezza-prima-riga-intestazione), auto);
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteContenitoreQuotazioni tabellaQuoteStatistiche"
    "tabellaQuoteTorneo tabellaQuoteTorneo tabellaQuoteTorneo tabellaQuoteContenitoreQuotazioni ." !important;
    /* background-color: var(--tabelle-intestazione-bg-2); */
    border-radius: 5px;
}





@media screen and (min-width: 1px) {
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 35px 35px 1fr max-content 20px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 35px 35px 1fr max-content 15px;
    }
    
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 35px 35px 1fr max-content 15px;
    }
}

@media screen and (min-width: 1200px) {
    
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 35px 35px 1fr max-content 15px;
    }
    
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 40px 40px 1fr max-content 15px;
    }
    
}

@media screen and (min-width: 1360px) {
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 35px 35px 1fr max-content 15px;
    }
    
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 40px 40px 1fr max-content 15px;
    }
}

@media screen and (min-width: 1440px) {
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 35px 35px 1fr max-content 15px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 40px 40px 1fr max-content 15px;
    }
    
}

@media screen and (min-width: 1920px) {
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 40px 40px 1fr max-content 20px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 40px 40px 1fr max-content 20px;
    }
    
}

@media screen and (min-width: 2560px) {
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 45px 45px 1fr max-content 35px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 50px 50px 1fr max-content 35px;
    }
}

@media screen and (min-width: 3840px) {
    
    .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 60px 60px 1fr max-content 40px;
    }
    
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="3"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteNew.tabellaQuotePrematch.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuoteIntestazionePrematch_template-2.tabellaQuotePrematch_5col,
    body[data-available-table-space="4"] .tablesExpanded .tabellaQuoteIntestazione.tabellaQuoteIntestazionePrematch.tabellaQuotePrematch_5col {
        grid-template-columns: 60px 60px 1fr max-content 40px;
    }
    
}



/* FINE TABELLE PREMATCH 5 COLONNE */
/* FINE TABELLE PREMATCH 5 COLONNE */
/* FINE TABELLE PREMATCH 5 COLONNE */



















/* MOD SIDEBAR */
div#sidebar-sx,
#sidebar-dx {
    overflow-y: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    z-index: 1;
}

.has-icons-container-wrap {
    height: unset !important;
}

.icons-container-wrap .icona-slider-paese {
    height: unset !important;
}

.icons-container-wrap .icona-slider-sport {
    height: unset !important;
}

.icons-container .icona-slider-paese {
    width: auto !important;
}

/* NEW MODS */
.container-slider-icone-paese.has-icons-container-wrap {
    margin-bottom: 0.5rem !important;
}

.container-slider-icone-paese.has-icons-container-no-wrap {
    margin-bottom: 1.5rem !important;
}

.tabellaQuoteIntestazione .tabellaQuoteAlias,
.tabellaQuoteIntestazione .tabellaQuoteTempo,
.tabellaQuoteIntestazione .tabellaQuoteCampetto,
.tabellaQuoteIntestazione .tabellaQuoteSquadre,
.tabellaQuoteIntestazione .tabellaQuoteStatistiche,
.tabellaQuoteIntestazione .tabellaQuoteAltre,
.tabellaQuoteIntestazione .tabellaQuoteIntestazione-GruppoQuote {
    background-color: #ff6600;
    /* background-color: #ffa970;
    background-color: #f58d47; */
    /* color: white; */
    color: #ffc8a3;
}

.tabellaQuoteRisultatoEsattoIntestazione>* {
    background-color: #ff6600;
    /* background-color: #ffa970;
    background-color: #f58d47; */
    /* color: white; */
    color: #ffc8a3;
}

.tabellaQuoteIntestazione .gridInterernaQuotazioni {
    height: 100%;
}

.tabellaQuoteIntestazione .tabellaQuoteIntestazione-QuotaSingola,
.tabellaQuoteIntestazione .tabellaQuoteData {
    height: 100%;
    font-weight: bold;
}

.tabellaQuoteNew {
    padding: 5px 0;
}

.tablesExpanded .tabellaQuoteNew:hover {
    /* background-color: #e5e5e5; */
    background-color: #e8e8e8;
}

.tablesExpanded .tabellaQuoteIntestazione .tabellaQuoteAlias:not(:empty),
.tablesExpanded .tabellaQuoteIntestazione .tabellaQuoteTempo:not(:empty) {
    border-right: 1px solid #ffc8a3;
}

.tablesExpanded .tabellaQuoteAlias:not(:empty),
.tablesExpanded .tabellaQuoteTempo:not(:empty) {
    border-right: 1px solid var(--tabelle-intestazione-bg-2);
}

/* .container-fluid.pagina-sport {
    background: none !important;
    background-color: pink !important;
} */

/* NUOVA TABELLA */
/* NUOVA TABELLA */
/* NUOVA TABELLA */
/* NUOVA TABELLA */
.tablesExpanded .table-template1 {
    width: 100%;
}

.tablesExpanded .table-template1 thead tr:first-child th:first-child:not(:empty),
.tablesExpanded .table-template1 thead tr:first-child th:nth-child(2):not(:empty) {
    border-right: 1px solid white;
}

.tablesExpanded .table-template1 tbody tr td:first-child:not(:empty),
.tablesExpanded .table-template1 tbody tr td:nth-child(2):not(:empty) {
    border-right: 1px solid var(--tabelle-intestazione-bg-2);
}

.tablesExpanded .table-template1 thead tr:first-child {
    background-color: #ff6600;
    color: white;
}

.tablesExpanded .table-template1 thead tr:nth-child(2) {
    background-color: var(--tabelle-intestazione-bg-2);
    color: #969696;
}

.tablesExpanded .table-template1 tbody tr {
    background-color: #f5f5f5;
}

.tablesExpanded .table-template1 tbody tr:hover {
    background-color: #e8e8e8;
}

.tablesExpanded .table-template1 tbody:before {
    content: "-";
    display: block;
    line-height: 5px;
    color: transparent;
}

.tablesExpanded .table-template1 thead tr {
    height: 25px;
}

/* BORDER RADIUS */
.tablesExpanded .table-template1 thead tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.tablesExpanded .table-template1 thead tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

.tablesExpanded .table-template1 thead tr:nth-child(2) th:first-child {
    border-bottom-left-radius: 5px;
}

.tablesExpanded .table-template1 thead tr:nth-child(2) th:last-child {
    border-bottom-right-radius: 5px;
}

.tablesExpanded .table-template1 tbody tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tablesExpanded .table-template1 tbody tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* FINE BORDER RADIUS */

.tablesExpanded .table-template1 thead tr:nth-child(2) * {
    font-weight: bold;
}

.tablesExpanded .cellSize1 {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
}

.tablesExpanded .cellSize2 {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}

.tablesExpanded .table-template1 th:nth-child(1),
.tablesExpanded .table-template1 td:nth-child(1),
.tablesExpanded .table-template1 th:nth-child(2),
.tablesExpanded .table-template1 td:nth-child(2),
.tablesExpanded .table-template1 th:nth-child(3),
.tablesExpanded .table-template1 td:nth-child(3) {
    width: min-content;
}

.ellipsis-table-cell {
    max-width: 0;
}

.ellipsis-table-cell p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabellaQuoteIntestazione .gridInterernaQuotazioni {
    flex-wrap: wrap;
}

.tabellaQuoteIntestazione .gridInterernaQuotazioni>*:first-child {
    padding-right: 0 !important;
    width: 0;
    flex: 1 0 100%;
}

/* .tabellaQuoteIntestazione-QuotaSingola p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.tabelleSchedineNumerate .widget-schedina:not(:last-child) {
    margin-bottom: 1rem;
}

.sortContainer {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.sort-disabled .sortContainer {
    display: none;
}

.sortContainer .fas.fa-sort-up {
    transform: translateY(50%);
}

.sortContainer .fas.fa-sort-down {
    transform: translateY(-50%);
}

.sortContainer.sortedUp .fas.fa-sort-up {
    color: #ff6600;
}

.sortContainer.sortedDown .fas.fa-sort-down {
    color: #ff6600;
}

.tabellaQuoteTempo .sortContainer.sortedUp .fas.fa-sort-up {
    color: #ffff;
}

.tabellaQuoteTempo .sortContainer.sortedDown .fas.fa-sort-down {
    color: #ffff;
}

* {
    transition: all 0s linear !important;
}

#tooltipContainer_Template001 {
    position: absolute;
    z-index: 1000000000;
    background-color: black;
    border-radius: 5px;
    padding: 7px 7px;
    top: 100px;
    left: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, calc(-100% - 10px));
}

#tooltipContainer_Template001::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    bottom: 0;
    /* margin-left: 50%; */
    transform: translate(0%, 100%);
}



#tooltipContainer_Template001 p {
    color: white;
}

.table-schedina {
    position: relative;
    min-width: 0;
    max-width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 3px 2px 3px 0px;
}

.table-schedina.table-schedina-live {
    padding-left: 1.5rem;
    min-height: 40px;
}

.table-schedina>* {
    margin-left: 0.25rem;
}

.table-schedina table {
    overflow: hidden;
    position: relative;
    min-width: 0;
    width: calc(100% - 2.5rem);
    flex: 1 0 auto;
    table-layout: fixed;
}

/* .table-schedina tr {
    background-color: transparent !important;
} */

.table-contenitore-squadre *:not(:nth-child(2)) {
    flex: 0 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-schedina-live::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #ff0000;
    color: white;
    left: 0;
    top: 0;
    height: 1.5rem;
    padding: 1px 4px;
    font-weight: 700;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "live";
}

.table-schedina .banker-letter-box {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #d8d8d8;
    color: #ff6600;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    flex: 0 0 auto;
}

.banker-letter-box.banker-selected {
    background-color: #ff6600;
    color: white;
}

.bottone-elimina,
.bottone-generico,
.bottone-calcolatrice {
    /* margin: 0 2px 0 5px; */
    cursor: pointer;
    color: #999;
    outline: none;
    border: none;
    background-color: transparent;
}

.bottone-elimina:hover {
    color: #ff6600;
}

.table-schedina table * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-schedina table th .bottone-elimina,
.table-schedina table th .bottone-generico {
    margin-top: 1px;
}

.table-schedina table colgroup col:nth-child(1) {
    width: 100%;
}

.table-schedina table colgroup col:nth-child(2) {
    width: 55px;
}


.table-schedina table colgroup col:nth-child(3) {
    width: 18px;
}

.table-schedina table td:nth-child(2) {
    text-align: end;
}

/* .table-schedina table th:last-child,
.table-schedina table td:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
} */


/* .carrello-scrollable-shadowed {
    box-shadow: #666 0px -30px 30px -30px inset;
} */

.sportTournamentDescriptionsRow {
    display: block !important;
    font-size: 11px;
}


.carrello-fixed {
    position: relative;
}

.carrello-scrollable-shadowed+.carrello-fixed::before {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    transform: translateY(-100%);
    content: "";
    box-shadow: #666 0px -30px 30px -30px inset;
    pointer-events: none;
}


.tasto-abilita-carrello-scrollable[data-carrello-scrollable-abilitato="true"] {
    color: #ff6600
}


.tabellaQuoteIntestazione-QuotaSingola>p {
    word-break: break-word;
    text-align: center;
}


button.dropdown-toggle.dropdown-toggle-no-arrow::after {
    display: none;
}

.tabellaQuoteIntestazione-QuotaSingola {
    word-break: break-all;
}

.prima-riga-sotto-widget.d-grid.dueColonne,
.risultato-parziale-widget.d-grid.dueColonne {
    grid-template-columns: 1fr 1fr !important;
}

.risultato-parziale-widget>*:nth-child(odd) {
    text-align: end;
}

.risultato-parziale-widget>*:nth-child(even) {
    text-align: start;
}

.risultato-parziale-widget.d-grid {
    grid-column-gap: 10px;
}

.tabellaQuoteSquadre>p.serving,
.tabellaQuoteSquadre>p.not-serving {
    margin: 1px 0 !important;
}

.tabellaQuoteSquadre>p.serving span {
    position: relative;
}

.tabellaQuoteSquadre>p.serving span,
.tabellaQuoteSquadre>p.not-serving span {
    margin-left: 19px;
}

.tablesCompacted .tabellaQuoteSquadre>p.not-serving span {
    margin-left: 0px;
}



/* .tabellaQuoteSquadre>p.serving span::after {
    content: "";
    display: block;
    background-image: url("../img/sport/icone/pallina_tennis.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(calc(-100% - 3px));
} */

.tabellaQuoteSquadre>p.serving span img {
    display: block;
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; */
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(calc(-100% - 3px));
}

.tabellaQuoteSquadre>p.not-serving span img {
    display: none;
}



.tablesCompacted .tabellaQuoteSquadre>p {
    height: 15px;
}




.tabellaQuoteRisultatiParziali-risultatoParziale {
    position: relative;
    margin-right: 8px;
}

.tabellaQuoteRisultatiParziali-risultatoParziale:not(:last-child)::after {
    content: "";
    position: absolute;
    border-left: 2px solid #d8d8d8;
    height: 100%;
    top: 0;
    right: -5px;
}


.tablesCompacted .tabellaQuoteRisultatiParziali {
    margin-top: -5px;
    margin-bottom: -5px;
}

.tablesExpanded .tabellaQuoteRisultatiParziali {
    width: max-content;
    margin-left: 4px;
    transform: translateY(2px);
}

.tablesCompacted .tabellaQuoteRisultatiParziali-contenitoreRisultati {
    display: flex;
    justify-content: center;
    margin-left: 2px;
}

.tablesExpanded .tabellaQuoteRisultatiParziali-contenitoreRisultati {
    display: flex;
}


.tabellaQuoteRisultatiParziali-risultatoParziale p,
.tabellaQuoteRisultatiParziali-risultatoParziale span,
.tabellaQuoteRisultatiParziali-contenitoreRisultati>div.fa.fa-star {
    font-size: 0.85rem !important;
}


/* .tablesExpanded .tabellaQuoteIntestazione-QuotaSingola .sortContainer i {
    font-size: 10px !important;
    color: black;
    user-select: none;
}

.tabellaQuoteIntestazione button.dropdown-toggle span,
.tablesExpanded .tabellaQuoteIntestazione-QuotaSingola>p {
    font-size: 10px !important;
    color: black;
    user-select: none;
    font-weight: bold;
} */




/* MARGINE CELLE DA SCSS */




/* .tabellaQuoteIntestazione-QuotaSingola .fa-sort-up{
    position: absolute;
    height: 0;
    left: 50%;
    top: 0;
}

.tabellaQuoteIntestazione-QuotaSingola .fa-sort-down{
    position: absolute;
    height: 0;
    left: 50%;
    bottom: 0;
} */


/* .tabellaQuoteIntestazione-QuotaSingola .fa-sort-up::before,
.tabellaQuoteIntestazione-QuotaSingola .fa-sort-down::before {
    position: absolute;
} */


.tablesCompacted .titoloQuotazione {
    white-space: initial;
}

.tablesCompacted .tabellaQuoteNew.tabellaQuotePrematch {
    grid-template-columns: 70px 1fr 20px 50px;
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "tabellaQuoteAlias tabellaQuoteSquadre tabellaQuoteStatistiche tabellaQuoteAltre"
    "tabellaQuoteTempo tabellaQuoteTempo tabellaQuoteTempo tabellaQuoteTempo"
    "tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni tabellaQuoteContenitoreQuotazioni";
}

.tablesExpanded .tabellaQuoteTempo__data,
.tablesExpanded .tabellaQuoteTempo__separatore {
    display: none;
}

.tabellaQuoteIntestazione-QuotaSingola {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sortContainer .fas.fa-sort-up {
    transform: unset;
}

.sortContainer .fas.fa-sort-down {
    transform: unset;
}

.tabellaQuoteTempo,
.tabellaQuoteIntestazione-QuotaSingola {
    position: relative;
}

.tabellaQuoteTempo .fa-sort-up::before,
.tabellaQuoteIntestazione-QuotaSingola .fa-sort-up::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* height: 0; */
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.tabellaQuoteTempo .fa-sort-down::before,
.tabellaQuoteIntestazione-QuotaSingola .fa-sort-down::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* height: 0; */
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.tabellaQuoteAlias,
.tabellaQuoteAlias p,
.tabellaQuoteTempo p,
.tabellaQuoteTempo span {
    font-size: 0.85rem !important;
}

main#panel.panel {
    display: flex;
    flex-direction: column;
}

main#panel.panel .header.row {
    margin: 0;
    /* height: 0; */
    min-height: 0;
    flex: 0 0 auto;
}

main#panel.panel #xsport-container {
    min-height: 0;
    height: 0 !important;
    flex: 1 1 auto;
}



.left-paddle.paddle {
    order: 1;
}

.icons-container {
    order: 2;
}

.right-paddle.paddle {
    order: 3;
}

.dropdown.down-paddle {
    order: 4;
}

.selected-draws-collapsed-bet {
    font-weight: bold;
    font-size: large;
    text-align: center;
    margin-bottom: 0.25rem;
}

.lista-selezionabili .custom-control {
    margin-bottom: 0.25rem;
}

.genius-iframe-live-streaming {
    position: relative;
    width: 96%;
    border:none;
    margin-left:3%;
    height:200px;
}

.igamemedia-iframe-live-streaming {
    position: relative;
    width: 100%;
    border:none;
    height:200px;
}

.arena-live-stream-video {
    position: relative;
    width: 100%;
    margin-left: 0;
    border: none;
    height: auto;
}

.secondo-blocco-sport .widget-filtro-side.live-tracker-widget .arena-live-stream-video{
    width: 99.8%;
}

.contenitoreSingolaQuota {
    position: relative;
}



/* RESIZABLE ELEMENT */
/* RESIZABLE ELEMENT */
/* RESIZABLE ELEMENT */

.resizable-corner-icon {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: nw-resize;
}

.resize-corner-icon-svg {
    fill: #fff;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 20px;
}

.resizable-corner-icon>svg {
    vertical-align: unset !important;
}

/* FINE RESIZABLE ELEMENT */
/* FINE RESIZABLE ELEMENT */
/* FINE RESIZABLE ELEMENT */



















/* BONUS SCHEDINA */
/* BONUS SCHEDINA */
/* BONUS SCHEDINA */
/* BONUS SCHEDINA */
/* BONUS SCHEDINA */
/* BONUS SCHEDINA */
/* BONUS SCHEDINA */
/* BONUS SCHEDINA */
/* BONUS SCHEDINA */    

.bonus-schedina_template-1 .bonus-schedina_template-1_header {
    text-align: center;
    font-weight: bold;
    color: #ff6600;
    padding: 0.5rem 0.25rem;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body {
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 0.25rem;
}


.bet-options-selectors-container {
	font-size:12px;
    margin-top: 1px;
}

.bet-option-span{
	text-overflow: ellipsis;
    white-space: nowrap;
    width: 115px;
    overflow: hidden;
}

.bet-option-span:hover{
	background:#dbdbdb47;
	border-radius:5px;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body>*:first-child {
    margin-bottom: 0.25rem;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body>*:not(:last-child):not(:first-child) {
    margin-bottom: 0.5rem;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body .bonus-schedina_template-1_body_title {
    font-weight: bold;
    padding: 0.25rem;
    background-color: #333;
    color: white;
    border-radius: 0.25rem;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body .bonus-schedina_template-1_body_title span {
    text-transform: uppercase;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_card {
    padding: 6px;
    border-radius: 0.25rem;
    background-color: #f5f5f5;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_card>*:not(:last-child) {
    margin-bottom: 0.25rem;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_card .bonus-schedina_template-1_body_card_title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    text-transform: uppercase;
}

.bonus-schedina_template-1_body_card_title > p {
	max-width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_card .bonus-schedina_template-1_body_card_progress.progress {
    position: relative;
    height: 1.25rem;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_card .bonus-schedina_template-1_body_card_progress.progress .progress-bar {
    background-color: #ff6600;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_card .bonus-schedina_template-1_body_card_progress.progress .bonus-schedina_template-1_body_card_progress_text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    user-select: none;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_card .bonus-schedina_template-1_body_card_range {
    display: flex;
    justify-content: space-between;
}

.bonus-schedina_template-1 .bottoni-schedina {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.bonus-schedina_template-1 .bottoni-schedina button {
    background-color: #969696;
    color: white;
    text-transform: uppercase;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_button-container {
    display: flex;
    justify-content: center;
}

.bonus-schedina_template-1 .bonus-schedina_template-1_body_button-container button {
    background-color: #ff6600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}


/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
/* FINE BONUS SCHEDINA */
























/* carrelloDesktop */
/* carrelloDesktop */
/* carrelloDesktop */
/* carrelloDesktop */
/* carrelloDesktop */
/* carrelloDesktop */
/* carrelloDesktop */
/* carrelloDesktop */
/* carrelloDesktop */



.widget-schedina-giocate {
    background-color: #666;
    padding: 0.5rem;
}

.grid-schedina {
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
}

.grid-schedina .grid-schedina-intestazione,
.grid-schedina .grid-schedina-body_evento,
.grid-schedina .grid-schedina-body_quote-riga {
    padding: 0;
}

.grid-schedina+.inserimento-puntata.calcSingola {
    padding-top: 0;
}

.grid-schedina .grid-schedina-body_quote-riga {
    border-radius: 0.25rem;
}

.grid-schedina p:not(.no-ellipsis) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-schedina .grid-schedina_bottone-live,
.live-badge {
    background-color: red;
    color: white;
    text-transform: uppercase;
    font-size: xx-small;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    padding: 0.25rem 0.25rem;
    width: min-content;
    height: min-content;
}

.live-badge:after {
    content: 'Live';
}

.grid-schedina .grid-schedina_bottone-banker {
    background-color: #d8d8d8;
    color: #ff6600;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #d8d8d8;
    color: #ff6600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    margin-right: 0.5rem;
}

.grid-schedina .grid-schedina_bottone-banker.banker-selected {
    background-color: #ff6600;
    color: white;
}

.grid-schedina .grid-schedina-intestazione_contenitore-testo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.grid-schedina .grid-schedina_bottone-generico {
    color: #999;
    padding: 0;
    background-color: transparent;
    outline: none;
}

.grid-schedina .grid-schedina_bottone-generico:hover {
    color: #ff6600;
}

.grid-schedina .grid-schedina-intestazione {
    /* display: grid;
    grid-template-columns: 1fr auto; */
    display: flex;
}

.grid-schedina .grid-schedina-intestazione .grid-schedina-intestazione_container-bottoni {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.grid-schedina .grid-schedina-intestazione .grid-schedina-intestazione_container-bottoni>*:not(:last-child) {
    margin-right: 1rem;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_evento {
    display: flex;
    max-width: 100%;
    font-weight: bold;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_evento>*:not(:last-child) {
    margin-right: 0.5rem;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_evento .grid-schedina-body_evento_alias {
    flex: 0 0 auto;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_evento .grid-schedina-body_evento_nome-squadra {
    max-width: max-content;
    flex: 1 1 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_evento .grid-schedina-body_evento_separatore {
    flex: 0 0 auto;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga:nth-child(odd) {
    background-color: transparent;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga:nth-child(even) {
    background-color: #f2f2f2;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga:not(:last-child) {
    margin-bottom: 0.25rem;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga>*:not(:last-child) {
    margin-right: 0.5rem;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga .grid-schedina-body_quote-riga_descrizione-quota {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga .grid-schedina-body_quote-riga_descrizione-quota p {
    white-space: normal;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga .grid-schedina-body_quote-riga_descrizione-quota span:not(.variationDesc) {
    color: #d10e0e;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga .grid-schedina-body_quote-riga_valore-quota {
    flex: 1 0 auto;
    max-width: max-content;
    font-weight: bold;
}

.grid-schedina .grid-schedina-body .grid-schedina-body_quote .grid-schedina-body_quote-riga .grid-schedina-body_quote-riga_input-puntata {
    flex: 1 0 auto;
    max-width: max-content;
    min-width: 40px;
    background-color: #ececec;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.carrello-desktop_container-elementi {
    padding: 0.25rem;
    background-color: #666;
    /*     .input-puntata_bottone {
        @include input-puntata_mixin();
        width: 100%;
        display: flex;
        justify-content: flex-end;
        justify-self: end;
        align-items: center;
        
        button,
        input {
            color: #666;
        }
    }
    */
    /*     .vincita-potenziale {
        background-color: white;
        border-radius: 0.5rem;
        padding: 0.5rem;
        
        
        a.bottone {
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 60px;
            padding: 0.75rem 0.25rem;
            font-size: small;
            max-width: 150px;
            
            
            &:not(:last-child) {
                margin-right: 0.5rem;
            }
        }
    } */
}

.carrello-desktop_container-elementi>* {
    background-color: white;
    border-radius: 0.25rem;
    overflow: hidden;
}

.carrello-desktop_container-elementi>*:not(:last-child) {
    margin-bottom: 0.25rem;
}

.carrello-desktop_container-elementi .schedina-scomm-checker,
.carrello-desktop_container-elementi .schedina-suddividi-puntata {
    padding: 0.5rem;
}

.carrello-desktop_container-elementi .schedina-suddividi-puntata {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carrello-desktop_container-elementi .schedina-suddividi-puntata .schedina-suddividi-puntata-testo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carrello-desktop_container-elementi .schedina-suddividi-puntata .schedina-suddividi-puntata-testo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carrello-desktop_container-elementi .schedina-suddividi-puntata>* {
    display: flex;
    align-items: center;
}

.carrello-desktop_container-elementi .schedina-suddividi-puntata>*.input-puntata_bottone {
    flex: 1 0 auto;
}

.carrello-desktop_container-elementi .tabella-puntate-sistema {
    background-color: white;
    display: grid;
    grid-template-columns: max-content max-content max-content max-content 1fr;
}

.carrello-desktop_container-elementi .tabella-puntate-sistema input {
    min-width: 0;
    max-width: 35px;
}

.carrello-desktop_container-elementi .tabella-puntate-sistema>* {
    word-break: break-all;
}

.carrello-desktop_container-elementi .carrello-fixed>* {
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
}

.carrello-desktop_container-elementi .carrello-fixed>*:first-child {
    margin-top: 0.5rem;
}

.carrello-desktop_container-elementi .carrello-fixed .vincita-potenziale {
    grid-row-gap: 2px;
}

.carrello-desktop_container-elementi .carrello-fixed .bottoni-schedina {
    display: flex;
    justify-content: center;
}

.carrello-desktop_container-elementi .carrello-fixed .bottoni-schedina button {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    max-width: 250px;
}

.carrello-desktop_container-elementi .carrello-fixed .bottoni-schedina button:not(:last-child) {
    margin-right: 0.5rem;
}

.grid-schedina_bottone-generico {
    color: #999;
    padding: 0;
    background-color: transparent;
    outline: none;
}

.grid-schedina_bottone-generico:hover {
    color: #ff6600;
}

.custom-switch-1 {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

.custom-switch-1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch-1 input:checked+.custom-slider-1 {
    background-color: #ff6600;
}

.custom-switch-1 input:checked+.custom-slider-1::before {
    -webkit-transform: translate(13px, -50%);
    -ms-transform: translate(13px, -50%);
    transform: translate(13px, -50%);
}

.custom-switch-1 input:focus+.custom-slider-1 {
    box-shadow: 0 0 1px #ff6600;
}

.custom-switch-1 .custom-slider-1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch-1 .custom-slider-1::before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch-1 .custom-slider-1.round {
    border-radius: 17px;
}

.custom-switch-1 .custom-slider-1.round::before {
    border-radius: 50%;
}

.custom-switch-2 {
    margin: 0;
    position: relative;
    display: inline-block;
    height: 16px;
    width: min-content;
    padding-right: 28px;
    display: flex;
    align-items: baseline;
}

.custom-switch-2.bet-option-selector {
 	padding-right: 25px;
}

.custom-switch-2>*:not(:last-child) {
    margin-right: 0.5rem;
}

.custom-switch-2 .custom-switch-2-text {
    line-height: 16px;
    font-weight: bold;
    color: #ccc;
}

.custom-switch-2 input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.custom-switch-2 input:checked~.custom-slider-2 {
    background-color: #ff6600;
}

.custom-switch-2 input:checked~.custom-slider-2::before {
    -webkit-transform: translate(12px, -50%);
    -ms-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
}

.custom-switch-2 input:checked~.custom-switch-2-text {
    color: #ff6600;
}

.custom-switch-2 input:focus~.custom-slider-2 {
    box-shadow: 0 0 1px #ff6600;
}

.custom-switch-2 .custom-slider-2 {
    position: absolute;
    cursor: pointer;
    width: 28px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch-2 .custom-slider-2::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch-2 .custom-slider-2.round {
    border-radius: 16px;
}

.custom-switch-2 .custom-slider-2.round::before {
    border-radius: 50%;
}

.custom-radio-1 {
    display: block;
    position: relative;
    padding-left: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-1 input:checked~.custom-radio-1_checkmark {
    background-color: #ff6600 !important;
    border: 1px solid #ff6600;
}

.custom-radio-1 input:checked~.custom-radio-1_checkmark::after {
    display: block;
}

.custom-radio-1:hover input~.custom-radio-1_checkmark {
    background-color: #ccc;
}

.custom-radio-1 .custom-radio-1_checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    background-color: white;
    border: 1px solid #666;
    border-radius: 50%;
}

.custom-radio-1 .custom-radio-1_checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
}



/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
/* FINE carrelloDesktop */
































/* MARGINE CELLE DA SCSS */
/* SPAZIATURA CELLE */
/* SPAZIATURA CELLE */
/* SPAZIATURA CELLE */
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="1"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="1"] button.dropdown-toggle {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="2"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="2"] button.dropdown-toggle {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="3"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="3"] button.dropdown-toggle {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="4"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="4"] button.dropdown-toggle {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="5"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="5"] button.dropdown-toggle {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="6"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="6"] button.dropdown-toggle {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="7"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="7"] button.dropdown-toggle {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="8"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="8"] button.dropdown-toggle {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="9"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="9"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="10"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="10"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="11"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="11"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="12"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="12"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="13"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="13"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="14"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="14"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="15"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="15"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="1"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="1"] button.dropdown-toggle {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="2"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="2"] button.dropdown-toggle {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="3"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="3"] button.dropdown-toggle {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="4"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="4"] button.dropdown-toggle {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="5"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="5"] button.dropdown-toggle {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="6"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="6"] button.dropdown-toggle {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="7"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="7"] button.dropdown-toggle {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="8"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="8"] button.dropdown-toggle {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="9"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="9"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="10"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="10"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="11"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="11"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="12"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="12"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="13"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="13"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="14"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="14"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-quote="15"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-quote="15"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="1"][data-numero-quote="1"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="1"][data-numero-quote="1"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="1"][data-numero-quote="1"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="1"][data-numero-quote="1"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="2"][data-numero-quote="2"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="2"][data-numero-quote="2"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="2"][data-numero-quote="2"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="2"][data-numero-quote="2"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="3"][data-numero-quote="3"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="3"][data-numero-quote="3"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="3"][data-numero-quote="3"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="3"][data-numero-quote="3"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="4"][data-numero-quote="4"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="4"][data-numero-quote="4"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="4"][data-numero-quote="4"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="4"][data-numero-quote="4"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="5"][data-numero-quote="5"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="5"][data-numero-quote="5"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="5"][data-numero-quote="5"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="5"][data-numero-quote="5"] button.dropdown-toggle {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="6"][data-numero-quote="6"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="6"][data-numero-quote="6"] button.dropdown-toggle {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="6"][data-numero-quote="6"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="6"][data-numero-quote="6"] button.dropdown-toggle {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="7"][data-numero-quote="7"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="7"][data-numero-quote="7"] button.dropdown-toggle {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="7"][data-numero-quote="7"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="7"][data-numero-quote="7"] button.dropdown-toggle {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="8"][data-numero-quote="8"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="8"][data-numero-quote="8"] button.dropdown-toggle {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="8"][data-numero-quote="8"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="8"][data-numero-quote="8"] button.dropdown-toggle {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="9"][data-numero-quote="9"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="9"][data-numero-quote="9"] button.dropdown-toggle {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="9"][data-numero-quote="9"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="9"][data-numero-quote="9"] button.dropdown-toggle {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="10"][data-numero-quote="10"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="10"][data-numero-quote="10"] button.dropdown-toggle {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="10"][data-numero-quote="10"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="10"][data-numero-quote="10"] button.dropdown-toggle {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="11"][data-numero-quote="11"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="11"][data-numero-quote="11"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="11"][data-numero-quote="11"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="11"][data-numero-quote="11"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="12"][data-numero-quote="12"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="12"][data-numero-quote="12"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="12"][data-numero-quote="12"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="12"][data-numero-quote="12"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="13"][data-numero-quote="13"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="13"][data-numero-quote="13"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="13"][data-numero-quote="13"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="13"][data-numero-quote="13"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="14"][data-numero-quote="14"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="14"][data-numero-quote="14"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="14"][data-numero-quote="14"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="14"][data-numero-quote="14"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="15"][data-numero-quote="15"] .tabellaQuoteIntestazione-QuotaSingola,
.tablesExpanded .tabellaQuoteIntestazione[data-numero-gruppi-quote="15"][data-numero-quote="15"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="15"][data-numero-quote="15"] .contenitoreSingolaQuota,
.tablesExpanded .tabellaQuoteNew[data-numero-gruppi-quote="15"][data-numero-quote="15"] button.dropdown-toggle {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

/*  */
/*  */
/*  */
/*  */
/*  */

.quota-aumentata::after,
.quota-diminuita::after {
    width: 16px;
    height: 16px;
}


.quota-aumentata {
    overflow: hidden;
    position: relative;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-name: quota-aumentata-keyframe;
}

.quota-aumentata::after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 8px;
    position: absolute;
    color: black;
    z-index: 1;
    right: 0px;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-name: quota-aumentata-freccia-keyframe;
    top: 0px;
}

@keyframes quota-aumentata-keyframe {
    0% {
        /*background-color: #00bb27;*/
        color: #fff;
    }
    
    100% {
        /*background-color: #d8d8d8;*/
        color: #ff6600;
    }
}

@keyframes quota-aumentata-freccia-keyframe {
    0% {
        top: 100%;
        background-image: url('../../assets/img/sport/svg/arrow-white.svg');
    }
    
    100% {
        top: 0%;
        background-image: url('../../assets/img/sport/svg/arrow-green.svg');
    }
}

/**/
.quota-diminuita {
    overflow: hidden;
    position: relative;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-name: quota-diminuita-keyframe;
}

.quota-diminuita::after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 8px;
    position: absolute;
    color: black;
    z-index: 1;
    right: 0px;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-name: quota-diminuita-freccia-keyframe;
    transform: rotate(180deg);
    bottom: 0px;
}

@keyframes quota-diminuita-keyframe {
    0% {
        /*background-color: #bb0000;*/
        color: #fff;
    }
    
    100% {
        /*background-color: #d8d8d8;*/
        color: #ff6600;
    }
}

@keyframes quota-diminuita-freccia-keyframe {
    0% {
        bottom: 100%;
        background-image: url('../../assets/img/sport/svg/arrow-white.svg');
    }
    
    100% {
        bottom: 0%;
        background-image: url('../../assets/img/sport/svg/arrow-red.svg');
    }
}

.tablesCompacted .quota-aumentata::after,
.tablesCompacted .quota-diminuita::after {
    width: 10px;
    height: 10px;
}

/*AGGIUNGERE EFFETTO HOVER*/
.quota-aumentata:hover:after,
.quota-diminuita:hover:after {
    background-image: url('../../assets/img/sport/svg/arrow-white.svg') !important;
}

/*FIX 23/03/2021 */
.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="1"][data-numero-gruppi-quote="1"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="2"][data-numero-gruppi-quote="2"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="3"][data-numero-gruppi-quote="3"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="4"][data-numero-gruppi-quote="4"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="5"][data-numero-gruppi-quote="5"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="6"][data-numero-gruppi-quote="6"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="7"][data-numero-gruppi-quote="7"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="8"][data-numero-gruppi-quote="8"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="9"][data-numero-gruppi-quote="9"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="10"][data-numero-gruppi-quote="10"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="11"][data-numero-gruppi-quote="11"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="12"][data-numero-gruppi-quote="12"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="13"][data-numero-gruppi-quote="13"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="14"][data-numero-gruppi-quote="14"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.tablesExpanded .tabellaQuoteIntestazione[data-numero-quote="15"][data-numero-gruppi-quote="15"] .tabellaQuoteIntestazione-GruppoQuote p {
    font-size: xx-small;
}

.grid-schedina .grid-schedina-intestazione_contenitore-testo {
    color: #d2161e;
}

.regione-widget>.elemento-competizioni-widget>*:first-child {
  flex: 1;
}

.regione-widget>.competizione-sub .elemento-competizioni-widget>span:last-child {
  min-width: 27px;
  text-align: right;
}

.regione-widget>.elemento-competizioni-widget>span:last-child {
  min-width: 40px;
  text-align: right;
}

titolo-accordion a {
  font-size: 1.25rem;
}

#accordionLaterale>.card.elemento-competizioni-widget>.titolo-accordion>span:last-child {
  min-width: 44px;
  text-align: right;
}


@media screen and (min-width: 1920px) {

  .regione-widget>.competizione-sub .elemento-competizioni-widget>span:last-child {
      min-width: 35px;
  }

  .regione-widget>.elemento-competizioni-widget>span:last-child {
      min-width: 40px;
  }

  #accordionLaterale>.card.elemento-competizioni-widget.titolo-accordion>span:last-child {
      min-width: 45px;
  }


}

.tabellaQuoteIntestazione button.dropdown-toggle span,
.tablesExpanded .tabellaQuoteIntestazione-QuotaSingola>p,
.quota,
.contenitoreSingolaQuota,
.tipoQuotazione_1,
.tempo-torneo-top-match,
.scheda-giocata-sport>.titolo-partita-top-match~.titolo-partita-top-match,
.gridInterernaQuotazioni button.dropdown-toggle {
/* font-family: 'Metropolis-Bold'; */
font-weight: bolder;
}

.icona-slider-sport,
.icona-slider-paese {
  font-weight: bold;
}

.icona-slider-sport figure>span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}



.tabellaQuoteRisultatiParziali-contenitoreRisultati>div.fa.fa-star {
  display: flex;
  align-items: center;
}

.tabellaQuoteIntestazione.tabellaQuoteIntestazione-3col,
.tabellaQuoteNew.tabellaQuoteNew-3col {
    grid-template-areas: "tabellaQuoteTempo tabellaQuoteCampetto tabellaQuoteSquadre" !important;
    grid-template-columns: 65px 100px 1fr !important;
}

.tablesCompacted .tabellaQuoteIntestazione.tabellaQuoteIntestazione-3col,
.tablesCompacted .tabellaQuoteNew.tabellaQuoteNew-3col {
    grid-template-areas: "tabellaQuoteTempo tabellaQuoteSquadre tabellaQuoteCampetto" !important;
    grid-template-columns: 65px 1fr 100px !important;
}

.tabellaQuoteNew.tabellaQuoteNew-3col .tabellaQuoteCampetto {
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 1px) {
  .tablesExpanded .risultatoEsattoGrid {
      /* grid-template-columns: repeat(6, 1fr); */
      grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }

  .tablesCompacted .risultatoEsattoGrid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .tablesExpanded .risultatoEsattoGrid {
      grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }

  .tablesCompacted .risultatoEsattoGrid {
      grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}

@media screen and (min-width: 1360px) {
  .tablesExpanded .risultatoEsattoGrid {
      grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }

  .tablesCompacted .risultatoEsattoGrid {
      grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .tablesExpanded .risultatoEsattoGrid {
      grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}

@media screen and (min-width: 1920px) {
  .tablesExpanded .risultatoEsattoGrid {
      grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}

@media screen and (min-width: 2560px) {
  .tablesExpanded .risultatoEsattoGrid {
      grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
  }
}

@media screen and (min-width: 3840px) {
  .tablesExpanded .risultatoEsattoGrid {
      grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));
  }
}


.risultatoEsattoGrid>*>span:first-child {
  overflow: unset !important;
  white-space: unset !important;
  white-space: unset !important;
  width: 75% !important;
}
  /*FINE*/

.customPopup {
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.customPopup__content {
  position: fixed;
  z-index: 999999;
  width: 80%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customPopup__content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #d2161e;
}

.customPopup__content button {
  border: none;
  outline: none;
  background-color: transparent;
}

.customPopup__content>* {
  padding: 1.5rem;
  font-size: 1.25rem;
}

.customPopup__content>*:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.customPopup__content>*:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.customPopup__content__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2161e;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.customPopup__content__header__closeButton {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customPopup__content__body {
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  color :#000;
}

.customPopup__content__body__clickable {
  font-weight: bold;
}

.customPopup__content__body__clickable--success {
  color: green;
}

span.uo-selezionato.tinytext {
  font-size: 9px !important;
}

.tablesExpanded .tabellaQuoteContenitoreQuotazioni.d-flex.align-items-center{
  align-items: stretch !important;
}

.tablesExpanded .gridInterernaQuotazioni{
    width: min-content !important;
}

.sr-widgets-lmts .sr-lmts-pitch-ratio-extended-direct{
  /*top: auto;
  bottom: auto;*/
  top: inherit;
  bottom: inherit;
}

.secondo-blocco-sport{
    padding-top: 0;
}

.secondo-blocco-sport .titolo-blocco-sport{
    position: sticky;
    top: 0;
    z-index: 10;
}

#betslip-container .titolo-widget-stampa{
  padding: 0.5rem 1rem;
}

div#mybetsButton {
  width: 100%;
  max-width: 32px;
  background: transparent;
  content: url(../../assets/img/receipt.svg);
  height: 32px;
  border-radius: 100%;
  margin-left: 0;
}

@media screen and (max-width: 1359px) {
    .svg-icon-dc {
        display: none !important;
    }
}

.sr-widgets-lmts>.sr-content {
    min-width: 100%;
    max-width: 100%;
}

.tabellaQuoteTempo .tempo-live {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.tabellaQuoteTempo .tempo-live .risultato-live {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.partial-scores-container {
    display: inline-flex !important;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

.tablesExpanded .tabellaQuoteNew.rigaQuoteLampeggiante {
    animation-timing-function: ease-in-out;
    animation: rigaQuoteLampeggiante 750ms 2;
}

@keyframes rigaQuoteLampeggiante {
    from {}

    to {
        /* background-color: #e8e8e8; */
        background-color: var(--yellow);
    }
}

.seo-main-container {
  position: relative;
  overflow: hidden;
  height: 10rem;
  /*margin-bottom: 10rem;*/
  padding: 10px;
  line-height: 1.5em;
  text-align: justify;
}

.seo-main-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  /* background: url('../../assets/img/sport/collapse.png') center center no-repeat rgb(255, 255, 255); */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARBAMAAADJQ1rJAAAAFVBMVEUAAABBQ09BQ09BQ09BQ09BQ09BQ08+mUQ5AAAABnRSTlMAGcBi5DAigwVuAAAAN0lEQVQI12MgFjAawkjmJAEgSygZyFNTBBMgLlAQhMF8sBBYMAgkBBZ0AwtBVMKMVISbLkDYAQALtwXzEgfw3wAAAABJRU5ErkJggg==) center center no-repeat rgb(255, 255, 255);
  background-color: #ebebeb;
  border-radius: 40px 40px 0 0;
  opacity: 0.9;
  content: "EXPANDSEO";
  font-size: 0;
}

.seo-main-container.expanded {
  height: auto !important;
  padding: 10px 10px 50px;
  overflow: visible;
}

.seo-main-container.expanded::after {
  /* background-image: url('../../assets/img/sport/expand.png'); */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARBAMAAADJQ1rJAAAAFVBMVEUAAABBQ09BQ09BQ09BQ09BQ09BQ08+mUQ5AAAABnRSTlMAGcBi5DAigwVuAAAANklEQVQI12MgDARgDEZFGEsoSQAqpOamCBMKAgqChRSBCKoKhMFCUIIZrEYoGcg1BDJAJLEAAOjQBfPTo/7yAAAAAElFTkSuQmCC);
}

.xs-seo-content-wrapper{
    max-height: fit-content;
}

.secondo-blocco-sport .dropdown-box-grid .elemento-macro{
  min-width: 0 !important;
  flex-wrap: wrap;
  display: flex;
  height: auto !important;
  white-space: break-spaces;
  word-break: break-word;
}

@media screen and (min-width: 1px){
  .secondo-blocco-sport .box-grid-2 .dropdown-box-grid {
      grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (min-width: 2560px){
  .secondo-blocco-sport .box-grid-2 .dropdown-box-grid {
      grid-template-columns: repeat(3, 1fr) !important;
  }
}

.widgetFiltroSide__quoteFavorite{
  margin-top: 1rem;
  width: 100%;
}

.widgetFiltroSide__quoteFavorite > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background-color: #ffcc00;
  color: #d2161e;    
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.widgetFiltroSide__quoteFavorite > a::before{
    display:block;
    content: "";
    margin-right: 8px;
    margin-left: -24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23323232;stroke-miterlimit:10;stroke-width:40px;%7D.cls-2%7Bfill:%23d2161e;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='250' cy='250' r='230'/%3E%3Ccircle class='cls-1' cx='250' cy='250' r='150'/%3E%3Ccircle class='cls-2' cx='250' cy='250' r='75'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.frame-game{
	display: flex;
    justify-content: center;
}

.no-bg {
	background: none;
}

.anchor-live-match{
  color: unset !important;
}

.betgeniusWidgetGeneral{
    height: 290px;
    width: 100%;
}

.colonne-evento-live.d-grid.dueColonne {
    grid-template-columns: repeat(2, 1fr);
}
  
.blocco-interno-evento .toolbox-evento {
    justify-content: flex-start !important;
}
  
@media screen and (min-width: 1920px) {
    .blocco-interno-evento .toolbox-evento {
        justify-content: center !important;
    }
}

.xs_jersey {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.xs_jersey_medium {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    margin: 0 10px;
}

.xs_jersey_big {
    flex-shrink: 0;
    height: 60px;
    width: 60px;
    margin: 0 20px;
}

.tabellaQuoteTorneo i.fa.fa-times {
    height: 20px;
    width: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }

  #iframe-prematch-home-news {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
  
  .streaming-tv-buttons-channel-container{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding:4px;
  }
  .streaming-tv-button-channel{
    cursor: pointer;
    min-width: 30px;
    padding:6px;
    height: 45px;
    justify-content: center;
    align-self: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    color:#de2033;
    font-weight:bold;
    font-size:24px;
    margin-right:10px;
    border-radius:5px;
   	border-style: solid;
    border-width: 2px;
    border-color: #FFF;
    filter: opacity(0.5);
  }
  .streaming-tv-button-channel > img {
    max-width: 100%;
    height: auto;
    width: 100px;
  }
  .streaming-tv-button-channel.selected, .streaming-tv-button-channel:hover{
    border-color: #de2033;
    filter: brightness(2);
  }

  .sidebar-dx .streaming-tv-button-channel > img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  .liveTrackerWidget__streamIcon {
    width: 14px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(19%) saturate(11%) hue-rotate(102deg) brightness(100%) contrast(92%);
    margin-left: 5px;
    cursor: pointer;
  }
  
  
  .live-tv-title{
  	font-size: 24px;
    color:#de2033;
    text-transform: uppercase;
    justify-content: center;
    display: flex;
  }
  .live-tv-header {
  	border-color: #de2033;
    border-style: solid;
    border-width: 1px;
    background: #FFF;
    padding: 0 1rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0.25rem;
    position: relative;
    min-height: 48px;
  }
  
.new-market-label {
    display: flex;
    align-items: center;
    height: 16px;
    border-radius: 12px;
    padding: 0 12px;
    background-color: #047968;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.xs-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px);
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.xs-popup-container {
    height: 600px;
    width: 600px;
    display: flex;
    flex-direction: column;
}

.xs-popup-header {
    padding: 6px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 40px;
    color: #fff;
}

.xs-popup-content {}

#prematchProWidgetContainer {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background: #000;
}

.STATSCOREWidgetContainer {
    height: 100%;
    width: 100%;
}

#uo-box-dropdown .lista-quote {
    justify-items: center;
}

#uo-box-dropdown .lista-quote.colonne-1 { grid-template-columns: 2fr !important;}
#uo-box-dropdown .lista-quote.colonne-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-3 { grid-template-columns: 2fr repeat(2, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-4 { grid-template-columns: 2fr repeat(3, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-5 { grid-template-columns: 2fr repeat(4, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-6 { grid-template-columns: 2fr repeat(5, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-7 { grid-template-columns: 2fr repeat(6, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-8 { grid-template-columns: 2fr repeat(7, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-9 { grid-template-columns: 2fr repeat(8, minmax(0, 1fr)) !important;}
#uo-box-dropdown .lista-quote.colonne-10 { grid-template-columns: 2fr repeat(9, minmax(0, 1fr)) !important;}

#uo-box-dropdown > div {
    padding: 0 0.5rem;
}

#uo-box-dropdown-header {
    overflow-y: scroll;
}

.live-scores-disclaimer {
    margin-top: 0.5rem;
    padding: 1rem 0.5rem;
    background-color: #D2161E;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
}

.quote-evento-multilive
.titolo-giocate-extra
.w-100.d-flex.items-center.justify-content-between.mr-1
> svg {
  margin-right: 20px;
}

#xsport-container .fa-info-circle {
    width: unset !important;
    height: unset !important;
}

.overlay-background {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .9);
    backdrop-filter: blur(2px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content {
    display: flex;
    flex-direction: column;
}

.overlay-topbar {
    height: 60px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #000;
    color: #fff;
}

.overlay-close-btn {
    cursor: pointer;
    font-size: 40px;
}

.overlay-iframe {
    border: none;
    height: 600px;
}

#uo-box-dropdown .dropdown-content{
    max-width: unset;
}

body[data-xsport-section="live-match"] #sidebar-sx .quote-widget-evento.d-grid.treColonne{
    grid-gap: 1px !important;
}

body[data-xsport-section="live-match"] #sidebar-sx .quota-widget-evento.quota.bordo-tondo.d-flex.justify-content-between {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 4px;
    word-break: break-word;
}
