/* 5/2 Andreani S. */
/* 30/01/2020 Andreani S*/
/* Thrasos Overrides */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size:14px;
}
/* EVENTS Icons */
#root .match-live-tracker {
    background: url(/v2.13/r/images/site/icons/Tracker_Off.svg) center center no-repeat;
    opacity: 0.4;
}

#root .tracker-visible .match-live-tracker {
    background: url(/v2.13/r/images/site/icons/Tracker_On.svg) center center no-repeat;
    opacity: 1;
}

#root .match-favorite {
    background: url(/v2.13/r/images/site/icons/Favorite_On.svg) center center no-repeat;
    background-size: 24px;
    opacity: 0.4;
}

#root .match-favorite.favorite {
    background: url(/v2.13/r/images/site/icons/Favorite_On.svg) center center no-repeat;
    opacity: 1;
}


/* Align Events Left Column */

#root .desktop .content .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-info {
    /* justify-content: unset; */
    /* align-items: unset !important; */
    /* flex-direction: unset; */
}


/* Live Icon in Header -The icon would not change through api/themes */ 
/*.mobile .header .mobile-menu-link img {
    display: none;
}*/



/* Carousel - Single Line */
#root .match-carousel .events-sport-wrapper >div {
    flex-wrap: nowrap;
    width: auto;
    display: flex;
}
/* Carousel - Removal of Background Color */
#root .match-carousel .events-tournaments-wrapper {
    background-color: transparent;
}

/*  */
#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-code,
#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-total-markets
 {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-teams {
    flex-direction:column;

}


#root .match-carousel .item-info-wrapper {
 
  padding-top:8px;
}

#root .match-carousel .item-info-wrapper .match-info .match-type .events-category-flag {
    order:-1;
}

#root .match-carousel .item-info-wrapper .match-info .match-type {
    justify-content: flex-start;
    width: auto;
    /* flex: 1 0 auto; */
    overflow:hidden;
    min-width:0;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule {
  overflow:hidden;
    min-width:0;
}
#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-progress {
  display:flex;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-progress div:last-child{
  padding:0px 3px;
}
#root .match-carousel .item-info-wrapper .match-info .match-type > div {
    margin-right: 4px !important;
}

#root .desktop .content.collapsible {
    max-width: 460px !important;
}
#root .livesportsfilter-container app-widget-host{
    display:flex;
    flex-direction:row;
}

#root .livesportsfilter-container .live-heading {
    background-color: var(--c-primary-c);
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding:0px 10px;
    color:var(--c-emphasis);
}

#root .livesportsfilter-container .livesportsfilter {
    width:100%;
}

#root .livesportsfilter-container .livesportsfilter li {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

#root .content:not(.collapsible) .home-highlights-block {
    display:none;
}


@media only screen and (max-width: 1200px) {
  #root .content.collapsible {
      display:none;
  } 

  #root .content:not(.collapsible) .home-highlights-block {
      display:block;
  }
}

.match-server-home, 
.match-server-away {
  min-height:15px;
}

#root .mobile .ui-widget-overlay.ui-dialog-mask {
  /* z-index:1003!important; */
}

#root .quickbetslip.link {
  z-index:95;
}

#root .mobile .header {
  z-index:90;
  overflow:hidden;
  max-width:100%;
}

#root .mobile .events-wrapper app-inline-sports-filter {
  /* top:100px; */
}

#root .mobile .betslip-container {
    background-color: var(--c-background);
    padding: 0;
    height: auto;
    max-height: calc(100% - 58px);
    overflow-y: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index:1002;
}

.mobile .tournament-header-wrapper,
.mobile .market-group-header {
  color:var(--c-white);
}



.filter-theme {
  display:flex;
  align-items:center;
  height:100%;

}

.filter-theme-name {
  padding:0px 10px;
}

#root .match-info .match-neutral {
  top:50%;
  transform:translate(0%, calc(50% - 12px))
}

#root .first-image-live .match-date,
#root .first-image-live .match-time {
  padding:0px 2px;
}

.mobile .match-carousel-block .sports-coupon.medium .match-market-wrapper {
  width:100%;
  justify-content:center;
}

#root  .match-carousel .sports-coupon.medium .match-markets-wrapper .match-market div .match-odd:first-child:nth-last-child(3n),
#root  .match-carousel .sports-coupon.medium .match-markets-wrapper .match-market div .match-odd:first-child:nth-last-child(3n) ~ .match-odd {
   width:33.3%;
}

#root  .match-carousel .sports-coupon.medium .match-markets-wrapper .match-market div .match-odd:first-child:nth-last-child(2n),
#root  .match-carousel .sports-coupon.medium .match-markets-wrapper .match-market div .match-odd:first-child:nth-last-child(2n) ~ .match-odd {
   width:50%;
}

#root .match-carousel .sports-coupon.medium .match-market {
  width:calc(100% - 10px);
  justify-content:center;

}

#root .mobile .sports-filter li {
  min-width:50px;
}

#root .mobile .sports-filter li:hover {
   
    background-color: var(--c-tint);
    box-shadow: 0 0 6px #0003;
    transition: 0.5s;
}

#root  .events-wrapper {
  border-top: 1px solid var(--c-emphasis);
}

#root  .sports-filter li.selected {
    border-top: 4px solid var(--c-emphasis);
    border-left: 4px solid var(--c-shade);
     border-right: 4px solid var(--c-shade);
    
    background-color: var(--c-shade);
    box-shadow: inset 0 0 4px #0003;
}

#root .mobile .dates-list-header::before {
    background:url(/v2.13/r/images/site/icons/CalendarIcon.svg);
    content: ' ';
    width: 24px;
    height:24px;
    position:absolute;
    margin-right: unset;
    margin-left: 5px;
    opacity: 0.8;
    display: inline-block;
    left:4px;
    top:2px;


}

#root .mobile .dates-list-header {
    padding:unset;
    position:relative;
    height:36px;
    line-height:22px;
    text-indent:40px;
    font-weight:normal;
    padding:4px 0px;
    background-color:var(--c-primary);
    background-image: linear-gradient(0deg, #363636 0%, #383838 6%, #3d3d3d 75%);
}

#root .mobile .date-item:hover {
  background-color:var(--c-primary-c);
}

#root .mobile .date-item:hover a{
  background-color:var(--c-primary-c);
}

