.back-1 {
    background: var(--backBackground);
    border-left-color: #fff;
}
.lay-1 {
    background: var(--layBackground);
    border-left-color: #fff;
}
.back-3 {
    background-color: #d7e8f4;
    border-left-color: #fff;
}
.back-2 {
    background-color: #b7d5eb;
    border-left-color: #fff;
}
.lay-2 {
    background-color: #efd3d9;
    border-left-color: #fff;
}
.lay-3 {
    background-color: #f6e6ea;
    border-left-color: #fff;
} 
.tbl-bets .back-1 {
    background: var(--backBackground);
    border-left-color: #fff;
}
.tbl-bets .lay-1 {
    background: var(--layBackground);
    border-left-color: #fff;
}
.tbl-bets .back-3 {
    background-color: #d7e8f4;
    border-left-color: #fff;
}
.tbl-bets .back-2 {
    background-color: #b7d5eb;
    border-left-color: #fff;
}
.tbl-bets .lay-2 {
    background-color: #efd3d9;
    border-left-color: #fff;
}
.tbl-bets .lay-3 {
    background-color: #f6e6ea;
    border-left-color: #fff;
} 
.back-1.spark {
    -webkit-animation: .5s sparkBack;
    animation: .5s sparkBack
}

@-webkit-keyframes sparkBack {
    0%,100% {
        background-color: #72bbef;
        color: #1e1e1e
    }

    50% {
        background-color: #f8e71c;
        color: #fff
    }
}

@keyframes sparkBack {
    0%,100% {
        background-color: #72bbef;
        color: #1e1e1e
    }

    50% {
        background-color: #f8e71c;
        color: #fff
    }
}

.back-2.spark {
    -webkit-animation: .5s sparkBack_2;
    animation: .5s sparkBack_2
}

@-webkit-keyframes sparkBack_2 {
    0%,100% {
        background-color: #b7d5eb;
        color: #1e1e1e
    }

    50% {
        background-color: #f8e71c;
        color: #fff
    }
}

@keyframes sparkBack_2 {
    0%,100% {
        background-color: #b7d5eb;
        color: #1e1e1e
    }

    50% {
        background-color: #f8e71c;
        color: #fff
    }
}

.back-3.spark {
    -webkit-animation: .5s sparkBack_3;
    animation: .5s sparkBack_3
}

@-webkit-keyframes sparkBack_3 {
    0%,100% {
        background-color: #d7e8f4;
        color: #1e1e1e
    }

    50% {
        background-color: #f8e71c;
        color: #fff
    }
}

@keyframes sparkBack_3 {
    0%,100% {
        background-color: #d7e8f4;
        color: #1e1e1e
    }

    50% {
        background-color: #f8e71c;
        color: #fff
    }
}

.lay-1.spark {
    -webkit-animation: .5s sparkLay;
    animation: .5s sparkLay
}

@-webkit-keyframes sparkLay {
    0%,100% {
        background-color: #faa9ba;
        color: #1e1e1e
    }

    50% {
        background-color: #26f1f8;
        color: #fff
    }
}

@keyframes sparkLay {
    0%,100% {
        background-color: #faa9ba;
        color: #1e1e1e
    }

    50% {
        background-color: #26f1f8;
        color: #fff
    }
}

.lay-2.spark {
    -webkit-animation: .5s sparkLay_2;
    animation: .5s sparkLay_2
}

@-webkit-keyframes sparkLay_2 {
    0%,100% {
        background-color: #efd3d9;
        color: #1e1e1e
    }

    50% {
        background-color: #26f1f8;
        color: #fff
    }
}

@keyframes sparkLay_2 {
    0%,100% {
        background-color: #efd3d9;
        color: #1e1e1e
    }

    50% {
        background-color: #26f1f8;
        color: #fff
    }
}

.lay-3.spark {
    -webkit-animation: .5s sparkLay_3;
    animation: .5s sparkLay_3
}

@-webkit-keyframes sparkLay_3 {
    0%,100% {
        background-color: #f6e6ea;
        color: #1e1e1e
    }

    50% {
        background-color: #26f1f8;
        color: #fff
    }
}

