/*---------------------------------------------------------
    SPORTS CROSS & SPECIAL & REALTIME
---------------------------------------------------------*/
#esports_wrap {
    display: block;
    position: fixed;
    left:0px;
    top:50px;
    bottom:40px;
    right:0px;
    text-align: center;
    min-width: 1400px;
    overflow: hidden;
}

#esports_wrap .flexbox {
    display: flex;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    min-width: 1400px;
    max-width: 2200px;
    text-align: left;
    margin:0 auto;
}

#esports_wrap .flexbox .lnbbox {
    display: block;
    width:348px;
    flex-shrink:0;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:10px;
}

#esports_wrap .flexbox .lnbbox::-webkit-scrollbar {
    width:8px;
}

#esports_wrap .flexbox .lnbbox::-webkit-scrollbar-track {
    background: #141921;
}

#esports_wrap .flexbox .lnbbox::-webkit-scrollbar-thumb {
    background: #262b32;
}

#esports_wrap .flexbox .leftbox {
    display: block;
    width:50%;
    flex-grow: 1;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:10px;
}

#esports_wrap .flexbox .leftbox::-webkit-scrollbar {
    width:8px;
}

#esports_wrap .flexbox .leftbox::-webkit-scrollbar-track {
    background: #141921;
}

#esports_wrap .flexbox .leftbox::-webkit-scrollbar-thumb {
    background: #262b32;
}

#esports_wrap .flexbox .centerbox {
    display: block;
    flex-grow: 1;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    width:50%;
    padding:10px;
}

#esports_wrap .flexbox .centerbox::-webkit-scrollbar {
    width:8px;
}

#esports_wrap .flexbox .centerbox::-webkit-scrollbar-track {
    background: #141921;
}

#esports_wrap .flexbox .centerbox::-webkit-scrollbar-thumb {
    background: #262b32;
}

#esports_wrap .flexbox .rightbox {
    display: block;
    width:348px;
    flex-shrink: 0;
    position: relative;
    padding:10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#esports_wrap .flexbox .rightbox::-webkit-scrollbar {
    width:8px;
}

#esports_wrap .flexbox .rightbox::-webkit-scrollbar-track {
    background: #141921;
}

#esports_wrap .flexbox .rightbox::-webkit-scrollbar-thumb {
    background: #262b32;
}


/*---------------------------------------------------------
    SPORTS LEAGUE LIST
---------------------------------------------------------*/

#esports_league_list {
    display: block;
    z-index:100;
    position: relative;
}

#esports_league_list .title {
    display: flex;
    height:62px;
    background: url('/images/1bet1/sports/title_effect_overlay.png'), #07172d;
    background-position: left;
    background-size: cover;
    position: relative;
    z-index:10;
}

#esports_league_list .title .label {
    display: block;
    flex-grow: 1;
    line-height:62px;
    font-size:16px;
    margin-left:20px;
    font-weight:600;
    color:#cccccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#esports_league_list .swipebox {
    display: grid;
    margin-top:1px;
    grid-template: repeat(1, 1fr) / repeat(5, 1fr);
    flex-grow: 1;
    gap:1px;
}

#esports_league_list .swipebox::-webkit-scrollbar {
    display: none;
}

#esports_league_list .swipebox .ca_item {
    width:100%;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
    position: relative;
    background: transparent;
    transition: background 300ms;
    cursor:pointer;
    height:60px;
    background:#0d1d32;
}

#esports_league_list .swipebox .ca_item img {
    filter:grayscale(1) brightness(2);
    position: absolute;
    display: block;
    bottom:38px;
    left:50%;
    transform: translate(-50%, 50%);
    width:40px;
    height:20px;
    object-fit: scale-down;
    object-position: center;
    transition: all 300ms;
}

#esports_league_list .swipebox .ca_item span {
    position:absolute;
    bottom:8px;
    left:50%;
    transform: translate(-50%);
    color:#a8a8a8;
    font-size:9px;
    letter-spacing: -1px;
    transition: all 300ms;
    white-space: nowrap;
}

#esports_league_list .swipebox .ca_item:hover,
#esports_league_list .swipebox .ca_item.active {
    background:#29324b;
    transition: background 300ms;
}

