.survey {

}



.survey .surveysDetails {
	background-color: #ffffff;
	padding: 7px 12px;
}

.survey .left {
	float: left;
	width: 90px;
}

.survey .other {
	float: left;
	clear: right;
	width: 200px;
	margin: -6px 0 0 0;
}

.survey .avatar {
    width: 78px;
    height: 78px;
    background-size: 78px 78px;
    border-radius: 50%;
	background-color: #19A4FD;
}

.survey .postDivider {
	height: 2px;
	background-color: #f0f0f0;
}

.survey .surveyContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}


.survey .survey-btn {
	padding: 10px;
    width: 70%;
    margin: auto;
    background-color: #2EDB6A;
    text-align: center;
    color: white;
    border-radius: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}

.survey .submitedIcon {
	 background-color: #2EDB6A;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: auto;
    margin-bottom: 45px;
}

.survey .check {
	display: inline-block;
    transform: rotate(45deg);
    height: 48px;
    width: 24px;
    border-bottom: 9px solid white;
    border-right: 9px solid white;
    margin-top: -9px;
    margin: auto;
}
.survey .submitedContainer {
	width: 70%;
    margin: auto;
    text-align: left;
    margin-top: 30%;
}
    
.survey .submit-btn {
	cursor: pointer;
	width: 70%;
    margin: auto;
    text-align: center;
    font-weight: 400;
    color: white;
    background-color: #2EDB6A;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.survey .bold {
    font-weight: 400;
}

.survey .other {
    margin-bottom: 5px;
}

.survey .line-height {
    height: 27px;
}