    /*=======================


INDICE: 
  1- PAGINA SPORT
      - Carosello
      - Titolo Colonna Centrale
      - Tabs di navigazione Sport

  2- PAGINA CAMPIONATO

  3- PAGINA "TUTTEQUOTE"

  4- PAGINA LIVE OVERVIEW

  5- PAGINA LIVE EVENT

  6- CASINO 

  7- UTILITY


=========================*/
    /*---Carosello Sport---*/
    
    .carousel-container {
        position: relative;
        top: 0;
    }
    
    #carousel-sport .carousel-item img {
        border-radius: 3px;
    }
    /*---BET OF THE DAY---*/
    
    .hotbet-cont {
        background: center/cover url(bet-of_the_day_bg.png) no-repeat !important;
        opacity: 1;
        min-height: 16rem;
        border-radius: 3px;
        border: 1px solid var(--accent);
    }
    
    .hotbet-cont img {
        width: 3rem;
        /*---width: 20%;-*/
    }
    
    .hotbet-header {
        color: var(--text-color-hilight);
        height: 1.7rem;
        font-weight: 600;
        background-color: var(--accent);
        /*---border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;---*/
    }
    
    .hotbet-text-squadra {
        color: var(--accent);
        font-size: 1.1rem;
        font-weight: 500;
    }
    
    .hotbet-text-middle-header {
        color: var(--text-color-hilight);
        font-size: 1.1rem;
        font-weight: 500;
        /*---border-bottom: 1px solid var(--text-color-grey);--*/
    }
    
    .hotbet-btn {
        min-width: 4rem;
        font-weight: 500;
        max-height: 2rem;
    }
    
    .hotbetbott-btn {
        min-width: 4rem;
        font-weight: 500;
    }
    
    .hotbet-border {
        border-radius: 10px;
        border: 1px solid var(--accent);
    }
    /*---Titolo Colonna Centrale SPORT---*/
    
    .head-c {
        background: var(--container-accent);
        color: #ffffff;
        font-weight: 500;
        padding: 7px 0 5px 10px;
        font-size: 14px;
        text-align: center;
    }
    
    .head-c-accent {
        background: var(--accent);
        color: #ffffff;
        font-weight: 500;
        padding: 7px 0 5px 10px;
        font-size: 14px;
        text-align: center;
    }
    /*--- Tabs di Navigazione Sport---*/
    
    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        color: var(--text-color-hilight);
        width: 100%;
        background-color: var(--container-background);
        border-radius: 0;
        border: 0.5px solid var(--background);
    }
    
    .nav-pills.nav-item .nav-link :hover {
        background-color: var(--accent);
    }
    
    .nav-pills .nav-link:hover,
    .nav-pills .show>.nav-link {
        color: var(--text-color-on-accent);
        background-color: var(--accent);
    }
    
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: var(--text-color-on-accent);
        background-color: var(--accent);
    }

.btn-sport {
    text-transform: uppercase;
    /*height: 40px;*/
    display: flex;
    justify-content: space-between;
}
    
    .sport-text {
        text-transform: uppercase;
        font-size: 14px;
    }
    /*---Ricerca---*/
    
    .search {
        width: 100%;
        position: relative;
        display: flex;
    }
    
    .searchTerm {
        width: 100%;
        border: 3px solid var(--container-background);
        border-right: none;
        padding: 5px;
        height: 40px;
        /*border-radius: 5px 0 0 5px;*/
        outline: none;
        background-color: var(--container-background);
        color: var(--text-color-grey);
    }
    
    .searchButton {
        display: flex;
        align-items: center;
        width: 40px;
        border: 1px solid var(--container-background);
        background: var(--container-background);
        text-align: center;
        color: #fff;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 20px;
    }
    
    .searchTerm::placeholder {
        font-size: 12px;
        color: var(--text-color-grey);
    }
    
    .search h3 {
        margin: 0;
    }
    /*---Betting---*/
    
    .betting {
        background: var(--container-accent);
        font-weight: 300;
        padding: 10px;
        text-align: center;
        color: var(--text-color-hilight);
        font-size: 14px;
    }
    /*---risult-trend---*/
    
    .custom-p {
        padding-top: 0.8rem!important;
        padding-bottom: 0.8rem!important;
    }
    /*---Time Button---*/
    
    .btn-time {
        padding: 5px;
        font-size: 11px;
        border-color: var(--text-color-grey);
        min-width: 30px;
        color: var(--text-color-hilight);
    }
    
    .btn-time:hover {
        border-color: var(--accent);
        background-color: var(--accent);
        color: var(--text-color-on-accent);
    }

        .btn-time-prematch.activated {
            border-color: var(--accent);
            background-color: var(--accent);
            color: var(--text-color-on-accent);
        }
    
    .material-icons-time {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 28px;
        /* Preferred icon size */
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        color: var(--text-color-grey);
        margin-right: 10px;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
    }
    /*---Top Leagues a cascata---*/
    
    #accordionPanelsTopLeagues {
        z-index: 3;
    }
    
    .accordion-item {
        border: none;
        background-color: var(--background);
    }
    
    .accordion-button {
        color: var(--text-color-hilight);
        background-color: var(--container-background);
        font-size: 14px;
    }
    
    .accordion-button:not(.collapsed) {
        color: var(--text-color-hilight);
        background-color: var(--container-accent);
        box-shadow: none;
        border-radius: 0px !important;
    }


.accordion-button-region {
    color: var(--text-color-hilight);
    background-color: var(--accordion-background-button-region);
    font-size: 14px;
}

    .accordion-button-region:not(.collapsed) {
        color: var(--text-color-hilight);
        background-color: var(--accordion-background-button-region);
        box-shadow: none;
        border-radius: 0px !important;
    }

