/* CAROUSEL 4/8/2020 - DS */
/* Style */
#root .match-carousel-block {
    color: var(--c-black);
}



/* 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%;
    position:relative;
    z-index: 2;
}
#root .match-carousel button.previous,
#root .match-carousel button.next {
    top:50%;
    transform:translate(0%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    height:50px;
    color:var(--c-green)
}
#root .match-carousel button.previous {
    position:absolute;
   
    left:0px;
    z-index:111
}
#root  .match-carousel .scrolled-start ~ button.previous,
#root  .match-carousel .scrolled-end ~ button.next{
    display:none
}
#root   .scrolled-start  button.previous,
#root  .scrolled-end  button.next{
    display:none
}
#root  .match-carousel .no-scroll ~ button {
    display:none;
}
#root   .no-scroll  button {
    display:none;
}
#root .match-carousel button.next {
    position:absolute;
   
    right:0px;
    z-index:111
}
#root .match-carousel button.next::before {
    content: "»";
    font-size: 30px;
}
#root .match-carousel button.previous::before {
   content: "«";
   font-size: 30px;
}
#root .match-carousel .carousel-scrollable {
    width:100%;
}
#root .match-carousel .carousel-scrollable > app-widget-host {
    overflow:auto;
    width:auto;
}
#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%; */
    border-bottom: 0;
    background-color: transparent;
}

#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: 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: transparent;
    overflow: unset;
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd {
    height: 34px;
    /* width: 76px; */
    border-color: var(--c-black-e);
    /* background-color: var(--c-primary); */
    border-radius: 2px;
    margin: 0 2px;
    max-width: unset;
    min-width: unset;
    width: auto;
    flex: 1;
}

#root .match-carousel .match-odd span.odds-bet-slip-selected {
    background-color: var(--c-primary);
   border-color: var(--c-green);
    border-style: solid;
    border-width: 2px;
}

#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 {
    color: var(--c-green);
    font-weight: bold;
}
#root .match-carousel .match-markets-wrapper .match-market div .match-odd .odds-bet-slip-selected span.odd span {
    font-weight:bold;
}
#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:flex;
    flex-direction:column;
    
    order: unset;
    flex: unset;
    width: 248px;
    height: auto;
    margin: 0 8px 4px 0;
    padding: 8px 0 4px 0;
    position: relative;
    border-radius: 4px;
    border: none;
    color: var(--c-white);
    background-color:var(--c-primary-d);
    background-image:url(/v1.734/r/images/site/icons/StarVector.svg);
    background-repeat:no-repeat;
    background-position:right center;
    box-shadow: 2px 2px 4px var(--c-shade-b);
}

#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: center;
    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;
    font-weight: normal;
}
#root .match-carousel .item-info-wrapper .match-info .match-schedule > div.match-time {
    color:var(--c-white-e)
}
#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;
    padding-left:5px;
}

#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 .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 .match-market-wrapper {
    width:100%;
}
#root .match-carousel .match-market.market-1 {
    display: none
}

#root .match-carousel .odds-selection-default {
    /* border-color: var(--c-shade-b); */
    background-color: var(--c-primary);
    max-width: unset;
     border-width: 2px;
    border-style: solid;
    border-color: var(--c-primary);
}

/***************** Carousel Extra *********************/
#root .match-carousel .item-info-wrapper .match-info {
    flex-direction: row;
    max-width:unset;
    min-width:unset;
    width:unset;
    /* flex: unset; */
    align-items:flex-start;
    flex-wrap: wrap;
}

#root .match-carousel .item-info-wrapper .match-info .matchInfoWrapper .matchInfoWrapperTypeSchedule {
    display:flex;
    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 {
    width:15px!important;
    height:15px;
    background-color:var(--c-green);
    border-radius:50%;
    
     order:0!important;
}
#root .match-carousel .item-info-wrapper .match-info .has-live-stream {
    order:1!important
}
#root .match-carousel .item-info-wrapper .match-info .is-live-booked::before {
    content:'';
    background: url(/v1.02/r/images/site/icons/Going-Live_icon.svg) center center no-repeat;
    background-size:15px;
    width: 15px;
    height: 15px;
    display: block;
    border: 0;
    padding: 0;
   
}

#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;
    height: 15px !important;
    flex-basis: 20px;
    background-size: 178%;
    margin-right: 4px;
    margin-left: 0;
    /*     border-radius: 8px; */
    order: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px!important;
    display: n;
}

#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;
    order:2;
}


#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 .match-carousel app-l-cpn-items {
    background:transparent;
}
#root .desktop .match-carousel app-l-cpn-items {
    max-width:unset;
    overflow-x: hidden;
}
#root .desktop .match-carousel .events-tournament-wrapper .events-item-wrapper {
    width:380px;
    height:172px;
}
#root .desktop .match-carousel .match-market,
#root .desktop .match-carousel .match-market .match-market-wrapper{
    width:100%;
}
#root .desktop .match-carousel .match-market .match-market-wrapper .match-odd {
    flex:1;
}
#root  .match-carousel .markets-placeholder-wrapper .match-market .match-market-wrapper .match-odd {
    min-height:45px;
    border-radius:10px;
}
/* #root .desktop .match-carousel .item-info-wrapper {
    height:70%
}
#root .desktop .match-carousel .match-markets-wrapper {
    height:30%;
}
#root .desktop .match-carousel .item-info-wrapper .match-info .match-teams {
    margin-bottom:auto;
} */