/*  3/2 DiS */
.ui-dialog-content {
    overflow: hidden;
}

.tabbed-betslip-container {
    max-width: 360px;
    min-width: 320px;
}

.betslip-panel-menu app-widget-host, .bet-history-menu app-widget-host {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.betslip-panel-menu-item, .bet-history-menu-item {
    width: 50%;
    color: var(--c-emphasis);
    font-weight: 600;
}

.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: 30px;
}

.mobile .bet-history-menu-item, .betslip-panel-menu .Array, .Array {
    width: 50%;
}

.bet-history-menu-item app-widget-host {
    flex-direction: column !important;
}

#root .betslip-wrapper, #root.betslip-menu-mybets .bethistory-open, #root.betslip-menu-mybets.settled .bethistory-settled, #root.settled .mobile .bethistory-settled {
    display: block;
}

#root.betslip-menu-mybets .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;
}

.my-bet-history, #root.settled .bet-history-menu-item:nth-child(2), #root .bet-history-menu-item:nth-child(3) {
    color: var(--c-white);
    border: none;
    background-color: var(--c-primary-d);
    box-shadow: inset 0px 5px var(--c-shade);
}

.betslip-panel-menu {
    display: flex;
    flex-direction: column;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.betslip-panel-menu .Array {
}

#root .betslip-panel-menu .betslip-panel-menu-item:nth-child(2), #root.betslip-menu-mybets .betslip-panel-menu .betslip-panel-menu-item:nth-child(3) {
    border-bottom: 4px solid var(--c-emphasis);
}

#root .betslip-panel-menu .betslip-panel-menu-item:nth-child(3), #root.betslip-menu-mybets .betslip-panel-menu .betslip-panel-menu-item:nth-child(2) {
    border-bottom: 4px solid var(--c-primary-b);
}

#root .bet-history-menu-item:nth-child(2), #root.settled .bet-history-menu-item:nth-child(3) {
    color: var(--c-emphasis);
    background-color: var(--c-primary-d);
    border-bottom: 1px solid var(--c-emphasis);
    box-shadow: inset 0px 5px var(--c-shade)
}

.bethistory-open app-history .generic-form, .bethistory-settled app-history .generic-form {
    overflow-y: scroll;
    max-height: 500px;
}

.mobile .bethistory-open app-history .generic-form, .mobile .bethistory-settled app-history .generic-form {
    overflow-y: unset;
}

.mobile .bet-history-menu {
    position: fixed;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
}

.mobile .my-bets.mo .tabbed-betslip-container .test app-button {
    text-align: center;
}

.tabbed-betslip-container .test app-button button {
    width: 80%;
    height: 36px;
    background-color: var(--c-green);
}

.tabbed-betslip-container .guest-info {
    font-style: italic;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tabbed-betslip-container .test app-button button:hover {
    background-color: var(--c-emphasis);
}

.betslip-clear-wrapper label {
    display: none;
}

.clear-betslip-button {
    margin-left: 10px;
}

.betslip-counter-container .betslip-counter-name {
    display: none;
}

.betslip-counter-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.menucontent:hover .betslip-counter-container .bets-number-container {
    display: none;
}

.betslip-counter-container .bets-number-container {
    text-align: center;
    width: auto;
    min-width: 24px;
    height: 24px;
    padding: 3px 4px;
    margin: 13px 8px;
    background-color: var(--c-background);
    /* border:1px solid var(--c-emphasis); */
    border-radius: 2px;
}

.betslip-counter-container .bets-number-container.empty-betslip {
    padding: 0;
    display: none;
}

#root .betslip-panel-menu .betslip-panel-menu-item:nth-child(2) .menucontent app-widget-host {
    justify-content: space-between;
    position: relative;
    height: 50px;
}

#root .betslip-panel-menu .menu-item-content {
    position: relative;
    width: auto;
    margin: auto;
    text-align: center;
}

#root .betslip-panel-menu .betslip-clear-container {
    position : absolute;
}

#root .mobile .mobile-navigation-view-right .bethistory-settled, #root .mobile .mobile-navigation-view-right .bethistory-open {
    margin-left: -24px;
    margin-right: -24px;
}

#root .bethistory-open .no-history-records, #root .bethistory-settled .no-history-records {
    text-align: center;
}

/*<------------------>*/
#root .desktop .home-highlights-block .match-schedule .match-total-markets, #root .desktop .upcoming-sports-coupon .match-schedule .match-total-markets {
    margin-left: 0px;
}

/*<------------------>*/
/*Favorites Tab Live Andreani ---> 13/12/2019*/
.favorites-sports-coupon .events-sport-header {
    display: none;
}

.favorites-sports-coupon .events-sport-coupon-title {
    align-items: center;
    background-color: var(--c-primary);
    box-sizing: border-box;
    color: var(--c-white-e);
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 0.015em;
    padding: 0 136px 0 8px;
    width: 100%;
}

.favorites-sports-coupon .sports-coupon.small .events-wrapper .events-sport-coupon-title::before {
    display: block;
    width: 20px;
    height: 25px;
    content: url(/v1.03/r/images/site/icons/Favorite_On.svg) ;
    background-position: center;
    margin-right: 5px;
}

/*<----->*/
#root .desktop .body .live-betting-menu, #root .desktop .body .profile-menu, #root .mobile .body .profile-menu {
    width: 100%;
    height: 30px;
    flex-direction: row;
}

#root .desktop .body .live-betting-menu {
    position: sticky;
    top: 0;
    z-index: 901;
}

#root .mobile .body .profile-menu {
    height: 35px;
}

@media only screen and (max-width: 911px) {
    #root .desktop .body .profile-menu, #root .desktop .body .profile-menu ul, #root .desktop .body .profile-menu ul span, #root .desktop .body .profile-menu ul a {
        height:50px;
    }

    #root .desktop .body .profile-menu ul a {
        line-height: 1.5;
    }

    #root .desktop .body .profile-menu ul span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#root .desktop .body .live-betting-menu ul, #root .desktop .body .profile-menu ul {
    width: inherit;
    height: inherit;
    flex-direction: row;
    margin: 0;
}

#root .mobile .body .profile-menu ul {
    display: flex;
    justify-content: center;
}

#root .desktop .body .live-betting-menu ul li, #root .desktop .body .profile-menu ul li, #root .mobile .body .profile-menu ul li {
    display: inline;
    float: left;
}

#root .user-page-content .profile-menu .menu li a.active,#root .user-page-content .profile-menu .menu li a:hover {
    color: var(--c-white-e)!important;
}

#root .user-page-content app-menu li a :hover {
    background-color: var(--c-background);
    color: var(--c-emphasis);
}

#root .user-page-content app-menu li a {
    color: var(--c-white);
    line-height: 2.2;
}

#root .mobile .body .profile-menu ul li, #root .user-page-content app-menu li {
    width: 33.33%;
}

#root .view-page-bethistory .profile-menu li, #root .view-page-bethistory-openbets .profile-menu li {
    width: 50% !important;
}

#root .mobile .body .profile-menu ul li a {
    background-color: var(--c-background);
    color: var(--c-white-e);
    font-weight: 600;
    display: flex;
    justify-content: center;
}

#root .mobile .body .profile-menu ul li a span {
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#root .mobile .body .profile-menu ul li a:hover {
    color: var(--c-emphasis);
}

#root .mobile-my-bets-view {
    top: 100px!important;
    height: calc(100% - 100px);
}

#root .mobile-my-bets-view .ui-dialog-content {
    height: inherit;
}

.close {
    text-align: right;
    margin-right: 10px;
}

.close .back-button:before {
    visibility: visible;
    color: var(--c-white);
    content: "X";
    margin-left: 5px;
}

.close .back-button {
    visibility: hidden;
    text-decoration: none;
    font-size: 15px;
    color: var(--c-primary-b) !important;
}

#root .desktop .events-wrapper:not(.outrights-coupon) .events-item-wrapper:hover {
    background-color: var(--c-shade);
    color: var(--c-white-e);
}

app-widget-host {
    width: 100%;
}

app-scroll-top {
    display: none;
}

.mobile .site {
    max-width: 799px;
}

#root app-block.content {
    width: 100%;
}

/* BODY */
@media (min-width: 1280px) {
    #root .content .events-tournament-content .match-info .match-teams div {
        flex: 0 1 auto;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 6px 0 0;
        width: auto;
    }
}

.sidebar-content {
    max-height: calc(100vh - 128px);
}

/* STAKE INPUT */
#root .betslip .stake .numeric-input-wrapper input {
    margin-right: unset;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding: 0;
}

/* STAKE INPUT STATES */
#root .betslip .stake .numeric-input-wrapper {
    text-align: right;
}

#root .betslip .stake.zero-value .numeric-input-wrapper {
    opacity: .7;
    height: 100%;
}

#root .betslip .stake.input-active .numeric-input-wrapper {
    opacity: 1
}

#root .betslip .stake.input-active {
    border: 1px solid var(--c-emphasis);
    background-color: var(--c-white-e);
    color: var(--c-background)
}

#root .betslip .stake.input-active input {
    color: var(--c-background)
}

.mobile {
    /* padding-top: 54px /* size of header;; */
    /*     color: var(--c-black); */
    overflow-x: unset;
    background-color: var(--c-background);
    /* z-index: 90; */
}

.mobile .forgot-password-wrapper {
    padding: 20px;
    color: var(--c-white)
}

.mobile .forgot-password-block {
    color: var(--c-white);
}

.mobile.view-page-sports-football app-league-time-filter li:nth-child(3) {
    display: none;
}

.mobile .forgot-password-block .forgot-password-link {
    display: flex;
    justify-content: center;
}

/*.mobile .match-page,.mobile .sports-live,.mobile .login-block{
    background-color: var(--c-primary);
    color: var(--c-black);
}*/
.mobile .register-block .form-label, .mobile .register-block h2, .mobile .register-button, .mobile .register-block .field-caption,.login-menu-register .register-fields-wrapper h2, .login-menu-register .field-caption, .login-menu-register .field-hint {
    text-align: left;
    color: var(--c-white);
}

.mobile .register-block .register-fields-wrapper form, .login-menu-register .register-fields-wrapper form {
    text-align: right;
}

/* HEADER */
#root .header app-widget-host {
    display: inline-flex;
    flex-direction: unset;
    width: 100%;
    height: 100%;
}

.mobile .header .mobile-menu-link {
    /* Layout */
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 16px;
    background: url(/v1.03/r/images/site/icons/Navigation.svg) center center no-repeat;
    background-size: contain;
    opacity: 0.8;
    cursor: pointer;
}

.mobile .header .header-link-betslip .mobile-menu-link{
    left: 55px;
    background-image: unset
}

.mobile .header .logo {
    /* Layout */
    display: block;
    position: absolute;
    width: 120px;
    height: auto;
    left: 50%;
    top: 6px;
    margin-left: -60px;
    height: auto;
    cursor: pointer;
}

.mobile .header .live {
    /* Layout */
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 22%;
    top: 16px;
    background: url(/v1.03/r/images/site/icons/Live.svg) center center no-repeat;
    opacity: 1;
}

.mobile .header .user {
    /* Layout */
    display: block;
    position: absolute;
    width: 50px;
    height: 24px;
    right: 20%;
    top: 14px;
    /*  font-size: 0;
    text-indent: -9999px; */
    /* Style */
    background: url(/v1.03/r/images/site/icons/User.svg) center center no-repeat;
    background-size: contain;
    opacity: 0.8;
}

.mobile .header .user .login.link > div {
    /* line-height:35px; */
    box-shadow: none;
}

.mobile .header .mobile-betslip-link {
    /* Layout */
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    background: url(/v1.03/r/images/site/icons/Betslip.svg)center center no-repeat;
    opacity: 0.8;
}

.mobile .header .mobile-betslip-link .empty-betslip .bets-number {
    display: none;
}

.mobile .header .mobile-betslip-link .betslip-counter-container {
    height: 24px;
}

