@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

.pools,
.pools-results{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 0 30px
}
h3.pools-title,
h3.pools-results-title{
    font-size: 18px;
    text-align: center;
        font-weight: bold;
    text-transform: uppercase;
    padding: 13px 10px;
        display: none
}
.pools-results-container tbody td{
    text-align: center;
}
.pools-container .label-value-container,
.pools-results-container .label-value-container {
    align-items: center;
    padding: 0 8px
}
.pools-container .label-value-container label,
.pools-results-container .label-value-container label {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    }
.pools-results .element.value{
    width: 100%
}
.pools-results .element.value .dropdown-input{
    min-width: max-content;
    width: 100%;
    height: 32px
}
.pools-header {
    display: flex;
    flex-direction: column;
    background: none
}
.pools-flag {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px
}
.pools-header .pools-title{
    font-size: 18px;
    text-align: center;
        font-weight: bold;
    text-transform: uppercase;
    padding: 13px 10px;
        line-height: 1.6;
    order: 1
}
.pools-header .pools-title .draw-category,
.pools-header .pools-title .draw-dash{
    display: none
}
app-pools-winnings{
    order: 3;
    padding-bottom: 15px
}
.pools-header .pools-dates{
        text-align: center;
    display: none
}
.pools-winnings{
    text-align: center;
        font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
    display: flex;
    justify-content: center
}
.pools-winnings > span{
    padding: 0 5px
}
.pools-winnings:before,
.pools-winnings:after{
    content: "";
    display: flex;
    width: 67px;
    height: 0;
    padding: 0 0px;
    /*  background-image: url(/v2.122/r/images/icons/pools-stars.svg); */
    background-size: cover;
    margin: 0
}
body .pools-results-container .ui-table .ui-table-tbody>tr>td > div.match-title{
    max-width: 100%
}
.pools-matches {
    margin: 0;
    padding: 0
}
.pools-matches li {
    align-items: center;
        border-radius: var(--r-border-radius-medium);
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 10px
}
.pools-matches .match-selections {
    display: flex;
    flex-wrap: wrap;
}
.pools-matches .match-selections > div{
    width: 148px;
    display: flex;
    justify-content: center;
    height: 100%;
    margin-right: 3px;
}
.pools-matches .match-selections .group-title{
    display: none
}

.pools-matches .match-selections > div:nth-child(1) {
    order: 1
}
.pools-matches .match-selections > div:nth-child(2) {
    order: 3
}
.pools-matches .match-selections > div:nth-child(3) {
    order: 2
}
.pools-matches .match-selections > app-match-selection:first-child{
    order: 1
}
.pools-matches .match-selections > app-match-selection:nth-child(2){
    order: 3
}
.pools-matches .match-selections > app-match-selection:last-child{
    order: 2
}
.pools-container.correct-scores .pools-matches .title-header:first-child .match-selections,
.pools-container.correct-scores .pools-matches .title-header:first-child .match-datetime{
    display: none
}
.pools-container.correct-scores .pools-matches .match-selections > div.match-selection{
    order: unset;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 1 calc(33.333333% - 6px);
}
.pools-matches .match-selections > div.match-selection app-match-selection{
    margin: 2px 1px;
    margin-top: 0;
    flex: 1 1 calc(100% - 2px);
}
.pools-matches .match-selections > div.match-selection app-match-selection + app-match-selection{
    margin-top: 0px;
}
.pools-container.correct-scores .pools-matches .match-datetime{
    padding-left: 10px
}
.pools-matches .match-selections > app-match-selection:first-child .match-selection > button{
    border-top-left-radius: var(--r-border-radius-medium);
    border-bottom-left-radius: var(--r-border-radius-medium)
}
.pools-matches .match-selections > app-match-selection:nth-child(2) .match-selection > button{
    border-top-right-radius: var(--r-border-radius-medium);
    border-bottom-right-radius: var(--r-border-radius-medium)
}
.pools-matches .match-selections .match-selection app-match-selection + app-match-selection {
    display: block;
    margin-top: 8px;
}
.pools-matches .match-header {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-bottom: auto;
    align-items: center;
        text-align: center;
    width: var(--odd-width, 30px);
}
.pools-matches .match-datetime {
    box-sizing: border-box;
    padding-left: var(--odd-width, 30px);
    order: 3;
    /* width: 100%;*/
}
.pools-matches .match-title {
    display: flex;
    flex-direction: column;
    order: 2;
}
.desktop .pools-matches .match-title{
    min-width: 220px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 20px
}
.pools-matches .match-title .match-versus {
    display: none;
}
.pools-matches app-match-selection{
    margin: 3px;
    flex: 1;
}
.pools-matches .match-selection span{
    display: flex;
        display: flex;
    justify-content: center;
    min-height: var(--odd-height, 36px);
    /* border-radius: var(--r-border-radius-medium); */
    min-width: 145px;
    border: 0;
            font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 3px;
    padding: 0 8px;
    width: 49px;
    height: 41px;
    cursor: pointer;
    overflow: hidden

}
.pools-container.correct-scores .pools-matches .match-selection button{
    border-radius: 0;
    width: 100%;
}
.pools-matches .match-selection.active button {
        }
