<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mv 2022-12-18 &gt;&gt;&gt; changed home banner back to the prev value */
/* mv 2022-11-18 &gt;&gt;&gt; changed home banner to: homeHeaderBanner_EN.png */

/* ds 17/12 line768 */
/* mv 2020-12-02 */
/* 15/10/20 ThV */
#root .desktop .sports-coupon.small .events-tournament-wrapper {
    flex-direction: column;
}

#root .content .outrights-coupon .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-info .match-type {
    display: flex;
}

#root .content .events-tournament-content .events-tournament-wrapper .events-item-wrapper:not(.match-is-live) .match-info .match-type {
    display: none;
}

.market-header {
    min-width: 54px;
}

/*IPhone scrolling fix*/
.ui-overflow-hidden {
    position: fixed;
    top: 0;
    left: 0;
}

#root .profile-menu {
    overflow: unset;
}

#root .events-tournament-header .events-category-tournament-names {
    flex-direction: column;
}

#root .match-page {
    /*     position: relative; */
    /* height: 800px; */
    display: flex;
    flex-direction: column;
}

#root .desktop.view-page-match.bet-builder .content {
    /* overflow:unset; */
    /* margin-right:8px; */
}

#root .desktop.view-page-match.bet-builder .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100
}

#root .desktop .home-shortcut-item .home-shortcut-item-football {
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-primary);
    border-radius: 4px;
    /* margin-bottom: 0px; */
}

.events-item-wrapper .match-progress .match-period {
    display: none!important;
}

.match-odd.odd-locked.odds-not-offered:not(.match-suspended) {
    background-image: none !important;
    position: relative;
}

.match-odd.odds-not-offered:not(.match-suspended):before {
    content: "N/O";
    position: absolute;
    /* background-color: var(--c-paper); */
    pointer-events: none;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 600;
    /* padding: 0 10px; */
}

.match-odd.odds-not-offered.match-suspended:before {
    content: "";
    display: none;
}

.match-carousel .events-wrapper .match-odd.odd-locked.odds-not-offered:before, .live-match-side-coupon .events-wrapper .match-odd.odd-locked.odds-not-offered:before, .match-page .match-odd.odd-locked.odds-not-offered:before {
    width: 44px;
}

.match-page .match-odd.odd-locked.odds-not-offered .odd-outcome {
    width: 50%;
    display: block;
}

.events-sport-coupon-title {
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: var(--c-primary);
    color: var(--c-white-e);
    font-weight: 600;
}

#root .match-sport-snooker .item-info-wrapper .match-info .match-neutral, #root .events-item-wrapper.match-sport-darts .match-neutral {
    display: none!important;
}

.mobile .header .user-account {
    right: 10px;
}

#root .mobile .header .header-links-right .my-bets {
    right: 25%
}

#root app-l-cpn:not(.outrights-coupon) .tournament-header-wrapper .toggle-button, #root app-l-cpn:not(.outrights-coupon) .tournament-header-wrapper .toggle-button.expanded,
#root app-sports-coupon:not(.outrights-coupon) .tournament-header-wrapper .toggle-button, #root app-sports-coupon:not(.outrights-coupon) .tournament-header-wrapper .toggle-button.expanded {
    display: none;
}

#root .toggle-button:after, #root .outrights-coupon .events-category-header .toggle-button:after {
    height: 20px;
    width: 20px;
    color: transparent;
    /* background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg); */
    /* background-position: bottom; */
    background-size: 20px 20px;
    border-radius: 50%;
    /* background-color: var(--c-shade); */
    /* box-shadow: inset 0px 2px 2px var(--c-shade); */
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#root .events-category-header-outrights .toggle-button {
    height: 24px;
}

#root .toggle-button.expanded:after, #root .outrights-coupon .events-category-header .toggle-button.expanded:after {
    /* background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg); */
    /* background-color: var(--c-primary); */
    /* box-shadow: inset 0px 2px 2px var(--c-shade); */
    /* background-position: bottom; */
    background-size: 20px 20px;
    border-radius: 50%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#root .sort-by-Date app-market-headings-container {
    margin-right: unset;
}

#root .mobile .view-page- .events-sport-header {
    padding-right: 30px;
}

#root .pagination-disabled, app-breaks-events + div {
    height: 24px;
    display: flex;
    align-items: center;
}

#root .pagination-disabled a, app-breaks-events + div a {
    padding: 0 5px;
    color: var(--c-white-e)
}

#root .pagination-disabled a.disabled, app-breaks-events + div a.disabled {
    color: var(--c-shade-b)
}

#root .desktop .gotolive {
    height: 32px;
    border-radius: 0 0 4px 4px;
    width: 100%;
    display: inline-flex;
    padding: 0 40px 0 46px;
    align-self: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: var(--c-white-e);
    margin-right: 0;
    margin-top: -12px;
    flex-direction: row;
    justify-content: flex-end;
}

/* #root .desktop.device-desktop .gotolive div:hover {
    color: var(--c-emphasis);
} */
#root .desktop .gotolive {
    background-color: var(--c-primary);
    /* border-bottom: 1px solid var(--c-black); */
    /* border-radius: 0 0 4px 4px; */
    font-size: 13px;
    /* border: 1px solid var(--c-white); */
}

#root .desktop .gotolive div:after {
    /* content: ""; */
    /* background-image: url(/v1.02/r/images/site/menurightarr.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 10px 10px; */
    /* margin-left: 10px; */
    /* width: 10px; */
    /* height: 10px; */
    content: '';
    position: absolute;
    background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg);
    background-size: 20px;
    background-position: center;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    opacity: 0.7;
    top: 2px;
    right: -32px;
}

#root .desktop .gotolive div:before {
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(/v1.02/r/images/site/icons/Live_active.svg);
    display: inline-block;
    position: absolute;
    left: -36px;
    top: 2px;
}

#root .desktop.device-desktop .gotolive div:hover:after {
    opacity: 1;
}

#root .mobile .match-favorite {
    margin-right: unset;
}

#root .mobile .events-item-wrapper {
    padding: 2px 0 2px 4px;
}

@media screen and (max-width: 320px) {
    #root .mobile app-l-cpn .sport-icon,
    #root .mobile app-sports-coupon .sport-icon {
        display:none;
    }
}

#root .match-carousel .match-score-server-set-wrapper .match-set-scores {
    display: none;
}

#root .match-carousel .match-live-info {
    justify-content: flex-end;
    padding-bottom: 8px;
}

#root .timerange-title {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    /* background-color: var(--c-primary); */
    color: var(--c-white-e);
    position: absolute;
    top: -32px;
}

#root .match-score-server-set-wrapper .match-server-away, #root .match-score-server-set-wrapper .match-server-home {
    min-height: 16px;
}

#root .match-live-info .match-score-server-set-wrapper &gt; div {
    margin-top: 10px;
}

#root .match-live-info {
    justify-content: flex-end
}

#root .live-set span {
    padding-right: 0;
    height: 14px;
    line-height: 14px;
    text-align: center;
}

#root .live-match-server {
    min-height: 16px;
    height: 16px;
    min-width: 6px;
    padding-top: 3px;
    align-items: center;
}

#root .live-match-server .server-tennis, #root .live-match-server .server-table-tennis, #root .live-match-server .server-volleyball, #root .live-match-server .server-darts {
    display: inline-flex;
    margin: 6px 0 4px 0;
    width: 6px;
    height: 6px;
    background-color: yellowgreen;
    border-radius: 50%;
}

#root .live-match-server .server-table-tennis, #root .live-match-server .server-darts {
    background-color: var(--c-red)
}

/*Firefox fix*/
input[type=number] {
    -moz-appearance: textfield;
}

app-breaks-events + div {
    background-color: var(--c-primary);
    display: flex;
    justify-content: center;
    height: auto;
}

#root .guest-register-banner-wrapper {
    min-height: 130px;
    width: 100%;
    height: 130px;
}

#root .guest-register-banner-wrapper .guest-register-banner {
    position: relative;
    background: url(/v1.02/r/images/site/banners/Register_Banner.png) center center no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    pointer-events: none;
}

@media (max-width: 360px) {
    #root .guest-register-banner-wrapper .guest-register-banner {
        background: url(/v1.02/r/images/site/banners/RegBonus_MainBanner_360.png) center center no-repeat;
        
    }
}

/* OLD CODE */
/* @media (min-width: 360px) {
    #root .lang-en .guest-register-banner-wrapper .guest-register-banner,
    #root .lang-undefined .guest-register-banner-wrapper .guest-register-banner {
        background: url(/v1.02/r/images/site/banners/homeHeaderBanner_EN.png) center center no-repeat;
        background-size: cover;
    }
    #root .lang-el .guest-register-banner-wrapper .guest-register-banner {
        background: url(/v1.02/r/images/site/banners/homeHeaderBanner.png) center center no-repeat;
        background-size: cover;
    }
} */
/* NEW CODE */
@media (min-width: 1000px) {
    #root .lang-en .guest-register-banner-wrapper .guest-register-banner,
    #root .lang-undefined .guest-register-banner-wrapper .guest-register-banner {
        background: url(/v1.02/r/images/site/banners/RegBonus_MainBanner_1020.png) center center no-repeat;
        /* background: url(/v1.02/r/images/site/banners/newhomebanner3.png) center center no-repeat; */
        /* background: url(/v1.02/r/images/site/banners/homeHeaderBanner_EN.png) center center no-repeat; */
        background-size: cover;
    }
    #root .lang-el .guest-register-banner-wrapper .guest-register-banner {
        background: url(/v1.02/r/images/site/banners/RegBonus_MainBanner_1020.png) center center no-repeat;
        /* background: url(/v1.02/r/images/site/banners/newhomebanner3.png) center center no-repeat; */
        /* background: url(/v1.02/r/images/site/banners/homeHeaderBanner.png) center center no-repeat; */
        background-size: cover;
    }
}
@media (min-width: 360px) {
    #root .lang-en .guest-register-banner-wrapper .guest-register-banner,
    #root .lang-undefined .guest-register-banner-wrapper .guest-register-banner {
        background: url(/v1.02/r/images/site/banners/RegBonus_MainBanner_1020.png) center center no-repeat;
        /* background: url(/v1.02/r/images/site/banners/newhomebanner3.png) center center no-repeat; */
        /* background: url(/v1.02/r/images/site/banners/homeHeaderBanner_EN.png) center center no-repeat; */
        background-size: cover;
    }
    #root .lang-el .guest-register-banner-wrapper .guest-register-banner {
        background: url(/v1.02/r/images/site/banners/RegBonus_MainBanner_1020.png) center center no-repeat;
        /* background: url(/v1.02/r/images/site/banners/newhomebanner3.png) center center no-repeat; */
        /* background: url(/v1.02/r/images/site/banners/homeHeaderBanner.webp) center center no-repeat; */
        background-size: cover;
    }
}

#root .guest-register-banner-wrapper app-widget-host {
    height: 100%;
    width: 100%;
}

#root .guest-register-banner-wrapper .guest-register-banner .bonus-text {
    position: absolute;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    /* mv: changed text color */
    /* color: #f8ed6f; */
    color: var(--c-paper);
    ; font-size: 26px;
    font-weight: 900;
    text-align: left;
    width: 50%;
    line-height: 26px;
    top: 20px;
    left: 10px;
    text-transform: uppercase;
    pointer-events: none;
}

#root .guest-register-banner-wrapper .guest-register-banner .register-text {
    position: absolute;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    /* mv: changed text color */
    /* color: #f8ed6f; */
    color: var(--c-paper);
    ; font-size: 16px;
    font-weight: 900;
    text-align: left;
    width: 50%;
    line-height: 18px;
    bottom: 10px;
    left: 10px;
    text-transform: capitalize;
    pointer-events: none;
}

#root .ct-live-0 .gotolive {
    display: none;
}

#root app-l-cpn .events-tournaments-wrapper .by-date-header-wrapper .tournament-favorite.favorite, #root app-l-cpn .tournament-header-wrapper .tournament-favorite.favorite,
#root app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper .tournament-favorite.favorite, #root app-sports-coupon .tournament-header-wrapper .tournament-favorite.favorite {
    background: url(/v1.02/r/images/site/icons/Favorite_On.svg) center center / 18px no-repeat;
    opacity: 1;
}

::-ms-input-placeholder {
    padding-right: 5px;
}

#root .bet-container .bet-actions .bet-odds-inline.bet-odds-values {
    height: 100%;
    align-items: right;
}

#root .bet-container .bet-actions {
    align-items: center;
}

input::-webkit-input-placeholder {
    margin-right: 6px;
}

#root .numeric-input-wrapper input {
    text-indent: -6px;
}

#root .sports-coupon .match-set-scores-wrapper &gt; div:not(:last-child) {
    display: none;
}

#root .markets-match-live-info-wrapper .live-set {
    display: flex;
    flex-direction: column;
    margin-right: 4px;
}

#root .markets-match-live-info-wrapper .live-set:before, #root .markets-match-live-info-wrapper .live-set.set1:before, #root .markets-match-live-info-wrapper .live-set.set2:before, #root .markets-match-live-info-wrapper .live-set.set3:before, #root .markets-match-live-info-wrapper .live-set.set4:before {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: var(--c-white);
    text-align: center;
    opacity: 0.3;
}

#root .markets-match-live-info-wrapper .live-set.set0:before {
    content: "1";
}

#root .markets-match-live-info-wrapper .live-set.set1:before {
    content: "2";
}

#root .markets-match-live-info-wrapper .live-set.set2:before {
    content: "3";
}

#root .markets-match-live-info-wrapper .live-set.set3:before {
    content: "4";
}

#root .markets-match-live-info-wrapper .live-set.set4:before {
    content: "5";
}

#root .markets-match-live-info-wrapper .live-set.set5:before {
    content: "6";
}

#root .markets-match-live-info-wrapper .live-set.set6:before {
    content: "7";
}

#root .markets-match-live-info-wrapper .live-set.set7:before {
    content: "8";
}

#root .markets-match-live-info-wrapper .live-set.set8:before {
    content: "9";
}

