/* instant_game_info.template_code BA01 (템플릿:BA01) */

body.roulette_game_tpcode_BA01 .pointer {
	background-image: url(/img/template/BA01/pointer.png);
}	
body.roulette_game_tpcode_BA01 .btn_spin {
	background-image: url(/img/template/BA01/btn_start_Y_on.png);
}

/* 사다리 */
body.ladder_game_tpcode_BA01 .body_area {	
    background-size: 100% auto, cover !important;
    background-image: url(/img/template/BA01/ladder/bg2.png), url(/img/template/BA01/ladder/bg.png) !important;
    background-position: center -50px, center 0px !important;	
}
body.ladder_game_tpcode_BA01 .txt_ladder {
	content: url(/img/template/BA01/ladder/txt_ladder.png);
}
body.ladder_game_tpcode_BA01 .ladder_comment2 {
	position: relative;
	display: block; /* display: flex; */		
	padding: 20px;
	color: #fff;
	background-color: #333;
}
body.ladder_game_tpcode_BA01 .ladder_comment_info {
	color: #000;
}
body.ladder_game_tpcode_BA01 .pick_button .bt_rbg {
	background-color: #e53425 !important;
    border: 1px solid #e53425 !important;
    box-shadow: none !important;	
}
body.ladder_game_tpcode_BA01 .pick_button .bt_nnbg {
	background-color: #171512 !important;
    border: 1px solid #171512 !important;	
    box-shadow: none !important;	
}
body.ladder_game_tpcode_BA01 .ladder-scroll {
    background-color: transparent;
    border-radius: 0;
}

body.ladder_game_tpcode_BA01 .player-name {
	background-size: 70% auto !important;
	background-color: #fff !important;
	border-radius: 500px !important;
}
body.ladder_game_tpcode_BA01 .player-name.disabled:before {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 500px;
}          
