/*  09/03/20 ThV */
#root .events-sport-header, #root .events-sport-header div {
    /* Sports Header */
    background-color: var(--c-primary);
    color: var(--c-white-e);
    /*Removes Sports Header. If required delte this only */
}

#root .events-sport-header {
    padding: 0 4px;
}

#root app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper, #root app-sports-coupon .tournament-header-wrapper {
    padding: 0px 4px;
    padding-left: 12px;
    height: 30px;
    display: flex;
    width: 100%;
    /**/
    background-color: #4C4C4C;
    background-image: linear-gradient(0deg, #4c4c4c 0%, #545454 100%);
    cursor: pointer;
    box-shadow: 0px 1px var(--c-shade);
    border-top: 1px solid var(--c-primary-b);
    z-index: 1;
    /* position: sticky; */
    /* top: 40px; */
}

#root .view-page-live app-sports-coupon .tournament-header-wrapper, #root .view-page-live-upcoming app-sports-coupon .tournament-header-wrapper {
    /* position: sticky; */
    top: 80px;
    z-index: 18;
}

#root app-sports-coupon .tournament-header-wrapper > div {
    margin-bottom: auto;
    margin-top: auto;
}

/*Andreani S 02/01/2020*/
#root app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper {
    padding: unset;
}

#root app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper .event-date-break-wrapper-new .event-date-break {
    padding-left: 10px;
    white-space:nowrap;
}

#root .mobile app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper, #root .mobile app-sports-coupon .tournament-header-wrapper {
    top: 0;
    box-shadow: 0px 1px var(--c-shade);
}

#root .events-tournament-header {
    display: flex;
    /*     order: 1; */
}

#root .event-date-break-wrapper {
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    /* Style */
    border-top: solid 1px var(--c-shade);
    background-color: #E8EDF3
}

#root .events-item-wrapper .toggle-button {
    margin: 0;
    margin-left: 8px;
}

.events-tournaments-wrapper .has-toggle {
    width: 0px;
    /* margin-left: 4px; */
}

/*------------------*/
/*Andreani 07/01/2020 -> Somewhat fixes overflowing text on the small coupon - needs some more work*/
#root .live-match-side-coupon .match-info {
    /* flex-wrap: nowrap; */
}

#root .sports-coupon .match-is-live .match-info .match-teams, #root desktop .sports-coupon .match-is-live .match-info .match-schedule {
    justify-content: center !important;
}

#root .live-match-side-coupon .sports-coupon.small .odds-selection-default {
    padding: 0 4px;
}

#root .live-match-side-coupon .match-live-info {
    justify-content: flex-start;
    margin-right: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

#root .desktop .live-match-side-coupon .tournament-header-wrapper {
    position: unset;
    
    z-index: 18
}

#root .desktop .live-match-side-coupon .events-sport-coupon-title {
    position: sticky;
    top: 0;
    z-index: 20;
}

/*------------------*/
/* EVENTS AREA */
#root .events-tournaments-wrapper {
    display: flex;
    flex-direction: row;
    width: auto;
    flex-wrap: wrap;
    align-content: stretch;
    background-color: var(--c-tint);
}

#root .events-tournaments-wrapper .by-date-header-wrapper, #root .events-tournaments-wrapper .events-tournament-header {
    display: inline-flex;
    position: relative;
    flex: 1 1 0%;
    max-width: 100%;
    padding: 0;
    height: unset;
    background-color: unset;
}



#root .sort-by-Date .events-tournaments-wrapper .by-date-header-wrapper .event-date-break-wrapper-new {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: #a7a7a7;
    color: var(--c-black);
}

#root .mobile .events-tournaments-wrapper .by-date-header-wrapper .event-date-break-wrapper-new {
    font-weight:400;
}

#root .events-tournaments-wrapper > app-market-headings-container {
    display: inline-block;
    position: relative;
}

#root .events-tournaments-wrapper > app-market-headings-container .markets-header-wrapper {
    display: inline-flex;
    flex: 0 0 auto;
    height: 100%;
}

#root .events-tournaments-wrapper .events-tournament-content {
    display: block;
    width: 100%;
}

#root .sport-icon, #root .events-tournament-header .events-category-flag {
    width: 28px;
    height: 18px;
    min-width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    /* margin-right: 4px; */
}