#root .markets-match-live-info-wrapper .live-match-sets-wrapper {
    display: flex;
}

#root .live-match-name {
    width: unset!important;
}

#root .live-match-name div {
    display: flex;
}

#root .sports-match-header-wrapper .markets-match-live-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

#root .sports-match-header-wrapper .live-match-set-scores:nth-child(3) {
}

#root .mobile .match-carousel .sports-coupon.small .events-tournament-wrapper .events-item-wrapper .match-market-wrapper {
    min-height: unset;
}

#root .mobile .match-carousel .sports-coupon .match-info .match-progress, #root .mobile .match-carousel .sports-coupon .match-live-info .match-progress .match-period {
    display: none;
}

#root .mobile .match-carousel .sports-coupon .match-sport-volleyball .match-live-info .match-minute {
    display: flex;
    ; }

#root .mobile .match-carousel .sports-coupon .match-live-info .match-progress {
    display: flex;
    color: var(--c-white);
    justify-content: flex-end
}

#root .sports-match-header-wrapper .markets-match-data, #root .sports-match-header-wrapper .markets-match-live-info-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

#root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-name div {
    white-space: nowrap;
}

@media screen and (max-width: 340px) {
    #root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-set-scores .live-title, #root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers .live-title {
        display:none;
    }

    #root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-set-scores , #root .sports-match-header-wrapper .markets-match-live-info-wrapper .live-match-servers {
        /* min-width: 30px; */
        align-items: center;
    }
}

#root .toggle-button {
    display: inline-flex;
    /* box-shadow: inset 0px 2px 2px var(--c-shade), 0 1px 1px var(--c-white-e); */
    border-radius: 50%;
    /* background-color: var(--c-white); */
    margin-left: auto;
}

#root .match-carousel .sports-coupon.medium .match-market-wrapper {
    width: calc(100% - 10px);
    width: 100%;
    justify-content: center;
}

#root .match-carousel .sports-coupon.medium .match-markets-wrapper .match-market div .match-odd:first-child:nth-last-child(2n), #root .match-carousel .sports-coupon.medium .match-markets-wrapper .match-market div .match-odd:first-child:nth-last-child(2n) ~ .match-odd {
    width: 50%;
}

.cc-window.cc-floating {
    max-width: 100%;
}

#root app-outrights-coupon .item-info-wrapper {
    align-items: center;
}

#root .desktop.ct-live-0 .events-sport-coupon-title, #root .desktop.ct-live-0 .gotolive.link {
    /* display: none; */
}

@media screen and (max-width: 1000px) and (orientation: portrait), screen and (max-width: 1024px) and (orientation: landscape) {
    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-floating {
        left: 0;
        right: 0;
    }
}

.loading-spinner app-widget-host {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-dual-ring {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid var(--c-emphasis);
    border-color: var(--c-emphasis) transparent var(--c-emphasis) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#root .match-live-info .match-score-server-set-wrapper {
    position: relative;
}

#root .match-live-info .match-score-server-set-wrapper .match-server {
    left: -10px;
    position: absolute;
    top: 0;
}

#root .mobile .sports-coupon .match-is-live .match-info .match-teams {
    justify-content: flex-end;
}

#root .desktop .body .content.site-text {
    max-height: 100vh!important;
    height: 100vh;
}

#root .desktop .term-menu-links ul {
    display: flex;
    flex-direction: column;
    margin: unset;
}

#root .desktop .term-menu-links li a {
    color: var(--c-white-e);
    padding: 10px;
    background-color: var(--c-primary);
    border-bottom: 1px solid var(--c-shade-b)
}

#root .desktop .term-menu-links li a.active {
    background-color: var(--c-emphasis)
}

#root .desktop .user-nav ul {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin: unset;
    background-color: var(--c-paper)
}

#root .user-nav-container {
    overflow: auto;
    max-height: calc(100vh - 128px);
    background-color: var(--c-paper)
}

.user-nav .menu li .menu li a {
    padding-left: 20px!important;
    background-color: var(--c-paper)!important;
    border: none!important;
}

.desktop.device-desktop .user-nav .menu li .menu li a:hover,.desktop.device-desktop .user-nav .menu li .menu li:hover, #root .desktop.device-desktop .user-nav ul li a:hover {
    background-color: var(--c-shade)!important;
    /* color: var(--c-white-e)!important; */
}

#root .desktop.device-desktop .user-nav ul li a span:hover {
    color: var(--c-black);
}

#root .desktop .user-nav ul li a {
    padding: 10px;
    background-color: var(--c-shade);
    color: var(--c-black);
    border-bottom: 1px solid var(--c-shade)
}

#root .desktop .user-nav &gt; ul &gt; li &gt; a {
    pointer-events: none;
}

#root .desktop .user-nav ul li a.active {
    background-color: var(--c-emphasis)!important;
    color: var(--c-white-e);
    position: relative;
}

#root .desktop .user-nav &gt; .menu &gt; li &gt; a.active {
    background-color: var(--c-emphasis-b)!important;
}

.desktop.device-desktop .menu li:hover .menu,.menu li a.active + .menu {
    display: block;
    left: 0;
    position: unset;
    top: 100%;
}

#root .market-group-header .fav-market-button {
    margin: 0 4px;
    color: transparent;
    width: 18px;
    height: 18px;
    background: url(/v1.02/r/images/site/icons/Favorite_Off.svg) center center / 18px no-repeat;
    opacity: 0.4;
}

#root .desktop.device-desktop .market-group-header .fav-market-button:hover, #root .desktop.device-desktop .market-group-header .fav-market-button.selected:hover {
    opacity: 1;
}

#root .market-group-header .fav-market-button.selected {
    background-image: url(/v1.02/r/images/site/icons/Favorite_On.svg);
    opacity: 0.7
}

#root .match-markets-wrapper .market-group .market-group-header {
    align-items: center;
}

#root .desktop .live-match-side-coupon .match-links .match-favorite {
    opacity: 0;
    width: 1px;
}

#root .desktop.device-desktop .live-match-side-coupon .events-item-wrapper:hover .match-links .match-favorite {
    opacity: 1;
    width: 24px;
    position: absolute;
    top: 0px;
    right: -27px;
}

#root span.server-beach-volley {
    display: inline-flex;
    border-radius: 50%;
    background-color: #6ec1ff;
    width: 8px;
    height: 8px;
}

#root .live-match-side-coupon .favorites-sports-coupon .events-sport-header {
    display: none;
}

#root .live-match-side-coupon .favorites-sports-coupon .tournament-header-wrapper {
    top: 0px;
}

#root .desktop .match-tracker-toggle &gt; app-widget-host {
    height: 36px;
    background-color: var(--c-primary-c);
    display: flex;
    justify-content: center;
}

#root .desktop .right-sidebar {
    transition: all 0.5s ease-out;
}

#root.large .desktop .right-sidebar {
    min-width: 500px;
}

#root .desktop .right-sidebar .match-tracker-toggle .max-icon {
    width: 40px;
    height: 36px;
    background: url(/v1.02/r/images/site/icons/Maximize-White.svg);
}

#root.large .desktop .right-sidebar .match-tracker-toggle .max-icon {
    background: url(/v1.02/r/images/site/icons/Maximize-White.svg);
}

#root .desktop .menu-block {
    display: flex;
    max-width: 360px;
    min-width: 300px;
    height: 300px;
    position: relative;
    background-color: red;
}

#root .desktop .user-left-sidebar .username {
    padding: 5px 0px;
    font-size: 16px;
}

#root .desktop .user-left-sidebar .deposit-link {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-green);
    border-radius: 4px;
}

#root .desktop .user-page-content .pref-section {
    padding: 10px;
}

#root .desktop .user-page-content .pref-section .title {
    padding: 10px 0;
    text-indent: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#root .desktop .user-page-content .pref-section .subtitle, #root .desktop .user-page-content .pref-section .set-odds-format .filter-odds-name {
    padding: 5px 0;
    text-indent: 5px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#root .desktop .user-page-content .pref-section .set-odds-format div {
    display: flex;
    flex-direction: column;
}

#root .desktop .user-page-content .pref-section .set-odds-format .ui-dropdown {
    min-width: 100px;
    width: 200px;
    height: 36px;
    display: flex;
    justify-content: center;
    padding-left: 5px;
}

#root .desktop .user-page-content .pref-section .set-language {
    background-color: var(--c-shade-b)
}

#root .mobile .mobile-navigation-view {
    background-color: var(--c-primary-d);
}

#root .account-info .balance {
    display: flex;
}

#root.hide-user-funds .account-info .balance {
    display: none;
}

#root .draw-text {
    display: none;
}

#root .events-break-wrapper.sort-by-Date .events-category-tournament-names {
    display: flex;
    align-items: center;
}

#root .events-break-wrapper.sort-by-Date .events-category-tournament-names div {
    padding: 0 2px;
}

#root app-l-cpn .events-tournaments-wrapper .by-date-header-wrapper,
#root app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper {
    padding: 0 2px 0 4px;
    display: flex;
    align-items: center;
    /*background-color: var(--c-paper);*/
    z-index: 2;
}

.sort-by-Date .date-with-time, .sort-by-Date .match-date {
    display: none;
}

#root .mobile app-l-cpn .sort-by-League .tournament-header-wrapper,
#root .mobile app-sports-coupon .sort-by-League .tournament-header-wrapper {
    top: 102px;
}

#root .desktop app-l-cpn .sort-by-League .tournament-header-wrapper,
#root .desktop app-sports-coupon .sort-by-League .tournament-header-wrapper {
    top: 48px;
}

#root .desktop .live-sports-coupon .sort-by-League .tournament-header-wrapper {
    top: unset;
}

#root .sort-by-Date .events-sport-header {
    z-index: 9
}

.mobile .sort-by-Date .events-sport-header, .mobile .sort-by-League .events-sport-header {
    position: sticky;
    position: -webkit-sticky;
    top: 54px;
    z-index: 10
}

#root .mobile app-l-cpn .events-tournaments-wrapper .by-date-header-wrapper,
#root .mobile app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper {
    /*    top: 102px */
}

#root .mobile .events-tournament-header .events-category-tournament-names .events-category-name, #root .mobile .events-tournament-header .events-category-tournament-names .events-tournament-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#root .mobile .events-tournament-header .electronic-leagues + .events-category-tournament-names .events-tournament-name {
    height: 28px;
    line-height: 13px;
    white-space: normal;
}

#root .is-live-booked:after {
    background: transparent url(betomall/images/live.svg) center center no-repeat;
    /* height: 15px; */
    /* width: 15px; */
}

#root .match-market-group .market-groups button {
    background: linear-gradient(180deg, var(--c-shade) 0%, transparent 100%);
    font-weight: 600;
}

#root .match-market-group .market-groups .button-bet-builder-btn.active, #root .match-market-group .market-groups .button-active {
    color: var(--c-white-e);
    background: linear-gradient(0deg, rgba(17,133,195,1) 0%, rgb(36, 149, 206,1) 50%, rgb(74, 177, 232) 100%);
    border: none;
}

/* 
#root .desktop.device-desktop .match-market-group .market-groups .button-bet-builder-btn:hover {
    color: var(--c-white-e);
    background: linear-gradient(0deg, rgb(84, 188, 241) 0%, rgb(119, 191, 227) 53%, rgb(154, 213, 245) 100%);
} */
#root .desktop.device-desktop .match-market-group .market-groups .button-notactive:hover {
    /* border: none; */
    background: linear-gradient(0deg, rgb(206, 210, 216) 0%, rgb(214, 220, 225) 50%, rgb(221, 226, 231) 100%);
}

/* 
#root .match-market-group .market-groups button.button-bet-builder-btn {
    color: var(--c-white-e);
    background: linear-gradient(0deg, rgb(154, 213, 245) 0%, rgb(119, 191, 227) 53%, rgb(84, 188, 241) 100%);
}
 */
/* #root .match-market-group .market-groups button.button-bet-builder-btn.active {
    background-color: #2495ce;
    background-image: unset;
    color: white;
} */
#root .match-market-group .market-groups button.button-bet-builder-btn span {
    /* text-shadow: 0 -1px 1px #0004; */
    /* text-transform: uppercase; */
}

/* #root .match-market-group .market-groups .button-active {
    background-color: rgba(255, 255, 255, 0.7);
    background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(255,255,255,0.7) 100%);
}
 */
.markets-match-header .match-period {
    display: none;
}

.menu-item.link {
    margin: auto 0px;
    color: #fff;
    font-size: 16px;
    padding: 4px 8px;
    height: 32px;
    line-height: 24px;
    margin-right: auto;
    position: relative;
}

#root .menu-item.link div {
    color: var(--c-white);
}

#root .desktop.device-desktop .menu-item.link:hover div {
    color: var(--c-white-e);
}

#root .view-page-user-mybets .menu-item.link, #root .view-page-user-settledbets .menu-item.link {
    background-color: var(--c-emphasis);
    border-radius: 2px;
    color: var(--c-white-e);
}

#root .view-page-user-mybets .menu-item.link div, #root .view-page-user-mybets-settled .menu-item.link div {
    color: var(--c-white-e);
}

#root .ct-outrights-0 .outrights-coupon {
    display: none;
}

#root .desktop .header .product-bar .product-menu {
    flex: unset;
    min-width: unset;
}

#root .openbets-counter-name {
    display: none;
}

#root .menu-item.link .bets-number-container.no-open-bets, #root .betslip-panel-menu-item .openbets-counter .bets-number-container.no-open-bets {
    display: none;
}

#root .menu-item.link .bets-number-container .bets-number {
    position: absolute;
    top: -6px;
    left: calc(100% - 8px);
    padding: 0 4px;
    background-color: var(--c-green);
    color: var(--c-white-e);
    border-radius: 8px;
    font-size: 11px;
    min-width: 14px;
    line-height: 14px;
    font-weight: 600;
    border: 2px solid var(--c-primary);
}

.mobile .my-bets.link .openbets-counter {
    margin-left: -6px;
    margin-top: -3px;
}

.mobile .my-bets.link .openbets-counter .bets-number {
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    justify-content: center;
    width: 15px;
}

