/******************************
      Left Side Bar
******************************/

.toggle-sidebar-button {
    position: fixed;
    bottom: 12px;
    width: 226px;
    z-index: 11;
    border-radius: var(--r-border-radius-small);
    box-shadow: rgba(0, 0, 0, 1.35) 0px 5px 15px;
}
.toggle-sidebar .toggle-sidebar-button {
     width: 35px;
} 
.toggle-sidebar-button > app-widget-host{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    height: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: var(--r-border-radius-small);
   
    box-shadow: 0px 0px 10px 5px rgba(24, 26, 37, 0.09);
    font-weight: bold;
}
.toggle-sidebar-button > app-widget-host:hover{
    filter: brightness(0.8);
}

.toggle-sidebar-button .toggle-sidebar-text{   
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 20px
}
.toggle-sidebar-button .toggle-sidebar-text:before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
}
.toggle-sidebar-button .toggle-collapse:before{
    background-image: url(/v2.238/r/images/wazza/icons/icon-collapse-dark.svg);

}
.toggle-sidebar-button .toggle-expand:before{
    background-image: url(/v2.238/r/images/wazza/icons/icon-expand-dark.svg);

}
.theme-dark .toggle-sidebar-button .toggle-collapse:before{
    background-image: url(/v2.238/r/images/wazza/icons/icon-collapse-white.svg);

}
.theme-dark .toggle-sidebar-button .toggle-expand:before{
    background-image: url(/v2.238/r/images/wazza/icons/icon-expand-white.svg);

}
.toggle-sidebar .toggle-collapse,
.toggle-sidebar-button .toggle-expand{
    display: none
}
.toggle-sidebar .toggle-expand{
    display: flex
}
.toggle-sidebar .left-sidebar .nav-favorite-name,
.toggle-sidebar .left-sidebar .nav-favorite-counter,
.toggle-sidebar .left-sidebar .nav-favorite-selector,
.toggle-sidebar .left-sidebar .nav-sport-panel{
    display: none
}

.toggle-sidebar .toggle-sidebar-button .toggle-sidebar-text > div,
.toggle-sidebar .desktop .left-sidebar .sports-search span>input,
.toggle-sidebar .left-sidebar .section-title,

.toggle-sidebar .left-sidebar .sports-market-filter,
.toggle-sidebar .left-sidebar .sports-menu .nav-sport .nav-sport-name,
.toggle-sidebar .left-sidebar .sports-menu .nav-sport .nav-counter,
.toggle-sidebar .left-sidebar .sports-menu .nav-sport:hover .nav-sport-toggle{
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0
    
}
.toggle-sidebar .left-sidebar .quick-link > div{
    font-size: 0
}
.toggle-sidebar .toggle-sidebar-button .toggle-sidebar-text{
    gap: unset;
}
.toggle-sidebar .left-sidebar .other-links .sports-search span.ui-autocomplete{
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-emphasis-c);
    border-radius: var(--r-border-radius-small);
}
.toggle-sidebar .left-sidebar .other-links .sports-search span.ui-autocomplete:hover{
    filter: brightness(0.8);
}
.toggle-sidebar  .left-sidebar .other-links .sports-search span:before{
    left: unset;
    top: unset;
    width: 25px;
    height: 25px    
}
.left-sidebar .section-title.top-league-title{
    cursor: pointer
}
.toggle-sidebar .left-sidebar .section-title.top-league-title{
    padding: 12px 10px;
    padding: 0;
    max-height: unset;
    max-width: unset;
    overflow: unset;
    border-radius: 8px;
    margin: 0
  
}
.toggle-sidebar:not(.expand-top-leagues) .left-sidebar .section-title.top-league-title{
     
}
.left-sidebar .section-title.top-league-title > div{
       display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    align-items: center
}
.toggle-sidebar .left-sidebar .section-title.top-league-title > div{
    font-size: 0;

    
}
.left-sidebar .quick-link{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    height: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    box-shadow: 0px 0px 10px 5px rgba(24, 26, 37, 0.09);
    font-weight: bold
}

