/* CAROUSEL 2/2 Dis */
/* Style */
#root .match-carousel-block {
    color: var(--c-black);
}


#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%;
    color: var(--c-white);
}

#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;
    background-color: var(--c-primary-d);
    -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: unset;
}

#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;
    padding: 0px 0 6px 0;
    border: none;
    color: var(--c-white);
    margin: 2px;
    position: relative;
    border-radius: 4px;
}

#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: 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;
   /* margin-bottom: 10px; */
   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;
    display:unset;
}

#root .match-carousel .item-info-wrapper {
    display: flex;
    min-width: 100%;
    flex-direction: row;
    position: relative;
    /* padding-top: 8px; */
}

#root .match-carousel .match-markets-wrapper span.mobile-outcome {
    display: inline-flex;
    flex: 1 0 auto;
    justify-content: space-between;
   color: var(--c-white); 
    font-weight: 400;
}

#root .match-carousel .markets-header-wrapper {
    padding: unset;
    display: flex;
    background-color: unset;
    padding-right: 136px;
    width: 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-match {
    height: 134px;
    width: 248px;
    /*     background: #2A3E56; */
    border-radius: 4px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
}
/* Carousel - Removal of Background Color */
#root .match-carousel .events-tournaments-wrapper {
    background-color: transparent;
}

#root .match-carousel .events-tournament-header {
    display: none;
}

#root .match-carousel app-market-headings-container {
    display: none;
}



#root .match-carousel app-events-list {
  
    max-width: 1023px;
}

#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
}


#root .match-carousel .item-info-wrapper .match-info .match-schedule {
   
    margin: 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(/v1.937/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: 1;
}

#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;
    width:100px
    /* 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: 0;
    margin-left: 0;
    border-radius: 8px;
    order: 2;
    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
}

#root .mobile .match-carousel .events-item-wrapper {
    /*background-size: 248px 123px!important;*/
    background-size: cover;
}
#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 .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 .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 app-markets-drop-down-container {
    display: none;
}

#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 app-events-list {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    background: var(--c-background);
    padding: 4px;
    /* max-width: 768px; */
}



#root .desktop .match-carousel .match-markets-wrapper {
    margin: 0;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-locked {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-neutral {
    display: inline-block;
}

#root .match-carousel .match-odd span.odds-bet-slip-selected {
    background-color: var(--c-emphasis);
}

#root .match-carousel .events-sport-header .sport-icon, #root .match-carousel .events-tournament-header .events-category-flag {
    width: 24px;
}


#root .match-carousel .match-markets-wrapper .match-market div .match-odd .odds-selection {
    padding: 10px;
    /*height:100%;*/
}

#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 app-events-list.events-wrapper > div {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}


#root .match-carousel app-markets-drop-down-container {
    display: none;
}

#root .desktop .match-carousel .events-tournament-wrapper .match-info .is-live-booked {
    margin-left: 6px;
}

#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 .events-no-matches {
    display: none;
}


#root desktop .match-carousel .match-carousel-block {
    width: 100%;
    height: 350px;
    background-image: url(/v1.937/r/images/site/banners/Register_Banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#root .desktop .match-carousel .match-carousel-block .item-info-wrapper .match-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#root .desktop .match-carousel .match-carousel-block .item-info-wrapper .match-info .match-code {
    display: none;
}

#root .desktop .match-carousel .match-carousel-block app-events-list.events-wrapper {
    width: 100%;
    /* margin-top: 220px; */
}


#root .mobile .match-carousel .match-sport-soccer {
    background: url(/v1.937/r/images/soccerfadedb.jpg)center center no-repeat ;
}

#root .mobile .match-carousel .match-sport-tennis {
    background: url(/v1.937/r/images/site/icons/tennis.png) center center no-repeat;
    background-size: cover;
}

#root .mobile .match-carousel .match-sport-basketball {
    background: url(/v1.937/r/images/site/icons/basketcropped.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-volleyball {
    background: url(/v1.937/r/images/site/icons/volleyball.png) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-table-tennis {
    background: url(/v1.937/r/images/site/icons/table-tennis-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-american-football {
    background: url(/v1.937/r/images/site/icons/american-football-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-badminton {
    background: url(/v1.937/r/images/site/icons/badminton-mobile.png) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-beach-volley {
    background: url(/v1.937/r/images/site/icons/beach-volley-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-bowls {
    background: url(/v1.937/r/images/site/icons/bowls-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-cricket {
    background: url(/v1.937/r/images/site/icons/cricket-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-futsal {
    background: url(/v1.937/r/images/site/icons/futsal-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-handball {
    background: url(/v1.937/r/images/site/icons/handball-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-rugby {
    background: url(/v1.937/r/images/site/icons/Rugby-mobile.png) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-snooker {
    background: url(/v1.937/r/images/site/icons/snooker-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-squash {
    background: url(/v1.937/r/images/site/icons/squash-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-baseball {
    background: url(/v1.937/r/images/site/icons/baseball-mobile.jpg) center center no-repeat;
}

#root .mobile .match-carousel .match-sport-ice-hockey {
    background: url(/v1.937/r/images/site/icons/ice-hockey-mobile.png) center center no-repeat;
}