.pools-matches .match-selection button:hover{
    filter: brightness(0.8)
}
.pools-matches .match-selection button label{
    cursor: pointer
}
#root .pools-matches .selection-bet label.bet-description {
    font-weight: 300;
    font-size: 12px;
    margin-right: auto;
    }
#root .pools-matches .active .selection-bet label.bet-description{
    }
.pools-results-header + p-table {
    display: block;
}
.pools-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    margin: 20px 0
}
.pools-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px
}
.pools-info .value-block {
    flex: 1;
    }
.pools-info .total-rows-wrapper label{
    font-size: 0
}
.pools-info .total-rows-wrapper label:before{
    content: "Lines";
    font-size: 16px;
}
/*.pools-info .block-label {
  margin-right: 8px;
}*/
.pools-info .block-label:after {
    content: ':';
    margin-right: 8px;
}
.pools-info .block-value{
    font-weight: bold
}
.pools-actions {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.pools-actions button {
    margin-left: 8px;
    min-height: var(--odd-height, 36px);
            border-radius: var(--r-border-radius-medium);
    height: auto;
    min-width: 150px;
    font-weight: bold
}
.pools-actions button:hover{
    filter: brightness(0.8)
}
.pools-actions button.pools-submit{
        border-    }
.pools-results-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    padding: 0 8px 0 var(--odd-width, 32px);
        padding: 0;
    background-image: none;
}
.pools-results-header .draw-category,
.pools-results-header .draw-dash{
    display: none
}

/ Desktop Result Table /

#root .pools-results-container .label-value-container{

}

.pools-results table{
    border-radius: var(--r-border-radius-medium);
    overflow: hidden;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%)
}
body .pools-results .ui-table .ui-table-thead>tr>th{
    border: 0;
            cursor: pointer;
    border-bottom: 2px solid var(--c-border-sport-coupon)
}
body .pools-results .ui-table .ui-table-thead>tr>th:first-child{
    width: 10%
}
body .pools-results .ui-table .ui-table-thead>tr>th:nth-child(2){
    width: 20%
}
body .pools-results .ui-table .ui-table-thead>tr>th:nth-child(3){
    width: 50%
}
body .pools-results .ui-table .ui-table-thead>tr>th:nth-child(4){
    width: 10%
}
body .pools-results .ui-table .ui-table-thead>tr>th:last-child{
    width: 10%
}
body .pools-results .ui-table .ui-table-tbody>tr{
            cursor: pointer
}
body .pools-results .ui-table .ui-table-tbody>tr:hover{
        justify-content: center;
    margin: 15px;
    align-items: center
}
#root .main-content .jackpot-tabs ul{
    margin: 0;
        border: 0
}
#root .main-content .jackpot-tabs ul li{
    position: relative;
    width: 150px;
            margin: 0 5px;
    border-radius: var(--r-border-radius-medium)
}
#root .main-content .jackpot-tabs ul li a{
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: bold;
                flex-direction: column;
    align-items: center;
    order: 4
}
app-pools-additional-prizes .show-hide-info{
        display: flex;
    padding: 15px;
    }
.additional-info-container{
    display: flex;
    flex-direction: column;
    max-width: 450px;
    width: 100%;
            padding: 15px;
    justify-content: space-between;
    border-radius: 8px;
}
.additional-info-container .prizes-container,
.additional-info-container .stake-container{
    display: flex;
    flex-direction: column;
}
.additional-info-container .prizes-container{
    padding-bottom: 15px
}
.additional-info-container .stake-container{
    flex-direction: row
}
.additional-info-container .prizes-container .prizes-title,
.additional-info-container .stake-container .stake-title{
    padding-bottom: 10px;
    font-size: 18px;
}

