/*@font-face {
  font-family: 'BalsamiqSans-Regular';
  src:  url('BalsamiqSans-Regular.ttf');
}
@font-face {
  font-family: 'BalsamiqSans-Bold';
  src:  url('BalsamiqSans-Bold.ttf');
}
@font-face {
  font-family: 'SF-Pro-Display-Regular';
  src:  url('SF-Pro-Display-Regular.otf');
}
@font-face {
  font-family: 'SF-Pro-Display-Semibold';
  src:  url('SF-Pro-Display-Semibold.otf');
}*/
body, input, select, textarea, button{
/*	font-family: 'SF-Pro-Display-Regular';*/
	font-family: 'Arial Narrow', 'Arial';
}
.body_status_0, .body_status_1, .body_status_3, .body_status_4, .body_login, .body_register{
	background: #CFF1EC;	
	color: #034238;
	
}



.background_metric_1{
	background-color: #CFF1EC;
}
.background_metric_2{
	background-color: #FCF1DE;
}
.background_metric_3{
	background-color: #D2EAFC;
}


.body_login, .body_register{
	font-size: 1.3em;
	display:flex; 
	flex-direction: column;
}
.pop_up_win{
	background-color: rgba(40, 54, 31, 0.8);
}
.pop_up_win_content{
	padding: 24px 20px;
	background: #EDF7F6;
	border-radius: 32px;
	color: #051825;
}
.pop_up_win_header{
	color: #034238;
	font-size: 22px;
	/*font-family: 'SF-Pro-Display-Semibold';*/
	margin-bottom:24px;
}

.input_dark,.input_light{

	box-shadow: inset 0px 5px 8px rgba(81, 188, 172, 0.4);
	border-radius: 32px;
	/*font-family: 'BalsamiqSans-Regular';*/
	/*font-family: 'Arial Narrow', 'Arial';*/
	font-size: 17px;
	padding: 16px;
	margin-bottom:24px;
	border:0;
	box-sizing: border-box; 
	width:90%;
	max-width:400px;
	text-align:center;
}
.input_dark{
	background: #0DA089;
	color: #EDF7F6;
}
.input_light{
	background: #82D9CC;
	color: #FFF;
}
.button_type1{

	background: linear-gradient(180deg, #FFDFA9 0%, #F4C676 100%);
	border-radius: 32px;
	padding: 20px 40px;
	font-size: 17px;
	color: #051825;
	width:90%;
	max-width:400px;
	box-shadow: 0px 3px 0 #DDAE06;
	font-weight: bold;
/*	font-family: 'BalsamiqSans-Regular';*/
	box-sizing: border-box;
    margin: 0 auto;
}
.button_type1:hover{

	background: #FCBB24;
}
.button_type1:active{

	background: #D79F1E;
}
#button_next_step{
	width: max-content;
 /*   float: right;*/
}
.button_type1_disabled{
	filter: opacity(0.5);
}
.button_logout{
    min-width: auto;
    width: min-content;
    text-align: center;
    padding: 3px 15px;
    float: left;
    font-size: 0.8em;
    margin: -33px 10px 0 10px;
}

.button_type2{

	background: linear-gradient(180deg, #6BFEE7 0%, #28C2AA 100%);
	border-radius: 32px;
	padding: 20px 40px;
	font-size: 17px;
	color: white;
	width:90%;
	max-width:400px;
	box-shadow: 0px 3px 0 #0DA089;
	font-weight: bold;
/*	font-family: 'BalsamiqSans-Regular';*/
	box-sizing: border-box;
    margin: 0 auto;
}
.button_type2:hover{

	background: #0DA089;

}
.start_screen_caption, #cur_team_caption_div{
/*	text-shadow: 0px 4px 16px rgba(31, 39, 109, 0.35);*/
	text-align: center;
	letter-spacing: 0.2px;
/*	font-family: 'BalsamiqSans-Bold';*/
	font-size: 20px;
}
#cur_team_caption_div{
	color: #034238;
	margin:20px;
}
#team_users_main_div{
	background: #FFFFFF;
	box-shadow: 0px 2px 30px rgba(105, 104, 133, 0.12);
	border-radius: 32px;	
	width:90%;
	max-width:400px;
	margin:0 auto 20px auto;
	color: #051825;
	padding: 24px 20px;
	box-sizing: border-box; 
}
#head_div{
	background: #98E3D8;
    background-size: 80%;
    background-position: 10% 30px;
    border-radius: 0 0 32px 32px;
