* {
	padding: 0;
	margin: 0;
}

:root {
  touch-action: pan-x pan-y;
  height: 100%;
  width: 100%;
}

.no_events {
	pointer-events: none;
}

.mobile_only {
	display: none;
}

.desktop_only {
	display: block;
}

.desktop_only_soft {
	visibility: hidden;
}

body {
	/*background-color: #06080a;*/
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	overscroll-behavior-y: contain;
	overscroll-behavior-x: contain;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	overflow-x: hidden;
}

canvas#main_canvas, canvas#base_canvas {
	transform: scale(1);
	position: fixed;
	top: 0;
	left: 0;
}

canvas#main_canvas {
	z-index: -1;
}

canvas#base_canvas {

}

a {
	color: rgba(133, 186, 234, 1);
	text-decoration: none;
}

h1.page_head {
	font-size: 40px;
	color: ;
	width: 68%;
	margin-left: 16%;
	margin-top: 20vh;
	color: rgba(242, 246, 250, 1);
	font-weight: 500;
}

code {
	color: rgba(137, 146, 156, 0.86);
}

.highlight {
	color: rgba(242, 246, 250, 0.92);
}

.lowlight {
	color: rgba(242, 246, 250, 0.55) !important;
}

.lowlightish {
	color: rgba(242, 246, 250, 0.69);
}

#editor_container {
	background-color: transparent;
	/* backdrop-filter: blur(0px); */
	/* -webkit-backdrop-filter: blur(0px); */
	height: calc(100% - 92px);
	width: 800px;
	position: relative;
	/* position: fixed;
	top: 100px;
	left: 16px;
	transform-origin: left top;
    transform: translate(10vw, 50vh) scale(1.3);*/
	z-index: 1000;
}

div.tutorial_editor {
	/* top: calc(300px + 24vh) !important;*/
}

#editor {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#update_switch_wrapper {
	position: fixed;
	bottom: 28px;
	left: 28px;
	z-index: 9998;
	pointer-events: none;
	display: none;
}

.update_switch_wrapper_real {
	bottom: 20px !important;
	left: 20px !important;
}

#update_code {
	width: 212px;
	height: 67px;
	background-color: rgba(42, 46, 78, 1);
	line-height: 67px;
	border-radius: 12px;
	cursor: pointer;
	display: block;
	z-index: 2000;
	float: left;
	pointer-events: auto;
	/*transform-origin: top left;
	transform: translate(10vw, -20vh);*/
}

.update_code_real {
	width: 140px !important;
	height: 44px !important;
	line-height: 43px !important;
}

#update_code span {
	font-size: 13px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.86);
	letter-spacing: 1px;
	text-align: center;
	display: block;
	padding-top: 1px;
}

#shortcut_info {
	width: 200px;
	height: 67px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: rgba(242, 246, 250, 0.49);
	line-height: 67px;
	float: left;
	margin-left: 16px;
}

.shortcut_info_real {
	width: 80px !important;
	height: 44px !important;
	line-height: 44px !important;
}

#send_intro {
	color: rgba(242, 246, 250, 0.69);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.5px;
}

#get_in {
	display: none;
	color: #0f0;
}

input:focus {
	outline: none;
}

.par_highlight {
	color: rgba(242, 246, 250, 0.89);
}

#game_hover {
	position: fixed;
	bottom: 800px;
	left: 800px;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	color: rgba(242, 246, 250, 0.89);
	pointer-events: none;
	opacity: 0;
}

.spirit_id, .spirit_energy, .base_id, .base_energy, .star_id, .under_attack, .star_energy, .outpost_control, .outpost_energy, .pylon_control, .pylon_energy {
	display: block;
	max-width: 160px;
}

.star_id {
	font-size:16px;
}

.star_energy {
	font-size:12px;
}

.new_when {
	color: rgba(242, 246, 250, 0.49);
}

.under_attack {
	color: rgba(255, 182, 182, 0.89);
}

#game_info_panel {
	position: fixed;
	bottom: 20px;
	right: 116px;
	height: 36px;
	line-height: 36px;
	width: 320px;
	display: none;
}

#game_info_panel_in {
	position: absolute;
	right: 0;
}

#info_player1_shape, #info_player2_shape {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 4px;
}

#info_player1_shape span, #info_player2_shape span {
/*	width: 12px;
	height: 12px; */
}



#info_player2_shape {
	margin-left: 20px;
}

#info_player1_name, #info_player2_name {
	font-size: 12px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.72);
	float: left;
}

#resign_game {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 75px;
	height: 36px;
	line-height: 36px;
	background-color: rgba(58, 40, 38, 0.69);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(234, 133, 133, 0.69);
	cursor: pointer;
	z-index: 9999;
	display: none;
}

#pre_resign_btn:hover, #resign_btn:hover {
	color: rgba(234, 133, 133, 0.89);
}

.resign_lbl {
	width: 75px;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
}

.cancel_lbl {
	width: 58px;
	display: block;
	text-align: center;
	position: absolute;
	right: 16px;
	color: rgba(242, 246, 250, 1);
	display: none;
	line-height: 44px;
	opacity: 0;
}

#resign_btn {
	display: none;
	width: auto;
	margin-left: 16px;
	line-height: 44px;
	opacity: 0;
}

.you_sure_lbl {
	position: absolute;
	top: -36px;
	left: 0;
	color: rgba(242, 246, 250, 0.72);
	font-size: 12px;
	width: 260px;
	display: block;
	white-space: nowrap;
	opacity: 0;
}


/* ----- Header area ----- */

#hector {
	position: fixed;
	top: 0;
	z-index: 2000;
	width: 100%;
}

h1#logo {
	font-size: 18px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
	margin-left: 40px;
	margin-top: 16px;
	line-height: 44px;
}

#logo a {
	color: rgba(242, 246, 250, 1);
}

.logo_lowlight, .resume_lowlight {
	color: rgba(242, 246, 250, 0.32) !important;
}

.menu {
	text-align: right;
	position: absolute;
	right: 16px;
	top: 16px;
}

.menu .menu_link {
	font-weight: 500;
	font-size: 14px;
	line-height: 44px;
	display: block;
	float: left;
	margin-left: 36px;
	cursor: pointer;
}

.menu_link {
	color: rgba(242, 246, 250, 0.69);
}

.menu_line {
	display: block;
    float: left;
    width: 1px;
    height: 40px;
    background-color: rgba(242, 246, 250, 0.12);
    margin-left: 30px;
}

.line2 {
	margin-left: 4px;
    margin-right: 24px;
}

#resign_game_menu {
	display: inline-block;
	line-height: 44px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 176, 181, 0.89);
	cursor: pointer;
	z-index: 9999;
	float: left;
	margin-left: 36px;
	position: relative;
	width: 60px;
	height: 44px;
}

#resign_game_menu #resign_btn {
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

#resign_game_menu #cancel_resign_btn {
	pointer-events: none;
}

#resign_game_menu span.resign_lbl {
	white-space: nowrap;
	text-align: left;
	width: auto;
	display: inline-block;
}

#resign_game_menu span.cancel_lbl {
	position: absolute;
	top: 0;
	left: -64px;
	text-align: left;
	display: inline-block;
	color: rgba(242, 246, 250, 0.69);
}

#profile_links {
	position: fixed;
	top: 30px;
	right: 40px;
	z-index: 20000;
	opacity: 0;
	pointer-events: none;
	height: 100%;
	overflow: scroll;
	width: 100%;
}

.profile_link {
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	text-align: right;
	color: rgba(242, 246, 250, 1);
	cursor: pointer;
	display: block;
}

.acc_info {
	font-weight: 500;
	font-size: 13px;
	color: rgba(216, 232, 251, 0.69);
	display: block;
	text-align: right;
	margin-bottom: 12px;
}

#acc_info_name {
	color: rgba(216, 232, 251, 0.45);
}

#log_out {
	color: rgba(251, 216, 216, 0.8);
}

.new_acc {
	color: rgba(169, 212, 255, 1);
}

#new_account_wrap, #login_wrap, #preferences_wrap {
	color: rgba(242, 246, 250, 0.55);
	font-size: 14px;
	position: absolute;
	top: 60px;
	z-index: 20000;
	opacity: 0;
	display: none;
}