#root .events-tournament-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#root .event-date-break-wrapper {
    width: 100%;
}

#root .events-item-wrapper .match-links {
    flex-direction: column-reverse;
    margin-right: 0px;
    display: flex;
    align-items: center;
}

#root .events-tournaments-wrapper .market-special {
    margin-top: auto;
    margin-bottom: auto;
    background: none;
    margin-left: 2px;
    width: 52px;
}

#root .match-teams {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    min-width: 0;
}

/*  */
/*  */
/*  */
/* fix  these*/
#root .match-market-group {
    /* height: 36px; */
}

#root .match-market-group .market-groups {
    width: 100%;
    background-color: var(--c-primary-c);
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}

#root .match-market-group .market-groups ui-button {
    height: 100%;
}

#root .match-market-group .market-groups button {
    /* background-color: var(--c-shade); */
    color: var(--c-white);
    border: none;
    border-right: solid 1px var(--c-background);
    /* border-top: solid 1px var(--c-shade); */
    /* border-bottom: 1px solid var(--c-shade); */
    height: 36px;
    padding: 0 18px;
    margin: 0;
    border-radius: 0;
}

#root .match-market-group .market-groups .button-active {
    background-color: var(--c-emphasis);
    color: var(--c-black);
    font-weight: bold;
    border-radius: 0;
    border: 1px solid var(--c-background);
    height: 100%;
}

#root .match-market-group .market-groups button label {
    flex-wrap: nowrap;
    height: 16px;
    width: 100%
}

/*  */
/*  */
#root .match-links .match-statistics {
    margin-left: 4px;
}

#root .match-market {
    height: 100%;
}

#root .match-markets-wrapper .match-market .market-content .match-odd {
    height: 48px;
    margin-top: unset;
    margin-right: unset;
    margin: 2px;
    height: 36px;
}

#root .events-item-wrapper .match-markets-wrapper .match-odd.odd-locked, #root .match-markets-wrapper .match-odd.odd-locked.bet-slip-selected >div {
    /*     border: 0; */
    /*     background-size: 20px; */
    border-radius: 2px;
    /* min-width: 52px; */
    border-color: var(--c-shade);
    /* background-color: aliceblue; */
    background-image: url(/v2.28/r/images/site/icons/Odds-Lock.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
}

#root app-sports-match .match-markets-wrapper .match-odd.odd-locked .odds-selection {
    background-color: transparent
}

#root app-sports-match .match-markets-wrapper .match-odd.odd-locked {
    border: 0;
}

#root .markets-header-wrapper {
    display: inline-flex;
    padding: 0;
    width: auto;
    height: 100%;
}

#root .markets-header-wrapper .market-header {
    margin: 0 4px 0 10px;
    padding: 0;
}

#root .desktop .match-markets-wrapper {
    flex: 0 0 auto;
    order: 3;
    background-color: unset;
    align-items: center;
    height: 100%;
}

#root .desktop .live-match-side-coupon .match-markets-wrapper:empty + .match-links {
    top: 0;
    bottom: 0;
}

#root .markets-header-wrapper .market-header .market-type-selection {
    line-height: 1;
    text-align: center;
    height: fit-content;
    /* margin: auto 1px auto 0; */
    width: 52px;
}

#root .sports-coupon > div {
    padding: 15px;
    color: var(--c-white-e);
    font-weight: 600;
    background-color: var(--c-primary);
    border-bottom: 1px solid var(--c-emphasis)
}

/* TEMP: Embedded Style Override */
#root .events-item-wrapper {
    /* border-top: 1px solid var(--c-shade); */
    display: flex;
    flex-direction: row;
    padding: 2px 4px;
    flex: 1 0 100%;
    flex-wrap: nowrap;
    max-width: 100%;
}

#root .live-match-side-coupon .events-item-wrapper {
    height: 100%;
}

#root .live-match-side-coupon .events-item-wrapper .match-market-wrapper {
    min-height: unset!important;
}

#root .events-tournament-wrapper > :not(:nth-child(1)) {
    border-top: 0px;
    box-shadow: inset 0 1px var(--c-shade-b);
}

#root .events-tournament-wrapper > :first-child {
    border-top: 1px solid var(--c-primary-b);
}