#esports_league_list .swipebox .ca_item:hover img,
#esports_league_list .swipebox .ca_item.active img {
    filter:grayscale(0) brightness(1);
    transition: all 300ms;
}

#esports_league_list .swipebox .ca_item:hover span,
#esports_league_list .swipebox .ca_item.active span {
    color:#ffffff;
    transition: all 300ms;
}


#esports_league_list .title .sort {
    display: block;
    list-style: none;
    flex-shrink: 0;
    width:100px;
    position:relative;
    cursor:pointer;
}

#esports_league_list .title .sort li {
    list-style: none;
    position:absolute;
    display: block;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    border-left:1px solid #070a0f;
    transition: all 300ms;
}

#esports_league_list .title .sort li span.value {
    display: block;
    position: absolute;
    padding-left:15px;
    line-height:59px;
    left:0;
    right:0;
    bottom:0;
    top:0;
    font-size:16px;
    font-weight: 600;
    color:#a8a8a8;
    z-index:3;
    transition: all 300ms;
}

#esports_league_list .title .sort li span.arrow {
    display: block;
    position: absolute;
    right:15px;
    top:50%;
    transform: translate(0, -50%) scaleX(0.6);
    font-size:24px;
    font-weight: 600;
    color:#a8a8a8;
    z-index:2;
    transition: all 300ms;
}

#esports_league_list .title .sort li:hover,
#esports_league_list .title .sort li.active {
    background: #29324b;
    color:#ffffff;
    border:1px solid #29324b;
    transition: all 300ms;
    animation: beat .25s infinite alternate;
}

#esports_league_list .title .sort li:hover span.value,
#esports_league_list .title .sort li.active span.value {
    color:#ffffff;
    transition: all 300ms;
}

#esports_league_list .title .sort li:hover span.arrow,
#esports_league_list .title .sort li.active span.arrow {
    color:#ffffff;
    transform: translate(0, -50%) scaleY(0.7) rotate(90deg);
    transition: all 300ms;
}

#esports_league_list .title .sort li ul {
    display: block;
    list-style: none;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    left:-1px;
    right:-1px;
    top:59px;
    transition: all 300ms;
    z-index:1;
}

#esports_league_list .title .sort li ul li {
    display: block;
    background:#11141d;
    height:63px;
    line-height:63px;
    border-top:1px solid #313742;
    text-align: center;
    z-index:1;
}

#esports_league_list .title .sort.active li ul {
    display: block;
    max-height: 130px;
    border:1px solid #313742;
    transition: all 300ms;
}

#esports_league_list .title .sort.active li ul li:hover,
#esports_league_list .title .sort.active li ul li.active {
    background:#344474;
}

#esports_league_list .matchtypebox {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap:1px;
    margin-top:1px;
    height:50px;
}

#esports_league_list .matchtypebox .match_type {
    display: block;
    width:100%;
    text-align: center;
    background:#07172d;
    line-height:50px;
    font-size:13px;
    cursor:pointer;
}

#esports_league_list .matchtypebox .match_type.active,
#esports_league_list .matchtypebox .match_type:hover {
    background: #29324b;
    color:#ffffff;
}

/*---------------------------------------------------------
    SPORTS LIVE SELECT MATCH
---------------------------------------------------------*/
#esports_live_select_match {
    display: block;
}

/*---------------------------------------------------------
    SPORTS LIVE VIDEO
---------------------------------------------------------*/
#sports_live_video {
    display: block;
    aspect-ratio: 16/9;
    background:#0d131d;
    margin-top:1px;
    position: relative;
    background:url('../../images/1bet1/esports/esports_video_empty.jpg'), #06090e;
    background-repeat: no-repeat;
    background-position: center;
}

#sports_live_video span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*---------------------------------------------------------
    SPORTS LIVE GAME LIST
---------------------------------------------------------*/
#sports_live_game_list {
    display: block;
    grid-column: span 7;
    grid-row: span 7;
    position: relative;
    z-index:1;
}

#sports_live_game_list .item {
    background-color: #003e6a;
    stroke: #177099;
    background-image: url('/images/1bet1/main_livesports/list_item_bg.svg');
    margin-top:10px;
    height:150px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: inset 0px 0px 20px rgba(255,255,255,0.3);
    filter:grayscale(1) brightness(0.5);
    cursor:pointer;
    position: relative;
    transition: all 100ms;
}

