#user-container form {
    font-size: unset;
    color: unset;
    justify-content: unset;
    width: 600px;
    max-width: unset;
    padding: unset;	
}

.game-fin-time{
	right: 12px;
    top: 32px;
    padding: 4px 6px;
    border-radius: 0;
    width: 81px;
    text-align: center;
    font-size: 16px;
    background-color: #2b2e3d;
    box-shadow: inset 0px 1px 6px #000000, inset 0px 1px 5px #a3afe0;
	position:absolute;
	
}
.remaining-time{
	right:93px;
	top:28px;
}

#content-table.refresh{
	height:315px;
}

#user-container button {
	border-radius: 3px;
	color: #fff;
	background-color: #30790f;
	border-color: #30790f;
	cursor: pointer;
	font-size: 16px;
	border-style: solid;
	padding: 5px 5px;
	float: right;
}

#user-container input {
	border-radius: 5px;
	background-color: #1e1d1f;
	border-color: #3e3e3e;
	color: #d2d2d2;
	cursor: auto;
	padding: 0.3rem 1rem;
	font-size: 1.0rem;
	margin-left: 2px;
}

#user-container {
	width: calc(100% - 32px);
	text-align: -moz-center;
	text-align: -webkit-center;
	margin: 0 auto;
	padding: 16px 16px 23px;
}

#sidebar-right{
	right:0 !important;
	left:initial;
}

#user-container table {
	padding: 14px;
	border-radius: 6px;
	border: unset;
	background: unset;
	width: 100%;
	border: unset;
	margin: 0 15px;
}
#content #content-wrapper #sports-wrapper #register-container .deposit-input input:hover, #content #content-wrapper #sports-wrapper #register-container .withdraw-input input:hover, #user-container .member_infoForm .info-group.w-50 input:hover, #content #content-wrapper #sports-wrapper #register-container .deposit-input input:focus, #content #content-wrapper #sports-wrapper #register-container .withdraw-input input:focus, #user-container .member_infoForm .info-group.w-50 input:focus, #content #main-content #game-container #game-bet .allbet-container .all-bet-input:focus, #content #content-wrapper #sports-wrapper #register-container #deposit-form input:hover, #content #content-wrapper #sports-wrapper #register-container #deposit-form input:focus {
    border-color: #66abe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 9px rgb(102 216 233 / 60%);
}
#user-container .member_infoForm .userForm_label {
    width: 200px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: right;
    color: #ffffff;
}
#user-container .member_infoForm .bg-info {
    color: #555;
    background: #bdbdbd;
    width: calc(100% - 225px);
    display: inline-block;
    margin-left: 25px;
    background-color: #a0a0a0;
    border: 2px solid #ccc;
    padding: 0px 16px;
    font-size: 17px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
}
#user-container .member_infoForm .info-group {
    text-align: left;
    float: unset;
}

#user-container .member_infoForm .info-group.w-50 input {
    background: #434346;
    border-color: #3e3e3e;
    color: #ffffff;
    border: 2px solid #5c5c66;
    width: calc(100% - 225px);
    display: inline-block;
    margin-left: 25px;
    padding: 0px 16px;
    font-size: 17px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
}
#user-container td>span:first-child {
	color: #ffffff;
}


.bl-container {
	width: 40%;
	background: black;
	margin: 0 auto;
	margin-bottom:10px;;
}

