/*---------------------------------------------------------
    HEADER & FOOTER SIZE LIMIT
---------------------------------------------------------*/
/* #header .inner_center {
    width: 1400px;
    max-width: auto;
    min-width: auto;
} */

/*#wrap { 
    background:url('/images/1bet1/sports/wrap_bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
}*/
/*
.top_box { 
    background-image:url('/images/1bet1/sports/wrap_bg.jpg');
	background-size:100%;
    background-repeat: no-repeat;
    background-position: top;
	position:absolute;
	top:108px;
	width:100%;
	height:calc(50% - 108px);
	z-index:-1;

}
.bottom_box { 
    background-image:url('/images/1bet1/sports/wrap_bottom_bg.jpg');
	background-size:100%;
    background-repeat: no-repeat;
    background-position: bottom;
	position:absolute;
	bottom:430px;
	width:100%;
	height:calc(50% - 430px);
	z-index:-1;
}
*/
.top_box { 
    background-image:url('/images/1bet1/sports_main_bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
	background-color:#03030b;
	position:absolute;
	top:108px;
	width:100%;
	height:calc(100% - 108px);
	z-index:-1;

}
/*---------------------------------------------------------
    SPORTS MAIN BALANCE
---------------------------------------------------------*/
#sports_main_balance {
    min-width: 1400px;
    display: block;
    text-align: center;
}

#sports_main_balance > .titlebox {
    display: block;
    width: 1400px;
    height: 175px;
    margin: 0 auto;
    position: relative;
}

#sports_main_balance > .titlebox > img.sports_logo {
    position: absolute;
    display: block;
    right:5px;
    bottom:-10px;
    cursor:pointer;
}

#sports_main_balance > .gridbox {
    display: grid;
    width: 1400px;
    margin:0 auto;
    padding:20px;
    gap:10px;
    grid-template: repeat(1, 1fr) / repeat(10, 1fr);
}

#sports_main_balance > .gridbox > .balance_info {
    grid-column: span 3;
    grid-row: span 1;
    height: 253px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.2), 
        rgba(0, 0, 0, 0.2)
      ),
      url('/images/1bet1/sports/banner_balance_bg.jpg');
    background-position: left;
    background-size: 125%;
    position: relative;
    transition: all 300ms;
    cursor:pointer;
}

#sports_main_balance > .gridbox > .balance_info:hover {
    background: url('/images/1bet1/sports/banner_balance_bg.jpg');
    background-position: right;
    background-size: 110%;
    filter: brightness(1);
    transition: all 300ms;
}

#sports_main_balance > .gridbox > .balance_info > img.visual {
    position: absolute;
    left:10px;
    bottom:0px;
}

#sports_main_balance > .gridbox > .balance_info > .btn_more {
    display: block;
    font-size:16px;
    line-height:30px;
    font-weight: 600;
    color:#ef7c00;
    height:30px;
    cursor: pointer;
    position: absolute;
    right:0px;
    top:-40px;
}

#sports_main_balance > .gridbox > .balance_info > .btn_more:hover {
    color:#ffffff;
    text-shadow: 
        0 0 5px #cfff5e,
        0 0 10px #ffb25e,
        0 0 20px #ef7c00;
    transition: all 300ms;
}

#sports_main_balance > .gridbox > .balance_info > .btn_more > span {
    color:#ef7c00;
    font-size:16px;
    font-weight: 900;
    line-height:30px;
    height:30px;
}

#sports_main_balance > .gridbox > .balance_info > .btn_more:hover > span{
    color:#ffffff;
    transition: all 300ms;
}

#sports_main_balance > .gridbox > .balance_info > .label {
    display: block;
    position: absolute;
    right:10px;
    bottom:100px;
    font-size:18px;
    color:#ffffff;
}

#sports_main_balance > .gridbox > .balance_info > .label > span {
    color:#ef7c00;
}

#sports_main_balance > .gridbox > .balance_info > .sublabel {
    display: block;
    position: absolute;
    right:10px;
    bottom:83px;
    font-size:13px;
    color:#ffffff;
}

#sports_main_balance > .gridbox > .balance_info > .value {
    display: block;
    position: absolute;
    right:10px;
    bottom:22px;
    font-size:25px;
    font-weight:600;
    color:#ffffff;
    font-family: 'Rajdhani';
}

#sports_main_balance > .gridbox > .balance_info > .value > span {
    font-size:40px;
    font-weight:900;
    color:#ef7c00;
}

#sports_main_balance > .gridbox > .balance_league_list {
    display: flex;
    grid-column: span 7;
    grid-row: span 1;
    height: 266px;
    width: 947px;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom:-13px;
}

#sports_main_balance > .gridbox > .balance_league_list::-webkit-scrollbar {
    height:3px;
    border-radius: 3px;
}

#sports_main_balance > .gridbox > .balance_league_list::-webkit-scrollbar-track {
    background: #444444;
}

#sports_main_balance > .gridbox > .balance_league_list::-webkit-scrollbar-thumb {
    background: #888888;
}