#preferences_wrap {
/*	opacity: 1; */
/*	display: block; */
}


	/* ----- Preferences ----- */


	#acc_basics {
		position: fixed;
		bottom: 40px;
		right: 40px;
		z-index: 9;
	}
	
	.basics_bg {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 300px;
		height: 300px;
		background: rgb(0,0,0);
		background: linear-gradient(133deg, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
		z-index: -1;
		pointer-events: none;
	}

	#audio_settings {
		position: absolute;
		top: 0;
		right: 0;
		height: 42px;
	}
	
	#language_settings {
		position: absolute;
		top: 0;
		right: 400px;
		height: 42px;
		white-space: nowrap;
	}
	
	#modules_section {
		float: right;
		clear: both;
	}
	
	.pref_slider_item {
		width: 160px;
		height: 42px;
		background-color: rgba(29, 29, 33, 0.9);
		float: right;
		margin-left: 12px;
		position: relative;
		border-radius: 12px;
	}
	
	.slider_value {
		width: 50%;
		height: 42px;
		border-radius: 12px 4px 4px 12px;
		background-color: rgba(95, 90, 126, 0.9);
	}
	
	
	
	.set_label, .set_value {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 14px;
		font-weight: 500;
		color: rgba(242, 246, 250, 1);
		line-height: 41px;
		display: inline-block;
		padding: 0px 0px 1px 20px;
	}
	
	.set_label {
		left: 0px;
	}
	
	.set_value {
		right: 16px;
		color: rgba(242, 246, 250, 0.49);
	}
	
	.pref_section_label {
		letter-spacing: 1px;
		font-size: 12px;
		font-weight: 500;
		text-align: right;
		clear: both;
		margin-top: 52px;
		margin-bottom: 20px;
		display: inline-block;
		color: rgba(242, 246, 250, 0.48);
		float: right;
	}
	
	.lang_chip {
		display: inline-block;
		background-color: rgba(29, 29, 33, 0.9);
		padding: 0px 20px 1px 20px;
		margin-right: 8px;
		border-radius: 12px;
		font-size: 14px;
		font-weight: 500;
		line-height: 41px;
		color: rgba(242, 246, 250, 0.72);
		cursor: pointer;
	}
	
	.lang_chip:hover {
		background-color: rgba(39, 39, 43, 0.96);
	}
	
	#language_settings div.lang_on {
		background-color: rgba(70, 74, 105, 0.96);
		color: rgba(242, 246, 250, 0.96);
	}
	
	.module_card, .module_card_mine {
		border-radius: 20px;
		background-color: rgba(29, 29, 33, 0.9);
		width: 248px;
		height: 280px;
		position: relative;
		float: right;
		margin-left: 16px;
		margin-bottom: 16px;
		cursor: pointer;
	}
	
	.module_card_mine {
		height: 136px;
		transition: 0.3s ease-out;
	}
	
	.module_card_bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		transition: 0.4s ease-out;
	}
	
	#bg_mdl_code-editor {
		background: rgb(59,19,20);
		background: linear-gradient(222deg, rgba(20,13,56,1) 0%, rgba(38,25,36,1) 86%);
	}
	
	#bg_mdl_manual-ui {
		background: rgb(28,44,42);
		background: linear-gradient(222deg, rgba(28,44,42,1) 0%, rgba(26,26,39,1) 86%);
	}
	
	#bg_mdl_basic-info-graphs {
		background: rgb(59,19,20);
		background: linear-gradient(222deg, rgba(55,25,25,1) 0%, rgba(26,26,39,1) 86%);
	}
	
	#bg_mdl_mine {
		background: rgb(81,94,104);
		background: linear-gradient(222deg, rgba(81,94,104,1) 0%, rgba(28,22,34,1) 100%);
	}
	
	.module_on .module_card_bg {
		opacity: 1;
		transition: 0.3s ease-out;
	}
	
	.module_off .module_card_bg {
		opacity: 0;
		transition: 0.3s ease-out;
	}
	
	.module_main_tag {
		position: absolute;
		top: 24px;
		left: 28px;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: rgba(242, 246, 250, 0.48);
	}
	
	.module_name {
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		position: absolute;
		top: 58px;
		left: 28px;
		width: 180px;
		pointer-events: none;
		transition: 0.2s ease-out;
	}
	
	.module_ilu {
		width: 224px;
		height: 112px;
		position: absolute;
		bottom: 28px;
		right: 0;
	}
	
	.module_desc {
		position: absolute;
		top: 68px;
		left: 28px;
		color: rgba(242, 246, 250, 0.96);
		opacity: 0;
		transition: 0.2s ease-out;
		padding-right: 26px;
	}
	
	.desc_l {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.desc_s {
		font-size: 13px;
		font-weight: 500;
		line-height: 19px;
	}
	
	.module_card:hover .module_desc {
		opacity: 1;
	}
	
	.module_card:hover .module_name, .module_card:hover .module_ilu {
		opacity: 0;
	}
	
	.module_card_mine .module_name {
		top: auto !important;
		bottom: 24px;
	}
	
	.module_toggle {
		width: 60px;
		height: 32px;
		position: absolute;
		top: 16px;
		right: 16px;
		border-radius: 32px;
		border: 1px solid rgba(242, 246, 250, 0.48);
		box-sizing: border-box;
		transition: 0.3s ease-out;
	}
	
	.the_toggle {
		position: absolute;
		top: 3px;
		width: 24px;
		height: 24px;
		border-radius: 24px;
		transition: 0.3s ease-out;
	}
	
	div.module_toggle:hover .the_toggle {
		background-color: rgba(166, 198, 247, 1);
		transition: 0.3s ease-out;
	}
	
	.module_off .module_toggle .the_toggle {
		background-color: rgba(242, 246, 250, 0.48);
		left: 3px;
		transition: 0.3s ease-out;
	}
	
	.module_on .module_toggle {
		background-color: rgba(242, 246, 250, 0.48);
		border: 1px solid rgba(242, 246, 250, 0);
		transition: 0.3s ease-out;
	}
	
	.module_on .module_toggle .the_toggle {
		background-color: rgba(242, 246, 250, 1);
		left: 32px;
		transition: 0.3s ease-out;
	}
	
	#create_new_module {
		width: 80px;
		height: 280px;
		background-color: rgba(104, 140, 194, 1);
		margin-left: 16px;
		float: right;
		border-radius: 20px;
		position: relative;
		cursor: pointer;
	}
	
	#create_new_module:hover {
		background-color: rgba(124, 160, 232, 1);
	}
	
	.ico_new_module {
		width: 24px;
		height: 24px;
		background: url('./asset/ico_plus.png') no-repeat scroll;
		background-size: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		pointer-events: none;
	}
	
	.new_module_label {
		font-size: 13px;
		font-weight: 500;
		text-align: center;
		width: 80px;
		position: absolute;
		bottom: 20px;
		color: rgba(246, 250, 255, 1);
		pointer-events: none;
	}
	
	#modules_section_mine {
		clear: both;
		float: right;
		margin-top: 24px;
	}
	
	.module_options {
		position: absolute;
		top: 18px;
		left: 18px;
	}
	
	.module_options_btn {
		height: 28px;
		line-height: 28px;
		color: rgba(242, 246, 250, 0.69);
		padding: 0px 14px;
		margin-right: 4px;
		border-radius: 12px;
		background-color: rgba(242, 246, 250, 0.12);
		float: left;
		font-size: 11px;
		font-weight: 500;
	}
	
	.module_options_btn:hover {
		background-color: rgba(242, 246, 250, 0.16);
	}
	
	
	.delete_confirm {
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		opacity: 0;
		pointer-events: none;
	}
	
	.delete_module {
		background-color: rgba(255, 186, 186, 0.12);
		color: rgba(255, 192, 192, 0.96);
	}
	
	.delete_module:hover {
		background-color: rgba(255, 186, 186, 0.16);
	}
	
	.cancel_delete {
		background-color: rgba(242, 246, 250, 0.04);
	}
	
	.cancel_delete:hover {
		background-color: rgba(242, 246, 250, 0.08);
	}
	
		/* -- Expanded -- */
		
		#module_expanded {
			width: 600px;
			background-color: rgba(20, 24, 26, 1);
			position: absolute;
			top: 100px;
			left: 50%;
			transform: translateX(-50%);
			z-index: 9999;
		}
		
		#module_expanded .module_main_tag {
			position: absolute;
			top: 38px;
			left: 36px;
		}
		
		#module_expanded h3 {
			font-size: 24px;
			font-weight: 500;
			position: absolute;
			top: 90px;
			left: 36px;
		}
		
		.module_expanded_buttons {
			margin: 188px 0 0 36px;
		}
		
		.btn_expanded {
			line-height: 41px;
			font-size: 14px;
			font-weight: 500;
			padding: 0px 20px 1px 20px;
			margin-right: 12px;
			background-color: rgba(242, 246, 250, 0.2);
			display: inline-block;
			border-radius: 12px;
		}
	
	
	
	
	@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
		
		.pref_slider_item, .slider_value, .lang_chip, .module_card, .module_card_mine {
 	 	   -webkit-backdrop-filter: blur(20px);
 	 	   backdrop-filter: blur(20px);
		}
		
	 	.pref_slider_item {
	 	   background-color: rgba(217, 211, 240, 0.1);
	 	}
	  
  		.slider_value {
 	 	   background-color: rgba(144, 142, 208, 0.32);
  		}
		
		.lang_chip {
  	 	   background-color: rgba(217, 211, 240, 0.1);
		}
		
		.lang_chip:hover {
			background-color: rgba(217, 211, 240, 0.16);
		}
		
		.module_card, .module_card_mine {
			background-color: rgba(217, 211, 240, 0.12);
		}
		
		.module_card:hover {
			background-color: rgba(217, 211, 240, 0.16);
		}
	}

 	/* ----- */
	
	
	/* ---- Module edit mode ---- */
	
	#module_edit_mode {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: -101vh;
		left: 0;
		background-color: rgba(26, 41, 65, 0.1);
		z-index: 99999;
		border: 2px solid rgba(145, 178, 228, 1);
		box-sizing: border-box;
		pointer-events: none;
		opacity: 0;
	}
	
	#module_edit_mode > * {
		pointer-events: auto;
	}
	
	a#close_module_edit {
		position: absolute;
		top: 26px;
		right: 28px;
		font-size: 13px;
		font-weight: 500;
		line-height: 16px;
		color: rgba(242, 246, 250, 1);
		display: inline-block;
		padding: 4px;
	}
	
	#create_module_btn, #update_module_btn {
		position: absolute;
		top: 16px;
		right: 92px;
		cursor: pointer;
		padding: 0 16px;
		line-height: 44px;
		background-color: rgba(104, 140, 194, 1);
		font-size: 13px;
		font-weight: 500;
		color: rgba(242, 246, 250, 1);
		border-radius: 12px;
	}
	
	#update_module_btn {
		background-color: rgba(175, 196, 226, 0.5);
		display: none;
	}
	
	#create_module_btn:hover {
		background-color: rgba(124, 160, 214, 1);
	}
	
	#update_module_btn:hover {
		background-color: rgba(175, 196, 226, 0.6);
	}
	
	label.file_upload_label input[type="file"] {
		position: absolute;
		top: -1000px;
	}
	
	label.upload_bot_label input[type="file"] {
		position: absolute;
		top: -1000px;
	}
	
	#file_uploads_wrap {
		position: absolute;
		top: 16px;
		right: 248px;
	}
	
	#modules_server_message {
		position: fixed;
		top: 76px;
		right: 94px;
		text-align: right;
		font-size: 13px;
		font-weight: 500;
		opacity: 0;
		pointer-events: none;
	}
	
	#modules_server_message_loader {
		position: fixed;
		top: 76px;
		right: 94px;
		opacity: 0;
		width: 24px;
		height: 24px;
		background: url('./asset/loader.gif');
		background-size: cover;
		display: block;
		pointer-events: none;
		transition: 0.3s ease-out;
	}
	
	.srv_ok {
		color: rgba(228, 245, 220, 1);
	}
	
	.srv_err {
		color: rgba(245, 226, 220, 1);
	}
	
	.file_upload_label {
		width: 192px;
		height: 44px;
		background-color: rgba(59, 60, 77, 1);
		color: rgba(242, 246, 250, 0.89);
		font-size: 13px;
		display: inline-block;
		border-radius: 12px;
		position: relative;
		cursor: pointer;
		margin-left: 4px;
	}
	
	.upload_bot_label {
		width: 98px;
		height: 32px;
		position: absolute;
		top: 12px;
		right: 12px;
		display: inline-block;
		cursor: pointer;
		background-color: rgba(242, 246, 250, 0.12);
		border-radius: 12px;
	}
	
	.bot_upload_btn {
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		color: rgba(242, 246, 250, 0.69);
		width: 100%;
		display: inline-block;
		line-height: 32px;
	}
	
	.upload_bot_label:hover {
		background-color: rgba(242, 246, 250, 0.16);
	}
	
	.file_upload_label:hover {
		background-color: rgba(69, 70, 87, 1);
	}
	
	.file_upload_label span {
		line-height: 44px;
		font-size: 13px;
		font-weight: 500;
		max-width: 148px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.lbl_type {
		position: absolute;
		right: 20px;
		color: rgba(242, 246, 250, 0.55);
	}
	
	.lbl_name {
		position: absolute;
		left: 20px;
		color: rgba(242, 246, 250, 0.89);
	}
	
	#module_name_input {
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		line-height: 44px;
		font-size: 13px;
		border: 1px solid rgba(175, 196, 226, 0.2);
		border-radius: 12px;
		background-color: rgba(11, 11, 13, 0.96);
		color: rgba(242, 246, 250, 0.89);
		width: 220px;
		padding-left: 20px;
		display: inline-block;
		position: absolute;
		top: 16px;
		left: 16px;
		box-sizing: border-box;
	}
	
	#module_name_input::placeholder {
		color: rgba(242, 246, 250, 0.55);
		opacity: 1;
	}
	
	@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
		
		#module_name_input, .file_upload_label {
 	 	   -webkit-backdrop-filter: blur(32px);
 	 	   backdrop-filter: blur(32px);
		}
		
	 	#module_name_input {
	 	   background-color: rgba(175, 196, 226, 0.01);
	 	}
	  
  		.file_upload_label {
 	 	   background-color: rgba(175, 196, 226, 0.2);
  		}
		
		.file_upload_label:hover {
			background-color: rgba(175, 196, 226, 0.32);
		}
		
		.lang_chip {
  	 	   background-color: rgba(217, 211, 240, 0.1);
		}
		
		.module_card, .module_card_mine {
			background-color: rgba(217, 211, 240, 0.12);
		}
	}
	
	/* ----- */

