/**
*	Aplikasi Survey Online
* 	Author	: Falih Farhan
* 	Year	: 2021
* 	Website	: pu.go.id
*/

.freetext-description li {
	margin-left: 25px;
    padding-left: 5px;
	
}

figcaption {
	text-align: center;
	margin-top: 20px;
}

.survey-list-image {
	
	display: flex;
	flex-wrap: wrap;
}

.survey-list-image li{
	margin-top: 20px;
	flex: 1 0 235px;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	margin-right: 20px;
}
figcaption {
	margin-top: 10px;
}

.smiley-face {
	
}
.smiley-face i {
	transition: all .2s;
}
.smiley-face-frown i{
	color: #f71425;
}
.smiley-face-smile-beam i{
	color: #3bb44a;
}
.smiley-face-meh i{
	color: #ffd43b;
}
.smiley-face-smile i {
	color: #77d133;
}
.smiley-face-frown-open i {
	color: #f98814;
}

.range-container {
	display: flex;
}
.range-button {
	width: 40px;
	height: 40px;
}
.range-button-circle {
	border-radius: 50%;
}