/* 25/3 DiS */
/* Remove betting authority logos */
#root .footer .legal-images {
    display: none;
}
/* FONT Size Change to 13px etc */
#root .match-teams, #root  .events-category-tournament-names {
    font-size: 13px;
}

#root .events-tournament-header .events-category-tournament-names .events-tournament-name {
    font-weight: 400;
}

#root .odds-selection-default {
    color: var(--c-white)!important;
}

/* Left-sidebar on Desktop fixed width  */
#root .desktop .body .left-sidebar {
    flex: 0 0 220px;
}

/* Odds Color Change to White (as suggested by Fotos)*/


#root .odds-selection-default .odd span {
    font-weight: 400;
}

/* BETSLIP  */
#root .bet-container .bet-actions .bet-match-details {
    font-weight: 400;
}

#root .bet-container .bet-details-odds .bet-match-info, #root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info {
    color: var(--c-white-e);
}

#root .bet-container .bet-live-selection.match-suspended .suspended-label {
    /*     color: var(--c-yellow); */
}

#root .bet-container .bet-details-odds span {
    font-weight: 400;
    font-size: 13px;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info > div {
    opacity: 0.7;
    line-height: 13px;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-event {
    line-height: 12px
}

/* Collapsible Column Banner */
#root .content.collapsible .banner {
    width: 100%;
    height: 216px;
    margin: 0 0 8px 0;
    border-radius: 4px;
}



/* LIVE & HIGHLIGHTS HEADERS */
#root .livesportsfilter-container {
    background-color: var(--c-primary-c);
    height: 48px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 1001;
}

#root .livesportsfilter-container {
    box-shadow: 0 -2px 2px 2px #000;
}

#root .livesportsfilter-container app-widget-host {
    height: 48px;
}

#root .desktop .events-sport-header {
    top: 40px;
    /* z-index: 999; */
    height: 40px;
}

#root .home-highlights app-sports-coupon .tournament-header-wrapper {
    /* position: sticky; */
    top: 80px;
    /* z-index: 18; */
}

#root ul.sports-filter {
    border-radius: 0 !important;
    background-color: var(--c-primary-d);
    box-shadow: var(--ds-button);
}

#root .livesportsfilter-container .live-heading {
    /* border-right: 1px solid var(--c-shade-b); */
    z-index: 1000;
    /* box-shadow: 2px 0 1px #0003; */
}

#root .beto-sports-filter.livesportsfilter .sports-filter li {
}

#root .sports-filter li span:not(.icon-sport) {
    display: none;
}

/* Inlining of Highlights Header and Sports Filter */
#root .events-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* background-color: var(--c-primary-d); */
    box-shadow: var(--ds-button);
    justify-content: space-between;
}

#root app-sports-coupon:not(.single-live-match) .events-wrapper {
     background-color: var(--c-primary-d);
}

#root .desktop .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';
    /* width:30%; */
    min-width:200px;
    white-space:nowrap;
    background-color:var(--c-primary-d);
}

    /* text-transform: lowercase; */
    /* color: var(--c-white-e); */
    /* background-color: var(--c-emphasis); */
    /* transform: skew(-10deg) */

#root .events-wrapper app-inline-sports-filter {
    display: inline-flex;
    position: sticky;
    top: 0;
    min-width: 70%;
    max-width: 200px;
    z-index: 18;
    flex: 0 1 100%;
    background-color: var(--c-primary-d);
    justify-content: flex-end;
   
}

#root .events-wrapper app-inline-sports-filter .sports-filter {
    height: 50px;
}
#root .events-wrapper app-inline-sports-filter .sports-filter::-webkit-scrollbar{
    height: 6px
}
#root .sports-coupon {
    background-color: var(--c-primary-d);
}

#root .home-highlights-block .sports-coupon .tournament-header-wrapper {
    /* position: sticky; */
    top: 80px;
    /* z-index: 998; */
}

#root .sports-coupon .events-break-wrapper {
    width: 100%;
}

#root .beto-sports-filter.livesportsfilter ul.sports-filter {
    border-radius: unset;
}

/* Selected Live Sports */
#root .beto-sports-filter.livesportsfilter .sports-filter li, #root .sports-filter li {
    border-bottom: 4px solid transparent;
    margin-right: 0;
    width: 50px;
    flex: 0 0 50px;
    /* border-right: 0px solid var(--c-shade-b); */
    /* background-color:  var(--c-shade-b); */
}

#root .beto-sports-filter.livesportsfilter .sports-filter li.selected, #root .sports-filter li.selected {
    /* border-bottom: 4px solid var(--c-emphasis); */
    /* background-color: var(--c-shade-b); */
    /* box-shadow: inset 0 0 8px #0005; */
}