/* TEMP: Embedded Style Override */
#root .item-info-wrapper {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
    min-width: 0%;
}

#root app-market-headings-container {
    display: inline-flex;
    /*     order: 2; */
    flex: 0 0 164px;
}

/* TEMP: Override of app-markets-headings-container CSS */
#root app-market-headings-container {
    display: unset;
    order: unset;
    flex: unset;
}

#root .sort-by-Time app-market-headings-container {
    margin-left: auto;
    /* margin-right: 20px; */
}

#root .sort-by-Date app-market-headings-container {
    margin-right: 5px;
}

#root .events-item-wrapper .match-info .match-type {
    display: none;
}

/*Sort by time coupon styling*/
#root .sort-by-Time .events-item-wrapper .match-info .match-type {
    display: flex;
    height: 100%;
    order: 3;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}

#root .sort-by-Time .events-item-wrapper .match-info .match-tournament {
    white-space: nowrap;
}

#root .sort-by-Time .events-item-wrapper .match-info .match-tournament {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 3px;
}

#root .sort-by-Time .events-item-wrapper .match-info .match-category {
    display: block;
}
@media screen and (max-width: 1200px) {
    #root .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .match-info .match-type {
        position:absolute;
        top: 0;
        align-items: flex-start;
        flex-wrap: nowrap !important;
    }

    #root .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .match-info .match-teams, 
    #root  .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .match-info .match-schedule {
        padding-top: 20px
    }

    #root .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .match-info .match-category, 
    #root  .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .match-info .match-tournament {
        white-space: nowrap;
    }

    #root .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .match-info .match-tournament {
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 3px;
        margin-left: 11px
    }

    #root .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .default-sport {
        margin-left: 4px
    }

    #root .desktop.view-page-live-upcoming .sort-by-Time .events-item-wrapper .match-info .match-category {
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 3px;
        margin-left: 11px;
    }
}

@media screen and (max-width: 1500px) {
    #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .match-info .match-type {
        position:absolute;
        top: 0;
        align-items: flex-start;
        flex-wrap: nowrap !important;
    }

    #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .match-info .match-teams, #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .match-info .match-schedule {
        padding-top: 20px
    }

    #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .match-info .match-category, #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .match-info .match-tournament {
        white-space: nowrap;
    }

    #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .match-info .match-tournament {
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 3px;
        margin-left: 11px
    }

    #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .default-sport {
        margin-left: 4px
    }

    #root .desktop:not(.view-page-live-upcoming) .sort-by-Time .events-item-wrapper .match-info .match-category {
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 3px;
        margin-left: 11px;
    }
}

#root .events-item-wrapper .match-info .match-type .match-sport-icon, #root .events-item-wrapper .match-info .match-type .match-sport {
    display: none;
}

#root .home-content-block .match-info .match-teams {
    padding-right: 20px;
}

#root .match-info .match-teams .match-home-team, #root .match-info .match-teams .match-away-team {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
}

#root .match-schedule {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    flex-direction: column;
    width: auto;
    margin-right: 8px;
    /* color: var(--c-white); */
}

#root .match-total-markets {
    color: var(--c-emphasis-b);
    font-weight: 600;
    opacity: 1!important;
}

#root .desktop .sports-coupon .match-is-live .match-schedule {
    justify-content: center;
    width: 40px;
}

#root .match-schedule .match-period {
    display: none;
}


#root  .desktop app-sports-coupon:not(.match-carousel-block) .match-sport-ice-hockey .match-info .match-progress,
#root  .desktop app-sports-coupon:not(.match-carousel-block) .match-sport-basketball .match-info .match-progress {
    display:flex;
    flex-direction:row;
}
#root .match-schedule > div {
    /* margin-right: 8px; */
    /* align-items: center; */
    /* white-space: nowrap; */
    text-align: right;
    font-size: 13px    
}

#root .live-match-side-coupon .match-schedule .match-total-markets {
    text-align: right;
}

/* Hide Match-Code */
#root .match-code, #root .markets-match-code {
    display: none !important;
    font-weight: 400 !important;
}