#sports_main_balance > .gridbox > .balance_league_list::-webkit-scrollbar-thumb:hover {
    background: #bbbbbb;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item {
    display: flex;
    flex-direction: column;
    margin-bottom:10px;
    margin-right:10px;
    width:229px;
    flex-shrink: 0;
    cursor: pointer;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .title {
    display: block;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#ef7c00;
    background: #12151888;
    font-weight: 600;
    font-size:16px;
    backdrop-filter: blur(5px);
    transition: all 300ms;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item.active > .title,
#sports_main_balance > .gridbox > .balance_league_list > .league_item:hover > .title {
    display: block;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#121518;
    background: #ef7c00;
    font-weight: 600;
    font-size:16px;
    transition: all 300ms;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .bargagegrp {
    background: #232c3888;
    backdrop-filter: blur(5px);
    height: 53px;
    flex-shrink: 0;
    overflow:hidden;
    position: relative;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .bargagegrp > .label {
    position: absolute;
    left:0px;
    top:0px;
    line-height:45px;
    right:60%;
    text-align: left;
    padding-left:10px;
    font-size:15px;
    font-weight: 400;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .bargagegrp > .value {
    position: absolute;
    right:0px;
    top:0px;
    line-height:45px;
    left:40%;
    text-align: right;
    padding-right:10px;
    font-size:15px;
    font-weight: 400;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .bargagegrp > .highlight {
    color: #ef7c00;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .bargagegrp > .bargage {
    position: absolute;
    left:0px;
    right:0px;
    bottom:0px;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .bargagegrp > .bargage .thumb {
	transition:.5s;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .infogrp {
    background: #232c3888;
    backdrop-filter: blur(5px);
    flex-grow: 1;
}


#sports_main_balance > .gridbox > .balance_league_list > .league_item > .infogrp > .label {
    position: absolute;
    left:0px;
    top:0px;
    line-height:44px;
    right:60%;
    text-align: left;
    padding-left:10px;
    font-size:15px;
    font-weight: 400;
}

#sports_main_balance > .gridbox > .balance_league_list > .league_item > .infogrp > .value {
    position: absolute;
    right:0px;
    top:0px;
    line-height:44px;
    left:40%;
    text-align: right;
    padding-right:10px;
    font-size:15px;
    font-weight: 400;
}



/*---------------------------------------------------------
    SPORTS MAIN CSR : CROSS AND SPECIAL AND REALTIME
---------------------------------------------------------*/
#sports_main_csr {
    display: block;
    margin:0px;
    text-align: center;
}

#sports_main_csr > .gridbox {
    display: grid;
    margin:0 auto;
    padding:0;
    border:0;
    text-align: left;
    width: 1400px;
    gap:10px;
    grid-template: repeat(3,1fr) / repeat(20, 1fr);
    padding:20px;
    grid-auto-flow: row;
}

#sports_main_csr > .gridbox > .banner_cross {
    grid-row: span 2;
    grid-column: span 5;
    height:340px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.2), 
        rgba(0, 0, 0, 0.2)
      ), url('/images/1bet1/sports/banner_cross_bg.png');
    background-size: cover;
    background-position: left;
    transition: all 300ms;
    cursor: pointer;
    position: relative;
}

#sports_main_csr > .gridbox > .banner_cross:hover {
    background: url('/images/1bet1/sports/banner_cross_bg.png');
    background-size: cover;
    background-position: right;
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_cross > img.logo {
    position: absolute;
    display: block;
    left:30px;
    top:30px;
    height: 30px;
    width: auto;
}

#sports_main_csr > .gridbox > .banner_cross > .label {
    display: block;
    position: absolute;
    left:30px;
    top:80px;
    color:#989898;
    font-size:28px;
    font-weight:900;
    font-family: 'Gmarket Sans';
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_cross:hover > .label {
    color:#ffffff;
    text-shadow: 
        0px 0px 20px #82b4ff,
        0px 0px 30px #1672ff;
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_cross > .sublabel {
    display: block;
    position: absolute;
    left:30px;
    top:120px;
    color:#989898;
    font-size:15px;
    font-weight:500;
    font-family: 'Gmarket Sans';
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_cross > .btn_more {
    display: block;
    font-size:16px;
    line-height:30px;
    font-weight: 600;
    color:#888888;
    height:30px;
    cursor: pointer;
    position: absolute;
    right:30px;
    bottom:30px;
	overflow:hidden;
}

#sports_main_csr > .gridbox > .banner_cross > .btn_more > span {
    color:#888888;
    font-size:16px;
    font-weight: 900;
    line-height:30px;
    height:30px;
}

#sports_main_csr > .gridbox > .banner_cross:hover > .sublabel {
    color:#efefef;
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_cross > .calendar {
    position: absolute;
    display: block;
    bottom:30px;
    left:30px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.3), 
        rgba(0, 0, 0, 0.5)
      ), url('/images/1bet1/sports/banner_cross_calendar.png');
    width:109px;
    height:76px;
    padding-top:25px;
    line-height:44px;
    text-align: center;
    font-size: 18px;
}

#sports_main_csr > .gridbox > .banner_cross > .calendar > span {
    color : #ef7c00;
    font-weight:600;
}

#sports_main_csr > .gridbox > .cross_list {
    grid-row: span 2;
    grid-column: span 15;
    height:340px;
    background: #070a0f;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sports_main_csr > .gridbox > .cross_list::-webkit-scrollbar {
    width:8px;
}

#sports_main_csr > .gridbox > .cross_list::-webkit-scrollbar-track {
    background: #141921;
}

#sports_main_csr > .gridbox > .cross_list::-webkit-scrollbar-thumb {
    background: #262b32;
}


#sports_main_csr > .gridbox > .banner_special {
    grid-row: span 1;
    grid-column: span 10;
    height:165px;
    background: url('/images/1bet1/sports/banner_special_bg.png');
    background-size: 105%;
    background-position: left;
    transition: all 300ms;
    cursor: pointer;
}

#sports_main_csr > .gridbox > .banner_special:hover {
    background: url('/images/1bet1/sports/banner_special_bg.png');
    background-size: 105%;
    background-position: right;
    transition: all 300ms;
    cursor: pointer;
}

#sports_main_csr > .gridbox > .banner_special > img.logo {
    position: absolute;
    display: block;
    left:30px;
    top:30px;
    height: 30px;
    width: auto;
}