/*	font-family: 'BalsamiqSans-Regular';*/
	color:white;
	margin-bottom: 20px;
}
#head_status_div{
	background: #98E3D8;
    background-size: 80%;
    background-position: 10% 30px;
/*	font-family: 'BalsamiqSans-Regular';*/
	color:white;
	position: sticky;
    top: 0;
  /*  border-radius: 32px;*/
}
#timer_img_div, #cnt_tips_img_div{
	width:40px;
	height:40px;
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}

#timer_img_div{
	background-image:url('timer_logo.png?v=1');
    background-size: 40px;
}
#cnt_tips_img_div{
	background-image:url('tips_logo.svg?v=1');
}
#timer_div, #cnt_tips_div{
	background: #0DA089;
    border-radius: 5px 16px 16px 5px;
    padding: 7px 0px;
    margin: 5px 0 0 20px;
	min-width: 80px;
	font-size: 15px;
	text-align:left;
}
#cur_n_stage_div{
	background: #CFF1EC;
	box-shadow: 0px 4px 6px rgba(35, 129, 115, 0.3);
	border-radius: 16px;
	color: #034238;
	height:40px;
	line-height: 40px;
	min-width:100px;
	padding:0 10px;
}
.header_spec_metrics_div{   
	margin-bottom: 10px;
}
.header_common_metrics_div .header_metric_div_value{
	background-color: #0DA089;
	box-shadow: 0px 0px 32px rgba(145, 176, 221, 0.2);
	border-radius: 26px;
    padding-top: 9px;
	padding-bottom: 5px;
    font-size: 17px;
    min-width: 80px;
    margin-top: -10px;
}
.header_common_metrics_div .header_metric_div{
    margin-top: 10px;
}
.header_common_metrics_div .header_metric_div:first-child, .header_common_metrics_div .header_metric_div:last-child{
    margin-top: 0px;
}

.header_metric_positive, .header_metric_negative, .header_metric_nochange{
/*	padding-right: 25px;
    padding-left: 10px;*/
	background-repeat: no-repeat; 
    background-position: center right 7px;
    /* background-position-x: center; */
    background-size: 15px;
    box-sizing: border-box;
}
.header_metric_positive{
/*	border: 3px #0f0 solid;*/
	background-image:url('arrow_up.svg');
}
.header_metric_negative{
/*	border: 3px #f00 solid;*/
	background-image:url('arrow_down.svg');
}
.header_metric_nochange{
/*	border: 3px #aaa solid;*/
	background-image:url('arrow_none.svg');
}
.header_spec_metrics_div .header_metric_positive, .header_spec_metrics_div  .header_metric_negative, .header_spec_metrics_div  .header_metric_nochange{
	background-position: center right 13px;
}

.header_spec_metrics_div .header_metric_div_logo{
	float:left;
	margin-top: -7px;
    height: 60px;
}

.header_spec_metrics_div .header_metric_div_value{
	background-color: #0DA089;
    box-shadow: 0px 0px 32px rgba(145, 176, 221, 0.2);
    border-radius: 26px;
    padding: 13px;
    font-size: 17px;
    min-width: 130px;
    margin-left: 10px;
}

.header_cap_div{
	padding: 12px;
	background: #FFFFFF;
	box-shadow: 0px 2px 30px rgba(11, 63, 10, 0.16);
	border-radius: 32px;	
	margin-bottom: -41px;
    margin-top: 10px;
	color: #0DA089;
	
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	display:flex;
}
#get_cap_button{
	width: 160px;
    padding: 0;
    height: 47px;
    line-height: 52px;
    flex: 0 0 auto;
	margin-top: -1px;
    color: #006758;
    font-weight: normal;
	font-size: 17px;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration-line: underline;
}
#get_cap_button:hover{

    color: #003729;
}
.cap_name_div_root{
	flex:1 1 auto;
	overflow: hidden;
}
.cap_name_div_logo{
	width: 50px;
    height: 50px;
    background: url('crown.svg?v=1') no-repeat center;
    background-size: 40px;
    margin: -3px 0;
}
#cap_name_div{
	line-height: 47px;
	overflow: hidden;
}