.mobile .header .mobile-betslip-link .betslip-counter-container .bets-number-container {
    width: 14px;
    height: 16px;
    margin: 4px auto;
}

.mobile .header .mobile-betslip-link .betslip-counter-container .bets-number-container .bets-number {
    text-align: center;
    background: #ffffff;
    line-height: 16px;
    color: var(--c-primary);
    font-weight: 600;
}

.mobile .header .mobile-betslip-link .betslip-counter-name {
    display: none;
}

.mobile .header .mobile-betslip-link img, .mobile .header .live img, .mobile .header .logo img, .mobile .header .mobile-menu-link img {
    /* Layout */
    width: 100%;
    height: 100%;
}

/* HOME SHORTCUTS */
#root .body .home-shortcuts * {
    /* Style */
    border-color: var(--c-shade);
}

#root .body .home-shortcuts {
    /* Layout */
    margin: 4px 0;
    margin-top: 0;
    color: var(--c-white);
    font-weight: 600;
}

/* SEARCH BAR */
#root app-search span > input,#root app-search span {
    /* Layout */
    width: 100%;
    padding: 8px;
    /* Style */
    background-color: var(--c-primary);
    /* border-bottom: solid 1px var(--c-shade); */
}

#root app-search span {
    /* Layout */
    border-radius: 4px 4px 0 0
}

#root app-search span > input::placeholder {
    /* Style */
    color: var(--c-white);
}

#root app-search span > input {
    /* Style */
    color: var(--c-white-e);
    background-color: var(--c-primary-b);
    border-color: var(--c-shade);
}

#root .ui-autocomplete-panel {
    /* Layout */
    left: -4px !important;
    top: 34px !important;
    padding: 8px 2px;
    /* Style */
    background-color: var(--c-paper);
    border-radius: 0 0 8px 8px;
    border: solid 2px var(--c-paper);
    box-sizing: content-box;
}

#root .ui-autocomplete-panel * {
    /* Style */
    color: var(--c-black)
}

#root app-search span.search-label {
    /* Layout */
    display: none
}

#root .match-page .match-market-group {
    height: 40px;
}

#root .match-market-group .market-groups button label {
    flex-wrap: nowrap;
    height: 16px;
    width: 100%
}

/* EVENTS AREA */
/* Style */
#root #cont-match-tracker .tracker-tabs .tab-selected {
    color: var(--c-black);
}

#root .desktop app-search span>input {
    background-color: var(--c-shade-b);
    border: 1px solid var(--c-primary-d);
    box-shadow: inset 0 2px 4px #0005;
}

#root .tracker-visible .match-live-tracker {
    background-color: var(--c-emphasis);
}

#root .desktop .header .sports-search {
    flex: 1 1 328px;
    min-width: 328px;
    display: flex;
    align-items: center;
    max-width: 400px;
}

#root .desktop .content .events-sport-coupon-title {
    height: 40px;
    /* background-color: var(--c-primary-b); */
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    color: var(--c-emphasis);
    /* display:block; */
    position: relative;
    z-index: 25;
    border-top: 2px solid var(--c-emphasis);
    /* border-bottom: 1px solid var(--c-primary-d); */
    height: 46px;
}

#root .desktop .header .user {
    overflow: hidden;
    min-width: 300px;
}

#root .desktop .header .user app-widget-host {
    justify-content: flex-end;
}

#root .desktop .header .header-links-right app-widget-host {
    flex-wrap: nowrap;
}

body .ui-button, .register-form-wrapper ui-button button {
    background-color: var(--c-emphasis-b);
    border: 1px solid var(--c-emphasis-b);
}

body .button-reset-register span {
    padding: .429em 1em;
}

.register-form div ui-button button {
    margin-right: 5px;
    margin-top: 10px;
}

.register-form .button-reset-register {
    /* position: absolute; */
    top: 0;
    right: 0;
}

.remove-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 81px;
    height: 31px;
    margin-top: 10px;
    margin-right: 5px;
    z-index: 2000;
}

.register-form-wrapper ui-button button, .register-form-wrapper ui-button button label {
    height: 31px;
    color: var(--c-white-e);
}

body .ui-button:enabled:hover, .ui-button.pi-caret-down {
    background-color: var(--c-emphasis);
}

#root .beto-filter-dates {
    display: flex;
    flex-direction: row;
    background-color: var(--c-primary-d);
}

#root app-dates-filter-coupon.beto-filter-dates {
    border-bottom: 1px solid var(--c-shade)
}

.dates-filter li.selected {
    background-color: var(--c-background);
}

.dates-filter li:hover {
    background-color: var(--c-black);
    color: var(--c-yellow);
}

.dates-filter {
    display: flex;
}

.dates-filter li {
    background: var(--c-primary);
    color: var(--c-emphasis);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-right: 4px;
    /* box-shadow: 2px 0px var(--c-tint); */
}

.dates-filter li span {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
}

#root .events-sport-header div {
    background-color: unset;
    color: var(--c-white-e);
}

#root .events-sport-header {
    background-image: linear-gradient(0deg, #363636 0%, #383838 6%, #3d3d3d 75%);
}

#root .events-sport-header .market-heading {
    font-size: 13px;
    height: 50%;
    line-height: 10px;
    text-align: center;
}

.events-sport-header .has-toggle {
    width: 0px;
}

#root .sports-live .events-sport-header {
    /* Hides headers in home highlights and live page */
    display: none;
}

#root .events-tournament-wrapper {
    /* Tournament wrapper */
    background-color: #484848;
    color: var(--c-white);
    /* box-shadow: 0 1px rgba(8, 14, 22, 0.18); */
}

.toggle-button.expanded {
    background-color: unset;
    display: none;
    margin-top: 4px
}

.toggle-button {
    order: 3;
}

#root .content .markets-header-wrapper .market-header .market-type-selection {
    white-space: nowrap;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
}

#root .events-tournament-header {
    display: flex;
    order: 1;
}

#root .event-date-break-wrapper {
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    /* Style */
    border-top: solid 1px var(--c-shade);
    background-color: #E8EDF3
}

/* EVENTS AREA */
/* Layout */
.match-teams {
    font-size: 12px;
    font-weight: 500;
}

.match-live {
    color: var(--c-emphasis);
}

#root .events-tournaments-wrapper .events-tournament-header {
    display: inline-flex;
    /* position: relative; */
    flex: 1 1 0%;
    /* max-width: 100%; */
    order: 0;
}

#root .events-tournaments-wrapper > app-market-headings-container {
    display: inline-block;
    position: relative;
}

#root .events-tournaments-wrapper > app-market-headings-container .markets-header-wrapper {
    display: inline-flex;
    flex: 0 0 auto;
    height: 32px;
}

/*#root .events-tournaments-wrapper .events-tournament-content {
    display: block;
    width: 100%;
}*/
#root .sport-icon, #root .events-tournament-header .events-category-flag {
    /* width: 16px; */
    /* min-width:16px; */
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}

#root .events-tournament-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#root .match-carousel .match-markets-wrapper {
    height: auto;
}

#root .mobile .match-markets-wrapper {
    flex-wrap: wrap;
    height: 100%;
}

#root .event-date-break-wrapper {
    width: 100%;
    display: none;
}

/*#root .events-item-wrapper .match-links {
    flex-direction: row;
    margin-right: 0px;
    display: flex !important;

}*/
#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links {
    flex-direction: column;
    align-items: center;
    /* width:10px; */
    order: 2;
    /* position: absolute; */
    /* right: 20px; */
    /* bottom:40px; */
    margin: 2px 0;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-favorite, #root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-live-tracker {
    margin: 0;
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    background-size: contain;
}

.pi-caret-down:before, .pi-caret-right:before {
    font-size: 15px;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .match-links .match-live-tracker {
    margin-left: 0;
}

#root .left-sidebar.live-match-side-coupon .events-item-wrapper .item-info-wrapper {
    width: calc(100% - 18px);
    flex: unset;
    /* min-width: auto; */
    margin: 3px 0;
    padding-right: 4px;
}

#root .left-sidebar.live-match-side-coupon .events-tournament-wrapper .events-item-wrapper {
    position: relative;
}

#root .view-page-live-match .sports-coupon.small .events-tournament-wrapper .events-item-wrapper {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

#root .sports-coupon.small .events-tournament-wrapper .events-item-wrapper.selected-match {
    background-color: #2a2a2a;
    color: var(--c-white);
    border-left: 4px solid var(--c-emphasis);
}

#root .sports-coupon.small .events-tournament-wrapper .events-item-wrapper.selected-match .item-info-wrapper {
    /*     font-weight: bold */
}

#root .events-item-wrapper .match-links .match-tv-channel {
    display: none;
}

#root .match-links .match-statistics {
    margin-left: 4px;
    background: url('/v1.03/r/images/site/icons/Stats_White.svg') center center no-repeat;
    height: 18px;
    width: 18px;
}

#root .markets-header-wrapper {
    display: inline-flex;
    width: auto;
    /* margin-left:30px; */
}

#root .markets-header-wrapper .market-header {
    margin: 0;
    padding: 0;
    margin-left: 8px;
}

#root .markets-header-wrapper .market-header .market-type-selection {
    line-height: 2.5;
    height: 100%;
}

/* TEMP: Embedded Style Override */
.is-live-booked {
    width: auto;
    /* order: 3; */
    /* margin-top: 5px; */
}

#root app-market-headings-container {
    display: inline-flex;
    order: 2;
    flex: 0 0 164px;
}

#root .desktop app-language, #root .desktop app-odds-format {
    margin-left: 8px;
    z-index: 9999;
    position: absolute;
}

#root .desktop app-odds-format {
    right: 8px;
}

#root .desktop app-language {
    right: 104px;
}

#root .filter-language, #root .filter-theme, #root .filter-odds {
    width: auto;
    height: auto;
    /* background-color: var(--c-primary); */
}

/* TEMP: Override of app-markets-headings-container CSS */
#root app-market-headings-container {
    display: unset;
    order: unset;
    flex: unset;
}

/*Andreani Coupon Edit 30/12/2019 */
#root .mobile .live-sports-coupon .match-info {
    flex-direction: column;
}

#root .mobile .live-sports-coupon .match-info .match-schedule {
    order: 2;
    align-items: flex-start;
    flex-direction: row;
    /* flex-wrap:wrap; */
}

#root .mobile .live-sports-coupon .match-info .match-total-markets {
    display: block;
    order: 2;
    margin-left: 10px;
}

#root .mobile .live-sports-coupon .match-info .match-teams {
    order: 1;
}

#root .mobile .live-sports-coupon .match-live-info {
    justify-content: unset;
}

#root .mobile .live-sports-coupon .match-info .match-schedule .match-time {
    margin-left: 5px;
    font-size: 13px;
}

/*----*/
#root .match-info {
    flex-direction: row;
    width: 100%;
    flex: 1 1 0%;
    min-width: 0%;
    /* padding-left:5px; */
    flex-wrap: nowrap;
    position: relative;
}

/*Sidebar coupon edit Andreani 02/01/2020*/
#root .live-match-side-coupon .match-info, #root .live-match-side-coupon .match-info .match-teams {
    flex: 1 1 100%;
    /* width: 80%; */
    overflow: hidden;
}

#root .home-content-block .match-info .match-teams {
    padding-right: 20px;
}

#root .match-info .match-teams .match-home-team, #root .match-info .match-teams .match-away-team {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* display: block; */
    /* width: 100%; */
}

#root .match-markets-wrapper .market-group .market-special {
    margin-left: 5px;
}

#root .match-schedule .match-live {
    display: none
}
#root .match-schedule .match-neutral {
    box-sizing: border-box;
    background: unset;
    border: 1px solid #333;
    color: #333;
    line-height: 11px;
    height: 13px;
    width: 13px;
    text-align: center;
    font-weight: 500;
}

#root .match-code:before {
    content: "#";
    display: inline;
}

.match-locked {
    display: none;
}

