/* mv 2022-12-18 >>> changed home banner back to the prev value */
/* mv 2022-11-18 >>> 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;
    /* overflow: hidden; */
}

#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;
}

.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):not(.market-suspended) .odds-selection-default: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:not(.match-suspended):not(.market-suspended) .odds-selection-default span {
    display:none;
}
.match-odd.odds-not-offered:not(.match-suspended):not(.market-suspended) .odds-selection-default .odd-outcome {
    display:none
}
.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;
    position: relative;
    z-index: 2;
}

#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 {
    order:3;
}


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



#root .sort-by-Date app-market-headings-container {
    margin-right: unset;
    margin-left: auto;
    position: 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;
}


@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 > 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/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/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/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/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;
}


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

#root .bet-container .bet-actions .bet-odds-inline.bet-odds-values {
    height: 100%;
    justify-content: flex-end;
    width: 100%;
}



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


#root .sports-coupon .match-set-scores-wrapper > 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: none;
    /* 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 > ul > li:not(.cms-menu-home) > 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 > .menu > li > 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 .desktop .live-match-side-coupon .events-item-wrapper .match-links .match-favorite:not(.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 > app-widget-host {
    height: 36px;
    /* background-color: var(--c-primary-c); */
    display: flex;
    justify-content: center;
    align-items: center;
}

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

#root.large .desktop .right-sidebar,
#root.large .desktop .betslip-panel-menu{
    min-width: 390px;
}
#root.large .desktop .betslip-panel-menu {
    padding-left:18px
}
#root .desktop .right-sidebar .match-tracker-toggle .max-icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/v1.019/r/images/site/icons/expand_boa.svg);
    opacity: .75;
}

#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 .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-flag {
    display:none;
}
#root .events-break-wrapper.sort-by-Date .events-category-tournament-names {
    display: flex;
    align-items: flex-start;
    flex-direction:column;
}
#root .events-break-wrapper.sort-by-Date .tournament-header-wrapper {
    padding-left:15px;
    border-radius:10px;
    /* padding-right: 38px; */
}
#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: 2px 6px 8px 20px;
    display: flex;
    align-items: center;
    background-color:transparent;
    border-radius:0;
    
    /*background-color: var(--c-paper);*/
    z-index: 1;
}
#root app-l-cpn .events-tournaments-wrapper .by-date-header-wrapper,
#root app-sports-coupon  .events-tournaments-wrapper .by-date-header-wrapper{
    background-color:var(--c-bodybackcol);
   
}
#root app-l-cpn .events-tournaments-wrapper .by-date-header-wrapper::before,
#root app-sports-coupon .events-tournaments-wrapper .by-date-header-wrapper::before {
    content:"";
    position:absolute;
    width:100%;
    height:calc(100% - 6px);
    left:0px;
    top:0px;
    z-index:-1;
    border-radius:10px;
   background-color:var(--c-primary)
}
.sort-by-Date .date-with-time, .sort-by-Date .match-date {
    display: none;
}



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

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

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



#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 .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;
    /* width: 100%; */
}


#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: -4px;
    left: calc(100% - 6px);
    padding: 0 4px;
    background-color: var(--c-green);
    color: var(--c-white-e);
    border-radius: 8px;
    font-size: 11px;
    min-width: 14px;
    height: 14px;
    line-height: 16px;
    font-weight: 600;
    /* border: 2px solid var(--c-primary); */
}



.tabbed-betslip-container {
    min-width: 320px;
}
.betslip-panel-menu app-widget-host {
    min-height:34px;;
}
.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;
}
.bet-history-menu app-widget-host {
    background-color:var(--c-paper);
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding: 10px;
    padding-top: 10px;
}
.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: 28px;
    border-radius: 10px;
}

.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;
    width: 100%;
}
#root .bethistory-settled,
#root .bethistory-open{
    background-color:var(--c-paper);
    margin-bottom:20px;
    /* padding:40px 0px; */
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#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-black-e);
    border: none;
    font-weight:bold;
    background-color:transparent;
    /* background-color: var(--c-primary); */
}

.betslip-panel-menu {
    display: flex;
    flex-direction: column;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    max-width:var(--r-sidebar-width);
    /* min-width: var(--r-sidebar-width); */
    width:100%;
    margin-left:auto;
    /* margin:8px; */
}



#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-white);
    background-color: var(--c-emphasis);
    border-radius:10px;
}

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

#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-white-e);
    background-color: var(--c-emphasis);
    font-weight:bold;
}

.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;
}
.betslip-panel-menu-item:first-of-type,
.bet-history-menu-item:first-of-type{
    margin-right:8px;
}
#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 > 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 > input {
    background-color: transparent;
    box-shadow: none;
}

#root .search-header .scroll-reveal.collapsed > 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 > 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%;
    display: b;
}

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