#root .desktop .beto-sports-filter.livesportsfilter .sports-filter li:hover, #root .desktop .sports-filter li:hover {
    border-bottom: 4px solid var(--c-tint-b);
    background-color: var(--c-primary-d);
    box-shadow: 0 0 8px #0005;
    transition: 0.5s;
}

#root .desktop .beto-sports-filter.livesportsfilter .sports-filter li.selected:hover, .sports-filter .desktop li.selected:hover {
    border-bottom: 4px solid var(--c-emphasis);
    background-color: var(--c-shade);
    box-shadow: inset 0 0 4px #0003;
}

#root .first-image-live .odds-selection-default {
    color: var(--c-white);
    background-color: var(--c-primary);
    /* border:0; */
    height: 34px;
    /* border-radius: 0; */
    margin: 0;
}

#root .first-image-live .odds-selection-default.odds-bet-slip-selected {
    box-shadow: inset 0 0 5px #0007;
    border: 1px solid var(--c-tint-b);
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
}

body .first-image-live .match-odd .odd {
    
    justify-content: center;
}

/* Banners*/
.banner {
    border-radius: 4px;
    overflow: hidden;
}

#root .navigation .banner-container .banner, #root .sidebar-content .side-banner {
    opacity: 0.8;
}

.side-banner:nth-child(6) {
    order: 1;
}

#root .navigation .banner-container .banner:hover, #root .sidebar-content .side-banner:hover {
    opacity: 1;
}

#root .side-banner img {
    width: 100%;
    background-color: var(--c-primary-b);
}

#root .banner-container {
    order: 0;
}

#root .banner-container .banner {
    background-image: none;
    margin-bottom: 4px;
    background-color: var(--c-primary);
}

#root .banner-container .banner-image img {
    width: 28px;
    height: 28px;
    margin: 6px;
}

#root .banner > app-widget-host {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%
}

#root .banner-container .banner-image {
    display: inline-flex;
    flex: 0 0 auto;
    max-width: 44px;
    filter: grayscale(100%);
    background-color: transparent;
}

#root .banner-container .banner:hover .banner-image {
    filter: unset;
}

#root .banner-container .banner-text {
    display: inline-flex;
    flex: 1 1 100%;
}

#root .banner-container .banner-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    height: auto;
    margin: auto 0 auto 8px;
    color: var(--c-white-e);
}

/* Popular Leagues STYLE 1 */
/* 
#root .banner-container .league-banner1 {
    background-color:#fff;
    color: #30124a;
}
#root .banner-container .league-banner1 .banner-image {
    background-color: none;
}

#root .banner-container .league-banner2 {
    background-color:#d9121b;
    color: #fff;
    text-indent: 4px
}
#root .banner-container .league-banner2 .banner-image {
    background-color: #001047;
    border-right: 2px solid #fff;
}

#root .banner-container .league-banner3 {
    background-color:#fff;
    color: #000;
}
#root .banner-container .league-banner3 .banner-image {
    background-color: none;
}

#root .banner-container .league-banner4 {
    background-color:#161a3f;
    color: #fff;
}
#root .banner-container .league-banner4 .banner-image {
    background-color: none;
}
 */
/* Popular Leagues STYLE 2 */
#root .banner-container .banner:hover .banner-image {
    background-color: var(--c-primary-d);
    border-right: 0px solid #fff;
    transition: 0.1s;
}

/* Collapsible Side-bar Icons */
#root.hide .left-sidebar.collapsible .filter-schedule .filter-schedule-item {
    min-width: 29px;
    border: 0;
    margin-left: 0;
}

#root.hide .left-sidebar.collapsible .filter-schedule .filter-schedule-item:not(.selected) {
    display: none;
}

#root.hide .left-sidebar.collapsible .filter-schedule {
    background-color: var(--c-emphasis-b);
}

/* Main Menu Items */

#root .desktop .header a.menu-link {
    /* font-family: 'myriad pro'; */
}



/* Main Menu Alignment to Main Coupon*/
#root .desktop .header .product-bar  {
    margin-left: 220px;
}
#root.hide .desktop .header .product-bar  {
    margin-left: 40px
}


/* Hide Sidebar Button */

#root .body {
    /* position: relative; */
}
#root .hides-sidebar {
    position: absolute;
    top: -44px;
    left: 8px;
    z-index: 1001;
}

#root .hides-sidebar .show, #root .hides-sidebar .hide {
    opacity: 0.6;
}
#root .hides-sidebar:hover .show, #root .hides-sidebar:hover .hide {
    opacity:1;
}

/* Logo Alignment */

#root .desktop .header .logo img{
    margin: unset;
}
#root .desktop .header .logo {
    width: 300px;
    height: 70px;
    top: 0;
}

/* First Image Main Banner */