.match-neutral {
    border-radius: 50%;
    color: #363c44;
    font-size: 10px;
    height: 13px;
    line-height: 11px;
    text-align: center;
    width: 13px;
    margin-right: 1px;
    order: 3;
    color: #333;
    border: 1px solid #333;
}

#root .match-live-info .match-score-server-set-wrapper {
    display: inline-flex;
    flex-direction: row;
    order: 1;
}

#root .home-highlights .match-score-server-set-wrapper, #root .live-match-coupon .match-score-server-set-wrapper, #root .live-match-side-coupon .match-score-server-set-wrapper {
    color: var(--c-white);
}

#root .match-live-info .match-score-server-set-wrapper > div {
    margin-left: 4px;
}

#root .events-item-wrapper.match-is-live.selected-match .match-score {
    color: var(--c-white);
}

#root .mobile .match-set-scores {
    display: none;
}

#root .match-live-info .match-score {
    font-weight: 600;
    color: var(--c-white);
    order: 1;
    flex-direction: column;
}

#root .match-live-info .match-score .match-score-home, #root .match-live-info .match-score .match-score-away {
    text-align: right;
    opacity: 0.85;
    letter-spacing: 0.7px;
    font-size: 13px;
}

#root .match-live-info .match-score .match-score-home.winning-team, #root .match-live-info .match-score .match-score-away.winning-team {
    opacity: 1;
}

#root .match-live-info .match-corners, #root .match-live-info .match-score-separator, #root .match-live-info .match-cards {
    display: none !important;
}

#root .match-live-info .match-server, #root .match-set-scores {
    display: inline-flex;
    order: -1;
}

#root .sports-coupon.small .match-set-scores {
    display: none;
}

#root .sports-coupon.small .match-set-scores {
    display: none;
}

#root .events-item-wrapper.match-sport-soccer .match-set-cores-wrapper .set-score:last-child {
    display: none;
}

#root .match-set-scores-wrapper .set-score, #root .match-set-cores-wrapper .set-score {
    text-align: right;
    margin: 0 2px;
}

#root .match-live-info .match-server {
    flex-direction: column !important;
    order: 0;
}

#root .events-tournament-header {
    display: inline-flex;
    min-width: 0;
}

#root .events-tournament-header .events-category-tournament-names {
    /* display: inline-block; */
    width: unset;
    overflow: hidden;
}

#root .events-tournament-header .events-category-tournament-names .events-tournament-name, #root .events-tournament-header .events-category-tournament-names .events-category-code, #root .mobile .events-category-name {
    display: block;
    width: auto;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

#root .events-tournament-wrapper .events-match-wrapper {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: nowrap;
}

#root .events-tournament-wrapper .events-match-wrapper .match-links {
    order: 2;
    display: inline-block;
}

#root .events-tournament-wrapper .events-match-wrapper .match-match-markets-wrapper {
    order: 3;
}

#root .events-tournament-wrapper .match-links .match-favorite {
    display: block;
}

#root .match-info-wrapper .match-info {
    flex-wrap: wrap;
    flex-direction: row;
    order: 1;
}

#root .match-info-wrapper .match-info .match-data {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: row;
}

#root .match-info-wrapper .match-info .match-data .match-teams {
    flex-direction: unset;
    display: inline-block;
    overflow: hidden;
    width: unset;
}

#root .match-info-wrapper .match-info .match-data .match-type {
    display: none;
}

#root .match-info-wrapper .match-info .match-data .match-teams .match-home-team, #root .match-info-wrapper .match-info .match-data .match-teams .match-away-team {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#root .match-info-wrapper .match-info .match-schedule {
    display: block;
    width: 100%;
}

#root .match-info-wrapper .match-info .match-schedule > div {
    display: inline-block;
    margin-right: 4px
}

#root .match-info-wrapper .match-info .match-date {
    display: block;
}

#root .match-info-wrapper {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: row;
}

#root .match-info-wrapper > div {
    overflow: hidden;
}

#root .match-markets-wrapper span.mobile-outcome {
    display: none;
}

#root .match-links .match-more-markets {
    color: #363c44;
    width: auto;
    justify-content: flex-end;
    font-weight: 500;
    margin-right: 2px;
    font-size: 12px;
}

/* BET SELECTION BUTTON */
/* Style */
#root .odds-selection-default {
    /* color: var(--c-emphasis); */
}

#root .odds-selection-default .odd-outcome {
    color: var(--c-white);
}

#root .odds-bet-slip-selected {
    /*  Button selected */
    color: var(--c-white-e);
    font-weight: bold;
    /* background-color: var(--c-emphasis); */
}

/*Added transitions 30/12/2019 -> Andreani */
/* SELECTIONS DRAWER */
#root .mobile-navigation-view-left {
    /* Layout */
    box-sizing: border-box;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: scroll;
    z-index: 1101!important;
}

#root .mobile-navigation-view-right {
    box-sizing: border-box;
    position: fixed !important;
    top: 0px !important;
    right: 0 !important;
    left: unset !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: scroll;
    z-index: 1101!important;
}

#root app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-right > div {
    left: 100%;
}

#root.ui-overflow-hidden app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-right > div {
    left: 0;
}

#root.ui-overflow-hidden app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-right > div, #root.ui-overflow-hidden app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-left > div, #root.ui-overflow-hidden .mobile .bet-history-menu {
    width: 100%;
}

#root app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-right > div, #root app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-left > div, #root .mobile .bet-history-menu {
    width: 0px;
}

#root.ui-overflow-hidden app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-right > div, #root.ui-overflow-hidden .mobile .bet-history-menu {
    transition-property: width, left;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

#root.ui-overflow-hidden app-modal .outer-hide-modal-overlay p-dialog .mobile-navigation-view-left > div {
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
}

#root .mobile-navigation-view-right .ui-dialog-content, #root .mobile-navigation-view-left .ui-dialog-content {
    height: calc(100% - 46px) !important;
    border: none;
}

#root .mobile-navigation-view-right .content, #root .mobile-navigation-view-left .content {
    background-color: unset;
}

body .ui-dialog .ui-dialog-titlebar {
    background-color: var(--c-primary);
    border: none;
    color: var(--c-white-e);
}

/*------------*/
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .pi-times:before {
    color: var(--c-white-e);
}

#root .sports-menu .sports-filter {
    /* Layout */
    margin-bottom: 4px;
    padding: 8px;
    /* Style */
    background-color: var(--c-primary);
    border-radius: 4px;
}

#root .sports-menu .sports-filter li {
    height: 36px;
    width: 36px;
    margin: 0 8px
}

#root .sports-menu .sports-filter li span:last-child {
    display: none
}

/* Style */
#root .mobile-navigation-view {
    background-color: var(--c-primary-d);
    border-radius: 0
}

#root .mobile .nav-sport-wrapper > div.active:first-child , #root .mobile .nav-sport-wrapper > div:last-child {
    border-bottom: solid 1px var(--c-primary-c);
    box-sizing: content-box
}

#root .mobile-navigation-view > div {
    /* main padding */
    padding: 4px
}

#root .featured-leagues-header, #root .nav-favorites-header {
    /* Featured leagues header */
    background-color: var(--c-primary);
    padding: 0 8px;
    /* box-shadow: 0 -1px var(--c-shade) inset; */
    font-weight: normal;
}

#root .sports-featured li * {
    /* Featured leagues item */
    background-color: var(--c-primary-b);
    /* padding: 4px 8px; */
}

#root .sports-featured li a {
    color: var(--c-white)
}

#root .default-flag {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

#root .nav-favorites-panel {
    /* Featured leagues item */
    background-color: var(--c-primary-b);
}

#root .nav-favorites-panel > div {
    /* padding: 0 8px; */
}

#root .sports-featured-block,#root .nav-favorites-wrapper {
    /* Round Corners */
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 4px;
}

#root .nav-sports {
    background-color: var(--c-primary);
    border-radius: 4px;
    /* padding: 4px 0; */
    overflow: hidden;
}

#root .nav-category.active + .nav-category-panel .nav-tournament-wrapper:first-child:before, #root .nav-sport.active + .nav-sport-panel .nav-category-wrapper:first-child:before {
    background: var(--c-primary-b);
    border-top: var(--b-border);
    border-left: var(--b-border);
    height: 4px;
    width: 4px;
    left: 17px;
    top: -3px;
}

#root .nav-category.active + .nav-category-panel .nav-tournament-wrapper:first-child:before {
    background-color: var(--c-primary-c)
}

#root .nav-sport-wrapper {
    background-color: var(--c-primary);
}

#root .mobile .nav-sport, #root .mobile .nav-category, #root .mobile .nav-tournament {
    padding: 4px 8px 4px 8px ;
    height: 36px
}

#root .nav-favorites-panel .nav-favorite-tournament, #root .nav-favorites-name, #root .nav-sport-name, #root .nav-category-name, #root .nav-tournament-name {
    padding-left: 8px;
}

#root .nav-category-wrapper {
    background-color: var(--c-primary-b);
}

#root .nav-tournament-wrapper {
    background-color: var(--c-primary-c);
}

#root .nav-tournament .nav-tournament-selector, #root .nav-favorite .nav-favorite-selector, #root .nav-category-selector, #root .partially-checked .nav-sport-selector, #root .checked .nav-sport-selector, #root .nav-favorites-selector {
    background-color: transparent;
    border: solid 1px transparent;
    border-radius: 2px;
    background-size: 24px 24px
}

#root .nav-sports:hover .nav-tournament .nav-tournament-selector, #root .nav-sports:hover .nav-favorite .nav-favorite-selector, #root .nav-sports:hover .nav-category-selector, #root .nav-sports:hover .partially-checked .nav-sport-selector, #root .nav-sports:hover .checked .nav-sport-selector, #root .nav-sports:hover .nav-favorites-selector {
    border: solid 1px var(--c-shade);
    background-color: var(--c-shade);
}

#root .nav-sports .nav-tournament .nav-tournament-selector:hover, #root .nav-sports .nav-favorite .nav-favorite-selector:hover, #root .nav-sports .nav-category-selector:hover, #root .nav-sports .partially-checked .nav-sport-selector:hover, #root .nav-sports .checked .nav-sport-selector:hover, #root .nav-sports .nav-favorites-selector :hover {
    background-color: var(--c-shade-b);
    border: solid 1px var(--c-yellow);
    border-radius: 2px;
    background-size: 24px 24px
}

#root .nav-tournament .nav-tournament-selector, #root .nav-favorite .nav-favorite-selector {
    background-image: unset;
    opacity: 1;
}

#root .nav-tournament .nav-tournament-selector.checked, #root .nav-favorite .nav-favorite-selector.checked {
    background-image: url(/v1.03/r/images/site/icons/Checkbox-On.svg);
}

#root .nav-category-selector, #root .nav-favorites-selector, #root .nav-sport-selector, #root .nav-tournament-selector, #root .nav-favorite-selector {
    margin-left: 8px;
}

/* Remove Handle from navbar */
#root .mobile .ui-resizable-handle {
    display: none
}

/* CAROUSEL */
/* Style */
#root .match-carousel-block {
    color: var(--c-white);
}

#root .match-carousel .events-tournament-wrapper {
    background-color: unset;
}

#root .match-carousel .events-item-wrapper {
    background-color: var(--c-primary);
}

#root .match-carousel .match-odd span, #root .match-carousel .match-odd {
    border-color: var(--c-shade);
    border-radius: 2px;
}

#root .match-carousel .match-odd span.odds-bet-slip-selected {
    background-color: var(--c-emphasis);
}

/* CAROUSEL */
/* Layout */
#root .mobile .match-carousel .match-carousel-block .tournament-header-wrapper, #root .desktop .match-carousel .match-carousel-block .tournament-header-wrapper {
    display: none;
}

#root .match-carousel app-markets-drop-down-container {
    display: none;
}

#root .desktop .match-carousel .events-tournament-wrapper .match-info .is-live-booked {
    margin-left: 6px;
}

