@charset "utf-8";
/* CSS Document */

/*https://storyblok-assets.mindvalley.com/css/components/assessment-container/components/category-selection.cc1046e143a694fafc44.css*/
.btn-disabled{
	background:#dfe1e5;
	color:#979ca5;
	cursor:not-allowed
}
.zero-line-height[{
	line-height:0
}
.scale2>path{
	transform:scale(2)
}
.input-container{
	align-items:center;
	display:flex;
	flex-direction:row;
	flex-grow:1;
	flex-wrap:wrap;
	gap:16px;
	justify-content:center;
	margin-bottom:80px
}
@media(max-width:480px){
	.input-container{
		margin-bottom:40px
	}
}
.category{
	align-items:center;
	background:#fff;
	border:1px solid #b3b8c1;
	border-radius:100px;
	box-sizing:border-box;
	color:#292d38;
	display:flex;
	flex-direction:row;
	gap:8px;
	padding:8px 16px
}
.cate:hover{
	background-color:#eed8fe;
	color:#292d38
}
.category-selected{
	color:#fff!important
}
.option1{
	background-color:#2cb3ff;
	border:1px solid #2cb3ff
}
.option2{
	background-color:#18c176;
	border:1px solid #18c176
}
.option3{
	background-color:#f5c918;
	border:1px solid #f5c918
}
.option4{
	background-color:#37d0d6;
	border:1px solid #37d0d6
}
.option5{
	background-color:#ff931f;
	border:1px solid #ff931f
}
.option6{
	background-color:#f72c84;
	border:1px solid #f72c84
}
.option-checkbox{
	display:none
}
.btn-disabled{
	background:#dfe1e5;
	color:#979ca5;
	cursor:not-allowed
}
#hint{
	bottom:-35px;
	color:#71767f;
	left:0;
	position:absolute;
	width:100%
}