#sports_main_csr > .gridbox > .banner_special > .label {
    display: block;
    position: absolute;
    left:30px;
    top:75px;
    color:#989898;
    font-size:28px;
    font-weight:900;
    font-family: 'Gmarket Sans';
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_special:hover > .label {
    color:#ffffff;
    text-shadow: 
        0px 0px 20px #82b4ff,
        0px 0px 30px #1672ff;
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_special > .sublabel {
    display: block;
    position: absolute;
    left:30px;
    bottom:30px;
    color:#989898;
    font-size:15px;
    font-weight:500;
    font-family: 'Gmarket Sans';
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_special > .btn_more {
    display: block;
    font-size:16px;
    line-height:30px;
    font-weight: 600;
    color:#888888;
    height:30px;
    cursor: pointer;
    position: absolute;
    right:30px;
    bottom:30px;
}

#sports_main_csr > .gridbox > .banner_special > .btn_more > span {
    color:#888888;
    font-size:16px;
    font-weight: 900;
    line-height:30px;
    height:30px;
}

#sports_main_csr > .gridbox > .banner_realtime {
    grid-row: span 1;
    grid-column: span 10;
    height:165px;
    background: url('/images/1bet1/sports/banner_realtime_bg.png');
    background-size: 105%;
    background-position: left;
    transition: all 300ms;
    cursor: pointer;
}

#sports_main_csr > .gridbox > .banner_realtime:hover {
    background: url('/images/1bet1/sports/banner_realtime_bg.png');
    background-size: 105%;
    background-position: right;
    transition: all 300ms;
    cursor: pointer;
}



#sports_main_csr > .gridbox > .banner_realtime > img.logo {
    position: absolute;
    display: block;
    left:30px;
    top:30px;
    height: 30px;
    width: auto;
}

#sports_main_csr > .gridbox > .banner_realtime > .label {
    display: block;
    position: absolute;
    left:30px;
    top:75px;
    color:#989898;
    font-size:28px;
    font-weight:900;
    font-family: 'Gmarket Sans';
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_realtime:hover > .label {
    color:#ffffff;
    text-shadow: 
        0px 0px 20px #82b4ff,
        0px 0px 30px #1672ff;
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_realtime > .sublabel {
    display: block;
    position: absolute;
    left:30px;
    bottom:30px;
    color:#989898;
    font-size:15px;
    font-weight:500;
    font-family: 'Gmarket Sans';
    transition: all 300ms;
}

#sports_main_csr > .gridbox > .banner_realtime > .btn_more {
    display: block;
    font-size:16px;
    line-height:30px;
    font-weight: 600;
    color:#888888;
    height:30px;
    cursor: pointer;
    position: absolute;
    right:30px;
    bottom:30px;
}

#sports_main_csr > .gridbox > .banner_realtime > .btn_more > span {
    color:#888888;
    font-size:16px;
    font-weight: 900;
    line-height:30px;
    height:30px;
}

/*---------------------------------------------------------
    MAIN LIVESPORTS
---------------------------------------------------------*/
#main_livesports {
    display: block;
    margin:0;
    min-width: 1400px;
    text-align: center;
    position: relative;
    margin-bottom:20px;
}

#main_livesports > .titlebox {
    display: block;
    margin:0 auto;
    text-align: left;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
    width:1400px;
}

#main_livesports > .titlebox > h3 {
    margin:0;
    padding:0;
    border:0;
    display: block;
    font-size:18px;
    color:#ffffff;
}

#main_livesports > .inner_center {
    display: block;
    margin:0 auto;
    padding:0;
    border:0;
    text-align: left;
    width:1400px;
    padding-left:20px;
    padding-right:20px;
}

#main_livesports > .gridbox {
    display: grid;
    grid-auto-flow: column;
    gap:5px;
    width:1400px;
    margin:0 auto;
    height:530px;
    text-align: left;
    padding-left:20px;
    padding-right:20px;
    grid-template: repeat(8, 1fr) / repeat(18, 1fr);
}

#main_livesports > .gridbox > .video_tab {
    display: flex;
    grid-column: span 6;
    grid-row: span 1;
    margin-left:1px;
    height:62px;
}

#main_livesports > .gridbox > .video_tab > .tabitem {
    display: flex;
    justify-content: center;
    width:100%;
    border:1px solid #313742;
    margin-left:-1px;
    background: #11141d;
    cursor:pointer;
}

#main_livesports > .gridbox > .video_tab > .tabitem:hover,
#main_livesports > .gridbox > .video_tab > .tabitem.active  {
    background: #29324b;
}

#main_livesports > .gridbox > .video_tab > .tabitem > .icon {
    object-fit: none;
    object-position: center;
}

#main_livesports > .gridbox > .video_tab > .tabitem > .label {
    height:60px;
    line-height:60px;
    margin-left:15px;
    font-size:16px;
    font-family: 'Gmarket Sans';
    padding-top:4px;
}


#main_livesports > .gridbox > .video {
    display: block;
    grid-column: span 6;
    grid-row: span 7;
    border:1px solid #313742;
    background:#000000;
    z-index:4;
    position: relative;
    margin-top:-6px;
}

#main_livesports > .gridbox > .view {
    display: grid;
    grid-auto-flow: row;
    grid-template: repeat(8,1fr) / repeat(8,1fr);
    grid-column: span 5;
    grid-row: span 8;
    border:1px solid #313742;
    background:#11141d;
    z-index:1;
    position: relative;
}

#main_livesports > .gridbox > .category {
    display: flex;
    grid-column: span 7;
    grid-row: span 1;
    border:1px solid #313742;
    background:#11141d;
    z-index:3;
    height:62px;
}

#main_livesports > .gridbox > .list {
    display: block;
    grid-column: span 7;
    grid-row: span 7;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    z-index:2;
}


