*:not(textarea):not(.hex.seletable)::selection{
	background-color: transparent !important;
	color: #000;
}


button:focus {outline:0;}

.mCSB_scrollTools{
	z-index: 4;
	transform: scaleY(0.7);
}
.mCSB_inside > .mCSB_container {
	margin-right: 15px;
	margin-left: 15px;
}

.practice-lightbox-view{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	white-space: nowrap;
	z-index: 10;
	transition: 400ms opacity ease;
	opacity: 0;
	pointer-events: none;
}

.practice-lightbox-view.active{
	opacity: 1;
	pointer-events: auto;
}

.practice-lightbox-view .bg{
	width: 140%;
	height: 140%;
	position: absolute;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.8);
	top: -20%;
	left: -20%;
}

.practice-lightbox-view .practice-lightbox-container{
	width: 960px;
	height: 680px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -340px;
	overflow: hidden;
	background-color: #fff;
}

.practice-lightbox-view.active .practice-lightbox-container{
	transform: translateY(0px);
	transition: 600ms all cubic-bezier(0.6,0,0.2,1);
	transition-delay: 200ms;
	opacity: 1;
	overflow: hidden;
}

.practice-lightbox-view .practice-lightbox-container .light-type{
/* 	width: 1000px; */
}

.practice-lightbox-view .cancel-btn{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.practice-lightbox-view .cancel-btn:before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	top: 20px;
	left: 0px;
	position: absolute;
	transform: rotate(45deg);
}

.practice-lightbox-view  .cancel-btn:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	top: 20px;
	left: 0px;
	position: absolute;
	transform: rotate(-45deg);
}

.practice-lightbox-view .practice-lightbox-container .light-type .inner-content{
	width: 100%;
}

.practice-lightbox-view .practice-lightbox-container .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}


.practice-lightbox-view  .inner-content{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}



.practice-lightbox-view .practice_game_content{
	float: left;
	width: 100%;
	position: relative;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.practice-lightbox-view .practice_game_content.active{
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}

.practice-lightbox-view .practice_game_content #practice_header{
	float: left;
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #231f20;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_title{
	width: 100%;
	float: left;
	margin-top: 32px;
	margin-bottom: 10px;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_title h1{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps{
	width: 100%;
	float: left;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps ul{
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps .step{
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	z-index: 1;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps .step:after{
	content: '';
	width: 66px;
	height: 7px;
	background-color: #d1d2d4;
	position: absolute;
	top: 8px;
	left: 50%;
	z-index: -1;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps .step:last-child:after{
	display: none;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps .step .num{
	text-align: center;
	background-color: #9d9fa1;
	color: #fff;
	display: block;
	font-size: 14px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 25px;
	z-index: 3;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps .step.active .num{
	font-size: 23px;
	background-color: #4c4c4e;
	width: 42px;
	height: 42px;
	line-height: 36px;
	border-radius: 42px;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps .step .label{
	font-size: 12px;
	text-align: center;
	color: #939597;
	z-index: 3;
}

.practice-lightbox-view .practice_game_content #practice_header #practice_steps .step.active .label{
	display: none;
}

.practice-lightbox-view .practice_game_content #practice_content{
	float: left;
	width: 100%;
	height: 530px;
	position: relative;
}

.practice-lightbox-view .practice_game_content #practice_content #navigation_left{
	width: 30px;
	height: 52px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -46px;
	z-index: 3;
	background-image: url(../../../img/practice/left_arrow.svg);
	cursor: pointer;
	transition: all 600ms ease;
}

.practice-lightbox-view .practice_game_content #practice_content #navigation_right{
	width: 30px;
	height: 52px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -46px;
	z-index: 3;
	background-image: url(../../../img/practice/right_arrow.svg);
	cursor: pointer;
	transition: all 600ms ease;
}

.practice-lightbox-view .practice_game_content #practice_content #navigation_left.disactive,
.practice-lightbox-view .practice_game_content #practice_content #navigation_right.disactive{
	opacity: 0.4;
}

.practice-lightbox-view .practice_game_content #practice_content .step_game{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 6px 45px 50px 45px;
	box-sizing: border-box;
	opacity: 0;
	pointer-events: none;
	transition: all 600ms ease;
}

.practice-lightbox-view .practice_game_content #practice_content .step_game.active{
	opacity: 1;
	pointer-events: auto;
}


.practice-lightbox-view .practice_game_content #practice_tools_bar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;
}

.practice-lightbox-view .practice_game_content #practice_tools_bar .basic_bar{
	width: 100%;
	height: 48px;
	background-color: #e6e7e8;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.practice-lightbox-view .practice_game_content #practice_tools_bar #color_tickets{
	width: 320px;
	height: 82px;
	position: absolute;
	left: 50%;
	bottom: 26px;
	margin-left: -160px;
	z-index: 91;
}

