#root .coupon-carousel {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom:20px;
    /* height: auto; */
    /* display: flex; */
}

#root .beto-sports-coupon.carousel-content .by-date-header-wrapper, #root .beto-sports-coupon.carousel-content .events-sport-header, #root .beto-sports-coupon.carousel-content .tournament-header-wrapper {
    display: none;
}

#root .beto-sports-coupon.carousel-content .events-sport-content, #root .beto-sports-coupon.carousel-content .events-tournament-content, #root .beto-sports-coupon.carousel-content .events-tournament-wrapper, #root .beto-sports-coupon.carousel-content .events-break-wrapper, #root .beto-sports-coupon.carousel-content .events-sport-wrapper, #root .beto-sports-coupon.carousel-content .events-wrapper, #root .beto-sports-coupon.carousel-content .sports-coupon, #root .beto-sports-coupon.carousel-content .events-sport-wrapper > div:not(.events-sport-header), #root .coupon-carousel .carousel-scrollable app-widget-host {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#root .beto-sports-coupon.carousel-content {
    width: unset;
    /* margin: 0 auto; */
}
#root  .carousel-scrollable > app-widget-host.dragged .carousel-content{
    pointer-events:none;
}
#root .beto-sports-coupon.carousel-content .sports-coupon {
    padding:0px;
    background-color:transparent;
}
#root .coupon-carousel .carousel-scrollable app-widget-host {
    overflow-x: auto;
    overflow-y: hidden;
    /* scroll-behavior: smooth; */
    height:auto;
}
.beto-sports-coupon.carousel-content .sports-coupon .events-sport-content-parent {
    background-image:unset;
    padding:0px;
}
#root .beto-sports-coupon.carousel-content .events-item-wrapper {
    display: flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:unset;
    order: unset;
    flex: unset;
    width: 395px;
    height: 150px;
    padding: 10px;
    border: none;
    color: var(--c-text-light-e);
    margin:0px 7px;
    position: relative;
    border-radius: var(--r-10);
    overflow:hidden;
    background-color:unset;
    background-image: var(--bg-match-image),var(--c-linear-gradient-2);
    background-size:100% 100%, 100% 100%;
    background-position:center center, center center;
    min-height:unset;
}
#root .beto-sports-coupon.carousel-content .events-item-wrapper:first-child {
    margin-left:0px;
}
/*#root .beto-sports-coupon.carousel-content .events-item-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0px;
    
    background-size:100% 100%
} */

#root .beto-sports-coupon.carousel-content .item-info-wrapper {
    display: flex;
    min-width: 100%;
    flex-direction: row;
    position: relative;
    align-items:unset;
    /* flex: unset; */
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info {
    flex-wrap: wrap;
    flex: 0 1 100%;
    max-width: 100%;
    min-width: 0%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    height: auto;
    /* margin-top: 10px; */
    order: 1;
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-type > div {
    margin-right: 4px;
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-schedule {
    display: flex;
    flex: unset;
    position: relative;
    flex-direction:row;
    width: auto;
    margin: 0px 0px;
    font-size: 16px;
    overflow: hidden;
    min-width: 0;
    /* order: 1; */
    margin-bottom: 0px;
    height:auto;
    /* margin-left:auto; */
    align-items:center;
    color: var(--c-text-light);
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-schedule > div {
    /* margin-left: 4px; */
    margin-right: 4px;
    display: unset;
    display:flex;
    /* font-size: 14px; */
    text-align: left;
}
#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-schedule .match-locked {
    display:none
}
#root .beto-sports-coupon.carousel-content .events-item-wrapper:not(.match-is-live) .item-info-wrapper .match-info .match-schedule {
    /* margin-top: auto; */
    /* margin-right:8px; */
}
#root .beto-sports-coupon.carousel-content .events-item-wrapper.match-is-live .item-info-wrapper .match-info {
    position:unset;
}
#root .beto-sports-coupon.carousel-content .events-item-wrapper.match-is-live .item-info-wrapper .match-info .match-schedule {
    /* position:absolute; */
    /* right:5px; */
    max-width:60px
}
#root .beto-sports-coupon.carousel-content .events-item-wrapper.match-is-live .item-info-wrapper .match-info .match-type {
    width:calc(100% - 30px)
}
#root .beto-sports-coupon.carousel-content .events-item-wrapper.match-is-live .item-info-wrapper .match-info .match-type .match-tournament{
    width:100%;
}
#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-schedule .match-code, 
#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-schedule .match-total-markets,
#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-schedule .match-live {
    display: none;
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-type {
    height: unset;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 0 8px;
    order: -1;
    width: auto;
    flex: unset;
    overflow: hidden;
    min-width: 0;
    display: none;
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-type .match-sport-icon, #root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-type .match-sport, #root .beto-sports-coupon.carousel-content .match-info .match-type .match-category {
    display: none;
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-type .events-category-flag {
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    flex-basis: 16px;
    margin-left: 0;
    border-radius: 8px;
    order: -1;
    background-position: center center;
    background-repeat: no-repeat;
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-type .match-tournament {
    flex: 0 1 auto;
    min-width: 0%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .is-live-booked:after {
    content: '';
    /* width: 18px; */
    /* height: 18px; */
    display: block;
    border: 0;
    padding: 0;
    margin: -2px 6px 0 0;
    opacity: 1;
}

#root .content .beto-sports-coupon.carousel-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .item-info-wrapper .match-info .is-live-booked {
    position: unset;
    /* order: 1 ; */
}

#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-info .match-teams {
    display: inline-flex;
    flex: 1 1 100%;
    margin-top: 0px;
    color: var(--c-text-light);
    /* margin-bottom:10px; */
    /* padding: 4px 0px; */
    font-size: 1.2em;
    line-height: 18px;
    font-weight: 600;
    height: auto;
    flex-direction: column;
    padding: 0;
    min-height: unset;
}

.match-teams {}

#root .beto-sports-coupon.carousel-content .match-markets-wrapper {
    /* margin: 0 6px; */
    height: auto;
    width: 100%;
}

