#root .coupon-carousel {
    width: 100%;
    position: relative;
    z-index: 3;
}

#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 .coupon-carousel .carousel-scrollable app-widget-host {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

#root .beto-sports-coupon.carousel-content .events-item-wrapper {
    display: inline-block;
    order: unset;
    flex: unset;
    width: 248px;
    height: auto;
    padding: 0px 0 6px 0;
    border: none;
    color: var(--c-white);
    margin: 2px;
    position: relative;
    border-radius: 4px;
}

#root .beto-sports-coupon.carousel-content .events-item-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #2222228a;
}

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

#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;
    display: inline-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: block;
    position: relative;
    width: auto;
    margin: 0 4px;
    font-size: 0.9rem;
    overflow: hidden;
    min-width: 0;
    order: 1;
}

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

#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 {
    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;
}

#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-white);
    padding: 4px 8px;
    font-size: 1rem;
    line-height: 18px;
    font-weight: 600;
    flex-direction: column;
}

#root .beto-sports-coupon.carousel-content .match-markets-wrapper {
    margin: 0 6px;
}

#root .beto-sports-coupon.carousel-content .match-market {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
}

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

#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 {
    height: 34px;
    width: 76px;
    border-color: var(--c-shade);
    background-color: var(--c-primary);
    border-radius: 2px;
    margin: 0 2px;
}

#root .beto-sports-coupon.carousel-content .odds-selection-default {
    background-color: var(--c-white);
}

#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:not(.odds-bet-slip-selected) .odd span {
    font-weight: 600;
    color: #000000;
}

#root .beto-sports-coupon.carousel-content .match-odd span.odds-bet-slip-selected.odds-selection-default {
    background-color: var(--c-primary-d);
    color: var(--c-white-e)
}

#root .beto-sports-coupon.carousel-content .match-odd span.odds-bet-slip-selected.odds-selection-default span {
    color: var(--c-white-e)
}

#root .beto-sports-coupon.carousel-content .match-sport-soccer {
    background: url(/v1.17/r/images/soccerfadedb.jpg)center center no-repeat ;
}

#root .beto-sports-coupon.carousel-content .match-sport-tennis {
    background: url(/v1.17/r/images/site/icons/tennis.png) center center no-repeat;
    background-size: cover;
}

#root .beto-sports-coupon.carousel-content .match-sport-basketball {
    background: url(/v1.17/r/images/site/icons/basketcropped.jpg) center center no-repeat;
}

#root .beto-sports-coupon.carousel-content .match-sport-volleyball {
    background: url(/v1.17/r/images/site/icons/volleyball.png) center center no-repeat;
}

#root .beto-sports-coupon.carousel-content .match-sport-table-tennis {
    background: url(/v1.17/r/images/site/icons/table-tennis-mobile.jpg) center center no-repeat;
}

#root .beto-sports-coupon.carousel-content .match-carousel .match-sport-american-football {
    background: url(/v1.17/r/images/site/icons/american-football-mobile.jpg) center center no-repeat;
}

#root .beto-sports-coupon.carousel-content .match-carousel .match-sport-badminton {
    background: url(/v1.17/r/images/site/icons/badminton-mobile.png) center center no-repeat;
}

#root .beto-sports-coupon.carousel-content .match-carousel .match-sport-beach-volley {
    background: url(/v1.17/r/images/site/icons/beach-volley-mobile.jpg) center center no-repeat;
}

#root .beto-sports-coupon.carousel-content .match-carousel .match-sport-bowls {
    background: url(/v1.17/r/images/site/icons/bowls-mobile.jpg) center center no-repeat;
}

#root .beto-sports-coupon.carousel-content .match-carousel .match-sport-cricket {
    background: url(/v1.17/r/images/site/icons/cricket-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-futsal {
    background: url(/v1.17/r/images/site/icons/futsal-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-handball {
    background: url(/v1.17/r/images/site/icons/handball-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-rugby {
    background: url(/v1.17/r/images/site/icons/Rugby-mobile.png) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-snooker {
    background: url(/v1.17/r/images/site/icons/snooker-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-squash {
    background: url(/v1.17/r/images/site/icons/squash-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-baseball {
    background: url(/v1.17/r/images/site/icons/baseball-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-ice-hockey {
    background: url(/v1.17/r/images/site/icons/ice-hockey-mobile.png) center center no-repeat;
}
