:root {
    --linear-gradient:    linear-gradient(90deg,#0b1422,#042d56);
    --body-background:    #f1f3f7;
    --primary-color:      #fff;
    --second-color:       #f50;
    --third-color:        #0b1422;
    --fourth-color:       #545a64;
    --fifth-color:        #91949b;
    --sixth-color:        #808080;
    --seventh-color:      #0a74ef;
    --eight-color:        #0fa810;
    --ninth-color:        #343b48;
    --tenth-color:        #040404;
    --yellow-color: #c60101;
    --text-menu-color:    hsl(0deg 0% 100% / 80%);
    --shadow-bg:          hsla(0,0%,100%,.15);
    --box-shadow:         rgba(0,0,0,0.2);
    --shadow-second:      hsl(0deg 0% 30% / 20%);
    --btn-hover:          #d94800;
    --border-input:       #ccd3da;
    --border-top-menu:    hsla(0,0%,100%,.2);
    --border-top-cards:   hsl(0deg 0% 40% / 20%);
    --input-background:   #e1e5e8;
    --dropdown-active-bg: #046df6;
    --cards-background:   #fcfcfc;
    --cards-header:       linear-gradient(to bottom, #383838 0%,#191919 100%);
    --cards-body:         #f7f7f7;
    --odds-gradient:      linear-gradient(180deg,#fff 0%, #fff 70%, #f8f8f8 80%, #e6e6e6 100%);
    --odds-border:        #ccc;
    --icon-color:         #72777f;
    --heading-league:     #707070;
    --borde-head-league:  #dadbdc;
    --odds-event-title:   #334e6a;
    --bg-zF:              #182f49;
    --bs-success:         #198754;
    --red-color:          #d40101;
    --bs-gray:            #6c757d;
    --bs-table-hover-bg:  rgb(0 0 0 / 8%);
    --bs-table-striped-bg:rgb(0 0 0 / 5%);
}

@font-face {
    font-family: 'seven_segment';
    src: url('fonts/seven_segment.woff2') format('woff2'),
        url('fonts/seven_segment.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?qgrbd3');
    src:  url('fonts/icomoon.eot?qgrbd3#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?qgrbd3') format('truetype'),
        url('fonts/icomoon.woff?qgrbd3') format('woff'),
        url('fonts/icomoon.svg?qgrbd3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

#app-root [class^="i_"], #app-root [class*=" i_"], #app-root [class^="sport_icon_"], #app-root [class*="sport_icon_"],#app-root [class^=" glyphicon-"], #app-root [class*=" glyphicon-"],#app-root [class^=" fa-"], #app-root [class*=" fa-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* line-height: 1; */

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#app-root .sport_icon
{
    color: var(--icon-color);
    width: 32px;
    min-width: 32px;
    transition: all .1s;
    display: inline-flex;
    background-image: none !important;
    justify-content: center;
    vertical-align: inherit;
}

#app-root .i_soccer{
    background-position: right;
}

#app-root .i_soccer::before{
    content: "\e960";
}

#app-root .fa-star:before {
    content: "\ea35";  
}

#app-root .fa-circle-info:before{
    content: "\e93d";
}

#app-root .fa-folders:before {
    content: "\e986";
}

.fa-list:before {
    content: "\e967";
}

.odd
{
    background: var(--odds-gradient);
    border: solid 1px var(--odds-border) !important;
    border-radius: 4px;
    font-size: 10px;
    padding: 0 .1rem;
    margin: 0 2px;
    text-align: center;
    cursor: pointer;
    line-height: 1.4;
    /* width: 62px; */
}

.odd:hover
{
    /* border-color: var(--fourth-color) !important; */
    background: #dcdcdc !important;
}

.odd-selected
{
    background: var(--odds-border);
    color: #000;
    border: 1px solid #bbbbbb !important;
}

.odd.odd-selected:hover{
    background: #dcdcdc !important;
    border-color: #bbb !important;
}

.odd span
{
    color: var(--seventh-color);
    font-weight: 700;
    font-size: 12px;
}

.odd-selected span
{
    /* color: var(--fourth-color); */
}

.card-header
{
    font-weight: 700;
    font-size: 13px;
    color: var(--primary-color);
    /* font-family: "Roboto"; */
    border-bottom: none;
    background: var(--cards-header);
    border-radius: 3px 3px 0px 0px !important;
    height: 35px;
    padding: 0 15px;
    text-align: left !important;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    line-height: 32px;
    border-bottom: 3px solid var(--yellow-color);
}

#app-root
{
    color: #fff;
    margin-top: 1rem;
    font-family: 'Roboto';
    font-size: 12px;
    margin-bottom: 1rem;
}