#root .mobile .home-shortcut-item-program .date-item {
  margin:3px;
  /*box-shadow:  0px 4px 4px #0003;*/
  background-color:var(--c-primary);
  border-radius: 0
}
#root .mobile .home-shortcut-item-program .date-item:first-child,
#root .mobile .home-shortcut-item-program .date-item:nth-child(4){
    margin-left: 0
}
#root .mobile .home-shortcut-item-program .date-item:last-child,
#root .mobile .home-shortcut-item-program .date-item:nth-child(3){
    margin-right: 0
}

.mobile .home-shortcut-item-program {
  background-color:var(--c-primary-b)
}
#root .mobile .home-shortcut-item-program .dates-list-content {
   background-color: var(--c-primary-c);
   /*box-shadow: inset 0px 4px 4px #0003;*/
   justify-content: center;
   max-height:100%;
   padding: 0
}

#root .home-shortcuts * {
  background-color:unset;
}

#root .mobile .dates-show-more,
#root .mobile .dates-show-less {
  display:none;
}

#root .home-shortcuts .home-shortcut-row:nth-child(2){
  background-image: linear-gradient(0deg, #363636 0%, #383838 6%, #3d3d3d 75%);
}

#root .home-shortcuts .home-shortcut-row {
  padding:unset;
}

#root .home-shortcuts .home-shortcut-item-favorite-leagues .featured-leagues-content {
  background-color:var(--c-primary-d);
  flex-wrap:nowrap;
  overflow-x:scroll;
  /* margin-left:40px; */
  /* width:calc(100% - 40px); */
  display: flex;
  flex-direction: column
}

#root .home-shortcuts .home-shortcut-row app-featured-leagues {
  position:relative;
}



#root .mobile .match-carousel .match-server {
  margin-top:8px;
  margin-left:4px;
}

#root .mobile .league-select-page .league-select-go {
  top:62px;
  
}

.mobile {
  position:relative;
}

#root .mobile .live-sports-coupon  .events-sport-header,
#root .mobile app-sports-coupon:not(.match-carousel-block) .events-sport-header{
  position: -webkit-sticky;
  position: sticky;
  top: 53px;
  z-index:19;
}

#root .mobile app-sports-coupon:not(.match-carousel-block) .tournament-header-wrapper {
  /* z-index:998; */
}

#root .mobile .home-highlights {
  overflow:visible;
}

#root .mobile.home-highlights app-sports-coupon .tournament-header-wrapper,
#root .mobile app-sports-coupon:not(.match-carousel-block) .tournament-header-wrapper {
  top: 102px!important;
}

#root .beto-sports-filter.livesportsfilter .sports-filter li.selected {
  background-color:var(--c-shade);
}

#root .first-image-live .match-server,
#root .first-image-live .set-score {
  display:none;
}

#root .first-image-live .match-minute {
  white-space:nowrap
}
/*Hack to remove the horizonal scrollbar from mobile body 
without overflow:hidden which interferes with the sticky elements*/
#root .mobile app-sports-coupon app-widget-host,
#root .mobile .home-highlights-block app-widget-host {
  width:calc(100% - 1px)
}

#root .mobile .home-shortcuts app-widget-host, 
#root .mobile .match-carousel app-widget-host,
#root .mobile .guest-register-banner-wrapper app-widget-host,
#root .mobile .header app-widget-host{
  overflow:hidden;
}

#root .mobile {
  background-color:var(--c-primary-c)
}

#root .mobile .content .events-sport-coupon-title {
    display: inline-flex;
    flex: 0 0 auto;
    height: 40px;
    border-top: none;
    line-height: 40px;
    padding: 0 16px 0 0;
    position: sticky;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    /* font-style: italic; */
    color: var(--c-white-e);
    /* color: var(--c-emphasis); */
    letter-spacing: 0.5px;
    font-family: 'Open Sans';

}

#root .mobile .content .events-sport-coupon-title:before {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin: 11px;

}
#root .mobile .content  .events-sport-coupon-title:before {
    background-image: url(/v2.13/r/images/site/icons/Live_Icon.svg);
}

#root .home-shortcuts .home-shortcut-item-favorite-leagues .featured-leagues-content .featured-league {
 height:40px;
 box-shadow: inset 0 0 4px #0003;
 border-radius:5px;
 margin:4px;
 background-color:var(--c-shade);
 border:1px solid var(--c-primary-d);
 
}



.featured-leagues-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--c-primary-c);
}

.featured-leagues-content::-webkit-scrollbar-track {
  background:var(--c-shade);
}

#root .first-image-live .match-info .match-neutral {
  top:10px;
  left:5px;
  text-decoration:underline;
  border:none;
}

#root .match-info .match-neutral {
  border:none;
  text-decoration:underline;
}
.toggle-button {
  box-shadow:inset 2px 2px 2px var(--c-shade);
  border-radius:50%;
}
.toggle-button:after {
  height:20px;
  width:20px;
  color:transparent;
  background-image:url(/v2.13/r/images/site/icons/Arrow_Down.svg);
  background-position:bottom;
  background-size:20px 20px;
  border-radius:50%;
  
 
   transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;  

}



#root .match-markets-wrapper .market-group .market-group-header .toggle-button,
#root .match-markets-wrapper .market-group .market-group-header .toggle-button.expanded {
  display:flex;
}


#root .match-carousel .events-tournament-wrapper .events-item-wrapper .match-market-wrapper {
  min-height:unset!important;
  margin-top:5px;
}


#root .match-markets-wrapper .market-group .market-group-header .toggle-button.expanded:after {
  background-image:url(/v2.13/r/images/site/icons/Arrow_Down.svg);
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
   
  
  background-position:bottom;
  background-size:20px 20px;
  border-radius:50%;
   
}

#root .mobile .sports-match-header-wrapper .markets-match-live-info-wrapper, 
#root .mobile .match-modal .markets-match-name {

/* width:calc(100% - 10px)!important; */
} 

#root .mobile .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers {
  height:100%;
}

#root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers div{

height:18px;
}

#root  .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers .live-match-server-title {
  /* display:none; */
}

#root .mobile .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers  {
  display:flex;
  flex-direction:column;
  justify-content:space-evenly
}

.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .history-bet-match-wrapper .match-and-time  span,
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .history-bet-match-wrapper .match-and-time div:nth-child(2) {
  padding:0px 5px;
  font-size:13px;
}



.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .history-bet-match-wrapper .match-and-time {
  display:flex;
  align-items:center;
}

#root .sports-match-header-wrapper .markets-match-data {
  align-items:center;
  margin-top:8px;
}

