/* CAROUSEL 2/2 Dis */
/* Style */
#root .match-carousel-block {
    color: var(--c-black);
}

#root .match-carousel .events-tournament-wrapper {
    background-color: unset;
}

#root .match-carousel .events-item-wrapper {
    /* background-color: #BF92D2; */
    background-color: #dfe9f6;
    background-color: var(--c-primary-c);
}

/* CAROUSEL */
/* Layout */
#root .match-carousel app-markets-drop-down-container {
    display: none;
}

#root .match-carousel app-breaks-events-tournament-group-level3 {
    display: flex;
    flex-direction: row;
    overflow-x: visible;
    overflow-y: visible;
    /*     background-color: #1B232F; */
    padding: 0px;
}

#root .match-carousel app-breaks-events-match {
    height: 134px;
    width: 248px;
    background-color: #2A3E56;
    border-radius: 4px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
}

#root .match-carousel {
    display: block;
    width: 100%;
}

#root .match-carousel .events-no-matches {
    display: none;
}

#root .match-carousel app-widget-host {
    flex-direction: row;
}

#root .match-carousel .match-carousel-block {
    width: 100%;
}

#root .match-carousel .match-carousel-block .sports-coupon {
    width: auto;
}

#root .match-carousel .events-sport-header {
    display: none;
}

#root .match-carousel .events-tournaments-wrapper .events-tournament-header {
    display: none;
}

#root .match-carousel app-market-headings-container {
    display: none;
}

#root .match-carousel app-events-list.events-wrapper {
    display: block;
    flex-direction: row;
    overflow-y: hidden;
    padding: 2px 0;
    /*     margin-left: -2px; */
    /*     margin-right: -2px; */
    width: auto;
    -webkit-overflow-scrolling: touch;
}

#root .match-carousel app-events-list.events-wrapper > div {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}

#root .match-carousel .events-break-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

#root .match-carousel .events-sport-wrapper {
    width: auto;
    display: inline-flex;
    flex-wrap: nowrap;
}

#root .match-carousel .events-sport-content {
    display: flex;
}

#root .match-carousel .events-tournament-content {
    display: flex;
}

#root .match-carousel .match-market {
    width: 230px;
}

#root .match-carousel-block .sports-coupon.small .match-links {
    height: 54px
}

#root .match-carousel .events-sport-header .sport-icon, #root .match-carousel .events-tournament-header .events-category-flag {
    width: 24px;
}

#root .match-carousel .events-tournament-wrapper {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: unset;
    margin: 0;
    background-color: var(--c-background)
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd {
    height: 34px;
    width: 76px;
    border-color: var(--c-shade);
    /* background-color: var(--c-tint); */
    border-radius: 2px;
    margin: 0 2px;
}

#root .match-carousel .match-odd span.odds-bet-slip-selected {
    background-color: var(--c-emphasis);
}

#root .match-carousel .odds-selection {
    padding: 0;
    background-color: var(--c-primary-b);
    border: unset;
    box-shadow: var(--ds-button);
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd .odds-bet-slip-selected span.odd span.mobile-outcome {
    color: var(--c-paper);
    font-weight: 500;
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd .odds-selection-default .odd {
    width: 100%;
    display: flex;
    padding: 0 10px;
}

#root .match-carousel .odds-selection-default.odds-selection-up:after {
    border-top-right-radius: 3px;
}

#root .match-carousel .odds-selection-default.odds-selection-down:after {
    border-bottom-right-radius: 3px;
}

#root .match-carousel .events-tournament-wrapper .events-item-wrapper {
    display: inline-block;
    order: unset;
    flex: unset;
    width: 248px;
    height: auto;
    margin: 2px 4px 2px 0;
    padding: 8px 0 6px 0;
    position: relative;
    border-radius: 4px;
    border: none;
    color: var(--c-white);
}

#root .match-carousel .events-tournament-wrapper .events-item-wrapper .match-links {
    order: unset;
    display: none !important;
}

#root .match-carousel .events-tournament-wrapper .events-match-wrapper .match-match-markets-wrapper {
    order: unset;
}

#root .match-carousel .events-tournament-wrapper .events-match-wrapper .match-links .match-favorite {
    display: unset;
}

#root .match-carousel .item-info-wrapper .match-info {
    flex-wrap: nowrap;
    font-size: 12px;
    flex: 0 1 100%;
    max-width: 100%;
    min-width: 0%;
    flex-direction: column;
    align-items: flex-start;
    display: inline-flex;
    height: auto;
    margin-bottom: 2px;
    order: 1;
}

#root .match-carousel .item-info-wrapper .match-info .match-data {
    display: inline-flex;
    flex-shrink: unset;
    flex: 0 0 auto;
    min-width: 0%;
    max-width: 100%;
    flex-direction: column;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-teams {
    flex-direction: unset;
    display: block;
    position: relative;
    margin-top: 7px;
    overflow: hidden;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-type {
    width: auto;
    height: auto;
    position: absolute;
    align-self: flex-end;
    max-width: 120px;
    overflow-x: hidden;
    top: 0;
    right: 0;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-type .match-category {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-teams .match-home-team, #root .match-carousel .item-info-wrapper .match-info .match-data .match-teams .match-away-team , #root .match-carousel .item-info-wrapper .match-data .match-type .match-tournament {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-type .match-sport-icon, #root .match-carousel .item-info-wrapper .match-info .match-data .match-type .match-sport {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule {
    display: block;
    position: relative;
    order: 0;
    width: auto;
    margin-right: 0;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule > div {
    margin-left: 4px;
    margin-right: unset;
}

#root .match-carousel .item-info-wrapper .match-info .match-date {
    display: inline-block;
}

#root .match-carousel .item-info-wrapper {
    display: flex;
    min-width: 100%;
    flex-direction: row;
    position: relative;
}

#root .match-carousel .match-markets-wrapper span.mobile-outcome {
    display: inline-flex;
    flex: 1 0 auto;
    justify-content: space-between;
    /* color: var(--c-yellow); */
    font-weight: 400;
}

