input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.progress
{
	height: 45px !important;
}
.age_select, .target_age_point{background: #f0f0f0; border: #CCC 1px solid; padding: 15px; margin-bottom: 20px; border-radius: 10px;}
.age_select, .target_age_point{}
.input_screen2 h3{margin-top: 15px; margin-bottom: 10px;}
.input_screen2 input[type=checkbox]{margin-left: -20px; margin-top: 8px !important;}
.input_screen2 .panel > div{margin-left: 20px !important;}
.running, .walking, .lungs-walk, .rest{max-width: 100% !important;}
.cat-select{padding: 0 15px !important; border: none !important; margin-bottom: 30px !important; max-width: 50% !important;}
.input_screen1 button, .input_screen2 button, .input_screen3 button{border-radius: 10px;}
.total_score_section{border: #CCC 1px solid; margin: 15px 0;}
.total_score_section .col-lg-4{background: #CCC; padding: 15px;}
.total_score_section .total-score{background: #F5F5F5; padding: 0;}
.total_score_section .total-score .col-lg-3{padding: 15px;}
.total_score_section .total-score .col-lg-3:nth-child(2n){background: #F0F0F0;}
@media(max-width: 767px){
	.total-score{margin-top: 10px;}
	.total-score .col-lg-3{border: #CCC 1px solid; width: 50%;}
	.cat-select > div{min-height: 200px !important;}
	.total_score_section .total-score{margin: 0 15px;}
}
.btn2{border: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; color: #fff !important; cursor: pointer; display: inline-block; font-size: 0.938rem; font-weight: 600; line-height: 1.7; padding: 1.05rem 2.813rem !important; text-shadow: none; -webkit-transition: background 0.2s; transition: background 0.2s; background-color: #5e89d1; border-radius: 10px;}
.btn2:hover{background-color: #9f9f9f !important;}
.agebutton{background-color: #5e89d1;}
.agebutton:hover{background-color: #9f9f9f;}
.activity-total-point {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: green;
}