.left-sidebar .quick-link:hover {
    filter: brightness(0.8)
}
.left-sidebar .quick-link > div:before {
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
.left-sidebar .highlights-tab > div:before {
    background-image: url(/v2.238/r/images/wazza/icons/Popular_Icon.png);

}
.left-sidebar .outrights-tab > div:before {
    background-image: url(/v2.238/r/images/wazza/icons/Outrights_Icon.png);

}
.theme-dark .left-sidebar .outrights-tab > div:before {
 /*    background-image: url(/v2.238/r/images/wazza/icons/Outrights_Icon.png); */

}
.left-sidebar .today-tab > div:before {
  background-image: url(/v2.238/r/images/wazza/icons/Today_Icon.png);

}
.theme-dark .left-sidebar .today-tab > div:before {
  /*  background-image: url(/v2.238/r/images/wazza/icons/Today_Icon.png); */

}
.left-sidebar .odds-booster-tab > div:before {
  background-image: url(/v2.238/r/images/wazaa/icons/oddsboost/Wz_OddsBoost.png);
  background-size: contain

}
.left-sidebar .motorsport-link > div:before{
   background-image: url(/v2.238/r/images/wazza/icons/formula-1.png);

}
.left-sidebar .quick-link > div {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}
.left-sidebar .section-title,
.left-nav-live .events-sport-coupon-title{
    color: var(--c-primary-d);
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 10px;    
    font-size: 15px;
    text-align: center;
    letter-spacing: .5px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-sidebar .top-league-title > div:before{
    background-image: url(/v2.238/r/images/wazza/icons/top-league-red.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 12px;
}
.toggle-sidebar .left-sidebar .top-league-title > div:before{
    margin: unset;    
    background-image: url(/v2.238/r/images/wazza/icons/top-league-white.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.theme-dark .left-sidebar .top-league-title > div:before{
    background-image: url(/v2.238/r/images/wazza/icons/top-league-white.svg)
}
.toggle-sidebar .switch .left-sidebar .top-league-title > div:before{
    content: ""
}
.left-sidebar .top-league-title > div:after{
     content: "";
    background-image: url(/v2.238/r/images/wazza/icons/arrow-red-v1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
    transform: rotate(-90deg);
    transition: all .3s;
}
.theme-dark .left-sidebar .top-league-title > div:after{
    background-image: url(/v2.238/r/images/wazza/icons/arrow-white-v1.svg);
}
.expand-top-leagues .left-sidebar .top-league-title > div:after{
    content: "";
        transform: rotate(90deg);

}
.toggle-sidebar .left-sidebar .top-league-title > div:after{
    content: "";
    display: none
}


.left-sidebar .sports-menu .nav-sport,
.left-sidebar .featured-league,
.nav-favorite{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    height: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    box-shadow: 0px 0px 10px 5px rgba(24, 26, 37, 0.09);
    font-weight: bold
}
.left-sidebar .nav-sport-wrapper{
    background-color: var(--c-background);
    color: var(--c-primary)  
}
.left-sidebar .filter-schedule{
   background-color: var(--c-background-c);
   box-shadow: var(--bs-)
}

.left-sidebar .filter-schedule .filter-schedule-item{
    border: 0;
    color: var(--c-primary);
    font-size: 12px;
    font-weight: bold;  
    border-radius: 0;
    height: 16px;
    width: 100%
}
.left-sidebar .filter-schedule .filter-schedule-item:last-child{
    border-right:0
}
.filter-schedule .filter-schedule-item:hover,
.filter-schedule .filter-schedule-item.selected{
    background-color: transparent;
    color: var(--c-emphasis-c)
}
.left-sidebar .nav-sports-header{
    display: none
}
.left-sidebar .sports-menu .nav-sport .nav-counter,
.left-sidebar .nav-sport-wrapper .navbar-section-counter{
    margin-left: auto
}
.left-sidebar .nav-sport-wrapper .navbar-section-counter{
    padding-right: 20px
}
.left-sidebar .sports-menu .nav-sport .nav-sport-name,
.left-sidebar .sports-menu .nav-sports .nav-category-name,
.left-nav-live .events-sport-name{
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 13px;
    align-items: center
}

.left-sidebar .sports-menu .nav-sport-wrapper{
    position: relative;
    background-color: transparent
}
.left-sidebar .sports-menu .nav-sport .nav-sport-toggle,
.left-nav-live .events-sport-header .toggle-button{
    display: none;
    content: "";
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 2px solid var(--c-primary);
    border-right: 2px solid var(--c-primary);
    transition: all 100ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 5%
}
.left-sidebar .nav-sport .nav-sport-icon,
.left-sidebar .nav-category .nav-category-icon {
    margin: 0 10px
}
.nav-sport-wrapper .nav-sport .nav-sport-icon,
.default-sport-icon,
.left-nav-live .sport-icon{
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}
.left-sidebar .sports-menu .nav-sport:hover .nav-sport-toggle,
.left-nav-live .events-sport-header:hover .toggle-button{
    display: block
}
.nav-category-wrapper,
.nav-tournament-wrapper {
    background-color: rgb(0 0 0 / 0.1);
}
.left-sidebar .sports-menu .nav-sport:hover .nav-counter,
.left-sidebar .nav-sport-wrapper .nav-category-wrapper.nav-additional,
.nav-category.active + .nav-category-panel .nav-tournament-wrapper:first-child:before,
.left-sidebar .featured-leagues-header,
.left-sidebar .featured-league .featured-league-sport,
.left-nav-live .events-sport-header:hover .event-sport-counter{
    display: none
}
.left-sidebar .nav-sport-wrapper .nav-category:hover,
.left-sidebar .featured-league:hover,
.leftsidebar-home-link:hover,
.left-sidebar .sports-menu .nav-sport:hover,
.left-nav-live .events-sport-header:hover,
.left-nav-live .events-tournament-header:hover,
.left-nav-live .events-item-wrapper:hover{
    filter: contrast(0.9);
    color: var(--c-primary)
   
}
.nav-category-wrapper .nav-category-panel,
.nav-tournament-wrapper .nav-category-panel{
    filter: contrast(0.9)
}
.events-sport-wrapper:hover .events-sport-header{
   
}

.left-sidebar .nav-sport-wrapper .nav-category,
.left-sidebar .nav-sports .nav-tournament,
.left-nav-live .events-tournament-header,
.left-nav-live .events-tournament-wrapper{
    display: flex;
    align-items: center;
    background-color: var(--c-background-c);
    box-shadow: var(--bs-);
    height: 42px;
    color: var(--c-primary);
    cursor: pointer;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    font-weight: bold;
    position: relative
}
.left-sidebar .nav-sports .nav-tournament{
}

.left-nav-live .match-sport-tennis .match-set-scores ,
.left-nav-live .match-sport-volleyball .match-set-scores {
    display: none
}


.left-sidebar .nav-sports .nav-tournament:hover{
   /* color: var(--c-background-odds-active) */
}
.left-sidebar .nav-sports .nav-tournament .nav-tournament-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.left-sidebar .nav-sports  .nav-category-panel .navbar-section-counter{
    padding-right: 0
}
#root .left-sidebar .featured-league a{
    color: var(--c-primary);
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.left-sidebar .featured-league .featured-league-sportcode{
    width: 12px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    order: 1;
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.left-sidebar .featured-league .featured-league-name{
    order: 2;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis  
}
.left-sidebar .featured-leagues{
    max-height: 999px;
    overflow: unset;
   
}
.toggle-sidebar .left-sidebar .featured-leagues{        
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.expand-top-leagues .left-sidebar .featured-leagues{
     max-height: 0;
    overflow: hidden;
}


.left-sidebar .featured-leagues-content{
    background-color: transparent;
}
.nav-favorite{
    display: flex;
    align-items: center
}
.nav-favorite-icon,
.nav-favorite-selector{
    width: 20px;
    height: 20px
}
.default-flag,
.default-sport,
.nav-favorite-name{
    margin: 0 5px
}
.nav-favorite-counter{
    margin-left: auto
}
.nav-favorite-tournament{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.nav-tournament .nav-tournament-favorite,
.nav-tournament.favorite .nav-tournament-favorite{   
    background-size: contain;
    margin: 0 15px;
    min-width: 13px;
    min-height: 13px
}
.nav-tournament .nav-tournament-selector,
#root .nav-category .nav-category-selector{
   opacity: .8;
    border: 1px solid var(--c-primary);
    background-color: var(--c-background);
    min-width: 18px;
    min-height: 18px;
    margin: 0 10px;
    background-image: none;
    background-size: cover
}
.nav-tournament .nav-tournament-selector.checked,
#root .nav-category.checked .nav-category-selector{
    background-image: url(/v2.238/r/images/wazza/icons/tick-green.svg);
    opacity: 1
}
.left-sidebar .nav-favorites-wrapper .nav-favorites-header{
    justify-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--c-primary-d)
}

.left-sidebar .nav-favorites-wrapper .nav-favorites-header .nav-favorites-selector,
.left-sidebar .nav-favorite .default-sport{
    display: none
}
.left-sidebar .nav-favorite .default-flag{
    height: 20px;
    width: 20px
}
.left-sidebar .nav-favorite .nav-favorite-name{
    font-size: 13px;
    width: 100%
}
.left-sidebar .nav-favorite .nav-favorite-name:hover{
    color: var(--c-primary)
}
.left-sidebar .nav-favorite .nav-favorite-selector{
    margin: 0 5px;
    width: 30px
}
.left-sidebar .nav-favorite .nav-favorite-icon{
    width: 30px;
    height:30px
}
.left-sidebar .events-no-matches {
    padding: 10px
}

.live-data-wrapper > app-widget-host{
    margin-top: 10px
}
.live-data-wrapper .live-data{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    height: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    box-shadow: 0px 0px 10px 5px rgba(24, 26, 37, 0.09);
    font-weight: bold
}
.live-data-wrapper .live-data > div{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}
.live-data-wrapper .live-data > div:before{
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    display: block;
    
}
.toggle-sidebar .live-data-wrapper .live-data > div{
    font-size: 0;
    justify-content: center;
}
.toggle-sidebar .live-data-wrapper .live-data > div:before{
    margin: 0
}
.live-data-wrapper .livescore-button > div:before{
    background-image: url(/v2.238/r/images/wazza/icons/Live-Score.svg);
    filter: invert(1);
    
}
.live-data-wrapper .statistics-button > div:before{
    background-image: url(/v2.238/r/images/wazza/icons/statistic-white-01.svg);
    filter: invert(1);
}

.theme-dark .live-data-wrapper .livescore-button > div:before,
.theme-dark .live-data-wrapper .statistics-button > div:before{
   filter: unset
   
}
.left-sidebar .nav-sport-wrapper .nav-category-panel .nav-tournament-wrapper .nav-category-toggle{
    display: none
}
.left-sidebar .nav-sport-wrapper .nav-category-panel .nav-tournament-wrapper:has(.nav-category-name[title*="Outrights"]) .navbar-section-counter{
    position: absolute;
    right: 38px
}

.left-sidebar .nav-sport-wrapper .nav-category-panel .nav-tournament-wrapper .empty-nav-category-selector{
    opacity: .8;
    border: 1px solid var(--c-primary);
    background-color: var(--c-background);
    min-width: 18px;
    min-height: 18px;
    margin: 0 10px;
    background-image: none;
    background-size: cover;
    
   
}
.left-sidebar .nav-sport-wrapper .nav-category-panel .nav-tournament-wrapper:has(.nav-category-name[title*="Outrights"]) .empty-nav-category-selector{
    position: absolute;
    right: 0;
}
.nav-category-name[title*="Outrights"] {
    z-index: 1
}

/******************************
      Right Side Bar
******************************/

    /* Bet Check */

.bet-check{
    margin-top: 10px;
}
.bet-check form{
    display: flex;
    align-items: center;
    height: 36px;
}
.betslip-check-form-input{
    width: 100%;
    
}
.right-sidebar .betslip-check-form-input{
    order: 1
}
.bet-check form input{
    height: 36px;
    border-radius: var(--r-border-radius-medium);
    border: 0;
    background-color: var(--c-background-b);
    color: var(--c-primary);
    width: 100%;
    box-shadow: var(--bs-)

}
.bet-check form input::placeholder{
    color: var(--c-primary);
    opacity: .8
}
.bet-check .betslip-check-form-button{
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
    border-radius: var(--r-border-radius-medium);
    height: 36px;
    margin-right: 10px;
    padding: 0 10px;
    box-shadow: var(--bs-)
}


    /* Payment Provite */

.paybill-numbers{
    margin: 10px 0
}

.right-sidebar-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .8px;
    line-height: 40px;   
    text-transform: uppercase
}
.payment app-widget-host{
    flex-direction: row;
    align-items: center;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    margin-bottom: 2px
}
.right-sidebar-image{
    display: flex;
    align-items: center   
}
.payment .right-sidebar-image img{
    max-width: 90px;
    max-height: 35px
}
.paybill-numbers .right-sidebar-text{
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: var(--c-primary)
}
.right-sidebar-sub-title{
    display: flex;    
    text-align: center;
    padding: 0 0 10px;
    justify-content: center
}
.customer-care{
    margin: 20px 0;
    border-radius: var(--r-border-radius-big);
    overflow: hidden;
    box-shadow: var(--bs-);
    background-color: var(--c-background-b)
}
.customer-care .contact-number{
    flex-direction: row;
    align-items: center
}
.contact-number app-widget-host{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 2px
}
.contact-number .right-sidebar-image img{
    max-width: 20px;
    max-height: 20px;
}
.customer-care .right-sidebar-image{
    margin: 0 5px
}
.customer-care .right-sidebar-text{
    text-align: right;
    font-size: 14px;
    color: var(--c-primary)
}
.right-sidebar-banner .banner{
        margin-bottom: 20px;
    cursor: pointer;
    background-color: var(--c-background-e);
    line-height: 0;
    border-radius: var(--r-border-radius-big);
    overflow: hidden
}
.right-sidebar-banner .banner:hover img{
   
}
.right-sidebar-banner .banner img{
    width: 100%;
}


/******************************
      Live Right Side Bar
******************************/



.left-nav-live .match-info  .match-schedule,
.left-nav-live .match-info  .match-type,
.left-nav-live .match-market-wrapper,
.left-nav-live .match-more-markets,
.left-nav-live .match-live-info .match-cards,
.left-nav-live .match-live-info .match-corners,
.left-nav-live app-breaks-events-item-markets.match-markets-wrapper,
.left-nav-live .match-live-tracker,
.left-nav-live .market-drop-down-heading,
.left-nav-live app-breaks-events-item-links .match-statistics,
.left-nav-live .match-period{
    display: none
}
.left-nav-live .events-tournament-wrapper,
.left-nav-live .events-item-wrapper,
.left-nav-live .item-info-wrapper{
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    padding: 0 5px
}
.left-nav-live .match-teams{
    height: 100%
}
.left-nav-live app-breaks-events-item-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.left-nav-live .events-sport-header{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    height: 42px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    box-shadow: 0 0 10px 5px rgba(24, 26, 37, 0.09);
    padding: 0 10px
}
/*
.left-nav-live .events-sport-wrapper .ng-trigger-fadeInOut {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden
}
*/
.left-nav-live .events-sport-wrapper .ng-trigger-fadeInOut::-webkit-scrollbar-track{
    background-color: var(--c-background-b)
}
.left-nav-live .events-sport-wrapper .events-sport-header .events-sport-name-wrapper{
    width: 100%;
    margin-right: 0;
    color: var(--c-primary)
}
.left-nav-live .match-score{  
    font-weight: bold;
    font-size: 12px    
}
.left-nav-live .match-progress{
    font-size: 12px   
}
.left-nav-live .item-info-wrapper,
.left-nav-live .match-info,
.left-nav-live .match-home-team,
.left-nav-live .match-away-team,
.left-nav-live .events-tournament-name{
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: normal
}
.left-nav-live .events-tournament-wrapper{        
    display: flex;
    flex-direction: column;
    height: 100%
}
.left-nav-live .match-score{
    display: flex;
    align-items: center   
}
.left-nav-live .item-info-wrapper .match-live-info{    
    flex-direction: column;
    min-width: 35px;
    align-items: center;
}
.left-nav-live  .match-score-separator{
    margin: 0 3px
}
.left-nav-live .events-tournament-header{
    background-color: var(--c-background-b)
}
.left-nav-live .tournament-header-wrapper{
    position: relative
}
.left-nav-live .tournament-header-wrapper .toggle-button.expanded,
.left-sidebar .nav-sport-wrapper .nav-category.active .nav-category-toggle {
    -webkit-transform: translate3d(0, 0%, 0) rotate(-45deg);
    transform: translate3d(0, 0%, 0) rotate(-45deg);
}
.left-nav-live .tournament-header-wrapper .toggle-button,
.left-sidebar .nav-sport-wrapper .nav-category .nav-category-toggle{
    content: "";
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 2px solid var(--c-primary);
    border-right: 2px solid var(--c-primary);
    transition: all 100ms ease;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px
}
.left-sidebar .nav-sport-wrapper .nav-category .nav-category-toggle{
    right: 38px
}
.left-nav-live .events-tournament-wrapper{
    background-color: var(--c-background);
    padding: 0
}
.left-nav-live .events-item-wrapper{
    border-bottom: 1px solid var(--c-primary-d)
}
.left-nav-live .events-category-tournament-names{
    display: flex;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 40px);
    font-weight: normal;
    padding-right: 5px
}
.left-nav-live .events-category-name{
    margin-right: 5px
}
.left-nav-live .events-tournament-header .events-category-flag{
    width: 16px;
    height: 16px;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}


/******************************
      My bets Side Bar
******************************/


.right-nav-bets > app-widget-host{
    margin-top: 10px;
    padding: 0;
    border: 0;
    position: relative;
    background-color: var(--c-background-b);
    border-radius: var(--r-border-radius-big);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    overflow: hidden
}

.right-nav-bets .section-title{
     background-color: var(--c-emphasis-c);
    color: var(--c-white);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-top-left-radius: var(--r-border-radius-big);
    border-top-right-radius: var(--r-border-radius-big);
    border-bottom: 2px solid var(--c-emphasis-c);
    position: relative;
    width: 100%
}
#root .right-nav-bets .section-title > div{
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center
}
.right-nav-bets .section-title > div:after{
    content: "";
    position: absolute;
    border: solid var(--c-white);
    border-width: 0 2px 2px 0;
    display: flex;
    padding: 3px;
    right: 0;
    margin: 0 15px;
    transform: rotate(45deg);
    animation-delay: .5s
}
#root.mybets-toggle .right-nav-bets .section-title > div:after{
    transform: rotate(-135deg);
    animation-delay: .5s
}
#root:not(.mybets-toggle) .right-nav-bets .section-title{
    border-bottom: 0
}
.right-nav-bets .history-bet-header{
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--c-black)
}
.right-nav-bets .history-bet-header:not(.history-system-wrapper){
    background-color: transparent;
    border-bottom: 1px solid var(--c-black);
}
#root .right-nav-bets .history-bet-header:not(.history-system-wrapper) .history-bet-toggle:before,
#root .right-nav-bets .history-bet-header:not(.history-system-wrapper) .history-bet-info,
#root .right-nav-bets .history-bet-header:not(.history-system-wrapper) .history-bet-date-time-id{
    color: var(--c-w-b);
}
.right-nav-bets .history-bet-date-time-id{
    margin-right: 10px
}
.right-nav-bets .history-bet-wrapper{
    margin: 0;
    border: 0
}
.right-nav-bets .history-bet-status{
    display: none
}
.right-nav-bets .history-bet-match-wrapper{
    padding: 10px
}
.right-nav-bets .history-bet-wrapper .history-bet-footer{
    flex-wrap: wrap;
    font-size: 12px;  
    padding: 0 10px
}
.right-nav-bets .history-bet-wrapper .history-bet-footer > div{
    justify-content: space-between;
}
.right-nav-bets .history-bet-wrapper .history-actions-wrapper{
    padding: 10px 10px 20px;
    gap: 5px
}
.right-nav-bets .bet-infos-title-wrapper{
    border-top: 1px solid var(--c-black);
    padding: 0
}
.right-nav-bets .guest{
    padding: 10px 0;
}
.right-nav-bets .no-history-records{
    margin: 0;
    text-align: center;
    padding: 10px 0
}
.right-nav-bets .guest-info{
    text-align: center    
}
.right-nav-bets .guest .login > app-widget-host{
    align-items: center;
    margin-top: 15px;
}
.right-nav-bets .guest .login button{
    padding: 10px 30px;
    background-color: var(--c-emphasis-b);
    border-radius: var(--r-border-radius-big);    
    text-transform: uppercase
}
#root:not(.mybets-toggle) .right-nav-bets .settled-bets,
#root:not(.mybets-toggle) .right-nav-bets  .guest{
    transition: all .1s ease-in-out;
    max-height: 0;
    overflow: hidden;
    padding: 0
}
#root.mybets-toggle .right-nav-bets .settled-bets,
#root.mybets-toggle .right-nav-bets .guest{
    max-height: 9999px;
    transition: all .3s ease-in-out
}