.practice-lightbox-view .practice_game_content .box_color_style{
	width: 65px;
	height: 85px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	position: absolute;
}

.practice-lightbox-view .practice_game_content .box_color_style .color{
	height: 60px;
	width: 100%;
	float: left;
	position: relative;
}

.practice-lightbox-view .practice_game_content .box_color_style .hex{
	height: 25px;
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #58585b;
	text-align: center;
}

.practice-lightbox-view .practice_game_content  .circle_color_style{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	z-index: 9999 !important;
}

.practice-lightbox-view .practice_game_content  .circle_color_style .color_wrap{
	width: 100%;
	height: 100%;
	display: block;
}

.practice-lightbox-view .practice_game_content  .circle_color_style .color{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	display: block;
}

.practice-lightbox-view .practice_game_content .box_color_style#refresh_btn{
	right: -120px;
}

.practice-lightbox-view .practice_game_content .box_color_style#refresh_btn .icon{
	width: 28px;
	height: 33px;
	background-image: url(../../../img/practice/refresh_icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	margin-top: -16px;
}

.practice-lightbox-view .practice_game_content .box_color_style#check_color_btn{
	right: -120px;
}

.practice-lightbox-view .practice_game_content .box_color_style#check_color_btn .icon{
	width: 41px;
	height: 42px;
	background-image: url(../../../img/practice/check_color_icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}



.practice-lightbox-view .practice_game_content #practice_tools_bar #element_tickets{
	width: 350px;
	height: 82px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -175px;
	z-index: 91;
}

.practice-lightbox-view .practice_game_content .box_element_style{
	width: 75px;
	height: 75px;
	left: 0px;
	cursor: pointer;
	position: absolute;
	background-color: #fff;
}

.practice-lightbox-view #element_tickets .box_element_style{
	margin-left: 3px;
	margin-right: 3px;
}

.practice-lightbox-view #element_tickets .box_element_style.element_1{
	left: 89px;
}

.practice-lightbox-view #element_tickets .box_element_style.element_2{
	left: 178px;
}

.practice-lightbox-view #element_tickets .box_element_style.element_3{
	left: 267px;
}

.practice-lightbox-view .practice_game_content .box_element_style .num{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	font-size: 40px;
	color: #999999;
	line-height: 75px;
	text-align: center;
	font-weight: bold;
	z-index: 3;
	opacity: 1;
	transition: all 400ms ease;
}

.practice-lightbox-view .practice_game_content .box_element_style .svg{
	width: 100%;
	height: 100%;
}

.practice-lightbox-view .practice_game_content .box_element_style .box{
	opacity: 1;
	transition: all 400ms ease;
}



.color_card_style{
	width: 100%;
	height: 40px;
	float: left;
	margin: 0 auto;
	border-radius: 40px;
	overflow: hidden;
	display: block;
	padding-right: 75px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.color_card_style .color_card_style_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	border: 1px solid #231f20;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 2;
}

.color_card_style .color_card_wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.color_card_style .color_card_wrap .color_line{
	float: left;
	height: 100%;
	z-index: 2;
}

.color_card_style .color_card_wrap .color_line.color_5{
	position: absolute;
	right: 0px;
	z-index: 1;
}





.pratice_first_page{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	z-index: 99;
}

.pratice_first_page .pratice_first_page_wrap{
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.pratice_first_page .pratice_first_page_inner{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.pratice_first_page h1{
	font-size: 40px;
	color: #000;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pratice_first_page h2{
	font-size: 24px;
	color: #000;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;
}

.pratice_first_page hr{
	width: 80px;
	margin-bottom: 30px;
	border-top: 2px solid #000;
}

.pratice_first_page p{
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
}

.pratice_first_page .intro{
	width: 480px;
	margin: 0 auto;
	height: 200px;
}

.pratice_first_page .start_btn{
	font-size: 20px;
	text-align: center;
	width: 250px;
	padding: 10px 10px;
	background-color: #c2c2c2;
	color: #000;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
	transition: 400ms all ease;
	letter-spacing: 0.2em;
}




#color_pencil{
	position: absolute;
	z-index: 9999 !important;
	width: 55px;
	height: 55px;
	margin-top: -57px;
	margin-left: 3px;
	display: none;
}


#shotForSaveImg{
	width: 100%;
	height: 100%;
	position: fixed;
	transform-origin: left top;
	background-color: #DEDDDD;
	display: none;
}