.surveys {

}


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

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

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

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

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

.surveys .surveysContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

.surveys .surveyListing {
	width: 86%;
	margin: auto;
	border-bottom: 1px solid #f0f0f0;
    padding: 10px 0px;
}

.surveys .flex-container {
	padding: 0;
}

.surveys .bold,
.surveys .surveyListing .title {
	font-weight: 400;
}

.surveys .date-range{
    font-size: 12px;
     font-weight: 800;
     position: absolute;
     right: 8%;
 }

 .surveys .surveyListing.completed .date-range,
 .surveys .surveyListing.completed .sv-description {
 	display: none
 }
.surveys .surveyListing.completed .completed-message {
	display: block;
}
 .surveys .surveyListing .completed-message {
 	display: none;
    background-color: #2EDB6A;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    width: fit-content
 }