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;
}
.target_readiness_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;}
}
.btn22{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; 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;}
.agebutton2{background-color: #3FAF2A; border-radius: 10px;}
.agebutton{background-color: #3d4b27; border-radius: 10px;}
.agebutton2:hover{background-color: #9f9f9f; }
.agebutton:hover{background-color: #9f9f9f; }
.readiness-activity-total-point {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: green;
}
.readiness_plan , .select_readiness_activity {
	padding: 20px;text-align: center;font-size: 22px;background: #767F65;border-radius: 10px;margin: 10px 0; color: yellow;
}
.progress-bar-animated {
	font-weight: bold;
	font-size: 20px;
}
.error
{
    color:rgb(255, 33, 79);
    
}
.readiness_plan , .select_readiness_activity {
	padding: 20px;text-align: center;font-size: 20px;background: #767F65;border-radius: 10px;margin: 10px 0; color: #fff; word-break: break-all;
}
@media(max-width: 991px){
	.navbar.navbar-header-wrap .navbar-toggler{margin-right: auto;}
}
@media(max-width: 480px){
	.readiness_plan , .select_readiness_activity {
		font-size: 15px;}
}