#root .match-carousel app-breaks-events-tournament-group-level3 {
    display: flex;
    flex-direction: row;
    overflow-x: visible;
    overflow-y: visible;
    /*     background-color: #1B232F; */
    padding: 0px;
}

#root .match-carousel app-breaks-events-match {
    height: 134px;
    width: 248px;
    background-color: #2A3E56;
    border-radius: 4px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
}

#root .match-carousel {
    display: block;
    width: 100%;
}

#root .match-carousel .events-no-matches {
    display: none;
}

#root .match-carousel app-widget-host {
    flex-direction: row;
}

#root desktop .match-carousel .match-carousel-block {
    width: 100%;
    height: 350px;
    background-image: url(/v1.03/r/images/site/banners/Register_Banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#root .desktop .match-carousel .match-carousel-block .item-info-wrapper .match-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#root .desktop .match-carousel .match-carousel-block .item-info-wrapper .match-info .match-code {
    display: none;
}

#root .desktop .match-carousel .match-carousel-block app-events-list.events-wrapper {
    width: 100%;
    /* margin-top: 220px; */
}

#root .match-carousel .events-sport-header {
    display: none;
}

#root .match-carousel .events-tournaments-wrapper .events-tournament-header {
    display: none;
}

#root .match-carousel app-market-headings-container {
    display: none;
}

#root .mobile .match-carousel app-events-list.events-wrapper {
    display: block;
    flex-direction: row;
    overflow-y: hidden;
    padding: 2px 0;
    margin-left: -2px;
    margin-right: -2px;
    width: auto;
    background-color: var(--c-primary-d);
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    height: 4px;
    /* height of horizontal scrollbar ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â You're missing this */
    width: 4px;
    /* width of vertical scrollbar */
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: var(--c-background);
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--c-emphasis-b);
}

#root .match-carousel app-events-list.events-wrapper > div {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}

#root .match-carousel .events-break-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

#root .match-carousel .events-sport-wrapper {
    width: auto;
    display: inline-flex;
    flex-wrap: nowrap;
}

#root .match-carousel .events-sport-content {
    display: flex;
}

#root .match-carousel .events-tournament-content {
    display: flex;
}

#root .match-carousel .match-market {
    width: 230px;
}

#root .match-carousel-block .sports-coupon.small .match-links {
    height: 54px
}

#root .match-carousel .events-sport-header .sport-icon, #root .match-carousel .events-tournament-header .events-category-flag {
    width: 24px;
}

#root .match-carousel .events-tournament-wrapper {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: unset;
    margin: 0;
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd {
    /*height: 100%;*/
    width: 76px;
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd .odds-selection {
    padding: 10px;
    /*height:100%;*/
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd .odds-bet-slip-selected span.odd span.mobile-outcome {
    color: var(--c-paper);
    font-weight: 500;
}

#root .match-carousel .match-markets-wrapper .match-market div .match-odd .odds-selection-default .odd {
    width: 100%;
    display: flex;
    padding: 0 10px;
}

#root .odds-selection-default.odds-selection-up:after {
    border-top-right-radius: 3px;
}

#root .odds-selection-default.odds-selection-down:after {
    border-bottom-right-radius: 3px;
}

#root .match-carousel .events-tournament-wrapper .events-item-wrapper {
    display: inline-block;
    order: unset;
    flex: unset;
    width: 248px;
    /* height: 118px; */
    margin: 2px;
    position: relative;
    border-radius: 4px;
    border: none;
}

#root .match-carousel .events-tournament-wrapper .events-item-wrapper .match-links {
    order: unset;
    display: none;
}

#root .match-carousel .events-tournament-wrapper .events-match-wrapper .match-match-markets-wrapper {
    order: unset;
}

#root .match-carousel .events-tournament-wrapper .events-match-wrapper .match-links .match-favorite {
    display: unset;
}

#root .match-carousel .item-info-wrapper .match-info {
    flex-wrap: nowrap;
    flex: 0 1 100%;
    max-width: 100%;
    min-width: 0%;
    flex-direction: column;
    align-items: flex-start;
    display: inline-flex;
    height: auto;
    margin-bottom: 10px;
    order: 1;
}

#root .match-carousel .item-info-wrapper .match-info .match-data {
    display: inline-flex;
    flex-shrink: unset;
    flex: 0 0 auto;
    min-width: 0%;
    max-width: 100%;
    flex-direction: column;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-teams {
    flex-direction: unset;
    display: block;
    position: relative;
    margin-top: 7px;
    overflow: hidden;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-type {
    width: auto;
    height: auto;
    position: absolute;
    align-self: flex-end;
    max-width: 120px;
    overflow-x: hidden;
    top: 0;
    right: 0;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-type .match-category {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-teams .match-home-team, #root .match-carousel .item-info-wrapper .match-info .match-data .match-teams .match-away-team , #root .match-carousel .item-info-wrapper .match-data .match-type .match-tournament {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#root .match-carousel .item-info-wrapper .match-info .match-data .match-type .match-sport-icon, #root .match-carousel .item-info-wrapper .match-info .match-data .match-type .match-sport {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule {
    display: block;
    position: relative;
    order: 0;
    width: auto;
    margin-right: 0;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule > div {
    margin-right: 4px;
    display: unset;
}

#root .match-carousel .item-info-wrapper .match-info .match-date {
    display: unset;
}

#root .match-carousel .item-info-wrapper {
    display: flex;
    min-width: 100%;
    flex-direction: row;
    position: relative;
}

#root .match-carousel .match-markets-wrapper span.mobile-outcome {
    display: inline-flex;
    flex: 1 0 auto;
    justify-content: space-between;
    color: var(--c-white);
}

#root .match-carousel .markets-header-wrapper {
    padding: unset;
    display: flex;
    background-color: unset;
    padding-right: 136px;
    width: unset;
}

#root .match-carousel .markets-header-wrapper .market-header {
    margin: unset;
    padding: unset;
}

#root .match-carousel .event-date-break-wrapper {
    display: none;
}

#root .match-carousel .match-live-info {
    display: inline-flex;
    flex-direction: column;
    flex: 1 0 auto;
    margin-right: 8px;
}

#root .match-carousel .match-live-info .match-score {
    margin-top: 8px;
}

#root .match-carousel .match-live-info .match-score .match-score-home, #root .match-carousel .match-live-info .match-score .match-score-away {
    text-align: right;
    min-width: 20px
}

#root .match-carousel .match-live-info .match-score .match-score-separator {
    display: none;
}

#root .match-carousel .match-live-info .match-progress {
    order: -1;
}

#root .match-carousel .match-live-info .match-progress .match-minute {
    text-align: right;
}

#root .match-carousel .match-live-info .match-cards, #root .match-carousel .match-live-info .match-corners {
    display: none;
}

#root .match-carousel .events-tournaments-wrapper > app-market-headings-container .markets-header-wrapper {
    padding: unset;
    display: none;
    background-color: unset;
    padding-right: 136px;
    width: unset;
}

#root .match-carousel .markets-header-wrapper .market-header {
    margin: unset;
    padding: unset;
}

#root .match-carousel .markets-header-wrapper .market-header .market-type-selection {
    line-height: unset;
    height: unset;
}

#root .match-carousel app-markets-drop-down-container {
    display: none;
}

#root .match-carousel app-breaks-events-tournament-group-level3 {
    display: flex;
    flex-direction: row;
    overflow-x: visible;
    overflow-y: visible;
    /*     background: #1B232F; */
    padding: 0px;
}

#root .match-carousel app-breaks-events-match {
    height: 134px;
    width: 248px;
    /*     background: #2A3E56; */
    border-radius: 4px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
}

#root .mobile .match-carousel .events-sport-header {
    display: none;
}

#root .match-carousel .events-tournament-header {
    display: none;
}

#root .match-carousel app-market-headings-container {
    display: none;
}

#root .match-carousel app-events-list {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    background: var(--c-background);
    padding: 4px;
    /* max-width: 768px; */
}

#root .match-carousel .events-break-wrapper, #root .match-carousel .events-sport-wrapper, #root .match-carousel .events-sport-content, #root .match-carousel .events-tournament-content {
    display: flex;
    flex-direction: row;
}

#root .desktop .match-carousel .match-markets-wrapper {
    margin: 0;
}

#root .match-carousel app-market-selection-compact {
    height: 50px;
    width: 75px;
}

/***************** Carousel Extra *********************/
#root .match-carousel .item-info-wrapper .match-info {
    flex-direction: row;
    flex-wrap: wrap;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule {
    display: block;
    width: auto;
    margin-right: 4px;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-locked {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-schedule .match-neutral {
    display: inline-block;
}

#root .match-carousel .item-info-wrapper .match-info .match-type {
    height: unset;
    display: inline-flex;
    flex: 1 1 0%;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

#root .match-carousel .item-info-wrapper .match-info .match-type .match-tournament {
    flex: 0 1 auto;
    min-width: 0%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 4px;
}

#root .match-carousel .item-info-wrapper .match-info .match-type .events-category-flag {
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    flex-basis: 16px;
    background-size: 178%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 8px;
    order: 2;
    background-position: center center;
    background-repeat: no-repeat;
}

#root .match-carousel .item-info-wrapper .match-info .match-type .match-sport-icon, #root .match-carousel .item-info-wrapper .match-info .match-type .match-sport, #root .match-carousel .item-info-wrapper .match-info .match-type .match-category {
    display: none;
}

#root .match-carousel .item-info-wrapper .match-info .match-teams {
    display: inline-flex;
    flex: 1 1 100%;
    /* margin-top: 8px; */
    flex-direction: row;
}

#root .match-markets-wrapper .market-group .market-group-header {
    background-color: #a7a7a7;
    cursor: pointer;
}

/* MARKET AREA */
#root .match-page .match-markets-wrapper .match-market div .match-odd {
    height: 36px
}

#root .sports-match-header-wrapper {
    /* background-color: #a7a7a7; */
    /* color: var(--c-black); */
    /* font-weight: bold; */
}

#root .sports-match-header-wrapper .markets-match-data {
    color: var(--c-black)
}

#root .sports-match-header-wrapper .markets-match-data {
    background-color: var(--c-emphasis);
}

#root .sports-match-header-wrapper {
    /* border-bottom: 1px solid var(--c-background); */
}

#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-data {
    order: -1;
    flex: 0 0 100%;
}

#root .sports-match-header-wrapper .markets-match-header {
    /* display: flex; */
    /* flex-direction: column; */
}

#root .sports-match-header-wrapper .live-match-name, #root .sports-match-header-wrapper .markets-match-name {
    width: 100%;
    margin-bottom: 8px;
    flex: 0 1 380px;
    margin: 0px 0px 8px 0px;
}

#root .sports-match-header-wrapper .markets-match-name {
    flex: unset;
    width: 100%;
}

#root .sports-match-header-wrapper .markets-match-name {
    background-color: var(--c-white);
}

#root .markets-match-header .markets-match-live-info-wrapper > div,#root .markets-match-header .markets-match-data > div {
    margin: 0 4px
}

#root .markets-content-wrapper .match-markets-wrapper .match-market {
    border-top: 1px solid var(--c-shade)
}

#root .markets-content-wrapper .match-markets-wrapper .match-market .market-header .market-toggle {
    background-color: var(--c-primary);
    background-position: 0 1px;
    transform: rotate(0deg);
    opacity: .6
}

#root .match-market-filter-wrapper span input {
    height: 34px;
    border-radius: 20px 0 0 20px;
    box-sizing: border-box;
    border: solid 1px var(--c-shade);
    padding-left: 12px;
}

#root .match-market-filter-wrapper span button {
    height: 34px;
    border-radius: 0 20px 20px 0;
    border: solid 1px var(--c-shade);
    border-left: 0
}

#root .match-market-filter-wrapper span button {
    height: 34px;
    border-radius: 0 20px 20px 0;
    border: solid 1px var(--c-shade);
    border-left: 0
}