.additional-info-container .prizes-container .prizes-title{
    display: none
}
.additional-info-container .prizes-container .prizes-content span.label{
    font-size: 18px;
    font-weight: bold
}
.additional-info-container .prizes-container .prizes-content > div,
.additional-info-container .stake-container .stake-content{
    padding-bottom: 10px;
    font-size: 16px;

}
.additional-info-container .stake-container .stake-title{
    font-size : 0;
    display: flex
}
.additional-info-container .stake-container .stake-title:before{
    content: "Stake per Line";
    font-size: 18px;
    padding-right: 5px
}

.jackpot-custom-content{
    margin: 0 auto;
}
.jackpot-custom-content p{
        padding: 0 15px
}
.jackpot-custom-content p strong{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1221px){
    .desktop .pools-matches .match-datetime{
        padding-left: var(--odd-width, 39px);
        order: 3;
        width: 100%
    }
    .desktop .pools-matches .match-title{
        min-width: auto
    }
    .desktop .pools-actions{
        flex-wrap: wrap;
        align-items: center
    }
    .desktop .pools-actions button {
        flex: 1 1 45%;
        margin-bottom: 10px
    }
}

.pools-container > .available-draws{
    display: none
}
.pools-container > app-window-tabs{
    max-width: 500px;
    margin: 25px auto;
    display: flex;
}
.pools-container > app-window-tabs .pools-tabs{

}
.pools-container > app-window-tabs .pools-tabs .pool-tab{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: bold;
    }
.pools-container > app-window-tabs .pools-tabs .pool-tab.tab-selected{
    border-radius: var(--r-border-radius-medium);
        }



.pools-container app-pools-countdown{
    display: flex;
    justify-content: center;
        font-size: 16px;
    order: 2
}

.pools-container app-pools-countdown .pools-closing-time{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pools-container app-pools-countdown .pools-closing-time > span{
    display: flex;
    flex: 1 1 100%;
    padding-bottom: 5px;
    font-size: 12px;
    justify-content: center;
}
.pools-container app-pools-countdown .pools-closing-time > div{
    display: flex;
    flex-wrap: wrap;
}
.pools-container app-pools-countdown .pools-closing-time > div span.value{
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 4px;
    flex: 1 1 80%;
}
.pools-container app-pools-countdown .pools-closing-time > div span.separator{
    display: flex;
    align-items: center;
    font-size: 20px;
    flex: 1 1 20%;
    justify-content: center
}
.pools-container app-pools-countdown .pools-closing-time > div span.description{
    flex: 0 0 80%;
    display: flex;
    justify-content: center;
    padding-top: 10px
}
.pools-container app-pools-countdown .pools-closing-time > div span.description.seconds-descr{
    flex: 0 0 100%;
}


.pools-container.empty{
    text-align: center;
        font-size: 16px;
}
/* Jackpot  Mobile */

.mobile .pools,
.mobile .pools-results{
    padding: 15px 15px
}

.mobile .pools-header{
    flex-wrap: wrap
}
.mobile .pools-title,
.mobile .pools-dates,
.mobile .pools-winnings{
    flex: 1 1 100%
}
.mobile .pools-matches .match-title{
    overflow: hidden
}
.mobile .pools-matches .match-title span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.mobile .pools-matches .title-header .match-header{
    height: 100%;
    margin-bottom: 0
}
.mobile .pools-matches .title-header .match-datetime{
    display: none
}
.mobile .pools-matches .match-header,
.mobile .pools-matches .match-selections{
    width: 50%;
    align-items: center
}
.mobile .pools-container.correct-scores .pools-matches .match-header{
    padding-bottom: 30px
}
.mobile .pools-matches .match-selections .match-selection:first-child{
    order:1
}
.mobile .pools-matches .match-selections .match-selection:nth-child(2){
    order:3
}
.mobile .pools-matches .match-selections .match-selection:last-child{
    order:2
}
.mobile .pools-matches .match-header .match-no{
    flex: 1 1 20%
}
.mobile .pools-matches .match-header .match-title{
    flex: 1 1 80%
}
.mobile .pools-matches .match-header .match-datetime{
    flex: 1 1 100%;
    padding-left: 20%;
        margin-right: 3px;
    flex: 1;
}
.mobile .pools-matches .match-selection button,
.mobile .pools-matches .match-selection span{
    flex-direction: column;
    height: 100%;
    min-width: unset;
    width: 100%;
    margin: 0;
    text-align: center
}
#root .mobile .pools-matches .selection-bet label.bet-description{
    margin: 0
}
.mobile .pools-footer{
    flex-direction: column
}
.mobile .pools-info{
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    line-height: 30px
}
.mobile .pools-info .value-block.total-cost{
    display: flex;
    justify-content: flex-end
}
.mobile .pools-actions{
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0
}
.mobile .pools-actions button{
    flex: 1 1 calc(50% - 4px);
    margin: 2px 2px
}
.mobile .pools-results-header{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 15px 0;
    display: none
}

