.reply {
    margin-left: 50px;
}

.hidden {
    display: none;
}

.message {
	width: 100%;
	height: 36px;
	resize: none;
	border-radius: 0px 0px 0px 17px;
} 

.chat-bg {
	border-radius: 17px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    padding: 1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(13, 12, 14, 0.5) 100%);
}

.chat-header {
    margin: 20px;
    padding: 20px;
    color: #fff;
    font-size: 20px;
	text-align:center;
}

.chat-online{
    float: left;
}

.chat {
    margin: 20px;
    height: 30em;
    overflow-y: scroll;
	color:#fff;
}
.chat p{
	padding: 5px 20px;
}

.chat-form {
    /*padding: 0px 20px 20px 20px;*/
}

.date {
	color:#fff;
}

.chat-email {
	color:#C61F1F
}

.chat-message {
	color:#FFF
}

.chat-send {
    background-color: #FAB81B;
    border: none;
    width: 15%;
    height: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: end;
    padding-right: 10px;
    background-image: url(assets/warfacecoin/images/send_icon.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-size: 16px;
	border-radius: 0px 0px 17px 0px;
	-webkit-border-radius: 0px 0px 17px 0px;
}
.warning {
	color: #fff;
    margin: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}


@media screen and (max-width: 800px) and (min-width: 320px) {
.chat-send {
    background-color: #FAB81B;
    border: none;
    width: 15%;
    height: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: end;
    padding-right: 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    font-size: 7px;
    border-radius: 0px 0px 17px 0px;
	-webkit-border-radius: 0px 0px 17px 0px;
}
}