/*  22/12/20 DS */
#root .desktop .content .events-sport-coupon-title {
    display: inline-flex;
    flex: 0 0 auto;
    height: 40px;
    border-top: none;
    line-height: 40px;
    padding: 0 16px 0 0;
    position: sticky;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    /* font-style: italic; */
    color: var(--c-white-e);
    /* color: var(--c-emphasis); */
    letter-spacing: 0.5px;
    font-family: 'Open Sans';
    /* width:30%; */
    min-width: 200px;
    white-space: nowrap;
    background-color: var(--c-primary-d);
    z-index: 3;
}

#root .events-sport-header {
    /* Sports Header */
    background-color: var(--c-primary);
    color: var(--c-white-e);
    /*Removes Sports Header. If required delte this only */
}

#root .events-sport-header .market-drop-down-heading {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--c-white-e);
}

#root .desktop .home-highlights-block .match-schedule .match-total-markets, #root .desktop .upcoming-sports-coupon .match-schedule .match-total-markets {
    margin-left: 0px;
}

#root .desktop .events-wrapper:not(.outrights-coupon) .events-item-wrapper:hover {
    background-color: var(--c-shade);
    color: var(--c-white-e);
}

#root .events-wrapper app-inline-sports-filter {
    display: inline-flex;
    position: sticky;
    top: 0;
    z-index: 18;
    flex: 0 1 100%;
    background-color: var(--c-primary-d);
    justify-content: flex-end;
    max-width: calc(100% - 200px);
    width: calc(100% - 200px);
    min-width: 0%;
    height: 41px;
}

#root .sports-coupon .events-break-wrapper {
    width: 100%;
    display: block;
}

/* sports-coupon/breaks-events */
.events-sport-wrapper {
    display: block;
}

#root .events-sport-header {
    background-image: linear-gradient(0deg, #363636 0%, #383838 15%, #3d3d3d 75%);
    align-items: center;
    /* background-color: #2A3E55; */
    box-sizing: border-box;
    /* color: rgba(255, 255, 255, 0.7); */
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 0.015em;
    padding: 0 136px 0 8px;
    position: sticky;
    top: 40px;
    padding-right: 4px;
    height: 40px;
    z-index: 25;
    padding-right: 4px;
}

#root .mobile .events-sport-header {
    height: 48px
}

#root .mobile .sports-coupon select {
    min-height: 35px;
    font-size: 14px;
}

#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, #575757 0%, #5b5b5b 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 .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;
    flex-shrink: 0;
    order: 5;
}

/*------------------*/
/*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;
    padding-right: 0;
}

#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;
}

.favorites-sports-coupon .events-sport-coupon-title {
    align-items: center;
    background-color: var(--c-primary);
    box-sizing: border-box;
    color: var(--c-white-e);
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 0.015em;
    padding: 0 136px 0 8px;
    width: 100%;
}

.favorites-sports-coupon .events-sport-header {
    display: none;
}

.favorites-sports-coupon .sports-coupon.small .events-wrapper .events-sport-coupon-title::before {
    display: block;
    width: 20px;
    height: 25px;
    content: url(/v1.02/r/images/site/icons/Favorite_On.svg) ;
    background-position: center;
    margin-right: 5px;
}

#root .events-sport-header .market-heading {
    font-size: 13px;
    height: 50%;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    padding: 0 5px;
}

/*------------------*/
/* 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;
    min-width: 0;
    align-items: center;
    flex-direction: row;
    z-index: 900;
    order: 0;
}

#root .events-tournaments-wrapper .by-date-header-wrapper {
    flex: unset;
}

#root .desktop .events-tournaments-wrapper .events-tournament-header {
    z-index: 900;
    order: 0;
}

#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);
    /* height:30px; */
}

#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 {
    background-color: #2f2f2f;
    color: var(--c-white);
    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;
    min-height:40px;
}

#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;
    order: 2;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    color: var(--c-white-e)
}

/*  */
/*  */
/*  */
/* 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 .mobile .match-market-group .market-groups {
    overflow-x: auto;
    overflow-y: hidden;
}

#root .match-market-group .market-groups.mCustomScrollbar {
    /* width:calc(100% - 60px); */
    margin: 0 auto;
    position: relative;
}

#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;
    background: url('/v1.02/r/images/site/icons/Stats_White.svg') center center no-repeat;
    height: 18px;
    width: 18px;
}