#root .match-carousel .markets-header-wrapper {
    padding: unset;
    display: flex;
    background-color: unset;
    padding-right: 136px;
    width: unset;
}

#root .match-carousel .markets-header-wrapper .market-header {
    margin: unset;
    padding: unset;
}

#root .match-carousel .event-date-break-wrapper {
    display: none;
}

#root .match-carousel .match-live-info {
    display: inline-flex;
    flex-direction: column;
    flex: 1 0 auto;
    margin-right: 8px;
}

#root .match-carousel .match-live-info .match-score {
    margin-top: 8px;
}

#root .match-carousel .match-live-info .match-score .match-score-home, #root .match-carousel .match-live-info .match-score .match-score-away {
    text-align: right;
    min-width: 20px
}

#root .match-carousel .match-live-info .match-score .match-score-separator {
    display: none;
}

#root .match-carousel .match-live-info .match-progress {
    order: -1;
}

#root .match-carousel .match-live-info .match-progress .match-minute {
    text-align: right;
}

#root .match-carousel .match-live-info .match-cards, #root .match-carousel .match-live-info .match-corners {
    display: none;
}

#root .match-carousel .events-tournaments-wrapper > app-market-headings-container .markets-header-wrapper {
    padding: unset;
    display: none;
    background-color: unset;
    padding-right: 136px;
    width: unset;
}

#root .match-carousel .markets-header-wrapper .market-header {
    margin: unset;
    padding: unset;
}

#root .match-carousel .markets-header-wrapper .market-header .market-type-selection {
    line-height: unset;
    height: unset;
}

#root .match-carousel app-markets-drop-down-container {
    display: none;
}

#root .match-carousel app-breaks-events-tournament-group-level3 {
    display: flex;
    flex-direction: row;
    overflow-x: visible;
    overflow-y: visible;
    /*     background: #1B232F; */
    padding: 0px;
}

#root .match-carousel app-breaks-events-match {
    height: 134px;
    width: 248px;
    /*     background: #2A3E56; */
    border-radius: 4px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
}

#root .match-carousel .events-sport-header {
    /* display: none; */
}

#root .match-carousel .events-tournament-header {
    display: none;
}

#root .match-carousel app-market-headings-container {
    display: none;
}

#root .match-carousel app-events-list {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    background: var(--c-background);
    padding: 4px;
    max-width: 768px;
}

#root .match-carousel .events-break-wrapper, #root .match-carousel .events-sport-wrapper, #root .match-carousel .events-sport-content, #root .match-carousel .events-tournament-content {
    display: flex;
    flex-direction: row;
}

#root .match-carousel .match-markets-wrapper {
    /* position: absolute; */
    /* top: 72px; */
    margin: 0 6px;
}

#root .match-carousel app-market-selection-compact {
    height: 50px;
    width: 75px;
}

#root .match-carousel .match-market {
    width: 230px;
    margin-left: auto;
    margin-right: auto
}

#root .match-carousel .match-market.market-1 {
    display: none
}

/***************** Carousel Extra *********************/
#root .match-carousel .item-info-wrapper .match-info {
    flex-direction: row;
    flex-wrap: wrap;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule {
    display: inline-flex;
    width: auto;
    margin: 0 8px 0 4px;
    font-size: 11px;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-locked {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-neutral, #root .match-carousel .item-info-wrapper .match-info .is-live-booked {
    display: inline-block;
}

#root .match-carousel .item-info-wrapper .match-info .is-live-booked {
  position:unset !important;
  order:1 !important;   
}

#root .match-carousel .item-info-wrapper .match-info .is-live-booked:after {
    content:'';
    background: url(/v2.28/r/images/site/icons/Live.svg) center center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    border: 0;
    padding: 0;
    margin: -2px 6px 0 0;
    opacity: 0.7;
}

#root .match-carousel .item-info-wrapper .match-info .match-type {
    height: unset;
    display: inline-flex;
    flex: 1 1 0%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 0 8px;
    order: -1;
}

#root .match-carousel .item-info-wrapper .match-info .match-type .match-tournament {
    flex: 0 1 auto;
    min-width: 0%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* margin-right: 4px; */
}

#root .match-carousel .item-info-wrapper .match-info .match-type .events-category-flag {
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    flex-basis: 16px;
    background-size: 178%;
    margin-right: 4px;
    margin-left: 0;
/*     border-radius: 8px; */
    order: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

#root .match-carousel .item-info-wrapper .match-info .match-type .match-sport-icon, #root .match-carousel .item-info-wrapper .match-info .match-type .match-sport, #root .match-carousel .item-info-wrapper .match-info .match-type .match-category {
    display: none;
}

#root .match-carousel .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: 13px;
    line-height: 18px;
    font-weight: 600;
}


#root .match-carousel .tournament-header-wrapper{
    display:none;
}

#root .match-carousel .events-sport-wrapper > div:not(.events-sport-header) {
    flex-direction:row;
    display:flex
}