.mobile .my-bets.link .openbets-counter .openbets-counter-name {
    display: none;
}

#root .betslip-title .betslip-label {
    display: none;
}

.tabbed-betslip-container {
    min-width: 320px;
}

.betslip-panel-menu app-widget-host, .bet-history-menu app-widget-host {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.betslip-panel-menu-item, .bet-history-menu-item {
    width: 50%;
    color: var(--c-emphasis);
    font-weight: 400;
}

.bet-history-menu-item {
    color: var(--c-white);
}

.bet-history-menu-item,.bet-history-menu-item app-widget-host .action,.bet-history-menu .Array {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 36px;
}

.mobile .bet-history-menu-item, .betslip-panel-menu .Array, .Array {
    width: 50%;
}

.bet-history-menu-item app-widget-host {
    flex-direction: column !important;
}

#root .betslip-wrapper, #root.betslip-menu-mybets .bethistory-open, #root.betslip-menu-mybets.settled .bethistory-settled, #root.settled .mobile .bethistory-settled {
    display: block;
}

#root.betslip-menu-mybets.bet-added .bethistory-open, #root.betslip-menu-mybets.bet-added.settled .bethistory-settled, #root.betslip-menu-mybets.bet-added .bet-history-menu {
    display: none;
}

#root.betslip-menu-mybets.bet-added .betslip-wrapper {
    display: block;
}

#root.betslip-menu-mybets:not(.bet-added) .my-bet-history {
    display: block
}

#root.betslip-menu-mybets .betslip-wrapper,#root .my-bet-history, #root.betslip-menu-mybets .bethistory-settled, #root.betslip-menu-mybets.settled .bethistory-open, #root .mobile .bethistory-settled, #root.settled .mobile .bethistory-open {
    display: none;
}

#root.settled .bet-history-menu-item:nth-child(2), #root .bet-history-menu-item:nth-child(3) {
    color: var(--c-white);
    border: none;
    background-color: var(--c-primary-d);
    box-shadow: inset 0px 5px var(--c-shade);
    border-bottom: 2px solid var(--c-primary-d);
}

.betslip-panel-menu {
    display: flex;
    flex-direction: column;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.betslip-panel-menu .Array {
}

#root .betslip-panel-menu .betslip-panel-menu-item:nth-child(2), #root.betslip-menu-mybets .betslip-panel-menu .betslip-panel-menu-item:nth-child(3), #root.betslip-menu-mybets.bet-added .desktop .betslip-panel-menu .betslip-panel-menu-item:nth-child(2) {
    border-bottom: 4px solid var(--c-emphasis);
    color: var(--c-emphasis);
    background-color: var(--c-primary-d);
}

#root .betslip-panel-menu .betslip-panel-menu-item:nth-child(3), #root.betslip-menu-mybets .desktop .betslip-panel-menu .betslip-panel-menu-item:nth-child(2), #root.betslip-menu-mybets.bet-added .desktop .betslip-panel-menu .betslip-panel-menu-item:nth-child(3) {
    border-bottom: 4px solid var(--c-primary-b);
    color: var(--c-white);
    background-color: var(--c-primary-b);
}

#root .desktop.device-desktop .betslip-panel-menu .betslip-panel-menu-item:nth-child(3):hover, #root.betslip-menu-mybets .desktop .betslip-panel-menu .betslip-panel-menu-item:nth-child(2) {
    color: var(--c-white-e);
}

#root .bet-history-menu-item:nth-child(2), #root.settled .bet-history-menu-item:nth-child(3) {
    color: var(--c-emphasis);
    background-color: var(--c-primary-d);
    border-bottom: 4px solid var(--c-emphasis);
    box-shadow: inset 0px 5px var(--c-shade);
}

.bethistory-open app-history .generic-form, .bethistory-settled app-history .generic-form {
    overflow-y: scroll;
    max-height: 500px;
}

.mobile .bethistory-open app-history .generic-form, .mobile .bethistory-settled app-history .generic-form {
    overflow-y: unset;
}

.mobile .bet-history-menu {
    position: fixed;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
}

#root .betslip-panel-menu .betslip-panel-menu-item:nth-child(2) .menucontent app-widget-host {
    justify-content: center;
    position: relative;
    height: 44px;
}

#root .betslip-panel-menu .menu-item-content {
    position: relative;
    width: auto;
    /* margin: auto; */
    text-align: center;
    font-size: 14px;
    padding: 4px 0 0 0;
    font-weight: 600;
}

.menucontent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    /* background-color: var(--c-primary-b); */
}

.tabbed-betslip-container .guest-info {
    font-style: italic;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--c-white);
}

.betslip-panel-menu-item {
    position: relative;
}

#root .betslip-counter-name {
    display: none;
}

#root .betslip-clear-wrapper button {
    background: url(/v1.02/r/images/site/icons/Trash_Can.svg) center center no-repeat;
    color: #0000;
    border: 1px solid var(--c-shade-b);
    height: 24px;
    width: 24px;
    opacity: 0.5;
    margin: 8px;
    background-color: var(--c-shade-b);
    border-radius: 4px;
}

#root .desktop.device-desktop .betslip-clear-wrapper button:hover {
    opacity: 1;
    background-color: var(--c-primary)
}

#root label[for="clear-betslip-button"] {
    display: none;
}

#root .desktop .betslip-panel-menu-item .betslip-clear-container {
    position: absolute;
    left: 0px;
    top: 2px;
}

#root.betslip-menu-mybets .betslip-panel-menu .betslip-panel-menu-item:nth-child(2) .betslip-clear-container {
    display: none;
}

#root .desktop .betslip-panel-menu-item .openbets-counter {
}

#root .betslip-panel-menu-item .bets-number-container {
    min-width: 14px;
    border-radius: 9px;
    line-height: 9px;
    height: auto;
    padding: 4px;
    position: absolute;
    top: -6px;
    left: 100%;
    padding: 0 4px;
    border-radius: 12px;
    font-size: 11px;
    text-align: left;
    line-height: 14px;
    font-weight: 600;
    /* border: 2px solid var(--c-primary); */
}

#root .betslip-panel-menu-item .openbets-counter .bets-number-container {
    background-color: var(--c-green);
    color: var(--c-white-e);
}

#root .betslip-panel-menu-item .betslip-counter .bets-number-container {
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
}

#root .desktop .betslip-panel-menu-item .openbets-counter, #root .desktop .betslip-panel-menu-item .betslip-counter {
    margin: 0 0 0 4px;
    position: relative;
}

#root .desktop .betslip-panel-menu-item .empty-betslip {
    display: none;
}

#root .desktop .betslip-panel-menu-item .bets-number {
    display: flex;
    justify-content: center;
    align-items: center;
}

#root .mobile .sports-search {
    color: var(--c-white);
}

#root .mobile .sports-search.scroll-reveal {
    height: 100%;
    transition: all 0.3s ease-out;
}

#root .mobile .sports-search.scroll-reveal.collapsed {
}

#root .mobile .sports-search.scroll-reveal.collapsed.bounce {
    z-index: 80;
}

#root .mobile .sports-search.scroll-reveal {
    /* height:0px; */
    position: fixed;
    z-index: 80;
    top: 0;
    background-color: var(--c-primary-d);
    height: 50px;
}

#root .mobile .sports-search.scroll-reveal:not(.collapsed):not(.bounce) {
    z-index: 100;
    height: 36px;
}

#root .mobile .sports-search.scroll-reveal.collapsed .search-wrapper .ui-autocomplete-panel {
    display: none;
}

#root .mobile .header, #root .mobile .body {
    transition: all 0.3s ease-out;
    transform-style: preserve-3d;
}

#root .mobile .sports-search.scroll-reveal.collapsed.bounce ~ .header {
    transform: translateY(45px);
}

#root .mobile .sports-search.scroll-reveal.collapsed.bounce ~ .body {
    transform: translateY(45px);
}

#root .mobile .sports-search.scroll-reveal:not(.collapsed) ~ .header {
    transform: translateY(35px);
}

#root .mobile .sports-search.scroll-reveal:not(.collapsed) ~ .body {
    transform: translateY(35px);
}

#root .search-header app-widget-host {
    /* position:relative; */
}

#root .mobile .search-header .collapsed .search-wrapper .ui-autocomplete-panel {
    display: none;
}

#root .search-header app-widget-host {
    /* position:relative; */
}

#root .search-header .scroll-reveal &gt; app-widget-host {
    align-items: center;
    background-color: var(--c-primary-d)
}

#root .search-header .scroll-reveal.collapsed {
    width: 30px;
    right: 95px;
    left: calc(100% - 95px);
}

#root .mobile .collapsed app-search span &gt; input {
    background-color: transparent;
    box-shadow: none;
}

#root .search-header .scroll-reveal.collapsed &gt; app-widget-host {
    background-color: transparent;
}

#root .search-header .scroll-reveal {
    position: absolute;
    width: calc(100% );
    height: 100%;
    z-index: 100;
}

#root .search-header .scroll-reveal.collapsed .script {
    display: none;
}

#root .search-header .scroll-reveal:not(.collapsed) {
    bottom: 0px;
    right: 0px;
    left: 0px;
}

#root .mobile .search-header .collapsed .search-wrapper .ui-autocomplete-panel {
    display: none;
}

#root .mobile .search-header .scroll-reveal:not(.collapsed) .sports-search-block {
    width: calc(100% - 40px);
    margin: 0px 5px;
}

#root .mobile .sports-search-block &gt; div:not(.search-wrapper) {
    height: 32px;
    display: flex;
    padding: 3px 5px;
    align-items: center;
    background-color: var(--c-primary-c);
    border-radius: 4px;
}

#root .mobile .sports-search-block &gt; div::before {
    width: 32px;
    height: 32px;
    content: "";
    background-image: url(/v1.02/r/images/site/icons/Search.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#root .mobile app-modal .search-popup.ui-dialog {
    top: unset!important;
    height: calc(100% - 54px)!important;
    bottom: 0px
}

#root .desktop app-modal .search-popup.ui-dialog, #root .desktop app-modal .search-popup.ui-dialog .ui-dialog-content {
    min-height: 300px;
}

#root app-modal .search-popup.ui-dialog .ui-dialog-content {
    height: 100%!important;
    margin-left: unset!important;
    padding: 8px;
    background-color: var(--c-background);
}

#root app-modal .search-popup.ui-dialog .ui-dialog-content .sports-search {
    padding: 0 5px;
}

#root .search-dropdown .search-match-tournament-category {
    flex-direction: column;
}

#root app-modal .search-popup.ui-dialog .ui-dialog-content .ui-autocomplete .ui-autocomplete-panel {
    min-width: 100%;
    max-width: 100%;
}

#root .desktop app-modal .search-popup.ui-dialog .ui-dialog-content .ui-autocomplete .ui-autocomplete-panel {
}

#root .desktop .body .right-sidebar {
    overflow-x: hidden
}

#root .desktop .right-sidebar .betslip app-betslip-new {
    width: 100%;
}

#root.scoreboard-pinned .match-header-container {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 30;
}

#root.scoreboard-pinned .match-info .match-header-content-wrapper {
    max-width: 100%;
    flex: 1 1 100%;
    margin: unset;
    border-radius: 0;
}

#root .pin-scoreboard-button {
    max-width: 600px;
    flex: 0 1 600px;
    width: calc(100% - 20px);
    height: 28px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10 /* display: none; */
}

#root.scoreboard-pinned .pin-scoreboard-button {
    top: 0px;
    width: 100%;
    max-width: 100%;
}

#root .pin-scoreboard-button app-widget-host::before {
    content: "";
    background-color: var(--c-emphasis-b);
    /* box-shadow:-1px 0px 2px var(--c-shade-b); */
    /* border-left: 1px solid var(--c-shade-b); */
    /* border-top-right-radius:4px; */
    z-index: 33;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-image: url(/v1.02/r/images/site/icons/Pin-Off.svg);
    position: absolute;
    right: 0px;
}

#root .pin-scoreboard-button &gt; app-widget-host {
    width: 28px;
    height: 100%;
}

#root.scoreboard-pinned .pin-scoreboard-button app-widget-host::before {
    transform: none;
    left: unset;
    top: 0px;
    background-image: url(/v1.02/r/images/site/icons/Pin-On.svg);
    box-shadow: inset 1px 1px 2px var(--c-shade-b);
    background-color: var(--c-shade);
}

#root .match-header-container {
    position: relative;
}

#root .history-bet-match-wrapper .history-bet-match-name .history-match-banker {
    right: 0px;
    left: unset;
    position: unset;
    order: 2;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--c-black);
    margin-left: 5px;
    background-color: var(--c-white-e);
}

#root .history-bet-match-wrapper .history-bet-match-name .history-match-banker:only-child {
    margin-left: auto;
}
#root .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .history-bet-match-wrapper app-bet-match{
	width: 100%
}

#root .history-bet-wrapper .history-bet-content .history-bet-match-details .history-bet-match-wrapper .history-bet-match-name {
    justify-content: flex-start;
        max-width: calc(100% - 50px);
}

#root .history-bet-match-wrapper .history-bet-match-name .history-match-banker:after {
    content: "B";
    align-items: center;
    /* border: 1px solid lightgray; */
    display: flex;
    height: 14px;
    justify-content: center;
    line-height: 14px;
    order: 1;
    color: var(--c-emphasis);
    width: 14px;
}

.history-bet-wrapper .history-bet-content .history-bet-match-details .history-bet-match-name .history-match-group {
    margin-left: auto;
}

.history-bet-wrapper .history-bet-content .history-bet-match-details .history-bet-match-name .history-match-banker + .history-match-group {
    margin-left: auto;
}

#root .left-arrow-wrapper, #root .right-arrow-wrapper {
    position: absolute;
    z-index: 999;
    height: 40px;
    top: 56px;
    transform: translate(0%, -50%);
    background-color: var(--c-primary-b)
}

.home-highlights, .highlights-container, .live-match-coupon, .sports-coupon-block {
    position: relative;
}

#root .left-arrow-wrapper *, #root .right-arrow-wrapper * {
    height: 100%;
}