#root .match-market {
    height: 100%;
    
}
#root app-sports-coupon:not(.match-carousel-block) .match-market {
    align-items:center;
}
#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(/v1.02/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: 100%;
    height: 100%;
}

#root .markets-header-wrapper .market-header {
    margin: 0 0px 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;
}

/* sports-coupon/breaks-events-sport */
.events-sport-content {
    display: block;
}

#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: 6px 4px;
    flex: 1 0 100%;
    flex-wrap: nowrap;
    max-width: 100%;
}

#root .sports-coupon.small .events-tournament-wrapper .events-item-wrapper {
    align-items: center;
}

#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;
    width:100%;
}

#root .events-tournament-wrapper > :not(:nth-child(1)) {
    border-top: 0px;
    box-shadow: inset 0 1px var(--c-shade-b);
}

#root .events-category-tournament-names div {
    padding: 0px 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#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%;
    padding: 0 0 0 2px;
    position: relative;
}
#root .outrights-coupon app-event-item {
    width:100%;
}
#root .outrights-coupon app-event-item .toggle-button {
    margin-right:5px;
}
/*----*/
#root .match-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 1 1 0%;
    min-width: 0%;
    /* padding-left:5px; */
    flex-wrap: nowrap;
    position: relative;
}

#root app-sports-coupon:not(.single-live-match) .sports-coupon.small .events-item-wrapper:not(.match-is-live) .match-info {
    flex-wrap: wrap;
}

#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;
    margin-left: auto;
}

#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 .sports-coupon.small .sort-by-Time .match-info .match-schedule {
        padding-top: 0px;
    }

    #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 {
    flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    width: auto;
}

#root .events-item-wrapper:not(.match-is-live) .match-info .match-teams .match-home-team, #root .events-item-wrapper:not(.match-is-live) .match-info .match-teams .match-away-team {
    padding: 2px;
}

#root .first-image-live .events-item-wrapper .match-info .match-teams .match-home-team, #root .first-image-live .events-item-wrapper .match-info .match-teams .match-away-team {
    padding: unset
}

#root .match-schedule {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    flex-direction: column;
    width: auto;
    margin-right: 0;
    /* color: #ef9000; */
}

#root .match-total-markets {
    color: #5db2f5;
    font-weight: 500;
    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: 11px;
}

#root .by-hour.sort-by-Date .match-time {
    color: #ef9000;
}

#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: #ef9000;
    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: #ef9000;
    order: 1;
    flex-direction: column;
}

#root .match-live-info .match-corners, #root .match-live-info .match-score-separator, #root .match-live-info .match-cards {
    display: none !important;
}

#root .match-schedule .match-live {
    display: none;
}

#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 .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, #root .mobile .events-category-name {
    display: block;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

#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 .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;
}

#root .mobile .match-markets-wrapper {
    flex-wrap: wrap;
    height: 100%;
}

/*<------------------>*/
/*Landing Page Header Andreani --> 10/12/2019*/
.landing-page-banner .sports-coupon.small .events-tournament-wrapper {
    background-image: url(/v1.02/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: 5px;
    right: 0px;
    opacity: 0.6;
    /* height:24px; */
}

.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;
        display: flex;
        overflow: hidden;
        text-overflow: ellipsis;
        justify-content: center;
        align-items: center;
        margin-left: 2px;
    }
}

@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:none;
    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: 5;
    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-e);
}

#root .event-date-break-wrapper-new {
    background-color: transparent!important;
}

.odds-selection-default {
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    align-items: center;
}

.events-sport-header .has-toggle {
    width: 0px;
}

#root .sports-live .events-sport-header {
    /* Hides headers in home highlights and live page */
    display: none;
}

.toggle-button.expanded {
    background-color: unset;
    display: none;
    margin-top: 4px
}

.toggle-button {
    order: 3;
}

#root .event-date-break-wrapper {
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    /* Style */
    border-top: solid 1px var(--c-shade);
    background-color: #E8EDF3
}

/* EVENTS AREA */
/* Layout */
.match-live {
    color: var(--c-emphasis);
}

#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: 32px;
}

#root .event-date-break-wrapper {
    width: 100%;
    display: none;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links {
    flex-direction: column;
    align-items: center;
    /* width:10px; */
    order: 2;
    /* position: absolute; */
    /* right: 20px; */
    /* bottom:40px; */
    margin: 2px 0;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-favorite, #root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-live-tracker {
    margin: 0;
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    background-size: contain;
}