.pref_toggle {
	width: 480px;
	height: 76px;
	background-color: rgba(242, 246, 250, 0.2);
	border-radius: 16px;
	position: relative;
	cursor: pointer;
	margin-bottom: 12px;
}

.state_on {
	background-color: rgba(112, 96, 216, 1);
}

.toggle_desc {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: rgba(242, 246, 250, 1);
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 280px;
}

.toggle_state {
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
}

#new_account_wrap p {
	width: 380px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 500;
    margin-top: -8px;
    margin-bottom: 20px;
}

#new_acc_form, #login_form {
	z-index: 5;
}

#new_user_name, #new_user_password, #user_name, #user_password {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 68px;
	font-size: 16px;
	height: 66px;
	padding-top: 2px;
	padding-left: 28px;
	border: 0;
	border-radius: 8px;
	background-color: rgba(52, 49, 60, 0.55);
	color: rgba(242, 246, 250, 0.89);
	width: 400px;
	display: block;
	margin-bottom: 12px;
}

#new_account, #signed_in {
	/* margin-left: 12px; */
}

#new_account {
	margin-left: 30px;
}

#login {
	margin-right: 12px;
}

#new_user_name:focus, #new_user_password:focus, #user_name:focus, #user_password:focus {
	background-color: rgba(84, 80, 95, 0.55) !important;
}

#user_err_message, #password_err_message, #login_err_message {
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	color: rgba(223, 163, 163, 0.69);
	opacity: 0;
}

#login_err_message {
	margin-top: 8px;
}

input[type=submit] {
	font-family: 'Montserrat', sans-serif;
	background-color: transparent;
	line-height: 48px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(133, 186, 234, 1);
	border: none;
	cursor: pointer;
}

#loader_new_acc, #loader_login {
	width: 24px;
	height: 24px;
	display: block;
	background: url('./asset/loader.gif');
	background-size: cover;
	position: absolute;
	bottom: 11px;
	opacity: 0;
}

#signed_in {
	display: none;
	background-color: rgba(54, 51, 64, 0.69);
	color: rgba(216, 232, 251, 1);
	padding: 0 24px 1px 48px;
	border-radius: 16px;
	line-height: 43px;
	position: relative;
	top: 1px;
	margin-left: 22px;
}

#signed_in:hover {
	background-color: rgba(54, 51, 64, 0.76);
	color: rgba(224, 240, 255, 1);
}

#signed_in:hover #module_ico {
	opacity: 0.6;
}

#module_ico {
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	width: 20px;
	height: 20px;
	background: url('./asset/ico_modules.png');
	background-size: cover;
	opacity: 0.5;
}