#root .left-arrow-wrapper button, #root .right-arrow-wrapper button {
    position: relative;
}

#root .left-arrow-wrapper button::before {
    background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 0px;
    transform: rotate(90deg)
}

#root .right-arrow-wrapper button::before {
    background-image: url(/v1.02/r/images/site/icons/Arrow_Down.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 0px;
    transform: rotate(-90deg)
}

#root .left-arrow-wrapper {
    left: 0px;
}

#root .right-arrow-wrapper {
    right: 0px
}

#root .live-match-coupon .left-arrow-wrapper, #root .live-match-coupon .right-arrow-wrapper, #root .sports-coupon-block .left-arrow-wrapper, #root .sports-coupon-block .right-arrow-wrapper {
    top: 20px;
    height: 40px;
}

#root .desktop:not(.view-page-sports) .sports-filter {
    width: 100%;
    /* margin:0 auto; */
}

.ct-live-0 .home-highlights app-widget-host &gt; .left-arrow-wrapper, .ct-live-0 .home-highlights app-widget-host &gt; .left-arrow-wrapper + .right-arrow-wrapper, .ct-highlights-0 .highlights-container .left-arrow-wrapper, .ct-highlights-0 .highlights-container .right-arrow-wrapper, /*.ct-outrights-0 .sports-coupon-block*/
.left-arrow-wrapper, /*.ct-outrights-0 .sports-coupon-block */
.right-arrow-wrapper {
    display: none;
}

#root .match-info .sports-match-header-wrapper.match-with-sets .markets-match-live-info-wrapper .live-match-game-score-wrapper {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 600;
    color: var(--c-white-e);
    height: 24px;
    flex: 0 0 80px;
    justify-content: center;
    line-height: 24px;
    z-index: 1;
}

#root .match-info .sports-match-header-wrapper.match-with-sets .markets-match-live-info-wrapper .live-match-game-score {
    display: flex;
    top: 0px;
    width: 100%;
    height: auto;
    margin: auto 0;
    position: absolute;
    justify-content: center;
}

#root .match-info .sports-match-header-wrapper.match-with-sets .markets-match-live-info-wrapper .live-match-game-score-wrapper .game-score-home::after {
    content: ":";
    position: absolute;
    width: auto;
    right: -14px;
    top: 8px;
    color: var(--c-white);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 8px;
    margin: 0 4px;
}

#root .match-info .sports-match-header-wrapper.match-with-sets .markets-match-live-info-wrapper .live-match-game-score-wrapper .game-score-away {
    margin-left: 16px;
}

#root .match-info .sports-match-header-wrapper.match-with-sets .markets-match-live-info-wrapper .live-match-score {
    /* margin: 0px 4px; */
    padding: 0 0 0 8px;
    border-left: 1px solid var(--c-tint-b);
}

#root .ui-dialog.login-modal {
    top: 54px!important;
}

#root .ui-dialog.login-modal .ui-dialog-content {
    height: calc(100vh - 145px)!important;
    margin-left: unset!important;
    padding: 10px;
}

app-login-with-biometrics:empty {
    margin-top: unset;
}

/*#root .mobile.landscape app-live-match-stream,
#root .mobile.landscape app-live-match-tracker {
   position:fixed;
   
   z-index:100;
  height:100%;
   width:100%;
   bottom:0px;
}

#root .mobile.landscape  app-betradar-v3 .sravvpl_wrapper.sravvpl_theme_0,
#root .mobile.landscape  app-betradar-v3 .sravvpl_wrapper.sravvpl_theme_0 video  {
    height:calc(100vh - 32px)!important;
    background-color:var(--c-primary-b);
    width:100%
}
#root .mobile.landscape .streamer.locked {
    position:fixed;
    z-index:101;
    bottom:10px;
    left: 10px;
}

#root .mobile.landscape .show-hide-component,
#root .mobile.landscape .show-lock-game {
    display:none;
}
*/
#root .mobile.landscape app-betradar-v3 .sravvpl_wrapper.sravvpl_theme_0 {
    /* position: fixed; */
    /* top: 0px; */
    z-index: 100;
    height: 100%;
}

#root .mobile.landscape app-live-match-tracker app-betradar-v3::before {
    content: "";
}

#root .register-fields-wrapper #default div:nth-child(6) .checkbox-wrapper, #root #default div:nth-last-child(3) .checkbox-wrapper, #root #edit-personal-details .checkbox-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}

#root #edit-personal-details div .checkbox-wrapper, #root .register-fields-wrapper #default .checkbox-wrapper {
    flex-direction: row;
}

#root .register-fields-wrapper #default div:nth-child(6) .checkbox-wrapper .field-caption, #root #default .checkbox-wrapper .field-caption, #root #edit-personal-details .checkbox-wrapper .field-caption {
    order: -1;
    width: 100%;
}

#root .register-fields-wrapper #default div:nth-child(6) .checkbox-wrapper .field-label, #root #default div:nth-last-child(3) .checkbox-wrapper .field-label, #root #edit-personal-details .checkbox-wrapper .field-label {
    flex: 1 1 calc(100% - 28px);
}

#root #edit-personal-details div:nth-last-child(2) .checkbox-wrapper .field-caption {
    margin-bottom: 5px;
}

#root .bethistory-menu {
    margin: 8px auto;
    width: 100%;
    max-width: 720px;
}

#root .bethistory-menu .bethistory-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 36px;
    border-top: 1px solid var(--c-shade-b);
    border-left: 1px solid var(--c-shade-b);
    border-right: 1px solid var(--c-shade-b);
    padding: 0 5px;
    background-color: var(--c-white);
    position: relative;
}

#root .bethistory-menu .bethistory-link:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#root .bethistory-menu .bethistory-link:last-child {
    border-bottom: 1px solid var(--c-shade-b);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#root .bethistory-menu .bethistory-link::after {
    content: "";
    display: flex;
    width: 36px;
    height: 36px;
    right: 0px;
    position: absolute;
}

#root .user-new-message + .user-message-reply {
    padding: 8px;
}

#root .user-new-message + .user-message-reply #message {
    min-height: 100px;
}

#root .user-new-message + .user-message-reply button {
    margin-left: auto;
    height: 35px;
}

#root .mobile.view-page-user-history-openbets .mobile-user-nav-helper {
    /* display: none; */
    display: flex!important;
    justify-content: center;
    position: relative;
}

#root .mobile.view-page-user-history-openbets .mobile-user-nav-helper app-widget-host {
    justify-content: center
}

#root .mobile.view-page-user-history-openbets .mobile-user-nav-helper .match-back-button {
    position: absolute;
    left: 0px;
}

#root .mobile.view-page-user-history-openbets .content app-widget-host::before {
    display: none
}

#root .desktop app-modal .desktop-register-popup {
    border: none;
    border-radius: 0;
    padding: 0 24px 24px;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
    left: 50%!important;
}

#root .inline-sports-wrapper {
    width: 100%;
    background-color: var(--c-primary-c);
}

#root .mCSB_horizontal.mCSB_inside&gt;.mCSB_container {
    margin-bottom: 10px;
}

#root .mCustomScrollbar:not(.mCS_no_scrollbar) .mCSB_horizontal.mCSB_inside&gt;.mCSB_container ui-button:first-child {
    margin-left: 20px;
}

#root .mCustomScrollbar:not(.mCS_no_scrollbar) .mCSB_horizontal.mCSB_inside&gt;.mCSB_container ui-button:last-child {
    margin-right: 20px;
}

#root .mCSB_horizontal&gt;.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0px;
}

#root .mobile .site-text-modal .ui-dialog-content {
    margin: unset;
}

#root .mobile .site-text-modal {
    height: calc(100vh - 54px)!important;
    top: 54px!important;
    position: relative;
}

#root .mobile .site-text-modal .ui-dialog-content {
    height: calc(100vh - 84px)!important;
    padding: unset;
}

#root .mobile .site-text-modal .ui-dialog-titlebar {
    background-color: var(--c-white-e);
    border: unset;
    color: transparent;
    border-bottom: 1px solid var(--c-shade);
    top: 0px;
    z-index: 10;
    width: 100%;
    padding: unset;
    border-radius: unset;
}

#root .mobile .site-text-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
    height: 30px;
    width: 30px;
    border-left: 1px solid var(--c-tint-b);
    border-radius: unset;
    filter: invert(90%);
}

#root .outrights-coupon {
    margin-bottom: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#root .outrights-coupon-link {
    display: inline-flex;
    height: 100%;
    line-height: 36px;
    width: 100%;
}

#root .outrights-coupon-link {
    background-color: var(--c-primary);
    padding: 0;
    font-weight: 600;
    color: var(--c-white);
    height: 36px;
}

#root .outrights-coupon-link div {
    width: 100%;
    text-indent: 40px;
}

#root .mobile .navigation .sports-search {
    margin-bottom: 4px;
    position: sticky;
    position: -webkit-sticky;
    top: 4px;
    z-index: 20;
}

#root .outrights-coupon-link:before {
    display: block;
    position: absolute;
    content: '';
    background: url(/v1.02/r/images/site/icons/Outrights_icon.svg);
    width: 24px;
    height: 24px;
    opacity: 0.8;
    margin: 6px 8px;
}

#root .mobile .navigation .league-select-go .min-selections-error {
    position: fixed;
    bottom: 49px;
    min-height: 28px;
    display: flex;
    left: 4px;
    width: calc(90% - 8px);
    justify-content: center;
    align-items: center;
    color: var(--c-white-e);
    background-color: var(--c-primary-b);
    transition: 0.2s;
    border-top: 4px solid var(--c-background);
    z-index: 91;
}

#root .mobile .navigation .league-select-go.has-options .min-selections-error {
    min-height: 0px;
    height: 0px;
    font-size: 0px;
    border: unset
}

#root .desktop .body .left-sidebar, #root .desktop .body .right-sidebar, #root .desktop .body .content {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
}

.back-to-top-link {
    /* display:none */
    position: relative;
    width: 0px;
    display: flex;
    background-color: var(--c-emphasis);
}

.back-to-top-link::before {
    content: "";
    height: 48px;
    width: 24px;
    position: absolute;
    z-index: 100;
    background-image: url(/v1.02/r/images/site/icons/scrolltop.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0px;
}

.desktop .back-to-top-button {
    top: 0px;
}

.back-to-top-button {
    position: sticky;
    top: 54px;
    right: 0px;
    z-index: 15;
    display: flex;
    justify-content: flex-end
}

/*When the scrollbar appears on the markets desktop, the expand all button breaks. This fixes it*/
#root .desktop .match-page .match-markets .toggle-all-expanded {
    /*height:49px;*/
    /*top:-49px;*/
    z-index: 2
}

#root .desktop .match-page .match-markets .toggle-all-expanded.all-closed:after, #root .desktop .match-page .match-markets .toggle-all-expanded.all-expanded:after {
    bottom: 0px;
    top: unset;
}

.desktop .match-market-search {
    background-color: var(--c-paper);
    position: relative;
    z-index: 2;
}

body {
    overscroll-behavior-y: contain;
}

#root app-history .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .match-and-time {
    text-transform: capitalize;
}

#root .sports-coupon .match-is-live.selected-match .match-suspended.market-suspended .odds-selection-default, #root .sports-coupon .match-is-live.selected-match .match-suspended .odds-selection-default, #root .sports-coupon .match-is-live.selected-match .market-suspended .odds-selection-default {
    background-color: unset
}

.odds-selection-default .odds-selection-up-after, .odds-selection-default .odds-selection-down-after {
    display: none;
}

 #root .markets-page.odds-selection-default .odds-selection-up-after ~ span, #root .markets-page.odds-selection-default .odds-selection-down-after ~ span {
    color: rgb(8,14,22)!important
}
#root .sports-coupon .odds-selection-default .odds-selection-up-after ~ span, 
#root .sports-coupon .odds-selection-default .odds-selection-down-after ~ span {
    color: var(--c-black)!important
}
#root .odds-selection-default.odds-bet-slip-selected .odds-selection-up-after ~ span, #root .odds-selection-default.odds-bet-slip-selected .odds-selection-down-after ~ span, #root .markets-page.odds-selection-default.odds-bet-slip-selected .odds-selection-up-after ~ span, #root .markets-page.odds-selection-default.odds-bet-slip-selected .odds-selection-down-after ~ span {
    color: var(--c-white-e)!important
}
#root .events-tournament-wrapper .match-links .match-live-tracker {
    opacity: 0.6
}

.history-bet-wrapper .history-bet-header .history-bet-toggle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
}

#root .responsible-gaming-info app-label-value[mydescription="Password"] .element.value {
    position: relative;
    /* max-width:175px; */
    min-width: unset;
}

.responsible-gaming-info app-label-value[mydescription="Days to suspend account "] .element.value, .responsible-gaming-info app-label-value[mydescription="Type of suspension "] .element.value {
    position: relative;
}

#root .responsible-gaming-info app-label-value .element.value .required-inline-field {
    position: absolute;
    top: 12px;
    right: -10px;
    width: 6px;
    height: 6px;
    color: transparent;
    background-color: red;
    border-radius: 50%;
}

#root app-self-suspension .element.value {
    /* width: 100%; */
    min-width: 175px;
    min-height: 28px;
}

#root app-self-suspension app-label-value:nth-child(2) .element.value {
    width: 100%;
    ; }

#root .responsible-gaming-info app-label-value[mydescription="Days to suspend account "] .element.value {
    width: 100%;
    ; min-height: 28px;
}

#root app-self-suspension app-label-value .label-value-container .element input {
    padding: 1px 2px;
}

#root .history-bet-confirm.cashout:disabled {
    background: var(--c-shade);
    color: transparent;
    opacity: 1;
}