#root .beto-sports-coupon.carousel-content .match-market {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: unset;
}

#root .beto-sports-coupon.carousel-content .events-tournament-wrapper .events-item-wrapper .match-market-wrapper {
    min-height: unset!important;
    margin-top: 5px;
    width:100%;
    padding: 0;
}

#root .beto-sports-coupon.carousel-content .match-market:not(.market-0) {
    display: none;
}

#root .beto-sports-coupon.carousel-content .match-markets-wrapper .match-market div .match-odd {
    min-height: 36px;
    flex:1;
    /* width: 76px; */
    /* border-color: var(--c-shade); */
    /* background-color: var(--c-primary); */
    border-radius: 5px;
    /* margin: 0 2px; */
}
#root .beto-sports-coupon.carousel-content .match-markets-wrapper .match-market div .match-odd.odd-locked::before {
    filter:unset;
}
#root .beto-sports-coupon.carousel-content .odds-selection-default {
 color:var(--c-text-dark-blue);
 border-radius:0;
 min-height: 36px;
background-color:var(--c-background-white-80)
}
#root .beto-sports-coupon.carousel-content .match-odd:first-child .odds-selection-default {
    border-top-left-radius:var(--r-10);
     border-bottom-left-radius:var(--r-10)
}
#root .beto-sports-coupon.carousel-content .match-odd:last-child .odds-selection-default {
    border-top-right-radius:var(--r-10);
     border-bottom-right-radius:var(--r-10)
}
#root .beto-sports-coupon.carousel-content .match-markets-wrapper .match-market div .match-odd .odds-selection-default .odd {
    width: 100%;
    display: flex;
    padding: 0 10px;
}

#root .beto-sports-coupon.carousel-content .events-tournament-wrapper .events-item-wrapper .match-links {
    order: unset;
    display: none ;
}

#root .beto-sports-coupon.carousel-content .match-markets-wrapper span.mobile-outcome {
    display: inline-flex;
    flex: 1 0 auto;
    justify-content: space-between;
    /* color: var(--c-primary-c); */
    font-weight: 400;
}
#root .beto-sports-coupon.carousel-content .odds-selection-default .odd span {
    /* font-weight: 600; */
   
    font:var(--t-small-text-bold)
    /* font-size:1.4em; */
}
#root .beto-sports-coupon.carousel-content .odds-selection-default:not(.odds-bet-slip-selected) .odd span {
    /* font-weight: 600; */
    color: var(--c-text-dark-blue);
}

#root .beto-sports-coupon.carousel-content .odd-locked .odds-selection-default .odd span {
    display:none
}




#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-live-info {
    order:3;
    align-items: center;
    padding-top:14px;
    /* padding-bottom: 9px; */
    /* padding-right:6px; */
}
#root .beto-sports-coupon.carousel-content .item-info-wrapper .match-live-info .match-score-home {
    margin-bottom:8px;
}
#root .beto-sports-coupon.carousel-content .events-sport-wrapper .events-item-wrapper .item-info-wrapper .match-score-server-set-wrapper div[class*="home"] {
    margin-bottom:8px;
}
#root .coupon-carousel button {
    background-color:var(--c-primary); 
    position:absolute;
    top:50%;
    width:30px;
    height:30px;
    transform:translate(0%,-50%);
    border-radius:50%;
    display:none;
}
#root .coupon-carousel button .icon {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:20px;
    height:20px;
    background-image:url(/v1.011/r/images/in2bet/icons/arrow-down-dark.svg);
    background-repeat:no-repeat;
    background-size:20px;
    background-position:center;
    filter:invert(1)
}
#root .coupon-carousel button.previous {
    left:0px;
}
#root .coupon-carousel button.previous .icon {
    transform:translate(-50%,-50%) rotate(90deg)
}
#root .coupon-carousel button.next {
    right:0px;
}
#root .coupon-carousel button.next .icon {
    transform:translate(-50%,-50%) rotate(-90deg)
}
#root .coupon-carousel .scrolled-start button.previous {
    display:none;
}
#root .coupon-carousel .scrolled-end button.next {
    display:none;
}
#root .coupon-carousel .no-scroll button {
    display:none;
}
.coupon-carousel .progress-container {
    height:4px;
    position:relative;
    margin: 16px 0px;
    background-color:var(--c-site-shade-1);
    max-width:452px;
    border-radius:var(--r);
    overflow:hidden;
}
.coupon-carousel .progress-container #progress-bar {
    background-color:var(--c-emphasis);
    position:absolute;
    height:100%;
    left:0;
    top:0;
     border-radius:var(--r);
}
.coupon-carousel .is-live-booked{
    order: 0;
    display:none;
}
#root .coupon-carousel .events-tournament-wrapper {
    background-color:unset;
}
.mobile .coupon-carousel .carousel-scrollable{
    padding:var(--c-mobile-padding);
    display:block;
}
#root .mobile .beto-sports-coupon.carousel-content .events-item-wrapper {
    width:calc(100vw - var(--c-mobile-padding) * 2);
    max-width:400px
}