.bl-container thead>tr>th {
	white-space: nowrap;
	border: 1px solid #000000;
	background: #242a2f;
	background: linear-gradient(to bottom, #252f39 0%, #001526 74%);
	padding: 6px;
}

.bl-container tbody {
	font-size: 14px;
}

.bl-container tbody>tr>td {
	text-align: -moz-center;
	text-align: -webkit-center;
}

.bl-container tbody>tr:nth-child(odd) td {}

.bl-container .bet-odds {
	background: #2a2a2a;
	border: none;
}

.bl-container .view_bet {
	background: #2a2a2a;
}

.bl-container .bet-odds .type-name span {
	font-size: 13px;
}
.bl-container tbody>tr.view_bet .match-odds.bet-odds {
    background: #3e4346 !important;
}
.bl-container .bet-odds .odds-container {
	border: none;
}

.bl-container .bet-odds .round-box.active {
	background: linear-gradient(180deg, #088BDC, #1a3d60) !important;
}

.bl-container .bet-odds .odds-container .round-box {
	width: calc(50% - 4px) !Important;
}

.bl-container .bet-odds .odds-container .round-box.threerows {
	width: calc(33.3% - 4px) !Important;
	border: 1px solid;
}
.bl-container .bet-odds .odds-container .round-box.singlerow {
	width: calc(100% - 4px) !important;
	border: 1px solid;
}

.bl-container .bet-odds .odds-container .round-box:hover {
	background-color: #3d9ac275 !important;
	box-shadow: inset 0 0 1px 1px #d6d6d6;
}

.bl-container .bet-odds .odds-container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding: 0px;
	margin: 0px;
}

.bl-container .bet-odds .odds-container .round-box {
	background: linear-gradient(180deg, #2D353C, #222);
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	font-weight: 500;
	padding: 0 4px;
	margin: 2px;
	color: #f7f7f7;
	border: 1px solid #000;
}

.bl-container .bet-odds .round-box.active {
	background: linear-gradient(180deg, #088BDC, #1a3d60);
}

.bl-container .bet-odds .odds-container .round-box {
	background: linear-gradient(180deg, #2D353C, #222);
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	font-weight: 500;
	padding: 0 4px;
	margin: 2px;
	color: #f7f7f7;
	border: 1px solid #000;
}
.snip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-only {
	display:block;
}
.mobile-only {
	display:none;
}

.board-topfix{
	color: white;
	background: rgb(67 23 129) !important;
}

/* .bg_spon{ */
	/* background-image: url(/image/main/def/sports.png); */
    /* background-size: 100%;	 */
/* } */
/* .bg_caon{ */
	/* background-image: url(/image/main/def/casino1.png); */
    /* background-size: 100%;	 */
/* } */
/* .bg_minion{ */
	/* background-image: url(/image/main/def/minigame.png); */
    /* background-size: 100%;	 */
/* } */
/* .bg_liveon{ */
	/* background-image: url(/image/main/def/livesport.png); */
    /* background-size: 100%;	 */
/* } */
/* .bg_virtualon{ */
	/* background-image: url(/image/main/def/btn_virtual.jpg); */
    /* background-size: 100%;	 */
/* } */

.bg_spon ,
.bg_caon ,
.bg_minion ,
.bg_liveon,
.bg_virtualon {
 background:none;
}

.m_box_warp{
	border:1px solid #8743f1; 
	background:unset;    
	border-radius:5px; 
	width: 100%; 
	/* height: 0; */
	/* padding-bottom: 66%;  */
	overflow: hidden;
}
.m_main_txt{
	color: #1a1612;
}



.bg_spon .m_main_txt{
	/* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-top: 5%; */
    /* padding-bottom: 13%; */
    /* text-align: left; */
    /* padding-left: 20px; */
    font-size: 2vw;
}
.bg_spon .m_sub_txt{
    /* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-bottom: 7%; */
    /* text-align: left; */
    font-size: 0.8vw;
    /* padding-left: 78px; */
}
.bg_spon .m_sub_icon{
	/* width: 100%; */
	/* height: 0; */
	/* margin: auto; */
	/* padding-bottom: 20%; */
	/* text-align: right; */
	font-size: 4vw;
}

.bg_caon .m_main_txt{
	/* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-top: 5%; */
    /* padding-bottom: 13%; */
    /* text-align: left; */
    /* padding-left: 20px; */
    font-size: 2vw;
}
.bg_caon .m_sub_txt{
    /* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-bottom: 20%; */
    /* text-align: left; */
    font-size: 0.8vw;
    /* padding-left: 78px; */
}
.bg_caon .m_sub_icon{
	/* width: 100%; */
	/* height: 0; */
	/* margin: auto; */
	/* padding-bottom: 20%; */
	/* text-align: right; */
	font-size: 5vw;
}

.bg_minion .m_main_txt{
    /* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-top: 5%; */
    /* padding-bottom: 13%; */
    /* text-align: left; */
    /* padding-left: 20px; */
    font-size: 2vw;
}
.bg_minion .m_sub_txt{
	/* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-bottom: 7%; */
    /* text-align: left; */
    font-size: 0.8vw;
    /* padding-left: 93px; */
}
.bg_minion .m_sub_icon{
	/* width: 100%; */
	/* height: 0; */
	/* margin: auto; */
	/* padding-bottom: 20%; */
	/* text-align: right; */
	font-size: 4vw;
}
.bg_liveon .m_main_txt{
    /* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-top: 5%; */
    /* padding-bottom: 14%; */
    /* text-align: left; */
    /* padding-left: 21px; */
    font-size: 2vw;
}
.bg_liveon .m_sub_txt{
    /* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-bottom: 7%; */
    /* text-align: left; */
    /* font-size: 0.8vw; */
    padding-left: 62px;
}
.bg_liveon .m_sub_icon{
	/* width: 100%; */
	/* height: 0; */
	/* margin: auto; */
	/* padding-bottom: 20%; */
	/* text-align: right; */
	font-size: 4vw;
}

.bg_virtualon .m_main_txt{
    /* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-top: 5%; */
    /* padding-bottom: 14%; */
    /* text-align: left; */
    /* padding-left: 21px; */
    font-size: 2vw;
}
.bg_virtualon .m_sub_txt{
    /* width: 100%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-bottom: 9%; */
    /* text-align: left; */
    font-size: 0.8vw;
    /* padding-left: 62px; */
}
.bg_virtualon .m_sub_icon{
    /* width: 90%; */
    /* height: 0; */
    /* margin: auto; */
    /* padding-bottom: 20%; */
    /* text-align: right; */
    font-size: 4vw;
}

    .main_enter
    .m_box_warp:hover
    .m_main_txt,
.main_enter .m_box_warp:hover .m_sub_txt {
    transform: translateX(0px);
}
.main_enter .m_box_warp:hover .m_sub_icon {
    transform: translateX(0px);
	bottom:0;
	right:0;
}

.m_main_txt ,  .m_sub_txt, .m_sub_icon 
{
 position:absolute;
 z-index: 999;
}
.main_enter .m_box_warp:hover .m_sub_txt {
    top: 17px;
    right: 17px;
}

.main_enter .m_box_warp:hover .m_main_txt {
    top: 13px;
    left: 13px;
}
.m_main_txt,
.m_sub_txt {
    transform: translateX(-100%);
    transition: all 0.4s ease-out;
}
.m_sub_icon {
    transform: translateX(100%);
    transition: all 0.4s ease-out;
    bottom: 0;
    right: 0;
}

.main_enter .m_box_warp {
    background: unset;
	position:relative;
	z-index:3;
}
.main_enter .m_box_warp:hover {
    background: #000000d1;
    background-image: linear-gradient(
        to bottom,
        rgb(0 0 0 / 37%),
        rgb(155 155 155 / 16%) 49%,
        rgb(255 255 255 / 15%) 51%,
        rgb(255 255 255 / 5%)
    );
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.main_enter .m_box_warp:hover:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0.7;
}

.m_box_warp .bg-cover-img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.main_enter .m_box_warp:hover .m_main_txt, 
.main_enter .m_box_warp:hover .m_sub_txt ,
.main_enter .m_box_warp:hover .m_sub_icon {
	z-index: 6;	
	position:absolute;
}


.main_enter .m_box_warp:not(:has(img)) {

}
.main_enter .m_box_warp:not(:has(img)) .m_main_txt,
.main_enter .m_box_warp:not(:has(img)) .m_sub_txt,
.main_enter .m_box_warp:not(:has(img)) .m_sub_icon{
	
}
.main_enter .bg_spon .m_box_warp:not(:has(img)){
	 background-image: url(/image/main/def/sports.png?v=02);
	background-size: 100%;
	}
.main_enter .bg_caon .m_box_warp:not(:has(img)){ 
	 background-image: url(/image/main/def/casino1.png?v=02); 
     background-size: 100%;	 
 }
.main_enter .bg_minion .m_box_warp:not(:has(img)){ 
	 background-image: url(/image/main/def/minigame.png?v=02); 
     background-size: 100%;	 
 } 
.main_enter .bg_liveon .m_box_warp:not(:has(img)){
	 background-image: url(/image/main/def/livesport.png?v=02);
	 background-size: 100%;
	 background-repeat: no-repeat;
	} 
.main_enter .bg_virtualon .m_box_warp:not(:has(img)){ 
	 background-image: url(/image/main/def/btn_virtual.png?v=02); 
     background-size: 100%;	
 } 
 
 .main_enter .bg_caon .m_box_warp[ref*="slot"]:not(:has(img)){ 
	 background-image: url(/image/main/def/slot1.png?v=02); 
     background-size: 100%;	
 } 
.main_enter .bg_spon .m_box_warp:not(:has(img)) , .main_enter .bg_caon .m_box_warp:not(:has(img)) , .main_enter .bg_minion .m_box_warp:not(:has(img)) , .main_enter .bg_liveon .m_box_warp:not(:has(img)) , .main_enter .bg_virtualon .m_box_warp:not(:has(img)) {
    padding-bottom: 66%;
}


@media only screen and (min-width: 1501px)  {
	.main_event .event_height .swiper-slide img {
	/*height:306px;	*/
	height: 19vw;
	}
}
@media only screen and (max-width: 1500px)  {
	#content-table.refresh ,
	#content-table.refresh .cashflowlive-box .bank-table {
		height: 280px;height: 19.35vw;
	}
	.main_event .event_height .swiper-slide img { height:19vw; width:100%}

.cs_wrap .swiper-slide > div.low-menu img {
    height: calc(140px - 7.2px);
}

}
@media only screen and (max-width: 1280px)  {
	
    .bg_caon .m_main_txt ,
	.bg_virtualon .m_main_txt ,
	.bg_minion .m_main_txt ,
	.bg_liveon .m_main_txt ,
	.bg_spon .m_main_txt {
		padding-bottom: 6%;
		font-size: 20px;
	}
	
	.m_sub_txt {
		font-size: 16px !important;
		margin-top: 6px !important;
	}
	
	
}
@media only screen and (max-width: 1080px)  {
	/* For landscape layouts only */
  	#sidebar-right {
		right: -300px !important;
		left: initial;
	}
	#betslip-icon {
		display: block !important;
	}
	#sidebar-right.cart_toggle{
		right:0px !important;
	}
	  	 #topmenu #top_pc .container-fluid {
	padding-right: 15%;
	}
	
	
}
@media screen 
and (min-width: 627px) 
and (max-width: 1650px) 
and (-webkit-min-device-pixel-ratio: 1) {


 #topmenu #top_pc .container-fluid {

	}

	#sidebar-right {
		/* right: -300px !important; */
		left: initial;
	}  
	#sidebar-right.cart_toggle {
		right: 0 !important;
	}
	#sidebar {
		/* width: 50px; */
		z-index: 2008;
	}
	#sidebar-hamburg-blue2 {
		display: block;
	}
	.page-with-two-sidebar .content {
		/* margin-right: 5px; */
		/* margin-left: 50px; */
		transition: all 0.5s ease-out 0s;
	}
	#mini_wrap #game-frame ,
	.table_tittle , .left.analysiscon {
    float: unset;
    width: 100% !important;
	display: block;
    /* text-align: center; */
}
	#game-bet.pball_frame {
    width: calc(100% - 0px);
    float: left;
}

