
body {
    margin: 0;
    font-family: Metropolis,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}


/* width */
::-webkit-scrollbar {
    display: block;
    width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: hsla(0,0%,100%,.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    height: 3em;
    border-width: 0.1rem;
    border-style: solid;
    background-clip: padding-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: hsla(0,0%,100%,.25);
    border-color: transparent;
}

.page-header {
    background: url(/assets/img/background/home-bck.webp) no-repeat #ededed;
    background-size: cover;
    width:100%;
    padding:0 .5rem
}
    .page-header .page-header-content {
        padding-bottom: 0;
    }
        .page-header .page-header-content .page-header-title {
            font-weight: 700;
            /*color: #f2b71d;*/
            color : #2dd269;
            font-size: 1.8rem;
            line-height: normal;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        .page-header .page-header-content .page-header-subtitle {
            line-height: normal;
            font-size: 1.15rem;
            margin: 0;
            color: #fff;
            font-weight:bold;
        }
        .page-header .page-header-content .page-header-text {
            color: #fff;
            font-size: 1rem;
        }

.card-img-top{
    text-align:center;
}
.logo-match {
    /*width:8em;*/
    height:16px;
    width:16px;
    margin-right: 2px;

}

.topnav {
    background-color: #020e1f !important;
    padding: 5px 0;
    border-bottom: 2px solid #f7be18;
    height: 5rem;
    z-index: 1040;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.content-wrapper {
    margin-top: 5em;
}

.sidebar {
    background-color: #020e1f !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    font-size: .9rem;
}

.sidebar-menu {
    padding-top: 5rem;
    overflow-y: auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.sidebar-footer {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
    color: #fff;
}

.brand {
    /*width: 12rem;*/
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    height: 4rem;
}


.btn-icon {
    padding: 0;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    height: calc(2.5rem + 2px) !important;
    width: calc(2.5rem + 2px) !important;
}

.btn, .btn-icon {
    -webkit-box-pack: center;
    justify-content: center;
}

.btn {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.btn {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
}

.table-match .tr-head {
    background-color: #020e1f;
    color: #ededed
}

.table-match tr td {
    color: #020e1f;
    min-width: 80px;
    font-weight: 400;
}


.bg-lose, .bg-win, .bg-draw {
    font-size: .75rem;
    padding: 0.25rem;
    margin-left: 2px;
    min-width: 5px;
}

.bg-win {
    background-color: #1dec07 !important;
    border: 1px solid #2bb01d !important;
}

.bg-draw {
    background-color: #fff155;
    border: 1px solid #f2b71d;
}

.bg-lose, .bg-error {
    background-color: #ec2807 !important;
    border: 1px solid #c31c00 !important;
}

.bg-red {
    background-color: #e81500 !important;
}

.bg-yellow {
    background-color: #f4a100 !important;
}

.bg-green {
    background-color: #00ac69 !important;
}

.bg-gold {
    background-color: #f7be18 !important;
}
.bg-primary-dark {
    background-color: #020e1f !important;
}

.bg-primary {
    background-color: #153453 !important;
}

.bg-light {
    background-color: #f5f7f9 !important;
}

.bg-blue {
    background-color: #153453 !important;
}

.color-gold {
    color: #f7be18 !important;
}


.logo-gioco-responsabile {
    width:12em;
    padding-left: 2em;
    height:3.5em;
}

.box-img-match {
    background: url(/assets/img/background/bck_match.jpg) no-repeat #ededed;
    min-height:150px;
    padding-top:10px;
}

.box-img-competition {
    background: url(/assets/img/background/bck_competizione.webp) no-repeat #ededed;
    min-height: 150px;
    padding-top: 10px;
}

.logo-competition {
    width: 8em;
    height:8em;
}

.cookie-box {
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    z-index: 9999;
    color: rgb(255, 255, 255);
    background-color: rgb(31, 45, 65);
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 1;
    transition: opacity 1s ease;
}
.alert{
    margin-bottom:0;
}
.cookie-box button {
    color: rgb(31, 45, 65);
    border-radius: 5px;
    border-color: transparent;
    background-color: rgb(247, 190, 24);
    padding: 0.4em 0.8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.bg-telegram {
    background-color: #70bfe8;
    color:#fff;
}
.bg-instagram {
    background-color: #ffe0a4;
    color: #8857a6;
}
.bg-facebook {
    background-color: #3b5998;
    color:#fff;
}

.popup_subscribe_telegram{
   
}

.popup_subscribe_telegram .modal-header {
    background-color: #f7be18;
}

.popup_subscribe_telegram .btn-primary {
    background-color: #f7be18;
    color:#020e1f;
}

.card-header {
    /* color: #2188c4 !important;*/
    /*color: #F7BE18 !important;
    background-color: #153453 !important;*/
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    /*background-color: rgba(31,45,65,.03);
    border-bottom: 1px solid rgba(31,45,65,.125);*/
    //display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    border-radius: 0.35rem 0.35rem 0 0;
}
.dark-theme {
    color: #F7BE18 !important;
    background-color: #153453 !important;
}


.progress {
    height: 1rem;
    font-size: .75rem;
    background-color: #e3e6ec;
    border-radius: 0.35rem;
    font-weight:bold;
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    background-color: #0061f2;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.dropdown-menu {
    background-color: #020e1f !important;
    color:#fff;
}

    .dropdown-menu a:hover {
        background-color: #020e1f !important;
        color: #fff;
        cursor:pointer;
    }

    .dropdown-menu .dropdown-item, a {
        color: #fff;
    }

    .dropdown-menu .info a:hover {
        color: #fff;
    }
.notification a:hover {
    background-color: #007bff;
    color: #fff;
    cursor: pointer
}



.dropdown-menu .dropdown-header {
    background-color: #F7BE18 !important;
    color: #020e1f !important;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bg-gradient-primary-to-secondary {
    background-color: #020e1f;
    background-image: linear-gradient(135deg, #020e1f 0%, #153453 100%);
}

.no-padding {
    padding: 0;
}

.pb-10, .py-10 {
    padding-bottom: 6rem !important;
}

.mt-n10, .my-n10 {
    margin-top: -6rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.bg-green-light {
    background-color: #90EE90;
}

.bg-red-light {
    background-color: #FFA07A;
}

.bg-blue-light {
    background-color: #E3EDF6;
}

.match-stats {
    width: 100%;
    /*background-color: #222;*/
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    background-color: #020e1f !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.team img {
    width: 50px;
    height: 30px;
}

.team-stats img {
    /*width: 50px;*/
    height: 40px;
}

.score {
    text-align: center;
}

    .score h1 {
        margin: 0;
        font-size: 2em;
    }

    .score span {
        font-size: 1em;
        color: #888;
    }

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .tabs button {
        background: none;
        border: none;
        color: white;
        padding: 10px 20px;
        margin: 0 10px;
        cursor: pointer;
        font-size: 1em;
        border-bottom: 2px solid transparent;
    }

        .tabs button.active {
            border-bottom: 2px solid white;
        }

.stats .stat-row {
    /*display: flex;*/
    align-items: center;
    margin-bottom: 10px;
}

.stat-row .label {
    flex: 1;
    text-align: center;
    color: white;
}

.stat-row .bar-container {
    flex: 3;
    display: flex;
    align-items: center;
    background-color: #444;
    border-radius: 5px;
    overflow: hidden;
    height: 24px;
    margin: 0 10px;
}

.stat-row .bar {
    height: 100%;
}

    .stat-row .bar.team1 {
        background-color: #d32f2f;
        text-align: center;
        color: #fff;
        font-weight:bold;
    }

    .stat-row .bar.team2 {
        background-color: #1976d2;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

.stat-row .value {
    flex: 1;
    text-align: right;
}

.text-color-link {
    color: #0061f2 !important;
}

.text-small {
    font-size: 0.75rem;
}

.odds button {
    font-weight: bold;
    font-size: 0.7rem;
    background-color: #020e1f;
    color: #fff;
}

.pt-6, .py-6 {
    padding-top: 2.5rem !important;
}

.text-color-gold {
    color: #F7BE18 !important;
}

.bg-dark {
    background-color: #020e1f !important;
}

.form-control-odds {
    font-size: 0.7rem !important;
}

.text-color-dark {
    color: #020e1f !important;
}

.text-color-win, .text-color-ok {
    color: #148100 !important;
}

.text-color-lose, .text-color-error {
    color: #c31c00 !important;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.container-content {
    max-height: 200px;
    overflow-y: auto;
}

.overflow-y::-webkit-scrollbar-thumb {
    background-color: #efefef;
    border: #efefef;
}

.cursor-pointer{
    cursor:pointer;
}

span.circle {
    border-radius: 1.6em;
    -moz-border-radius: 1.6em;
    -webkit-border-radius: 1.6em;
    display: inline-block;
    font-weight: bold;
    line-height: 2.6em;
    text-align: center;
    width: 2.6em;
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}


@keyframes blink_text {
    0%, 100% {
        opacity: 1; /* Il testo è visibile */
    }

    50% {
        opacity: 0; /* Il testo è invisibile */
    }
}

.blink_text {
    animation: blink_text 3s infinite; /* Imposta l'animazione */
}

.badge-red {
    color: #fff;
    background-color: #e81500;
}

.badge-green {
    color: #fff;
    background-color: #00ac69;
}

#login-box {
    background-color: #fff !important;
    border: 0 solid rgba(0,0,0,0.125);
    border-radius: 0.35rem;
    color: #6c737d !important;
}
    #login-box h3{
        font-weight:bold;
    }
    #login-box a {
        color: #0061f2;
    }
    #login-box a:hover{
        text-decoration:underline;
    }
    #login-box .my-0 {
        border-bottom: 1px solid #fff;
    }

.button-no-background{
    background-color: transparent;
    border: 0;
    cursor: pointer;
}


/* Stile del messaggio CTA */
.cta-message {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

/* Stile del pulsante Premium */
.premium-button {
    background-color: #ff8c00;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-weight: bold;
}

    .premium-button:hover {
        background-color: #ff7000;
        color: #fff;
    }

.badge-user-top-right {
    position: absolute;
    top: 0;
    right: 10px; /* Margine dal lato destro */
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 0.75em;
    z-index: 10;
 
}

.custom-google-button {
    align-items: center;
    justify-content: center;
    background-color: #4285F4; /* Colore tipico del pulsante Google */
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    text-decoration: none;
}

    .custom-google-button img {
        vertical-align: middle;
    }

    .custom-google-button:hover {
        background-color: #357ae8; /* Colore più scuro al passaggio del mouse */
    }

.button-odds {
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    justify-content: center;
    align-items: center;
    background-color: #153453;
    border: none;
    border-radius: 10px;
    min-width: 100px;
    min-height: 60px;
    color: white;
    cursor: pointer;
    position: relative;
}

    /*.button::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 8px;
        height: 8px;
        background-color: #00aaff;
        border-radius: 50%;
    }*/

    .button-odds .separator {
        width: 100%;
        height: 1px;
        background-color: white;
        opacity: 0.5;
        margin: 2px 0;
        justify-content: center;
        align-items: center;
    }


    .button-odds span {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .button-odds small {
        font-size: 0.7rem;
        opacity: 0.8;
        margin-top: 4px;
        font-weight: bold;
    }

    .button-odds:hover {
        background-color: #F7BE18;
        color: #153453;
    }

.modal-body{
    padding:0.5rem !important;
}

.card-body {
    padding: 0.5rem;
    padding-top: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menuHelp {
    background: #007bff;
    padding: 10px;
    text-align: center;
}

    .menuHelp a {
        color: white;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
    }

        .menuHelp a:hover {
            background: #0056b3;
        }