/* Images */
#root .col2 .first-image-live {
    /* background-image: url(/v2.28/r/images/site/banners/Pregame_LivShre_4.png); */
}


#root .first-image-live:hover {
    opacity: 1
}

/* Show/Remove Elements */

#root .first-image-live .events-sport-header {
    display: none;
}
#root .first-image-live .match-links {
    display: none;
}

#root .first-image-live .market-1 {
    display: none
}

#root .first-image-live .match-team-separator {
    display: inline-flex;
}

#root .first-image-live .events-item-wrapper:hover {
    color: var(--c-white-e)!important;
    background-color: transparent !important;
}


 #root .first-image-live .match-odd.odd-locked {
    background-color: #232323dd;
 }

#root .first-image-live .odds-selection-default:hover {
    background-color: var(--c-primary-d);
}

#root .first-image-live .match-odd.odd-locked:hover {

}
#root .first-image-live .odds-selection-default.odds-bet-slip-selected:hover {
    background-color: var(--c-emphasis-b);
}

#root .first-image-live .odd span {
    margin: 0 8px;
    display: inline-block;
}

#root .first-image-live .odd span:first-child {
    margin: 0 8px;
    display: inline-block;
    font-weight: 600
}

/* Layout of Elements */

#root .first-image-live > app-widget-host {
    
}

#root .first-image-live .single-live-match {
    
}
#root .first-image-live .events-tournament-wrapper {
    justify-content: center;
}

#root .first-image-live .events-item-wrapper {
    flex-direction: column;
    height: auto;
    color: var(--c-white-e);
    /* flex: 0 0 auto; */
    padding: 0!important;
}


#root .first-image-live .item-info-wrapper {
    width: 100%;
    flex-direction: column;
}

#root .first-image-live .match-info {
    flex-direction: column;
    height: auto;
    align-items: center;
}

#root .first-image-live .match-live-info {

position: absolute;

width:  100%;

top: 93px;

pointer-events: none;

flex-direction:  row;

margin: 0;

flex: 0 0 100%;

justify-content: center;
}

#root .first-image-live .match-score {
    flex-direction: row;
    color:  var(--c-white-e);
}

#root .first-image-live .match-score {
    text-shadow: 0 2px 4px #000;
    margin: 0 !important;
    flex-direction: row!important;
}

#root .first-image-live .match-score-home,
#root .first-image-live .match-score-away {
    flex-direction: row;
    font-size: 21px !important;
    opacity: 1!important;
}

#root .first-image-live .match-score-separator {
    display: inline-flex !important;
    margin: 0 6px;
}

#root .first-image-live .match-schedule {
    flex-direction: row;
    /* width: 100% !important; */
    padding: 8px 0 60px;
    justify-content:  center;
    opacity: 1;
    margin: 0;
}
#root .first-image-live .match-progress{
    opacity: 1;
}
#root .first-image-live .match-date,
#root .first-image-live .match-time,
#root .first-image-live .match-minute {
    font-size: 14px;
    color: var(--c-white-e);
    opacity: 1;
    text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}

#root .first-image-live .match-schedule .match-total-markets{
 position: absolute;
 right: -40px;
 top: -18px;
 width: 100px;
 height: 50px;
 background-color:  var(--c-emphasis);
 text-align: center;
 font-size: 12px;
 line-height: 74px;
 color: var(--c-white-e);
 font-weight: 400;
 transform: rotate(40deg);
 /* border: 1px solid var(--c-white); */
}



#root .first-image-live .match-teams {
    flex-direction: row;
    height: 100px;
    padding: 8px 0 0 0;
    /* font-size: 30px; */
    /* background: linear-gradient(90deg, rgba(36,36,36,0) 0%, rgba(0,0,0,0.6) 27%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 73%, rgba(0,0,0,0) 100%); */
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    /* max-width: 500px; */
}
#root .first-image-live .match-teams > div {
    margin: auto 8px;
    /* font-size: 16px; */
    line-height: 24px;
    font-weight: 400;
    height: auto;
    flex: 1 1 100% !important;
    text-shadow: 1px 1.7px 0 rgba(0,0,0,0.65);
}

#root .first-image-live .match-teams .match-home-team {
    text-align: right;
    margin: 0 44px 0 10px !important;
}
#root .first-image-live .match-teams .match-away-team {
    text-align: left;
    margin: 0 0 0 44px !important;
    /* margin-right:  0 !important; */
}


#root .first-image-live .match-teams .match-team-separator {
    flex: 0 0 auto !important;
    display: none;
}
#root .col2 .first-image-live .match-teams .match-team-separator {
    flex: 0 0 auto !important;
    display: inline-block;
}

#root .first-image-live .match-markets-wrapper {
    width: 100%;
    align-items: flex-end;
    height:  auto;
    padding: 8px;
    background-color: rgba(0,0,0,0.3);
}

