.fal-listesi-fal {
	height: 70px;
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
	border-radius:8px;
}
.fal-listesi-fal:hover {
	background-color:#fee;
}
.tiklama-sahasi {
	cursor:pointer;
}
.avatar-container {
	width: 50px !important;
	height: 50px !important;
	position: relative;
}
.avatar-container img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.avatar-container div {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: pink;
	border-radius: 50%;
	border: 1px solid #fff;
}
.teller-name-container {
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	margin-left:-10px;
}
.fortune-type-container {
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	margin-left:-10px;
}
.fortune-status-container {
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	margin-left:-10px;
}
.elapsed-time-container {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	color: #bbb;
}
.remove-button {
	font-size: 16px;
	color: #bbb;
	cursor:pointer;
}
.remove-button:hover {
	color:#234;
}
.message-info-container {
	height: 20px;
	line-height: 20px;
}
.loader {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #ed295e;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}
/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.first-message-container {
	height: calc(100% - 60px);
	position: absolute;
}
.text-three-dots {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-btn-container{
	background-color: #ed295e;
}
.search-btn-container i{
	color:#a2a2a2;color:#fff;
}
#search_fortune_key{
	display: none;
}