#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: 36px;
    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: 34px;
    height: 34px;
    background-image: url(/v1.02/r/images/site/icons/Pin-Off.svg);
    position: absolute;
    right: 0px;
    top: -3px;
    border-top-right-radius:4px;
}

#root .pin-scoreboard-button > 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;
    /* z-index: 0; */
}

#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;
}



.ct-live-0 .home-highlights app-widget-host > .left-arrow-wrapper, .ct-live-0 .home-highlights app-widget-host > .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.has-live-stream-match app-betradar-v3 .sravvpl_wrapper.sravvpl_theme_0,
#root .mobile-app.landscape.has-live-stream-match app-betradar-v3 .sravvpl_wrapper.sravvpl_theme_0{
    position: absolute;
    /* top: 0px; */
    z-index: 100;
    padding-top: 0;
    height: 100%;
    height: 100%!important;
}

#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>.mCSB_container {
    margin-bottom: 10px;
}

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

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

#root .mCSB_horizontal>.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; */
    padding-bottom:4px;
    padding-top:4px;
    position: sticky;
    position: -webkit-sticky;
    top: 0px; 
    z-index: 20;
    background-color:var(--c-primary-d)
}

#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: transparent;
    position: relative;
    z-index: 2;
}

body {
    overscroll-behavior-y: contain;
}

#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.odd, 
#root .markets-page.odds-selection-default .odds-selection-down-after ~ span.odd{
   color: #8bf88d!important;
}
#root .odds-selection-default .odds-selection-up-after + span {
    /* color:var(--c-green)!important; */
}
#root .sports-coupon .odds-selection-default .odds-selection-up-after ~ span.odd .mobile-outcome + span,
#root .sports-coupon .odds-selection-default .odds-selection-down-after ~ span.odd .mobile-outcome + span,
#root .beto-match .odds-selection-default .odds-selection-up-after ~ span.odd,
#root .beto-match .odds-selection-default .odds-selection-down-after ~ span.odd{
    position:relative;
   
}
/*#root .beto-match .odds-selection-default .odds-selection-up-after ~ span.odd,
#root .beto-match .odds-selection-default .odds-selection-down-after ~ span.odd {
    display:flex;
    align-items:center;
}*/
#root .sports-coupon .odds-selection-default:not(.odds-bet-slip-selected) .odds-selection-up-after ~ span.odd .mobile-outcome + span::before{
    content:"";
    position:absolute;
    left:-8px;
    transform:translate(0%,-50%);
    top:50%;
    width:10px;
    height:10px;
    background-image:url(/v1.022/r/images/site/icons/ar-up-sm-green.svg);
    background-position:center;
    background-repeat:no-repeat;
    display:none;
}
#root .sports-coupon .odds-selection-default:not(.odds-bet-slip-selected) .odds-selection-down-after ~ span.odd .mobile-outcome + span::before{
    content:"";
    position:absolute;
   left:-8px;
    transform:translate(0%,-50%);
    top:50%;
    width:10px;
    height:10px;
    background-image:url(/v1.022/r/images/site/icons/ar-down-sm-red.svg);
    background-position:center;
    background-repeat:no-repeat;
    display:none;
}
#root .beto-match .odds-selection-default .odds-selection-down-after ~ span.odd::before{
    /* content:""; */
    min-width:10px;
    height:10px;
    background-image:url(/v1.022/r/images/site/icons/ar-down-sm-red.svg);
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    position:absolute;
    top:50%;
    transform:translate(0%,-50%);
    left:0px;
}

#root .beto-match .odds-selection-default .odds-selection-up-after ~ span.odd::before{
    /* content:""; */
    display:block;
    min-width:10px;
    height:10px;
    background-image:url(/v1.022/r/images/site/icons/ar-up-sm-green.svg);
    background-position:center;
    background-repeat:no-repeat;
    /* position:absolute; */
    top:50%;
    transform:translate(0%,-50%);
    left:0px;
}
#root .odds-selection-default .odds-selection-down-after + span {
    /* color:var(--c-red)!important; */
}
#root .sports-coupon .odds-selection-default .odds-selection-up-after + span,
#root .sports-coupon .odds-selection-default .odds-selection-down-after + span {
   color: #8bf88d!important;
   /* padding: 0px; */
}

#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: #8bf88d!important;
}
#root .sports-coupon .odds-selection-default:not(.odds-bet-slip-selected) .odds-selection-down-after ~ span.odd .mobile-outcome + span::before {
   left:-12px
}
#root .sports-coupon .odds-selection-default:not(.odds-bet-slip-selected) .odds-selection-up-after ~ span.odd .mobile-outcome + span::before {
    left:-12px;
}
#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: 53px;
    top: 0;
    left: 0px;
    z-index: 1;
}


#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;
}