#new_g {
	color: rgba(253, 211, 180, 1);
	display: none;
}



/* ----- */

/* ----- Panel ----- */

#panel {
	width: 800px;
	height: calc(100vh - 24px);
	position: fixed;
	top: 12px;
	left: 12px;
	/* background-color: #436; */
	overflow-y: visible;
    z-index: 9998;
    border-radius: 12px;
	border: 1px solid hsla(234, 40%, 60%, 0.2);
	box-sizing: border-box;
	display: none;
}

#panel_dragger {
	width: 20px;
	background-color: rgba(242, 246, 250, 0.005);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
}

.panel_start {
	width: 100vw !important;
}

#drag_line1 {
	position: absolute;
	top: 50%;
	right: 12px;
	background-color: rgba(242, 246, 250, 0.36);
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
}

#drag_line2 {
	position: absolute;
	top: 50%;
	right: 8px;
	background-color: rgba(242, 246, 250, 0.36);
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
}

#grad_top {
	width: 100%;
	height: 86px;
	position: fixed;
	top: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(6,8,10,0) 0%, rgba(6,8,10,1) 100%);
	pointer-events: none;
}

#grad_top2 {
	width: 100%;
	height: 140px;
	position: fixed;
	top: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(6,8,10,0) 0%, rgba(6,8,10,0.69) 80%);
	pointer-events: none;
}

#grad_bottom {
	width: 100%;
	height: 96px;
	position: fixed;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(6,8,10,0) 0%, rgba(6,8,10,1) 100%);
	display: none;
	pointer-events: none;
}


/* ----- */


	/* - CONSOLE - */

	#console {
		position: fixed;
		top: 12px;
		left: 12px;
		width: 776px;
		height: 40px;
		background-color: rgba(48, 45, 51, 1);
		z-index: 999;
		border-radius: 12px;
		display: none;
	}
	
	.collapsed {
		overflow: hidden;
	}
	
	#console_head {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		cursor: pointer;
		z-index: 999;
	}
	
	span#console_lbl {
		font-size: 12px;
		font-weight: 500;
		color: rgba(242, 246, 250, 0.49);
		line-height: 40px;
		letter-spacing: 1px;
		margin-left: 20px;
		display: block;
	}
	
	span#console_drop {
		width: 40px;
		height: 40px;
		background-color: #500;
		background: url(./asset/dropdown.png) no-repeat scroll;
		background-size: cover;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#console_in {
		margin-left: 16px;
		margin-top: 4px;
		width: calc(100% - 68px);
		max-height: 400px;
		overflow-y: scroll;
		padding-right: 12px;
		opacity: 0;
	}
	
	#console_open {
		position: absolute;
		left: 788px;
		top: 12px;
		width: 40px;
		height: 40px;
		background-color: rgba(48, 45, 51, 1);
		border-radius: 12px;
		z-index: 9999;
	}
	
	#console_open_ico {
		width: 24px;
		height: 24px;
		display: block;
		position: absolute;
		top: 8px;
		left: 8px;
		background: url(asset/ico_console_window.png);
		background-size: cover;
	}
	
	
	#countdown {
		position: fixed;
		top: 80px;
		right: 24px;
		z-index: 9999;
	}
	
	.starting_when {
		font-size: 14px;
		font-weight: 500;
		display: none;
	}
	
	.waiting_for {
		font-size: 16px;
		font-weight: 500;
		color: rgba(242, 246, 250, 1);
	}
	
	#waitingo {
		display: none;
	}
	
	#countdown_num {
		color: rgba(242, 246, 250, 1);
	}
	
	#waiting_for_what {
		color: rgba(242, 246, 250, 0.55);
	}
	
	
	
	#console2 {
		position: absolute;
		bottom: 8px;
		right: 8px;
		z-index: 9998;
	}
	
	#console2_window {
		width: 480px;
		height: 480px;
		position: absolute;
		bottom: -8px;
		right: -492px;
		background-color: hsla(234, 14%, 8%, 0.96);
		border: 1px solid hsla(234, 40%, 60%, 0.2);
		box-sizing: border-box;
		border-radius: 12px;
		display: none;
	}
	
	.c2_window_open {
		display: block !important;
	}
	
	#console2_lbl {
	}
	
	#console2_arr {
		display: block;
		width: 20px;
		height: 20px;
		background: url(asset/ico_chev.png);
		background-size: cover;
		position: absolute;
		top: 8px;
		right: 12px;
		opacity: 0.69;
		display: none;
	}
	
	.c2_lbl_error {
		color: rgba(124, 0, 0, 1) !important;
	}
	
	.console2_error {
		background-color: hsla(0, 32%, 16%, 0.96);
		border: 1px solid hsla(0, 40%, 60%, 0.2);
	}
	
	#console2_view_toggle {
		cursor: pointer;
		z-index: 9998;
		padding: 0 16px;
		background-color: rgba(242, 246, 250, 0.08);
		border-radius: 20px;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 36px;
		height: 36px;
		min-width: 24px;
		text-transform: uppercase;
		color: rgba(242, 246, 250, 0.69);
	}
	
	.c2_view_open {
		border-radius: 20px 0 0 20px !important;
		margin-right: -8px;
		background-color: rgba(242, 246, 250, 0.2) !important;
	}
	
	.c2_view_open #console2_lbl {
		display: none;
	}
	
	.c2_view_open #console2_arr {
		display: block;
	}
	
	.c2_view_error {
		background-color: #e2aead !important;
	}
	
	#c2_header {
		width: 100%;
		height: 48px;
		position: absolute;
		top: 0px;
		left: 0;
		background-color: hsla(234, 14%, 8%, 0.96);
		border-bottom: 1px solid hsla(234, 40%, 60%, 0.16);
		border-radius: 20px 20px 0 0;
	}
	
	.c2_option {
		display: inline-block;
		line-height: 48px;
		margin-left: 16px;
		padding: 0 4px;
		font-size: 12px;
		font-weight: 500;
		color: rgba(242, 246, 250, 0.55);
		float: left;
		cursor: pointer;
	}
	
	.c2_option_active {
		color: rgba(242, 246, 250, 0.94);
	}
	
	.c2_option:hover {
		color: rgba(252, 253, 255, 1) !important;
	}
	
	#c2_close {
		line-height: 48px;
		position: absolute;
		right: 20px;
		font-size: 12px;
		font-weight: 500;
		color: rgba(242, 246, 250, 0.69);
		cursor: pointer;
	}
	
	#c2_close:hover {
		color: rgba(242, 246, 250, 0.8);
	}
	
	#console2_all_in, #console2_tick_in {
		width: 100%;
		height: calc(100% - 60px);
		position: absolute;
		top: 48px;
		padding-top: 12px;
		background-color: rgba(255, 255, 255, 0.02);
		overflow-y: scroll;
	}
	
	#console2_all_in {
		display: none;
	}

	.console_item {
		font-family: 'Monaco', monospace;
		font-size: 12px;
		line-height: 24px;
		color: rgba(242, 246, 250, 0.69);
		margin-bottom: 8px;
		margin-left: 12px;
	}
	
	.console_item_group {
		clear: both;
		border-bottom: 1px solid rgba(242, 246, 250, 0.1);
	}
	
	.console_item_tick {
		font-size: 10px;
		color: rgba(242, 246, 250, 0.55);
		margin-left: 12px;
	}
	
	.tick_error {
		color: rgba(255, 153, 153, 0.69);
	}
	
	.console_error {
		color: rgba(255, 190, 194, 1) !important;
	}
	
	
	

	/* ----- */


/* ----- Game over ----- */

#game_over_block, #game_status_block {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	z-index: 9999;
	opacity: 0;
	display: none;
}

#game_status_block {
	display: block;
	opacity: 1;
}

.game_table {
	width: 400px;
	padding: 10px 0 10px 0;
	border-top: 1px solid rgba(242, 246, 250, 0.1);
	border-bottom: 1px solid rgba(242, 246, 250, 0.1);
	margin-bottom: 24px;
}

.gt_row {
	width: 100%;
	height: 40px;
	position: relative;
}

.gt_row_in {
	top: 50%;
	line-height: 40px;
}

#game_result {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

#tutorial_over, #over_message {
	width: 520px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: rgba(242, 246, 250, 0.69);
	margin-bottom: 20px;
}

#over_message {
	display: none;
}

a#over_new_account {
	margin-right: 40px;
}

a#over_login {
	opacity: 0.69;
}