/*___________Match time ordering_____________*/
/*#root .history-bet-match-time  {
    display:flex;
}
#root .history-bet-match-details:not(.pending) .history-bet-match-time span:not(.FT):not(.AP):not(.OT) {
    margin-right:2px;
}
#root .history-bet-match-details:not(.pending) .history-bet-match-time span:not(.FT):not(.AP):not(.OT)::after {
    content:",";
    
}

#root .history-bet-match-details:not(.pending) .history-bet-match-time span.OT::before,
#root .history-bet-match-details:not(.pending) .history-bet-match-time span.AP::before {
    content:",";
    margin-left:2px;
     
}
#root .history-bet-match-time .HT {
    order:0;
}

#root .history-bet-match-time .FT {
    order:1;

}


#root .history-bet-match-time .OT {
    order:2;
}
#root .history-bet-match-time .AP {
    order:3;
}*/
/*_________________________________________________*/
/*________________Match Landscape fix(20/01/2020)___________________*/
.mobile.os-ios.view-page-live-match.landscape:not(.mobile-app) app-live-match-stream.match-stream,
.mobile.os-android.view-page-live-match.landscape:not(.mobile-app) app-live-match-stream.match-stream {
    position: fixed;
    z-index: 1000;
    top: -54px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: unset;
}

.mobile-app.view-page-live-match.landscape app-live-match-stream.match-stream {
    position: fixed;
    z-index: 1000;
    top: -54px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: unset;
}

#root .mobile.view-page-live-match.landscape:not(.mobile-app) .sravvpl_uiContainer, #root .mobile-app.view-page-live-match.landscape .sravvpl_uiContainer {
    height: 100vh;
}

#root .mobile.view-page-live-match.landscape:not(.mobile-app) .sravvpl_videoContainer, #root .mobile-app.view-page-live-match.landscape .sravvpl_videoContainer {
    height: 100vh;
}

.mobile.view-page-live-match.landscape:not(.mobile-app) app-tracker-streamer-toolbar, .mobile-app.view-page-live-match.landscape app-tracker-streamer-toolbar, .mobile.view-page-live-match.landscape:not(.mobile-app):not(.os-android) app-window-tabs, .mobile-app.view-page-live-match.landscape app-window-tabs {
    display: none;
}

#root .mobile.os-android.view-page-live-match.landscape:not(.mobile-app) .doc .header, 
#root .mobile.os-ios.view-page-live-match.landscape:not(.mobile-app) .doc .header,
#root .mobile-app.view-page-live-match.landscape .doc .header {
    z-index: 0;
}

#root .mobile.portrait .block-landscape-overlay, #root .mobile-app.portrait .block-landscape-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#root .mobile.landscape:not(.mobile-app) .block-landscape-overlay, #root .mobile-app.landscape .block-landscape-overlay {
    display: flex;
    position: fixed;
    top: -54px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background-color: var(--c-paper);
    z-index: 100;
}

#root .mobile.landscape:not(.mobile-app) .block-landscape-overlay &gt; app-widget-host, #root .mobile-app.landscape .block-landscape-overlay &gt; app-widget-host {
    display: flex;
    align-items: center;
    justify-content: center;
}

#root .mobile.landscape:not(.mobile-app) .block-landscape-overlay .block-overlay-message, #root .mobile-app.landscape .block-landscape-overlay .block-overlay-message {
    margin-top: 25px;
    font-weight: 700;
    font-size: 14px;
    color: var(--c-primary-b);
    max-width: 80%;
}

#root .mobile.landscape:not(.mobile-app) .block-landscape-overlay .image, #root .mobile-app.landscape .block-landscape-overlay .image {
    width: 50vh;
    height: 50vh;
    position: relative;
}

#root .mobile.landscape:not(.mobile-app) .block-landscape-overlay .image::before, #root .mobile-app.landscape .block-landscape-overlay .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/v1.02/r/images/site/landscapeblock/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    transform: rotate(-90deg);
    animation: rotate-90-ccw 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}

#root .mobile.landscape:not(.mobile-app) .block-landscape-overlay .image::after, #root .mobile-app.landscape .block-landscape-overlay .image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url(/v1.02/r/images/site/logo_white.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30% auto;
}

#root .mobile.landscape:not(.mobile-app) .block-landscape-overlay div, #root .mobile-app.landscape .block-landscape-overlay div {
    text-align: center;
}

#root .landscape.view-page-live-match.mobile-app {
    /* max-height: unset; */
    /* overflow: visible; */
}

#root .mobile.landscape.device-desktop .block-landscape-overlay, #root .mobile.landscape.device-desktop .block-landscape-overlay &gt; app-widget-host, #root .mobile.landscape.device-desktop .block-landscape-overlay .image {
    display: none;
}

@-webkit-keyframes rotate-90-ccw {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    50% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-90-ccw {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    80% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

#root .mobile.landscape.view-page-live-match:not(.mobile-app) .iframe-container, #root .mobile-app.landscape.view-page-live-match .iframe-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

#root .mobile.landscape.view-page-live-match:not(.mobile-app) .iframe-container iframe, #root .mobile-app.landscape.view-page-live-match .iframe-container iframe {
    height: 100vh;
    position: absolute;
    top: 0;
    margin: 0 auto;
}

/*________________Match more links fix (20/01/2020)___________________*/
#root .match-more-links-app-modal .more-items li::before {
    content: "";
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: flex;
    background-size: 20px;
    margin-right: 8px;
}

#root .match-more-links-app-modal .more-items li:nth-child(2)::before {
    background-image: url(/assets/themes/betomall/images/stats.svg);
}

#root .match-more-links-app-modal .more-items li:nth-child(1)::before {
    background-image: url(/v1.02/r/images/site/icons/Favorite_Off.svg);
}

#root .match-more-links-app-modal .more-items li {
    display: flex;
    align-items: center
}

#root .match-more-links-app-modal .more-items li {
    padding: 14px 8px;
}

/*_________________________________________________*/
/*________________Mobile live table (26/01/2020)___________________*/
.desktop app-betradar-live-table.match-live-table {
    z-index: 2
}

#root .mobile .match-live-table .show-live-table {
    left: unset;
    top: 40px;
    right: 3px;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.mobile app-betradar-live-table.match-live-table {
    order: 3;
    width: unset;
}

#root .match-page .sports-match-header-wrapper .markets-match-data .match-statistics {
    bottom: 5px;
    margin-left: unset!important;
    margin-right: 0px;
    display: flex;
    position: absolute;
    filter: invert(100%);
    right: 3px;
}

#root .mobile .sports-match-header-wrapper .markets-match-live-info-wrapper + .markets-match-data {
    display: flex;
    height: 0px;
    padding: unset;
    border: unset;
    order: 3;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

#root .mobile .content .sports-match-header-wrapper .markets-match-data {
    display: flex;
    height: 0px;
    padding: unset;
    border: unset;
    order: 3;
}

#root .mobile .sports-match-header-wrapper .markets-match-data div:not(.match-statistics) {
    display: none;
}

#root .mobile .match-page .sports-match-header-wrapper .markets-match-live-info-wrapper + .markets-match-data .match-statistics {
    bottom: 0px;
    /* right: 5px; */
    z-index: 2;
}

#root .desktop .match-page .sports-match-header-wrapper .markets-match-live-info-wrapper + .markets-match-data .match-statistics {
    bottom: 2px;
    top: unset;
    right: 3px;
}

#root .desktop .match-page .sports-match-header-wrapper .markets-match-data .match-statistics {
}

#root .markets-match-header .markets-match-data {
    z-index: 1;
}

#root .desktop .sports-match-header-wrapper .match-header-content-wrapper .markets-match-header {
    position: relative;
}

/*_________________________________________________*/
/*________________Match cards(29/01/2021)___________________*/
.team-match-red-cards-away, .team-match-red-cards-home, .team-yellow-cards-away, .team-yellow-cards-home, #root .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards div {
    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;
    max-height: 17px;
}

#root .team-yellow-cards-away, #root .team-yellow-cards-home {
    background-color: var(--c-yellow);
    border: 1px solid var(--c-shade-b);
    display: none;
}

#root .team-match-red-cards-away, #root .team-match-red-cards-home, #root .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards div {
    background-color: var(--c-red);
    box-shadow: 1px 1px 2px var(--c-shade-b);
    color: var(--c-white-e)
}

#root .desktop .live-match-side-coupon .team-match-red-cards-away, #root .desktop .live-match-side-coupon .team-match-red-cards-home, #root .mobile .team-match-red-cards-away, #root .mobile .team-match-red-cards-home {
    display: none;
}

#root .desktop .live-match-side-coupon .match-cards {
    display: flex;
    min-height: 32px;
    margin-top: auto;
}

#root .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info {
    flex-direction: row;
}

#root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards {
    display: flex;
    height: 100%;
    min-height: 32px;
    margin-top: 10px;
}

#root .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .yellow-cards {
    display: none;
}

#root .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards {
    position: relative;
    width: 10px;
    min-width: 10px;
    display: flex;
    flex-direction: column;
}

#root .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards .match-red-cards-home {
    bottom: 18px;
    /* position: absolute; */
    margin-bottom: auto;
    left: 0px;
}

#root .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards .match-red-cards-away {
    /* bottom: 2px; */
    /* position: absolute; */
    margin-top: auto;
    left: 0px;
}

/* added by SRG to fix mobile red cards positioning */
#root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards .match-red-cards-home, #root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards .match-red-cards-away {
    position: absolute;
}

#root .mobile .match-carousel-block .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards {
    height: 32px;
}

#root .mobile .match-carousel-block .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards &gt; div {
    position: unset;
}

#root .mobile .match-carousel-block .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

#root .mobile .match-carousel-block .events-tournament-wrapper .item-info-wrapper .match-live-info .match-cards .red-cards .match-red-cards-away {
    margin-top: auto
}

#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: 10px;
}

#root .mobile .match-carousel .odds-selection-up-after+.odd span:not(.mobile-outcome):not(.special-field) {
    color: var(--c-white-e)
}

#root .mobile .match-carousel .odds-selection-down-after+.odd span:not(.mobile-outcome):not(.special-field) {
    color: var(--c-white-e)
}

/*_________________________________________________*/
/*________________Keep me logged in styling(05/02/2021)___________________*/
#root .login-form .form-row.keep-me-row {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

#root .login-form .form-row.keep-me-row label {
    position: unset;
    width: unset;
    color: var(--c-black);
    margin-right: unset;
}

#root .login-form .form-row.keep-me-row .form-element-wrapper {
    flex: unset;
    order: -1;
}

#root .login-form .form-row.keep-me-row .form-element-wrapper input {
    width: 24px;
    height: 24px;
    padding-left: unset;
}

#root .desktop .header .login .form-row.keep-me-row:last-child {
    position: unset;
    min-width: unset;
    color: var(--c-white);
    width: unset;
    padding-right: 6px;
}

#root .desktop .header .login .form-row.keep-me-row:last-child label {
    color: var(--c-white);
    text-indent: unset;
    line-height: 1.8
}

#root .desktop .header .login .form-row.keep-me-row:last-child input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 6px;
}

/*___________________ Bet Booking Notifications Mobile 08/02/2021_______________*/
#root .mobile app-betslip-book-notifications .betslip-booking-notifications {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

#root app-betslip-printout {
    text-align: center;
}

#root app-betslip-printout #print-section {
    background-color: var(--c-shade-b);
    border: 1px solid var(--c-shade-b);
    padding: 4px 0px;
    margin-bottom: 3px;
}

#root .bet-book-terms {
    text-align: center;
}

#root .mobile .bet-book-actions {
    display: flex;
}

#root .mobile .bet-book-actions button {
    margin-left: auto;
    background-color: var(--c-shade-b)
}

/*_________________________________________________*/
/*___________________Register Confirmation Modal Fix___________________*/
#root app-modal .ui-dialog.successfully-registered .ui-dialog-content.ui-widget-content {
    background-color: var(--c-paper);
    border-radius: unset;
    text-align: center;
}

#root app-modal .ui-dialog.successfully-registered .modal-content {
    padding: 12px 0px;
}

#root app-modal .ui-dialog.successfully-registered a.modal-ok-button {
    display: flex;
    width: 80px;
    height: 36px;
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#root app-modal .ui-dialog.successfully-registered {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    max-width: 400px!important;
    width: 100%!important
}

#root app-modal .ui-dialog.successfully-registered .ui-dialog-titlebar {
    text-align: center;
}

#root app-modal .ui-dialog.successfully-registered .ui-dialog-titlebar span {
    margin: unset;
}

#root app-modal .ui-dialog.successfully-registered .ui-dialog-titlebar a {
    display: none;
}

#root .quickbetslip .quick-container .confirm-details-wrapper .value-block.bet-stake {
    order: 0
}

#root .quickbetslip .quick-container .confirm-details-wrapper .value-block.bet-winnings {
    order: 1
}

#root .quickbetslip .quick-container .confirm-details-wrapper .value-block.bet-odds {
    order: 2
}

/*___________________Register Button Next to back button 12/02/2021___________________*/
#root .register-form-wrapper {
    position: relative;
    margin-bottom: 35px;
}

#root .register-form-wrapper .register-fields-wrapper .ui-button {
    position: absolute;
    bottom: 45px;
}

#root .register-form-wrapper .register-fields-wrapper .button-previous {
    left: calc(50% - 110px);
}

#root .register-form-wrapper .register-fields-wrapper .button-previous + .button-next {
    right: calc(50% - 110px);
}

#root .generic-form .reset-next-buttons-wrapper ui-button[type="submit"] {
    max-width: 100px;
    position: absolute;
    right: calc(50% - 110px);
    top: -35px;
    margin-bottom: 10pzx
}

#root .generic-form .reset-next-buttons-wrapper ui-button[type="reset"] {
    width: 100%;
    justify-content: center;
}

#root .generic-form .reset-next-buttons-wrapper ui-button[type="reset"] button {
    margin-right: unset;
}

#root .generic-form .reset-next-buttons-wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

#root .register-form-wrapper .register-fields-wrapper:nth-child(3) {
}

#root .register-form-wrapper .register-fields-wrapper + .register-form-errors {
    padding-bottom: 100px
}

#root .generic-form .reset-next-buttons-wrapper .reset-register-confirm {
    position: relative;
    bottom: -35px;
    text-align: center;
}