#main_livesports > .gridbox {
    height:700px;
    grid-template: repeat(11, 1fr) / repeat(18, 1fr);
}

#main_livesports > .gridbox > .video_tab {
    display: flex;
    grid-column: span 9;
    grid-row: span 1;
    margin-left:1px;
}

#main_livesports > .gridbox > .video {
    grid-column: span 9;
    grid-row: span 6;
    height:auto;
}

#main_livesports > .gridbox > .view {
    grid-column: span 9;
    grid-row: span 4;
    height:263px;
}

#main_livesports > .gridbox > .category {
    grid-column: span 9;
    grid-row: span 1;
    height:62px;
}

#main_livesports > .gridbox > .list {
    grid-column: span 9;
    grid-row: span 10;
}

#main_livesports > .gridbox > .video > .video_inner {
    position: relative;
    display: block;
    height:fit-content;
}

#main_livesports > .gridbox > .view > .title {
    height:61px;
    line-height:60px;
    text-align: center;
    border-bottom:1px solid #313742;
    grid-row: span 1;
    grid-column: span 8;
    overflow: hidden;
    font-size:28px;
    font-weight:100;
}

#main_livesports > .gridbox > .view > .title > span {
    color:#ef7c00;
}

#main_livesports > .gridbox > .view > .team {
    text-align: center;
    border-bottom:1px solid #313742;
    grid-row: span 5;
    grid-column: span 4;
    overflow: hidden;
    display: block;
    position: relative;
}

#main_livesports > .gridbox > .view > .team.team_home {
    border-right:1px solid #313742;
}


#main_livesports > .gridbox > .view > .team.team_home > .team_icon {
    width:100px;
    height:100px;
    position: absolute;
    display: block;
    right:100px;
    top:50%;
    transform: translate(0, -50%);
    border-radius:50px;
    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;
}

#main_livesports > .gridbox > .view > .team.team_away > .team_icon {
    width:100px;
    height:100px;
    position: absolute;
    display: block;
    left:100px;
    top:50%;
    transform: translate(0, -50%);
    border-radius:50px;
    background:radial-gradient(#d70029 60%, #ff8da1 70%, #d70029 80%);
    border:1px solid #313742;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    object-fit: scale-down;
    padding:10px;
}

#main_livesports > .gridbox > .view > .team.team_home > .team_score {
    position: absolute;
    display: block;
    right:20px;
    top:50%;
    transform: translate(0,-50%);
    width:55px;
    margin-right:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:40px;
    font-family: 'Rajdhani';
}

#main_livesports > .gridbox > .view > .team.team_away > .team_score {
    position: absolute;
    display: block;
    left:20px;
    top:50%;
    transform: translate(0,-50%);
    width:55px;
    margin-right:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:40px;
    font-family: 'Rajdhani';
}

#main_livesports > .gridbox > .view > .team > .team_name {
    position: absolute;
    display: block;
    text-align:center;
    left:20px;
    right:20px;
    top:50%;
    margin-top:60px;
    color:#ffffff;
    font-weight:900;
    font-size:20px;
    font-family: 'Rajdhani';
}

#main_livesports > .gridbox > .view > .bet {
    display: flex;
    border-bottom:1px solid #313742;
    grid-row: span 1;
    grid-column: span 8;
    overflow: hidden;
    margin-left:-1px;
    height:100px;
    position: relative;
}

#main_livesports > .gridbox > .view > .bet > .empty {
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    font-size:16px;
}


#main_livesports > .gridbox > .view > .bet > .betgroup {
    display: block;
}

#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_winlose,
#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_handycap {
    display: block;
    width:200%;
    border-left:1px solid #313742;
}

#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_windrawlose {
    display: block;
    width:300%;
    border-left:1px solid #313742;
}

#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_overunder {
    display: block;
    width:250%;
    border-left:1px solid #313742;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_type {
    display: block;
    border-bottom:1px solid #313742;
    height:36px;
    line-height:36px;
    text-align: center;
    color:#a8a8a8;
    font-weight:600;
    font-size:14px;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list {
    display: flex;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item {
    display: block;
    width:100%;
    text-align: center;
    border-left:1px solid #313742;
    margin-left:-1px;
    height:64px;
    cursor:pointer;
    transition: all 300ms;
    border-top:2px solid transparent;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable.active,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable:hover {
    background: #29324b;
    border-top:2px solid #ef7c00;
    transition: all 300ms;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item > .label {
    display: block;
    text-align: center;
    border-bottom:1px solid #313742;
    height:32px;
    line-height: 32px;
    color:#a8a8a8;
    font-size:13px;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item > .odds {
    display: block;
    text-align: center;
    line-height: 32px;
    height:32px;
    color:#a8a8a8;
    font-size:13px;
}
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.bet_item_option {
    width:50%;
}
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item > .option {
    display: block;
    text-align: center;
    padding-top:17px;
    line-height: 15px;
    height:15px;
    color:#ef7c00;
    font-size:13px;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable.active > .label,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable:hover > .label,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable.active > .odds,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable:hover > .odds   {
    color: #ffffff;
}

#main_livesports > .gridbox > .view > .btn_betting {
    display: block;
    text-align: center;
    height:100px;
    line-height: 100px;
    grid-row: span 1;
    grid-column: span 8;
    font-weight: 600;
    font-size:28px;
    cursor:pointer;
}

#main_livesports > .gridbox > .view > .btn_betting:hover {
    background: #29324b;
    transition: all 200ms;
    color:#ffffff;
}

@media screen and (max-width: 1600px) {

    #main_livesports > .gridbox > .view > .title {
        grid-column: span 8;
        grid-row: span 1;
        order:1;
    }

    #main_livesports > .gridbox > .view > .team.team_home {
        grid-column: span 2;
        grid-row: span 3;
        order:2;
    }

    #main_livesports > .gridbox > .view > .bet {
        grid-column: span 6;
        grid-row: span 3;
        order:3;
    }

    #main_livesports > .gridbox > .view > .team.team_away {
        grid-column: span 2;
        grid-row: span 3;
        order:4;
        border-right:1px solid #313742;
    }

    #main_livesports > .gridbox > .view > .btn_betting {
        grid-column: span 6;
        grid-row: span 3;
        order:5;
    }

    #main_livesports > .gridbox > .view > .team.team_away > .team_score {
        position: absolute;
        display: block;
        right:20px;
        left:auto;
        top:50%;
        transform: translate(0,-50%);
        width:55px;
        text-align: center;
        color:#ffffff;
        font-weight:900;
        font-size:40px;
        font-family: 'Rajdhani';
    }

    #main_livesports > .gridbox > .view > .team.team_home > .team_icon {
        width:60px;
        height:60px;
        position: absolute;
        display: block;
        left:20px;
        right:auto;
        top:50%;
        transform: translate(0, -50%);
        border-radius:30px;
        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;
    }
        
    #main_livesports > .gridbox > .view > .team.team_away > .team_icon {
        width:60px;
        height:60px;
        position: absolute;
        display: block;
        left:20px;
        right:auto;
        top:50%;
        transform: translate(0, -50%);
        border-radius:30px;
        background:radial-gradient(#d70029 60%, #ff8da1 70%, #d70029 80%);
        border:1px solid #313742;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        object-fit: scale-down;
        padding:10px;
    }
}