.accordion-button-competition {
    color: var(--text-color-hilight);
    background-color: var(--accordion-background-button-competition);
    font-size: 14px;
}

    .accordion-button-competition:not(.collapsed) {
        color: var(--text-color-hilight);
        background-color: var(--accordion-background-button-competition);
        box-shadow: none;
        border-radius: 0px !important;
    }
    
    .accordion-body {
        background-color: var(--background);
        padding: 0;
    }
    
    .accordion-div {
        background-color: var(--container-background);
        /*margin-top: 5px;*/
        /*border-radius: 3px;*/
    }
    
    .accordion-div:hover {
        background-color: var(--background);
    }
    
    .accordion-bottom-div {
        background-color: var(--container-background);
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    
    .accordion-button:focus {
        box-shadow: none;
    }
    
    .accordion-button:after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }
    
    .left-side-color {
        height: 46px;
        width: 3px;
        position: absolute;
        border-top-left-radius: 3px;
        left: 0;
        background-color: var(--accent);
        color: var(--text-color-on-accent);
    }
    /*Contenuto label Top Leagues*/
    
    .top-leagues-raw {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 1px;
        padding: 0 0.5rem;
        cursor: pointer;
        color: var(--text-color-grey);
        min-height: 26px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .icon-sport-flag {
        float: left;
        width: 20px;
        margin-right: 0.8rem;
    }
        .icon-sport-flag img {
            width: 20px;
        }

.categorynamesport {
    float: left;
    color: var(--text-color-hilight);
    width: 70%;
    text-align: left;
    font-size: 12px !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    padding-right: 1.5rem;
    .categorynamesport
}

.categorynamesportregion {
    float: left;
    color: var(--text-color-hilight);
    width: 70%;
    text-align: left;
    font-size: 12px !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    padding-right: 1.5rem;
    padding-left: 0.5rem;
}
    
    .text-right {
        margin-left: auto;
        margin-right: 0;
        float: right;
        max-width: 20%;
        text-align: right;
        font-size: 12px !important;
        text-decoration: none;
        color: var(--text-color-hilight);
    }
    /*---Prematch a cascata---*/
    
    #accordionPanelsPremetch {
        z-index: 3;
    }
    /*---Header Table---*/
    
    .container-header {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 1px;
        position: relative;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        transition: .5s all;
    }
    
    .header-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 50px;
        align-items: center;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        position: relative;
        background-color: var(--container-accent);
        margin-bottom: 0.08rem;
        font-size: 11px;
        color: var(--accent);
    }
    
    .header-row {
        text-align: center;
        /* margin-left: auto;
        width: 71%; */
        justify-content: center;
    }
    
    .header-row ul {
        display: flex;
        width: 100%;
        justify-content: right;
    }
    
    .header-row li {
        display: inline;
        width: 3.3rem;
        align-self: center;
    }
    
    .header-row span {
        width: calc(100%/13)
    }
    
    .event-description {
        display: flex;
        text-transform: uppercase;
    }
    
    .id-desc {
        text-align: center;
        width: 4rem !important;
    }
    
    .event-description-time {
        text-align: center;
        width: 4.9rem!important;
    }
    /*---body-table-ultimo-minuto---*/
    
    .list-league-table {
        display: flex;
        width: 100%;
        flex-direction: column;
        background-color: var(--background);
    }
    
    .list-league {
        padding-left: 0;
        list-style: none;
        font-size: 12px;
        margin-bottom: 0;
    }
    
    .list-league-partial {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    
    .list-raw {
        display: flex;
        padding: 0;
        width: 100%;
        min-height: 2.67rem;
        border-radius: 3px;
        margin-bottom: 0.08rem;
        overflow: visible !important;
        color: var(--text-event-list);
        background-color: var(--container-background);
        border-bottom: 1px solid var(--color-black);
        border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    }
    
    .datetime-row {
        font-size: 9px;
    }
    
    .container-id {
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 4rem;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .container-date {
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 5rem;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .container-event {
        flex: 1;
        align-self: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }
    /*
    .container-button {
        display: flex;
        height: 100%;
        height: 100%;
        justify-content: center;
        padding: 0;
        align-self: center;
    }*/

.container-button {
    display: flex;
    /* height: 100%; */
    /* height: 100%; */
    /* justify-content: flex-end; */
    align-items: flex-start;
    padding: 0;
    align-self: center;
    max-width: 64%;
    
}

.doublebutton {
    border: 1px solid var(--bs-btn-active-bg) !important;
}

.event-name {
    font-weight: 600;
}
    
    .button-wrap {
        display: flex;
        width: 3.2rem;
        border: none;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2) !important; */
        margin: 0;
        border-left: 1px solid vaR(--color-gray-black);
        background: 0 0;
        /* border-bottom: 1px solid var(--background); */
        box-shadow: none;
        padding: 1px;
        align-items: center;
        justify-content: center;
        margin-right: 0.08rem;
    }



    
    .button-wrap:hover {
        background-color: var(--container-accent);
        color: var(--text-color-ghlight)
    }
    
    .andamento-negativo {
        position: absolute;
        top: 0px;
        right: 0%;
        width: 1.5px;
        height: 0%;
        background-color: red;
        box-shadow: var(--accent) 1, 1, 1, 1;
        transition: height 1s;
    }
    
    .andamento-positivo {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 1.5px;
        height: 0%;
        background-color: rgb(0, 255, 140);
        box-shadow: var(--accent) 1, 1, 1, 1;
        transition: height 1s;
    }
    
    @keyframes growAndShrink {
        0% {
            height: 0%;
            bottom: 1px;
            opacity: 0.4;
            box-shadow: -1px 0px 17px 1px var(--positive);
        }
        50% {
            height: 100%;
            bottom: 1px;
            opacity: 1;
            box-shadow: -1px 0px 25px 25px var(--positive);
        }
        100% {
            height: 0%;
            bottom: calc(100% + 1px);
            opacity: 0.4;
            box-shadow: -1px 0px 17px 1px var(--positive);
        }
    }
    
    @keyframes growAndShrinkToBottom {
        0% {
            height: 0%;
            top: 1px;
            opacity: 0.4;
            box-shadow: -1px 0px 11px 1px var(--negative);
        }
        50% {
            height: 100%;
            top: 1px;
            opacity: 1;
            box-shadow: -1px 0px 17px 25px var(--negative);
        }
        100% {
            height: 0%;
            top: calc(100% + 1px);
            opacity: 0.3;
            box-shadow: -1px 0px 11px 1px var(--negative);
        }
    }
    
    .andamento-positivo {
        animation: growAndShrink 1.8s;
    }
    
    .andamento-negativo {
        animation: growAndShrinkToBottom 1.8s;
    }
    /*.outcome-button {
        font-size: 0.8rem;
        font-weight: 700;
        background-color: var(--container-accent);
        width: 100%;
        padding: 0.5rem;
        border-radius: 0px;
        text-align: center;
        color: var(--text-color-hilight);
    }*/
    
    .outcome-live-button {
        position: relative;
        font-size: 0.8rem;
        font-weight: 700;
        background-color: var(--liveview-btn);
        width: 3rem;
        height: 70%;
        border: 0px;
        border-radius: 2px;
        text-align: center;
        color: var(--text-color-hilight);
        overflow: hidden;
        padding: 0px;
    }
    
    .outcome-live-button:hover {
        background-color: var(--accent);
        color: var(--text-color-on-accent);
    }
    
    .outcome-button {
        font-size: 0.9rem;
        font-weight: 500;
        width: 100%;
        padding: 0 0.1rem;
        margin: 0.5rem 0;
        border-radius: 0px;
        text-align: center;
        color: var(--text-color-hilight);
        /*border-left: 1px solid var(--accent)*/
    }
    
    .outcome-button-2 {
        font-size: 0.7rem;
        font-weight: 500;
        width: 100%;
        padding: 0 0.1rem;
        margin: 0.5rem 0;
        border-radius: 0px;
        text-align: center;
        color: var(--text-color-hilight);
        /*border-left: 1px solid var(--accent)*/
    }
    
    .outcome-button:hover {}
    
    .outcome-button:active {
        color: var(--accent);
    }
    
    .outcome-button:focus {
        border-left: 1px solid var(--accent);
        color: var(--accent);
    }

.outcome-button.selected {
    border-left: 1px solid var(--accent);
    color: var(--accent);
    font-weight: 800;
}


.odds_up {
    border-bottom: 2px solid green !important;
}

.odds_down {
    border-bottom: 2px solid red !important;
}


    .outcome-live-button {
        position: relative;
        font-size: 0.8rem;
        font-weight: 700;
        background-color: var(--liveview-btn);
        width: 3rem;
        height: 70%;
        border: 0px;
        border-radius: 2px;
        text-align: center;
        color: var(--text-color-hilight);
        overflow: hidden;
        padding: 0px;
    }

    .outcome-live-button:hover {
        background-color: var(--accent);
        color: var(--text-color-on-accent);
    }


        .outcome-live-button.selected {
            border-left: 1px solid var(--accent);
            color: var(--accent);
        }

    .outcome-button-tt {
        font-size: 0.9rem;
        font-weight: 500;
        width: 100%;
        padding: 0 0.5rem;
        margin: 0.5rem 0;
        border-radius: 0px;
        text-align: center;
        color: var(--text-color-hilight);
        border: none;
    }
    
    .outcome-button-tt:hover {
        color: var(--text-color-hilight);
    }
    
    .outcome-button-tt:active {
        color: var(--accent);
    }
    
    .outcome-button-tt:focus {
        color: var(--accent);
    }
.outcome-button-tt.selected {
    border-left: 1px solid var(--accent);
    color: var(--accent);
}
    /*---lightMode Button---*/
    
    .mode-button {
        display: flex;
        flex-direction: row-reverse;
        opacity: 50%;
        padding: 5px;
    }
    /*---QBET---*/
    
    .inputfield {
        align-items: center;
        justify-content: center;
        display: flex;
        height: auto;
        padding: 10px;
    }
    
    .inputfieldbottom {
        align-items: center;
        justify-content: center;
        display: flex;
        height: auto;
        padding: 0 10px 10px 10px;
    }
    
    .inputfield span {
        margin-right: 15px;
    }
    
    .inputfieldbottom span {
        margin-right: 15px;
    }
    
    .inputfield img {
        height: 15px;
        width: 15;
        margin-right: 5px;
    }
    
    .headSc span {
        margin: 5px;
    }
    
    .searchTermvar {
        height: 90%;
        width: 70%;
        border: 3px solid var(--input-field);
        padding: 5px;
        height: 40px;
        /*border-radius: 5px;*/
        background-color: var(--input-field);
        color: var(--text-color-grey);
        margin: 0 0 0 auto;
    }
    
    .searchTermvar::placeholder {
        font-size: 12px;
        color: var(--text-color-grey);
    }
    /*---Codice evento VAR---*/
    
    .accent-light {
        background-color: var(--container-accent-light);
    }
    
    .search-cont {
        border-radius: 3px;
    }
    
    .head-search-cont {
        color: var(--text-color-hilight);
        font-weight: 600;
    }
    
    .icon-search-cont {
        color: var(--text-color-hilight);
        font-size: 20px;
    }
    
    .searchcode {
        height: 2.5rem;
        width: 100%;
        border: 3px solid var(--input-field-light);
        padding: 5px;
        border-radius: 5px;
        background-color: var(--input-field-light);
        color: var(--input-field-light-text);
        margin: 0 0 0 auto;
    }
    
    .searchcode::placeholder {
        font-size: 12px;
        color: var(--input-field-light-text);
    }
    /*==================== SCHEDINA ============================*/
    
    .comb-sched {
        font-size: 0.95rem;
        font-weight: 300;
    }
    
    .icon-schedina {
        font-size: 1.6rem;
        color: var(--text-color-hilight);
    }
    
    .icon-schedina-active {
        font-size: 1.6rem;
        color: var(--text-color-on-accent);
    }
    
    .head-orangebar {
        position: relative;
        border-radius: 0px;
    }
    
    .schedina {
        min-height: 6rem;
        height: auto;
        padding: 10px;
    }
    
    .schedina-v {
        min-height: 6rem;
        height: auto;
    }
    
    .num-eventi {
        text-align: center;
        margin-left: 2.5rem;
        min-width: 1.7rem;
        color: var(--text-color-grey);
        background-color: var(--container-background);
        padding: 1.5px;
        border-radius: 3px;
    }
    
    .cont-punt {
        background-color: var(--container-accent);
        font-size: 0.90rem;
        border-bottom: 1px solid var(--container-background);
    }
    
    .cont-punt-v {
        font-size: 0.90rem;
        border-bottom: 1px solid var(--text-color-grey);
    }
    
    .quota-middle-v {
        border-top: 0.5px solid var(--text-color-grey);
    }
    
    .event-schedina-v {
        color: var(--text-color-hilight);
        font-size: 0.95rem;
        font-weight: 500;
    }
    
    .quote-schedina-v {
        color: var(--accent);
    }
    
    .quote-schedina-e {
        font-weight: 500;
        color: var(--background);
    }
    
    .event-schedina {
        color: var(--text-color-hilight);
    }
    
    .quote-schedina {
        color: var(--accent);
        font-weight: 600;
    }
    
    .cont-punt-v .material-icons {
        color: var(--text-color-grey);
        font-size: 1.2rem;
    }
    
    .cont-punt-v .material-icons:hover {
        color: var(--text-color-hilight);
        cursor: pointer;
    }
    
    .cont-punt .material-icons {
        color: var(--text-color-grey);
        font-size: 1.5rem;
    }
    
    .cont-punt .material-icons:hover {
        color: var(--text-color-hilight);
        cursor: pointer;
    }
    
    .cont-punt .btn-outline-light {
        --bs-btn-color: #f8f9fa;
        --bs-btn-border-color: #f8f9fa;
        --bs-btn-hover-color: #000;
        --bs-btn-hover-bg: #f8f9fa;
        --bs-btn-hover-border-color: #f8f9fa;
        --bs-btn-focus-shadow-rgb: 248, 249, 250;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #f8f9fa;
        --bs-btn-active-border-color: #f8f9fa;
        order-radius: var(--bs-btn-border-radius);
    }
    
    .schedina .form-check-input {
        --bs-form-check-bg: var(--text-color-grey);
    }
    
    .schedina .form-check-input:focus {
        border-color: none;
        outline: 0;
        box-shadow: none;
    }
    
    .hilight-combinazioni {
        color: var(--text-color-hilight);
        font-weight: 600;
    }
    
    .dettaglio-combinazioni-top {
        color: var(--text-color-hilight);
        background-color: var(--container-accent);
        font-size: 0.90xrem;
        border-top: 3px solid var(--accent);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-weight: 600;
    }
    
    .dettaglio-schedina {
        color: var(--text-color-hilight);
        background-color: var(--container-accent);
        font-size: 0.90xrem;
        font-weight: 400;
        border-bottom: 1.5px solid var(--container-background);
    }
    
    .schedina .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--accent);
        background-color: var(--container-accent);
        background-clip: padding-box;
        border: var(--bs-border-width);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    .schedina .form-control:focus {
        color: var(--accent);
        background-color: var(--container-accent);
        border-color: var(--accent);
        outline: 0;
        box-shadow: none;
    }
    
    .schedina-v .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--accent);
        background-color: var(--container-accent);
        background-clip: padding-box;
        border: var(--bs-border-width);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    .schedina-v .form-control:focus {
        color: var(--accent);
        background-color: var(--container-accent);
        border-color: var(--accent);
        outline: 0;
        box-shadow: none;
    }
    
    .btn-schedina {
        --bs-btn-color: var(--text-color-hilight);
        --bs-btn-bg: var(--container-accent);
        --bs-btn-border-color: none;
        --bs-btn-hover-color: var(--text-color-hilight);
        --bs-btn-hover-bg: var(--accent);
        --bs-btn-hover-border-color: none;
        --bs-btn-focus-shadow-rgb: none;
        --bs-btn-active-color: var(--accent);
        --bs-btn-active-bg: var(--container-accent);
        --bs-btn-active-border-color: none;
        --bs-btn-active-shadow: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .btn-schedina:hover {
        color: var(--accent);
        background-color: var(--container-accent);
    }
    
    #bottoniSchedina .btn.active {
        color: var(--accent);
        background-color: var(--container-background);
        border-color: var(--container-background);
    }
    
    .F-Icon {
        font-size: 0.7rem;
        color: var(--text-color-grey);
        border: 1px solid var(--text-color-grey);
        border-radius: 5px;
    }
    
    .F-Icon:hover {
        font-weight: 500;
        cursor: pointer;
        font-size: 0.7rem;
        color: var(--text-color-hilight);
        border: 1px solid var(--text-color-hilight);
    }
    
    .importfield {
        border: 1px solid var(--accent);
        border-radius: 5px;
    }
    
    .sched-imput {
        width: 100%;
        padding: 5px;
        border-radius: 0px;
        background-color: var(--container-background);
        border: 1px solid var(--container-background);
        color: var(--input-field-light-text);
        margin: 0 0 0 auto;
        outline-color: transparent;
        outline: 1px var(--input-field-light);
    }
    /*===================================================================*/
    /*====================PAGINA SERIE A============================*/
    /*===================================================================*/
    /*--nav Serie A--*/
    
    #datatableCampionato .nav-fill .nav-item,
    .nav-fill>.nav-link {
        flex: auto;
    }
    
    #datatableCampionato .nav .nav-link {
        --bs-nav-link-padding-x: none;
    }
    
    #datatableCampionato-quote .nav .nav-link {
        --bs-nav-link-padding-y: none;
    }
    
    #datatableCampionato .btn-sport {
        height: 28px;
        width: 12.5%;
        max-width: 12.5%;
    }
    
    #datatableCampionato-quote .btn-sport {
        max-width: 7.8rem;
        height: 3.3rem;
    }
    
    #datatableCampionato .nav-link {
        padding: 5px;
    }
    
    #datatableCampionato-mercati .nav-link {
        padding: 2px;
    }
    
    .navseparator {
        width: 100%;
        height: 3px;
        border-radius: 3px;
        margin: 5px 0;
        background-color: var(--accent);
        color: var(--text-color-on-accent);
    }
    /*--divisore titolo--*/
    
    .flag-serie-container {
        display: flex;
        align-items: center;
    }
    
    .flag-circle {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: 50px;
        margin-right: 30px;
    }
    
    .flag-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    /*---Per variazioni---*/
    
    .accent {
        background-color: var(--accent);
    }
    /*===================================================================*/
    /*====================PAGINA TUTTE QUOTE============================*/
    /*===================================================================*/
    /*---header nome campionato---*/
    
    #datatableCampionato-quote .btn-sport {
        width: 7.5rem;
    }
    
    .tuttequote .divcont {
        background: none;
    }
    
    .tuttequote .col:hover {
        background-color: var(--accent);
        color: var(--text-color-on-accent);
    }
    
    .headercampionato {
        height: 38px;
    }

