
#messages{
    width:100vw;
    height: 95vh;
    margin: 0;
    margin-top: 5vh;
    padding: 0;
    list-style: none;
}

#messages li{
    width: 80vw;
    margin: 10px 0px;
    padding-top: 20px;
    display: inline-block;
    float: right;
}

#messages li img{
    width:15vw;
    max-width: 75px;
    height: 15vw;
    max-height: 75px;
    border-radius: 50%;
    float: right;
    margin-right: 5vw;
    background: #333;
    box-shadow: 0px 0px 5px #000;
}

#messages li p{
    width:50vw;
    height: auto;
    line-height: 2em;
    float: right;
    text-align: right;
    direction: rtl;
    font-size: 0.8em;
    margin-right: 3vw;
    margin-top: 5vw;
    padding: 10px;
    border-radius: 10px;
    background: #1c1c1c;
    color:#FFF;
    box-shadow: 0px 0px 3px #000;
    font-family:IRANSans;
}

#sendmsg{
	width:100vw;
	height:130px;
    position: fixed;
    bottom: 0;
    background: #1c1c1c;
    box-shadow: -1px -3px 4px 0px #161616;
}


#sendmsg input{

	width: 88%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 5%;
    border-radius: 50px;
    border: 1px solid #344119;
    text-align: left;
    direction: rtl;
    padding-left: 5%;
    font-size: 0.7em;
    float: left;
    background: #FFF;
    color: #333;

}



#sendmsg button{
	width:20vw;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-top: 15px;
	margin-left:5%;
	margin-bottom: 50px;
	border-radius: 50px;
	background: #005d99;
	border:none;
	color:#FFF;
	font-size: 0.7em;
    font-family: IRANSans;   
	direction: rtl;

}



