.nav-tabs {position: initial;text-align: left;}

#mini_wrap #game-frame .nav-tabs .btn-link {
    display: inline-block;
}


#mini_wrap #game-frame .nav-tabs .btn-link .scope {
    border-radius: 3px;
}


	
	#betslip-icon img {
		/* height: 70px; */
		/* width: 79px; */
		filter: brightness(2.5) grayscale(1);
	}
	.top-menu-in {
		margin-left: 0;
		margin-right: 0;
	}

	#game-bet {

    width: 100% !important;
	margin-top: 8px !important;
	}
	
	#mini_wrap #game-frame.eos_frame {
    height: 770.398px !important;
}
	#mini_wrap #game-frame.eos_frame iframe {
    /* height: 584px !important; */
}
	
	#mini_wrap #game-frame ._view_rules {
		position: absolute;
		top: 100px;
		right: 20px;	
	}
}

@media screen 
and (min-width: 627px) 
and (max-width: 1080px) 
and (-webkit-min-device-pixel-ratio: 1) {
	.body-scroll {
		height: calc(100vh - 121px);
    }	

	#betslip-icon {
		 display: block !important; 
	}
}

#user-container .member_infoForm .right.info-group.w-50 {
	margin-right: 0;
}


.chrome_link {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: flex;
flex-direction: row;
align-items: center;
background: #000000;
background: #000000cc;
width: 100%;
height: 55px;
padding: 0 20px;
}
#chrome-topclose {
color: #000a12;
background: linear-gradient(90deg,#ffa000,#ffff7b);
appearance: none;
outline: none;
border: none;
border-radius: 25px;
padding: 5px 13px;
font-weight: 700;
}

@media (min-width:769px) {
.chrome_link {
justify-content: center;
left: 50%;
width: 30%;
transform: translateX(-50%);
border-radius: 0 0 25px 25px;
}	
}
@media (max-width:768px) {
.chrome_link {
justify-content: space-between;	
}	
}


img[alt*="banner_sidebar"] {
    width: 100%;
}




#user-container .member_infoForm .info-group.w-50 select {
    background: #424245;
    border-color: #3e3e3e;
    color: #ffffff;
    border: 2px solid #5c5c66;
    width: calc(100% - 225px);
    display: inline-block;
    margin-left: 21px;
    padding: 0px 16px;
    font-size: 17px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
}