#root .generic-form .reset-next-buttons-wrapper ui-button:not([type="submit"]):not([type="reset"]) {
    bottom: -50px;
    position: relative;
}

#root .stream-error {
    padding: 15px;
    text-align: center;
    color: var(--c-white);
    background-color: var(--c-shade-b);
    border-top: 1px solid var(--c-shade-b)
}

#root .cancel-withdrawal-content &gt; app-widget-host {
    padding: 10px;
    text-align: right;
    border: 1px solid var(--c-shade-b)
}

#root .cancel-withdrawal-content .row &gt; app-widget-host {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 16px;
    padding: 0px 5px;
}

#root .cancel-withdrawal-content .row .value {
    font-weight: 700
}

/*Search Fix 04/03/2021*/
.mobile .home-content-block .sort-by-Date .events-sport-header, .mobile .home-content-block .sort-by-League .events-sport-header {
    top: 85px;
}

.mobile-app .home-content-block .sort-by-Date .events-sport-header, .mobile-app .home-content-block .sort-by-League .events-sport-header {
    top: 84px;
}

#root .mobile app-l-cpn.home-content-block .sort-by-League .tournament-header-wrapper,
#root .mobile app-sports-coupon.home-content-block .sort-by-League .tournament-header-wrapper {
    top: 133px;
}

#root .mobile-app app-l-cpn.home-content-block .sort-by-League .tournament-header-wrapper,
#root .mobile-app app-sports-coupon.home-content-block .sort-by-League .tournament-header-wrapper {
    top: 132px;
}

#root .mobile .content .sports-search {
    background-color: var(--c-primary-d);
}

/*Responsible gaming style 04/03/2021*/
#root .hours-tab-header:first-child {
    word-break: break-all
}

#root .access-limits-tabs-header {
    justify-content: flex-end;
}

#root .hours-tab-row, #root .hours-tab-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#root app-access-limits app-label-value .label-value-container {
    margin-top: 5px
}

#root .maximum-bet-limit, #root .deposit-limit {
    display: none
}

/*Forgot password style 11/03/2021*/
#root .button-submit-forgot-password, #root .mobile .button-change-password {
    width: 100%;
    min-height: 36px;
    margin-bottom: 8px;
    background-color: var(--c-green);
    color: var(--c-white)
}

#root .button-submit-forgot-password:hover {
    color: var(--c-black)
}

#root .forgot-password-form-success {
    padding: 24px 0px
}

#root app-change-password-form input {
    padding-left: 5px;
    text-indent: 10px;
}

#root .mobile .login-action-error-message {
    text-align: center;
    padding: 5px 0px;
}

#root .desktop .change-password-form-success {
    color: var(--c-white-e);
    background-color: var(--c-emphasis);
    padding: 5px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#root .mobile .change-password-form-success {
    text-align: center;
}

#root .desktop .login-action-error-message {
    color: var(--c-white);
    display: none;
}

/*Lifted from m_overrides line 248*/
#root .desktop button.button-change-password {
    height: 36px;
    font: 500 14px/36px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    background: var(--c-emphasis);
    color: #fff;
    padding: 0 12px;
    border-radius: 2px;
}

/*Alternative markets mobile 19/03/2021*/
#root .mobile .alternative-market {
    display: block;
    text-align: center;
    padding: 2px 0px
}

#root .mobile .match-market {
    flex-direction: column;
}

#root .mobile app-l-cpn:not(.match-carousel-block) .match-market-wrapper,
#root .mobile app-sports-coupon:not(.match-carousel-block) .match-market-wrapper {
    min-height: 42px;
    width: 100%;
}

#root .mobile .alternative-market ~ .match-market-wrapper {
    margin-top: auto
}

#root .mobile .beto-sports-coupon:not(.match-carousel-block) .match-info .match-teams .match-home-team {
    margin-top: auto;
}

#root .mobile .match-live-info &gt; div &gt; div {
    justify-content: flex-end;
}

#root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info {
    flex-direction: row;
    align-items: flex-end;
}

/*Betslip changes 22/03/2021*/
#root .history-bet-wrapper .history-system-wrapper &gt; .history-system-lines, #root .history-bet-wrapper .history-system-wrapper &gt; .history-system-odds {
    display: flex;
}

#root .betslip-container .betslip-bets-container .betslip-totals .total-bonus {
    display: flex;
    flex: 0 0 calc(50% - 4px);
    order: -1
}

#root .betslip-container .betslip-bets-container .betslip-totals .total-payout,
#root .betslip-container .betslip-bets-container .betslip-totals .query-maxpayout {
    flex: 0 0 calc(50% - 4px);
    margin-left: auto;
    justify-content: center;
    order: 0;
}

#root .betslip-container .betslip-totals .total-bonus-wrapper {
    flex-direction: column;
}

#root .betslip-container .betslip-totals .total-bonus-wrapper label.block-label {
    justify-content: flex-end;
    margin: 0 0 2px 0px;
}

/*Betslip history changes 22/03/2021*/
@media screen and (min-width: 330px) {
    #root .history-bet-header.history-system-wrapper {
        display: none;
    }

    #root .history-system-wrapper &gt; div span:not(:first-child) {
        padding: 6px 8px;
        align-items: center;
        display: flex;
        min-height: 44px;
    }

    #root .history-bet-header + .history-system-wrapper &gt; div span:first-child, #root .accumulator + .group.history-system-wrapper &gt; div span:first-child {
        font-weight: bold;
        border-bottom: 1px solid var(--c-shade-b);
        font-size: 12px;
        justify-content: center;
        min-height: 44px;
        padding: 0px 8px;
        display: flex;
        align-items: center;
    }

    #root .accumulator + .group.history-system-wrapper &gt; div span:first-child {
        border-top: 1px solid var(--c-shade-b);
    }

    #root .history-system-wrapper &gt; div span:not(.history-system-type-value) {
        justify-content: center
    }

    #root .history-system-wrapper &gt; div {
        padding: unset;
    }

    #root .history-systems-wrapper .history-system-wrapper div {
        display: flex;
        flex: 1 1 25%;
    }

    #root .history-systems-wrapper .history-system-wrapper.group div, #root .history-systems-wrapper .history-system-wrapper.group_accumulator div {
        flex: 1 1 18%;
        max-width: 20%
    }

    #root .history-systems-wrapper .history-system-wrapper .history-system-label {
        min-width: 25%;
    }

    #root .history-systems-wrapper .history-system-wrapper {
        flex-direction: row;
    }
}

@media screen and (max-width: 329px) {
    #root .history-bet-header.history-system-wrapper {
        display: none;
    }

    #root .history-system-wrapper &gt; div span:first-child {
        display: flex;
    }

    #root .history-system-wrapper {
        flex-direction: column;
    }

    #root .history-system-wrapper div {
        flex-direction: row;
        justify-content: space-between;
    }

    #root .history-system-wrapper:not(:last-child) {
        border-bottom: 1px solid var(--c-shade-b)
    }
}

#root .system .accumulator.history-system-wrapper .history-system-type, #root .system .single.history-system-wrapper .history-system-type, #root .multiple .accumulator.history-system-wrapper .history-system-type {
    display: none
}

/*Scoreboard changes 30/03/2021*/
#root .sports-match-header-wrapper.sport-soccer .markets-match-live-info-wrapper .live-match-set-scores .live-set:not(.set0) {
    display: none;
}

#root .sports-match-header-wrapper.sport-soccer .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0 {
}

#root .match-info .markets-match-live-info-wrapper .live-match-set-scores .live-title, #root .match-info .markets-match-live-info-wrapper .live-match-servers .live-title, #root .match-info .markets-match-live-info-wrapper .live-match-game-score .live-title {
    display: none;
}

#root .mobile app-betradar-lmt-sticky {
    top: calc(54px + 36px + var(--b-height_var));
}

#root .mobile app-betradar-lmt-sticky:empty {
    pointer-events: none;
}

#root .mobile app-betradar-lmt-sticky.lmts-soccer {
    /* top: 164px; */
}

#root .sport-esoccer .markets-match-live-info-wrapper .live-set.set0 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: unset;
}

#root .sport-soccer .markets-match-live-info-wrapper .live-set.set0 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: unset;
}

#root .sport-esoccer .markets-match-live-info-wrapper .live-set.set0:before {
    content: "HT";
    font-size: 12px;
    width: 100%;
    text-align: center;
    opacity: 0.6
}

#root .sport-soccer .markets-match-live-info-wrapper .live-set.set0:before {
    content: "HT";
    font-size: 13px;
    margin-right: 8px;
    text-align: center;
    opacity: 0.6
}

#root .sport-soccer .markets-match-live-info-wrapper .live-match-sets-wrapper {
    padding: 1px 8px;
}

#root .desktop .sport-soccer .markets-match-live-info-wrapper .live-match-sets-wrapper {
    padding: 4px 8px;
    height: 26px;
}

#root .sport-esoccer .markets-match-live-info-wrapper .live-set.set0 span:first-child::after, #root .sport-soccer .markets-match-live-info-wrapper .live-set.set0 span:first-child::after {
    content: ":";
    margin: 0 5px;
}

#root .sport-esoccer .markets-match-live-info-wrapper .live-set:not(.set0) {
    display: none;
}

#root .sport-esoccer .markets-match-live-info-wrapper .live-set.set1:before,
#root .sport-esoccer .markets-match-live-info-wrapper .live-set.set2:before{
    content: "FT";
    font-size: 13px;
    margin-right:5px;
}

#root .sport-soccer .markets-match-live-info-wrapper .live-set.set1:before,
#root .sport-soccer .markets-match-live-info-wrapper .live-set.set2:before {
    content: "FT";
    font-size: 13px;
    margin-right:5px;
}

#root .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-match-game-score, #root .sports-match-header-wrapper.sport-volleyball .markets-match-live-info-wrapper .live-set:last-child, #root .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper .live-set:last-child, #root .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper .live-set:last-child, #root .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper .live-set:last-child {
    display: flex;
    top: 0px;
    width: 100%;
    height: auto;
    margin: auto 0;
    position: absolute;
    justify-content: center;
    flex-direction: row;
    left: 0;
    font-size: 20px;
}

#root .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-match-game-score-wrapper {
    display: flex;
    flex-direction: row;
}

#root .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-match-game-score-wrapper &gt; div, #root .sports-match-header-wrapper.sport-volleyball .markets-match-live-info-wrapper .live-set:last-child &gt; span, #root .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper .live-set:last-child &gt; span, #root .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper .live-set:last-child &gt; span, #root .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper .live-set:last-child &gt; span {
    height: 24px;
    line-height: 24px;
    color: var(--c-white-e);
    font-weight: 600;
}

#root .sports-match-header-wrapper.sport-volleyball .markets-match-live-info-wrapper .live-set:last-child &gt; span:first-child::after, #root .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper .live-set:last-child &gt; span:first-child::after, #root .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper .live-set:last-child &gt; span:first-child::after, #root .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper .live-set:last-child &gt; span:first-child::after {
    content: ":";
    margin: 0 5px;
}

#root .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-match-game-score-wrapper &gt; div:first-child::after {
    content: ":";
    margin-right: 5px
}

#root .sports-match-header-wrapper.sport-volleyball .markets-match-live-info-wrapper .live-set:last-child::before, #root .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper .live-set:last-child::before, #root .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper .live-set:last-child::before, #root .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper .live-set:last-child::before {
    display: none;
}

#root .match-info .sports-match-header-wrapper:not(.match-with-sets).sport-volleyball .markets-match-live-info-wrapper .live-match-score-wrapper {
    display: none;
}

#root .match-info .sport-darts .markets-match-live-info-wrapper &gt; div &gt; div:not(.live-title), #root .match-info .sport-volleyball .markets-match-live-info-wrapper &gt; div &gt; div:not(.live-title), #root .match-info .sport-table-tennis .markets-match-live-info-wrapper &gt; div &gt; div:not(.live-title), #root .match-info .sport-beach-volley .markets-match-live-info-wrapper &gt; div &gt; div:not(.live-title), #root .match-info .sport-snooker .markets-match-live-info-wrapper &gt; div &gt; div:not(.live-title) {
    position: unset;
}

#root .match-info .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper .live-match-score-wrapper, #root .match-info .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper .live-match-score-wrapper, #root .match-info .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper .live-match-score-wrapper, #root .match-info .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-match-score-wrapper {
    position: unset;
    order: 2;
    width: unset;
    margin: unset;
}

#root .match-info .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score, #root .match-info .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score, #root .match-info .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score, #root .match-info .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score {
    flex-direction: column;
    height: unset;
    line-height: unset;
    font-size: 12px!important;
    width: unset;
    padding: 0 0 0 8px;
    border-left: 1px solid var(--c-tint-b);
}

#root .match-info .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score::before, #root .match-info .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score::before, #root .match-info .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score::before, #root .match-info .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score::before {
    content: "Sets";
    opacity: 0.5;
    height: 14px;
    font-size: 10px;
}

#root .match-info .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score::before {
    content: "Games"
}

#root .match-info .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score::before {
    content: "Frames"
}

#root .match-info .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div.live-title, #root .match-info .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div.live-title, #root .match-info .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div.live-title, #root .match-info .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div.live-title {
    display: none
}

#root .match-info .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div, #root .match-info .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div, #root .match-info .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div, #root .match-info .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score &gt; div {
    width: unset;
    line-height: unset;
    height: 14px;
    line-height: 14px;
    flex: unset;
    padding: unset;
    text-align: center;
}

#root .sports-match-header-wrapper.sport-beach-volley .markets-match-header .markets-match-live-info-wrapper .live-match-servers, #root .sports-match-header-wrapper.sport-table-tennis .markets-match-header .markets-match-live-info-wrapper .live-match-servers {
    display: flex;
}

#root .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-set:last-child::before {
    content: "Leg";
    font-size: 10px;
}

#root .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-set span {
    font-weight: bold;
}

#root .sports-match-header-wrapper.sport-darts .live-match-servers {
    width: 120px;
}

#root .match-schedule div {
    text-transform: capitalize;
}

#root app-history .history-match-set-scores {
    display: none;
}