/*___________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).has-live-stream-match app-live-match-stream.match-stream,
.mobile.os-android.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match app-live-match-stream.match-stream{
        z-index: 1000;
}
.mobile.os-ios.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match app-live-match-stream.match-stream app-betradar-v3,
.mobile.os-android.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match app-live-match-stream.match-stream app-betradar-v3{
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: unset;
}

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



.mobile.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match app-tracker-streamer-toolbar, 
.mobile-app.view-page-live-match.landscape.has-live-stream-match app-tracker-streamer-toolbar, 
.mobile.view-page-live-match.landscape:not(.mobile-app):not(.os-android).has-live-stream-match app-window-tabs, 
.mobile-app.view-page-live-match.landscape.has-live-stream-match app-window-tabs {
    display: none;
}
.mobile.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match .sticky-menu,
.mobile.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match .quickbet-notifications-container,
.mobile-app.view-page-live-match.landscape.has-live-stream-match .sticky-menu,
.mobile-app.view-page-live-match.landscape.has-live-stream-match .quickbet-notifications-container{
    display:none
}
#root .mobile.os-android.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match .doc .header, 
#root .mobile.os-ios.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match .doc .header,
#root .mobile-app.view-page-live-match.landscape.has-live-stream-match .doc .header {
    z-index: 0;
}
#root .mobile.os-android.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match  .footer .block-landscape-overlay,
#root .mobile.os-ios.view-page-live-match.landscape:not(.mobile-app).has-live-stream-match  .footer .block-landscape-overlay,
#root .mobile-app.view-page-live-match.landscape.has-live-stream-match  .footer .block-landscape-overlay{
    display:none;
}
/*#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 > app-widget-host, #root .mobile-app.landscape .block-landscape-overlay > 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 > 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%;
    background-color:black;
    height: 100%;
    position: fixed;
}

#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: 100%;
    /* position: absolute; */
    /* width:50%; */
    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;
    background-image:url(/v1.036/r/images/site/icons/BetAssist.svg);
    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)___________________*/

/*_________________________________________________*/
/*________________Keep me logged in styling(05/02/2021)___________________*/




/*___________________ Bet Booking Notifications Mobile 08/02/2021_______________*/
#root .mobile app-betslip-book-notifications .betslip-booking-notifications {
    position: fixed;
    bottom: var(--v-sticky-menu-height);
    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: 12px 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-primary-c);
    color:var(--c-white-e);
    margin-right:2px;
    border-radius:5px;
    
}

/*_________________________________________________*/
/*___________________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 > app-widget-host {
    padding: 10px;
    text-align: right;
    border: 1px solid var(--c-shade-b)
}

#root .cancel-withdrawal-content .row > 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 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);
}
#root .mobile .content .sports-search::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0px;
    bottom: -6px;
    background-image: var(--c-bg-gradient)!important;
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    background-size: 100vw 200vh
}
/*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 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%;
    align-items: flex-end;
}

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

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

#root .mobile .events-tournament-content .events-tournament-wrapper .item-info-wrapper .match-live-info {
    flex-direction: row;
    /* align-items: center; */
    /* max-height: 40px; */
    height: auto;
    /* margin-top:auto; */
}



/*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-esoccer .live-match-yellow-cards  .live-match-yellow-cards-home::after,
#root .sport-esoccer .live-match-red-cards  .live-match-red-cards-home::after,
#root .sport-esoccer .live-match-corners  .live-match-corners-home::after, 
#root .sport-soccer .markets-match-live-info-wrapper .live-set.set0 span:first-child::after,
#root .sport-soccer .live-match-yellow-cards  .live-match-yellow-cards-home::after,
#root .sport-soccer .live-match-red-cards  .live-match-red-cards-home::after,
#root .sport-soccer .live-match-corners  .live-match-corners-home::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 > div, #root .sports-match-header-wrapper.sport-volleyball .markets-match-live-info-wrapper .live-set:last-child > span, #root .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper .live-set:last-child > span, #root .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper .live-set:last-child > span, #root .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper .live-set:last-child > 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 > span:first-child::after, #root .sports-match-header-wrapper.sport-table-tennis .markets-match-live-info-wrapper .live-set:last-child > span:first-child::after, #root .sports-match-header-wrapper.sport-beach-volley .markets-match-live-info-wrapper .live-set:last-child > span:first-child::after, #root .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper .live-set:last-child > 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 > 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 > div > div:not(.live-title), #root .match-info .sport-volleyball .markets-match-live-info-wrapper > div > div:not(.live-title), #root .match-info .sport-table-tennis .markets-match-live-info-wrapper > div > div:not(.live-title), #root .match-info .sport-beach-volley .markets-match-live-info-wrapper > div > div:not(.live-title), #root .match-info .sport-snooker .markets-match-live-info-wrapper > div > 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 > 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 > 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 > 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 > 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 > 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 > div, #root .match-info .sports-match-header-wrapper.sport-snooker .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score > div, #root .match-info .sports-match-header-wrapper.sport-darts .markets-match-live-info-wrapper app-goals.live-match-score-wrapper .live-match-score > 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: 45px;
}

/*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;
}

#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>.match-odd {
    min-height: 100%
}

#root .desktop .content .match-market:not(.market-tpl-cls-desktoptemplatesnowrap):not(.market-tpl-cls-mobiletemplatesnowrap):not(.market-tpl-cls-bigmarkcouppage) .match-market-wrapper {
    /* height: 100%; */
    /* max-height: 45px; */
}