#root .mobile .events-wrapper app-inline-sports-filter {
    display: inline-flex;
    position: sticky;
    top: 0;
    min-width: 160px!important;
    max-width: 200px!important;
    z-index: 20;
    flex: 0 1 100%;
    /* background-color: var(--c-primary-b); */
    justify-content: flex-end;
}

#root .live-match-servers {
  
  min-width:40px;
}
#root .market-group-header .toggle-button {
  margin-left:unset;

}

#root .market-group-header .fav-market-button {
  margin-left:auto;
  color:transparent;
  width:20px;
  height:20px;
 background: url(/v2.13/r/images/site/icons/Star-Off.svg) center center no-repeat; 
 background-size:20px 20px;
}

#root .market-group-header .fav-market-button.selected {
   width:20px;
  height:20px;
 background: url(/v2.13/r/images/site/icons/Star-On.svg) center center no-repeat; 
 background-size:20px 20px;
}

.match-breadcrumbs a, .match-breadcrumbs span {
    /* max-width: 120px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.match-breadcrumbs .live-score span:first-child{
  padding-right:5px;
  padding:0 5px;
}

#root .match-breadcrumbs .live-score {
  overflow:visible;
  color:var(--c-white);
  flex-basis:110px;
  display:flex;
  align-items:center;
  flex-direction:column;
  margin-left:auto;
}

.other-matches li a {
  max-width:unset;
  /* white-space:normal; */
}


#root .match-breadcrumbs ul,
#root .desktop .match-breadcrumbs, 
.beto-match-breadcrumbs,
#root .coupon-breadcrumbs ul {
    display:flex;
    padding-left:10px;
    padding-right:10px;
   
}
#root ul.match-breadcrumbs {
  align-items:center;
}
.beto-match-breadcrumbs {
    width:100%;
}
#root ul.match-breadcrumbs {
  overflow-x:auto;
  overflow-y:hidden;
  width:calc(100% - 50px);
  margin:unset;
  height:35px;
}

#root .mobile app-modal ul.match-breadcrumbs {
  width:100%;
}
  
#root .coupon-breadcrumbs ul{
    overflow:auto;
}

#root .match-breadcrumbs app-widget-host, #root .coupon-breadcrumbs ul{
    align-items:center;
   flex-direction:row;
}

#root .other-matches, #root .other-group-matches {
    flex-direction:column;
}
#root .other-group-matches {
  background-color:var(--c-shade-b);
}
#root  .match-breadcrumbs ul li,
#root .coupon-breadcrumbs ul li {
    padding:0px 5px;
    display:inherit;
    align-items:center;
    /* position:relative; */
    color:var(--c-white);
}

  #root .match-breadcrumbs .teams {
    display:none;
  }

  #root .sport-br {
    /* pointer-events:none; */
  }

#root .match-breadcrumbs .group-heading {
  border-bottom:1px solid var(--c-shade-b);
  color:var(--c-white)
}
  
  #root .desktop .match-breadcrumbs .other-matches li:after,
  #root .coupon-breadcrumbs ul li:last-child:after{
    content:""!important;
    padding-left:2px;
  }

  #root .desktop .match-breadcrumbs ul li:not(.other-matches):after,
  #root .coupon-breadcrumbs ul li:after{
    content:"/";
    padding-left:2px;
  }



  


  #root .match-not-available {
    color:var(--c-white);
    height:30px;
    text-align:center;
    font-style:italic;
  }

  #root  .match-breadcrumbs .other-matches-wrapper{
    flex-direction:column;
    /* position:absolute; */
    /* left:50%; */
    /* transform:translate(-50%); */
    overflow:auto;
    /* min-width:200px; */
    max-width:100%;
    min-width:60%;
    max-height:50vh;
    height:auto;
    background:var(--c-primary-d);
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    box-shadow: 2px 2px 5px var(--c-shade);
    z-index:60;
}

 #root .desktop .match-breadcrumbs .other-matches-wrapper {
   /* top:30px; */
   /* max-width:40%; */
   /* min-width:20%; */
   /* max-height:calc(100vh - 54px); */
 }

 #root .mobile .match-breadcrumbs .other-matches-wrapper {
    top:30px;
 }
  #root  .match-breadcrumbs .other-matches ul li {
    padding:4px 0px;
  }

  #root  .match-breadcrumbs .live-match-period-time{
    display:none;
  }

   #root  .match-breadcrumbs .other-matches .ui-button {
     width:24px;
     height:24px;
     order:-1;
   }

   #root  .match-breadcrumbs .selected {
     color:var(--c-emphasis);
     font-weight:600;
     

   }
   #root .match-breadcrumbs .other-match {
     flex-direction:column;
     height:40px;
     flex-wrap:wrap; 
      align-items:flex-start;

   }
   #root  .match-breadcrumbs .selected a {
     color:var(--c-emphasis);
     font-weight:600;
     padding-left:5px;
   }

#root .other-matches-overlay {
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:var(--c-shade-b);
  position:absolute;
  z-index:50;
  
}

#root .other-matches-overlay:empty {
  display:none;
}

   #root .filter-language .ui-dropdown-label, #root .filter-language .ui-dropdown-item {
    display: flex;
}

#root .match-back-button a{
  display:flex;
  flex-direction:row;
  align-items:center;
}

#root .first-image-live .match-game-score {
  display:none;
}

#root .item-info-wrapper .international-clubs + div + div {
  display:none!important;
}

#root .bet-container .bet-details-odds {
  display:flex;
}



#root .nav-sport.active .nav-sport-select-all {
  margin-left:auto;
  margin-right:5px
  
}

#root .nav-sport.active .nav-sport-select-all,
#root .nav-sport.active .nav-sport-remove-all {
  padding:5px 8px;
 
  background-color:var(--c-shade)

}

#root .markets-match-live-info-wrapper app-goals {
  order:2;
  justify-content:flex-end;
  /* margin-left: auto !important; */
}


#root .markets-match-live-info-wrapper .live-match-yellow-cards-title {
  width:12px;
  height:16px;
  color:transparent;
  background-color:var(--c-yellow);
   box-shadow: 1px 1px 3px var(--c-shade-b);
}

#root .markets-match-live-info-wrapper .live-match-red-cards-title {
  width:12px;
  height:16px;
  color:transparent;
  background-color:var(--c-red);
   box-shadow: 1px 1px 3px var(--c-shade-b);
}