.mobile .pools-results thead .header-element{
    padding: 5px 2px;
    font-weight: normal
}
.mobile .pools-results thead .header-element.id{
    width: 10%
}
.mobile .pools-results thead .header-element.date{
    width: 15%
}
.mobile .pools-results thead .header-element.match{
    width: 40%
}
.mobile .pools-results thead .header-element.result{
    width: 20%
}
.mobile .pools-results thead .header-element.score{
    width: 15%
}
#root .mobile .pools-results tbody td{
    padding: 5px 2px;
    text-align: center
}

/* mobile jackpot tabs*/

.mobile .jackpot-tabs{
    margin: 2px 0
}
#root .mobile ul.menu{
    margin: 0;
    width: 100%;
}
#root .mobile ul.menu li{
    margin: 0;
   width: 50%; */
    /* border-radius: 0; */
    /* height: 40px; */
}
#root .mobile ul.menu li a{
     /* display: flex; */
    /* font-size: 15px; */
    /* justify-content: center; */
    /* align-items: center; */
    /* background-color: var(--c-background-primary); */
    /* border-radius: 0; */
    /* height: 100%; */
}
#root .mobile .jackpot-tabs:not(.results-page) ul li:first-child a,
#root .mobile .jackpot-tabs.results-page ul li:last-child a{
        }
.mobile .pools-container .label-value-container label{
    justify-content: center;
    font-size: 15px
}
.mobile .pools-header .pools-dates{
    text-align: center;
}
.mobile .pools-winnings{
    font-size: 26px;
    margin-top: 15px;
    line-height: 46px;
    flex-wrap: wrap
}
.mobile .pools-winnings:before{
    height: 0;
    flex: 1 1 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center
}

.mobile .pools-winnings:after{
    width: 50px;
    height: 50px;
    display: none
}
.mobile .pools-matches .title-header .match-header{
    height: 100%;
    margin-bottom: 0
}
.mobile .pools-matches .title-header .match-datetime{
    display: none
}
.mobile .pools-matches .match-selections > app-match-selection{
    flex: 1
}
.mobile .pools-matches li{
    padding: 10px 5px
}
.mobile .pools-container.correct-scores .pools-matches li{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.mobile .pools-container.correct-scores .pools-matches li.title-header{
    display: none
}
.mobile h3.pools-results-title,
.mobile .pools-title{

}
.mobile .additional-info-container .prizes-container .prizes-content span.label{
    /*  flex: 1 1 100%; */
    /*   display: flex; */
    padding-bottom: 5px
}

/* Mobile Result Table*/

.mobile .pools-results .ui-table table{
    display: flex;
    flex-direction: column
}
.mobile .pools-results thead{
    display: none
}
.mobile .pools-results tbody tr{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%)

}
.mobile .pools-results table td{
    display: flex;
    align-items: center;
    min-height: 36px
}
.mobile .pools-results table td > div{
    flex: 1 1 80%;
    text-align: right;
    padding: 0 5px
}
.mobile .pools-results table td:first-child > div{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile .pools-results table td:first-child > div:before{
    content: "Game";
    display: flex;
    padding: 0 5px
}

.mobile .pools-results table td::before{
    content: attr(data-column);
    flex: 1 1 20%;
    text-align: left;
    padding-left: 5px;
            border-top-right-radius: var(--r-border-radius-medium);
            display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.mobile .pools-results table td:last-child{
    border-bottom-left-radius: var(--r-border-radius-medium);
    border-bottom-right-radius: var(--r-border-radius-medium)
}
.mobile .pools-results app-set-value{
    margin-bottom: 20px
}
.mobile .pools-container.correct-scores .pools-matches .match-selections{
    flex-direction: column;
    width: 100%
}
#root .mobile .pools-container.correct-scores .pools-matches .match-selections > div.match-selection{
    order: unset
}
.mobile .pools-container.correct-scores .pools-matches .match-selection button{

    justify-content: space-between;
}
#root .mobile .pools-container.correct-scores .pools-matches .selection-bet label.bet-description,
.mobile .pools-container.correct-scores .pools-matches .match-selection button label{
    line-height: 1.6;
}
.mobile .pools-matches .match-selections > div.match-selection app-match-selection{
    flex: 1 1 calc(20% - 2px);
}