.latest-winners .ui-table-thead{
    display: none
}
.latest-winners tbody{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
#root .latest-winners tbody > tr{
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: var(--r-border-radius-big);
    box-shadow: var(--bs-);
    padding: 12px 16px;
    color: var(--c-white);
    position: relative;
    min-height: 56px;
    background: linear-gradient(-22deg, rgba(234, 0, 67, 1) 21%, rgba(51, 51, 51, 1) 100%)
}
#root .latest-winners tbody > tr:nth-child(n+4){
    padding-left: 68px;
}
#root .latest-winners tbody > tr:first-child{
    flex-direction: column;
    background: linear-gradient(22deg, rgba(234, 0, 67, 1) 21%, rgba(51, 51, 51, 1) 100%);
    justify-content: flex-end;
    min-height: 180px 
}
#root .latest-winners tbody > tr:nth-child(2),
#root .latest-winners tbody > tr:nth-child(3){
    flex: 1 1 calc(50% - 4px);
    display: flex;
    flex-direction: column;
    background: linear-gradient(22deg, rgba(234, 0, 67, 1) 21%, rgba(51, 51, 51, 1) 100%);
    justify-content: flex-end;
    min-height: 175px;
    padding: 0
}
#root .latest-winners tbody > tr:nth-child(3){
    background: linear-gradient(-22deg, rgba(234, 0, 67, 1) 21%, rgba(51, 51, 51, 1) 100%);
}
.latest-winners tbody > tr:before{
    content: "";
    align-items: center;
    background-color: var(--c-emphasis-b);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
    color: var(--c-white);
    display: none;
    font-size: 10px;
    height: 22px;
    justify-content: center;
    left: 0;
    line-height: 14px;
    padding: 5px 20px 5px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 13px;
    z-index: 2;
    font-weight: bold;
}
.latest-winners tbody > tr:first-child:before{
    content: "1st place";
    display: flex
}
.latest-winners tbody > tr:nth-child(2):before{
    content: "2nd place";
    display: flex
}
.latest-winners tbody > tr:nth-child(3):before{
    content: "3rd place";
    display: flex
}
.latest-winners tbody > tr:after{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;   
    width: 100px;
    height: 100px;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.latest-winners-sidebar tbody > tr:has(.category-casino):after{
    background-image: url(/v1.657/r/images/wazza/icons/Casino-01.svg);
    display: block;
    right: 10px;
    top: 10px;
    transform: unset;
    width: 75px;
    height: 75px
}
.latest-winners tbody > tr:has(.category-sportsbook):after{
     background-image: url(/v1.657/r/images/tipster/sports-light.svg);
    display: block;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    transform: unset
    
}
.latest-winners-sidebar tbody > tr:has(.category-aviator):after{
    background-image: url(/v1.657/r/images/wazza/icons/Aviator.svg);
    display: block;
    right: 10px;
    transform: unset;
    top: 10px;
    width: 50px;
    height: 50px
}
.latest-winners tbody > tr:has(.category-jackpot):after{
    background-image: url(/v2.238/r/images/wazza/icons/jackpot-light_01.svg);
    width: 36px;
    height: 36px;
    right: unset;
    left: 16px;
}
.latest-winners tbody > tr:has(.category-lottery):after{
    background-image: url(/v2.238/r/images/wazza/icons/lottery-light_01.svg);
    width: 36px;
    height: 36px;
    right: unset;
    left: 16px;
}
.latest-winners tbody > tr:has(.category-live-sportsbook):after{
    background-image: url(/v2.238/r/images/wazza/icons/live-light_01.svg);
    width: 36px;
    height: 36px;
    right: unset;
    left: 16px;
}
.latest-winners tbody > tr > td{
    padding: 0;
    line-height: 1.3
}

.latest-winners tbody > tr > td.column-id{
    order: 3;
    font-size: 13px;
    opacity: .8;
    display: flex;
    align-items: center;
    gap : 5px
}
.latest-winners tbody > tr:nth-child(n+4) > td.column-id{
    flex: 1 1 100%
}
.latest-winners tbody > tr > td.column-id:before{
    content: "ID"    
}
.latest-winners tbody > tr:first-child > td.column-amount{
    font-size: 18px;
    font-weight: bold
}
.latest-winners tbody > tr:nth-child(2) > td.column-amount,
.latest-winners tbody > tr:nth-child(3) > td.column-amount{
    font-size: 16px;
    font-weight: bold  
    
}
.latest-winners tbody > tr:nth-child(n+4) > td.column-amount{
    font-size: 18px;
    font-weight: bold;
    order: 1
}
.latest-winners tbody > tr > td.column-category{
    font-size: 13px;
    opacity: .8;
    text-transform: capitalize
}
.latest-winners tbody > tr:nth-child(n+4) > td.column-category{
    font-size: 18px;
    font-weight: bold
}

.mobile .latest-winners-title{
    display: none
}

.last-winner-wrap > app-widget-host{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.last-winner-wrap .last-winner-wrap-title{
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #3a00b4;
    font-weight: bold;
    background-color: #0dc892;
    border-radius: 8px;
    margin-left: 10px;
    font-size: 10px
}

.mobile .latest-winners .ui-table-tbody > tr .column-category.category-casino{
    background-image: url(/v2.238/r/images/wazza/icons/Casino-blue.svg)
    }
.mobile .latest-winners .ui-table-tbody > tr .column-category.category-sportsbook{
    background-image: url(/v2.238/r/images/wazza/icons/sports-blue.svg)
}
.mobile .latest-winners .ui-table-tbody > tr .column-category.category-aviator{
    background-image: url(/v2.238/r/images/wazza/icons/Aviator-blue.svg)
}
.mobile .latest-winners .ui-table-tbody > tr .column-category.category-jackpot{
        background-image: url(/v2.238/r/images/wazza/icons/jackpot-blue.svg)
}
.mobile .latest-winners .ui-table-tbody > tr .column-category.category-live-sportsbook{
    background-image: url(/v2.238/r/images/wazza/icons/live-blue.svg);
}
.mobile .latest-winners .ui-table-tbody > tr .column-category.category-lottery{
    background-image: url(/v2.238/r/images/wazza/icons/lottery-blue.svg)
}


/* right sidebar casino */


.right-sidebar .rs-casino-title{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.right-sidebar app-casino-navigation{
    display : none
}
.right-sidebar .casino-games-wrap > app-widget-host{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px
}
.right-sidebar .casino-games-wrap .casino-block{
    flex: 0 0 calc(33.333333% - 2px);
    margin: 0
}
.right-sidebar .casino-container .games{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 2px

}
.right-sidebar .casino-container .games .game{
    flex: 1 1 calc(33.333333% - 2px);
    border-radius: var(--r-border-radius-small)
}    

.right-sidebar .casino-container .games .game p{
    display: none
}
.right-sidebar .casino-container .games .game img {
    height: 82px;
    object-fit: scale-down
}
.right-sidebar .casino-container .games .game img[alt="Aviator"]{
    object-fit: cover
}