.columnfield {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: auto;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    flex-wrap: wrap;
}

.divquote_tuttequote {
    flex: 1 1 calc(20% - 10px); /* 20% width with some margin */
    margin: 5px;
    box-sizing: border-box;
}

    .columnfield .container-button {
        justify-content: flex-end;
        float: right;
    }
    
    .columnfield span {
        margin: 7px;
    }
    
    .container-quote {
        height: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        width: 8rem;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .columnfield .col {
        padding: 5px 0;
        border-right: 1px solid var(--background);
    }

        .columnfield .col:nth-child(5n) {
            margin-right: 0; /* Rimuove il margine destro dall'ultimo elemento di ogni riga */
        }

        .columnfield .col:nth-child(5n+1) {
            clear: both; /* Inizia una nuova riga dopo ogni 5 elementi */
        }
    
    .columnfield .list-row {
        padding: 0px;
        border-bottom: 0px;
    }
    /*===================================================================*/
    /*====================PAGINA LIVE OVERVIEW============================*/
    /*===================================================================*/
    /*---Menu Overview - Eventview ---*/

#colonna-centrale-live {
    overflow-y: hidden !important;
}

.live .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
    
    .match-live-icon {
        color: var(--accent);
        font-size: 20px;
    }
    
    .match-live-icon:hover {
        color: var(--text-color-hilight);
    }
    
    .live-background {
        background-color: var(--background-live-event)!important;
    }
    
    .bottom-border {
        border-bottom: 0.3px solid var(--text-color-grey);
    }
    
    .live-nav a {
        color: var(--text-color-grey);
        font-weight: 400;
        font-size: medium;
    }
    
    .live-nav.active a {
        color: var(--accent);
        font-weight: 500;
        font-size: medium;
    }
    
    .live-nav a:hover {
        color: var(--accent);
    }
    
    .live-nav a:active {
        font-weight: 500;
        color: var(--accent);
    }
    
    #datatableState .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: var(--accent);
        background-color: var(--background);
        border-bottom: 2px solid var(--accent);
        transition: 0s;
    }
    
    #datatableCampionato .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: var(--text-color-on-accent);
        background-color: var(--accent);
    }
    
    #datatableCampionato-mercati .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: var(--text-color-on-accent);
        background-color: var(--accent);
    }
    
    .collapse .nav-pills .nav-link:hover,
    .nav-pills .show>.nav-link {
        color: var(--accent);
        background-color: var(--background);
    }
    
    #datatableState .nav-pills .nav-link li .active,
    .nav-pills .show>.nav-link {
        color: var(--text-color-on-accent)!important;
        background-color: var(--accent)!important;
    }
    /*---Layout evento---*/
    
    .top-eventlive {
        padding: 0.5rem;
        border-radius: 3px;
    }
    
    .top-quote-desc {
        font-weight: 600;
        color: var(--background);
    }
    
    .top-quote-desc-tennis {
        font-size: 0.6rem;
        font-weight: 600;
        color: var(--background);
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .div-int-2 {
        height: 100%;
        width: 7.35rem;
        max-width: 7.35rem;
    }

.div-int-3 {
    height: 100%;
    width: calc(3.2rem * 3 + 0.08rem * 2); /* Larghezza per 3 bottoni più margini */
    max-width: calc(3.2rem * 3 + 0.08rem * 2);
}

.div-int-4 {
    height: 100%;
    width: calc(3.2rem * 4 + 0.08rem * 3); /* Larghezza per 4 bottoni più margini */
    max-width: calc(3.2rem * 4 + 0.08rem * 3);
}

.div-int-5 {
    height: 100%;
    width: calc(3.2rem * 5 + 0.08rem * 4); /* Larghezza per 5 bottoni più margini */
    max-width: calc(3.2rem * 5 + 0.08rem * 4);
}

.div-int-6 {
    height: 100%;
    width: calc(3.2rem * 6 + 0.08rem * 5); /* Larghezza per 6 bottoni più margini */
    max-width: calc(3.2rem * 6 + 0.08rem * 5);
}

.div-int-7 {
    height: 100%;
    width: calc(3.2rem * 7 + 0.08rem * 6); /* Larghezza per 7 bottoni più margini */
    max-width: calc(3.2rem * 7 + 0.08rem * 6);
}

.div-int-8 {
    height: 100%;
    width: calc(3.2rem * 8 + 0.08rem * 7); /* Larghezza per 8 bottoni più margini */
    max-width: calc(3.2rem * 8 + 0.08rem * 7);
}

.div-int-9 {
    height: 100%;
    width: calc(3.2rem * 9 + 0.08rem * 8); /* Larghezza per 9 bottoni più margini */
    max-width: calc(3.2rem * 9 + 0.08rem * 8);
}

.div-int-10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 1rem; /* Aggiusta la spaziatura laterale se necessario */
}

    .div-int-10 span {
        width: 3.2rem; /* Imposta la larghezza di ciascun span uguale ai pulsanti */
        text-align: center; /* Centra il testo */
        padding: 0.2rem 0; /* Aggiusta il padding verticale per migliorare la leggibilità */
        font-size: 0.9rem; /* Modifica la dimensione del font secondo le esigenze */
    }
    
    .livefield {
        align-items: center;
        display: flex;
        justify-content: space-between;
        height: auto;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    
    .head-eventlive {
        display: flex;
        border-bottom: 1.5px solid var(--accent);
        align-items: center;
    }
    
    .field-border {
        border-right: 2px solid var(--background);
    }
    
    .livefield .punteggi .col {
        padding: 5px 0;
    }
    
    .livefield .list-row {
        padding: 0px;
        border-bottom: 0px;
    }
    
    .short-col {
        width: 4%;
    }
    
    .wide-col {
        width: 71%;
    }
    
    .livefield .container-fluid:hover {
        background-color: var(--container-accent);
    }
    
    .eventview-link {
        color: var(--text-color-hilight);
    }
    
    .eventview-link:hover {
        color: white;
    }
    /*---Contenuto evento---*/
    
    .match-time {
        color: var(--text-color-grey);
        font-size: 0.7rem;
    }
/*
    .homeresult {
        color: var(--accent);
        border-left: 2px solid var(--background);
    }
    
    .homeresult-start-tennis {
        color: var(--accent);
        border-right: 2px solid var(--background);
    }
    */
    .match-quote {
        justify-content: flex-end;
    }
    /*---Dettagli risultati e quote evento---*/
    
    .col-border {
        border-left: inset;
        border-left: 1px solid var(--accent);
    }
    
    .quote-head-row {
        background-color: var(--container-accent);
        color: var(--accent);
        font-weight: 600;
    }
    
    .live-event .col-4:hover {
        cursor: pointer;
        /*=background-color: var(--accent);-*/
    }
    
    .live-event .col-6:hover {
        cursor: pointer;
        /*=background-color: var(--accent);-*/
    }
    /*===================================================================*/
    /*====================PAGINA LIVE EVENT 5 EVENTVIEW============================*/
    /*===================================================================*/
    /*---Menu Overview - Eventview ---*/


.accordion-region{
    margin-bottom: 10px;
}

.columnfield .col:hover {
    background-color: var(--accent);
    color: var(--text-color-on-accent);
}
    
    .eventview .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: transparent;
        border: none;
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }
    /*---Container Imamagine Punteggio---*/
    
    .punt-cont {
        background-image: url(Soccerbg.png);
        background-size: cover;
        background-position: center;
        min-height: 13rem;
        border-radius: 3px;
        border: 1px solid var(--accent);
    }
    
    .hotbet-cont img {
        width: 20%;
    }
    
    .container-event-punteggio {
        background: var(--accent);
        color: var(--background);
        border-radius: 5px;
        font-size: 2.2rem;
        font-weight: 550;
    }
    
    .container-minuti {
        color: var(--text-color-hilight);
        border-radius: 3px;
        border: 1px solid var(--accent);
        font-weight: 500;
        font-size: 1.1rem;
    }
    /*---EventView Cascata---*/
    
    #accordionPanelsSoccer {
        z-index: 3;
    }
    
    .accordion-item {
        border: none;
        background-color: var(--background);
    }
    
    .event-accordition {
        color: var(--text-color-grey);
        background-color: var(--container-background);
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .event-accordition-var {
        color: var(--text-color-hilight);
        background-color: var(--container-background);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .event-accordition-var:not(.collapsed) {
        color: var(--text-color-hilight);
        background-color: var(--container-background);
        box-shadow: none;
    }
    
    .accord-sec {
        background-color: var(--background-nav-sec) !important;
    }
    
    .accordion-div .accord-ter {
        background-color: var(--background-nav-ter) !important;
    }
    
    .event-accordition:not(.collapsed) {
        color: var(--text-color-hilight);
        background-color: var(--container-background);
        box-shadow: none;
    }
    
    .event-accordition:focus {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          
        }

    .event-accordition-sec:not(.collapsed) {
        color: var(--text-color-hilight);
        background-color: var(--background-nav-sec);
        box-shadow: none;
    }

    .accordion-div-ter {
        background-color: var(--background-quat);
        margin-top: 5px;
        border-radius: 3px;
    }
    
    .event-accordition-sec {
        color: var(--text-color-grey);
        background-color: var(--background-nav-sec);
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .event-accordition-sec:not(.collapsed) {
        color: var(--text-color-hilight);
        background-color: var(--background-nav-sec);
        box-shadow: none;
    }
    
    .accordion-div-ter:hover {
        background-color: var(--background);
    }
    
    .accordion-button:focus {
        z-index: 3;
        border-color: transparent;
        outline: 0;
        box-shadow: transparent;
    }
    
    .accordion-event-div {
        background-color: var(--container-accent);
        margin-top: 5px;
        border-radius: 3px;
    }
    
    .accordion-event-div:hover {
        background-color: var(--accent);
    }
    
    .accordion-event-div:hover .eventnamelabel {
        color: var(--text-color-on-accent);
    }
    
    .accordion-event-div:hover .hilight {
        color: var(--text-color-on-accent);
    }
    
    .accordion-event-div:hover .punteggio {
        border-radius: 3px;
        border: 0.5px solid var(--text-color-on-accent);
    }
    
    .current-event {
        background-color: var(--accent);
    }
    
    .current-event .eventnamelabel {
        color: var(--text-color-on-accent);
    }
    
    .current-event .hilight {
        color: var(--text-color-on-accent);
    }
    
    .current-event .punteggio {
        border-radius: 3px;
        border: 0.5px solid var(--text-color-on-accent);
    }
    
    .accordion-button:after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    }
    /*Contenuto Eventview label */
    
    .event-raw-btn {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        margin-bottom: 1px;
        cursor: pointer;
        color: var(--text-color-grey);
    }
    
    .event-raw {
        color: var(--text-color-grey);
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 1px;
        cursor: pointer;
        min-height: 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 1.4166666667rem;
    }
    
    .active-event {
        background-color: var(--container-accent-light);
    }
    
    .eventnamelabel {
        float: left;
        ;
        text-align: left;
        font-size: 12px !important;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-decoration: none;
    }
    
    .punteggio {
        border-radius: 3px;
        border: 0.5px solid var(--text-color-grey);
    }
    
    .hilight {
        color: var(--text-color-hilight);
    }
    
    .unactive {
        color: var(--text-color-hilight);
    }
    
    .unactive:hover {
        border: 1px solid var(--text-color-hilight);
        border-radius: 50%;
    }
    
    .unactive:active {
        color: var(--text-color-hilight);
        border: 1px solid var(--text-color-hilight);
        border-radius: 50%;
    }
    
    .accordion-event-div .active {
        background-color: var(--accent)!important;
    }
    
    .columnfield .col {
        position: relative;
    }
    
    .columnfield .button-wrap {
        position: relative;
        overflow: hidden;
    }

.return_overview {
    color: var(--text-color-hilight);
    font-weight: 600;
    font-size: 1.2rem;
}

.container-live-information {
    margin-top: 5px;
    border-top: 1px solid var(--text-color-grey);
    overflow-y: auto;
    max-height: 250px;
}




.live_sport_soccer-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.live_sport_soccer-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.live_sport_event-minute {
    font-size: 16px;
    color: #e0e0e0;
}

.live_sport_event-description {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .live_sport_event-description span {
        margin-right: 5px;
    }

.live_sport_event-score {
    margin-left: 10px;
    font-size: 14px;
    color: #ffcc00;
}

.live_sport_tennis-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.live_sport_tennis-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.live_sport_event-time {
    font-size: 16px;
    color: #e0e0e0;
}

.live_sport_event-description {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .live_sport_event-description span {
        margin-right: 5px;
    }

.live_sport_event-score {
    margin-left: 10px;
    font-size: 14px;
    color: #ffcc00;
}

.live_sport_tabletennis-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.live_sport_tabletennis-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.live_sport_event-game {
    font-size: 16px;
    color: #e0e0e0;
}

.live_sport_event-description {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .live_sport_event-description span {
        margin-right: 5px;
    }

.live_sport_event-score {
    margin-left: 10px;
    font-size: 14px;
    color: #ffcc00;
}



.live_sport_StatBoard {
    width: 100%;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.live_sport_StatBoard_RowHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.live_sport_StatBoard_Team {
    flex: 1;
    text-align: center;
}

.live_sport_StatBoard_IconRow {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.live_sport_StatBoard_Icon {
    font-size: 20px;
    margin: 0 10px;
}

.live_sport_StatBoardColumn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.live_sport_StatBoardColumn_Icon {
    flex: 1;
    text-align: center;
}

.live_sport_StatBoardColumn_Data {
    flex: 1;
    text-align: center;
}

.live_sport_team_icon {
    width: 24px;
    height: 24px;
}



.live_sport_BasketballStatBoard {
    width: 100%;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.live_sport_StatBoard_RowHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.live_sport_TeamIcon {
    flex: 1;
    text-align: center;
}

.live_sport_team_icon {
    width: 24px;
    height: 24px;
}

.live_sport_StatBoard_IconRow {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.live_sport_StatBoardColumn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.live_sport_StatBoardColumn_Icon {
    flex: 1;
    text-align: center;
}

.live_sport_StatBoardColumn_Data {
    flex: 1;
    text-align: center;
}


.live_sport_TennisStatBoard {
    width: 100%;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.live_sport_StatBoard_RowHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.live_sport_TeamIcon {
    flex: 1;
    text-align: center;
}

.live_sport_team_icon {
    width: 24px;
    height: 24px;
}

.live_sport_StatBoard_IconRow {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.live_sport_StatBoardColumn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.live_sport_StatBoardColumn_Icon {
    flex: 1;
    text-align: center;
}

.live_sport_StatBoardColumn_Data {
    flex: 1;
    text-align: center;
}

.live_sport_VolleyballStatBoard {
    width: 100%;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.live_sport_StatBoard_RowHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.live_sport_TeamIcon {
    flex: 1;
    text-align: center;
}

.live_sport_team_icon {
    width: 24px;
    height: 24px;
}

.live_sport_StatBoard_IconRow {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.live_sport_StatBoardColumn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.live_sport_StatBoardColumn_Icon {
    flex: 1;
    text-align: center;
}

.live_sport_StatBoardColumn_Data {
    flex: 1;
    text-align: center;
}

.live_sport_CricketStatBoard {
    width: 100%;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.live_sport_Cricket_Inning,
.live_sport_Cricket_CurrentOver,
.live_sport_Cricket_Innings,
.live_sport_Cricket_Players {
    margin-bottom: 20px;
}

    .live_sport_Cricket_CurrentOver h4,
    .live_sport_Cricket_Innings h4,
    .live_sport_Cricket_Players h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #ffcc00;
    }

.live_sport_Cricket_Player {
    background-color: #333;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .live_sport_Cricket_Player h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .live_sport_Cricket_Player div {
        font-size: 14px;
        margin-bottom: 3px;
    }


.live_sport_basketball-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.live_sport_basketball-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.live_sport_event-time {
    font-size: 16px;
    color: #e0e0e0;
}

.live_sport_event-description {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .live_sport_event-description span {
        margin-right: 5px;
    }

.live_sport_event-score {
    margin-left: 10px;
    font-size: 14px;
    color: #ffcc00;
}


.live_sport_volleyball-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.live_sport_volleyball-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.live_sport_event-set {
    font-size: 16px;
    color: #e0e0e0;
}

.live_sport_event-description {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .live_sport_event-description span {
        margin-right: 5px;
    }

.live_sport_event-score {
    margin-left: 10px;
    font-size: 14px;
    color: #ffcc00;
}


.live_sport_handball-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.live_sport_handball-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.live_sport_event-time {
    font-size: 16px;
    color: #e0e0e0;
}

.live_sport_event-description {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .live_sport_event-description span {
        margin-right: 5px;
    }

.live_sport_event-score {
    margin-left: 10px;
    font-size: 14px;
    color: #ffcc00;
}


.live_sport_cricket-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.live_sport_cricket-event {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 60%;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #555;
}

.live_sport_event-over {
    font-size: 16px;
    color: #e0e0e0;
}

.live_sport_event-description {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .live_sport_event-description span {
        margin-right: 5px;
    }

.live_sport_event-runs-wickets {
    font-size: 14px;
    color: #ffcc00;
    margin-top: 5px;
}


/*===================================================================*/
/*==========================PAGINA CASINO============================*/
/*===================================================================*/
/*---carosello---*/
#carouselCasino .carousel-item {
    max-height: 250px;
    border-radius: 5px;
}
    /*---jackpot row---*/
    
    .jackpot-card-bronze {
        height: 13rem;
        position: relative;
        background: center/contain url(../za_Assets/Images/jackpot00_bronze.png) no-repeat !important;
    }
    
    .jackpot-card-silver {
        height: 13rem;
        position: relative;
        background: center/contain url(../za_Assets/Images/jackpot01_silver.png) no-repeat !important;
    }
    
    .jackpot-card-gold {
        height: 13rem;
        position: relative;
        background: center/contain url(../za_Assets/Images/jackpot02_gold.png) no-repeat !important;
    }
    
    .jackpot-card-platinum {
        height: 13rem;
        position: relative;
        background: center/contain url(../za_Assets/Images/jackpot03_platinum.png) no-repeat !important;
    }
    
    .jackpot-text {
        font-size: 2rem;
        font-weight: 600;
        color: var(--text-color-hilight);
        font-family: 'Gloock', serif;
        text-shadow: #FC0 1px 0 10px;
    }
    /*---navbar-casino---*/
    
    .nav-casino {
        border-radius: 0px;
        background-color: var(--container-accent);
        /*--border-bottom: 3px solid var(--accent);--*/
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    
    .nav-casino .nav-link {
        font-weight: 420;
        font-size: 1.1rem;
        color: var(--text-color-grey);
    }
    
    .nav-casino .nav-link:hover {
        color: var(--text-color-on-accent);
        background-color: var(--accent);
    }
    
    .nav-casino .active {
        color: var(--text-color-on-accent)!important;
        background-color: var(--accent);
    }
    
    .casino-icon {
        font-size: 1.3rem;
        display: flex;
        justify-content: center;
    }
    
    .casino-navlink {
        border-right: 1.1px solid var(--background);
        height: 3rem;
    }
    
    #navCasino .nav::-webkit-scrollbar-track {
        display: none;
    }
    
    #navCasino .nav::-webkit-scrollbar {
        height: 5px;
        width: 3px;
        background-color: transparent;
    }
    
    #navCasino .nav:hover::-webkit-scrollbar-thumb {
        background-color: var(--accent);
        color: var(--text-color-on-accent);
        width: 3px;
        height: 5px;
        border-radius: 10px;
        box-shadow: inset 0 0 3px gray;
    }
    
    #navCasino .nav::-webkit-scrollbar-track {
        display: none;
    }
    /*---sidebar---*/
    
    .casino-sidebar {
        color: var(--text-color-hilight);
        MAX-height: 500px;
        border-radius: 3px;
        overflow-y: auto;
        text-overflow: ellipsis;
    }
    
    .container-games {
        margin-top: 5px;
        border-top: 1px solid var(--text-color-grey);
        overflow-y: auto;
        max-height: 300px;
    }
    
    .container-games li:hover {
        cursor: pointer;
        color: var(--accent);
    }
    
    .casino-sidebar ul::-webkit-scrollbar-track {
        display: none;
    }
    
    .casino-sidebar ul::-webkit-scrollbar {
        height: 3px;
        width: 3px;
        background-color: transparent;
    }
    
    .casino-sidebar ul:hover::-webkit-scrollbar-thumb {
        background-color: var(--accent);
        color: var(--text-color-on-accent);
        width: 3px;
        height: 3px;
        border-radius: 10px;
        box-shadow: inset 0 0 3px gray;
    }
    
    .casino-sidebar ul::-webkit-scrollbar-track {
        display: none;
    }
    /*---card-c-c---*/
    
    .card-c {
        position: relative;
        width: 100%;
        height: 19rem;
        /* Altezza pari al doppio della larghezza */
        overflow: visible;
        transition: all 0.5s ease;
    }
    
    .card-c:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .card-c img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.25s ease;
        z-index: 0;
        /* Livello inferiore rispetto al contenuto */
    }
    
    .card-c-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        /* Aggiunta di questa proprietà */
    }
    
    .card-c-content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 0.47524947478991597) 100%);
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        /* Sfondo trasparente */
        transition: all 0.5s ease;
        z-index: 1;
        margin-top: 10px;
    }
    
    .card-c:hover .card-c-content {
        background-color: rgba(30, 30, 30, 0.8);
    }
    
    .card-c-content h3 {
        margin-top: 0;
    }
    
    .card-c-content p {
        z-index: 4;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .button {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: var(--accent);
        color: var(--text-color-on-accent);
        cursor: pointer;
        transition: all 0.5s ease;
        z-index: 2;
        border-radius: 5px;
        font-weight: 500;
    }
    
    .card-c:hover .button {
        display: block;
    }
    
    .card-c:hover img {}
    
    .card-badge {
        border-radius: 0px;
        position: absolute;
        top: 10px;
        left: -5px;
        padding: 0 5px;
        background-color: var(--accent);
        color: var(--text-color-on-accent);
        z-index: 4;
        /* Livello superiore rispetto all'immagine */
    }
    
    .min-max-cont {
        background-color: var(--container-accent);
        color: var(--text-color-hilight);
        font-weight: 500;
        border-radius: 0px;
    }
    
    .like {
        color: var(--text-color-hilight);
        font-weight: 500;
        font-size: 1.1rem;
    }
    
    .like-icon {
        font-size: 1.2rem;
    }
    
    .like-icon:hover {
        color: var(--accent);
        cursor: pointer;
    }
    /*===================================================================*/
    /*==========================CASINO LIVE============================*/
    /*===================================================================*/
    
    .live-c {
        position: relative;
        width: 100%;
        height: calc(100vh - 140px);
        /* Altezza pari al doppio della larghezza */
        overflow: visible;
        transition: all 0.5s ease;
    }
    
    .live-c:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .live-c img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.25s ease;
        z-index: 0;
        /* Livello inferiore rispetto al contenuto */
    }
    
    .live-c-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        /* Aggiunta di questa proprietà */
    }
    
    .live-c-content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 0.47524947478991597) 100%);
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        /* Sfondo trasparente */
        transition: all 0.5s ease;
        z-index: 1;
        margin-top: 10px;
    }
    
    .button-livecasino {
        display: block;
        position: absolute;
        top: 50%;
        padding: 10px 20px;
        background-color: var(--accent);
        color: var(--text-color-on-accent);
        cursor: pointer;
        z-index: 2;
        width: 25rem;
        border: none;
        border-radius: 5px;
        font-weight: 500;
        font-size: 1.3rem;
    }
    
    .button-livecasino:hover {
        box-shadow: 5px 5px 15px -3px var(--accent);
        transition: all 0.5s ease;
        background-color: var(--container-accent);
        color: var(--accent);
    }
    
    .live-c:hover .button-livecasino {
        display: block;
    }
    /*===================================================================*/
    /*==========================UTILITY============================*/
    /*===================================================================*/
    
    .text-on-accent {
        color: var(--text-color-on-accent)!important;
    }
    
    .goback {
        color: var(--accent);
        font-size: 1.9rem;
    }
    
    .goback:hover {
        color: var(--text-color-hilight);
    }
    
    .custom-tooltip {
        --bs-tooltip-max-width: 20rem;
        --bs-tooltip-bg: var(--tooltip-bg);
        --bs-tooltip-opacity: 1;
        --bs-tooltip-padding-x: 1rem;
        --bs-tooltip-padding-y: 0.1rem;
    }
    /* HEADER LOGGATO */
    
    .logged-icon {
        font-size: 1.3rem;
        color: var(--text-color-hilight);
    }
    
    .logged-text {
        color: var(--text-color-hilight);
        font-weight: 500;
        font-size: 0.7rem;
    }
    
    .utente-loggato {
        color: var(--accent);
        font-weight: 500;
    }
    
    .saldo-nascosto {
        color: var(--accent);
        cursor: pointer;
        font-size: 1.3rem;
    }
    
    .saldo-num {
        display: none;
        background-color: var(--container-accent);
        color: var(--accent);
        padding: 1px;
    }
    
    .saldo-num.show {
        display: inline;
    }
    /* LEGENDA */
    
    .legenda {
        background-color: var(--container-background);
        font-size: 0.8rem;
        font-weight: 500;
        color: var(--text-color-hilight);
    }
    
    .tripla {
        color: green;
    }
    
    .quadrupla {
        color: cyan;
    }
    
    .quintupla {
        color: red;
    }
    
    .altro {
        color: orange;
    }
    /* ULTIMI RISULTATI */
    
    .risultati-raw {
        background-color: var(--container-background);
        width: 100%;
        margin-bottom: 1px;
        padding: 0 0.5rem;
        color: var(--text-color-grey);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .ris-icon img {
        width: 20px;
        border-radius: 50%;
    }
    
    .container-date-ris {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 1rem;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .container-event-ris {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 3rem;
        justify-content: start;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .datetime-ris {
        color: var(--text-color-gray);
        font-size: 0.8rem;
    }
    
    .evento-ris-accent {
        color: var(--accent);
        font-size: 0.8rem;
    }
    
    .evento-ris {
        color: var(--text-color-hilight);
        font-size: 0.8rem;
    }
    
    .punteggio-ris {
        color: var(--text-color-hilight);
        font-size: 1.2rem;
    }
    
    .text-win {
        color: var(--text-color-hilight);
        font-size: 1rem;
    }
    
    .info-win {
        color: var(--text-color-hilight);
        font-size: 1rem;
        cursor: pointer;
    }
    /* modifica bottoni serie A */
    /* MERCATI PRINCIPALI */
    
    .datatableCampionato .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: var(--text-color-on-accent);
        background-color: var(--accent);
    }
    
    .datatableCampionato .nav .nav-link {
        --bs-nav-link-padding-x: none;
    }
    
    .datatableCampionato .nav-link {
        padding: 5px;
    }
    
    .datatableCampionato .nav-fill .nav-item,
    .nav-fill>.nav-link {
        flex: auto;
    }

.datatableCampionato .btn-sport {
    /*height: 28px;*/
    width: 12.5%;
    max-width: 12.5%;
}
    /* MERCATI SECONDARI */
    
    .datatableCampionato-mercati .btn-sport {
        width: 12.5%;
        max-width: 12.5%;
        height: 10%;
        align-items: center;
        font-size: 13px;
    }
    
    .datatableCampionato-mercati .nav-link {
        padding: 2px;
    }




/**

    PARTE REALIZZATA DA GIOVANNI CASTRO
    */

.F-Icon_0 {
    font-size: 0.7rem;
    color: var(--text-color-grey);
    border: 1px solid var(--text-color-grey);
    border-radius: 5px;
}

    .F-Icon_0:hover {
        font-weight: 500;
        cursor: pointer;
        font-size: 0.7rem;
        color: var(--text-color-hilight);
        border: 1px solid var(--text-color-hilight);
    }

.F-Icon_1 {
    font-weight: 500;
    cursor: pointer;
    font-size: 0.7rem;
    color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 5px;
}


/* datalist RIMUOVEREEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEeeeeeeeeeeeeeeeeeeeeeeeeeeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE  */
div#myTabContent {
    background-color: darkcyan;
}

.card-body {
    background-color: black;
}



/*===================================================================*/
/*==========================DASHBOARD============================*/
/*===================================================================*/

.db-menu-raw {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1px;
    padding: 0 0.5rem;
    cursor: pointer;
    color: var(--text-color-grey);
    min-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: var(--container-background);
}

.db-menu-text {
    color: var(--text-color-hilight);
    font-size: 14px !important;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.db-menu-raw a:hover {
    font-weight: 500;
    color: var(--accent);
}

.db-menu-raw .active {
    font-size: 14px;
    font-weight: 500;
    color: var(--accent);
}

.db-menu-raw .text-right {
    max-width: 100% !important;
}

.round-div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--accent);
    color: var(--text-color-hilight);
    display: flex;
    text-align: center;
    justify-content: center;
}

.head-d-accent {
    background: var(--accent);
    color: #ffffff;
    font-weight: 500;
    padding: 7px 0 5px 10px;
    font-size: 14px;
}

.dett-container {
    background-color: var(--background-nav);
}

.alert-info {
    --bs-alert-color: var(--text-color-on-accent);
    --bs-alert-bg: var(--container-accent);
    --bs-alert-border-color: var(--accent);
}
/*===================================================================*/
/*==========================TESTI============================*/
/*===================================================================*/

.bold {
    font-weight: 600;
}

.brake-line {
    border-bottom: 1px solid var(--accent);
}

.text-accent {
    color: var(--accent);
}

.text-hilight {
    color: var(--text-color-hilight);
}

.text-gray {
    color: var(--text-color-grey);
}

.giustificato {
    text-align: justify;
}

.user-dettaglio {
    background-color: var(--container-accent);
}


.ui-widget-content {
    background: var(--background);
    color: var(--text-color-hilight);
}


.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: var(----background-nav);
}


.sport-icon {
    filter: var(--icon-color) drop-shadow(0 0 2px rgba(255,255,255,0.2));
    transition: filter 0.3s ease;
    width: 22px;
    height: 22px;
}
.sport-icon-contrast {
    filter: var(--icon-color-contrast) drop-shadow(0 0 2px rgba(255,255,255,0.2));
    transition: filter 0.3s ease;
    width: 22px;
    height: 22px;
}