.match-market-filter-wrapper {
    padding: 4px;
}

/* BETSLIP */
#root .ui-dialog-mask-scrollblocker {
    z-index: 88 !important;
}

body .mobile-betslip-view.ui-dialog .ui-dialog-content {
    border: unset;
    padding: unset;
    color: var(--c-white);
}

#root .mobile .ui-widget-overlay.ui-dialog-mask {
    /* z-index: 89 !important; */
}

#root .betslip input, #root .betslip button {
    border: solid 1px var(--c-shade);
}

#root .mobile .mobile-betslip-view {
    top: unset !important;
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 1005 !important;
    /* height: calc(100% - 84px); */
    /* height: 500px; */
    height: auto;
    background-color: #0008;
    box-shadow: 0 0 8px 4px #0005;
    -webkit-overflow-scrolling: auto;
    /* height: calc(100vh - 54px) !important; */
    /* overflow-y:auto; */
    position: fixed;
}

#root .betslip-wrapper fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#root .mobile-betslip-view .ui-widget-content {
    /* position:  absolute; */
    /* padding: 4px; */
    height: auto !important;
    background-color: unset;
}

#root .mobile-betslip-view .ui-widget-content .right-sidebar {
    height: 100%;
}

#root .mobile .betslip-container {
    background-color: var(--c-background);
    padding: 0;
    height: auto;
    max-height: calc(100% - 58px);
    overflow-y: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

#root .desktop .betslip-container .title-container {
    height: 48px;
    /* position: sticky; */
    position: -webkit-sticky;
    top: 0px;
    left: 0;
    background: var(--c-primary);
    /* z-index: 1000; */
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    padding: 4px;
    box-shadow: var(--ds-2p), var(--ds-1p);
    border-radius: 4px 4px 0 0;
    display: none;
}

#root .betslip-title .betslip-label {
    color: var(--c-white-e);
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    flex: 0 0 auto;
    margin: 0 4px;
}

#root .betslip-title .betslip-arrow-open {
    transform: rotate(-90deg);
}

#root .betslip-title .betslip-arrow {
    width: 24px;
    height: 24px;
    color: #0000;
    background: url("/v1.03/r/images/site/icons/Arrow_Down.svg") left center no-repeat;
    margin: 8px;
}

#root .betslip-container .betslip-tabs .betslip-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--c-primary-c);
    color: var(--c-white);
}

#root .tab-selected {
    color: var(--c-emphasis);
    background-color: var(--c-primary-b);
    border: 0;
}

#root .betslip-container .betslip-state {
    font-weight: 400;
    color: var(--c-white);
    font-size: 12px;
    background: var(--c-emphasis);
    height: 24px;
    padding: 4px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
}

#root .betslip-title .betslip-counter, #root .betslip-title .betslip-actions {
    height: 24px;
    min-width: 24px;
    display: inline-block;
    margin: 8px;
}

#root .betslip-title .betslip-counter {
    background-color: var(--c-emphasis);
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    color: var(--c-white);
    order: -1;
    width: 24px;
    /* display: none; */
}

#root .betslip-container .betslip-actions .betslip-group-mode-wrapper {
    display: none;
}

#root .betslip-container .betslip-actions .betslip-clear-wrapper label {
    display: none;
}

#root .betslip-clear-wrapper button {
    background: url(/v1.03/r/images/site/icons/Trash_Can.svg) center center no-repeat;
    color: #0000;
    border: 1px solid var(--c-emphasis);
    height: 24px;
    width: 24px;
    opacity: 0.7;
    margin: 12px 8px;
    background-color: var(--c-emphasis);
}

#root .betslip-clear-wrapper button:hover {
    opacity: 1;
    color: transparent;
}

#root .betslip-bets-container .betslip-events-wrapper {
    width: 100%;
}

#root .betslip-bets-container .betslip-events-wrapper app-betslip-event {
    display: grid;
}

#root .bet-container {
    display: flex;
    align-items: flex-start;
    /* margin-top: 4px; */
    background-color: var(--c-paper);
    flex-wrap: wrap;
    width: 100%;
    /* border-radius: 4px; */
    color: var(--c-black);
    justify-content: space-between;
}

#root .quick-container .bet-container {
    display: inline-flex;
    color: var(--c-black);
    flex: 1 1 100%;
    background: var(--c-emphasis);
    overflow: unset;
    /* background: var(--c-primary); */
    height: auto;
    /* padding: 0 4px 0 8px; */
    /* border-radius: 4px; */
}

#root .bet-container .bet-details-odds span {
    /* color: var(--c-white-e); */
    font-size: 13px;
    white-space: normal;
    letter-spacing: 0.25px;
    font-weight: 600;
}

#root .bet-container .bet-details-odds .match-versus {
    font-weight: 400;
    text-transform: lowercase;
}

#root .bet-container .bet-details-odds .bet-match-competitors {
    font-weight: 600;
    text-transform: uppercase;
    overflow-wrap: normal;
    overflow: unset;
    white-space: normal;
}

#root .bet-container .bet-details-odds, #root .bet-container .bet-actions, #root .bet-container .bet-stake-payout {
    display: flex;
}

#root .bet-container .bet-details-odds {
    height: auto;
    flex: 0 1 100%;
    /* min-width: 320px; */
    max-width: 100%;
    padding: 4px 4px;
    background-color: var(--c-tint-3);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: var(--ds-stroke);
}

#root .bet-container .bet-details-odds .bet-match-info {
    flex: 1 1 auto;
    min-width: 0%;
    display: inline-flex;
    flex-direction: column;
    color: var(--c-primary-c);
    align-items: start;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info {
    display: inline-flex;
    flex-direction: row;
    /* overflow: hidden; */
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    color: var(--c-primary-c);
}

#root .bet-container .bet-details-odds .bet-match-info .bet-event {
    flex-wrap: wrap;
    white-space: normal;
    display: initial;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info > div {
    font-size: 12px;
    font-weight: 500;
    margin: 0 4px 0 0;
    /* color: var(--c-white); */
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info .bet-match-tournament {
    min-width: 0;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
}

#root .bet-container .bet-details-odds .bet-match-info .bet-match-tournament-info .bet-match-category {
    white-space: nowrap;
    width: auto;
}

#root .bet-container .bet-details-odds .bet-include {
    height: 24px;
    margin: 6px 0;
    flex: 0 0 24px;
    -webkit-appearance: none;
}

#root .bet-container .bet-details-odds .bet-include:checked {
    background: url(/v1.03/r/images/site/icons/Checkbox-On.svg) center center no-repeat;
}

#root .bet-container .bet-details-odds .bet-remove {
    height: 24px;
    width: 24px;
    padding: 8px;
    flex: 0 0 24px;
    background: url('/v1.03/r/images/site/icons/Close.svg') center center no-repeat;
    -webkit-appearance: none;
    border: none;
    opacity: 0.7;
    order: 1;
    display: inline-block;
    margin-left: unset;
}

#root .bet-container .bet-actions {
    display: inline-flex;
    height: auto;
    padding: 4px 0 4px 4px;
    flex: 1 1 auto;
    align-items: flex-start;
    max-width: calc(100% - 88px);
}

#root .bet-container .bet-actions .bet-match-details {
    flex: 1 1 auto;
    min-width: 0%;
    margin: auto 4px auto 0;
    font-size: 13px;
    line-height: 16px;
    flex-wrap: wrap;
    white-space: normal;
    font-weight: 600;
}

#root .bet-container .bet-actions .bet-min-combinations {
    background: url(/v1.03/r/images/site/icons/MinBet-3.svg) center center no-repeat;
    height: 18px;
    width: 16px;
    opacity: 1;
    /*     color: #0000; */
    display: none;
}

#root .bet-container .bet-actions .bet-match-details .bet-live-selection > * {
    width: auto;
    margin-right: 4px;
    display: inline-flex;
}

#root .betslip .banker, #root .betslip .group, #root .betslip .bet-min-combinations {
    margin: 4px 4px;
    min-width: 24px;
    height: 24px;
    text-align: center;
    border: solid 1px var(--c-shade);
    border-radius: 2px;
    /* background-color: var(--c-shade); */
}

#root .betslip-bets-container .groups-container .all-groups-container .group-name .group-system {
    display: none;
}

#root .betslip-bets-container .groups-container .all-groups-container .group-name:after {
    content: 'GROUP SYSTEM';
}

#root .betslip-bets-container .groups-container .all-groups-container .group-name {
    width: 56px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 2px 0;
    white-space: normal
}

#root .betslip .banker.selected {
    background-color: var(--c-emphasis-c);
    color: var(--c-white-e);
    font-weight: 600;
}

#root .betslip .group.selected, #root .group-details-container .group {
    color: var(--c-background);
    font-weight: 600;
}

#root .betslip .system {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin: 0;
}

#root .betslip .system.selected {
    background-color: var(--c-emphasis);
    /* border-color: var(--c-tint-6); */
    color: var(--c-white-e);
    border-radius: 50%;
}

#root .betslip .system.unselected {
    background-color: var(--c-shade);
    color: var(--c-white);
}

#root .bet-container .bet-actions .bet-match-selection {
    /*     white-space: wrap; */
    flex: 1 1 auto;
    min-width: 0%;
    margin: auto 4px;
    font-size: 13px;
    line-height: 16px;
    flex-wrap: wrap;
    white-space: normal;
}

#root .bet-container .bet-actions .bet-match-selection span:nth-child(3) {
    font-weight: bold;
    /* flex:1 0 auto */
}

#root .bet-container .bet-actions .bet-odds-inline .bet-old-odds {
    opacity: 0.7;
    font-weight: normal;
    text-decoration: line-through;
}

#root .bet-container .bet-actions .bet-odds-inline.bet-odds-values {
    display: inline-flex;
    flex-wrap: nowrap;
    font-weight: bold;
    flex-direction: column-reverse;
    height: 31px;
    margin: 0;
}

#root .betslip .bet-actions .bet-odds-inline .bet-odds {
    margin: auto;
}

#root .bet-container .bet-stake-payout > div {
    /* min-width: calc(50% - 2px); */
    /*             background-color:var(--c-shade); */
    /* border: solid 1px var(--c-shade); */
    box-sizing: border-box;
    border-radius: 2px;
    height: 12p;
    /* margin-top: -04px; */
    text-align: right;
    font-weight: bold;
    padding-right: 4px;
    height: auto;
    flex-direction: column;
    width: auto;
    align-items: flex-end;
}

#root .bet-container .bet-stake-payout .stake-wrapper {
    max-height: 36px;
    /* flex-direction: column; */
    /* align-items: flex-end; */
    background: #00000009;
    border: solid 1px var(--c-shade);
}

#root .bet-container .bet-stake-payout .payout-wrapper {
    height: 12px;
    display: none;
}

#root .system-selection-data .system-payout-wrapper {
    border: none;
}

#root .bet-container .bet-stake-payout .stake-wrapper span, #root .bet-container .bet-stake-payout .payout-wrapper span {
    margin: 0;
    width: auto;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 0 14px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #0009;
}

#root .betslip .stake .numeric-input-wrapper input {
    width: 100%;
    padding: 0 4px 0 14px;
    text-align: right;
    height: 100%;
    -webkit-appearance: none;
    /*     background-color: var(--c-shade); */
    color: var(--c-white);
}

#root .bet-container .bet-stake-payout .bet-stake-input .numeric-input-wrapper:after, #root .bet-container .bet-stake-payout .bet-payout-input .numeric-input-wrapper:after {
    background-color: var(--c-primary-b);
    box-sizing: border-box;
    border: solid 1px var(--c-primary-c);
    height: 24px;
    width: 26px;
}

#root .betslip-container .multiple-container .multiple-header {
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 30px;
    font-weight: 600;
    display: none;
}

#root .betslip-container .multiple-container .multiple-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 4px;
    height: 40px;
    background-color: var(--c-primary-b);
}

#root .betslip-container .multiple-container .multiple-wrapper .value-block {
    position: absolute;
    height: 40px;
}