.close_info_win_button{
    width: 50px;
    height: 50px;
	margin-top: -40px;
    margin-right: -30px;
    color: transparent;
    background: url('close_info_win.svg?v=1') no-repeat center;
    background-size: contain;
    box-shadow: 0px 0px 24px rgba(125, 106, 12, 0.12);
    border: 0;
}
.legend_caption{
/*	font-family: 'BalsamiqSans-Regular';*/
	font-weight: bold;
	font-size: 20px;
	margin:20px 0;
	text-align:center;
	color: #0DA089;
}
.legend_header_title{
	background: #EDF7F6;
	border-radius: 16px;
	font-weight: 500;
	font-size: 22px;
	color: #034238;
	padding: 10px;
}
.legend_caption_can_collapse{
}
.legend_caption_can_collapse .legend_header_title{
	background-image: url(arrow_up.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}
.legend_caption_can_collapse.legend_caption_collapse .legend_header_title{
    background-image: url('arrow_down.png');
}
.legend_caption_can_collapse.legend_caption_collapse .legend_header_text{
    display: none;
}

.legend_header_text{
	font-size: 17px;
	line-height: 24px;
	color: #051825;
	padding: 10px;
}
.footer_info_div_root{
	position: absolute;
	top: 0;
	right: 0;	
}

#main_content_div{
	margin-bottom:80px;
}
.footer_info_div{
	 position: fixed;
	transform: translateX(-86px);
	bottom: 20px;	
    width: 50px;
    height: 50px;
    background: url('info_icon.png?v=1') no-repeat center;
 /*   background-size: contain;*/
	filter: drop-shadow(0px 0px 5px #0003);
	cursor:pointer;
}


.task_div_num{
	background: #EDF7F6;
	border-radius: 16px;
	font-weight: 500;
	font-size: 17px;
	color: #034238;
	padding: 7px 10px;
	margin: 10px 0;
}
.main_task_div_can_collapse{
}
.main_task_div_can_collapse .task_div_num{
	background-image: url(arrow_up.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
	background-size: 14px;
	cursor: pointer;
}
.main_task_div_can_collapse.main_task_div_collapse .task_div_num{
    background-image: url('arrow_down.png');
}
.task_div_bs{
	background: #006758;
	box-shadow: 0px 0px 24px rgba(125, 106, 12, 0.12);
	border-radius: 16px;
/*	font-family: 'BalsamiqSans-Regular';*/
	text-align:center;
	font-size: 17px;
	color:white;
	padding: 15px;
	width:90%;
	max-width:400px;
	margin: 15px auto;
}
.task_div_bs_timer{
	color: #F7CC80;
	font-weight: bold;
font-size: 20px;
line-height: 20px;
margin:15px;
}
.task_div_bs_logo{
	height:80px;
	
/*	background-image: url('timer_ms_logo.png?v=1');*/
	background-image: url('timer_logo.png?v=1');
    background-position: center;
    background-repeat: no-repeat;
	background-size: 80px;
	margin-top: 10px;
}
.task_div_text {
	font-size: 17px;
	line-height: 24px;
    padding: 0 10px;
}
.task_answer_div, .task_div_ans_text {
	background: #FFFFFF;
	box-shadow: 0px 2px 30px rgba(105, 104, 133, 0.12);
	border-radius: 16px;
	padding: 18px 18px 18px 42px;
	margin: 8px 16px;
	font-size: 17px;
	line-height: 24px;
	background-image: url('unselected_answer.png');
    background-position-y: center;
    background-position-x: 8px;
    background-repeat: no-repeat;
	background-size: 26px;
	
}
.task_div_selected_answer, .task_div_ans_text{
	border: 1px solid #006758;
	background-image: url(selected_answer.png);
	color: #006758;	
}

.task_div_tips_caption{
	margin: 15px;
    color: #034238;
}
.task_tip_div{
	background: #FFEAC7;
	box-shadow: 0px 2px 30px rgba(105, 104, 133, 0.12);
	border-radius: 16px;
	padding: 18px;
	margin: 8px 16px;
}
.button_get_tip{
	margin-top:15px;
	padding: 3px 40px;
	width: max-content;
	font-weight: normal;
}
.button_get_tip_text{
	padding-right: 35px;
	background-image: url('tips_logo.svg');
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
	background-size: contain;
	line-height: 32px;
}
.main_task_div_can_collapse.main_task_div_collapse .task_div_comment, .main_task_div_can_collapse.main_task_div_collapse .task_div_ans_text, .main_task_div_can_collapse.main_task_div_collapse .task_div_text{
    display: none !important;
}
.ans_comment{
	background: #EDF7F6;
	border-radius: 16px;
	padding:16px;
	font-size: 15px;
	color: #051825;
}
.ans_comment_caption{
	font-size: 17px;
	color: #1F2827;
	margin-bottom: 10px;
}

.ans_comment_text{
	font-size: 15px;
	line-height: 24px;
}
.ans_comment_metrics, .other_ans_comment_metrics{
	display: flex;
    justify-content: space-around;
	text-align:center;
	flex-wrap: wrap;
}
.ans_comment_metrics .ans_comment_metric_div_value, .other_ans_comment_metrics .ans_comment_metric_div_value {
    background: #0DA089;
    box-shadow: 0px 0px 32px rgba(145, 176, 221, 0.2);
    border-radius: 26px;
    padding: 9px 0px 5px;
    font-size: 17px;
    min-width: 80px;
    margin-top: -10px;
	color: white;
	font-weight: bold;
}
.ans_comment_metric_div_value.ans_comment_metric_div_value_positive{
/*	color:#afa;*/
	font-weight:bold;
}
.ans_comment_metric_div_value.ans_comment_metric_div_value_negative{
	color:#faa;
	font-weight:bold;
}
.ans_comment_metric_div_logo {
    height: 60px;
/*	padding-top: 10px;*/
}
/*.ans_comment_spec_metric_div_logo{
	height: 50px;
	margin-top:-10px;
}*/
.ans_comment_metrics .ans_comment_metric_div_value, .other_ans_comment_metrics .ans_comment_metric_div_value {
    font-size: 15px;
    min-width: 65px;
}
.other_ans{
	background: #FFEAC7;
	box-shadow: 0px 2px 30px rgba(105, 104, 133, 0.12);
	border-radius: 16px;
	padding: 10px;
	margin: 8px 16px;
	font-size:15px;
}
.other_ans_text{
	font-weight:bold;
	margin:5px 0;
}



.game_result_main_div{
	background: #98E3D8;
	flex: 1 1 auto;
	padding-bottom:80px;
}
.game_result_caption{
	color: #034238;
/*	font-family: 'BalsamiqSans-Regular';*/
	font-weight: bold;
	font-size: 20px;
	text-align:center;
	padding:32px;
}



.round_result_main_div{
	background: #98E3D8;
	flex: 1 1 auto;
	padding-bottom:80px;
	
}
.round_result_caption{
	color: #034238;
/*	font-family: 'BalsamiqSans-Regular';*/
	font-weight: bold;
	font-size: 20px;
	text-align:center;
	padding:32px;
}
.round_result_start_values_div{
	margin: 0 16px;
	padding:16px;
	background: #FFEAC7;
	box-shadow: 0px 2px 30px rgba(75, 102, 98, 0.12);
	border-radius: 32px;
}
.round_result_start_values_caption{
	color: #034238;
	font-size: 17px;
	text-align:center;
	margin-bottom: 10px;
}

.round_result_start_values_metrics_div .header_metric_div_value{
	background: #0DA089;
	box-shadow: 0px 0px 32px rgba(145, 176, 221, 0.2);
	border-radius: 26px;
    padding: 9px 0px 5px;
    font-size: 17px;
    min-width: 80px;
    margin-top: -10px;
}
/*.round_result_start_values_metrics_div .header_spec_metric_div .header_metric_div_logo{
	height: 50px;
    margin-top: -7px;
}*/
/*.round_result_start_values_metrics_div .header_spec_metric_div .header_metric_div_value{
	padding-top: 39px;
	margin-top: -45px;
}*/
.round_result_start_values_metrics_div .header_spec_metric_div{
	font-weight: bold;
}
.round_result_spec_td{
/*	border-left:1px solid #fff;*/
/*	font-size: 1.2em;*/
}

.round_result_start_values_metrics_div
{
    display: flex;
    justify-content: space-around;
	text-align: center;
	color:white;
}
.round_result_main_metric_div{
	margin: 16px;
	padding:16px;
	border-radius: 32px;
	background: #0DA089;
	
}
/*.round_result_cases_div{
	margin: 16px;
	padding:16px;
	border-radius: 32px;
	background: #006758;
	
}*/
.round_result_main_metric_div_value{
font-size: 62px;
    line-height: 56px;
    color: white;
    border-left: 4px solid #FCBB24;
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
	width: max-content;
    padding-right: 50px;
}
.round_result_main_metric_div_value.header_metric_negative,
.round_result_main_metric_div_value.header_metric_positive,
.round_result_main_metric_div_value.header_metric_nochange{
	background-position-y: center;
	background-size: 30px;
}
.round_result_main_metric_div_caption{
	color: #EDF7F6;
    font-size: 15px;
}
.round_result_main_metric_help_div{
	background: url(inf.svg) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: contain;
	float: right;
    cursor: pointer;
}
.round_result_cases_div table{
	width:95%;
	margin:0 auto;
	border-radius: 32px;
	overflow:hidden;
	border-collapse: collapse;
	background: #EDF7F6;
/*	font-family: 'BalsamiqSans-Regular';*/
}


.round_result_cases_div th{
	color: #EDF7F6;
	font-weight: 500;
	width:40px;
	background: #0DA089;
	padding: 5px;
	border-left: 1px solid #006758;
}
.round_result_cases_div img{
	height:50px;
	filter: drop-shadow(0px 0px 2px white);
}

.round_result_spec_th  img{
	width: 50px;
    height: 50px;
    margin: -5px;
}
.round_result_cases_div td{
	color:#2B3937;
	height: 44px;
	border: 1px solid #006758;
	text-align:center;
	border-right: 0px;
}


.round_result_cases_div td:first-child,.round_result_cases_div  th:first-child {
	border-left: none; 
} 
.round_result_cases_div tr:last-child td{
	border-bottom: none; 
} 
.round_result_cases_div td.round_result_value_positive{
/*	color:#3f3;*/
	font-weight:bold;
}
.round_result_cases_div td.round_result_value_negative{
	color:#c00;
	font-weight:bold;
}/*
.round_result_cases_tr_color td{
	background: #3CCFB8dd;
	padding:15px 5px;
	text-align:center;
}*/
/*
.round_result_cases_tr_color td:first-child{
	border-radius: 32px 0 0 32px;
}*/

/*.round_result_cases_tr_color td.round_result_common_td:last-child{*/
.round_right_border{
	border-radius: 0 32px 32px 0;
	padding-right: 15px!important;
}
.round_result_cases_tr_del td{
	height:15px;
}
.round_result_spec_td{
  /*  border-radius: 32px;*/
  /*  width: 38px;*/
}

	
	
#head_div_round_rating{
	background: #98E3D8;
	padding-bottom: 40px;
    border-radius: 0 0 32px 32px;
}
.round_rating_main_div{
	background: #FFEAC7;
	flex: 1 1 auto;
	padding-bottom:80px;
}
.game_rating_main_div{
	background: #FFEAC7;
	flex: 1 1 auto;
	padding-bottom:80px;
}
.round_rating_1_place, .round_rating_2_place, .round_rating_3_place{
	background-repeat:no-repeat;
	background-position-x:center;
	background-position-y:top;
	padding-top: 100px;
    background-size: auto 95px;
}
.round_rating_1_place{
	background-image:url('place1.svg');
}
.round_rating_2_place{
	background-image:url('place2.svg');
	margin-top:20px;
}
.round_rating_3_place{
	background-image:url('place3.svg');
	margin-top:30px;
}

.round_rating_4_place{
	background:#0DA089;
    border-radius: 32px;
	color:white;
	display:flex;
	width:90%;
	margin:15px auto;
	padding: 10px 10px 10px 0;
	flex-wrap: wrap;
}
.round_rating_4_place_root_div{
	margin-top:-40px;
}
.header_metric_div_root{
	width:100%;
	display: flex;
    justify-content: space-around;
}

.round_rating_caption{
	color: #034238;
/*	font-family: 'BalsamiqSans-Regular';*/
	font-weight: bold;
	font-size: 20px;
	text-align:center;
	padding: 32px 0 10px 0;
}
.round_rating_4_place .round_rating_num{
	flex:0 0 auto; 
	width:50px; 
	text-align:center;
	line-height: 50px;
	font-size: 17px;
}
.round_rating_4_place .header_metric_div{
	flex: 0 0 auto;
}
.round_rating_main_div .header_metric_div_logo{
	float:left;
	margin-top: -6px;
	margin-bottom: -3px;
    height: 60px;
}
.round_rating_main_div .header_metric_div
{
	margin: 2px 0;
}
.game_rating_main_div .header_metric_div_logo{
	float:left;
	margin-top: -2px;
	margin-bottom: -4px;
    height: 50px;
}
.game_rating_main_div .header_metric_div
{
	margin: 2px 0;
}
#head_div_round_rating .header_metric_div_value{
	background: #0DA089;
    box-shadow: 0px 0px 32px rgba(145, 176, 221, 0.2);
    border-radius: 26px;
    padding: 13px 5px;
    font-size: 17px;
    min-width: 85px;
    margin-left: 10px;
    text-align: center;
	color:white;
}
.round_rating_team_caption{
	color:white;
/*	font-family: 'BalsamiqSans-Regular';*/
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 10px;
	overflow:hidden;
}
.game_rating_main_div  .round_rating_4_place .round_rating_team_caption
{
	font-size: 20px;	
}
.game_rating_main_div .round_rating_4_place .round_rating_num{
	font-size: 20px;
}
.round_rating_4_place .round_rating_team_caption{
	flex:1 1 auto;
	line-height: 50px;
	margin-bottom: 0px;
}
.round_rating_4_place .header_metric_div_value{
	background: #3CCFB8;
    box-shadow: 0px 0px 32px rgba(145, 176, 221, 0.2);
    border-radius: 26px;
    padding: 10px;
    font-size: 17px;
    min-width: 75px;
    margin: 5px 5px 5px 11px;
    text-align: center;
	color:white;
}
.round_rating_4_place .header_metric_div_root  .header_metric_div_value{

    margin: 0px 5px 5px 11px;
}
.round_rating_4_place .header_metric_div_logo{
	margin:-5px 0;
}
/*.game_rating_main_div .round_rating_4_place .header_metric_div_logo{
	margin:-6px 0;
}*/

.round_result_cases_tr_texts{
/*	margin-top: 10px;*/
    padding: 16px;
    background: #FFEAC7;
  /*  box-shadow: 0px 2px 30px rgb(75 102 98 / 12%);
    border-radius: 32px;*/
	color:black;
	text-align:left;
}
.round_result_cases_q_text{
	font-weight:bold;
	margin: 8px 0;
}

.round_result_cases_a_text{
	margin: 8px 0;
	padding: 0 0 0 42px;
	min-height: 26px;
	background-image: url('unselected_answer.png');
    background-position-y: center;
    background-position-x: 8px;
    background-repeat: no-repeat;
	background-size: 26px;
}
.round_result_cases_a_text_active{
	background-image: url(selected_answer.png);
}