#ranked_nonranked {
	font-size: 14px;
	color: rgba(242, 246, 250, 0.55);
	margin-top: 60px;
	margin-bottom: 16px;
}

.player_shape {
	float: left;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.player_shape span {
	margin-top: 0;
}

.player_name {
	float: left;
	margin-left: 28px;
	font-weight: 500;
}

.player_rating {
	text-align: right;
	font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; 
	font-size: 14px;
	font-feature-settings: 'tnum';
	-webkit-font-feature-settings: 'tnum';
	-moz-font-feature-settings: 'tnum';
	position: relative;
}

.player_delta {
	font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; 
	font-size: 14px;
	font-feature-settings: 'tnum';
	-webkit-font-feature-settings: 'tnum';
	-moz-font-feature-settings: 'tnum';
	position: absolute;
	top: 0;
	right: -68px;
	text-align: left;
	width: 60px;
	color: rgba(242, 246, 250, 0.55);
}

.delta_positive {
	color: rgba(133, 234, 143, 1);
}

.delta_negative {
	color: rgba(234, 133, 133, 1);
}


a.game_over_link {
	font-size: 20px;
	font-weight: 500;
	color: rgba(133, 186, 234, 1);
	display: block;
	margin-bottom: 12px;
}

a#back_to_hub {
	margin-top: 28px;
}

#back_to_new {
	color: rgba(253, 211, 180, 1);
}


/* ----- */

/* ----- Tutorial ----- */

#tutorial {
	width: 750px;
	margin-left: 40px;
	margin-top: 120px;
	margin-bottom: 40px;
	position: relative;
	/* z-index: 2000;*/
}

#tutorial_wrap {
	/*transform-origin: top left;
	transform: translate(10vw, 20vh) scale(1.3);*/
}

p.tutorial_text {
	font-size: 24px; /* 20px macbook */
	font-weight: 500;
	color: rgba(242, 246, 250, 0.86);
	line-height: 38px;
	width: 620px; /* 560px macbook */
	margin-top: 32px;
}

.tut_label {
	position: relative;
}

#overlay, #overlay_start, #overlay_pre_start, #game_over_overlay, #overlay_trailer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 10000;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	pointer-events: none;
}

#game_over_overlay {
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
}

#overlay_start {
	background-color: rgba(0, 0, 0, 1);
	z-index: 0;
}

#overlay_pre_start {
	background-color: rgba(0, 0, 0, 1);
	z-index: 9999;
}

#tutorial_infobox {
	position: absolute;
	width: 416px;
	background-color: rgba(42, 44, 48, 0.32);
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	z-index: 1000000;
	padding: 24px 28px 8px 28px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 12px;
	opacity: 0;
	display: none;
	pointer-events: none;
}

.bring_up {
	position: relative;
	z-index: 999999;
	color: rgba(15, 255, 255, 1);
}

.info_h {
	color: rgba(242, 246, 250, 0.92);
	line-height: 26px;
	margin-bottom: 8px;
}

.info_p {
	color: rgba(242, 246, 250, 0.69);
	line-height: 26px;
	margin-bottom: 16px;
}

.copy_code {
	font-size: 11px;
	letter-spacing: 2px;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	padding: 4px 6px 4px 7px;
	margin-left: 4px;
	margin-right: 2px;
	border: 1px solid rgba(118, 127, 136, 0.48);
	color: rgba(118, 127, 136, 0.92);
	background-color:rgba(118, 127, 136, 0.12);
	border-radius: 8px;
	font-weight: 600;
	position: relative;
	z-index: 99999;
}

.copy_code:hover {
	border: 1px solid rgba(133, 141, 209, 0.55);
	color: rgba(178, 177, 206, 0.92);
	background-color: rgba(133, 141, 209, 0.12);
}

.tutorial_attack {
	color: rgba(255, 80, 90, 1);
}


/* ----- */

/* ----- player hub & Leaderboard ----- */

#content_hub_wrap {
	width: 68%;
	margin-left: 16%;
	margin-top: 44vh;
	transform: translateY(-50%);
}

span#hub_username {
	font-size: 20px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
}

span#user_hub_stats {
	font-size: 16px;
	color: rgba(242, 246, 250, 0.55);
	display: block;
	margin-top: 8px;
}

span#hub_logout {
	color: rgba(133, 186, 234, 0.69);
	cursor: pointer;
}

span#hub_logout:hover {
	color: rgba(159, 157, 232, 1);
}

#hub_menu {
	margin-top: 132px;
}

#hub_menu a {
	font-size: 40px;
	font-weight: 600;
	width: 360px;
	color: rgba(133, 186, 234, 1);
	display: block;
	line-height: 68px;
}

#hub_menu a:hover {
	color: rgba(253, 211, 180, 1);
}

#hub_menu #hub_documentation, #hub_menu #hub_leaderboard {
	color: rgba(133, 186, 234, 0.55);
}

#hub_menu #hub_documentation:hover, #hub_menu #hub_leaderboard:hover, #hub_menu #hub_reddit:hover, #hub_menu #hub_discord:hover {
	color: rgba(159, 157, 232, 1);
}

#hub_menu #hub_reddit, #hub_menu #hub_discord {
	font-size: 24px;
	color: rgba(133, 186, 234, 0.55);
	line-height: 56px;
}

#hub_resume_game {
	display: none;
}


#hub_resume_info {
	font-size: 20px;
	color: rgba(242, 246, 250, 0.55);
	padding-bottom: 20px;
	display: block;
}

#hub_resume_players {
	color: rgba(242, 246, 250, 0.82);
}

#hub_resume_resign {
	color: rgba(234, 133, 133, 1) !important;
	cursor: pointer;
}

#hub_resume_resign:hover {
	color: rgba(255, 13, 53, 1) !important;
}





.table {
	width: 100%;
	margin-top: -80px;
	padding-bottom: 100px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
	position: absolute;
	top: 90vh;
}

.hub_table tr{
	width: 100%;
	height: 80px;
	position: relative;
}

.row {
	display: block;
	width: 100%;
	height: 80px;
	position: relative;
	border-bottom: 1px solid rgba(242, 246, 250, 0.12);
}

.row_in {
	width: 68%;
	height: 80px;
	margin-left: 16%;
	display: flex;
	align-items: center;
}

.row_in span {
	
}

.table_game_date {
	width: 120px;
	color: rgba(242, 246, 250, 0.5);
}

.table_game_players {
	
}

.table_player1, .table_player2 {
	color: rgba(242, 246, 250, 1);
	display: inline-block;
}

.player1_shape, .player2_shape {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 14px;
}

.player2_shape {
	margin-left: 10px;
}

.player1_shape span, .player2_shape span {
	margin-top: 0;
	position: absolute;
	top: 2px;
	left: 0;
}

.versus {
	margin-left: 8px;
	color: rgba(242, 246, 250, 0.5);
}

.table_game_duration {
	margin-left: auto;
	width: 120px;
	opacity: 0;
}

.table_game_result {
	width: 50px;
}

.result_win {
	color: rgba(133, 234, 143, 1);
}

.result_loss {
	color: rgba(234, 133, 133, 1);
}

.result_nada {
	color: rgba(242, 246, 250, 0.4);
}

.table_game_eloresult {
	text-align: right;
	width: 90px;
	color: rgba(242, 246, 250, 0.89);
}

/* leaderboard */

.t_leaderboard {
	top: 60vh;
}

.lb_row {
	border-top: 1px solid rgba(242, 246, 250, 0.12);
}

.table_lb_rank {
	width: 10%;
}

.table_lb_player {
	width: 48%;
	color: rgba(242, 246, 250, 0.89);
}

.table_lb_fav_shape {
	width: 14px;
	height: 14px;
	background-color: #800;
	margin-right: calc(5% - 14px);
}

.table_lb_games {
	width: 14%;
	text-align: right;
}

.table_lb_winrate {
	width: 18%;
	text-align: right;
}

.table_lb_rating {
	width: 10%;
	text-align: right;
	font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; 
	font-size: 14px;
	color: rgba(242, 246, 250, 1);
}


/* ----- */


/* ----- */

/* ----- new game ----- */

#newgame_wrap {
	width: 68%;
	margin-left: 16%;
	margin-top: 20vh;
}

#user_selections {
	/* display: none; */
}

.deer_h {
	font-size: 16px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
	margin-bottom: 8px;
	clear: both;
}

.deer_p {
	font-size: 16px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.48);
	margin-bottom: 28px;
}

.deer_p a {
	color: rgba(133, 186, 234, 0.86);
}


#choose_shape_block {
	margin-top: 28px;
}