#root .betslip-container .multiple-container .multiple-wrapper .multiple-type, #root .betslip-container .systems-container .system-type-wrapper .block-value {
    width: 100px;
}

#root .betslip-container .multiple-container .multiple-wrapper .multiple-lines, #root .betslip-container .systems-container .system-lines-wrapper .block-value {
    width: 30px;
    left: 108px;
    text-align: right;
}

#root .betslip-container .multiple-container .multiple-wrapper .multiple-odds, #root .betslip-container .systems-container .systems-wrapper .system-odds {
    width: 80px;
    right: 90px;
}

#root .betslip-container .multiple-container .multiple-wrapper .multiple-payout, #root .betslip-container .systems-container .systems-wrapper .system-payout {
    display: none;
}

#root .betslip-container .multiple-container .multiple-wrapper .multiple-stake, #root .betslip-container .multiple-container .systems-wrapper .systems-stake {
    position: absolute;
    right: 0px;
}

#root .betslip-container .multiple-container .multiple-wrapper .amount-input {
    order: 2;
}

#root .betslip-container .multiple-container .multiple-wrapper .multiple-type .block-value {
    text-align: left;
}

#root .betslip-container .multiple-container .multiple-wrapper .multiple-odds .block-value {
    text-align: right;
    font-weight: 600;
}

#root .betslip-container .multiple-container .multiple-wrapper .block-value {
    height: 100%;
    line-height: 40px;
}

#root .betslip-container .systems-container {
    display: block;
    background-color: var(--c-primary-b);
}

#root .betslip-container .systems-container .ng-star-inserted:nth-child(even) {
    background-color: var(--c-shade);
}

#root .betslip-container .systems-container .header-titles-container {
    display: flex;
    justify-content: left;
    /* padding: 5px 0px 0px 10px; */
    /*     font-weight:600; */
}

#root .betslip-container .systems-container .system-header {
    padding-top: 6px;
    padding-left: 6px;
    height: 30px;
}

#root .betslip-container .systems-container .system-header {
    font-size: 13px;
    white-space: normal;
    letter-spacing: 0.25px;
    font-weight: 600;
    display: none;
}

#root .betslip-container .systems-container .stake-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 8px;
    /* padding-top: 5px; */
}

#root .betslip-container .systems-container .stake-wrapper app-value-block label {
    font-weight: 600;
}

#root .betslip-container .systems-container .stake-wrapper .systems-type {
    order: 1;
    width: 160px;
    padding-left: 6px;
}

#root .betslip-container .systems-container .stake-wrapper .systems-odds {
    order: 1;
    width: calc(100% - 90px);
}

#root .betslip-container .systems-container .stake-wrapper app-amount-input {
    order: 2;
}

#root .betslip-container .systems-rows-container, #root .betslip-bets-container .groups-container {
    background: var(--c-primary-b);
    /* margin: 4px 4px 0 4px; */
    height: auto;
    font-size: 12px;
    overflow: hidden;
}

#root .betslip-container .systems-rows-container .system-header-wrapper, #root .betslip-bets-container .groups-container .group-combination-stake-type {
    display: flex;
    justify-content: left;
    height: 36px;
    padding: 6px 8px;
    background: var(--c-primary);
    margin: 0 0 0 0;
    border-bottom: 1px solid var(--c-shade);
}

#root .betslip-container .systems-rows-container .system-header-wrapper app-per-line-selection {
    order: 1;
    position: absolute;
    right: 12px;
}

#root .betslip-container .systems-rows-container .system-header-wrapper app-per-line-selection label {
    display: none;
}

#root .betslip-container .systems-rows-container .system-header-wrapper app-per-line-selection button {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--c-white);
    padding: 0 4px;
    background: var(--c-tint-3);
    border-radius: 2px;
}

#root .betslip-container .systems-rows-container .system-header-wrapper .system-title, #root .betslip-bets-container .groups-container .group-combination-stake-type span {
    line-height: 24px;
    color: var(--c-white);
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

#root .betslip-container .systems-rows-container .system-header {
    height: 36px;
    line-height: 36px;
    text-indent: 4px;
}

#root .betslip-container .systems-rows-container .system-selections-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 32px;
    padding: 4px 8px 0 8px;
    /* background-color: var(--c-primary-b); */
    border-top: 1px solid var(--c-primary-c);
}

#root .betslip-container .systems-rows-container .system-selections {
    display: flex;
    /* max-width: calc(100vw - 8px); */
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px solid var(--c-shade);
    color: var(--c-white);
}

#root .betslip-container .systems-rows-container .system-selections .systems-selections {
    display: inline-flex;
    height: auto;
    padding: 0 0 0 4px;
    max-width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
}

#root .betslip-container .systems-rows-container .system-selections .systems-selections .system-element {
    margin: auto 4px;
    /* width: 24px; */
    /* height: 24px; */
}

#root .betslip-container .systems-rows-container .system-header-wrapper button.add-new-system, #root .betslip-container .systems-rows-container .system-selections-wrapper button.remove-system {
    height: 24px;
    width: 24px;
    background-color: var(--c-tint-6);
    border-radius: 2px;
    border: 0;
    color: transparent;
}

#root .betslip-container .systems-rows-container .system-header-wrapper button.add-new-system, #root .betslip-container .systems-rows-container .system-selections-wrapper button.remove-system {
    z-index: 1;
    position: absolute;
    left: 8px;
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0);
    padding: 0 4px;
    background: var(--c-tint-3);
    border-radius: 2px;
}

#root .betslip-container .systems-rows-container .system-header-wrapper button.add-new-system::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
    background: url(/v1.03/r/images/site/icons/Plus.svg) center center no-repeat;
    background-size: contain;
}

#root .betslip-container .systems-rows-container .system-selections-wrapper button.remove-system::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
    background: url(/v1.03/r/images/site/icons/Minus.svg) center center no-repeat;
    background-size: contain;
}

#root .betslip-container .systems-rows-container .system-selections-wrapper .systems-selections .system-element button.selected, #root .betslip-container .systems-rows-container .system-selections-wrapper .systems-selections .system-element button.unselected {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 14px;
    padding-bottom: 2px;
    background-color: var(--c-shade);
    color: var(--c-white);
}

#root .betslip-container .systems-rows-container .system-selections-wrapper .systems-selections .system-element button.selected {
    background-color: var(--c-emphasis);
    border-color: var(--c-tint-6);
    box-shadow: var(--ds-2p);
    font-weight: bold;
    color: var(--c-white-e);
}

#root .betslip-container .systems-rows-container .system-selection-data {
    height: auto;
    padding: 0;
    flex: 1 0 auto;
}

#root .betslip-container .systems-rows-container .system-selection-data > div {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    /*     flex: 1 1 auto; */
    /*     max-width: 150px; */
}

#root .betslip-container .systems-rows-container .system-selection-data .system-stake-wrapper span, #root .betslip-container .systems-rows-container .system-selection-data .system-payout-wrapper span {
    margin: 0;
    width: auto;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 0 14px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    color: var(--c-white);
}

#root .betslip-container .systems-rows-container .system-selection-data .system-payout-wrapper div {
    width: 50px;
    font-size: 13px;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-stake-wrapper .systems-stake-input, #root .mobile-betslip-view .group-details-container .group-stake .numeric-input-wrapper, #root .all-groups-container .group-stake-input .numeric-input-wrapper {
    /* flex: 1 2 100px; */
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    flex: 1 0 22px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: var(--c-white);
    text-align: right;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-stake-wrapper .systems-stake-input .numeric-input-wrapper {
    text-align: right;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-stake-wrapper .systems-stake-input .numeric-input-wrapper input {
    width: 100%;
    padding: 0 34px 0 4px;
    text-align: right;
    height: 24px;
    background-color: var(--c-shade);
}

#root .betslip-container .systems-rows-container .system-selection-data .system-stake-wrapper .systems-stake-input .numeric-input-wrapper:after {
    background-color: #26384f;
    border: solid 1px var(--c-primary-c);
    box-sizing: border-box;
    width: 26px;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-lines-wrapper {
    flex: 0 0 auto;
    align-items: right;
    padding: 4px;
    height: 40px;
    order: 0;
    border: 1px solid var(--c-shade);
    margin: auto 0;
    /* background: var(--c-primary); */
}

#root .betslip-container .systems-rows-container .system-selection-data .system-lines-wrapper span {
    margin: 0;
    width: auto;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 0 14px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: var(--c-white);
    height: 14px;
    opacity: 0.7;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-lines-wrapper .systems-lines {
    width: auto;
    height: 22px;
    /* padding: 0 0 0 4px; */
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-odd-wrapper, #root .mobile-betslip-view .groups-container .group-odds {
    height: 40px;
    flex: 1 1 auto;
    letter-spacing: 1px;
    margin: 4px;
    order: -1;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-odd-wrapper {
    opacity: 0;
    /*     display:none */
}

#root .betslip-container .systems-rows-container .system-selection-data .system-odd-wrapper .systems-odds, #root .mobile-betslip-view .groups-container .group-odds span {
    display: inline-flex;
    flex-wrap: nowrap;
    font-weight: 600;
    font-size: 13px;
    flex-direction: column-reverse;
    width: auto;
    margin: auto 0;
    line-height: 36px;
}

#root .mobile-betslip-view .group-details-container .group-stake {
    width: unset;
}

#root .betslip-container .systems-rows-container .system-selection-data .system-payout-wrapper {
    display: none;
}

#root .betslip-container .systems-rows-container .systems-remove-wrapper button {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: var(--c-tint-3);
    position: relative;
    color: #fff0;
}

#root .betslip-container .systems-rows-container .systems-remove-wrapper button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: url(/v1.03/r/images/site/icons/Minus.svg) center center no-repeat;
    background-size: contain;
}

#root .betslip-container .systems-rows-container .systems-remove-wrapper {
    order: -1;
    padding: 4px 0 6px 8px;
}

#root .betslip-container .betslip-totals {
    /* padding: 4px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background: var(--c-primary); */
    /* border-top: 1px solid var(--c-background); */
    /* font-size: 13px; */
    /* border-radius: 0 0 4px 4px; */
    /* margin: 0 0 40px 0; */
}

#root .betslip-container .betslip-totals span {
    font-weight: 600;
    font-size: 14px;
    color: var(--c-white);
    text-align: left;
}

#root .betslip-container .betslip-totals .total-bets span:first-child, #root .betslip-container .betslip-totals .total-stake span:first-child, #root .betslip-container .betslip-totals .total-payout span:first-child {
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0.7;
    margin: 0 0 2px 0;
    /* text-align: left; */
}

#root .betslip-container .betslip-totals .total-bets, #root .betslip-container .betslip-totals .total-payout {
    order: -1;
}

#root .betslip-container .betslip-totals .total-stake span:nth-child(2) {
    color: var(--c-yellow);
    font-size: 16px;
    font-weight: 700;
}

#root .betslip-container .betslip-totals button.place-bet, #root .betslip-container .betslip-totals .place-bet {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 40px;
    background-color: var(--c-green);
    margin: 4px 2px;
    border: 0;
    font-size: 19px;
    font-weight: bold;
    border-radius: 2px;
    color: var(--c-white);
}

#root .betslip-container .betslip-totals .place-bet.place-bet-disabled {
    color: var(--c-tint-b);
    opacity: 0.8;
    background: var(--c-shade);
}

#root .betslip-container .betslip-totals .total-bets, #root .betslip-container .betslip-totals .total-stake, #root .betslip-container .betslip-totals .total-payout {
    display: inline-flex;
    height: auto;
    flex: 1 1 0%;
    flex-direction: column;
    padding: 0 6px 4px 6px;
    text-align: left;
    /* order: 0; */
}

#root .betslip-container .betslip-totals .per-line-selection-wrapper .bets-per-line-disabled {
    order: 3;
    min-width: 20%;
}