#app-root .row{
    margin-left: 0px;
    margin-right: 0px;
}

tr.totobet-contest-event
{
    color: #0b1422;
    background: var(--primary-color);
    font-size: 12px;
}

tr.totobet-contest-event td
{
    vertical-align: middle !important;
    padding: 0.15rem !important;
    text-align: left !important;
}


.totobet-contest-buttons
{
    display: flex;
}


.totobet-contest-summary
{
    margin: 0;
    color: var(--third-color);
}

.totobet-contest-summary-title
{
    text-align: center;
    margin-bottom: .2rem;
}

.totobet-contest-summary-title span
{
    margin-left: .1rem;
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.totobet-coupon
{
    color: #000;
    border-radius: 6px 6px 3px 3px;
    background: var(--primary-color);
    margin-top: .5rem;
    padding-bottom: .2rem;
}

.totobet-coupon-title
{
    text-align: center;
    color: #fff;
    background: #40444f;
    font-weight: bold;
    border-radius: 5px 5px 0 0 !important;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.totobet-coupon-table
{
    width: 100%;
}

.totobet-coupon-table tr
{
    height: 25px;
    vertical-align: middle;
}

.totobet-coupon-table tr td
{
    padding: 0 5px;
    font-size: 12px;
    color: #0b1422;
}

.totobet-coupon-table-right
{
    text-align: right;
}

.totobet-coupon-play
{
    margin: 10px;
    background-color: var(--eight-color);
    border-color: var(--eight-color);
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: .25rem;
    font-weight: 700;
    padding: .400rem .75rem;
    font-size: 12px;
}

.totobet-coupon-play:hover
{
    background-color: var(--bs-success);
    border-color: var(--bs-success);
    color: var(--primary-color);
}

.totobet-coupon-error
{
    margin: 10px;
    padding: 5px;
    background-color: #c00;
    color: #fff;
}


.totobet-app-message 
{
    background-color: #FFF;
    color: #000;
    width: 300px;
    height: auto;
    min-height: 50px;
    padding: 20px;
    margin: auto;
    font-size: 16px;
    border-radius: 15px;
    position: fixed;
    z-index: 1100;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.totobet-app-message-success 
{
    background-color: #509d2c;
    color: #FFF;
}

.totobet-app-message-error 
{
    background-color: #D92D2D;
    color: #fff;
}






.totobet-contest-champName {
    height: auto;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    background: var(--body-background);
    padding: 2px 10px;
    color: var(--heading-league);
    border-top: 1px solid var(--borde-head-league);
    /* line-height: 61px; */
}

.totobet-contest-champName td{
    padding: .3rem !important;
    vertical-align: middle !important;
    line-height: 2.1 !important;
    /* line-height: 118px; */
    font-size: 9px;
    text-align: left !important;
}

.col-9 >.table{
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 1px 3px var(--box-shadow);
    background: var(--primary-color);  
    border-bottom: 3px solid #dadada;
}

.col-9 >.totobet-menu{
    box-shadow: 0px 1px 3px var(--box-shadow);
}


td.date span {
    color: var(--seventh-color);
    margin-left: .6rem;
}

tr.totobet-contest-event td.date {
    font-weight: 700;
    white-space: nowrap;
    padding-left: .5em !important;
    padding-right: .5em !important;
    /* width: 15%; */
}

tr.totobet-contest-event td.events-counter {
    text-align: center !important;
    font-weight: 700;
    width: 5%;
    color: var(--bs-gray);
}

.card-header.totobet-page {
    border-bottom: 3px solid var(--yellow-color);
    display: flex;
    justify-content: space-between;
}

td.event-name {
    width: 50%;
}

.odds-container {
    display: flex;
}

#app-root .totobet-contest-buttons .btn-primary{
    color: var(--primary-color);
    border-color: var(--eight-color) !important;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 28px;
    width: 100%;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--eight-color) !important;
    box-shadow: none;
    text-shadow: none;
}

#app-root .totobet-contest-buttons .btn-primary:hover{
    background: var(--bs-success) !important;
    color: var(--primary-color);
    border-color: var(--bs-success) !important;
}

#app-root .totobet-contest-buttons .btn-secondary{
    background-color: var(--red-color);
    border-color: var(--red-color);
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 28px;
    width: 100%;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
}

#app-root .totobet-contest-buttons .btn-secondary:hover{
    background: #a50000 !important;
    border-color: #a50000;
    color: var(--primary-color);
}

ul.totobet-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    background: var(--primary-color);
}

ul.totobet-menu li{
    margin: 0;
    padding: 0;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
    line-height: 3;
    text-align: left;
    background: var(--primary-color);
    height: 32px;
    text-transform: uppercase;
    padding-right: 10px;
    color: var(--third-color);
}