.ex_c_1, .ex_c_2, .ex_c_3, .ex_c_9, .ex_c_10, .ex_c_11 {
	opacity: 0;
	display: none;
	pointer-events: none;
}


#start_area {
	margin-top: 180px;
	cursor: not-allowed;
	opacity: 0.4;
}

#start_game_btn, #bot_game_btn, #cancel_game_btn, #cancel_challenge_btn {
	font-size: 16px;
	font-weight: 500;
	background-color: rgba(65, 63, 177, 1);
	padding: 0px 53px;
	height: 64px;
	display: inline-block;
	border-radius: 8px;
	float: left;
	position: relative;
	line-height: 64px;
}

#cancel_game_btn, #cancel_challenge_btn {
	background-color: rgba(128, 140, 255, 0.12);
	color: rgba(242, 246, 250, 0.86);
	clear: both;
	
}

#start_game_btn:hover {
	background-color: rgba(85, 83, 197, 1);
}

#bot_game_btn {
	background-color: transparent;
	border: 2px solid rgba(168, 168, 222);
	box-sizing: border-box;
	padding: 20px 52px;
}

#bot_game_btn {
	background-color: transparent;
	border: 2px solid rgba(168, 168, 222, 0.89);
	box-sizing: border-box;
	padding: 0px 0;
	width: 260px;
	height: 64px;
	text-align: center;
	margin-left: 16px;
	color: rgba(190, 190, 241, 1);
	line-height: 62px;
	z-index: 999999;
}

#bot_game_btn:hover {
	border: 2px solid rgba(188, 188, 242, 1);
	color: rgba(210, 210, 251, 1);
}


p.btn_desc {
	font-size: 13px;
	position: absolute;
	top: 46px;
	left: 0;
	color: rgba(242, 246, 250, 0.55);
}

#someone_in_queue {
	position: absolute;
	top: 80px;
	left: 0;
	font-size: 14px;
	color: rgba(133, 234, 143, 1);
	display: none;
}

#bot_selection_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	opacity: 0;
}

.select_bot_block {
	width: 100%;
	height: 104px;
	position: relative;
	border-bottom: 1px solid rgba(168, 168, 222, 0.4);
}

.select_bot_block:hover {
	background-color: rgba(120, 120, 232, 0.16);
}

.select_bot_block:last-of-type {
	border-bottom: 1px solid rgba(168, 168, 222, 0);
}

p.bot_name {
	position: absolute;
	top: 20px;
	left: 20px;
	line-height: normal;
	font-size: 16px;
	text-align: left;
}

p.bot_desc {
	position: absolute;
	top: 48px;
	left: 20px;
	width: calc(100% - 32px);
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	color: rgba(232, 232, 252, 0.55);
}

span.game_or, span.cancel_or {
	padding: 22px 12px 22px 24px;
	display: inline-block;
	float: left;
	opacity: 0.32;
}

#challenge_friend_btn, #play_bot_btn {
	padding: 22px 12px;
	float: left;
	font-size: 16px;
	font-weight: 500;
}

#challenge_friend_btn:hover {
	color: rgba(133, 186, 234, 1);
}

#friend_link {
	margin-top: -8px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 13px;
}






/* ----- */


#waiting_game, #waiting_challenge {
	opacity: 0;
	display: none;
}

#waiting_for_opponent {
	padding-bottom: 60px;
	padding-top: 40px;
	display: none;
	opacity: 0;
}

#waiting_illu {
	width: 56px;
	height: 56px;
	background-color: #ff0;
	margin-bottom: 52px;
	background: url('./asset/tr-loader.gif');
	background-size: cover;
}

/* ----- */

h1#pnf {
	font-size: 20px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
	position: absolute;
	top: 40px;
	left: 40px;
}








#wait_container {
	width: 100vw;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
}

#tr_loader, #tr_loader2 {
	width: 100px;
	height: 100px;
	background: url(./asset/tr-loader.gif);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#tr_loader2 {
	width: 80px;
	height: 80px;
}

#load_para {
	position: absolute;
	top: calc(50% + 200px);
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	color: rgba(242, 246, 250, 0.28);
}

/* index stuff */



#trailer_block {
	width: calc(100% - 240px);
	max-width: 2300px;
	height: 600px;
	margin-left: 120px;
	background: url(./asset/trailer_bg.jpg) no-repeat scroll;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

#trailer_block:hover {
	opacity: 0.8;
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

#gallery_block_in {
	width: 2520px;
	height: 600px;
}

.gal_el {
	height: 600px;
	display: inline-block;
	position: relative;
	margin-right: 8px;
}

.gal_el img {
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}

.img_description {
	position: absolute;
	top: 616px;
	left: 0;
	color: rgba(76, 85, 108, 1);
	font-weight: 500;
}

#gal_img1 {
	width: 600px;
	height: 600px;
	/* background: url(./asset/gal1.png);
	background-size: cover; */
}

#gal_img2 {
	width: 900px;
	height: 600px;
	/* background: url(./asset/gal2.png);
	background-size: cover; */
}

#gal_img3 {
	width: 300px;
	height: 600px;
	/* background: url(./asset/gal3.png);
	background-size: cover; */
}

#gal_img4 {
	width: 600px;
	height: 600px;
	/* background: url(./asset/gal4.png);
	background-size: cover; */
}

.index_sep_line {
	width: 68%;
	margin-left: 16%;
	height: 1px;
	clear: both;
	background-color: rgba(242, 246, 250, 0.2);
	margin-top: 40px;
	margin-bottom: 44px;
}

.sep_line_full {
	width: 100%;
	height: 1px;
	clear: both;
	background-color: rgba(242, 246, 250, 0.2);
	margin-top: 40px;
	margin-bottom: 44px;
}

.index_spacer_large {
	height: calc(80px + 10vh);
	clear: both;
}

.index_spacer_medium {
	height: calc(24px + 10vh);
	clear: both;
}

.index_spacer_small {
	height: calc(4px + 4vh);
	clear: both;
}



.index_head_trailer {
	margin-bottom: 24px;
	margin-left: 120px;
	font-size: 13px;
	color: rgba(242, 246, 250, 0.55);
	letter-spacing: 1px;
	font-weight: 400;
}

.action_head {
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 13px;
	color: rgba(242, 246, 250, 0.55);
	letter-spacing: 1px;
	font-weight: 400;
}

.action_block {
	width: 68%;
	margin-left: 16%;
	position: relative;
	cursor: pointer;
}

.action_desc {
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	max-width: 50%;
	color: rgba(133, 186, 234, 1);
}

#action_start_playing .action_desc {
	color: rgba(128, 140, 255, 1);
}

.action_block:hover .action_desc {
	color: rgba(253, 211, 180, 1) !important;
}

.action_block:hover .ico_arrow {
	background: url('./asset/ico_long_arr_gold.png') no-repeat scroll;
	background-size: cover;
}

.ico_arrow {
	width: 150px;
	height: 20px;
	background-color: #023;
	position: absolute;
	top: 50%;
	right: 0;
}

.ico_right_arrow {
	width: 16px;
	height: 16px;
	display: block;
	background: url('./asset/ico_right_arrow.png') no-repeat scroll;
	background-size: cover;
}

.arrow_tut {
	background: url('./asset/ico_long_arr_blue.png') no-repeat scroll;
	background-size: cover;
}

.arrow_start_playing {
	background: url('./asset/ico_long_arr_purp.png') no-repeat scroll;
	background-size: cover;
}

.index_outro {
	margin-left: 16%;
	max-width: 760px;
}

h2.index_he {
	font-size: 28px;
	font-weight: 500;
}

.index_outro p {
	font-size: 28px;
	line-height: 48px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
	margin-top: 52px;
}

a.index_link {
	margin-top: 0px;
	font-size: 28px;
	line-height: 68px;
	font-weight: 500;
	display: block;
	max-width: 400px;
}

a.index_link:hover {
	color: rgba(159, 157, 232, 1);
}

/* ----- */

.g_con {
	display: block;
	float: left;
	margin-left: 28px;
}

.ico_circle, .ico_circles, .bs_ico_circles {
	width: 14px;
	height: 14px;
	background-color: rgba(204, 174, 220, 1);
	float: left;
	display: block;
	border-radius: 100%;
	margin-top: 11px;
	margin-right: 10px;
}

.bs_ico_circles {
	margin-top: 0;
	margin-right: 0;
}

.ico_square, .ico_squares, .bs_ico_squares {
	width: 13px;
	height: 13px;
	background-color: rgba(204, 174, 220, 1);
	float: left;
	display: block;
	border-radius: 2px;
	margin-top: 11px;
	margin-right: 10px;
}