/*���� ���� ����*/
#main_livesports > .gridbox > .view {
    display: grid;
    grid-auto-flow: row;
    grid-template: repeat(8,1fr) / repeat(8,1fr);
    grid-column: span 5;
    grid-row: span 8;
    border: 3px solid #2f3c64;
    background: #11141d;
    z-index: 1;
    position: relative;
    border-radius: 10px;
}

#main_livesports > .gridbox > .category {
    display: flex;
    grid-column: span 7;
    grid-row: span 1;
    border:1px solid #313742;
    background:#11141d;
    z-index:3;
    height:62px;
}

#main_livesports > .gridbox > .list {
    display: block;
    grid-column: span 7;
    grid-row: span 7;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    z-index:2;
}
/*@media screen and (max-width: 2150px) {*/

    #main_livesports > .gridbox {
        height:700px;
        grid-template: repeat(11, 1fr) / repeat(18, 1fr);
    }

    #main_livesports > .gridbox > .video_tab {
        display: flex;
        grid-column: span 9;
        grid-row: span 1;
        margin-left:1px;
    }

    #main_livesports > .gridbox > .video {
        grid-column: span 9;
        grid-row: span 6;
        height:auto;
    }
    
    #main_livesports > .gridbox > .view {
        grid-column: span 9;
        grid-row: span 4;
        height:263px;
    }

    #main_livesports > .gridbox > .category {
        grid-column: span 9;
        grid-row: span 1;
        height:62px;
    }
    
    #main_livesports > .gridbox > .list {
        grid-column: span 9;
        grid-row: span 10;
    }
/*}*/

#main_livesports > .gridbox > .video > .video_inner {
    position: relative;
    display: block;
    height:fit-content;
}

#main_livesports > .gridbox > .view > .title {
    height: 61px;
    line-height: 60px;
    text-align: center;
    border-bottom: 4px solid #ef7c00;
    grid-row: span 1;
    grid-column: span 8;
    overflow: hidden;
    font-size: 28px;
    font-weight: 100;
    border-radius: 10px;    
}

#main_livesports > .gridbox > .view > .title > span {
    color:#ef7c00;
}

#main_livesports > .gridbox > .view > .team {
    text-align: center;
    border-bottom: 5px solid #586e97;
    grid-row: span 5;
    grid-column: span 4;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 10px;
}

#main_livesports > .gridbox > .view > .team.team_home {
    border-right:1px solid #313742;
}


#main_livesports > .gridbox > .view > .team.team_home > .team_icon {
    width:100px;
    height:100px;
    position: absolute;
    display: block;
    right:100px;
    top:50%;
    transform: translate(0, -50%);
    border-radius:50px;
    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;
}

#main_livesports > .gridbox > .view > .team.team_away > .team_icon {
    width:100px;
    height:100px;
    position: absolute;
    display: block;
    left:100px;
    top:50%;
    transform: translate(0, -50%);
    border-radius:50px;
    background:radial-gradient(#d70029 60%, #ff8da1 70%, #d70029 80%);
    border:1px solid #313742;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    object-fit: scale-down;
    padding:10px;
}

#main_livesports > .gridbox > .view > .team.team_home > .team_score {
    position: absolute;
    display: block;
    right:20px;
    top:50%;
    transform: translate(0,-50%);
    width:55px;
    margin-right:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:40px;
    font-family: 'Rajdhani';
}

#main_livesports > .gridbox > .view > .team.team_away > .team_score {
    position: absolute;
    display: block;
    left:20px;
    top:50%;
    transform: translate(0,-50%);
    width:55px;
    margin-right:5px;
    text-align: center;
    color:#ffffff;
    font-weight:900;
    font-size:40px;
    font-family: 'Rajdhani';
}

#main_livesports > .gridbox > .view > .team > .team_name {
    position: absolute;
    display: block;
    text-align:center;
    left:20px;
    right:20px;
    top:50%;
    margin-top:60px;
    color:#ffffff;
    font-weight:900;
    font-size:20px;
    font-family: 'Rajdhani';
}

#main_livesports > .gridbox > .view > .bet {
    display: flex;
    border-bottom:1px solid #313742;
    grid-row: span 1;
    grid-column: span 8;
    overflow: hidden;
    margin-left:-1px;
    height:100px;
    position: relative;
}