#root .match-info .match-neutral {
    box-sizing: border-box;
    background: unset;
    border: 1px solid #333;
    color: #a7a7a7;
    line-height: 9px;
    height: 12px;
    width: 12px;
    text-align: center;
    margin: 2px;
    font-weight: 600;
    order: 4;
    position: absolute;
    right: 0;
}

#root .match-code:before {
    content: "#";
    display: inline;
}

.match-locked {
    display: none;
}

#root .match-minute {
    color: var(--c-white-e);
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#root .live-sports-coupon .match-schedule .match-progress, #root .home-live-block .match-schedule .match-progress, #root .sports-coupon-block .match-schedule .match-progress {
    order: 0;
}

#root .mobile .match-schedule .match-progress {
    display:flex;
    flex-direction:row;
}

#root .mobile .match-schedule .match-progress div:last-child {
    padding:0px 3px;
}

#root .live-sports-coupon .match-schedule .match-total-markets, #root .home-live-block .match-schedule .match-total-markets, #root .sports-coupon-block .match-schedule .match-total-markets {
    order: 1;
}

#root .home-live-block .match-links .match-favorite, #root .home-live-block .match-links .match-live-tracker, #root .home-live-block .tournament-favorite, #root .live-sports-coupon .tournament-favorite, #root .live-sports-coupon .match-links .match-favorite, #root .live-sports-coupon .match-links .match-live-tracker, #root .home-live-block .tournament-favorite, {
    width: 24px !important;
    height: 24px !important;
}

#root .match-live-info {
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 4px;
    flex-wrap: wrap;
    flex: 0 0 auto;
    position: relative;
    min-width: fit-content;
}

.match-live-info .match-progress {
    display: none;
}

#root .match-live-info .match-score-server-set-wrapper {
    display: inline-flex;
    flex-direction: row;
    order: 1;
}

#root .match-live-info .match-score-server-set-wrapper > div {
    margin-left: 4px;
}

#root .match-live-info .match-score {
    font-weight: 600;
    color: var(--c-green);
    order: 1;
    flex-direction: column;
}

#root .match-live-info .match-score .match-score-home, #root .match-live-info .match-score .match-score-away {
    text-align: right;
    opacity: 0.85;
    letter-spacing: 0.7px;
}

#root .match-live-info .match-score .match-score-home.winning-team, #root .match-live-info .match-score .match-score-away.winning-team {
    opacity: 1;
}

#root .match-live-info .match-server, #root .match-set-scores {
    display: inline-flex;
    order: -1;
}

/*  */
/*  */
#root .match-set-scores-wrapper, #root .match-set-cores-wrapper {
    flex-direction: row;
    display: flex;
}

#root .events-item-wrapper.match-sport-soccer .match-set-cores-wrapper .set-score:last-child {
    display: none;
}

#root .match-set-scores-wrapper .set-score, #root .match-set-cores-wrapper .set-score {
    text-align: right;
    margin: 0 2px;
}

#root .match-live-info .match-server {
    flex-direction: column;
    order: 0;
}

#root .match-live-info .match-server span {
    display: inline-flex;
    margin: 5px 0 4px 0;
    width: 8px;
    height: 8px;
    background-color: var(--c-black);
    border: solid 1px var(--c-shade-b);
    border-radius: 50%;
}

#root .match-server span.server-tennis {
    background-color: #f2ef08;
}

#root .match-server span.server-basketball {
    background-color: #f28d08;
}

#root .match-server span.server-volley {
    background-color: #f0f5fa;
}

#root .match-server span.server-beach-volley {
    background-color: #6ec1ff;
}

/*  */
#root .events-tournament-header {
    display: inline-flex;
    min-width: 0;
}

#root .events-tournament-header .events-category-tournament-names {
    display: inline-flex;
    width: unset;
    overflow: hidden;
    flex-direction: row;
    /* font-size: 12px; */
    line-height: 16px;
}

#root .events-tournament-header .events-category-tournament-names .events-tournament-name, #root .events-tournament-header .events-category-tournament-names .events-category-code {
    display: block;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#root .events-tournament-header .events-category-tournament-names .events-tournament-name {
    height: 16px;
    text-indent: 0;
}

#root .events-tournament-header .events-category-tournament-names .events-category-code {
    font-weight: 400;
    height: 14px;
}

#root .events-tournament-wrapper .events-match-wrapper {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: nowrap;
}

