.pools,
.pools-results{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 0 30px
}

h3.pools-title,
h3.pools-results-title{
    padding: 12px;
    background-color: var(--c-primary);
    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;
  font-size: 1em
}
.pools-header {
  display: flex;
  justify-content: space-between;
  padding: 0 8px 0 var(--icon-width, 35px)
}
.pools-flag {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px
}
.pools-winnings{
    text-align: center;
    color: var(--c-yellow)
}
.pools-winnings:before,
.pools-winnings:after{
    content: "***";
    padding: 0 5px
}
.pools-matches {
  margin: 0;
  padding: 0
}
.pools-matches li {
  align-items: center;
  background-color: var(--c-shade);
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 8px 8px 8px 0
}
.pools-matches .match-selections {
  display: flex;
}
.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;
}
.pools-matches .match-no {
  order: 1;
  text-align: center;
  width: var(--odd-width, 30px);
}
.pools-matches .match-datetime {
  box-sizing: border-box;
  padding-left: var(--odd-width, 30px);
  width: 100%;
}
.pools-matches .match-title {
  display: flex;
  flex-direction: column;
  order: 2;
}
.pools-matches .match-title .match-versus {
  display: none;
}
.pools-matches .match-selection button,
.pools-matches .match-selection span {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 8px;
  min-height: var(--odd-height, 36px);
  min-width: 145px;
}
.pools-matches .match-selection.active button {
    background-color: var(--c-emphasis)
}

#root .pools-matches .selection-bet label.bet-description {
  margin-right: auto;
}
.pools-results-header + p-table {
  display: block;  
}
.pools-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;  
  padding: 0 8px;
}
.pools-info {
  display: flex;
  flex: 1;
}
.pools-info .value-block {
  flex: 1;
}
.pools-info .value-block-wrapper {
  display: flex;
}
/*.pools-info .block-label {
  margin-right: 8px;
}*/
.pools-info .block-label:after {
  content: ':';
  margin-right: 8px;
}
.pools-actions {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.pools-actions button {
  margin-left: 8px;
  min-height: var(--odd-height, 36px);
}
.pools-action.submit-disabled .submit-bet-message,
.pools-action:not(.submit-disabled) .submit-disabled-reason {
  display: none;
}
.pools-results-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 8px 0 var(--odd-width, 32px);
}
#root .desktop.view-page-jackpot .body .content-wrapper,
#root .desktop.view-page-jackpot .body .content-wrapper app-widget-host,
#root .desktop.view-page-jackpot .body .content-wrapper .content.embedded-content,
#root .desktop.view-page-jackpot-results .body .content-wrapper,
#root .desktop.view-page-jackpot-results .body .content-wrapper app-widget-host,
#root .desktop.view-page-jackpot-results .body .content-wrapper .content.embedded-content {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    flex-basis: unset
}

/* 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 .match-header,
.mobile .pools-matches .match-selections{
    width: 50%
}
.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%
}

.mobile .pools-matches .match-selection{
    height: 100%
}
.mobile .pools-matches .match-selection button,
.mobile .pools-matches .match-selection span{
    flex-direction: column;
    height: 100%;
    margin-left: 2px;
    min-width: unset
}
#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
}

.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
}



/* desktop jackpot tabs*/





.jackpot-tabs{
    display: flex;
    justify-content: center;
    margin: 15px;
    align-items: center
}
#root .content.no-scroll .jackpot-tabs ul{
    margin: 0;
    background-color: transparent;
    border: 0
}
#root .content.no-scroll .jackpot-tabs ul li{
    position: relative;
    width: 150px;
    background-color: var(--c-shade);     
    color: var(--c-emphasis-b);
    margin: 0 5px;
    border-radius: 2px;
    
}
#root .content.no-scroll .jackpot-tabs ul li a{
    height: 40px;
    align-items: center
}
#root .content.no-scroll .jackpot-tabs ul li .active{    
    border-radius: 2px ;
    background-color: var(--c-emphasis);
    
}
#root .content.no-scroll .jackpot-tabs ul li .menu-link:hover{
    background-color: var(--c-shade-b)
   
}
#root .content.no-scroll .jackpot-tabs ul li .menu-link.active:hover{
    color: var(--c-emphasis-b);
    border-radius: 2px;
    background-color: var(--c-emphasis);
}
#root .jackpot-tabs ul li .menu-link :hover{
    color: var(--c-emphasis-b)
}

/* mobile jackpot tabs*/


#root .mobile ul.menu{
    margin: 0
}
#root .mobile .content-wrraper ul.menu li{
    border-radius: 2px;
    width: 120px;
    margin: 0 5px;
    height: 40px
}
#root .mobile  .content-wrraper ul.menu li a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d243e;      
    border-radius: 2px;
    height: 100%
}
#root .mobile .content-wrraper ul.menu li a.active{
    background-color: var(--c-emphasis);
    border-radius: 2px;
    color: var(--c-emphasis-b)  
}