#sports_live_game_list .item:hover {
    filter:grayscale(0) brightness(1);
    transition: all 100ms;
}

#sports_live_game_list .item.active{
    filter:grayscale(0) brightness(1);
    transition: all 100ms;
}

#sports_live_game_list .item .league_name {
    background: url('/images/1bet1/main_livesports/list_item_league_name_bg.png'), linear-gradient(#436592 0%, #1f344f 15%) ;
    background-repeat: no-repeat;
    background-position:left;
    height:50px;
    line-height:50px;
    text-align: center;
    font-size:18px;
    font-weight:600;
    color:#ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

#sports_live_game_list .item .game_home_icon {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    left:50%;
    top:100px;
    margin-left:-100px;
    background:radial-gradient(#0344a1 60%, #5f91d8 70%, #0344a1 80%);
    border:1px solid #313742;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    object-fit: scale-down;
    padding:10px;
    transform: translate(-50%,-50%);
} 

#sports_live_game_list .item .game_away_icon {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    left:50%;
    top:100px;
    margin-left:100px;
    background:radial-gradient(#d70029 60%, #ff8da1 70%, #d70029 80%);
    border:1px solid #313742;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    object-fit: scale-down;
    padding:10px;
    transform: translate(-50%,-50%);
}

#sports_live_game_list .item .game_home_name {
    position: absolute;
    display: block;
    right:50%;
    top:100px;
    transform: translate(0,-50%);
    margin-right:150px;
    text-align: right;
    color:#ffffff;
    font-weight:600;
    font-size:16px;
    left:20px;
}

#sports_live_game_list .item .game_away_name {
    position: absolute;
    display: block;
    left:50%;
    top:100px;
    transform: translate(0,-50%);
    margin-left:150px;
    text-align: left;
    color:#ffffff;
    font-weight:600;
    font-size:16px;
    right:20px;
}

#sports_live_game_list .item .game_home_score {
    position: absolute;
    display: block;
    right:50%;
    top:100px;
    transform: translate(0,-50%);
    width:55px;
    margin-right:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:30px;
    font-family: 'Rajdhani';
}

#sports_live_game_list .item .game_away_score {
    position: absolute;
    display: block;
    left:50%;
    top:100px;
    transform: translate(0,-50%);
    width:55px;
    margin-left:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:30px;
    font-family: 'Rajdhani';
}

#sports_live_game_list .item .game_vs_score {
    position: absolute;
    display: block;
    left:50%;
    top:98px;
    color:#ffffff;
    transform: translate(-50%,-50%);
    font-weight:900;
    font-size:30px;
    font-family: 'Rajdhani';
}

#sports_live_game_list .item .game_datetime {
    position: absolute;
    right:10px;
    top:5px;
    height:40px;
    line-height:15px;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    background: #192a3f;
    font-weight:600;
    font-size:13px;
    border-radius:10px;
    border-bottom:2px solid #6e7c8d;
    border-left:2px solid #18283c;
    border-top:2px solid #18283c;
    border-right:2px solid #18283c;
}

#sports_live_game_list .empty {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#sports_live_game_list .empty img {
    margin-bottom:15px;
}

#sports_live_game_list .empty span {
    font-size:24px;
    color:yellow;
}

@media screen and (max-width: 1900px) {
    #sports_live_game_list .item {
        height:200px;
    }

    #sports_live_game_list .item .league_name {
        font-size:15px;
    }

    #sports_live_game_list .item .game_datetime { 
        left:50%;
        right:auto;
        top:auto;
        bottom:40px;
        padding-left:5px;
        padding-right:5px;
        font-size:12px;
        transform: translate(-50%, 50%);
    }

        
    #sports_live_game_list .item .game_home_name {
        right:50%;
        left:20px;
        top:auto;
        bottom:40px;
        margin-right:40px;
        font-size:13px;
        transform: translate(0, 50%);
        text-align: center;
        width:auto;
    }

    #sports_live_game_list .item .game_away_name {
        position: absolute;
        display: block;
        left:50%;
        top:auto;
        bottom:40px;
        margin-left:40px;
        font-size:13px;
        transform: translate(0, 50%);
        text-align: center;
        width:auto;
    }
}