@keyframes sparkLay_3 {
    0%,100% {
        background-color: #f6e6ea;
        color: #1e1e1e
    }

    50% {
        background-color: #26f1f8;
        color: #fff
    }
}
.market-type {
    display: none;
    position: relative;
    height: 11.6vw;
    background: #e0e6e6;
    padding: 1.86667vw;
    overflow: auto;
    white-space: nowrap;
}
.market-type .fullmarket-tab {
    position: absolute;
    white-space: nowrap;
    display: flex;
    margin: 0;
    padding: 0;
}
.market-type .fullmarket-tab li {
    list-style: none;
    display: list-item;
    margin-right: 1.33333vw;
}
.market-type a {
    color: var(--whileColor)!important;
    line-height: 9.06667vw;
    font-weight: var(--fontWeight700);
    background: var(--newsColor);
    border: 1px solid #243a48;
    border-radius: 4.8vw;
    padding: 2.4vw;
    font-size: 3.46667vw;
    text-decoration: none;
}
.market-type li.active {
    background-image: var(--menuColor);
    border-radius: 4.8vw;
}
.market-type li.active a{
   color: var(--whileColor)!important;
    line-height: 9.06667vw;
    background-image: var(--menuColor);
    font-weight: var(--fontWeight700); 
    border: 1px solid #243a48;
    border-radius: 4.8vw;
    padding: 2.4vw;
    font-size: 3.46667vw;
    text-decoration: none;
}

.matchodd {
    font-size: 12px;
}
.match-odds {
    height: 30px;
    line-height: 30px;
    color: var(--whileColor);
    float: left;
    font-weight: var(--fontWeight700);
    padding-right: 30px;
    padding-left: 10px;
    position: relative;
    background: var(--newsColor);
    border-top-right-radius: 15px;
    font-size: 12px;
}

.matched-count {
    padding: 5px 10px;
    font-size: 13px;
}
.pull-right {
    float: right;
}

.marketinfo {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-image: url("../images/icons/marketinfo.svg");
}
.card-matchodds {
    background: #fff;
    color: #333;
    border: none;
    padding: 0;
    font-size: 13px;
    border-bottom: 1px solid #7e97a7;
}
.matched-count strong {
    font-weight: var(--fontWeight700);
    color: #1e1e1e;
}
.betfair-tbl {
    margin-bottom: 0;
}
.p-rltv {
    position: relative;
}
.tbl-bets th {
    padding: 5px;
    border-top: none;
    text-align: center;
}
.fancy-info {
    padding: 9px 6px 0;
    margin: 0;
    background-color: #bed5d8;
    font-size: 10px;
    line-height: 7px;
    border-radius: 3px;
}
.fancy-info dt {
    color: var(--primary);
    display: inline-block;
    margin-right: 8px;
}
.fancy-info dd {
    display: inline-block;
}