#root .markets-match-live-info-wrapper .live-match-corners-title {
  width:16px;
  height:16px;
  color:transparent;
  background-color:var(--c-green);
  background: radial-gradient(circle, #24d07c 15%, #ffffff 18%, #ffffff 22%, #24d07c 24%, #18A460 100%); 
    background-position: -16px -0px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    box-shadow: inset 1px -1px #fff, 0 1px 1px rgba(0, 0, 0, 0.16);
}

#root .markets-match-live-info-wrapper div {
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  white-space:nowrap;
  text-overflow:ellipsis;
  padding:1px;
}

#root .live-match-score div {
  align-items:center;
}

#root .markets-match-live-info-wrapper .live-match-name div {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#root .markets-match-header .markets-match-live-info-wrapper .live-match-sets-wrapper {
  display:flex;
  justify-content:flex-start!important
}

#root .nav-category-wrapper .nav-category-go-button {
 display:none; 
}


#root .match-set-scores {
  display:flex!important;
}

#root .match-set-scores-wrapper > div:not(:last-child){
  display:none;
}

@media screen and (max-width:1300px){
#root .sports-match-header-wrapper .markets-match-header {
  width:90%!important;
}
}

#root .home-shortcuts .home-shortcut-row .featured-leagues-header {
  display:flex;
  flex-wrap:wrap;
}
#root .home-shortcuts .home-shortcut-row:nth-child(2) app-widget-host{
  padding:unset;
  background-color:var(--c-primary-c)
  
}
#root .home-shortcuts .home-shortcut-row:nth-child(2) app-widget-host .home-shortcut-item {
  margin-bottom:3px;
  border:1px solid var(--c-tint)
}

#root .home-shortcuts .home-shortcut-row:nth-child(2) app-widget-host .home-shortcut-item .link{
  background-color:var(--c-primary);
}

#root .home-shortcuts .home-shortcut-row:nth-child(2) .home-shortcut-item:nth-child(2) {
  margin-right:unset;
 
}

#root .view-page-sports app-sports-coupon .tournament-header-wrapper {
  /* position:sticky; */
  top:40px;
  /* z-index:100; */
}

#root .filter-language .ui-dropdown-item span {
  display:inherit;
  align-items:center;
}

.all-sports {
    background-image: url(../assets//themes/betomall/images/icons/sports/AllSports.png);
}

#root .league-select-page.biggish .nav-tournament-wrapper {
  background-color:unset;
}

#root .events-wrapper .events-no-matches {
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
}

#root .mobile .beto-filter-dates {
  overflow-x:scroll;
}

#root .desktop .content .inline-sports-filter{
  max-width:calc(100% - 200px);
  width:calc(100% - 200px);
  min-width:0%;
  height:50px
}



#root .match-live-info .match-score-server-set-wrapper div,
#root .match-live-info .match-score-server-set-wrapper{
  align-items:flex-end;

}

#root .sports-match-header-wrapper .markets-match-name {
  order:1;
}

#root .match-page .markets-match-header .match-date-and-time{
  position:absolute;
  display:flex;
  order:0;
  color:var(--c-background);
  /* background:linear-gradient(45deg, var(--c-emphasis-b), var(--c-tint-b)); */
  /* padding:5px; */
  /* margin-top:5px; */
  /* margin-left:5px; */
  border-radius:3px;
  z-index:2;
  left:2px;
  top:50px;
}

#root .match-page .markets-match-header .match-date-and-time .match-minute {
  color:var(--c-black);
  font-size:13px;
  padding-left:12px;
  padding-top:2px;
}

#root .match-page .markets-match-header .match-date-and-time div {
  padding:0 5px;
  font-size:13px;
}

#root .match-page .markets-match-header .match-date-and-time .match-date{
   padding-left:8px;
 
}


#root .match-page .markets-match-header .match-date-and-time .match-time {
  padding-left:0px;
  
}

#root .match-page .is-live-booked {
  /* position:unset; */
  order:0;
  /* margin-top:5px; */
  top:44px;
  right:10px;
}

#root .match-page .is-live-booked:after {
  color:var(--c-background)
}

#root .sports-match-header-wrapper .markets-match-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* width:60%; */
    max-width:100%;
    position:relative;
    min-width:30%;
}



  @media screen and (max-width:340px){
#root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-set-scores .live-title,
#root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers .live-title {
    display:none;
}

#root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-set-scores ,
#root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers {
    min-width:30px;
    align-items:center;
} 
}

#root .desktop .live-match-side-coupon .market-drop-down-heading {
  display:none;
}

#root .league-select-page .nav-tournament {
  padding:8px;
}

#root .league-select-page .tournament_checkbox,
#root .league-select-page .category_checkbox {
    height: 20px;
    min-height:20px;
    min-width:20px;
    width: 20px;
  
    
    -webkit-appearance: none;
    border: solid 1px var(--c-shade);
    background: var(--c-shade);
    border-radius: 2px;
}
#root .league-select-page .tournament_checkbox:checked,
#root .league-select-page .category_checkbox:checked {
  background-image: url(/v2.13/r/images/site/icons/Checkbox-On.svg) !important;
    background-position: center center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-color: var(--c-shade)!important;
}

#root .match-markets-wrapper .market-group .market-group-header {
  min-height:38px;
}

.toggle-button.expanded {
  margin-top:unset;
}

#root .info-warn {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  max-width:100%
  } 
  #root .desktop .info-warn {
    background-color:var(--c-primary-b)
  }
#root .info-warn div {
  max-width:700px;
}
.bottom-nav {
    position: fixed;
    bottom: 0;
    height: 54px;
    width: 100%;
    display: flex;
    flex-direction: row;
    z-index: 1010;
    background-color: var(--c-primary-c);
    border-top: 1px solid var(--c-tint)
}

.bottom-nav app-widget-host {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.bottom-nav app-image, .bottom-nav app-block {
    display: flex;
}

 .mobile .bottom-nav .live-on,.mobile.view-page-sports-live .bottom-nav .live-off {
    display:none;
}

.mobile.view-page-sports-live .bottom-nav .live-on{
    display:flex !important;
}

#root .bottom-nav + .quickbetslip.link {
    bottom: 54px;
}

#root .mobile .loading-spinner {
  position:fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  background-color:#2d2d2d;
  z-index:1200;
}
.loading-spinner app-widget-host{
  display:flex;
  align-items:center;
  justify-content:center;
 
}