/*---------------------------------------------------------
    ESPORTS LNB
---------------------------------------------------------*/
#esports_lnb {
    display: grid;
    grid-template: repeat(1,1fr) / repeat(2,1fr);
    gap:1px;
}

#esports_lnb .lnb_item {
    width:100%;
    height:250px;
    position: relative;
    overflow: hidden;
    background: #0d1d32;
    cursor:pointer;
    transition: all 300ms;
    z-index:1;
}

#esports_lnb .lnb_item:hover {
    background: #29324b;
    transform: scale(1.1);
    transition: all 300ms;
    z-index:2;
}

#esports_lnb .lnb_item.active {
    background: #29324b;
    z-index:2;
}

#esports_lnb .lnb_item img {
    display: block;
    position: absolute;
}

#esports_lnb .lnb_item img.base {
    width:80%;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}

#esports_lnb .lnb_item img.visual {
    width:78%;
    left:50%;
    top:50%;
    margin-top:-19%;
    transform: translate(-50%,-50%);
    filter:grayscale(0.5) brightness(0.8);
}

#esports_lnb .lnb_item:hover img.visual {
    filter:grayscale(0) brightness(1);
}

#esports_lnb .lnb_item img.logo {
    left:50%;
    top:65%;
    max-height: 30px;
    transform: translate(-50%,-50%);
    filter:grayscale(1) brightness(2);
}

#esports_lnb .lnb_item .label {
    display: block;
    white-space: nowrap;
    position: absolute;
    left:50%;
    bottom:16%;
    font-size:14px;
    transform: translate(-50%,50%);
    color:#efefef;
    font-weight:600;
    font-family: 'Gmarket Sans';
    transition: all 300ms;
    text-align: center;
    text-shadow: 
    0px 0px 5px rgb(26, 26, 26),
    0px 0px 10px rgb(26, 26, 26),
    0px 0px 15px rgb(26, 26, 26),
    0px 0px 20px rgb(26, 26, 26);
    white-space: nowrap;
}

#esports_lnb .lnb_item:hover .label,
#esports_lnb .lnb_item.active .label {
    color:#ffffff;
    text-shadow: 
        0px 0px 5px rgb(192, 13, 228),
        0px 0px 10px rgb(192, 13, 228),
        0px 0px 15px rgb(192, 13, 228),
        0px 0px 20px rgb(192, 13, 228);
    transition: all 300ms;
    text-align: center;
}


/*---------------------------------------------------------
    SPORTS LIVE SELECT MATCH
---------------------------------------------------------*/
#esports_live_select_match {
    display: block;
}

#esports_live_select_match .title {
    display: flex;
    height:62px;
    background: url('/images/1bet1/sports/title_effect_overlay.png'), #07172d;
    background-position: left;
    background-size: cover;
}

#esports_live_select_match .title .nation_flag {
    display: block;
    flex-shrink: 0;
    height:20px;
    margin-top:21px;
    margin-bottom:21px;
    margin-left:15px;
    margin-right:10px;
}

#esports_live_select_match .title .nation_flag2 {
    height:20px;
    object-fit: scale-down;
    margin-top:21px;
    margin-bottom:21px;
    margin-right:10px;
}


#esports_live_select_match .title .label {
    display: block;
    flex-grow: 1;
    line-height:62px;
    font-size:16px;
    font-weight:600;
    color:#cccccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#esports_live_select_match .title .datetime {
    display: block;
    flex-shrink: 0;
    line-height:62px;
    font-size:14px;
    font-weight:600;
    color:#cccccc;
    margin-right:15px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}


#esports_live_select_match .match {
    margin-top:1px;
    display: block;
    position: relative;
    height:150px;
    overflow: hidden;
    background:#0d1d32;
}

#esports_live_select_match .match .game_home_icon {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    left:50%;
    top:80px;
    margin-left:-100px;
    background: #0344a1;
    border:1px solid #313742;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    object-fit: scale-down;
    padding:10px;
    transform: translate(-50%,-50%);
} 

#esports_live_select_match .match .game_away_icon {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    left:50%;
    top:80px;
    margin-left:100px;
    background: #d70029;
    border:1px solid #313742;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    object-fit: scale-down;
    padding:10px;
    transform: translate(-50%,-50%);
}