#main_livesports > .gridbox > .view > .bet > .empty {
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    font-size:16px;
}


#main_livesports > .gridbox > .view > .bet > .betgroup {
    display: block;
}

#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_winlose,
#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_handycap {
    display: block;
    width:200%;
    border-left:1px solid #313742;
}

#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_windrawlose {
    display: block;
    width:300%;
    border-left:1px solid #313742;
}

#main_livesports > .gridbox > .view > .bet > .betgroup.betgroup_overunder {
    display: block;
    width:250%;
    border-left:1px solid #313742;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_type {
    display: block;
    border-bottom: 2px solid #313742;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #a8a8a8;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list {
    display: flex;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item {
    display: block;
    width:100%;
    text-align: center;
    border-left:1px solid #313742;
    margin-left:-1px;
    height:64px;
    cursor:pointer;
    transition: all 300ms;
    border-top:2px solid transparent;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable.active,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable:hover {
    background: #29324b;
    border-top:2px solid #ef7c00;
    transition: all 300ms;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item > .label {
    display: block;
    text-align: center;
    border-bottom:1px solid #313742;
    height:32px;
    line-height: 32px;
    color:#a8a8a8;
    font-size:13px;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item > .odds {
    display: block;
    text-align: center;
    line-height: 32px;
    height:32px;
    color:#a8a8a8;
    font-size:13px;
}
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.bet_item_option {
    width:50%;
}
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item > .option {
    display: block;
    text-align: center;
    padding-top:17px;
    line-height: 15px;
    height:15px;
    color:#ef7c00;
    font-size:13px;
}

#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable.active > .label,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable:hover > .label,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable.active > .odds,
#main_livesports > .gridbox > .view > .bet > .betgroup > .bet_list > .bet_item.activable:hover > .odds   {
    color: #ffffff;
}

#main_livesports > .gridbox > .view > .btn_betting {
    display: block;
    text-align: center;
    height:100px;
    line-height: 100px;
    grid-row: span 1;
    grid-column: span 8;
    font-weight: 600;
    font-size:28px;
    cursor:pointer;
}

#main_livesports > .gridbox > .view > .btn_betting:hover {
    background: #29324b;
    transition: all 200ms;
    color:#ffffff;
}
/*@media screen and (max-width: 2150px) {*/

    #main_livesports > .gridbox > .view > .title {
        grid-column: span 8;
        grid-row: span 1;
        order:1;
    }

    #main_livesports > .gridbox > .view > .team.team_home {
        grid-column: span 2;
        grid-row: span 3;
        order:2;
    }

    #main_livesports > .gridbox > .view > .bet {
        grid-column: span 6;
        grid-row: span 3;
        order:3;
    }

    #main_livesports > .gridbox > .view > .team.team_away {
        grid-column: span 2;
        grid-row: span 3;
        order:4;
        border-right:1px solid #313742;
    }

    #main_livesports > .gridbox > .view > .btn_betting {
        grid-column: span 6;
        grid-row: span 3;
        order:5;
    }

    #main_livesports > .gridbox > .view > .team.team_home > .team_score {
        position: absolute;
        display: block;
        right:15px;
        left:95px;
        top:5px;
        transform: translate(0,0);
        text-align: center;
        color:#ffffff;
        width: auto;
        font-weight:900;
        font-size:40px;
        font-family: 'Rajdhani';
    }

    #main_livesports > .gridbox > .view > .team.team_away > .team_score {
        position: absolute;
        display: block;
        right:15px;
        left:95px;
        top:5px;
        width: auto;
        transform: translate(0,0);
        text-align: center;
        color:#ffffff;
        font-weight:900;
        font-size:40px;
        font-family: 'Rajdhani';
    }

    #main_livesports > .gridbox > .view > .team.team_home > .team_icon {
        width:50px;
        height:50px;
        position: absolute;
        display: block;
        left:15px;
        right:auto;
        top:5px;
        transform: translate(0,0);
        border-radius:30px;
        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;
    }
        
    #main_livesports > .gridbox > .view > .team.team_away > .team_icon {
        width:50px;
        height:50px;
        position: absolute;
        display: block;
        left:15px;
        right:auto;
        top:5px;
        transform: translate(0, 0);
        border-radius:30px;
        background:radial-gradient(#d70029 60%, #ff8da1 70%, #d70029 80%);
        border:1px solid #313742;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        object-fit: scale-down;
        padding:10px;
    }

    #main_livesports > .gridbox > .view > .team > .team_name {
        position: absolute;
        display: block;
        text-align:center;
        left:20px;
        right:20px;
        top:auto;
        bottom:auto;
        color:#ffffff;
        font-weight:900;
        font-size:12px;
        font-family: 'Rajdhani';
    }
/*}*/

#main_livesports > .gridbox > .category > .btn_left,
#main_livesports > .gridbox > .category > .btn_right {
    display: block;
    flex-shrink: 0;
    width:30px;
    border-left:1px solid #313742;
    position:relative;
    cursor:pointer;
}

#main_livesports > .gridbox > .category > .btn_left > span,
#main_livesports > .gridbox > .category > .btn_right > span {
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%) scaleX(0.6);
    font-size:24px;
    font-weight: 600;
    color:#a8a8a8;
}

#main_livesports > .gridbox > .category > .btn_left:hover,
#main_livesports > .gridbox > .category > .btn_right:hover {
    background: #29324b;
    color:#ef7c00;
    border:1px solid #29324b;
    box-shadow: 
        0 0 10px #fff0c8,
        0 0 20px #ffc383;
    transition: all 300ms;
    animation: beat .25s infinite alternate;
}