#root .betslip-container .betslip-totals .total-stake span, #root .betslip-container .betslip-totals .total-payout span {
    text-align: right;
}

#root .betslip-container .betslip-totals .checkbox-wrapper {
    order: 2;
    height: 36px;
    line-height: 36px;
    display: inline-flex;
    flex: 0 0 50%;
    color: var(--c-white);
    line-height: 14px;
    padding: 2px;
}

#root .betslip-container .betslip-totals .check-box {
    height: 24px;
    width: 24px;
    margin: 4px 6px 4px 0;
    flex: 0 0 24px;
    -webkit-appearance: none;
    border: solid 1px var(--c-shade);
    background: var(--c-shade);
    border-radius: 2px;
}

#root .betslip-container .betslip-totals .check-box-label {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 11px;
    color: var(--c-white);
    align-items: center;
    display: flex;
    width: 100%;
}

#root .betslip-container .betslip-totals .checkbox-wrapper input:checked {
    background-image: url(/v1.03/r/images/site/icons/Checkbox-On.svg) ;
    background-position: center center;
    background-repeat: no-repeat;
}

#root .betslip-container .betslip-totals .confirm-bet-wrapper {
    display: inline-flex;
    flex: 0 0 100%;
}

#root .betslip-container .betslip-totals .confirm-bet-wrapper .cancel-bet, #root .betslip-container .betslip-totals .confirm-bet-wrapper .confirm-form-group {
    flex: 1 1 50%;
    /* margin: 2px; */
}

#root .betslip-container .betslip-totals .confirm-bet-wrapper .confirm-form-group .confirm-bet {
    width: 100%;
}

#root .betslip-container .betslip-totals .confirm-bet-wrapper .confirm-form-group .confirm-bet-disabled {
    background: var(--c-green);
    color: var(--c-tint-6);
    position: relative;
}

#root .betslip-container .betslip-totals .confirm-bet-wrapper .confirm-form-group .confirm-bet-disabled .fa-spinner {
    position: absolute;
    left: calc(50% - 10px);
    top: 9px;
    color: var(--c-white-e);
}

#root .betslip-bets-container .groups-container .numeric-input-wrapper::after {
    background-color: #26384f;
    border: solid 1px var(--c-primary-c);
    box-sizing: border-box;
    width: 26px;
}

#root .betslip-bets-container .groups-container .numeric-input-wrapper input {
    width: 100%;
    text-align: right;
}

#root .betslip-bets-container .groups-container .group-odds {
    display: none
}

#root .betslip-bets-container .groups-container .group-header-container, #root .betslip-bets-container .groups-container .group-details-container, #root .betslip-bets-container .groups-container .all-groups-container {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

#root .betslip-bets-container .groups-container .group-header-container .group-header, #root .betslip-bets-container .groups-container .group-details-container .group-details-wrapper > div, #root .mobile-betslip-view .groups-container .all-groups-container > div {
    flex: 0 0 auto;
    padding-top: 8px;
    width: unset;
}

#root .betslip-bets-container .groups-container .all-groups-container {
    margin: 0;
    width: 100%;
    color: var(--c-white);
    padding: 0 0 0 8px ;
    justify-content: space-between
}

#root .betslip-bets-container .group-selections {
    padding-top: 8px
}

/* Group Header Labels */
#root .betslip-bets-container .groups-container .group-header-container {
    border-top: 1px solid var(--c-shade);
    display: none;
}

#root .betslip-bets-container .groups-container .group-header-container .group-header {
    flex: 0 0 60px;
}

#root .betslip-bets-container .groups-container .group-header-container .group-header.group-stake {
    order: 1;
}

/* Group Details */
#root .betslip-bets-container .groups-container .group-details-container {
    flex-wrap: wrap;
    margin: 0;
}

#root .betslip-bets-container .groups-container .group-details-container .num-pad-wrapper, #root .betslip-container .systems-rows-container .system-selections .num-pad-wrapper {
    display: block;
    width: 100%;
}

#root .betslip-bets-container .groups-container .group-details-container .group-details-wrapper {
    display: flex;
    width: 100%;
    /* padding: 0 0 0 4px; */
    margin: 0;
    color: var(--c-white);
    justify-content: space-between;
}

#root .betslip-bets-container .groups-container .group-details-container .group-details-wrapper .group-name, #root .mobile-betslip-view .groups-container .group-selections {
    padding: 8px 0 0 8px;
}

#root .betslip-bets-container .groups-container .group-details-container .group-details-wrapper .group-name .banker.unselected, #root .betslip-bets-container .groups-container .group-details-container .group-details-wrapper .group-name .group.unselected {
    color: var(--c-white);
    background: var(--c-tint-3);
}

#root .betslip-bets-container .groups-container .group-details-container .group-details-wrapper .group-selections .system, #root .mobile-betslip-view .groups-container .all-groups-container .group-selections .narrow .selected {
    margin: 4px;
    width: 24px;
    height: 24px;
}

#root .betslip-bets-container .groups-container .group-combination-stake-type span {
    line-height: 24px;
    /*     color: var(--c-white); */
    font-weight: 600;
    font-size: 13px;
}

#root .betslip-bets-container .groups-container .group-combination-stake-type label {
    display: none;
}

#root .betslip-bets-container .groups-container .group-combination-stake-type button {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--c-white);
    padding: 0 4px;
    background: var(--c-tint-3);
    border-radius: 2px;
}

/* Betslip Numpad */
#root .num-pad-container {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    margin: 4px 0 0 0;
}

#root .num-pad-container .elements {
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#root .num-pad-container .elements .element {
    background: var(--c-primary-c);
    color: var(--c-white);
    border-radius: 2px;
    /* border: solid 1px var(--c-shade); */
    margin: 2px;
    /* line-height: 36px; */
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    box-shadow: var(--ds-button);
}

#root .num-pad-container .presets .preset-button {
    background: var(--c-primary-d);
}

#root .num-pad-container .control .element {
    background: var(--c-primary-d);
}

#root .num-pad-container .control .button-enter {
    background: var(--c-green);
}

#root .mobile-betslip-view .num-pad-container .elements .button-enter {
    background: var(--c-green);
    color: var(--c-white);
    min-width: 32.2%;
}

/* Removal of CONTROL panel on Num-Pad */
#root .mobile-betslip-view .num-pad-container .control {
    display: none;
}

/* Betslip SYSTEM Numpad */
#root .num-pad-container .elements {
    color: var(--c-white);
    height: 36px;
}

#root .mobile-betslip-view .groups-container .all-groups-container .group-lines, #root .betslip-bets-container .groups-container .group-details-container .group-details-wrapper .group-lines {
    /*     display: inline-flex; */
    flex: 1 1 auto;
    line-height: 2.70
}

#root .groups-container .group-stake {
    width: auto
}

/* Bet Container ALT Colors Overrides */
#root .bet-container input {
    border: solid 1px var(--c-shade);
    border-radius: 2px;
    color: var(--c-white-e);
    background-color: var(--c-shade);
}

#root .bet-container .bet-details-odds {
    background-color: var(--c-emphasis);
    /* justify-content: space-between; */
    align-items: flex-start;
    width: 100%;
}

#root .quickbetslip.link .quick-container .title-container .quick-bet-title {
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    padding: 0px 8px;
}

#root .quickbetslip.link .quick-container .title-container .betslip-clear {
    background: url(/v1.03/r/images/site/icons/Trash_Can.svg) center center no-repeat;
    color: #fff0;
    opacity: 0.7;
    width: 24px;
    height: 24px;
    margin: 8px;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    background: var(--c-primary);
    margin: 0 8px 8px 8px;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings .winnings-description {
    /* display: none; */
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    color: var(--c-white);
    opacity: 0.7;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings .winnings-amount {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings {
    margin: 0 4px;
    width: auto;
    display: flex;
    flex-direction: column;
    order: 1;
    flex: 1 0 auto;
    /* max-width: 25%; */
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings label {
    letter-spacing: 0.5px;
    text-align: right;
}

#root .quickbetslip.link .quick-container .confirm-details-wrapper > div {
    display: inline-flex;
    flex-direction: column;
    width: 20%;
    height: auto;
    background: none;
    border: none;
    margin: 4px;
    text-align: right;
    letter-spacing: 0.5px;
}

#root .quickbetslip.link .quick-container .confirm-details-wrapper > div >label:first-child {
    color: var(--c-white);
    opacity: 0.7;
    font-size: 11px;
    line-height: 11px;
}

#root .quickbetslip.link .quick-container .confirm-details-wrapper > div > label:nth-child(2) {
    line-height: 18px;
    font-size: 13px;
}

#root .quickbetslip.link .quick-container .confirm-details-wrapper .bet-stake-wrapper .currency {
    color: var(--c-yellow);
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

#root .quickbetslip.link .quick-container .confirm-bet-wrapper {
    /* padding: 0 0 2px 0; */
    justify-content: space-between;
}

#root .confirm-bet-wrapper .cancel-bet, #root .confirm-bet-wrapper .confirm-form-group {
    flex: 0 0 calc(50% - 2px);
    /* margin: 0 2px; */
}

#root .confirm-bet-wrapper .cancel-bet, #root .confirm-bet-wrapper .confirm-bet {
    height: 40px;
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    color: var(--c-white);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    /* margin: 2px; */
    box-shadow: var(--ds-button);
}

#root .confirm-bet-wrapper .confirm-bet {
    background: var(--c-green);
    width: 100%;
    transition: 1s
}

#root .confirm-bet-wrapper .cancel-bet {
    background: var(--c-tint-3);
    /* background: #fff9; */
    /* background-color: unset; */
    order: 1;
}

#root .confirm-bet-wrapper .cancel-bet-disabled {
    display: none;
}

/* End Confirm Quick Bet */
#root .mobile app-num-pad {
    min-width: 100%;
    order: 2;
}

#root .quickbetslip.link .quick-container .bet-container .num-pad-container .elements {
    width: 100%;
    display: inline-flex;
    height: auto;
}

#root .quickbetslip.link .quick-container .bet-container .num-pad-container .elements .element {
    display: inline-block;
    flex: 1 1 100%;
    text-align: center;
    border: none;
    background: var(--c-tint-3);
    margin: 2px;
    height: 32px;
    line-height: 32px;
}

#root .quickbetslip.link .quick-container .bet-container .num-pad-container .elements.numbers {
    height: auto;
    flex-wrap: wrap;
    display: inline-flex;
}

#root .quickbetslip.link .quick-container .bet-container .num-pad-container .elements.numbers .element {
    flex: 1 1 30%;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper {
    width: auto;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group {
    color: var(--c-emphasis);
    margin: 0;
    width: auto;
    margin: 4px 0;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .match {
    width: auto;
    line-height: 12px;
    color: var(--c-white);
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .match label.description {
    font-size: 13px;
    font-weight: 600;
    width: auto;
    letter-spacing: 0.5px;
    margin: auto 0;
    line-height: 12px;
}

#root .markets-content-wrapper .match-markets-wrapper .match-market .market-special {
    color: var(--c-white);
    display: inline;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .market-selection {
    font-size: 13px;
    /* line-height: 14px; */
    font-weight: 500;
    width: auto;
    flex: 0 1 auto;
    margin: 4px 0 0 0;
    color: var(--c-white-e);
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .market-selection .selection {
    font-weight: 700;
}

#root .quickbetslip.link .quick-container .bet-container .bet-group-wrapper .bet-group .selection-odds {
    position: absolute;
    top: 12px;
    right: 44px;
    font-weight: 600;
    font-size: 14px;
    color: var(--c-white-e);
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .bet-stake-wrapper {
    order: 0;
    height: 40px;
    /* margin: 0 2px; */
    border: 1px solid var(--c-shade);
    background: var(--c-primary-c);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    padding: 0 4px 0 0;
    flex: 1 0 auto;
    min-width: 80px;
}

#root .quickbetslip.link .quick-container .bet-stake-wrapper label {
    text-align: right;
}

#root .quickbetslip.link .quick-container .bet-stake-wrapper .stake {
    line-height: 16px;
    font-size: 12px;
    color: var(--c-white);
    opacity: 0.7;
    /* height: 16px; */
}

#root .quickbetslip.link .quick-container .bet-stake-wrapper .currency {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--c-yellow);
}

#root .quickbetslip.link .quick-container .place-bet {
    height: 40px;
    background: var(--c-green);
    border-radius: 2px;
    -webkit-appearance: none;
    border: none;
    color: var(--c-white);
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    flex: 10 1 0%;
    max-width: 50%;
    min-width: 60px;
    letter-spacing: 0.5px;
    box-shadow: var(--ds-button);
    order: 2;
    /* margin: 0 2px; */
}