.match-odds-bets .back-1 {
    background-color: var(--backBackground) !important;
    border-left-color: #fff;
}
.min-max-mobile{
    display: none;
}
.betfair-tbl thead .back-1 {
    border-top-left-radius: 10px;
}
.betfair-tbl thead .lay-1 {
    border-top-right-radius: 10px;
}
.odd-row .team-name {
    text-align: left;
    padding-left: 6px;
}
.odd-row .team-name .title {
    font-size: 14px;
    display: block;
    font-weight: var(--fontWeight700);
}
.tbl-bets .odd-row td span {
    display: block;
    font-weight: 500;
    font-size: 11px;
}
.minus-book {
    color: #d0021b;
    display: block;
    font-weight: var(--fontWeight700)!important;
    display:inline-block !important;
}
.plus-book {
    color: green;
    display: block;
    font-weight: var(--fontWeight700)!important;
    display:inline-block !important;
}
.table-lay-text {
    color: #d50000;
}
.table-back-text{
	color:#09437f;
} 
.tbl-bets .count {
    width: 10%;
}
.tbl-bets .odd-row {
    border-bottom: 1px solid #ccc;
}
.tbl-bets td {
    text-align: center;
    font-size: 12x;
    padding: 3px 0;
    font-weight: var(--fontWeight700);
    border-top: none;
    cursor: pointer;
}
.lay-1.select, .lay-2.select, .lay-3.select {
    background-color: #f4496d !important;
    color: var(--whileColor);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
}
.back-1.select, .back-2.select, .back-3.select {
    background-color: #1a8ee1 !important;
    color: var(--whileColor);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
}
.rules-wrap {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 5px rgba(0,0,0,.5);
}
.rules-wrap .rules-content {
    height: 420px;
    padding: 8px 5px;
    line-height: 18px;
    color: rgba(36,58,72,.9);
    overflow: hidden;
    overflow-y: auto;
}
.rules-wrap .btn-wrap {
    border-top: 1px solid #ccc;
    padding: 8px 0 0;
}
.rules-wrap .btn-wrap {
    border-top: 1px solid #ccc;
    padding: 8px 0 0;
}
.rules-wrap .btn-wrap {
    border-top: 1px solid #ccc;
    padding: 8px 0 0;
}
.btn-wrap {
    margin-bottom: 7px;
    display: block;
    clear: both;
}
.rules-wrap .btn-wrap li {
    width: 100%;
}
.btn-wrap li {
    list-style: none;
}
.rules-wrap .btn-wrap .btnok {
    width: 150px;
    margin: 0 auto;
    display: block;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #1e1e1e;
    font-weight: var(--fontWeight700);
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.bookmaker, .fancy-head, .sportsbook-head {
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1;
}
#fancyBetHeadNew {
    top: -28px;
} 
.fancy-head h4 {
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: var(--whileColor);
    z-index: 1;
    float: left;
    zoom: 1;
}
.bookmaker .in-play span, .fancy-head .in-play span, .sportsbook-head .in-play span {
    padding: 0 14px 0 8px;
    cursor: pointer;
}
.fancy-head h4 span {
    min-width: 72px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    background:var(--fancyHead);
    font-weight: var(--fontWeight700);
}
.btn-fancybet_rules, .btn-sportsbook_rules {
    vertical-align: top;
    margin-left: -4px;
    height: 30px;
    font-size: 0;
    text-indent: -99999px;
    width: 41px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("../images/icons/bg-fanctbet_rules.f9a2a7f74305ea6661cd.svg");
}
.fancy-head h4:after {
    content: "";
    display: block;
    clear: both;
}
.btn-fancybet_rules::before, .btn-sportsbook_rules::before {
    content: '';
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin: 8px 12px;
    background-size: contain;
    display: block;
    background-image: url("../images/icons/marketinfo.svg");
    cursor: pointer;
}
.fancy-head .in-play-sportbook span {
    background: #e4550e;
    cursor: pointer;
    border-top-left-radius: 10px;
}
.fancy-head h4 span {
    min-width: 72px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    background: var(--fancyHead);
    font-weight: var(--fontWeight700);
}
.btn-sportsbook_rules {
    background-image: url("../images/icons/bg-sportsbook_rules.9a2177b39619b81ede95.svg");
}

  .fancy_bet_back {
    background-image: linear-gradient(180deg,#0a92a5 15%,#076875 100%) !important;
}
.fancy_bet_tab-wrap{
    background-image: linear-gradient(180deg,#f26d1c 15%,#d14100 100%);
 }
 .fancy_bet_back,.fancy_bet_tab-wrap, .special_bets-tab {
    display: flex;
}
.special_bets-tab {
    width: auto;
    background-color: rgba(255,255,255,.5);
    border-radius: 5px;
    margin: 5px 0 3px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 3px;
}

/* set li properties  */
.special_bets-tab li  {
    font-weight: var(--fontWeight700);
    display: inline-block;
    padding: 2px;
}
.fancy-bet {
    font-size: 12px;
}
.special_bets-tab a{
    min-width: 70px;
    height: 18px;
    line-height: 12px;
    font-weight: 700;
    color: #000!important;
    font-size: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px 4px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-right: 3px;
    cursor: pointer;
}
 
.special_bets-tab a.active {
    background-color: #fff;
    color: #a34005;
    text-decoration: none;
}
.btn-fancy_info {
    height: 100%;
    padding: 0;
    margin: 0 5px 0 0;
    background-color: transparent;
    line-height: inherit;
    align-items: center;
    justify-content: center;
    float: right;
    display: none;
}
.only-mobile{
    display: none;
}
.tbl-bets .valign-middle {
    vertical-align: middle;
}
.book-btn {
    background: var(--newsColor);
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
}
.fancy-bet td .btn {
    border: 1px solid #333;
}
.spnd-fncy {
    padding: 10px;
    width: 200%;
    height:100%;
    top: 0px;
    background-color: rgba(36,58,72,.4);
    z-index: 5;
    position: absolute;
}
.spnd-fncy span {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
    color: var(--whileColor);
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
    text-align: center;
    text-transform: none;
}
.btn-fancy_info:before {
    background: url("../images/icons/fancy.svg") 0 0/contain;
    width: 20px;
    content: '';
    height: 20px;
    position: absolute;
    right: 3px;
    bottom: 10px;
}
.fancy_info-popup{
    display: none;
    color: #1e1e1e;
    right: 0;
    border-radius: 0.5997vmax;
    position: absolute;
    top: 0;
    align-items: flex-start;
    z-index: 33;
    background: #fff;
    font-weight: 400;
    box-shadow: 0 6px 10px rgba(0,0,0,.7);
    text-align: center;
    min-height:43px;
}
.fancy_info-popup dl {
    border-right: 0.26667vw solid #e0e6e6;
    padding: 3px 1.04948vmax;
    margin: 0;
    min-width: 130px;
}
.fancy_info-popup dt, .limit_info-popup dt {
    height: 1.7991vmax;
    font-size: 1.49925vmax;
    line-height: 1.7991vmax;
    padding: 0.44978vmax 0 0.5997vmax;
    color: #577c94;
}
.fancy_info-popup dd {
    padding-bottom: 0;
    line-height: 3.09895vmax;
    color: #1e1e1e;
    margin: 0;
    font-weight: 700;
    font-size: 13px;
}
.fancy_info-popup .close, .limit_info-popup .close {
    width: 3.74813vmax;
    height: 4.74813vmax;
    justify-content: center;
    align-items: center;
    font-size: 0;
    text-indent: -99999px;
    display: flex;
    margin-top:-15px;
}
.fancy_info-popup .close:before {
    width: 4.34933vmax;
    height: 4.34933vmax;
    background: url("../images/icons/toastclose.svg") no-repeat;
    display: block;
    content: '';
}
.minwidth {
    width: 60%;
}
.betmobile-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.betmobile-btn .c-btn{
    width: 50%;
}
.col-stake_list ul{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    row-gap: 12px;
    padding-left: 10px !important
}
.col-stake_list ul li{
    width: 25%;
}
.fancy-quick-tr .btn {
    background: url("../images/icons/bg-btn.d9aa1220fb9e7277a34b.gif") repeat-x #eee;
    border: 1px solid #333;
    border-radius: 4px;
    color: #1e1e1e;
    font-weight: 500;
    line-height: 30px;
    font-size: 11px;
    height: 29px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.betmobile-btn{
    margin: 0px 10px;
}
.betmobile-btn .col-btn a {
    border-radius: 6px!important;
    padding: 17px!important;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 15px;
    color: #000;
}
.betmobile-btn .btn-send {
    /* background: var(--btnColor); */
    color: var(--whileColor);
    border-color: #000;
    height: 38px;
    line-height: 30px;
    margin: 0;
    width: 100%;
    font-weight: 700;
    border-radius: 5px;
}
.btn-send.disable{
    background: url("../images/icons/bg-send-disable.3138468b438298f08e3d.png") repeat-x #a4a4a4;
    border-color: #aaa;
    color: #e6dfcd;
    cursor: not-allowed;
    font-size: 13px;
}
.col-stake-grid{
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    gap: 10px;
    width: 96%;
    margin: auto;
    margin-bottom: 10px !important;
}
.col-stake .icon-minus {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border: 1px solid #aaa;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(-180deg,#fff 0,#eee 89%);
    justify-content: center;
}
.fancy-quick-tr td {
    width: 8.97436%;
    border-bottom: 1px solid #7e97a7;
    border-left: 1px solid #ddd;
    font-weight: 700;
    vertical-align: top;
    background-color: #beddf4;
    box-shadow: none !important;
}
.pink-bet-bg td{
    background-color: #f3dce2;
}
.fancy-quick-tr td a {
    padding: 3px 10px;
}
.col-stake-grid .col-stake{
    width: 50%;
    position: relative;
}
 .form-input{
    height: 40px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    border-right:none;
    outline: none;
    font-weight: 700;

} 
.col-stake .icon-minus:before {
    content: '';
    background-repeat: no-repeat;
    display: block;
    width: 4.53333vw;
    height: 1.06667vw;
    position: absolute;
    top: 19px;
    background-image: url("../images/icons/minuse.svg");
}
.col-stake .icon-plus {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #aaa;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(-180deg,#fff 0,#eee 89%);
    justify-content: center;
    align-items: center;
    right: 0;
}
.col-stake .icon-plus:before {
    content: '';
    background-repeat: no-repeat;
    display: block;
    width: 5.53333vw;
    position: absolute;
    top: 12px;
    height: 5.06667vw;
    background-image: url("../images/icons/plus.svg");
}
.fancy-card{
    margin-top: 24px;
}
.game-menu-tab thead {
    background: #dddcd6;
}
.game-menu-tab .nav {
    background: var(--highlightMobileBG);
}
.nav-tabs {
    border-bottom: 1px solid #c8ced3;
}
.game-menu-tab .nav-tabs .nav-item {
    background: var(--tabColor);
    color: var(--whileColor);
    border-radius: 10px;
    line-height: 14px;
}
.game-menu-tab .nav-tabs .nav-link.active {
    background: #dddcd6;
    border-bottom-color: #dddcd6;
}
.nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 3px 22px;
    color: var(--whileColor);
}
.nav-tabs .nav-link.active {
    color: #2f353a;
    background: #fff;
    border-color: #c8ced3 #c8ced3 #fff;
}
.nav-tabs .nav-item span {
    font-weight: 700;
}