#main_livesports > .gridbox > .category > .btn_left:hover > span,
#main_livesports > .gridbox > .category > .btn_right:hover > span {
    color:#ef7c00;
}

#main_livesports > .gridbox > .category > .btn_search {
    display: block;
    flex-shrink: 0;
    width:130px;
    border-left:1px solid #313742;
    position:relative;
    cursor:pointer;
}

#main_livesports > .gridbox > .category > .btn_search > span {
    display: block;
    position: absolute;
    right:15px;
    top:50%;
    transform: translate(0, -50%);
    font-size:16px;
    font-weight: 600;
    color:#a8a8a8;
}

#main_livesports > .gridbox > .category > .btn_search > img {
    display: block;
    position: absolute;
    margin-top:2px;
    left:15px;
    top:50%;
    transform: translate(0, -50%);
    filter: grayscale(1);
}

#main_livesports > .gridbox > .category > .btn_search:hover {
    background: #29324b;
    color:#ef7c00;
    border:1px solid #29324b;
    transition: all 300ms;
    animation: beat .25s infinite alternate;
}

#main_livesports > .gridbox > .category > .btn_search:hover > span {
    color:#ffffff;
    text-shadow: 
        0 0 5px #cfff5e,
        0 0 10px #ffb25e,
        0 0 20px #ef7c00;
}

#main_livesports > .gridbox > .category > .btn_search:hover > img {
    filter: grayscale(0);
}

#main_livesports > .gridbox > .category > .sort {
    display: block;
    list-style: none;
    flex-shrink: 0;
    width:100px;
    position:relative;
    cursor:pointer;
}

#main_livesports > .gridbox > .category > .sort > li {
    list-style: none;
    position:absolute;
    display: block;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    border-left:1px solid #313742;
    transition: all 300ms;
}

#main_livesports > .gridbox > .category > .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;
}

#main_livesports > .gridbox > .category > .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;
}

#main_livesports > .gridbox > .category > .sort > li:hover,
#main_livesports > .gridbox > .category > .sort > li.active {
    background: #29324b;
    color:#ef7c00;
    border:1px solid #29324b;
    transition: all 300ms;
    animation: beat .25s infinite alternate;
}

#main_livesports > .gridbox > .category > .sort > li:hover > span.value,
#main_livesports > .gridbox > .category > .sort > li.active > span.value {
    color:#ffffff;
    transition: all 300ms;
    text-shadow: 
    0 0 5px #cfff5e,
    0 0 10px #ffb25e,
    0 0 20px #ef7c00;
}

#main_livesports > .gridbox > .category > .sort > li:hover > span.arrow,
#main_livesports > .gridbox > .category > .sort > li.active > span.arrow {
    color:#ffffff;
    transform: translate(0, -50%) scaleY(0.7) rotate(90deg);
    transition: all 300ms;
    text-shadow: 
    0 0 5px #cfff5e,
    0 0 10px #ffb25e,
    0 0 20px #ef7c00;
}

#main_livesports > .gridbox > .category > .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;
}

#main_livesports > .gridbox > .category > .sort > li > ul > li {
    display: block;
    background:#11141d;
    height:60px;
    line-height:60px;
    border-top:1px solid #313742;
    text-align: center;
    z-index:1;
}

#main_livesports > .gridbox > .category > .sort.active > li > ul {
    display: block;
    max-height: 120px;
    height:auto;
    border:1px solid #313742;
    transition: all 300ms;
}

#main_livesports > .gridbox > .category > .sort.active > li > ul > li:hover,
#main_livesports > .gridbox > .category > .sort.active > li > ul > li.active {
    background:#344474;
}

#main_livesports > .gridbox > .category > .swipebox {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-grow: 1;
    margin-bottom:-3px;
}

#main_livesports > .gridbox > .category > .swipebox::-webkit-scrollbar {
    height:3px;
}

#main_livesports > .gridbox > .category > .swipebox::-webkit-scrollbar-track {
    background: #888888;
}

#main_livesports > .gridbox > .category > .swipebox::-webkit-scrollbar-track {
    background: #444444;
}

#main_livesports > .gridbox > .category > .swipebox > .ca_item {
    width:65px;
    flex-shrink: 0;
    overflow: hidden;
    border-right:1px solid #313742;
    display: block;
    position: relative;
    background: transparent;
    transition: background 300ms;
    cursor:pointer;
}

#main_livesports > .gridbox > .category > .swipebox > .ca_item > img {
    filter:brightness(0.6);
    position: absolute;
    display: block;
    bottom:38px;
    left:50%;
    transform: translate(-50%, 50%);
    width:20px;
    height:20px;
    object-fit: scale-down;
    object-position: center;
    transition: all 300ms;
}

#main_livesports > .gridbox > .category > .swipebox > .ca_item > span {
    position:absolute;
    bottom:8px;
    left:50%;
    transform: translate(-50%);
    color:#a8a8a8;
    font-weight:600;
    font-size:9px;
    letter-spacing: -1px;
    transition: all 300ms;
}

#main_livesports > .gridbox > .category > .swipebox > .ca_item:hover,
#main_livesports > .gridbox > .category > .swipebox > .ca_item.active {
    border-top:2px solid #ef7c00;
    background:#29324b;
    transition: background 300ms;
}

#main_livesports > .gridbox > .category > .swipebox > .ca_item:hover > img,
#main_livesports > .gridbox > .category > .swipebox > .ca_item.active > img {
    filter:brightness(1);
    transition: all 300ms;
}

#main_livesports > .gridbox > .category > .swipebox > .ca_item:hover > span,
#main_livesports > .gridbox > .category > .swipebox > .ca_item.active > span {
    color:#ffffff;
    transition: all 300ms;
}

#main_livesports > .gridbox > .list::-webkit-scrollbar {
    width:3px;
}