#esports_live_select_match .match .game_home_score {
    position: absolute;
    display: block;
    right:50%;
    top:80px;
    transform: translate(0,-50%);
    width:55px;
    margin-right:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:30px;
    font-family: 'Rajdhani';
}

#esports_live_select_match .match .game_away_score {
    position: absolute;
    display: block;
    left:50%;
    top:80px;
    transform: translate(0,-50%);
    width:55px;
    margin-left:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:30px;
    font-family: 'Rajdhani';
}

#esports_live_select_match .match .vs {
    position: absolute;
    display: block;
    left:50%;
    top:78px;
    color:#ffffff;
    transform: translate(-50%,-50%);
    font-weight:900;
    font-size:30px;
    font-family: 'Rajdhani';
}

#esports_live_select_match .match .game_home_name {
    position: absolute;
    display: block;
    right:50%;
    top:77px;
    transform: translate(0,-50%);
    margin-right:50px;
    text-align: right;
    color:#ffffff;
    font-weight:600;
    font-size:16px;
    left:20px;
}

#esports_live_select_match .match .game_away_name {
    position: absolute;
    display: block;
    left:50%;
    top:77px;
    transform: translate(0,-50%);
    margin-left:50px;
    text-align: left;
    color:#ffffff;
    font-weight:600;
    font-size:16px;
    right:20px;
}



/*---------------------------------------------------------
    SPORTS LIVE BETTING LIST
---------------------------------------------------------*/
#sports_live_betting_list {
    display: block;
}

#sports_live_betting_list .betting_item {
    display: block;
}

#sports_live_betting_list .betting_item_hide {
    display: none;
}

#sports_live_betting_list .betting_item .title {
    display: block;
    height:50px;
    line-height: 50px;
    padding-left:15px;
    padding-right:15px;
    background:#07172d;
    margin-top:1px;
    border-left:2px solid #ef7c00;
}

#sports_live_betting_list .betting_item .list {
    display: block;
}

#sports_live_betting_list .betting_item .list .row {
    display: flex;
    margin-top:1px;
    margin-left:-1px;
}

#sports_live_betting_list .betting_item .list .row .betitem {
    display: flex;
    justify-content: space-between;
    width:100%;
    background:#0d1d32;
    margin-left:1px;
    height:40px;
    line-height:40px;
    padding-left:15px;
    padding-right:15px;
    font-size:12px;
    color:#efefef;
    cursor:pointer;
}

#sports_live_betting_list .betting_item .list .row .betitem.menuOff_up,
#sports_live_betting_list .betting_item .list .row .betitem:hover {
    background: #29324b;
}

#sports_live_betting_list .betting_item .list .row .betitem.menuOff_magam {
	opacity:.5;
}

#sports_live_betting_list .betting_item .list .row .betitem .label {
    color: #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:10px;
}

#sports_live_betting_list .betting_item .list .row .betitem .odds {
    color:#ef7c00;
}

#sports_live_betting_list .betting_item .list .row .betitem .odds_updown {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
	transition:.5s;
	opacity:0;
}

#sports_live_betting_list .betting_item .list .row .betitem.disabled {
    background: #08111d;
}

#sports_live_betting_list .betting_item .list .row .betitem.disabled * {
    color:#666666;
    text-decoration: line-through;
}



/*---------------------------------------------------------
    PAGE TITLE
---------------------------------------------------------*/
#page_title {
    display: flex;
    height:62px;
    background:#0b1019;
    border:1px solid #313742;
}

#page_title .label {
    font-family: 'Gmarket Sans';
    background: -webkit-linear-gradient(#6e8395, #39424b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    flex-grow: 1;
    line-height:62px;
    font-weight:900;
    font-size:18px;
}


/*---------------------------------------------------------
    ESPORTS GAME LIST
---------------------------------------------------------*/

@keyframes esports_game_list_betting_item_title_img {
    0% {
        filter:grayscale(0) brightness(1);
        transform: rotateY(0deg) scale(1.1);
    }

    50% {
        filter:grayscale(1) brightness(1);
        transform: rotateY(180deg) scale(1);
    }

    100% {
        filter:grayscale(0) brightness(1.5);
        transform: rotateY(360deg) scale(1.1);
    }
}

#esports_game_list {
    margin-top:10px;
    display: block;
    z-index:100;
    position: relative;
}

