.betlist {
    padding: 8px 14px;
    border-radius: 3px;
    min-height: 100%;
}

.betlist--search-wrapper {
    display: flex;
    align-items: center;
    margin: 0.5em 0 1em;
}
    
.betlist--search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #1e1f2d;
    padding: 0.25em;
    box-shadow: inset 0 1px 3px #101017;
    border-radius: 3px;
}

.betlist--search-input {
    border: none;
    width: 100%;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    background: transparent;
    color: #999bc6;
    outline: none;
}

.betlist--search-input-clear {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/icons/icon-input-clear.svg') no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
}

.betlist--sport-selector-wrapper {
    display: block;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.betlist--sport-selector-wrapper::-webkit-scrollbar {
  display: none; /* Chrome Safari Opera */
}

.betlist--sport-selector-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.betlist--sport-selector {
    padding: 7px;
    cursor: pointer;
    text-align: center;
    min-width: 70px;
    position: relative;
}

.betlist--sport-selector-sport-name {
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 7px 0 0;
    text-align: center;
}

.betlist--sport-selector:hover {
    border-radius: 3px;
    transition: 0.25s;
}
.betlist--sport-selector:hover .betlist--sport-selector-sport-name {
    color: #ffa500;
    transition: 0.25s;
}

.betlist--sport-matches-count {
    position: absolute;
    top: 0;
    left: calc( 50% + 20px );
    color: #ffa500;
    font-size: 10px;
}

.betlist--showmore {
    color: #8082b0;
    font-size: 0.75rem;
    margin: 0.5rem 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.betlist--showmore:hover {
    color: #ffa500;
}

.icon-soccer-bw,
.icon-tennis-bw,
.icon-basketball-bw,
.icon-hockey-bw,
.icon-handball-bw,
.icon-volleyball-bw,
.icon-am_football-bw,
.icon-rugby-bw,
.icon-rugbyleague-bw,
.icon-cricket-bw,
.icon-box-bw,
.icon-mma-bw,
.icon-snooker-bw,
.icon-darts-bw,
.icon-esports-bw,
.icon-au_football-bw,
.icon-table_tennis-bw {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-soccer-bw {
    background: url('../images/icons/icon-sport-soccer-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-tennis-bw {
    background: url('../images/icons/icon-sport-tennis-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-basketball-bw {
    background: url('../images/icons/icon-sport-basketball-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-hockey-bw {
    background: url('../images/icons/icon-sport-hockey-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-handball-bw {
    background: url('../images/icons/icon-sport-handball-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-volleyball-bw {
    background: url('../images/icons/icon-sport-volleyball-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-am_football-bw {
    background: url('../images/icons/icon-sport-am_football-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-rugby-bw {
    background: url('../images/icons/icon-sport-rugby-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-rugbyleague-bw {
    background: url('../images/icons/icon-sport-rugbyleague-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-cricket-bw {
    background: url('../images/icons/icon-sport-cricket-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-box-bw {
    background: url('../images/icons/icon-sport-box-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-mma-bw {
    background: url('../images/icons/icon-sport-mma-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-snooker-bw {
    background: url('../images/icons/icon-sport-snooker-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-darts-bw {
    background: url('../images/icons/icon-sport-darts-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-esports-bw {
    background: url('../images/icons/icon-sport-esports-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-au_football-bw {
    background: url('../images/icons/icon-sport-au_football-bw.svg') no-repeat;
    background-size: 32px 32px;
}
.icon-table_tennis-bw {
    background: url('../images/icons/icon-sport-tabletennis-bw.svg') no-repeat;
    background-size: 32px 32px;
}

.icon-soccer-bw-mini,
.icon-tennis-bw-mini,
.icon-basketball-bw-mini,
.icon-hockey-bw-mini,
.icon-handball-bw-mini,
.icon-volleyball-bw-mini,
.icon-am_football-bw-mini,
.icon-rugby-bw-mini,
.icon-rugbyleague-bw-mini,
.icon-cricket-bw-mini,
.icon-box-bw-mini,
.icon-mma-bw-mini,
.icon-snooker-bw-mini,
.icon-darts-bw-mini,
.icon-esports-bw-mini,
.icon-au_football-bw-mini,
.icon-table_tennis-bw-mini {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.icon-soccer-bw-mini{
    background: url('../images/icons/icon-sport-soccer-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-tennis-bw-mini{
    background: url('../images/icons/icon-sport-tennis-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-basketball-bw-mini{
    background: url('../images/icons/icon-sport-basketball-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-hockey-bw-mini{
    background: url('../images/icons/icon-sport-hockey-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-handball-bw-mini{
    background: url('../images/icons/icon-sport-handball-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-volleyball-bw-mini{
    background: url('../images/icons/icon-sport-volleyball-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-am_football-bw-mini{
    background: url('../images/icons/icon-sport-am_football-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-rugby-bw-mini{
    background: url('../images/icons/icon-sport-rugby-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-rugbyleague-bw-mini{
    background: url('../images/icons/icon-sport-rugbyleague-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-cricket-bw-mini{
    background: url('../images/icons/icon-sport-cricket-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-box-bw-mini{
    background: url('../images/icons/icon-sport-box-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-mma-bw-mini{
    background: url('../images/icons/icon-sport-mma-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-snooker-bw-mini{
    background: url('../images/icons/icon-sport-snooker-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-darts-bw-mini{
    background: url('../images/icons/icon-sport-darts-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-esports-bw-mini{
    background: url('../images/icons/icon-sport-esports-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-au_football-bw-mini{
    background: url('../images/icons/icon-sport-au_football-bw.svg') no-repeat;
    background-size: 20px 20px;
}
.icon-table_tennis-bw-mini{
    background: url('../images/icons/icon-sport-tabletennis-bw.svg') no-repeat;
    background-size: 20px 20px;
}

.betlist--sport-wrapper {
    margin: 0 0 2.1875rem;
}
.betlist--sport-wrapper:first-child {
    margin-top: 0;
}

.betlist--sport-header {
    display: flex;
    justify-content: space-between;
}

.betlist--sport-name-wrapper {
    padding: 0.25em 0 0;
    width: 35%;
}
.betlist--sport-name {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.betlist--sport-header-markets-selectors {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.betlist--sport-header-market-select {
    flex: 0 0 auto;
    width: 165px;
    position: relative;
    display: flex;
    justify-content: center;
}

.betlist--sport-header-market-selector {
    display: none;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0em 0em 0.15em;
    background: #000;
    cursor: pointer;
    transition: 0.25s;
}
.betlist--sport-header-market-selector:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: solid 30px transparent;
    border-top: solid 10px #000;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.25s;
}

body[dir='rtl'] .betlist--sport-header-market-selector:before {
  top: 31px;
}

.betlist--sport-header-market-selector-arrow {
    background: url('../images/icons/icon-expand-filters.svg') no-repeat #262739;
    background-position: 100% center;
    background-size: 0.625rem 0.625rem;
}
.betlist--sport-header-market-selector > select {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 0.625rem;
    text-transform: uppercase;
    text-align-last:center;
    text-align: center;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}

.betlist--sport-header-market-selector > select::-ms-expand {
    display: none;
}

.betlist--sport-header-market-selector > select > option {
    font-size: 0.8125rem;
}
.betlist--sport-header-market-selector:hover {
    border: 1px solid #ffa500;
}

.betlist--sport-header-market-selector:hover:before {
    border-top: solid 10px #ffa500;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.betlist--sport-header-market-selector:hover > select {
    color: #ffa500;
}

.betlist--sport-header-dummy {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    min-width: 45px;
    margin: 0 14px;
}

.betblock-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.betblock-header-markets-wrapper {
        display: flex;
        flex: 1 1 auto;
        justify-content: space-around;
}


.betblock-header-market-main {
    display: flex;
}
.betblock-header-market-main span {
    display: flex;
    font-size: 0.625rem;
    justify-content: center;
    padding: 5px;
    border-radius: 3px;
    min-width: 45px;
    color: #ffa500;
}

.betblock-header-league-wrapper {
    display: flex;
    width: 35%;
    justify-content: flex-start;
    overflow: hidden;
}

.betblock-header-league {
    font-size: 0.75rem;
    color: #ffa500;
    padding: 5px 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.betblock-primary-info-wrapper {
    display: flex;
    width: 35%;
    justify-content: flex-start;
    overflow: hidden;
    cursor: pointer;
}

.betblock-header-dummy {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    /* height: 38px; */
    min-width: 45px;
    margin: 0 14px;
}

.betblock-primary {
    display: flex;
    position: relative;
    height: 3.125rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1px 0;
    border-radius: 3px;
}

.betblock-category {
    margin-bottom: 1em;
}
.betblock-primary-info-wrapper {
    display: flex;
    width: 35%;
    justify-content: flex-start;
    overflow: hidden;
    cursor: pointer;
}

.betblock-primary-info {
    flex: 0 0 4.375rem;
    white-space: nowrap;
}

.betblock-primary-icon-sport {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin: 0 14px;
    width: 20px;
}

.betblock-primary-icons {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    margin: 0 7px;
    width: 20px;
    white-space: nowrap;
}

.betblock-primary-icons span {
    margin: 5px 0;
}

.betblock-primary-day,.betblock-primary-time {
    display: block;
    font-size: 0.8125em;
    color: #d2d2d2;
    padding: 3px 0;
}

.betblock-primary-time {
    color: #FCCE78;
}

.betblock-primary-teams {
    margin: 0 0.3125rem;
    flex: 1 0 10em;
    overflow: hidden;
    position: relative;
}
.betblock-primary-score {
    margin: 0 5px;
}

.betblock-primary-teams span {
    display: block;
    position: relative;
    font-size: 13px;
    color: #fff;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.betblock-primary-score span {
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 3px 0;
    white-space: nowrap;
    text-align: right;
    font-weight: 600;
}

.betblock-primary-markets-wrapper {
    display: flex;
    justify-content: space-around;
    flex: 1 1 auto;
    align-items: center;
}

.betblock-primary-market-main {
    display: flex;
    flex-direction: column;
    height: 3.125rem;
    align-items: center;
}

.betblock-primary-market-main:hover,
.betblock-primary-market-aux:hover {
    background: #585884;
    transition: 0.25s;
}

.betblock-primary:hover {
    transition: 0.25s;
}


.betblock-primary-market-block {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    /* margin: 0 30px; */
    overflow: hidden;
}

.betblock-primary-market-block > div {
    display: flex;
    align-items: center;
    /* margin: 0 30px; */
    overflow: hidden;
}

.betblock-primary-market-block-empty,.betblock-primary-market-block-empty-aux {
    flex: 0 1 auto;
}

.betblock-primary-market-toggle {
    width: 165px;
    flex-wrap: wrap;
}

.betblock-primary-item-wrapper {
    flex: 1 1 65%;
}
.betblock-primary-item {
    width: 100%;
}

.betblock-primary-item-bet {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 3px;
    font-size: 0.875rem;
    height: 2.375rem;
    min-width: 45px;
    cursor: pointer;
    margin: 0.375rem 5px;
    color: #fff;
    overflow: hidden;
}

.betblock-primary-item-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 3px;
    font-size: 0.875rem;
    height: 38px;
    min-width: 45px;
    cursor: default;
    margin: 0 5px;
    color: #fff;
    background: transparent;
    font-weight: 600;
}

.betblock-showmore {
    color: #8082b0;
    font-size: 13px;
    margin: 15px 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.betblock-showmore:hover {
    color: #ffa500;
}

.js-matches-list-odds-outcome-in-slip,
.js-odds-market-outcome-in-slip {
    background-color: #ffa500!important;
    color: #000!important;
}

.js-odds-market-disabled { opacity: 0.4; }
.js-odds-market-hidden { opacity: 0.4; }
.js-odds-market-controls { display: none; position: relative; float: right; }
.js-odds-market-outcome-disabled { opacity: 0.4; }

.js-matches-list-odds-outcome-in-slip > span,
.js-odds-market-outcome-in-slip > span,
.js-odds-market-outcome-in-slip .betblock-extra-item-bet-outcome-odds,
.js-odds-market-outcome-in-slip .betblock-extra-item-bet-outcome-market { 
    color: #000!important; 
}

.betblock-primary-item-bet-selected {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffa500;
    border-radius: 3px;
    height: 38px;
    min-width: 45px;
    cursor: pointer;
    margin: 0 8px;
}

.betblock-primary-item-bet-option {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    height: 38px;
    min-width: 45px;
    cursor: pointer;
    margin: 0 5px;
    color: #fff;
}

.betblock-primary-showmore {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8975rem;
    border-radius: 3px;
    height: 38px;
    min-width: 45px;
    cursor: pointer;
    margin: 0 14px;
    color: #ffa500;
}

body[dir='rtl'] .betblock-primary-showmore-dir {
    transform: rotateZ(180deg);
}

.betblock-primary-showmore:hover,
.betblock-primary-showmore-active {
    color: #000;
    background: #ffa500;
}

.js-prematch-outcome-disabled { opacity: 0.4; }
.js-prematch-additions-bets-loading { position: absolute; top: 10%; left: 45%; }
.js-prematch-additions_bets-loaded .betblock-primary-showmore { background: #ffa500; color: #000; }

.betblock-extra {
    border-radius: 3px;
    overflow: hidden;
}

.betblock-extra-info-wrapper {
    display: flex;
    /* width: 25%; */
    justify-content: center;
    flex-direction: column;
    
}

.betblock-extra-outcomes-wrapper {
    display: flex;
    width: 75%;
    justify-content: flex-end;
}

.betblock-extra-outcome-wrapper {
    width: 100%;
}

.betblock-extra-item-wrapper {
    display: flex;
    width: 65%;
    justify-content: flex-end;
}

.betblock-extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25em 0.875em;
    min-height: 2.375em;
    position: relative;
}
.betblock-extra-item::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: 0;
}
.betblock-extra-item::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    right: 0;
}
.betblock-extra-item:hover:before {
    background-color:  #ffa500;
    transition: 0.5s;
}
.betblock-extra-item:hover:after {
    background-color:  #ffa500;
    transition: 0.5s;
}

.betblock-extra-item:last-child {
    margin-bottom: 20px;
}

.betblock-extra-item-bet-name {
    /* display: flex; */
    display: inline;
    /* align-items: center; */
    font-size: 0.8125rem;
    color: #c2c2c2;
    padding: 0.25rem 0;
    cursor: help;
}

.betblock-extra-item-bet-period-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.betblock-extra-item-bet-name-period {
    display: block;
    color: #FCCE78;
    font-size: 0.75rem;
}

.betblock-extra-item-bet-name-extra,
.betblock-extra-item-bet-name-hint {
    color: #FCCE78;
    font-size: 0.75rem;
}
.betblock-extra-item-bet-name-hint {
    margin: 0 0.5rem;
}

.prematch-outcomes-columns {
    display: flex;
}
.prematch-outcomes-columns { width: 100%; float: left; }
.prematch-outcomes-columns-2>div { width: 50%; float: left; border-right: 1px solid #dadada; box-sizing: border-box; }
.prematch-outcomes-columns-3>div { width: 33.3%; float: left; border-right: 1px solid #dadada; box-sizing: border-box; }
.prematch-outcomes-columns-4>div { width: 25%; float: left; border-right: 1px solid #dadada; box-sizing: border-box; }

.live-bets-outcomes-columns { width: 100%; float: left; }
.live-bets-outcomes-columns-2>div { width: 50%; float: left; border-right: 1px solid #dadada; box-sizing: border-box; }
.live-bets-outcomes-columns-3>div { width: 33.3%; float: left; border-right: 1px solid #dadada; box-sizing: border-box; }
.live-bets-outcomes-columns-4>div { width: 25%; float: left; border-right: 1px solid #dadada; box-sizing: border-box; }


.betblock-extra-3-cols, .betblock-extra-2-cols, .betblock-extra-4-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -5px;
}

.betblock-extra-3-cols > .betblock-extra-item-bet {
    flex: 1 1 30%;
    max-width: 31%;
} 
.betblock-extra-2-cols > .betblock-extra-item-bet {
    flex: 1 1 47%;
    max-width: 48%;
}
.betblock-extra-4-cols > .betblock-extra-item-bet {
    flex: 1 1 20%;
    max-width: 20%;
}

.betblock-extra-item-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875em;
    border-radius: 3px;
    height: 2.375em;
    margin: 1px 5px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.betblock-extra-item-bet:hover,
.betblock-primary-item-bet:hover {
    background-color: #ffa500;
    transition: 0.25s;
    color: #000;
}

.betblock-extra-item-bet:hover  span {
    color: #000;
    transition: 0.25s;
}

.event-block-additions-bets-variant-content,
.live-bets-variant-content {
    display: flex;
    flex-direction: column;
    flex: 1; 
}
.event-block-additions-bets { display: none; }

.js-matches-list-odds-outcome-disabled.betblock-primary-item-bet { background: #2c2d3f; cursor: default; }
.js-matches-list-odds-outcome-disabled.betblock-primary-item-bet:hover { background: #2c2d3f; }
.js-matches-list-odds-outcome-disabled.betblock-primary-item-bet:hover > span { color: #cecece; }

.js-matches-list-odds-outcome-empty.betblock-primary-item-bet { background: #2c2d3f; cursor: default; }
.js-matches-list-odds-outcome-empty.betblock-primary-item-bet:hover { background: #2c2d3f; }

.betblock-extra-item-bet-up::after,.betblock-extra-item-bet-down::after,.betblock-extra-item-bet-normal::after {
    content:'';
    position: absolute;
    right: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transition: 0.5s;
}
body[dir='rtl'] .betblock-extra-item-bet-up::after, body[dir='rtl'] .betblock-extra-item-bet-down::after, body[dir='rtl'] .betblock-extra-item-bet-normal::after {
    right: unset;
    left: 2px;
}

.live-bets-variant-odds-direction { position: absolute; right:0; }
.betblock-extra-item-bet-up::after { top: calc( 50% - 2px ); background-color: greenyellow; animation: oddsGreenAnimation 1.5s ease-in-out 2; }
.betblock-extra-item-bet-down::after { bottom: calc( 50% - 2px ); background-color: rgb(255, 47, 47); animation: oddsRedAnimation 1.5s ease-in-out 2; }
.betblock-extra-item-bet-normal::after { background-color: transparent; }
@keyframes oddsGreenAnimation {
    0%  { opacity: 0.2; transform: translateY(0px); }
    25%  { opacity: 1; transform: translateY(0px); }
    100% { opacity: 0.2; transform: translateY(-25px); }
}

@keyframes oddsRedAnimation {
    0%  { opacity: 0.2; transform: translateY(0px); }
    25% { opacity: 1; transform: translateY(0px); }
    100%  { opacity: 0.2; transform: translateY(25px); }
}

.betblock-extra-item-bet-outcome-name-wrapper {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.betblock-extra-item-bet-outcome-name,
.betblock-extra-item-bet-outcome-name-short {
    flex: 1;
    white-space: nowrap;
}
.betblock-extra-item-bet-outcome-name-short { display: none; }

.betblock-extra-item-bet-outcome-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 auto;
}


.betblock-extra-item-bet-outcome-market-wrapper { padding: 0 0 0 2em; }
body[dir='rtl'] .betblock-extra-item-bet-outcome-market-wrapper { padding: 0 2em 0 0; }

.betblock-extra-item-bet-outcome-market {
    color: #ffa500;
    font-size: 1em;
}
.betblock-extra-item-bet-outcome-odds {
    color: #fff;
    width: 4em;
    text-align: right;
}
body[dir='rtl'] .betblock-extra-item-bet-outcome-odds { text-align: left; }

.live-bets-variant { }

.live-bets-variant-disabled { background: #2c2d3f!important; cursor: initial; }
.live-bets-variant-disabled.betblock-extra-item-bet:hover { background: #2c2d3f;  }
.live-bets-variant-disabled.betblock-extra-item-bet:hover > span { color: #cecece; }

.live-bets-attention {
    padding: 0.625em 0;
    color: #ccc;
    font-size: 0.8125em;;
}

/* LIVE HEADER */
.live-header-soccer-wrapper,
.live-header-tennis-wrapper,
.live-header-table-tennis-wrapper,
.live-header-volleyball-wrapper,
.live-header-hockey-wrapper,
.live-header-esports-wrapper,
.live-header-handball-wrapper,
.live-header-basketball-wrapper {
    display: block;
    position: relative;
    height: 245px;
    border-radius: 3px;
    margin-bottom: 1em;
    overflow: hidden;
}
.live-header-soccer-wrapper { 
    background: url("../images/bg/live_header_soccer_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}
.live-header-basketball-wrapper { 
    background: url("../images/bg/live_header_basketball_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}
.live-header-tennis-wrapper { 
    background: url("../images/bg/live_header_tennis_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}
.live-header-table-tennis-wrapper { 
    background: url("../images/bg/live_header_table_tennis_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}
.live-header-volleyball-wrapper { 
    background: url("../images/bg/live_header_volleyball_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}
.live-header-hockey-wrapper { 
    background: url("../images/bg/live_header_ice_hockey_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}
.live-header-esports-wrapper { 
    background: url("../images/bg/live_header_esports_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}
.live-header-handball-wrapper { 
    background: url("../images/bg/live_header_volleyball_background.jpg");
    background-size: 100% auto;
    background-position: 0 60%;
}

.live-header-blanking {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 0;
}

.live-header-blanking::before {
    content:'';
    position: absolute;
    bottom: 0;
    height: 1.5em;
    width: 100%;
    background: linear-gradient(transparent,#111);
}

.live-header-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.live-header-league-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.live-header-icon-sport {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    background-color: #202020!important;
    border-radius: 50%;
    margin: 0 0.375em;
}
.live-header-league {
    color: #fff;
    font-size: 1rem;
    padding: 0.375rem 0;
}

.live-header-match-info-wrapper {
    width: 80%;
    align-items: center;
    margin: 2em auto;
}

.live-header-match-info-bg {
    background: rgba(0,0,0,0.55);
    border-radius: 5px;
}
.live-header-match-info-main {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.live-header-match-info-sets-wrapper {
  border-top: 1px solid #c2c2c2;
  width: calc( 100% - 1em);
  height: 3em;
  margin: 0 auto;
  padding: 0.5em 0;
}

.live-header-match-info-sets {
    display: flex;
    justify-content: space-around;
    max-width: 80%;
    margin: 0 auto;
}
.live-header-match-info-set {
    color: #c2c2c2;
}

.live-header-match-info-set-score {
    display: flex;
    justify-content: center;
    padding: 0.15em 0 0;
    font-size: 1em;
    font-weight: 600;
    border-top: 3px solid transparent;
    color: #fff;
}
.js-live-match-header-active-period { border-top: 3px solid #ffa500; }
.js-live-match-period-hidden-column { display: none!important; } 

.live-header-progress-bar {
    position: absolute;
    top:0;
    width: 100%;
    height: 5px;
    background: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    z-index: 0;
}
.live-header-progress-bar-current {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background: #ffa500;
}
body[dir='rtl'] .live-header-progress-bar-current {
    left: unset;
    right: 0;
}
.live-header-match-info-team-home,.live-header-match-info-team-away {
    position: relative;
    flex: 1;
    color: #fff;
    font-size: 1.25rem;
    padding: 1.5rem 0.875rem;
}

.live-header-match-info-team-home { text-align: left; }
.live-header-match-info-team-away { text-align: right; }

.live-header-match-info-team-home.js-live-match-header-team-serve::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffa500;
    top: 1em;
    transform: translateX(-50%);
    -moz-animation: js-live-match-header-team-serve 0.8s linear infinite;
    animation: js-live-match-header-team-serve 1.5s linear infinite;
    right: -0.5em;
    z-index: 1;
}
.live-header-match-info-team-away.js-live-match-header-team-serve::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffa500;
    top: 1em;
    transform: translateX(-50%);
    -moz-animation: js-live-match-header-team-serve 0.8s linear infinite;
    animation: js-live-match-header-team-serve 1.5s linear infinite;
    left: -0.5em;
    z-index: 1;
}
body[dir='rtl'] .live-header-match-info-team-home.js-live-match-header-team-serve::after {
    left: -0.5em;
}
body[dir='rtl'] .live-header-match-info-team-away.js-live-match-header-team-serve::before {
    right: -0.5em;
}

@keyframes js-live-match-header-team-serve {
  0% { transform: scale(1); }
  50% { transform: scale(1); }
  60% { transform: scale(1.2); }
  70% { transform: scale(1); }
  80% { transform: scale(1.2); }
  90% { transform: scale(1); }
  100% { transform: scale(1); }
}

.live-header-match-data {
    display: block;
    position: relative;
    text-align: center;
}
.live-header-match-data > span {
    display: block;
}
.live-header-match-data-score {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 1em 0 0.5em;
}
.live-header-match-data-score > span {
    display: inline-block;
    padding: 0 0.5rem;
    background: #000;
    border-radius: 5px;
    margin: 0 0.25em;
    min-width: 1em;
}

.live-header-match-data-status {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.live-header-match-data-time-wrapper {
    display: block;
    text-align: center;
    position: relative;
}

.live-header-match-data-time,
.live-header-match-data-time-outbound {
    display: block;
    color: #FCCE78;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
.live-header-match-data-time-outbound {
    margin-bottom: 1em;
}
.live-header-match-data-ht-mark {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
    width: 1px;
    height:12px;
    background: #fff;
    z-index: 1;
}

.live-header-controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.live-header-statistics-toggle {
    position: relative;
    margin: 0.5em 0.875em;
    width: 24px;
    height: 24px;
    background: url('../../images/icons/icon-stat-toggle.png') no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
}

.live-header-match-tracker {
    display: none;
    position: relative;
    background: #303030;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    cursor: zoom-in;
    z-index: 1;
}

.js-live-match-match-tracker-iframe { width: 100%; border: none; display: block; }

.live-header-match-tracker-disable {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0.5em 0.5em;
    background: #ccc;
    color: #000;
}

.live-header-statistics-wrapper { display: none; }
.live-header-statistics-wrapper {
    position: absolute;
    overflow-y: scroll;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    opacity: 0.9;
}
.live-header-statistics-wrapper::-webkit-scrollbar {
    display: none; /* Chrome Safari Opera */
}

.live-header-statistics {  color: #fff; font-size: 1rem; min-height: 100%; }
.live-header-statistics-close { color: #ffa500; font-size: 1em; display:block; text-align: center; margin: 1em 0 0; text-transform: uppercase; }
.live-header-statistics-period { font-size: 1em; font-weight: 900; text-transform: uppercase; color: #fff; text-align: center!important; border-bottom: 2px solid #ffa500; padding: 0.25em 0; }
.live-header-statistics-event { display: flex; align-items: center; padding: 0.25em 1em; transition: 0.25s; margin-bottom: 1px; }
.live-header-statistics-home { justify-content: flex-start; }
.live-header-statistics-away { justify-content: flex-end; }
.live-header-statistics-minute { min-width: 1.5em; color: #999bc6; }
.live-header-statistics-home .live-header-statistics-details {
    padding: 0 0.5em;
    border-left: 1px solid #999bc6;
}

.live-header-statistics-away .live-header-statistics-details {
    padding: 0 0.5em;
    border-right: 1px solid #999bc6;
}

.icon-stat-yc, .icon-stat-rc, .icon-stat-c, .icon-stat-g {
    margin: 0 0.5em;
}
.icon-stat-yc { background: url('../images/icons/icon-stat-yc.svg'); background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }
.icon-stat-rc { background: url('../images/icons/icon-stat-rc.svg'); background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }
.icon-stat-c { background: url('../images/icons/icon-stat-c.svg'); background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }
.icon-stat-g { background: url('../images/icons/icon-stat-g.svg'); background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }

/* END OF LIVE HEADER */

#js_oneclick_tip { display: none; }

.betblock--oneclick {
    position: absolute;
    border-radius: 5px;
    z-index: 5;
    border: 2px solid #ffa500;
    box-shadow: 0 10px 35px 5px #171822;
    padding: 0.25rem 0;
}

.betblock--oneclick-item {
    color: #c2c2c2;
    padding: 0.25rem 0.875rem;
}
.betblock--oneclick-item span {
    color: #fff;
}