#root .first-image-live .match-market {
    width: 100%;
    margin: 0 !important;
    height: auto;
}

#root .first-image-live .match-market .match-market-wrapper {
    min-height: unset !important;
    flex-direction:  row;
    justify-content: center;
    /* padding: 0 0 24px 0; */
    width: 70%;
    flex: 0 0 70%;
    max-width: 500px;
}
#root .first-image-live .match-odd {
    flex: 0 1 100px;
    margin: 0 4px;
    /* border-radius: 0!important; */
}

#root .first-image-live .match-odd.odd-locked {
    height: 34px;
    background-image: url(/v2.28/r/images/site/icons/odd-locked-bbb.svg)!important;
}


/* Styling */

#root .first-image-live .events-tournament-wrapper,
#root .first-image-live .events-tournaments-wrapper,
#root .first-image-live .sports-coupon,
#root .first-image-live .single-live-match  {
    background-color: transparent;
}


/* Program Layout */

#root .dates-list-content {
    display: flex;
    flex-wrap: wrap;
    max-height: 76px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    padding: 2px;
}

#root .beto-dates-list .date-item {
    display: inline-flex;
    flex: 1 1 30%;
    max-width: 50%;
    text-align: center;
    padding: 0 4px;
    align-items: center;
    border: 1px solid var(--c-primary-d);
    border-radius: 5px;
    height: 32px;
    justify-content: center;
    margin: 2px;
}


#root .beto-dates-list .date-item a {
    height: auto;
    margin: auto 0;
    color: var(--c-white-e)
}

#root .dates-list-block .date-item:hover {
    background: rgba(0, 0, 0, 0.1);
    border-color: var(--c-emphasis-b)
}

#root .filter-schedule .filter-schedule-item:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid var(--c-emphasis-b)
}



/* Border Radius of Home coupons */

#root .home-highlights, #root .home-highlights-block, #root .home-livebooked-block {
    /* border-top: 2px solid var(--c-emphasis); */
    margin-bottom: 8px;
    border-radius: 4px;
    /* overflow: hidden; */
    background-color: var(--c-primary-d);
}

#root .desktop .content .events-sport-coupon-title {
    /* background-color: var(--c-shade-b); */
}
#root .desktop .content .events-sport-coupon-title:before {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin: 11px;

}
#root .desktop .content .home-live-block .events-sport-coupon-title:before {
    background-image: url(/v2.28/r/images/site/icons/Live_Icon.svg);
}
#root .desktop .content .home-highlights-block .events-sport-coupon-title:before {
    background-image: url(/v2.28/r/images/site/icons/Highlights_icon.svg);
}
#root .desktop .content .home-livebooked-block .events-sport-coupon-title:before {
    background-image: url(/v2.28/r/images/site/icons/Going_Live_icon3.svg);
/*     transform: rotate(180deg); */
}

#root .events-sport-header {
    
}
.events-sport-wrapper .events-sport-header .events-sport-name-wrapper .events-sport-name {
    font-weight: normal
}

/* Remove Theme Button */
.beto-theme{
    display: none;
}



/* Notifications on PlaceBet and Quickbet Button */


#root .quickbetslip.link .quick-container .place-bet-disabled .place-bet-message,
#root .betslip-container .betslip-totals .place-bet.place-bet-disabled .place-bet-message {
    display: none;
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled .place-disabled-reason:before,
#root .quickbetslip.link .quick-container .place-disabled-preset:before {
    content: url('/v2.28/r/images/site/icons/Warning_Small.svg');
    width: 18px;
    height: 18px;
    margin: 0 4px;
    vertical-align: middle;
}

#root .betslip-container .betslip-totals button.place-bet, #root .betslip-container .betslip-totals .place-bet {
    position:  relative;
}

#root .quick-container .place-bet {
    position: relative;
}

#root .quickbetslip.link .quick-container .place-bet.place-bet-disabled {
    /* color: transparent; */
    opacity: 1;
    background: var(--c-tint);
    /* border: 1px solid var(--c-green); */
    box-shadow: var(--ds-button);
}


/* Place-Bet Disabled Message -QuickBet */
#root .betslip-container .betslip-totals .place-bet.place-bet-disabled .place-disabled-reason,
#root .quickbetslip.link .quick-container .place-disabled-preset {
    display: inline-flex;
    position: relative;
    line-height: 14px;
    color: var(--c-white);
    margin: auto 0;
    /* font-size: 11px; */
    font-weight: 400;
    line-height: 18px;
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled .place-disabled-reason:before,
#root .quickbetslip.link .quick-container .place-disabled-preset:before {
    position: relative;
    display: inline-flex;
    margin: auto 4px;
    height: 100%;
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled {
    /* color: transparent; */
}