.lds-dual-ring {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid var(--c-emphasis);
  border-color:  var(--c-emphasis) transparent  var(--c-emphasis) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#root  .events-wrapper  .inline-sports-filter:first-child,
#root .coupon-breadcrumbs:empty + .inline-sports-filter {
  max-width:100% !important;
}



#root .first-image-live .single-live-match .events-wrapper,
#root .live-match-side-coupon .events-wrapper,
#root .match-carousel .events-wrapper  {
  border:unset;
}

#root .upcoming-sports-coupon .events-wrapper app-inline-sports-filter,
#root .live-sports-coupon .events-wrapper app-inline-sports-filter {
  justify-content:flex-start;
}

#root .mobile .user-page-content .guest app-widget-host{
  display:flex;
  align-items:center;
  justify-content:center;
}

#root .mobile .user-page-content .guest app-widget-host .guest-info {
  padding:10px;
  font-style:italic;
}

#root .mobile .user-page-content .guest app-widget-host .login.link,
#root .mobile .user-page-content .guest app-widget-host .login.link * {
  width:100%;
}

#root .mobile .user-page-content .guest app-widget-host .login.link button {
  background-color:var(--c-green)
}



#root .coupon-breadcrumbs:empty {
  min-width:0px;
  max-width:0px;
}

.sports-filter::-webkit-scrollbar {
    height: 4px;
   
    width: 4px;
   
}

ul.match-breadcrumbs::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

.inline-sports-filter::-webkit-scrollbar-track {
    height: 4px;
    
    width: 4px;
    
}

.sports-filter {
  scrollbar-width: thin;
}

ul.match-breadcrumbs {
  scrollbar-width:thin;
}

#root .match-live-info .match-score-server-set-wrapper {
  position: relative;
}

#root .match-live-info .match-score-server-set-wrapper .match-server {
  left: -10px;
  position: absolute;
  top: 0;
}

#root .sports-coupon .match-is-live .match-info .match-teams {
  padding-right: 10px;
}

#root .view-page-sports .events-wrapper {
  justify-content:flex-start;
}

#root .view-page-sports .events-wrapper .inline-sports-filter {
  justify-content:flex-start;
}


#root .mobile .casino-container,
#root .mobile .casino-container .brands-menu li.selected {
 
  height:unset;
}

#root .mobile .casino-container li {
  width:calc(100vw - 16px);
}

#root .mobile .casino-container {
  min-height:calc(100vh - 100px); 
  padding-top:8px;
}
.mobile.portrait .casino-container .games {
  overflow-x:scroll;
  /* height:calc(100vh - 210px); */
  width:auto;
  flex-direction:row;
  }

#root .mobile .casino-menu li {
  background-color:var(--c-primary-c)
} 

#root .mobile .casino-container .brands-menu {
  background-color:var(--c-primary-d)
}

#root .mobile .casino-container .subs-menu .casino-menu{
  padding:unset;
  margin:unset;
}

.mobile .subs-menu app-casino-tabs {
  padding:0px 12px;
}

.mobile .subs-menu .games {
  min-height:100px;
  height:100%;
  max-height:200px;
}
#root .mobile .casino-container .subs-menu .casino-menu li {
  margin:3px 0px;
  
}

.mobile .subs-menu .casino-menu.has-selection li {
    /* display: none; */
}

.mobile  .subs-menu .casino-menu.has-selection li.selected {
  display:block;
}

#root .mobile .casino-container .subs-menu .casino-menu li span{
  align-items: center;
    display: flex;
    font-size: 16px;
    min-height: 24px;
    min-width: 24px;
    padding: 1em .5em 1em 1em;
}

/*.mobile.landscape .subs-menu .casino-menu .games {
    bottom: 8px;
    display: block;
    padding: 0 0 8px;
    position: absolute;
    right: 8px;
    top: 100px;
    width: calc(70% - 8px);
}*/

.mobile.portrait .casino-container .subs-menu {
  width:100%;
  position:unset;
}

#root .match-markets-wrapper .market-group .market-group-header .market-name, .nav-sport-wrapper {
  font-size:14px;
}



#root .odds-selection-default .odd span {
  color:var(--c-emphasis);
}

#root .live-match-side-coupon .odds-bet-slip-selected .odd span {
  color:var(--c-white-e);
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-favorite, 
#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-live-tracker,
#root .live-match-coupon .events-item-wrapper .match-links .match-favorite, 
#root .live-match-coupon .events-item-wrapper .match-links .match-live-tracker,
#root .live-match-coupon .tournament-favorite, 
#root .live-match-coupon .tournament-favorite  {
  width:20px;
  height:20px;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .item-info-wrapper {
  width:calc(100% - 22px);
  align-items:center;
  height:100%;
  margin:5px 0px;
}

#root .content .events-tournament-content .events-tournament-wrapper 
.events-item-wrapper:not(.match-is-live) .match-info .is-live-booked {
  left: 43px;
}

#root .mobile .site-menu {
  background-color:var(--c-primary-c)
}

#root .mobile .site-menu ul * {
  display:flex;
  min-width:100px;
  align-items:center;
  justify-content:center;
  height:100%;
}

#root .mobile .site-menu ul {
  margin:unset;
  overflow-x:scroll;
  border-top:1px solid var(--c-emphasis)
}

#root .mobile .site-menu a {
  padding:unset;
  background-color:var(--c-primary-c);
}

#root .mobile .site-menu a span {
  height:36px;
  width:100%;

}

#root .mobile .site-menu a.active span {
  border-top:4px solid var(--c-emphasis);
  border-left:4px solid var(--c-primary-c);
  border-right:4px solid var(--c-primary-c);
}

#root .mobile .site-menu {
  
  padding-bottom:10px;
  background-color:var(--c-primary-c)
}
#root .mobile-navigation-view {
  z-index:1002!important;
}

#root .mobile .mobile-navigation-view-left .featured-leagues-content {
  background-color:var(--c-primary-c)
}

#root .mobile .mobile-navigation-view-left .home-shortcut-item-live,
#root .mobile .mobile-navigation-view-left .home-shortcut-item-football {
  height:36px;
  display:flex;
  align-items:center;
  padding:0 5px;
  border-bottom:1px solid var(--c-shade-b);
  background-color:var(--c-primary)
}

.mobile.portrait .brands-menu .casino-menu.has-selection li {
    display: block;
}
.mobile .casino-container .games {
  flex-wrap:unset;
}