/*Darts server 07/04/2021*/
#root .match-sport-darts .match-info .match-teams .match-home-team.server:after, #root .match-sport-darts .match-info .match-teams .match-away-team.server:after {
    background-image: url(/v1.17/r/images/site/icons/Dart.svg);
    background-color: unset;
    border: unset;
    height: 12px;
    width: 12px;
    background-size: 12px;
}

#root .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper .live-match-server span {
    min-width: 12px;
    height: 12px;
    background-image: url(/v1.17/r/images/site/icons/Dart.svg);
    background-color: unset;
    background-size: 12px;
    background-repeat: no-repeat;
    margin: unset;
    filter: invert(1)
}

#root .match-info .sport-darts .markets-match-live-info-wrapper .live-match-name .team-home {
    padding: 0 66px 0 0;
}

#root .match-info .sport-darts .markets-match-live-info-wrapper .live-match-name .team-away {
    padding: 0 0px 0 66px;
}

/*Match server beach volley 09/04/2021*/
.match-sport-beach-volley .match-info .match-teams .match-home-team.server:after,.match-sport-beach-volley .match-info .match-teams .match-away-team.server:after {
    background-color: #6ec1ff;
}

#root app-l-cpn div.outrights-show-more,
#root app-sports-coupon div.outrights-show-more {
    width: 100%;
    flex-basis: unset;
    justify-content: center;
    border-bottom: 1px solid var(--c-shade);
    font-weight: bold;
    box-shadow: 0px -1px 2px var(--c-shade-b);
    cursor: pointer;
    background-color: var(--c-tint-b)
}

#root app-l-cpn div.outrights-show-less,
#root app-sports-coupon div.outrights-show-less {
    width: 100%;
    flex-basis: unset;
    justify-content: center;
    border-bottom: 1px solid var(--c-shade);
    cursor: pointer;
    font-weight: bold;
}

#root .live-match-side-coupon .events-item-wrapper.match-is-live .match-markets-wrapper .markets-placeholder-wrapper {
    height: 100%;
    min-height: 32px;
}

/*Alternative markets*/
#root .content .match-market .coupon-market-name.alternative-market {
    display: flex;
    justify-content: center;
    width: calc(100% - 16px);
    position: unset;
    padding: 6px;
}

#root .content .match-market.opt-2 .coupon-market-name.alternative-market {
    max-width: 104px;
}

#root .content .match-market.opt-3 .coupon-market-name.alternative-market, #root .content .match-market.opt-3 .coupon-market-name.alternative-market ~ .match-market-wrapper {
    /*max-width: 160px;*/
    /*min-width: 160px;*/
    min-width: 169px;
}

#root .content .match-market.opt-4 .coupon-market-name.alternative-market, #root .content .match-market.opt-4 .coupon-market-name.alternative-market ~ .match-market-wrapper {
    max-width: 212px;
    min-width: 212px;
}

#root .content .match-market.opt-3 .alternative-market-code-3015065, #root .content .match-market.opt-4 .alternative-market-code-3015065, #root .content .match-market.opt-3 .alternative-market-code-3015066, #root .content .match-market.opt-4 .alternative-market-code-3015066 {
    width: 100%;
}

#root .content .match-market.opt-3 .alternative-market-code-3015065 .odd, #root .content .match-market.opt-4 .alternative-market-code-3015065 .odd, #root .content .match-market.opt-3 .alternative-market-code-3015066 .odd, #root .content .match-market.opt-4 .alternative-market-code-3015066 .odd {
    flex-direction: column;
}

#root .content .match-market.opt-3 .alternative-market-code-3015065 .mobile-outcome, #root .content .match-market.opt-4 .alternative-market-code-3015065 .mobile-outcome, #root .content .match-market.opt-3 .alternative-market-code-3015066 .mobile-outcome, #root .content .match-market.opt-4 .alternative-market-code-3015066 .mobile-outcome {
    display: flex;
}

#root .content .match-market .market-special.alternative-market-special {
    right: 0px;
    bottom: 49px;
}

#root .content .match-market .coupon-market-name.alternative-market + div&gt;.match-odd {
    min-height: 100%
}

#root .content .match-market-wrapper {
    height: 100%;
    max-height: 46px;
}

#root .content .market-has-template + .match-markets-wrapper .match-market-wrapper {
    max-height: unset;
}

#root .content .match-market {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#root .content .multiple-specials-wrapper {
    min-height: 100%;
    height: unset;
}

#root .content .match-market .markets-placeholder-wrapper {
    align-items: center;
}

#root .content .market-1 .alternative-market-code-1014 .alternative-market-special, #root .content .market-2 .alternative-market-code-1014 .alternative-market-special, #root .content .market-1 .alternative-market-code-3010992 .alternative-market-special, #root .content .market-2 .alternative-market-code-3010992 .alternative-market-special {
    display: none
}

#root .mobile .alternative-market-code-1014 .alternative-market-special, #root .mobile .alternative-market-code-3010992 .alternative-market-special {
    display: none;
}

#root .match-bet.market-suspended .bet-odds-inline .bet-old-odds {
    display: none;
}

#root .match-bet.market-suspended .bet-odds-inline .bet-odds {
    color: var(--c-black)
}

#root .sports-match-header-wrapper.sport-soccer:not(.soccer-match-has-pen) .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0, #root .sports-match-header-wrapper.sport-esoccer:not(.soccer-match-has-pen) .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0 {
    display: none;
}

#root .sports-match-header-wrapper.sport-soccer .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0:nth-last-child(2), #root .sports-match-header-wrapper.sport-esoccer .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0:nth-last-child(2), #root .sports-match-header-wrapper.sport-soccer .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0:nth-last-child(3), #root .sports-match-header-wrapper.sport-esoccer .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0:nth-last-child(3), #root .sports-match-header-wrapper.sport-soccer .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0:nth-last-child(4), #root .sports-match-header-wrapper.sport-esoccer .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0:nth-last-child(4) {
    display: flex;
}

#root .match-market-template.market-template--all1st-half---correct-score .market-template-row .item-cell.empty-cell, #root .match-market-template.market-template--all1st-half---correct-score .market-template-row .item-cell .empty-cell, #root .match-market-template.market-plc-template--all1st-half---correct-score .market-template-row .item-cell.empty-cell, #root .match-market-template.market-plc-template--all1st-half---correct-score .market-template-row .item-cell .empty-cell {
    display: none;
}

/*#root .live-match-side-coupon .match-market-wrapper {
    position:relative;
}
#root .sports-coupon.small .multiple-specials-wrapper .markets-placeholder-wrapper .match-market-wrapper.no-market-selections .market-special {
    display:none;
}

#root  .desktop .sports-coupon.small .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5) .multiple-specials-wrapper .match-market-wrapper.no-market-selections .match-odd:not(:last-child),
#root  .desktop .sports-coupon.small .match-market:not(.opt-2):not(.opt-3):not(.opt-4):not(.opt-5) .markets-placeholder-wrapper .match-market-wrapper.no-market-selections .match-odd:not(:last-child){
    display:none;
}
#root .match-market .match-market-wrapper .match-odd.market-suspended,
#root .match-market .match-market-wrapper .match-odd.match-suspended,
#root .match-market .match-market-wrapper .match-odd.market-suspended.odds-not-offered,
#root .match-market .match-market-wrapper .match-odd.match-suspended.odds-not-offered {
    background-image:unset;
    background:unset;
    position:unset;
}
#root .match-market .match-market-wrapper .match-odd.market-suspended .odds-selection-default,
#root .match-market .match-market-wrapper .match-odd.match-suspended .odds-selection-default {
    border:0;
     background-image:unset;
    background:unset;
}
#root .match-market .match-market-wrapper .match-odd.market-suspended:last-child:before,
#root .match-market .match-market-wrapper .match-odd.match-suspended:last-child:before,
#root .match-market-wrapper.no-market-selections::before{
    content:"N/A";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:calc(100% - 2px);
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--c-paper);
    border-radius:5px;
    color:var(--c-black);
    border:1px solid var(--c-shade);
    font-weight:bold;
}
#root .live-match-side-coupon .events-wrapper .match-odd.odd-locked.match-suspended .mobile-outcome,
#root .live-match-side-coupon .events-wrapper .match-odd.odd-locked.market-suspended .mobile-outcome {
    display:none
}*/
.item-info-wrapper.market-code-2 , .item-info-wrapper.market-code-203 {
    margin-right: 5px;
}

#root app-l-cpn .match-sport-ice-hockey .match-live-info .match-score-server-set-wrapper .match-set-scores,
#root app-sports-coupon .match-sport-ice-hockey .match-live-info .match-score-server-set-wrapper .match-set-scores {
    display: none!important
}

#root .content .match-market.opt-3 .coupon-market-name.alternative-market ~ .match-market-wrapper, #root .content .match-market.opt-4 .coupon-market-name.alternative-market ~ .match-market-wrapper {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

#root .content .match-market.opt-3 .coupon-market-name.alternative-market ~ .match-market-wrapper .match-odd, #root .content .match-market.opt-4 .coupon-market-name.alternative-market ~ .match-market-wrapper .match-odd {
    flex: unset;
}

.content .events-item-wrapper {
    position: relative;
}

.content .at-least-one-alternative {
    margin-top: 28px;
}
/* 3 rules commented by SRG: they create a weird look on desktop on alternatives */
.content .at-least-one-alternative::before {
    /*border-bottom: 1px solid var(--c-white);*/
    /*box-shadow: 0px 1px 2px var(--c-shade);*/
    border-left: 4px solid var(--c-paper);
    width: 100%;
    /*height: 26px;*/
    position: absolute;
    top: 0;
    left: -4px;
    content: ""
}

.mobile .content .at-least-one-alternative::before {
    border: unset;
    box-shadow: unset;
}

#root .content app-l-cpn .at-least-one-alternative ~ .match-links,
#root .content app-sports-coupon .at-least-one-alternative ~ .match-links {
    height: calc(100% - 28px);
    margin-top: auto
}

#root .mobile app-l-cpn .at-least-one-alternative ~ .match-links,
#root .mobile app-sports-coupon .at-least-one-alternative ~ .match-links {
    top: 28px;
}

#root .content app-l-cpn .events-tournament-wrapper .alternative-market.coupon-market-name,
#root .content app-sports-coupon .events-tournament-wrapper .alternative-market.coupon-market-name {
    position: absolute;
    top: -24px;
    padding: 0;
}

#root .content .match-is-live .match-info .match-schedule {
    align-self: flex-end;
}

#root .content .at-least-one-alternative .odds-selection-default {
    min-height: 46px;
}

#root .mobile .content .item-info-wrapper, #root .content .market-code-2002.item-info-wrapper {
    align-items: flex-end
}

#root .mobile .content .sports-coupon .match-links {
    height: 46px;
}

#root .live-match-side-coupon .match-market .market-special.alternative-market-special {
    bottom: 49px;
}

#root .mobile .match-market.alt-has-special .coupon-market-name.alternative-market {
    /* left:0; */
    justify-content: flex-end;
    padding-left: 5px;
    padding-right: 0px;
}

#root .mobile .match-market.alt-has-special .coupon-market-name.alternative-market span {
    padding: 0 8px;
}

#root .mobile .events-tournaments-wrapper .match-is-live .alternative-market ~ div .market-special {
    position: absolute;
    right: 0px;
    margin-top: -22px;
    bottom: 46px;
    display: none;
}

#root .mobile .match-market.opt-2.alt-has-special .alternative-market, #root .mobile .match-market.opt-3.alt-has-special .alternative-market {
    right: 0px;
    min-width: 200px;
    max-width: unset;
    white-space: nowrap;
}

#root .alternative-market-code-3015065 .mobile-outcome, #root .alternative-market-code-3015066 .mobile-outcome, #root .alternative-market-code-3015098 .mobile-outcome, #root .alternative-market-code-3015099 .mobile-outcome {
    display: flex;
}

#root .alternative-market-code-3015065 .odd, #root .alternative-market-code-3015066 .odd, #root .alternative-market-code-3015098 .odd, #root .alternative-market-code-3015099 .odd {
    display: flex;
    flex-direction: column
}

#root .mobile .match-market.opt-2.alt-has-special .alternative-market ~ div {
    justify-content: flex-end
}

#root .mobile .match-market.opt-2.alt-has-special .alternative-market ~ div .match-odd {
    flex: unset;
}

#root .mobile app-l-cpn .match-market.market-code-1037.market-0.market-columns-long.opt-2.market-columns-2 .coupon-market-name.alternative-market,
#root .mobile app-sports-coupon .match-market.market-code-1037.market-0.market-columns-long.opt-2.market-columns-2 .coupon-market-name.alternative-market {
    margin-left: unset
}

#root .history-bet-wrapper.product-betting.expanded .history-bet-content .history-bet-match-details:not(.live-match) .match-date-code-wrapper {
    display: flex;
    margin-left: 50px;
    margin-bottom: 20px;
}

#root .history-bet-wrapper.product-betting.expanded .history-bet-content .history-bet-match-details:not(.live-match) .match-date-code-wrapper .match-date {
    font-size: 11px;
    font-weight: bold;
}

#root .history-bet-wrapper.product-betting.expanded .history-bet-content .history-bet-match-details:not(.live-match) .match-and-time {
    padding-bottom: 0px;
}

#root .history-bet-wrapper.product-betting.expanded .history-bet-content .history-bet-match-details:not(.live-match) .betslip-match-code {
    display: none;
}

#root .outright-competitor {
    max-height: 46px
}

#root .outright-competitor .odds-selection-default {
    min-height: 20px;
}

#root .match-period-l, #root .h-match-period-l{
    display: flex;
    order: 3;
    /* margin: 0px 3px; */
    font-style: italic;
    font-size: 0.85em;
    font-weight: bold;
    color: var(--c-green);
    align-items: flex-end;
    height:12px;
}
#root .match-period-l {
padding:0px 3px;
}
#root .match-carousel-block .match-period-l,
#root .match-carousel-block .match-first-leg{
    display: none;
}