.bs_ico_squares {
	margin-top: 0;
	margin-right: 0;
}

.ico_triangle, .ico_triangles, .bs_ico_triangles {
	position: relative;
	background-color: rgba(204, 174, 220, 1);
	text-align: left;
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
}
.ico_triangle:before,
.ico_triangle:after,
.ico_triangles:before,
.ico_triangles:after,
.bs_ico_triangles:before,
.bs_ico_triangles:after
 {
	content: '';
	position: absolute;
	background-color: inherit;
}
.ico_triangle,
.ico_triangle:before,
.ico_triangle:after,
.ico_triangles,
.ico_triangles:before,
.ico_triangles:after,
.bs_ico_triangles,
.bs_ico_triangles:before,
.bs_ico_triangles:after  {
	width:  8px;
	height: 8px;
	border-top-right-radius: 30%;
}

.bs_ico_triangles {
	margin-top: 0;
	margin-right: 0;
}

.ico_triangle, .ico_triangles, .bs_ico_triangles {
	transform: rotate(-60deg) skewX(-30deg) scale(1,.866) !important;
}
.ico_triangle:before, .ico_triangles:before, .bs_ico_triangles:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%) !important;
}
.ico_triangle:after, .ico_triangles:after, .bs_ico_triangels:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%) !important;
}



.ico_sh_circles {
	background: url(./asset/ico_sh_circles.png);
}

.ico_sh_squares {
	background: url(./asset/ico_sh_squares.png);
}

.ico_sh_triangles {
	background: url(./asset/ico_sh_triangles.png);
}

.ico_sh_circles, .ico_sh_squares, .ico_sh_triangles {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.4;
}

.ps_shape_active span {
	opacity: 1;
}




.chosen_red {
	background-color: red;
}



.sep_medium {
	clear: both;
	height: 40px;
}

#early_access {
	font-size: 16px;
	font-weight: 500;
	padding: 24px 20px;
	background-color: rgba(108, 98, 148, 0.39);
	display: inline-block;
	border-radius: 12px;
	color: #DFD8FB;
}




#qq_active_games {
	position: absolute;
	top: 100px;
	left: 100px;
}

.qq_h1 {
	font-size: 24px;
	font-weight: 600;
	color: rgba(242, 246, 250, 1);
	margin-bottom: 60px;
}

.qq_table {
	width: 600px;
	border-top: 1px solid rgba(242, 246, 250, 0.16);
}

.qq_table_row, .qq_table_row_meh {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(242, 246, 250, 0.16);
	display: block;
	position: relative;
	color: rgba(242, 246, 250, 0.89);
}

.qq_table_row:hover {
	background-color: rgba(242, 246, 250, 0.04);
}

.qq_table_row span {
	display: block;
	float: left;
}

.qq_game_id {
	width: 140px;
	font-family: monospace;
}

.qq_server {
	width: 5%;
}

.qq_player1{
	position: absolute;
	right: 30%;
	width: 25%;
	text-align: right;
}

.qq_player2 {
	position: absolute;
	right: 0;
	width: 25%;
	text-align: right;
}


#qq_tutorials {
	position: absolute;
	top: 100px;
	left: 800px;
}

.qq_table_row_meh span {
	display: block;
	float: left;
}

.qq_table_meh {
	width: 200px;
	border-top: 1px solid rgba(242, 246, 250, 0.16);
}

.qq_tut_phase {
	width: 20%;
}









/* ----- REPLAY ----- */

.widget_standard {
	position: fixed;
	border-radius: 16px;
}


#wg_game_stats {
	bottom: 40px;
	left: 40px;
	width: 400px;
	height: 106px;
	background-color: rgba(42, 46, 48, 0.89);
	opacity: 0;
}

#wg_replay {
	bottom: 165px;
	left: 40px;
	width: 400px;
	height: 88px;
	opacity: 0;
}


#gs_player1 {
	position: relative;
	top: 0;
	left: 0;
	font-weight: 500;
}

#gs_player2 {
	position: absolute;
	top: 0;
	left: 50%;
	font-weight: 500;
}

#gs_player1 #gs_player1_shape, #gs_player2 #gs_player2_shape {
	position: absolute;
	top: 6px;
	left: 20px;
}

#gs_player1 #info_player1_name, #gs_player2 #info_player2_name {
	position: absolute;
	top: 16px;
	left: 42px;
	font-size: 13px;
}

#gs_player1_unit_count, #gs_player2_unit_count {
	position: absolute;
	top: 48px;
	left: 20px;
}

#gs_player1_energy_count, #gs_player2_energy_count {
	position: absolute;
	top: 70px;
	left: 20px;
}

#gs_vert_sep_line {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: rgba(242, 246, 250, 0.1);
}

.gs_player_name {
	color: rgba(242, 246, 250, 1) !important;
	width: 160px;
}

.gs_unit_count, .gs_energy_count {
	font-size: 13px;
}

.gs_unit_count_desc {
	font-size: 13px;
	position: absolute;
	top: 48px;
	left: 60px;
	width: 120px;
	color: rgba(242, 246, 250, 0.55);
	font-weight: 500;
}

.gs_energy_count_desc {
	font-size: 13px;
	position: absolute;
	top: 70px;
	left: 60px;
	width: 120px;
	color: rgba(242, 246, 250, 0.55);
	font-weight: 500;
}



#replay_timeline {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	border-radius: 36px;
	background-color: rgba(44, 48, 52, 0.86);
	overflow: hidden;
}

#replay_current_tick {
	width: 0%;
	height: 36px;
	border-radius: 36px 8px 8px 36px;
	background-color: rgba(88, 90, 100, 0.86);
	position: relative;
	pointer-events: none;
}

#replay_current_tick_lbl {
	position: absolute;
	right: 12px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
	line-height: 36px;
	pointer-events: none;
}

#replay_total_ticks {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
	line-height: 36px;
	pointer-events: none;
}


#replay_play_btn {
	position: absolute;
	bottom: 40px;
	width: 48px;
	height: 48px;
	background-color: rgba(44, 48, 52, 0.86);
	border-radius: 12px;
	cursor: pointer;
}

#replay_play_btn:hover {
	background-color: rgba(88, 90, 100, 0.86);
}

.state_play {
	background: url(./asset/ico_play.png) no-repeat scroll;
	background-size: cover;
}

.state_pause {
	background: url(./asset/ico_pause.png) no-repeat scroll;
	background-size: cover;
}

#tick_sec_desc {
	position: absolute;
	bottom: 0;
	left: 0px;
	height: 36px;
	line-height: 36px;
	background-color: rgba(44, 48, 52, 0.86);
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.69);
	padding: 0 16px;
	opacity: 1;
	z-index: 999;
}

#tick_sec_block {
	position: absolute;
	left: 52px;
	bottom: 40px;
	height: 36px;
	width: 80%;
}

.tick_rate_select {
	position: absolute;
	bottom: 0px;
	width: 52px;
	height: 36px;
	background-color: rgba(44, 48, 52, 0.86);
	border-radius: 12px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	opacity: 0;
}

.tick_rate_select:hover {
	background-color: rgba(88, 90, 100, 0.86);
}

.tick_rate_active {
	background-color: rgba(88, 90, 100, 0.86);
}

#tick_05 {
	left: 0px;
}

#tick_1 {
	left: 56px;
}

#tick_2 {
	left: 112px;
}

#tick_3 {
	left: 168px;
}

#tick_6 {
	left: 224px;
}

#loading_replay {
	position: fixed;
	bottom: 40px;
	left: 72px;
}

#loading_msg {
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
}

#replay_load_gif {
	width: 40px;
	height: 40px;
	background: url(./asset/tr-loader.gif);
	background-size: cover;
	position: fixed;
	bottom: 28px;
	left: 30px;
}



/* ----- */


#trailer_box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	display: none;
}


#overlay_trailer {
	opacity: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 1);
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
}

#tournament_block {
	width: 68%;
	height: 120px;
	margin-left: 16%;
	background-color: rgba(20, 20, 34, 1);
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 16px;
}

#tournament_block:hover {
	background-color: rgba(28, 26, 44, 1);
}

.tournament_banner_h {
	font-size: 26px;
	font-weight: 500;
	line-height: 120px;
	position: absolute;
	left: 160px;
	color: rgba(242, 246, 250, 1);
}

.tournament_banner_date {
	font-size: 26px;
	font-weight: 500;
	line-height: 120px;
	position: absolute;
	right: 48px;
	opacity: 0.55;
	color: rgba(242, 246, 250, 1);
}