#root .mobile .navigation .featured-leagues-content .featured-league {
  height:35px;
  display:flex;
  border-bottom:1px solid var(--c-shade-b);
  background:linear-gradient(80deg, var(--c-shade-b), var(--c-primary-b));
  

}
#root .mobile .match-carousel .events-item-wrapper {
  padding-top:unset;
}

#root .mobile .match-carousel .events-item-wrapper {
   background-size:248px 123px!important;
}
#root .mobile .match-carousel .match-sport-soccer {
   background: url(/v2.13/r/images/soccerfadedb.jpg)center center no-repeat ;
  

}

#root .mobile .match-carousel .match-sport-tennis {
   background: url(/v2.13/r/images/site/icons/tennis.png) center center no-repeat;
   background-size:cover;
   
}
#root .mobile .match-carousel .match-sport-basketball {
   background: url(/v2.13/r/images/site/icons/basketcropped.jpg) center center no-repeat;
  
}
#root .mobile .match-carousel .match-sport-volleyball {
   background: url(/v2.13/r/images/site/icons/volleyball.png) center center no-repeat;
   
} 
#root .mobile .match-carousel .match-sport-table-tennis {
   background: url(/v2.13/r/images/site/icons/table-tennis-mobile.jpg) center center no-repeat;
   
} 

#root .mobile .match-carousel .match-sport-american-football {
   background: url(/v2.13/r/images/site/icons/american-football-mobile.jpg) center center no-repeat;
   
} 

#root .mobile .match-carousel .match-sport-badminton {
   background: url(/v2.13/r/images/site/icons/badminton-mobile.png) center center no-repeat;
   
} 

#root .mobile .match-carousel .match-sport-beach-volley {
   background: url(/v2.13/r/images/site/icons/beach-volley-mobile.jpg) center center no-repeat;
   
} 

#root .mobile .match-carousel .match-sport-bowls {
   background: url(/v2.13/r/images/site/icons/bowls-mobile.jpg) center center no-repeat;
   
} 

#root .mobile .match-carousel .match-sport-cricket {
   background: url(/v2.13/r/images/site/icons/cricket-mobile.jpg) center center no-repeat;
   
} 

#root .mobile .match-carousel .match-sport-futsal {
   background: url(/v2.13/r/images/site/icons/futsal-mobile.jpg) center center no-repeat;
} 

#root .mobile .match-carousel .match-sport-handball {
   background: url(/v2.13/r/images/site/icons/handball-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-rugby {
   background: url(/v2.13/r/images/site/icons/Rugby-mobile.png) center center no-repeat;
} 

#root .mobile .match-carousel .match-sport-snooker {
   background: url(/v2.13/r/images/site/icons/snooker-mobile.jpg) center center no-repeat;
} 

#root .mobile .match-carousel .match-sport-squash {
   background: url(/v2.13/r/images/site/icons/squash-mobile.jpg) center center no-repeat;
} 
#root .mobile .match-carousel .match-sport-baseball {
   background: url(/v2.13/r/images/site/icons/baseball-mobile.jpg) center center no-repeat;
} 

#root .mobile .match-carousel .match-sport-ice-hockey {
   background: url(/v2.13/r/images/site/icons/ice-hockey-mobile.png) center center no-repeat;
} 




#root .mobile .match-carousel .events-item-wrapper::before{
  content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  background-color:#2222228a
}

#root .mobile .match-carousel .events-item-wrapper.match-sport-basketball::before,
#root .mobile .match-carousel .events-item-wrapper.match-sport-ice-hockey::before,
#root .mobile .match-carousel .events-item-wrapper.match-sport-futsal::before,
#root .mobile .match-carousel .events-item-wrapper.match-sport-handball::before{
  background-color:#222222db;
}

#root .mobile .match-carousel .match-odd {
  background-color:var(--c-primary)
}


.mobile.landscape .brands-menu .casino-menu .games {
  display:flex;
  top:100px;
  height:calc(100vh - 154px);
  position:unset;
  width:100%;
}

#root .mobile .live-casino-banner,
#root .mobile .casino-banner,
#root .mobile .tv-games-banner,
#root .mobile .virtual-banner {
  height:130px;
    background: url(/v2.13/r/images/site/icons/live-casino1.jpg) center center no-repeat;
    background-size:cover;
}

#root .mobile .casino-banner {
  background: url(/v2.13/r/images/site/icons/slots_.jpg) center center no-repeat;
   background-size:cover;
}
#root .mobile .casino-banner.vip-casino {
  background: url(/v2.13/r/images/site/icons/vip.jpg) center center no-repeat;
   background-size:100% 100%;
}
#root .mobile .tv-games-banner {
  background: url(/v2.13/r/images/site/icons/tvgames.jpg) center center no-repeat;
   background-size:cover;
}

#root .mobile .virtual-banner {
  background: url(/v2.13/r/images/site/icons/virtuals1.jpg) center center no-repeat;
   background-size:cover;
}

#root .mobile .casino-container app-casino-games-desktop > .games {
  flex-direction:column;
}

#root .mobile .casino-container app-casino-games-desktop > .games .casino-group .game {
  width:calc(50% - 8px);
  min-width:calc(50% - 8px);
  max-width:100%;
  flex:unset;
  position:relative;
}

#root .casino-container app-casino-games-desktop > .games .casino-group .game.fake-game {
  width:100%;
  min-height:130px;
  background:url(/v2.13/r/images/site/icons/EVOsw.jpg) top center no-repeat;
  background-size:100% 130px;
}

#root .mobile.view-page-virtual .casino-container app-casino-games-desktop  .games .casino-group .game {
  width:100%;
  min-height:130px;

}

#root .mobile.view-page-virtual .casino-container app-casino-games-desktop  .games .casino-group .game-image {
  opacity:0.5
}

#root .mobile.view-page-virtual .casino-container app-casino-games-desktop  .games .casino-group .game p{
  color:var(--c-white-e);
  z-index:1;
}

#root .mobile .casino-container app-casino-games-desktop > .games .casino-group .game.fake-game p {
  color:var(--c-white-e);
}

#root .mobile .casino-container .casino-game.fake-lobby-game {
  height:100%;
}
#root .casino-container .game.fake-game .game-name {
  top:calc(50% - 30px);
}
#root .ui-dialog.match-modal .ui-dialog-titlebar .ui-dialog-titlebar-close .pi-times:before {
  content:"Back";
  font-family:"Roboto",Arial, sans-serif;
  padding:5px;
  background-color:var(--c-emphasis);
  border-radius:5px;
}