.pi-caret-down:before, .pi-caret-right:before {
    font-size: 15px;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-live-tracker {
    margin-left: 0;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .item-info-wrapper {
    width: calc(100% - 18px);
    flex: unset;
    /* min-width: auto; */
    margin: 3px 0;
    padding-right: 4px;
}

#root .left-sidebar.live-match-side-coupon .events-tournament-wrapper .events-item-wrapper {
    position: relative;
}

#root .left-sidebar.live-match-side-coupon .sports-coupon.small .events-tournament-wrapper .events-item-wrapper {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

#root .sports-coupon.small .events-tournament-wrapper .events-item-wrapper.selected-match {
    background-color: #2a2a2a;
    color: var(--c-white);
    border-left: 4px solid var(--c-emphasis);
}

#root .events-item-wrapper .match-links .match-tv-channel {
    display: none;
}

/* TEMP: Embedded Style Override */
.is-live-booked {
    width: auto;
    /* order: 3; */
    /* margin-top: 5px; */
}

#root app-market-headings-container {
    display: inline-flex;
    order: 2;
    flex: 0 0 164px;
}

#root .desktop app-language {
    right: 104px;
    margin-left: auto;
}

/*Andreani Coupon Edit 30/12/2019 */
#root .mobile app-sports-coupon .match-is-live .match-info {
    flex-direction: column;
}

#root .mobile .match-is-live .match-info .match-schedule {
    order: 2;
    align-items: flex-start;
    flex-direction: row;
    /* flex-wrap:wrap; */
}

#root .mobile .match-is-live .match-info .match-total-markets {
    display: block;
    order: 2;
    margin-left: 10px;
}

#root .mobile .match-is-live .match-info .match-teams {
    order: 1;
}

#root .mobile .match-is-live .match-live-info {
    justify-content: unset;
}

#root .mobile .match-is-live .match-info .match-schedule .match-time {
    margin-left: 5px;
    font-size: 13px;
}

/*Sidebar coupon edit Andreani 02/01/2020*/
#root .live-match-side-coupon .match-info, #root .live-match-side-coupon .match-info .match-teams {
    flex: 1 1 100%;
    /* width: 80%; */
    overflow: hidden;
}

#root .home-content-block .match-info .match-teams {
    padding-right: 20px;
}

#root .match-markets-wrapper .market-group .market-special {
    margin-left: 5px;
}

#root .match-schedule .match-neutral {
    box-sizing: border-box;
    background: unset;
    border: 1px solid #333;
    color: #333;
    line-height: 11px;
    height: 13px;
    width: 13px;
    text-align: center;
    font-weight: 500;
}

#root .match-code:before {
    content: "#";
    display: inline;
}

.match-locked {
    display: none;
}

.match-neutral {
    border-radius: 50%;
    color: #363c44;
    font-size: 10px;
    height: 13px;
    line-height: 11px;
    text-align: center;
    width: 13px;
    margin-right: 1px;
    order: 3;
    color: #333;
    border: 1px solid #333;
}

#root .match-live-info .match-score-server-set-wrapper {
    display: inline-flex;
    flex-direction: row;
    order: 1;
}

#root .home-highlights .match-score-server-set-wrapper, #root .live-match-coupon .match-score-server-set-wrapper, #root .live-match-side-coupon .match-score-server-set-wrapper {
    color: var(--c-white);
}

#root .events-item-wrapper.match-is-live.selected-match .match-score {
    color: var(--c-white);
}

#root .mobile .match-set-scores {
    display: none;
}

#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;
    font-size: 14px;
}

#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 .sports-coupon.small .match-set-scores {
    display: none;
}

#root .sports-coupon.small .match-set-scores {
    display: none;
}

#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 !important;
    order: 0;
}

#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 .match-info-wrapper .match-info {
    flex-wrap: wrap;
    flex-direction: row;
    order: 1;
}

#root .match-info-wrapper .match-info .match-data {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: row;
}

#root .match-info-wrapper .match-info .match-data .match-teams {
    flex-direction: unset;
    display: inline-block;
    overflow: hidden;
    width: unset;
}

#root .match-info-wrapper .match-info .match-data .match-type {
    display: none;
}

#root .match-info-wrapper .match-info .match-data .match-teams .match-home-team, #root .match-info-wrapper .match-info .match-data .match-teams .match-away-team {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#root .match-info-wrapper .match-info .match-schedule {
    display: block;
    width: 100%;
}

#root .match-info-wrapper .match-info .match-schedule > div {
    display: inline-block;
    margin-right: 4px
}