ul.totobet-menu li.active, ul.totobet-menu li:hover {
    box-shadow: 0 -3px 0 0 var(--fourth-color) inset;
}
ul.totobet-menu li.active i, ul.totobet-menu li:hover i{
    color: var(--btn-hover);
}

.totobet-contest-champName td.oddsSignName {
    text-align: center !important;
    display: flex;
    font-size: 10px;
    font-weight: 700;
}

.odd{
    line-height: 2.3;
}

td.oddsSignName > div {
    flex: 0 0 auto;
    width: 33.33333333%;
}

td.event-name span {
    display: inline-flex;
    /* width: 40%; */
}

td.event-name span.spacer{
    width: 2%;
}

td.event-name span:first-child {
    /* justify-content: flex-end; */
    margin-right: .5rem;
}

.table > tbody > tr.totobet-contest-event.rows_1 > * {
    background: var(--cards-body);
}

.table > tbody > tr.totobet-contest-event.rows_0 > * {
    background: var(--primary-color);
}

.totobet-contest-summary-title.draw {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.jackpot {
    position: relative;
    box-sizing: border-box;
    padding: 9px 20px;
    max-width: 266px;
    height: 68px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: inset 0 25px 10px -10px rgb(40 44 56 / 80%), inset 0 -25px 10px -10px rgb(40 44 56 / 80%), inset 6px 0 3px -3px rgb(40 44 56 / 80%), inset 0 1px 0 rgb(255 255 255 / 80%), inset 0 -1px 1px rgb(255 255 255 / 80%);
    background-image: linear-gradient(to bottom, rgba(40,44,56,0.8) -7.5%, rgba(255,255,255,0.8) 20%, #fff 35%, rgba(40,44,56,0.8) 57.5%);
    white-space: nowrap;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.jackpot-sum {
    display: block;
    box-sizing: border-box;
    padding: 0 9px;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 4px;
    background-color: #0c161d;
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    white-space: nowrap;
    color: #00ff0a;
    font-family: 'seven_segment', sans-serif;
}

.jackpot-min {
    position: absolute;
    left: 50%;
    padding: 4px 16px;
    margin-left: -80px;
    border: 1px solid #4c5159;
    border-radius: 3px;
    background-color: #0f151b;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transform: translate(42%, -80%);
    transform: translate(34%, -92%);
    color: var(--primary-color);
    font-weight: 700;
}

td.champname-td .sport_icon {
    font-size: 15px;
    vertical-align: sub;
    line-height: 1.5;
}

.totobet-coupon-table tr.totobet-coupon-table-total td {
    font-weight: 900;
    color: var(--eight-color);
    font-size: 14px;
}

#app-root .row.mx-auto .col-9{
    padding-right: 0;
    background: var(--primary-color);
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 1rem;
    border-radius: 4px;
}

.toto-bet-contest-div {
    border-radius: 6px 6px 3px 3px;
    margin-bottom: 15px;
    background: var(--primary-color);
    box-shadow: 0px 1px 3px var(--box-shadow);
}

.col-9 {
    width: 74%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3{
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4{
    width: 33.33333333333%;
    float: left;

}

.totobet-contest-buttons .col-4{
       padding-left: 15px;
    padding-right: 15px; 
}

.totobet-header span.link
{
    color: #fff;
    /* text-decoration: underline; */
    cursor: pointer;
    margin-left: 30px;
    font-size: 16px;
}

/** nuovi */
.modal-header{
    font-weight: 700;
    font-size: 13px;
    color: var(--primary-color);
    background: var(--cards-header);
    border-radius: 3px 3px 0px 0px !important;
    height: 35px;
    padding: 0 15px;
    text-align: left !important;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    line-height: 35px;
    border-bottom: 3px solid var(--yellow-color);
    display: inline-block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

.modal-header h5{
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    padding-left: 15px;
    /* line-height: 30px; */
    /* float: left; */
}

.modal-header .btn-close{
    filter: invert(1);
}

.modal-body {
    padding: 0;
    padding-bottom: 1rem;
    color: #0b1422;
    background: var(--primary-color);
}

.modal-body th{
    height: auto;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    background: var(--body-background);
    padding: 2px 10px;
    color: var(--heading-league);
    border-top: 1px solid var(--borde-head-league);
    border-bottom: 2px solid var(--borde-head-league);
}

.modal-content{
    box-shadow: 0px 0px 20px #656565;
}


tr.totobet-history-item
{
    cursor: pointer;
}

.totobet-history-item.rows_1{
    background: var(--cards-body);
}

.totobet-history-item.rows_0{
    background: var(--primary-color);
}

.totobet-history-details
{
    cursor: default;
}

.totobet-coupon-charged
{
    color: #daaa0a;
}

.totobet-coupon-loser
{
    color: #c1350c;
}

.totobet-coupon-winning
{
    color: #23c42c;
}

.totobet-coupon-void
{
    color: #000;
}

.totobet-coupon-rejected
{
    color: #000;
}

ul.totobet-pointlist
{
    padding: 0;
    margin: 0;
}

ul.totobet-pointlist li
{
    list-style: none;
}

ul.totobet-pointlist li span{
    display: inline-block;
    min-width: 20px;
    text-align: right;
}

ul.totobet-pointlist li span.totobet-pointlist-xpoint
{
    color: var(--seventh-color);
    font-weight: 700;
    min-width: 100px;
}

ul.totobet-pointlist li span.totobet-pointlist-winning {
    color: var(--bs-success);
    font-weight: 700;
    min-width: 160px;
}

.totobet-history-item td:first-child{
    text-align: center;
    font-weight: 700;
    /* width: 5%; */
    color: var(--bs-gray);    
}

.payed{
    color: var(--bs-success);
    font-weight: 700;
}

.totobet-coupon-icon {
    max-width: 12px;
    box-shadow: 1px 1px 3px 0px #000000b8;
    border-radius: 50%;
}

.totobet-history-item:hover, .totobet-history-item.rows_1:hover{
    background: var(--bs-table-hover-bg);
}

tr.totobet-history-item.selected, tr.totobet-history-item.rows_1.selected {
    background: var(--bs-table-hover-bg); 
}

.totobet-history-details .table{
    border: 1px solid #dee2e6;
    background: #dadada;
}

.totobet-history-details-name {
    font-weight: 700;
    width: 25%;
}

.totobet-history-details > td {
    padding: 1.2rem;
    background: var(--bs-table-hover-bg);
}

.hide{
    display: none;
}

.totobet-history-details-status-coupon {
    font-weight: 700;
    margin-bottom: 1rem;
}

.totobet-history-details-name-span {
    display: inline-block;
    min-width: 130px;
    text-align: right;
    font-weight: 700;
}

.totobet-history-details-name-span.numbers{
    text-align: left;
    min-width: 20px;
}

.totobet-history-details-name-span.totalwin {
    min-width: 160px;
}

.table.totobet-history-details-table {
    border: 0px transparent;
}

.table.totobet-history-details-table th {
    background: transparent;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 12px;
    padding: 0;
}

.table.totobet-history-details-table td {
    padding: 0;
    text-align: center;
}

td.totobet-pointlist-winning {
    color: var(--bs-success);
    font-weight: 700;
    text-align: right !important;
    width: 14%;
}

td.totobet-pointlist-xpoint {
    color: var(--seventh-color);
    font-weight: 700;
    width: 20%;
}

td.totobet-pointlist-spacer {
    width: 55%;
}

/* TOTOBET RULES */

.totobet-rules
{
    font-size: 12px;
    margin: 0 10px;
}

.totobet-nomodal .totobet-rules
{
    margin: 0;
}

.totobet-rules-subrule
{

}

.totobet-rules-subrule-title 
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 47px;
    margin: 0;
    border-top: 1px solid var(--body-background);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: var(--third-color);
}

.totobet-rules-subrule-toggle 
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 24px;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 100%;
}

.totobet-rules-subrule-toggle::after 
{
    content: '\f107';
    font-family: FontAwesome;
    font-size: 20px;
    color: var(--third-color);
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.totobet-rules-subrule.opened .totobet-rules-subrule-toggle::after 
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.totobet-rules-subrule-content 
{

}


.modal-dialog.modal-xl{
    min-width: 1000px;
}

.modal-dialog.modal-xl .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.65em .65em;
    color: #ffffff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    float: right;
}

#app-root .btn-primary {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 28px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-end {
    text-align: right;
}

.justify-content-center {
    justify-content: center!important;
}
.d-flex {
    display: flex!important;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    transform-origin: center;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}


#app-root .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: var(--bs-table-striped-bg);
}

#app-root .table-striped>tbody>tr:nth-of-type(odd){
    background: transparent;
}

@keyframes spinner-border { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.totobet-rules p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.totobet-rules ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.totobet-contest-summary-title.total-pool {
    font-size: 16px;
    margin-top: 1rem;
    padding-bottom: 1rem;
}


.card.container-xl.container.mx-auto.p-0.mt-1{
    background: var(--primary-color);
    margin-top: 1rem;
    padding: 0;
    border-radius: 5px;
}

.totobet-nomodal {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-dialog.modal-xl .table > tbody > tr > td{
    padding: 6px;
}