body .ui-dialog.match-modal .ui-dialog-titlebar {
  display:flex;
  justify-content:center;
}

app-casino-wallet {
  width:100%;
}

#root .wallet-container .numeric-input-wrapper input,
#root .wallet-container .numeric-input-wrapper  {
  max-width:100px;

}

#root .mobile .casino-shortcuts-tabs {
  height:36px;
}
#root .mobile .casino-shortcuts-tabs .casino-shortcut-tab:first-child{
  display:none;
}

#root .mobile .casino-shortcuts-tabs .casino-shortcut-tab:nth-child(4){
  order:-1
}

#root  .casino-group .game .fakeLobbyGame {
  height:100%;
  margin:unset;
  width:100%;
  background:url(/v2.13/r/images/site/icons/EVOsw.jpg) center center no-repeat;
  background-size:cover;
  font-size:0px;
  
}

#root .mobile .casino-group .game .fakeLobbyGame::after {
  content:"Open Lobby";
  color:var(--c-white-e);
  text-decoration:underline;
 
 height:100%;
 font-size:24px;

}

#root  .wallet-container {
  
  border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;
   background:linear-gradient(to right, var(--c-primary-c), var(--c-tint-b), var(--c-primary-c));
  text-transform:uppercase;
  padding-right:8px;

  
 
}

#root .desktop app-casino-wallet {
  max-width:20%;
  min-width:300px;
}

#root .mobile .casino-title.hasWallet {
  margin:unset;
  height:50px;
  display:flex;
  align-items:center;
  border-bottom-left-radius:unset;
   border-bottom-right-radius:unset;
  box-shadow:0px 2px 5px var(--c-shade-b);
   background:linear-gradient(to right, var(--c-background), var(--c-primary-d), var(--c-background));
  color:#ffe86f;
  text-transform:uppercase;

 
}

#root  .wallet-container input {
  color:var(--c-white-e)!important;
  background-color:var(--c-shade-b)!important;
}

#root  .wallet-container .provider-deposit,#root  .wallet-container .provider-withdraw {
  /* background-color:var(--c-shade-b); */
  /* margin-right:8px; */
  /* width:50px; */
  /* height:36px; */
  /* color:transparent; */
}



#root .draw-text {
  display:none;
}
#root .first-image-live .events-item-wrapper {
   background-size:cover;
   background-repeat:no-repeat;
   opacity: 1;
}
#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-tennis {
 background-image:url(/v2.13/r/images/site/icons/tennis-desktop.png);
}
#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-basketball {
 background-image:url(/v2.13/r/images/site/icons/basketball-desktop.png);
}
#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-volleyball {
 background-image:url(/v2.13/r/images/site/icons/volleyball-desktop.png);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-soccer{
    background-image: url(/v2.13/r/images/site/banners/Live_Image.png);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-table-tennis {
 background-image:url(/v2.13/r/images/site/icons/table-tennis-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-american-football {
 background-image:url(/v2.13/r/images/site/icons/american-football-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-beach-volley {
   background-image:url(/v2.13/r/images/site/icons/baech-volley-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-bowls {
   background-image:url(/v2.13/r/images/site/icons/bowls-dekstop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-cricket {
   background-image:url(/v2.13/r/images/site/icons/cricket-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-darts {
   background-image:url(/v2.13/r/images/site/icons/cricket-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-futsal {
   background-image:url(/v2.13/r/images/site/icons/futsal-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-handball {
   background-image:url(/v2.13/r/images/site/icons/handball-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-rugby {
   background-image:url(/v2.13/r/images/site/icons/rugby-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-snooker {
   background-image:url(/v2.13/r/images/site/icons/snooker-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-ice-hockey {
   background-image:url(/v2.13/r/images/site/icons/ice-hockey-desktop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-squash {
   background-image:url(/v2.13/r/images/site/icons/squash-dekstop.jpg);
}

#root .featured-matches:not(.col2) .first-image-live .events-item-wrapper.match-sport-baseball {
   background-image:url(/v2.13/r/images/site/icons/baseball-desktop.jpg);
}


#root .sports-match-header-wrapper.sport-badminton,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-badminton,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-tennis {
 background-image:url(/v2.13/r/images/site/icons/tenniscourt_Header.jpg);
 background-size:cover;
}

#root .sports-match-header-wrapper.sport-rugby,
#root .sports-match-header-wrapper.sport-bowls,
#root .sports-match-header-wrapper.sport-baseball,
#root .sports-match-header-wrapper.sport-golf,
#root .sports-match-header-wrapper.sport-aussie-rules,
#root .sports-match-header-wrapper.sport-field-hockey,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-rugby,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-bowls,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-baseball,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-golf,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-aussie-rules,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-field-hockey{
  background-image:url(/v2.13/r/images/site/icons/grassyfield_Header.jpg);
  background-size:cover;
}

#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-soccer {
  background-image:url(/v2.13/r/images/site/banners/soccer-highlights.jpg);
  background-size:cover;
}

#root .sports-match-header-wrapper.sport-volleyball,
#root .sports-match-header-wrapper.sport-futsal,
#root .sports-match-header-wrapper.sport-squash,
#root .sports-match-header-wrapper.sport-handball,
#root .sports-match-header-wrapper.sport-floorball,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-table-volleyball,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-futsal,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-squash,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-handball,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-floorball {
  background-image:url(/v2.13/r/images/site/icons/indoorfield2_Header.jpg);
  background-size:100% 100%
}
#root .sports-match-header-wrapper.sport-table-tennis,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-table-tennis {
  background-image:url(/v2.13/r/images/site/icons/header-tabletennis.jpg);
  background-size:100% 100%
}

#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-basketball {
  background-image:url(/v2.13/r/images/site/icons/basketball-igh.jpg);
  

}

#root .sports-match-header-wrapper.sport-ice-hockey,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-ice-hockey {
  background-image:url(/v2.13/r/images/site/icons/ice_Header.jpg);
  background-size:cover;
}

#root .sports-match-header-wrapper.sport-beach-volley,
#root .sports-match-header-wrapper.sport-beach-soccer,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-beach-volley,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-beach-soccer {
  background-image:url(/v2.13/r/images/site/icons/beach-volley_Header.jpg);
}

#root .sports-match-header-wrapper.sport-snooker,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-snooker {
  background-image:url(/v2.13/r/images/site/icons/snookertable_Header.jpg);
}

#root .sports-match-header-wrapper.sport-darts,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-darts {
  background-image:url(/v2.13/r/images/site/icons/darts_Header.jpg);
}

#root .sports-match-header-wrapper.sport-waterpolo,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-waterpolo {
  background-image:url(/v2.13/r/images/site/icons/pool_Header.jpg);
}

#root .sports-match-header-wrapper.sport-boxing,
#root .sports-match-header-wrapper.sport-mma,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-boxing,
#root .featured-matches.col2 .first-image-live .events-item-wrapper.match-sport-mma {
  background-image:url(/v2.13/r/images/site/icons/fightinggames_Header.jpg );
}

.sort-by-Date .date-with-time,
.sort-by-Date .match-date {
    display:none;
}
#root .sort-by-Date .tournament-header-wrapper .international-clubs + .events-category-tournament-names .events-category-name,
#root .sort-by-Date .tournament-header-wrapper .international-youth + .events-category-tournament-names .events-category-name,
#root .sort-by-Date .tournament-header-wrapper .international + .events-category-tournament-names .events-category-name,
#root .sort-by-League .tournament-header-wrapper .international-clubs + .events-category-tournament-names .events-category-name,
#root .sort-by-League .tournament-header-wrapper .international-youth + .events-category-tournament-names .events-category-name,
#root .sort-by-League .tournament-header-wrapper .international + .events-category-tournament-names .events-category-name {
  display:none;
}
#root .sort-by-Date .events-category-tournament-names {
  display:flex;
  max-width:calc(100% - 156px);
}
#root .events-category-tournament-names div {
  padding:0px 2px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#root .mobile .sort-by-Date .events-tournament-name {
  /* max-width:100px; */
}
#root .mobile .sort-by-Date .events-category-name {
  overflow:unset;
}

.mobile .sort-by-Date  .events-sport-header{
    position:sticky;
    top:54px;
    z-index:10
}
.sort-by-Date .events-tournament-wrapper {
    /* position:sticky; */
    /* top:80px; */
}

.sort-by-Date .match-schedule  {
  height:48px
}

#root .mobile app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper {
    top:101px;
    display:flex;
    /* justify-content:flex-start */
}

#root .ct-live-0 .home-highlights{
  display:none;
}

#root .ct-highlights-0 .content.collapsible{
  display:none;
}
#root .ct-livebooked-0 .home-livebooked-block{
  display:none;
}
#root .sort-by-container app-widget-host {
  flex-direction:row;
}
#root .sort-by-container app-league-time-filter {
  width:100%
}
#root .go-to-sports,
#root .go-to-sports app-widget-host {
  width:60px;
  height:100%;
 display:block;

}