#root .quickbetslip.link .quick-container .place-bet .description {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 36px;
}

#root .quickbetslip.link .betslip-shortcut-container .betslip-odds, .quick-container .bet-odds {
    color: var(--c-white-e);
    margin: auto 4px;
    /* line-height: 40px; */
}

#root .quickbetslip.link .betslip-shortcut-container .betslip-clear {
    background: url(/v1.03/r/images/site/icons/Trash_Can.svg) center center no-repeat;
    color: #fff0;
    opacity: 0.7;
    height: 24px;
    width: 24px;
    margin: 8px;
}

/* SPORTS FILTER / HOME */
#root .beto-sports-filter.livesportsfilter .sports-filter {
    height: 48px;
    /* border-radius: 4px 4px 0 0; */
    /* padding: 0px 8px 0px 8px; */
    background-color: var(--c-primary-b);
    /* border-bottom: solid 1px var(--c-shade); */
    box-shadow: var(--ds-2p), var(--ds-1p);
}

#root .beto-sports-filter.livesportsfilter .sports-filter li {
    padding: 3px 6px 0px 6px;
    /* border-radius: 2px; */
    height: 48px;
    /* min-width: 44px; */
    width: auto;
    color: var(--c-white);
    margin-right: 4px;
    order: 0;
    flex-direction: column;
    border: 0;
    /* transition: order 0.5s; */
}

#root .beto-sports-filter.livesportsfilter .sports-filter li .all-sports, #root .beto-sports-filter.livesportsfilter .sports-filter li .all-sports + span {
    display: none;
}

#root .beto-sports-filter.livesportsfilter .sports-filter li .live-matches-counter {
    margin-left: 4px;
    display: none;
}

#root .beto-sports-filter.livesportsfilter .sports-filter li span {
    font-size: 12px;
}

#root .beto-sports-filter.livesportsfilter .sports-filter li .icon-sport {
    margin: 1px;
}

#root .beto-sports-filter.livesportsfilter .sports-filter li.selected {
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
    box-shadow: var(--ds-2p);
    /* order: -1; */
}

/* REGISTER LINK */
#root desktop .register-link {
    cursor: pointer;
    text-align: center;
    color: var(--c-white-e);
    margin: 8px auto;
    width: 80%;
    padding: 12px;
    background-color: var(--c-emphasis);
}

#root .beto-register.login-form {
    padding-bottom: 0px;
    padding-top: 20px;
}

/* REGISTER BANNER */
#root .mobile .guest-register-banner-wrapper {
    height: 130px;
    width: 100%;
}

#root .mobile .guest-register-banner-wrapper app-widget-host {
    height: 100%;
    width: 100%;
}

#root .mobile .guest-register-banner-wrapper .guest-register-banner .bonus-text {
    position: absolute;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    color: #f8ed6f;
    font-size: 26px;
    font-weight: 900;
    text-align: left;
    width: 50%;
    line-height: 26px;
    bottom: 10px;
    left: 10px;
    text-transform: uppercase;
    pointer-events: none;
}

#root .mobile .guest-register-banner-wrapper .guest-register-banner .register-text {
    position: absolute;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    color: #f8ed6f;
    font-size: 16px;
    font-weight: 900;
    text-align: right;
    width: 50%;
    line-height: 18px;
    bottom: 10px;
    right: 10px;
    text-transform: capitalize;
    pointer-events: none;
}

/* LOADING SPINNER */
#root .loading-spinner {
    display: flex;
    justify-content: center
}

/* TERMS & CONDITIONS */
#root p-checkbox.ng-invalid.ng-touched .ui-checkbox-box {
    border: 1px solid red;
}

/* REGISTER FORM */
/* Reg Form ERRORS */
.register-form-errors {
    /* display: none !important; */
    background-color: var(--c-primary-d);
    line-height: 14px;
    min-height: 40px;
    text-indent: 0px;
    padding: 0 0 4px 0;
    color: #f00;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.register-form-errors > .form-element-wrapper {
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 20px;
}

/* Country Drop Down Width */
#root .register-block .generic-form .form-row .form-element-wrapper {
    width: 100%;
}

#root .home-shortcuts * {
    background-color: var(--c-primary);
    color: var(--c-white);
    font-weight: normal;
}

/*Dates List Styling*/
.dates-list-block {
    background-color: var(--c-primary);
    margin-bottom: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.mobile .home-shortcut-item-program .dates-list-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2px;
    /* background-color: var(--c-primary) !important; */
}

.mobile .home-shortcut-item-program .date-item {
    padding: 10px 10px;
    border: 1px solid var(--c-primary-d);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .home-shortcut-item-program .date-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background-color: var(--c)
}

.mobile .home-shortcut-item-program .dates-list-header {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: unset;
}

.mobile .home-shortcut-item-program {
    width: 100%;
}

/*Voodoo that applies a style based on the number of siblings an element has 
I use it to enforce equal spacing of elements in a flexbox based on the number of elements available*/
/*Prime numbers and single dates*/
.mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(1n), .mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(1n) ~ li {
    width: calc(100% - 8px);
}

/*Multiples of two*/
.mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(2n), .mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(2n) ~ li {
    width: calc(50% - 8px);
}

/*Multiples of 4 overrides the above rule*/
.mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(4n), .mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(4n) ~ li {
    width: calc(25% - 8px);
}

/*Multiples of 5 overrides the above*/
.mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(5n), .mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(5n) ~ li {
    width: calc(20% - 8px);
    /* background-color: var(--c-primary-b)!important; */
}

/*Multiples of 5 overrides the above*/
.mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(3n), .mobile .home-shortcut-item-program .date-item:first-child:nth-last-child(3n) ~ li {
    width: 33.33%;
}

#root .dates-list-header {
    padding: 8px 15px 8px 7px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid var(--c-shade);
    display: inherit;
    align-items: center;
    justify-content: flex-start;
}

#root .dates-list-header::before {
    height: 24px;
    content: url(/v1.03/r/images/site/icons/CalendarIcon.svg );
    width: 24px;
    margin-right: 16px;
    opacity: 0.8;
}

#root .dates-list-content {
    margin: unset;
    padding: unset;
    background-color: var(--c-primary-c);
}

#root .dates-list-block .date-item {
    padding: 4px 8px;
    border-left: 2px solid var(--c-primary-b);
    background-color: var(--c-primary-c);
}

#root .date-item a {
    width: 100%;
    height: 100%;
    display: block;
}

#root .dates-list-block .date-item.date-selected {
    background-color: var(--c-primary-c);
    border-left: 2px solid var(--c-emphasis)
}

#root .date-item.date-selected a {
    color: var(--c-emphasis);
}

#root .date-item:hover {
    cursor: pointer;
    background-color: var(--c-primary-c);
    border-left: 2px solid var(--c-primary-c);
}

#root .desktop .date-item:last-child {
    border-bottom: unset
}

#root .date-item:first-child {
}

#root .dates-show-more, #root .dates-show-less {
    /* padding: 8px; */
    line-height: 28px;
    height: 28px;
    display: inherit;
    justify-content: center;
}

#root .dates-show-more:hover, #root .dates-show-less:hover {
    color: var(--c-white-e) !important;
}

/*Show all matches link styling */
#root .desktop .gotolive {
    width: 100%;
    height: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    overflow: visible;
}

#root .desktop .gotolive div:hover {
    color: var(--c-emphasis);
}

#root .desktop .gotolive {
    background-color: var(--c-primary-d);
    border-bottom: 1px solid var(--c-black);
    ; }

#root .desktop .gotolive:after {
    content: "";
    background-image: url(/v1.03/r/images/site/menurightarr.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

/*Hides Sidebar button styling*/
.left-sidebar.collapsible {
    -webkit-transition: width 2s linear 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 1s;
}

.hides-sidebar {
    border-radius: 4px;
    background-color: var(--c-shade);
    margin-bottom: 8px;
    border: 1px solid var(--c-shade);
}

.desktop .hides-sidebar:hover {
    border-radius: 4px;
    background-color: var(--c-primary);
    border: 1px solid var(--c-tint);
}

#root .hides-sidebar app-widget-host {
    width: 100%;
    height: 30px;
    cursor: pointer;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

#root.hide .hides-sidebar .sidebar-info {
    display: none
}

#root .hides-sidebar .show, #root.hide .hides-sidebar .hide {
    display: flex;
    justify-content: center;
    max-width: 40px;
    width: 32px;
    height: 100%;
    margin-left: 4px;
    border-radius: 4px;
}

#root .hides-sidebar .show-info {
    height: 100%;
    display: inherit;
    align-items: center;
    margin-left: 6px;
}

#root .hides-sidebar .show {
    background-image: url(/v1.03/r/images/site/icons/close_sidebar.svg);
    background-position: center;
    background-repeat: no-repeat
}

#root .hides-sidebar .hide {
    background-image: url(/v1.03/r/images/site/icons/open_sidebar.svg);
    background-position: center;
    background-repeat: no-repeat
}

#root .hides-sidebar .hide, #root.hide .hides-sidebar .show, #root.hide .hides-sidebar .show-info {
    display: none;
}

.hides-sidebar .show, .hides-sidebar .hide {
    display: flex;
    align-items: center;
}

#root.hide .desktop .left-sidebar.collapsible, #root.betslip-menu-mybets.settled.hide .left-sidebar.collapsible {
    max-width: 45px !important;
    min-width: 45px ! important;
}

#root.hide .desktop .left-sidebar, #root.betslip-menu-mybets.settled.hide {
    max-width: initial !important;
    min-width: initial ! important;
}

#root.hide .left-sidebar .nav-sport .nav-sport-name {
    visibility: hidden;
}

#root.hide .left-sidebar .date-item, #root.hide .left-sidebar .dates-show-more, #root.hide .left-sidebar .featured-leagues-header {
    display: none;
}

/*Tooltip with css test*/
/*Match markets modal styling*/
#root .ui-dialog.match-modal {
    z-index: 1002!important;
    max-width: 720px;
    left: 50% !important;
    transform: translate(-50%) !important;
}

#root .desktop app-modal .ui-dialog.match-modal .ui-dialog-content.ui-widget-content > div {
    max-width: 1200px;
    max-height: 750px;
}

#root .desktop app-modal .ui-dialog.match-modal .ui-dialog-content.ui-widget-content .default-sport {
    width: 24px !important;
}

#root .desktop app-modal .ui-dialog.match-modal .ui-dialog-content.ui-widget-content .sport-icon {
    display: none;
}

#root .mobile .ui-dialog.match-modal {
    z-index: 1002!important;
    max-width: 100%;
    width: 100% !important;
    right: 0 !important;
    top: 54px !important;
    bottom: 0;
}

#root .ui-dialog.match-modal .ui-dialog-content {
    background-color: var(--c-primary-d) !important;
}

#root .mobile .ui-dialog.match-modal .ui-dialog-content {
    height: calc(100% - 46px) !important;
}

#root .ui-dialog.match-modal .ui-dialog-content .match-page {
    background-color: var(--c-primary-b)
}

body .ui-dialog .ui-dialog-content {
    border: none;
}

.international-clubs, .international-youth, .atp, .wta, .challenge, .federation-cup {
    background-image: url(../assets//themes/betomall/images/icons/flags/international-clubs.svg);
}
