* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	display: flex;
	height: 100vh;
}
a {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #444444;
}
.container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
a.admin	{
	color: #cc0000; 
	text-decoration: none; 
	font-weight: bold;
}
a.admin:hover {
	color: #ff0000; 
	text-decoration: none; 
	font-weight: bold;
}
.premium {
	color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right, red, orange);
	font-weight: bold;
}
.premium:hover {
	color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to left, red, orange);
	font-weight: bold;
}
.time 	{
	font-size: 11px;
	cursor: pointer;
}
.mytime {
	font-size: 11px; 
	background-color: #ccccff;
	cursor: pointer;
}
.metime {
	font-size: 11px; 
	background-color: #ffcccc;
	cursor: pointer;
}
.p	{
	font-size: 11px; 
	background-color: #ffcccc;
}
.p2	{
	font-size: 11px; 
	background-color: #ccccff;
}
.p3	{
	font-size: 12px; 
	background-color: #ffcccc; 
	font-weight: bold;
}
.resizer {
	height: 7px;
	background: url('/images/resize.gif') no-repeat center #ccc;
	cursor: ns-resize;
}
#general-chat {
	border-top: 10px solid #aaaaaa;
	height: 55%;
}
#private-chat {
	background: URL(/images/bg.jpg) repeat-x top left #ffffff;
	height: 45%
}
.users-panel {
	width: 20%;
	max-width: 250px;
	min-width: 130px;
	background: #f6f6f6;
	display: flex;
	flex-direction: column;
	border-left: 10px solid #aaaaaa;
	white-space: nowrap;
}
.emoji-panel {
	padding: 5px;
	background: #ddd;
	border-top: 7px solid #aaaaaa;
	overflow-x: auto;
}
#users-list {
	flex: 1;
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;
}
.up {
	margin-left: 10px;
}
.all {
	height: 34px;
	background: #333333;
	padding-top: 5px;
	background: URL(/images/online_users.gif) repeat-x top left #e7e7e7;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.all img {
	cursor: pointer;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
}
.w {
	height: 42px;
	background: #ffcccc;
	padding: 13px 3px 3px 10px;
	background:URL(/images/women_users.gif) repeat-x top left;
	margin-bottom: 10px;
}
.m {
	height: 42px;
	background: #99ccff;
	padding: 13px 3px 3px 10px;
	background:URL(/images/men_users.gif) repeat-x top left;
	margin-bottom: 10px;
}
#pmsg a, #post a {
	word-wrap: break-word;
	word-break: break-all;
}
hr {
	height: 2px;
	background:URL(/images/hr.gif) repeat-x top left;
	border-width: 0px;
	margin: 2px 10px;
}
.main {
	display: flex;
	flex: 1;
	overflow: hidden;
}
.chat-area {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}
.chat-section {
	flex-grow: 1;
	overflow: auto;
	padding: 10px;
	position: relative;
	min-height: 50px;
	max-height: 70vh;
}
.input-area {
	display: flex;
	height: 60px;
	background: #dddddd;
}
.input	{
	color: #333333; 
	font-family: Tahoma, Verdana; 
	background-color: #ffffff;
	font-size: 12px;
	width: 100%;
	padding: 6px;
	margin: 0 10px 5px 10px;
	border: 1px solid #333333; border-radius: 5px;
}

@media (min-width: 500px) {	
	.header {
		height: 48px;
		background: #ffffff;
	}
	.header img {
		margin: 2px 10px;
		width: 212px;
		height: 44px;
		border: 0;
		float: left;
	}
	.head {
		background:URL(/images/sl_bg.gif) repeat-x top left;
		padding-right: 15px;
		color: #ffffff;
		font-weight: bold;
		height: 48px;
		margin-left: 235px;
	}
	.head span {
		line-height: 49px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 11px;
		float: right;
	}
	.head a {
		color: #ffffff;
		text-decoration: none;
	}
	.slogan {
		background: URL('/images/slogan_bg.jpg') no-repeat top left; 
		color: #ffffff; 
		font-size: 14px;
		font-weight: bold;
		line-height: 49px;
		height: 48px;
		padding-left: 5px;
		float: left;
		max-width: 348px;
		width: 100%;
	}
}
@media (max-width: 960px) {	
	.header span {
		display: none;
	}
}
@media (max-width: 499px) {	
	.header {
		height: 48px;
		text-align: center;
		background: #e7e7e7;
	}
	.header img {
		margin: 2px auto;
		width: 212px;
		height: 44px;
		border: 0;
	}
	.slogan {
		display: none;
	}
}

#wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-image: url('/images/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f3f5ee;
	background-size: cover;
}
#wrapper a {
	color: #b40706;
	outline: none;
	text-decoration: underline;
}
#wrapper a:hover {
	text-decoration: none;
}
#wrapper p {
	margin: 15px
}
#header {
	text-align: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
#go_main {
	padding: 10px;
}
#logo {
	margin-top: 40vh;
}
.title_form {
	text-transform:	uppercase;
	color: #3b0908;
	font-size: 18px;
	font-family:	Candara, Tahoma, Verdana;
	margin: 20px;
}
.input_lp {
	background: url(/images/input.png) no-repeat;
	border: none;
	width: 197px;
	height: 23px;
	padding: 2px 10px;
	margin: 0 0 5px 0;
	color: #333333;
	text-align: center;
	outline: none;
}
.button_enter {
	background: url(/images/enter.png) no-repeat;
	border: none;
	width: 96px;
	height: 33px;
	cursor: pointer;
	font-family: Tahoma, Verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
.warn {
	max-width: 550px;
	color: #666666;
	font-size: 11px;
	margin: 50px auto;
	text-align: center;
}
#playPauseButton {
	border: none;
	background: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-right: 15px;
	padding-left: 0;
}
#playPauseButton img {
	width: 18px;
	height: 18px;
	margin-top: 4px;
}
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 60px;
	height: 4px;
	background: linear-gradient(to right, #ff4d4d 50%, #ddd 50%);
	border-radius: 2px;
	outline: none;
	transition: background 0.3s ease-in-out;
	cursor: pointer;
    position: relative;
    top: -3px;
	margin-right: 7px;
}
input[type="range"]::-webkit-slider-runnable-track {
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(to right, #ff4d4d 0%, #ff4d4d var(--progress), #ddd var(--progress), #ddd 100%);
}
input[type="range"]::-moz-range-track {
	height: 4px;
	border-radius: 2px;
	background: #ddd;
}
input[type="range"]::-moz-range-progress {
	height: 4px;
	border-radius: 2px;
	background: #ff4d4d;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
	background: #ff4d4d;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
	position: relative;
	margin-top: -3px;
}
input[type="range"]::-moz-range-thumb {
	width: 10px;
	height: 10px;
	background: #ff4d4d;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.2s;
}
input[type="range"].styled-range {
	--progress: 50%;
}
a.gbtn {
	width: 200px;
	display: block;
	background:url('/images/g_ico.png') no-repeat 7px 7px #4285f4;
	border-radius: 3px;
	padding: 7px 10px 7px 30px;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: normal;
	margin: 15px auto;
}
a.gbtn:hover {
	color: #dddddd !important;
}