#root .events-tournament-wrapper .events-match-wrapper .match-links {
    order: 2;
    display: inline-block;
}

#root .events-tournament-wrapper .events-match-wrapper .match-match-markets-wrapper {
    order: 3;
}

#root .events-tournament-wrapper .match-links .match-favorite {
    display: none;
}

#root .match-info-wrapper .match-info .match-date {
    display: block;
}

#root .match-info-wrapper {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: row;
}

#root .match-info-wrapper > div {
    overflow: hidden;
}

/*Time Positioning Voodoo  Andreani --> 12/12/2019*/
#root .home-highlights .match-live-info .match-progress, #root .live-match-coupon .match-live-info .match-progress {
    display: none;
}

#root .desktop .sports-coupon.small .match-live-info .match-progress {
    display: none;
}

#root .item-info-wrapper {
    position: relative;
}

#root .desktop .live-match-side-coupon .live-sports-coupon .match-teams {
    padding-left: 0px;
    justify-content: flex-start;
    width: 100%;
}

#root .desktop .live-match-side-coupon .live-sports-coupon .match-teams .home-team, #root .desktop .live-match-side-coupon .live-sports-coupon .match-teams .away-team {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#root .desktop .live-match-side-coupon .live-sports-coupon .match-progress {
    height: unset;
}

#root .desktop .live-match-side-coupon .live-sports-coupon .match-progress .match-minute {
    font-size: 12px;
    font-weight: 400;
}

#root .desktop .live-match-side-coupon .live-sports-coupon .match-progress .match-period {
    display: none;
}

#root .desktop .home-highlights-block .match-schedule .match-time, #root .desktop .upcoming-sports-coupon .match-schedule .match-time {
    left: 50px;
}

#root .desktop .home-highlights-block .match-schedule .match-total-markets, #root .desktop .upcoming-sports-coupon .match-schedule .match-total-markets {
    margin-left: 130px;
}

#root .sports-coupon.small .match-info .match-neutral {
    display: none;
}

/*<------------------>*/
/*Landing Page Header Andreani --> 10/12/2019*/
.landing-page-banner .sports-coupon.small .events-tournament-wrapper {
    background-image: url(/v2.28/r/images/site/banners/Register_Banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

#root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-info .is-live-booked {
    order: 4;
    /* margin: auto; */
    /* margin-right: 4px; */
    position: absolute;
    bottom: 2px;
    left: 38px;
    opacity: 0.6;
}

.match-carousel .sports-coupon.small .match-is-live .match-live-info, .match-carousel .sports-coupon.medium .match-is-live .match-live-info {
    order: 3 !important;
    justify-content: flex-end!important;
    padding-bottom: 15px;
}

.match-carousel .sports-coupon.small .match-is-live .match-info .match-schedule .match-live, .match-carousel .sports-coupon.medium .match-is-live .match-info .match-schedule .match-live {
    display: none !important;
}

.match-carousel .sports-coupon.small .match-is-live .match-info .match-schedule .match-progress, .match-carousel .sports-coupon.medium .match-is-live .match-info .match-schedule .match-progress {
    flex-wrap: nowrap;
}

.match-carousel .sports-coupon.small .match-is-live .match-info .match-schedule, .match-carousel .sports-coupon.medium .match-is-live .match-info .match-schedule {
    display: flex!important;
    order: -1 !important;
}

.match-carousel .sports-coupon.medium .match-is-live .match-info .match-tournament, .match-carousel .sports-coupon.small .match-is-live .match-info .match-tournament {
    max-width: 120px;
}

.match-carousel .sports-coupon.medium .match-is-live .events-tournament-wrapper .events-item-wrapper, .match-carousel .sports-coupon.small .match-is-live .events-tournament-wrapper .events-item-wrapper {
    width: 50%;
}

#root .match-carousel .sports-coupon.medium .events-tournament-wrapper .match-is-live.events-item-wrapper {
    width: 300px;
}