#esports_game_list .listbox .game_item {
    margin-top:1px;
    display: block;
}

#esports_game_list .listbox .game_item .title {
    display: flex;
    background:#07172d;
    height:50px;
}

#esports_game_list .listbox .game_item .title img.nation_flag {
    width:28px;
    height:21px;
    object-fit: scale-down;
    margin-left:10px;
    margin-top:15px;
    margin-right:10px;
    flex-shrink: 0;
    /*animation: esports_game_list_betting_item_title_img 2s infinite;*/
}

#esports_game_list .listbox .game_item .title img.nation_flag2 {
    height:21px;
    object-fit: scale-down;
    margin-right:10px;
    margin-top:15px;
    flex-shrink: 0;
    /*animation: esports_game_list_betting_item_title_img 2s infinite;*/
}

#esports_game_list .listbox .game_item .title .label {
    line-height:50px;
    color:#cccccc;
    flex-grow: 1;
    font-size:14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#esports_game_list .listbox .game_item .title .datetime {
    flex-shrink: 0;
    line-height:50px;
    margin-right:15px;
    font-size:14px;
    color:#aaaaaa;
}

#esports_game_list .listbox .game_item .list {
    display: block;
}

#esports_game_list .listbox .game_item .list .betting_item {
    display: flex;
    margin-top:1px;
    height:60px;
}

#esports_game_list .listbox .game_item .list .betting_item .matchup {
    display: block;
    width:40%;
    background:#0d1d32;
    position: relative;
}

#esports_game_list .listbox .game_item .list .betting_item .matchup .game_home_name {
    display: block;
    position: relative;
    font-size:13px;
    height:20px;
    line-height: 20px;
    padding-left:15px;
    padding-right:40px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    margin-top:10px;
}

#esports_game_list .listbox .game_item .list .betting_item .matchup .game_home_name span {
    color:#888888;
    font-size:11px;
}

#esports_game_list .listbox .game_item .list .betting_item .matchup .game_away_name {
    display: block;
    position: relative;
    font-size:13px;
    height:20px;
    line-height: 20px;
    padding-left:15px;
    padding-right:40px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    margin-bottom:10px;
}

#esports_game_list .listbox .game_item .list .betting_item .matchup .game_away_name span {
    color:#888888;
    font-size:11px;
}

#esports_game_list .listbox .game_item .list .betting_item .matchup .option_count {
    display: block;
    position: absolute;
    right:15px;
    top:50%;
    transform: translate(0, -50%);
    font-size:13px;
    color:#ef7c00;
}


/*#esports_game_list .listbox .game_item .list .betting_item .matchup.active,*/
#esports_game_list .listbox .game_item .list .betting_item .matchup:hover {
    background: #29324b;
}

#esports_game_list .listbox .game_item .list .betting_item .home {
    display: flex;
    width:30%;
    margin-left:1px;
    background:#0d1d32;
}

#esports_game_list .listbox .game_item .list .betting_item .home .label {
    display: block;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left:15px;
    margin-right:10px;
    line-height: 60px;
    font-size:13px;
}

#esports_game_list .listbox .game_item .list .betting_item .home .odds {
    display: block;
    flex-shrink: 0;
    margin-right:15px;
    line-height: 60px;
    font-size:13px;
    color:#ffc967;
}

#esports_game_list .listbox .game_item .list .betting_item .home.active,
#esports_game_list .listbox .game_item .list .betting_item .home:hover {
    background: #29324b;
}

#esports_game_list .listbox .game_item .list .betting_item .away {
    display: flex;
    width:30%;
    margin-left:1px;
    background:#0d1d32;
}

#esports_game_list .listbox .game_item .list .betting_item .away .label {
    display: block;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left:15px;
    margin-right:10px;
    line-height: 60px;
    font-size:13px;
}

#esports_game_list .listbox .game_item .list .betting_item .away .odds {
    display: block;
    flex-shrink: 0;
    margin-right:15px;
    line-height: 60px;
    font-size:13px;
    color:#ffc967;
}


#esports_game_list .listbox .game_item .list .betting_item .away.active,
#esports_game_list .listbox .game_item .list .betting_item .away:hover {
    background: #29324b;
}

#betting .betting_cart .list .betting_item .detail .select font{
	max-width:190px !important;
}