#main_livesports > .gridbox > .list::-webkit-scrollbar-track {
    background: #444444;
}

#main_livesports > .gridbox > .list::-webkit-scrollbar-thumb {
    background: #888888;
}

#main_livesports > .gridbox > .list > .item {
    background-color: #003e6a;
    stroke: #177099;
    background-image: url('/images/1bet1/main_livesports/list_item_bg.svg');
    margin-right:5px;
    margin-bottom:5px;
    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;
}

#main_livesports > .gridbox > .list > .item:hover {
    filter:grayscale(0) brightness(1);
    transition: all 100ms;
}

#main_livesports > .gridbox > .list > .item.active{
    filter:grayscale(0) brightness(1);
    transition: all 100ms;
}


#main_livesports > .gridbox > .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);
}

#main_livesports > .gridbox > .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%);
} 

#main_livesports > .gridbox > .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%);
}

#main_livesports > .gridbox > .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;
}

#main_livesports > .gridbox > .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;
}

#main_livesports > .gridbox > .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';
}

#main_livesports > .gridbox > .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';
}

#main_livesports > .gridbox > .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';
}

#main_livesports > .gridbox > .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;
}

#main_livesports > .gridbox > .list > .empty {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#main_livesports > .gridbox > .list > .empty > img {
    margin-bottom:15px;
}

#main_livesports > .gridbox > .list > .empty > span {
    font-size:24px;
    color:yellow;
}


/*---------------------------------------------------------
    SPORTS BETTING GAME LIST
---------------------------------------------------------*/
#sports_betting_game_list {
    display: block;
    margin-top:1px;
}

#sports_betting_game_list::-webkit-scrollbar {
    width: 3px;
}

#sports_betting_game_list::-webkit-scrollbar-track {
    background:#403f5b;
}

#sports_betting_game_list::-webkit-scrollbar-thumb {
    background:#262b32;
}

#sports_betting_game_list::-webkit-scrollbar-thumb:hover {
    background:#cccccc;
}

#sports_betting_game_list > .betting_game_item {
    display: block;
    margin-top:1px;
}

#sports_betting_game_list > .betting_game_item > .title {
    display: flex;
    background: #07172d;
    height:50px;
}

#sports_betting_game_list > .betting_game_item > .title > .nation_flag {
    display: block;
    margin-right:15px;
    height:20px;
    margin-top:15px;
    margin-bottom:15px;
    margin-left:15px;
    flex-shrink: 0;
}

#sports_betting_game_list > .betting_game_item > .title > .league_name {
    display: block;
    flex-grow: 1;
    margin-right:10px;
    line-height: 50px;
    font-size:16px;
    color:#cccccc;
}

#sports_betting_game_list > .betting_game_item > .title > .game_datetime {
    display: block;
    flex-shrink: 0;
    margin-right:20px;
    line-height: 50px;
    font-size:16px;
    color:#cccccc;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list {
    display: block;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item {
    display: flex;
    height:40px;
    margin-top:1px;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > * {
    line-height: 40px;
    font-size:14px;
    padding-left:10px;
    padding-right:10px;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .favorite {
    display: block;
    flex-shrink: 0;
    width:40px;
    background: url('/images/1bet1/sports/favorite_on.png'), #0d1d32;
    background-position: center;
    background-repeat: no-repeat;
    background-size: none;
    margin-right: 1px;
    filter: grayscale(1);
    cursor:pointer;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .favorite.active {
    filter: grayscale(0);
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .bet_type {
    display: block;
    flex-shrink: 0;
    width:80px;
    text-align: center;
    background: #0D1D32;
    margin-right: 1px;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .home {
    display: flex;
    width:100%;
    margin:0px;
    padding:0px;
    cursor: pointer;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .away {
    display: flex;
    width:100%;
    margin:0px;
    padding:0px;
    cursor: pointer;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .draw {
    display: flex;
    margin:0px;
    padding:0px;
    cursor: pointer;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .home > .home_name {
    display: block;
    width:100%;
    text-align: center;
    background: #0D1D32;
    margin-right: 1px;
    color:#959595;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .home.activable.active > .home_name,
#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .home.activable:hover > .home_name {
    background: #29324b;
    color:#ffffff;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .home > .home_odds {
    display: block;
    flex-shrink: 0;
    width:100px;
    text-align: center;
    background: #0D1D32;
    margin-right: 1px;
    color: #ffc967;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .home.activable.active > .home_odds,
#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .home.activable:hover > .home_odds  {
    background: #ef7c00;
    text-shadow: 
        0px 0px 5px #000000;
    color:#ffffff;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .draw > .draw_odds {
    display: block;
    flex-shrink: 0;
    width:100px;
    text-align: center;
    background: #08111d;
    margin-right: 1px;
    color: #ef7c00;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .draw.activable > .draw_odds {
    color: #ffc967;
    background: #0D1D32;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .draw.activable.active > .draw_odds,
#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .draw.activable:hover > .draw_odds {
    background: #ef7c00;
    text-shadow: 
        0px 0px 5px #000000;
    color:#ffffff;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .away > .away_odds {
    display: block;
    flex-shrink: 0;
    width:100px;
    text-align: center;
    background: #0D1D32;
    margin-right: 1px;
    color: #ffc967;
}


#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .away.activable.active > .away_odds,
#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .away.activable:hover > .away_odds {
    background: #ef7c00;
    text-shadow: 
        0px 0px 5px #000000;
    color:#ffffff;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .away > .away_name {
    display: block;
    width:100%;
    text-align: center;
    background: #0D1D32;
    color:#959595;
}

#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .away.active > .away_name,
#sports_betting_game_list > .betting_game_item > .betting_item_list > .betting_item > .away:hover > .away_name {
    background: #29324b;
    color:#ffffff;
}
