.reply {
    margin-left: 50px;
}

.hidden {
    display: none;
}

.message {
    width: 75%;
    height: 36px;
    resize: none;
    background: #FFF;
    border: none;
    padding: 10px;
	color: #000;
	border-radius: 15px;
}

.message:focus {
	outline: none;
}

.chat-bg {
    background-color: #282828;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	padding: 1px;
	border-radius: 15px;
}

.chat-header {
    margin: 0 0px 0 20px;
    background-color: #171717;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 25%;
    border-radius: 15px;
}

.chat-online{
    float: left;
	color: rgb(249 245 225 / 0.7);
	font-weight: 900;
}

.chat {
    height: 30em;
    overflow-y: scroll;
	color:#fff;
}
.chat-block {
	display:flex;
	margin: 20px;
}


.chat-box {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    width: 75%;
    padding: 10px;
    background: #08080878;
    color: #d4d4d4;
    border-radius: 15px;
}

.chat p{
	padding: 5px 20px;
}

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

.date {
	color:#F9F5E1;
	opacity: 0.4;
}

.chat-email {
	color: #ed3e32;
    font-weight: 100 !important;
    font-family: 'Play', sans-serif;
    text-shadow: 1px 1px 1px black;
}

.chat-message {
	color:#F9F5E1;
}

.chat-send {
    background-color: #ff4600;
    border: none;
    width: 25%;
    height: 36px;
    color: #E3BF59;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0px 0 20px;
    border-radius: 15px;
}

.warning {
	color: #fff;
    margin: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.wfc-reviews-title {
    font-size: 48px;
    color: #E3BF59;
    font-weight: 800;
    text-shadow: 0px -1px 6px rgba(227, 191, 89, 0.25), 0px 1px 6px rgba(227, 191, 89, 0.25);
}
.back-main {
    color: rgb(249 245 225 / 0.3);
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

.rules {
	margin: 10px 0 0;
    font-size: 14px;
    color: #d6d6d6;
    line-height: 22px;
}
@media screen and (max-width: 1024px) {
	.chat-block {
		flex-direction: column-reverse;
	}
	.chat-box {
		width: 100%;
	}
	.chat-header{ 
		margin: 0 0px 20px 0px;
		width: 100%;
	}
	.chat-send {
		font-size: 10px;
	}
}