#root .markets-match-header .match-period-l,
#root .markets-match-header .match-first-leg,
#root .markets-match-header .match-aggr{
    order: 1;
    justify-content: center;
    margin-bottom: 2px
}

#root .match-period-l span span{
    /* display: flex; */
    /* flex-direction: row; */
    /* white-space: nowrap; */
    align-items: flex-end;
    line-height: 12px;
    font-size:11px;
}
#root .match-period-l span {
   white-space:nowrap;
   line-height:12px;
}

#root .match-period-l span span::after {
    content:"'"
}
#root .match-is-live .match-period-l {
    order: 0
}

#root .mobile .match-period-l {
    order: -1;
    white-space:nowrap;
}

#root .match-info .match-date-and-time {
    order: 0
}

#root .markets-match-header .markets-match-data {
    order: -1
}

#root .match-info .sports-match-header-wrapper .markets-match-live-info-wrapper {
    order: 3
}

#root .match-info .sports-match-header-wrapper .match-period-l ~ .markets-match-live-info-wrapper .live-match-name,
#root .match-info .sports-match-header-wrapper .match-aggr ~ .markets-match-live-info-wrapper .live-match-name,
#root .match-info .sports-match-header-wrapper .match-first-leg ~ .markets-match-live-info-wrapper .live-match-name{
    margin-bottom: 20px;
}
#root .match-info .sports-match-header-wrapper .match-period-l ~ .match-first-leg ~ .markets-match-live-info-wrapper .live-match-name {
    margin-bottom: 35px;
}

#root .view-page-live-match .sports-match-header-wrapper .match-period-l,
#root .view-page-live-match .sports-match-header-wrapper .match-first-leg,
#root .view-page-live-match .sports-match-header-wrapper .match-aggr{
    position: absolute;
    z-index: 2;
    bottom: 34px;
    width: 100%;
}
#root .view-page-live-match .sports-match-header-wrapper .match-period-l ~ .match-first-leg,
#root .view-page-live-match .sports-match-header-wrapper .match-period-l ~ .match-aggr{
    bottom:50px;
}
#root .view-page-live-match.mobile  .sports-match-header-wrapper .match-period-l ~ .match-first-leg,
#root .view-page-live-match.mobile  .sports-match-header-wrapper .match-period-l ~ .match-aggr{
    bottom:40px;
}
#root .mobile.view-page-live-match .sports-match-header-wrapper .match-period-l,
#root .mobile.view-page-live-match .sports-match-header-wrapper .match-first-leg,
#root .mobile.view-page-live-match .sports-match-header-wrapper .match-aggr{
    bottom: 25px
}

#root .mobile.view-page-match .sports-match-header-wrapper .match-period-l,
#root .mobile.view-page-match .sports-match-header-wrapper .match-first-leg{
    top: 22px;
}

#root .view-page-match .sports-match-header-wrapper .match-period-l,
#root .view-page-match .sports-match-header-wrapper .match-first-leg{
    position: absolute;
    z-index: 2;
    top: 50px;
    width: 100%;
}
#root .view-page-match .sports-match-header-wrapper .match-period-l ~ .match-first-leg {
    top: 65px;
}
#root .mobile.view-page-match .sports-match-header-wrapper .match-period-l ~ .match-first-leg {
    top: 36px;
}
#root .view-page-match .match-info .markets-match-header .markets-match-name:not(:nth-last-child(3)) {
    padding-top: 36px;
}
#root .view-page-match .match-info .markets-match-header .markets-match-name:nth-last-child(5) {
    padding-top: 50px;
}
#root .mobile .match-schedule {
    order: -2
}

.h-match-period-l span  {
    display: flex;
    font-size:0px;
}
.h-match-period-l span span {
    font-size:11px;
}
.right-sidebar app-history .history-bet-wrapper .history-bet-footer &gt;div &gt; span:first-child {
    white-space: normal;
}

#root .h-match-period-l {
    order: unset;
}

#root app-history .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .h-match-period-l {
    margin-top:auto;
    margin-left: auto;
}

#root .right-sidebar app-history .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .h-match-period-l {
    /* margin-left: 50px; */
}

#root .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .history-bet-match-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}

#root app-history .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .selection-and-odds, #root .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .match-and-time {
    width: 100%;
}

#root .match-first-leg,
#root .match-aggr {
    display: flex;
    white-space: nowrap;
    justify-content:flex-start;
    font-size: 0.85em;
    font-weight: bold;
    /* margin: 0px 3px; */
}

#root .match-first-leg span,
#root .match-aggr span{
    line-height: 12px;
}

#root .mobile .match-first-leg span,
#root .mobile .match-aggr span{
    margin: 0px;
}

#root .match-is-live .match-first-leg,
#root .view-page-live-match .match-first-leg{
    margin: 0px;
    display:none;
}
@media (min-width: 1280px) {
    #root .content  .events-item-wrapper:not(.match-is-live) .match-info .match-teams:nth-last-child(2){
        margin-bottom:15px;
    }
    #root .content  .events-item-wrapper:not(.match-is-live) .match-info .match-first-leg {
        position:absolute;
        bottom:5px;
        left:45px;
    }
}
#root .events-item-wrapper .item-info-wrapper.has-first-leg .match-live-info {
    margin-bottom:12px;
}
#root .mobile app-l-cpn .sports-coupon.small .match-sport-basketball .item-info-wrapper.market-has-template,
#root .mobile app-sports-coupon .sports-coupon.small .match-sport-basketball .item-info-wrapper.market-has-template {
    margin-right:2px;
}
@media (min-width: 1280px) {
    #root .content .item-info-wrapper.has-match-period  .match-info .has-bet-builder {
        margin-left:6px!important;
    }
}
#root .item-info-wrapper.has-first-leg{
    position:relative;
}
/*
#root .sports-match-header-wrapper.sport-soccer .p-2p_ot .markets-match-live-info-wrapper .live-match-set-scores .live-set.set2,
#root .sports-match-header-wrapper.sport-soccer .p-ft_ot .markets-match-live-info-wrapper .live-match-set-scores .live-set.set2{
    display:flex;
    flex-direction:row;
    align-items:center;
}
#root .sports-match-header-wrapper.sport-soccer .p-2p_ot .markets-match-live-info-wrapper .live-match-set-scores .live-set.set2 span:first-child::after,
#root .sports-match-header-wrapper.sport-soccer .p-ft_ot .markets-match-live-info-wrapper .live-match-set-scores .live-set.set2 span:first-child::after{
    content:":";
    margin:0px 5px;
}
#root .sports-match-header-wrapper.sport-soccer .p-2p_ot .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0,
#root .sports-match-header-wrapper.sport-soccer .p-ft_ot .markets-match-live-info-wrapper .live-match-set-scores .live-set.set0{
    display:none;
}*/
#root .history-bet-wrapper .history-bet-content .history-bet-match-details:before {
  display:none;
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .history-bet-match-wrapper {
  margin-top:0px;
}
.history-bet-wrapper .history-bet-footer &gt; div {
    /* flex:unset; */
    justify-content:center;
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details.lost {
  border-left:4px solid var(--c-red)
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details.won {
  border-left:4px solid var(--c-green)
}
.history-bet-wrapper .history-bet-header .history-bet-status.lost {
    border:1px solid  var(--c-red);
  background-color:transparent;
  color:var(--c-red)
}
.history-bet-wrapper .history-bet-header .history-bet-status.won {
   
  background-color:var(--c-green);
  color:var(--c-white-e)
}
#root app-history .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .selection-and-odds {
    padding-left: 48px!important;
}
app-message-thread .thread-message-wrapper.operator {
  background-color:var(--c-white-e)
}
app-message-thread .thread-message-wrapper.operator .thread-message-sender .message-sender-id{
  font-weight:600;
  text-transform:capitalize;
  text-decoration:underline
}

#root  .right-sidebar .history-bet-possible-bonus span,
#root  .right-sidebar .history-bet-possible-winnings span{
  display:flex;
  flex-direction:column;
  white-space:nowrap

}
.favorites-sports-coupon:not(:has(app-breaks-events)) {
    display:none
}
.favorites-sports-coupon .events-sport-coupon-title {
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 0.015em;
    background-color: var(--c-primary);
    color: var(--c-white-e);
    padding-left:36px;
    background-image:url("/v1.75/r/images/site/icons/Favorite_On.svg");
    background-repeat:no-repeat;
    background-position:4px center;
    border-left: solid 4px var(--c-green);
}
#root .desktop .home-shortcut-item .home-shortcut-item-football.livestream::before {
    background-image:url(/v1.76/r/images/site/icons/livestream-2.png);
    background-size:22px;
    background-repeat:no-repeat;
    background-position:center;
    filter:invert(1);
    opacity: 0.6;
}
#root .mobile .navigation .livestream {
   margin-bottom:4px;
    border-radius: 4px;
    overflow: hidden;
}
#root .livestream-coupon-link {
    background-color: var(--c-primary);
    padding: 0;
    font-weight: 600;
    color: var(--c-white);
    height: 36px;
    display: inline-flex;
   
    line-height: 36px;
    width: 100%;
}
#root .livestream-coupon-link div {
    width: 100%;
    text-indent: 40px;
}
#root .livestream-coupon-link:before {
    display: block;
    position: absolute;
    content: '';
    background-image: url(/v1.76/r/images/site/icons/livestream-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:24px;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    margin: 6px;
    filter:invert(1)
}

/* Bet Builder related */

.betslip .betslip-events-wrapper .bet-container app-betslip-combine-selections{
    order:4;
    width:100%;
}
.betslip .bet-match-combine app-combine-selections{
    display:flex;
    align-items:center;
    border-top:1px solid var(--c-shade)        
}
.betslip .bet-match-combine app-combine-selections button {
    flex:1;
    min-height:36px;
    background-color:transparent;
    border:0;
}
.betslip div:not(.is-combined).match-bet .bet-match-combine app-combine-selections button:hover {
    color:var(--c-black-e)
}
.betslip .bet-match-combine app-combine-selections button span:not(:first-child) {
    display:none;
}
.betslip .is-combined .bet-match-combine app-combine-selections {
    background-color:var(--c-emphasis);
    color:var(--c-white-e)
}
.betslip .bet-match-combine .combined-odds {
    padding:2px 8px;
  
    color:var(--c-black);
   border-radius:2px;
    display:flex;
    align-items:center;
    font-weight:bold;
  margin:0 5px;
}
.betslip .is-combined .bet-match-combine .combined-odds {
    background-color:var(--c-paper)
}
.betslip .bet-match-combine .combined-odds .bet-odds-inline {
    display:flex;
}
.betslip .bet-match-combine .combined-odds .bet-odds-inline .bet-old-odds {
    text-decoration:line-through;
    margin:0px 4px;
    
}

#root app-betslip-match-header {
    display:contents
}
.bet-container .bet-match-date-time {
    width:100%;
}
#root .match-page .betbuilder-toggle{
    display: flex;
    align-items: center;
    /* margin-top: -55px; */
    margin-right: 12px;
    margin-left: auto;
    z-index: 1;
    width: 156px;
    height: 35px;
   
    padding:0px 8px;
   
    /* background: var(--c-background); */
}
#root .match-page .betbuilder-toggle input {
    display:none;
}
#root .match-page .betbuilder-toggle.empty{
    display: none
}
#root .match-page .betbuilder-toggle .slider{
    padding: 3px;
    border-radius: 25px;
    width: 48px;
    height: 24px;
    transition: all .5s;
    border: solid 1px transparent;
    position: relative;
}
#root .match-page .betbuilder-toggle .toggle-switch input:focus + .slider,
#root .match-page .betbuilder-toggle .toggle-switch input:hover + .slider{
    border: solid 1px var(--c-shade-b)
}
#root .match-page .betbuilder-toggle .toggle-switch input:checked + .slider{
     
     color:var(--c-white-e);
    background-color:var(--c-emphasis)
}
#root .match-page .betbuilder-toggle .toggle-switch .slider:before{
    content: "";
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .5s;
    position: unset;
    margin-left: 1px
}
#root .match-page .betbuilder-toggle .toggle-switch input:checked + .slider:before{
    transform: translateX(24px);
}
#root .match-page .betbuilder-toggle .toggle-switch-text{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    text-transform: capitalize;
}
#root .match-page .betbuilder-toggle .toggle-switch {
    display:flex;
    align-items:center;
}
#root .live-match-page .match-page .betbuilder-toggle{
    background: var(--c-primary-c);
}
#root .live-match-page .match-page .betbuilder-toggle .toggle-switch-text{
    color: var(--c-white);
}

#root .match-page .match-markets .toggle-all-expanded {
    top: -75px;
}
.successfully-registered-body {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: var(--c-bg-gradient);
}
.successfully-registered-body &gt; app-widget-host {
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.successfully-registered-body .successfully-registered-container {
    max-width:420px;
    width:100%;
    background-color:var(--c-paper);
    color:var(--c-black);
    border-radius:5px;
    overflow:hidden;
}
.mobile .successfully-registered-body .successfully-registered-container {
    max-width:80%;
}
.successfully-registered-body .successfully-registered-container .successfully-registered-header {
    padding:8px 16px;
    min-height:44px;
    display:flex;
    align-items:center;
    font-size:16px;
    line-height:18px;
    font-weight:bold;
    background-image:url(/v1.820/r/images/site/icons/Close.svg);
    background-repeat:no-repeat;
    background-position:calc(100% - 8px) center ;
    border-bottom:2px solid var(--c-emphasis);
    background-color:var(--c-emphasis);
    color:var(--c-white-e);
}
.successfully-registered-body .successfully-registered-container .successfully-registered-content {
    padding:30px 12px;
    font-size:13px;
    text-align:center;
}
.successfully-registered-body .successfully-registered-container .successfully-registered-button {
   
    max-width:200px;
    width:100%;
    background-color:var(--c-green);
    color:var(--c-white-e);
    border-radius:13px;
     margin:0 auto;
    margin-bottom:24px;
    border-radius:13px;
}
.successfully-registered-body .successfully-registered-container .successfully-registered-button div {
     min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
   font-size:15px;
    font-weight:700;
    line-height:18px;
}
</pre></body></html>