/*------------------*/
/* Single-line Event @1280px  */
@media (min-width: 1280px) {
    #root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .item-info-wrapper .match-live-info {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        flex: 1 1 20%;
        justify-content: flex-end;
    }

    #root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .item-info-wrapper .match-live-info div {
        display: inline-flex;
        flex-direction: row;
        width: auto;
    }

    #root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-info .match-type div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 6px 0 0;
        height: auto;
        flex: 0 0 auto;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #root .sort-by-Time .events-item-wrapper .match-info .match-tournament {
        flex: unset!important;
    }

    #root .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-info .match-neutral {
        order: 3;
    }

    #root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-info .match-type .match-sport-icon {
        width: 14px;
        height: 14px;
        /* background-position: center; */
        /* background-size: contain; */
    }

    #root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-info .match-type .events-category-flag {
        height: 16px;
        /* background-position: left; */
        width: 20px;
    }

    #root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-markets-wrapper .match-market .market-content .match-odd {
        min-height: 28px;
        flex: 1 1 30%;
        max-width: 50%;
    }

    #root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) {
        padding: 2px 4px;
        /* border-top: none; */
        min-height: 32px;
    }

    /* Header Events @media 1280px */
    #root .content .desktop .events-tournaments-wrapper .events-tournament-header {
        height: 36px;
    }

    #root .content .events-tournaments-wrapper .events-tournament-header .events-category-tournament-names {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    #root .content .events-tournaments-wrapper .events-tournament-header .events-category-tournament-names div {
        flex: 1 1 auto;
        /* display: inline-flex; */
        margin: 0 4px 0 0;
        /* font-weight: 500; */
    }

    #root .content .markets-header-wrapper .market-header .market-type-selection {
        white-space: nowrap;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-align: center;
    }
}

@keyframes flash {
    from {
        color: transparent;
    }

    to {
        color: var(--c-yellow);
    }
}

/*Blink animation for sports*/
.match-sport-soccer .away-team-scored .match-score-away, .match-sport-soccer .home-team-scored .match-score-home, .match-sport-ice-hockey .home-team-scored .match-score-home, .match-sport-ice-hockey .away-team-scored .match-score-away, .match-sport-cricket .home-team-scored .match-score-home, .match-sport-cricket .away-team-scored .match-score-away, .match-sport-tennis .home-team-scored .match-score-home, .match-sport-tennis .away-team-scored .match-score-away, .match-sport-volleyball .home-team-scored .match-score-home, .match-sport-volleyball .away-team-scored .match-score-away, .match-sport-table-tennis .home-team-scored .match-score-home, .match-sport-table-tennis .away-team-scored .match-score-away, .match-sport-snooker .home-team-scored .match-score-home, .match-sport-snooker .away-team-scored .match-score-away, .match-sport-rugby .home-team-scored .match-score-home, .match-sport-rugby .away-team-scored .match-score-away {
    animation-name: flash;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 24;
    animation-direction: alternate;
    animation-play-state: running;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 24;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}

.match-sport-soccer .away-team-scored .match-away-team, .match-sport-soccer .home-team-scored .match-home-team, .match-sport-ice-hockey .home-team-scored .match-home-team, .match-sport-ice-hockey .away-team-scored .match-away-team {
    color: var(--c-yellow);
}

.scored-goal-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    animation-name: appear-animation;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    background-color: #1b1b1bcf;
    z-index: 100;
    border-radius: 10px;
}

.live-match-side-coupon .scored-goal-text {
    font-size: 12px;
}

.live-match-side-coupon .match-odd {
    font-size: 13px;
}

#root .live-match-side-coupon .events-item-wrapper.match-is-live .match-odd .odd {
    padding: 0px 4px;
}

#root .live-match-side-coupon .match-odd .mobile-outcome {
    font-weight: 600 !important;
}

#root .match-live-info .match-server span {
    display: inline-flex;
    margin: 5px 0 4px 0;
    width: 8px;
    height: 8px;
    background-color: var(--c-black);
    border: solid 1px var(--c-shade-b);
    border-radius: 50%;
}

#root .match-server span.server-beach-volley {
    background-color: #6ec1ff;
}
#root .match-server span.server-tennis {
    background-color: #f2ef08;
}

#root .match-server span.server-volleyball {
    background-color: #e6e6e6;
}

#root .match-server span.server-table-tennis {
background-color: crimson
}
#root .event-date-break {
    color:var(--c-white);
}

#root .event-date-break-wrapper-new {
    background-color:transparent!important;
}