#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;
}

#root .odds-selection-default.odds-selection-up:after {
    border-top-right-radius: 3px;
}

#root .odds-selection-default.odds-selection-down:after {
    border-bottom-right-radius: 3px;
}

#root .odds-selection-default .odd-outcome {
    color: var(--c-white);
}

#root #cont-match-tracker .tracker-tabs .tab-selected {
    color: var(--c-black);
}

#root .tracker-visible .match-live-tracker {
    background-color: var(--c-emphasis);
}

.international-clubs, .international-youth, .atp, .wta, .challenge, .federation-cup {
    background-image: url(../assets//themes/betomall/images/icons/flags/international-clubs.svg);
}

#root .desktop .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info {
    flex: 0 1;
    min-width: 0;
}

#root .desktop .events-tournaments-wrapper > app-market-headings-container {
    position: sticky;
    top: 48px;
    z-index: 900;
}

#root app-market-headings-container {
    order: 2;
}

#root .match-market div .market-special {
    height: 100%;
    margin-left: 2px;
    background-color: unset;
    border: var(--b-border);
    border-right: 0;
    border-color: var(--c-shade);
    border-radius: 2px 0 0 2px;
    color: var(--c-white);
    /* font-weight: normal; */
}

#root .events-item-wrapper:not(.match-is-live) .match-market div .market-special {
    color: var(--c-emphasis)
}

#root .desktop .live-match-side-coupon .events-sport-header {
    position: relative;
    top: unset;
    z-index: 2
}

#root .events-sport-header .sport-icon::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    display: flex;
    top: 0;
    left: 0;
}

#root .desktop .live-match-side-coupon .events-sport-header .events-sport-name-wrapper {
    z-index: 3;
    position: relative;
    background-color: transparent;
}

#root .desktop .live-match-side-coupon .events-sport-header .toggle-button {
    z-index: 3;
    position: relative;
    background-color: var(--c-shade);
}

#root .desktop .live-match-side-coupon .events-sport-header .events-sport-name-wrapper div {
    background-color: transparent;
}

#root .events-sport-header .sport-icon.soccer::before {
    background: linear-gradient(to right, transparent, #7ca221)
}

#root .events-sport-header .sport-icon.basketball::before {
    background: linear-gradient(to right, transparent, #e88710)
}

#root .events-sport-header .sport-icon.tennis::before {
    background: linear-gradient(to right, transparent, #dcdb2b)
}

#root .events-sport-header .sport-icon.volleyball::before {
    background: linear-gradient(to right, transparent, #fefdfd)
}

#root .events-sport-header .sport-icon.ice-hockey::before {
    background: linear-gradient(to right, transparent, #898b91)
}

#root .events-sport-header .sport-icon.e-basketball::before {
    background: linear-gradient(to right, transparent, #ff8200)
}

#root .events-sport-header .sport-icon.e-football::before {
    background: linear-gradient(to right, transparent, #167e87)
}

#root .events-sport-header .sport-icon.cricket::before {
    background: linear-gradient(to right, transparent, #774040)
}

#root .events-sport-header .sport-icon.rugby-league::before {
    background: linear-gradient(to right, transparent, #b54c32)
}

#root .events-sport-header .sport-icon.darts::before {
    background: linear-gradient(to right, transparent, #9b9a87)
}

#root .events-sport-header .sport-icon.table-tennis::before {
    background: linear-gradient(to right, transparent, #b64e4a)
}

#root .events-sport-header .sport-icon.baseball::before {
    background: linear-gradient(to right, transparent, #d7d3ba)
}

#root .events-sport-header .sport-icon.mma::before {
    background: linear-gradient(to right, transparent, #651f1f)
}

#root .events-sport-header .sport-icon.waterpolo::before {
    background: linear-gradient(to right, transparent, #8ed7e2)
}

#root .events-sport-header .sport-icon.futsal::before {
    background: linear-gradient(to right, transparent, #efc846)
}

#root .events-sport-header .sport-icon.snooker::before {
    background: linear-gradient(to right, transparent, #228a2b)
}

#root .events-sport-header .sport-icon.beach-volley::before {
    background: linear-gradient(to right, transparent, #a78456)
}

#root .events-sport-header .sport-icon.rugby-union::before {
    background: linear-gradient(to right, transparent, #353f55)
}

#root .events-sport-header .sport-icon.handball::before {
    background: linear-gradient(to right, transparent, #a7b3cc)
}