#root .content .market-has-template + .match-markets-wrapper .match-market-wrapper {
    /* max-height: unset; */
    /* justify-content: flex-end; */
    align-items: flex-end;
}

#root .content .match-market {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
   
}
#root .content .match-market[class*="alt-mrk"] {
     /* min-height: 82px; */
}
#root .content .multiple-specials-wrapper {
    min-height: 100%;
    height: unset;
}

#root .content .match-market .markets-placeholder-wrapper {
    align-items: flex-end;
    justify-content: center;
}
#root .content .has-aggr ~ .match-markets-wrapper .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 app-l-cpn .sports-coupon .match-links {
    /* height: 100%; */
    width: 35px;
    /* flex:1; */
}

#root .live-match-side-coupon .match-market .market-special.alternative-market-special {
    bottom: 52px;
    height: 32px;
    min-height: 32px;
}

#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: 13px;
    font-weight: bold;
}

#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 {
    min-height: 36px;
    border: 2px solid transparent;
}

#root .outright-competitor .odds-selection-default {
    /* min-height: 20px; */
    padding-right:15px;
}

#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-white);
    align-items: flex-start;
    height: auto;
}
#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-is-live .match-first-leg, #root .view-page-live-match .match-first-leg {
    margin: 0px;
    display: none;
}
#root .match-period-l span span{
    /* display: flex; */
    /* flex-direction: row; */
    /* white-space: nowrap; */
    align-items: flex-end;
    line-height: 13px;
    font-size: 13px;
    font-weight: 400;
}
#root .match-period-l span {
   white-space:nowrap;
   line-height:12px;
}

#root .match-period-l span span::after {
    content:"'"
}
#root .match-period-l > span {
    font-size:0px;
     display: flex;
    align-items:center;
}
#root .match-is-live .match-period-l {
    order: 0
}

#root .mobile .match-period-l {
    order: -1;
    white-space:nowrap;
    position: unset;
    display:flex;
    align-items:flex-start;
    /* height: auto; */
}

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

#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 >div > 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 .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .match-and-time {
    width: 100%;
}




@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: 0px;
        left: 69px;
    }
}
#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 .item-info-wrapper.has-aggr ~ .match-markets-wrapper .match-market-wrapper,
#root .item-info-wrapper.has-first-leg ~ .match-markets-wrapper .match-market-wrapper{
   align-items:center;
   /* padding-bottom: 14px; */
}

#root .item-info-wrapper.has-aggr ~ .match-markets-wrapper .match-market,
#root .item-info-wrapper.has-first-leg ~ .match-markets-wrapper .match-market{
    justify-content:center;
}
#root .desktop .events-item-wrapper:not(.match-is-live) .item-info-wrapper.has-first-leg ~ .match-markets-wrapper .match-market {
    justify-content:flex-start;
    padding-bottom: 14px;
}
/*
#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;
}


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

}
.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 .bet-match-combine div.combined-odds {
    /* padding:2px 8px; */
    color:var(--c-black);
    border-radius:2px;
    display:flex;
    align-items:center;
    font-weight:bold;
    padding-right: 43px;
    /* margin:0 5px; */
}

.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;
    
}

.bet-container .bet-match-date-time {
    width:100%;
}

#root .desktop .home-shortcut-item .home-shortcut-item-football.livestream::before {
    /*background-image:url(/v1.728/r/images/site/icons/StreamingCalenda.svg);*/
    background-image: url(/v1.728/r/images/site/icons/StreamingCalendar-02.svg);
    background-size:22px;
    background-repeat:no-repeat;
    background-position:center;
   
    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.728/r/images/site/icons/StreamingCalenda.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:24px;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    margin: 6px;
   
}
.successfully-registered-body {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background: var(--c-bg-gradient);
    background-repeat:no-repeat;
    background-size:100%;
}
.successfully-registered-body > 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:13px;
}
.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.044/r/images/site/icons/bet_slip_close.svg);
    background-repeat:no-repeat;
    background-position:calc(100% - 8px) center ;
    border-bottom:2px solid var(--c-emphasis)
}
.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);
    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;
    color:var(--c-white-permatext)
}