.yare_ico_ilu_index {
	background: url(./asset/ico_yare_ilu.png) no-repeat scroll;
	background-size: cover;
	width: 86px;
	height: 28px;
	display: block;
	margin-bottom: 20px;
	margin-left: -6px;
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}

.yare_ico_ilu_blur_index {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(./asset/ico_yare_ilu_blur.png) no-repeat scroll;
	background-size: cover;
	width: 400px;
	height: 400px;
	transform: translate(-50%, -50%);
	opacity: 0.5;
}

.hidden {
	display: none;
}

#modules_plate {
	width: 100%;
	height: 100%;
	background-color: rgba(244, 0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	pointer-events: none;
}

#modules_plate * {
	/* pointer-events: auto; */
}






/* ----- boxsand ----- */

#boxsand_build_ui {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#boxsand_build_ui * {
	pointer-events: auto;
}

#bs_load_prev {
	position: absolute;
	top: 76px;
	left: 32px;
	background-color: rgba(242, 246, 250, 0.08);
	color: rgba(242, 246, 250, 0.55);
	cursor: pointer;
	line-height: 35px;
	padding: 0px 16px 1px 16px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 12px;
	display: none;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

#bs_load_prev:hover {
	background-color: rgba(242, 246, 250, 0.14);
	color: rgba(242, 246, 250, 0.69);
}

.bs_player_selection {
	position: absolute;
	left: 32px;
	width: 246px;
	height: 48px;
	background-color: rgba(242, 246, 250, 0.12);
	border-radius: 12px;
	cursor: pointer;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.bs_player_selection:hover {
	background-color: rgba(248, 242, 252, 0.14);
}

#boxsand_p1 {
	top: 120px;
}

#boxsand_p2 {
	top: 176px;
}

.bs_player_ico, .bs_fragment_ico {
	display: block;
	background-color: #500;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	pointer-events: none;
}

.bs_player_ico.ico_circles, .bs_player_ico.ico_squares {
	width: 12px;
	height: 12px;
	margin-top: 0;
}

.bs_player_ico.ico_triangles {
	margin-top: -4px;
}

#bs_ele_pl1.bs_player_ico.ico_triangles, #bs_ele_pl2.bs_player_ico.ico_triangles {
	margin-left: -4px;
}

.bs_fragment_ico {
	width: 20px;
	height: 20px;
	background: url(./asset/ico_fragment.png);
	background-size: cover;
}

.bs_player_name {
	position: absolute;
	top: 0;
	left: 44px;
	font-size: 13px;
	font-weight: 500;
	line-height: 47px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 160px;
	text-overflow: ellipsis;
}

.bs_player_dropdown {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	display: block;
	width: 32px;
	height: 32px;
	background: url(./asset/dropdown2.png);
	background-size: cover;
}

#bs_element_placer {
	position: absolute;
	top: 280px;
	left: 32px;
}

h3.bs_heading {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(242, 246, 250, 0.55);
}

.bs_select_element {
	width: 56px;
	height: 56px;
	background-color: rgba(242, 246, 250, 0.08);
	float: left;
	margin: 16px 8px 16px 0;
	position: relative;
	box-sizing: border-box;
	border-radius: 12px;
	cursor: pointer;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.bs_select_element:hover {
	background-color: rgba(248, 242, 252, 0.14);
}

.ele_active {
	background-color: rgba(242, 246, 250, 0.14);
	border: 2px solid rgba(242, 246, 250, 0.4);
}

#bs_ele_pl1, #bs_ele_pl2, #bs_ele_frag {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.bs_lbl {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.45);
	margin-top: 16px;
}

#bs_start_boxsand {
	position: fixed;
	bottom: 32px;
	left: 32px;
	width: 160px;
	height: 48px;
	border: 2px solid rgba(181, 210, 255, 1);
	border-radius: 16px;
	background-color: rgba(181, 210, 255, 0.1);
	color: rgba(181, 210, 255, 1);
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.2s ease-out;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

#bs_start_boxsand:hover {
	background-color: rgba(104, 140, 194, 1);
	color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(104, 140, 194, 1);
	transition: 0.2s ease-out;
}

.bs_tick_sec_block {
	bottom: 92px !important;
	left: 32px !important;
}

.bs_tick_sec_block .tick_rate_select {
	width: 52px;
	font-size: 13px;
}

.bs_tick_sec_block #tick_sec_desc {
	font-size: 13px;
	color: rgba(242, 246, 250, 0.49);
}

#stop_bs {
	color: rgba(254, 183, 183, 1);
	display: none;
}

/* - */

#player_selection_wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
}

/*
#player_selection_wrap * {
	pointer-events: auto;
}
*/

.ps_p_lbl {
	position: absolute;
	top: 96px;
	left: 56px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(242, 246, 250, 1);
}

.ps_type_lbl {
	position: absolute;
	top: -28px;
	left: 0;
	font-size: 13px;
	font-weight: 500;
	color: rgba(242, 246, 250, 0.96);
}

#ps_main_options {
	position: absolute;
	top: 152px;
	left: 56px;
}

#ps_bot_options {
	position: absolute;
	top: 326px;
	left: 56px;
}

#ps_human_options {
	position: absolute;
	top: 152px;
	left: 56px;
}

#ps_bot_index_options {
	position: absolute;
	top: 326px;
	left: 56px;
}

.ps_card {
	position: relative;
	width: 244px;
	background-color: rgba(242, 246, 250, 0.1);
	border-radius: 16px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	box-sizing: border-box;
	border: 2px solid rgba(242, 246, 250, 0);
	cursor: pointer;
}

#ps_human_options .ps_card, #ps_bot_index_options .ps_card {
	background-color: rgba(148, 158, 255, 0.12);
}

#ps_human_options .ps_card:hover, #ps_bot_index_options .ps_card:hover {
	background-color: rgba(148, 158, 255, 0.16);
}

#ps_human_options .card_active, #ps_bot_index_options .card_active {
	border: 2px solid rgba(148, 158, 255, 0.32);
	background-color: rgba(158, 168, 255, 0.2) !important;
}

.ps_card:hover {
	background-color: rgba(242, 246, 250, 0.14);
}

.card_active {
	border: 2px solid rgba(242, 246, 250, 0.4);
	background-color: rgba(242, 246, 250, 0.2) !important;
}

.ps_main_card {
	height: 120px;
}

.ps_bot_card {
	height: 162px;
}

.ps_bot_card * {
	pointer-events: none !important;
}

#ps_upload-bot {
	background-color: rgba(121, 134, 252, 0.24);
}

#ps_upload-bot:hover {
	background-color: rgba(121, 134, 252, 0.28);
}

#ps_upload-bot.card_active {
	background-color: rgba(121, 134, 252, 0.32) !important;
	border: 2px solid rgba(121, 134, 252, 0.46);
} 

.ps_shape_in_card_wrap {
	position: absolute;
	top: 12px;
	left: 12px;
}

.ps_shape_option, .ps_bot_shape {
	width: 32px;
	height: 32px;
	background-color: rgba(242, 246, 250, 0.08);
	border-radius: 12px;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	position: relative;
}

.ps_shape_option:hover {
	background-color: rgba(242, 246, 250, 0.2);
}

.ps_shape_active {
	background-color: rgba(242, 246, 250, 0.32) !important;
}

.ps_bot_shape {
	background-color: rgba(242, 246, 250, 0);
}


h3.ps_p_name {
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	left: 20px;
	top: 69px;
	pointer-events: none !important;
	max-width: 208px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ps_bot_card h3.ps_p_name {
	top: 59px;
}

p.ps_p_desc {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: rgba(242, 246, 250, 0.55);
	max-width: 200px;
	pointer-events: none !important;
}

.ps_main_card h3.ps_p_name {
	top: 20px;
	pointer-events: none !important;
}

#ps_human_options .ps_sandbox_card {
	background-color: rgba(58, 180, 160, 0.12);
}

#ps_human_options .ps_sandbox_card:hover {
	background-color: rgba(58, 180, 160, 0.16);
}

.ps_sandbox_card h3.ps_p_name {
	color: rgba(233, 252, 230, 1);
}



/* ----- */



.beta_badge {
	font-size: 9px;
	line-height: 14px;
	color: rgba(242, 246, 250, 0.86);
	border: 1px solid rgba(242, 246, 250, 0.4);
	border-radius: 4px;
	padding: 0px 2px;
	margin-left: 5px;
	vertical-align: middle;
}




