.team-match-red-cards-away, .team-match-red-cards-home, .team-yellow-cards-away, .team-yellow-cards-home {
    display: inline-flex;
    width: 10px;
    height: 14px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--c-black);
    border-radius: 2px;
    font-weight: 400
}

#root .beto-sports-coupon:not(.match-carousel-block) .match-info .match-teams .match-home-team, #root .beto-sports-coupon:not(.match-carousel-block) .match-info .match-teams .match-away-team {
    display: inline-block;
}

#root .team-yellow-cards-away, #root .team-yellow-cards-home {
    background-color: var(--c-yellow);
    border: 1px solid var(--c-shade-b);
    margin-left: 2px;
    display: none;
}

#root .team-match-red-cards-away, #root .team-match-red-cards-home {
    background-color: var(--c-red);
    box-shadow: 1px 1px 2px var(--c-shade-b);
    color: var(--c-white-e);
    margin-left: 2px;
}
#root .desktop .sports-coupon-block .match-cards,
#root .left-sidebar.live-match-side-coupon .team-match-red-cards-away, #root .left-sidebar.live-match-side-coupon .team-match-red-cards-home, #root .mobile .team-match-red-cards-away, #root .mobile .team-match-red-cards-home,
#root .home-live-block .team-match-red-cards-away, #root .home-live-block .team-match-red-cards-home {
    display: none!important;
}

@media screen and (max-width: 1330px) {
    #root .home-live-block .small .team-match-red-cards-away, #root .home-live-block .small .team-match-red-cards-home {
        display:none;
    }
}

#root app-special-switch {
    display:flex;
    align-items:center;
}
#root app-special-switch div{
    min-width:52px;
    
   height:100%;
    text-align:center;
}

#root app-special-switch select {
    -webkit-appearance:revert;
   font-weight:500;
    border-color:var(--c-shade-b);
    padding-right:unset;
    color:var(--c-emphasis);
}
#root .desktop app-special-switch select:hover {
     border-color:var(--c-shade)
}
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-soccer .home-team-scored .match-info .match-teams .match-home-team, 
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-soccer .away-team-scored .match-info .match-teams .match-away-team,
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-ice-hockey .home-team-scored .match-info .match-teams .match-home-team, 
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-ice-hockey .away-team-scored .match-info .match-teams .match-away-team,
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-handball .home-team-scored .match-info .match-teams .match-home-team, 
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-handball .away-team-scored .match-info .match-teams .match-away-team  {
    
    vertical-align: middle;
    line-height: 20px;
}
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-soccer .home-team-scored .match-live-info  .match-score-home,
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-soccer .away-team-scored .match-live-info  .match-score-away,
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-ice-hockey .home-team-scored .match-live-info  .match-score-home,
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-ice-hockey .away-team-scored .match-live-info  .match-score-away,
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-handball .home-team-scored .match-live-info  .match-score-home,
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-handball .away-team-scored .match-live-info  .match-score-away {
    vertical-align: middle;
    line-height: 20px;
}
#root .beto-sports-coupon:not(.match-carousel-block) .match-sport-soccer .home-team-scored .match-info .match-teams .match-home-team::before, #root .beto-sports-coupon:not(.match-carousel-block) .match-sport-soccer .away-team-scored .match-info .match-teams .match-away-team::before {
    content: ".";
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/v1.19/r/images/site/icons/goal.gif);
    background-position: center;
    background-size: 20px;
    margin-right: 5px;
    color: transparent;
}
#root .beto-sports-coupon:not(.match-carousel-block)  .match-sport-ice-hockey .home-team-scored .match-info .match-teams .match-home-team::before, #root .beto-sports-coupon:not(.match-carousel-block) .match-sport-ice-hockey .away-team-scored .match-info .match-teams .match-away-team::before {
    content: ".";
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/v1.37/r/images/site/icons/hkgoal.gif);
    background-position: center;
    background-size: 20px;
    margin-right: 5px;
    color: transparent;
}
#root .beto-sports-coupon:not(.match-carousel-block) .match-sport-handball .home-team-scored .match-info .match-teams .match-home-team::before, #root .beto-sports-coupon:not(.match-carousel-block) .match-sport-handball .away-team-scored .match-info .match-teams .match-away-team::before {
    content: ".";
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/v1.37/r/images/site/icons/handballgoal.gif);
    background-position: center;
    background-size: 20px;
    margin-right: 5px;
    color: transparent;
}
.match-market div {
    height: 100%;
}