#root .go-to-sports .back-button {
  display:flex;
  flex-direction:row;
  height:36px;
  align-items:center;
  justify-content:center;
  padding:0px 5px;
  background-color:var(--c-primary-b)
}

#root .go-to-sports app-widget-host {
 
  cursor:pointer;
   
}

#root .product-menu-overlay {
  display:none;
}
#root .product-menu-overlay,
#root .product-menu-overlay app-widget-host {
  width:40px;
  height:35px;
  background:url(/v2.13/r/images/site/icons/Navigation.svg) center center no-repeat var(--c-primary);
}

body .ui-overlaypanel {
  border:1px solid var(--c-tint-b);
}

#root .desktop .ui-overlaypanel {
  background:var(--c-primary);
}

#root .desktop .ui-overlaypanel .product-menu ul {
  display:flex;
  flex-direction:column;
  padding:unset;
  margin:unset;
}

#root .desktop .ui-overlaypanel .ui-overlaypanel-content {
  padding:unset;
}

#root app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper {
  position:sticky;
  top:40px;
  z-index:10
}
#root .ui-dialog{
  z-index:1006!important
  }
.ui-dialog-mask {
    z-index:1005!important;
}

#root .desktop .ui-overlaypanel .product-menu ul,
#root .desktop .ui-overlaypanel .product-menu ul li {
  height:100%;
}


#root .desktop .ui-overlaypanel .product-menu ul li {
 width:100px;
 height:30px;
 border-bottom: 1px solid var(--c-shade-b);
}
#root .desktop .ui-overlaypanel .product-menu a {
  background-color:var(--c-shade-b);
  padding:5px;
  height:100%

}

body .desktop .site .content:not(.casino-content) > app-widget-host {
  min-height:100vh;
  /* height:100vh; */
}

@media screen and (max-width:1070px){
  #root .product-menu-overlay {
    display:flex;
  }
   #root .header .product-bar .product-menu {
    display:none!important;
  }

}

#root .nav-featured-icon {
  margin:unset;
}

#root .nav-tournament-wrapper .nav-tournament-icon {
  display:none;
}

.betslip-panel-menu-item {
  position:relative;
}

#root .desktop .openbets-counter-container .bets-number {
  position:absolute;
  width:20px;
  height:20px;
  left:65%;
  top:5px;
  background-color:var(--c-emphasis);
  border-radius:50%;
  color:var(--c-white-e);
  display:flex;
  justify-content:center;
  align-items:center;
}

#root app-modal .ui-dialog.successfully-registered .modal-content {
    padding: 12px 0px;
    text-align:center
}

#root app-modal .ui-dialog.successfully-registered a.modal-ok-button {
    display: flex;
    width: 80px;
    height: 36px;
    background-color: var(--c-emphasis);
    color: var(--c-black);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#root app-modal .ui-dialog.successfully-registered {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    max-width: 400px!important;
    width: 100%!important
}

#root app-modal .ui-dialog.successfully-registered .ui-dialog-titlebar span {
    margin: unset;
    text-align:center;
}
#root app-modal .ui-dialog.successfully-registered .ui-dialog-titlebar  {
   
    text-align:center;
}
#root app-modal .ui-dialog.successfully-registered .ui-dialog-content {
  background-color:var(--c-primary-c)!important;
  padding:15px;
  border-radius:unset;
}
#root app-modal .ui-dialog.successfully-registered .ui-dialog-titlebar a {
    display: none;
}

#root .auth-login-popup {
    background-color: var(--c-primary-c)
}
.download-container {
  max-width:200px;
  width:100%;
  margin:0 auto;
  margin-top:20px;
}
.download-container div {
  padding:10px 20px;
  padding-left:36px;
  background-color:var(--c-black-e);
  min-height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  
  background-repeat:no-repeat;
  background-position:8px center
}
.download-container.android-download div {
  background-image:url(/v2.28/r/images/site/icons/android.svg);
}
#root .os-ios .download-container.android-download {
  display:none;
}