@font-face {
	font-family: 'oswald';
	src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Oswald-Light.woff') format('woff'),
	url('../fonts/Oswald-Light.ttf') format('truetype'),
	url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'oswald';
	src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Oswald-Regular.woff') format('woff'),
	url('../fonts/Oswald-Regular.ttf') format('truetype'),
	url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswald';
	src: url('../fonts/Oswald-DemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Oswald-DemiBold.woff') format('woff'),
	url('../fonts/Oswald-DemiBold.ttf') format('truetype'),
	url('../fonts/Oswald-DemiBold.svg#Oswald-DemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'teko';
    src: url('../fonts/Teko-Regular.eot') format('embedded-opentype'),
    url('../fonts/Teko-Regular.woff') format('woff'),
    url('../fonts/Teko-Regular.ttf') format('truetype'),
    url('../fonts/Teko-Regular.svg#Teko-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'teko';
    src: url('../fonts/Teko-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/Teko-SemiBold.woff') format('woff'),
    url('../fonts/Teko-SemiBold.ttf') format('truetype'),
    url('../fonts/Teko-SemiBold.svg#Teko-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'Consolas';
    src: url('../fonts/Consolas.eot');
    src: local('Consolas'),
    url('../fonts/Consolas.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Consolas.woff2') format('woff2'),
    url('../fonts/Consolas.woff') format('woff'),
    url('../fonts/Consolas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Consolas';
    src: url('../fonts/Consolas-Italic.eot');
    src: local('Consolas Italic'), local('Consolas-Italic'),
	url('../fonts/Consolas-Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Consolas-Italic.woff2') format('woff2'),
	url('../fonts/Consolas-Italic.woff') format('woff'),
	url('../fonts/Consolas-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Consolas';
    src: url('../fonts/Consolas-BoldItalic.eot');
    src: local('Consolas Bold Italic'), local('Consolas-BoldItalic'),
	url('../fonts/Consolas-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Consolas-BoldItalic.woff2') format('woff2'),
	url('../fonts/Consolas-BoldItalic.woff') format('woff'),
	url('../fonts/Consolas-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Consolas';
    src: url('../fonts/Consolas-Bold.eot');
    src: local('Consolas Bold'), local('Consolas-Bold'),
	url('../fonts/Consolas-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Consolas-Bold.woff2') format('woff2'),
	url('../fonts/Consolas-Bold.woff') format('woff'),
	url('../fonts/Consolas-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
#msg {
	background: #1c1c1c;
	color: #FFFFFF;
	font-size: 16pt;
	margin: 0px auto;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 1;
	display: none;
	top: 0;
	opacity: 0.9;
}
#msg div {
	color: #1c1c1c;
	font-size: 14pt;
}
#msg span {
	color: #ffffff;
}
#page-preloader {
	background: url("../img/preloader.gif") no-repeat 50% 50% #0c0c0c;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10001;
	opacity: 0.9;
}
html {
	height: 100%;
	overflow: auto;
}
body {
	background-color: #1c1c1c;
	color: #ffffff;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: "oswald", sans-serif;
}
body.login {
	background: url('../img/bg_1.jpg') no-repeat fixed 50% 0 / cover #1c1c1c;
}
body.create {
	background: url('../img/body.jpg') no-repeat fixed 50% 0 / cover #1c1c1c;
	overflow: auto !important;
}
body.main-page {
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
* {
	outline: none !important;
	outline-offset: unset;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "oswald", sans-serif;
	font-weight: normal;
}
.clear {
	clear: both;
}
.w-auto {
	width: auto !important;
}
.w-50 {
	width: 50% !important;
}
.w-100 {
	width: 100% !important;
}
.tooltip {
	z-index: 8;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tooltip-inner {
	background-color: #444;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.65);
	font-size: 15px;
	font-weight: normal;
	letter-spacing: normal;
	border: 1px solid #6DD70D;
	line-height: 1.2;
	font-family: "oswald", sans-serif;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #6DD70D;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #6DD70D;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #6DD70D;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #6DD70D;
}

.popover {
	z-index: 9999;
	text-align: center;
	background-color: #00b7ff;
	width: 100%;
}
.popover-title {
	font-size: 16px;
	background-color: #00b7ff;
	color: #ffffff;
	border: none;
}
.popover-content {
	background-color: #1C1C1C;
	color: #9E9E9E;
	border-radius: 0px 0px 5px 5px;
	font-size: 15px;
	font-family: "oswald", sans-serif;
}
.popover-content p {
	margin-bottom: 2px;
}
.popover.top .arrow:after {
	border-top-color: #00b7ff;
}
.popover.right .arrow:after {
	border-right-color: #00b7ff;
}
.popover.bottom .arrow:after {
	border-bottom-color: #00b7ff;
}
.popover.left .arrow:after {
	border-left-color: #00b7ff;
}
.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.form-control {
	color: #fff;
	background-color: rgba(28, 28, 28, 0.4);
	border: 2px solid #999;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form-control:hover {
	border-color: #7FCCFF;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background: url('../../style/img/lock.png') no-repeat 98% 50% / 16px auto #606060;
	color: #ADADAD;
}
.form-control::placeholder {
	color: #fff;
}
.checkbox input {
	margin-top: 5px;
}
input:focus::placeholder,
textarea:focus::placeholder {
	color: transparent !important;
}
.btn {
	border: none;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	width: 100%;
	letter-spacing: 1px;
}
.btn-primary {
	background: linear-gradient(to bottom, #38AFFF, #0088bd);
	text-shadow: 1px 1px 0 #1671AD;
}
.btn-primary:hover {
	background: linear-gradient(to left, #38AFFF, #0088bd);
}
.btn-danger {
	background: linear-gradient(to bottom, #ff3232, #ba2929);
	text-shadow: 1px 1px 0 #b20000;
}
.btn-danger:hover {
	background: linear-gradient(to left, #ff3232, #ba2929);
}
.btn-warning {
	background: linear-gradient(to bottom, #f0ad4e, #ff9600);
	text-shadow: 1px 1px 0 #c47400;
}
.btn-warning:hover {
	background: linear-gradient(to left, #f0ad4e, #ff9600);
}
.btn-success {
	background: linear-gradient(to bottom, #5cb85c, #20AB0D);
	text-shadow: 1px 1px 0 #137F04;
}
.btn-success:hover {
	background: linear-gradient(to left, #5cb85c, #20AB0D);
}
.btn-info {
	background: linear-gradient(to bottom, #30deb2, #209275);
	text-shadow: 1px 1px 0 #09624b;
}
.btn-info:hover {
	background: linear-gradient(to left, #30deb2, #209275);
}
.btn-default {
	background: #444;
}
.btn-default:hover {
	background: #777;
	color: #fff;
}
.page-404 {
	background-color: #040205;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-404 img {
	max-width: 100%;
	height: auto;
}
.lang {
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 99;
	width: 50px;
}
.lang .btn {
	border-radius: 0 0 5px 0;
}
.lang .dropdown.open .btn {
	border-radius: 0;
}
.lang .dropdown-menu {
	min-width: auto;
	width: 100%;
	margin: 0;
	border-radius: 0;
	border: none;
}
.lang .dropdown-menu > li > a {
	padding: 3px;
	font-weight: bold;
}
.form-signin {
	background-color: rgba(29, 29, 29, 0.6);
	border: 1px solid #ba2929;
	margin: 0 auto;
	max-width: 330px;
	padding: 15px;
	font-size: 15px;
	color: #fff;
}
.form-signin .form-signin-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.1;
}
#change_ava .form-signin .form-signin-heading {
	margin-bottom: 5px;
}
.form-signin .form-control {
	font-size: 16px;
	height: auto;
	padding: 10px;
	margin: 10px 0;
}
.form-signin .btn {
	font-size: 20px;
}
.form-signin .btn:not(:last-child) {
	margin-bottom: 5px;
}
.form-signin .btn-primary img {
	margin-bottom: 3px;
}
.form-signin .btn-danger img {
	margin-bottom: 5px;
}
.form-signin .remind {
	display: inline-block;
	margin-top: 7px;
	color: #fff;
}
.form-signin .checkbox label:hover,
.form-signin .remind:hover {
	color: #38AFFF;
}
.form-signin #protect {
	display: none; 
	text-align: center;
}
#form_authorization {
	opacity: 0;
}
#form_authorization > .container {
	min-height: 315px;
}
#form_registration, #form_remind {
	display: none;
}
#form_registration > .container {
	min-height: 400px;
}
.modal {
	background-color: rgba(0,0,0,0.5);
}
.modal-dialog {
	width: 100%;
	min-width: 300px;
	max-width: 420px;
	margin: 0 auto;
	padding: 10px;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
}
#userStat .modal-dialog {
	max-width: 600px;
}
#map .modal-dialog {
	max-width: 921px;
}
#chat .modal-dialog {
	max-width: 570px;
}
.modal-content {	
	border: none;
	border-radius: 0;
}
#map .modal-body {
	overflow: auto;
	height: calc(100vh - 85px);
	max-height: 566px;
}
#map .modal-body, #userStat .modal-body {
	padding: 0;
}
.modal-header {
	background-color: #1C1C1C;
	border-bottom: 3px solid #00b7ff!important;
	overflow: hidden;
}
.modal-header .close {
	float: none;
	text-shadow: none;
	margin-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#userStat .modal-header {
	padding-bottom: 5px;
}
#userStat .modal-header,
#userStat .modal-footer {
	border: none !important;
}
.modal-header > h4 {
	color: #fff;
	font-size: 22px;
}
.modal-header > h4 > span {
	color: #ba2929;
	font-weight: bold;
	font-size: 18pt;
	position: relative;
	top: 1px;
}
#quest .modal-header > h4 > span {
	color: #6DD70D;
}
#role .modal-header > span {
	color: #9c9c9c;
}
#role .modal-header > span > b > font {
	color: #00b7ff;
}
.modal-body {
	background-color: #1c1c1c;
	font-size: 22pt;
	color: #fff;
	text-align: center;
}
#dxc .modal-body {
	font-size: 10pt;
	color: #9c9c9c;
}
.modal-body img.noborder {
	float: none;
	border-radius: 0;
}
#role .modal-body > div {
	font-size: 18px;
}
#role .modal-body > p {
	display: inline-block;
	padding: 0 5px;
}
#role .modal-body > p > img {
	cursor: help;
	background-color: #00b7ff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #00b7ff;
	padding: 5px;
}
#role .modal-body > p > span {
	display: block;
	font-size: 28px;
	font-family: "teko" ,sans-serif;
}
#role .modal-body > div > b {
	background-color: #00b7ff;
    border-radius: 20px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    width: 22px;
	cursor: help;
}
#role .modal-body > div > b:hover {
	background-color: #404040;
	text-shadow: 1px 1px 0 #1c1c1c;
}
#role .modal-footer, #groupStat .modal-footer {
	background-color: #1C1C1C;
	border: 2px dashed #00b7ff;
	margin-top: 0px;
}
#role .modal-footer > span, #groupStat .modal-footer {
	color: #9C9C9C;
	float: left;
	text-align: left;
}
#role .modal-footer {
	text-align: center;
}
#role .modal-footer > span {
	float: none;
}
.modal-footer {
	padding: 10px;
	background-color: #1c1c1c;
	margin: 0;
	border-color: #444;
}
.fs-12 {
	font-size: 12pt;
}
.header {
	background: url("../img/panel.jpg") repeat 0 0 #1c1c1c;
	box-shadow: 0 -3px 2px rgba(0,0,0,0.4) inset, 0 2px 2px rgba(0,0,0,0.4);
	position: relative;
	z-index: 2;
	height: 17px;
}
.header a {
	padding: 0px;
}
.wrap {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.warn {
	background: url('../img/online-panel.png') no-repeat 0 0 transparent;
	background-size: 100% auto;
	color: #ffffff;	
	width: 250px;
	height: 225px;
	overflow: hidden;
	text-transform: uppercase;	
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
}
.warn > b {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 6.4rem 0 1rem;
}
.warn > div {
	display: flex;
	justify-content: space-between;
	max-width: 168px;
	margin: 5px auto;
	font-size: 16px;
}
.warn > b + div {
	color: #6dcb3d;
}
.ver {
	width: auto;
	height: auto;
	right: 10px;
	top: 0;
	position: absolute;
	-moz-transform: translateX(350px);
	-ms-transform: translateX(350px);
	-webkit-transform: translateX(350px);
	-o-transform: translateX(350px);
	transform: translateX(350px);
	z-index: 1;
}
.info_block_login {
	position: relative;
	z-index: 2;
	padding: 0 10px 20px;
}
.future {
	background: url('../img/bg_2.jpg') no-repeat 100% 0 / cover rgba(51, 51, 51, 0.8);
	color: #ccc;
	font-size: 20px;	
}
.future .align {
	margin: 0 auto;
	max-width: 880px;
	padding: 40px 30px 0px;
	overflow: hidden;
}
.future .align > div {
	float: left;
	width: 33.3%;
	height: 180px;
	text-shadow: 1px 1px 1px #000;
}
.future .align > div img {
	border: 2px solid #969696;
	border-radius: 50%;
	padding: 10px;
	width: 100px;
	background-color: rgba(28, 28, 28, 0.8);
}
.future .title_h {
	background-color: rgba(29, 29, 29, 0.6);
	border-bottom: 1px solid #ba2929;
	border-top: 1px solid #ba2929;
	font-size: 38px;
	padding: 8px 0 10px;
	text-transform: uppercase;
	box-shadow: 0 0 27px #ba2929;
}
.auth_title {
	background-color: rgba(0,0,0,0.7);
	color: #ffffff; 
	font-size: 16pt;
	text-align: left;
	box-shadow: 0 0 25px #000;
	min-height: 450px;
	position: relative;
}
.auth_title .text {
	color: #ccc;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	min-height: 450px;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.auth_title .text > b {
	font-size: 24px;
	text-transform: uppercase;
	margin: 20px 0;
	display: inline-block;
	line-height: 1.1;
}
.auth_title .text > b > span {
	color: #e23838;
	font-size: 30px;
	font-weight: bold;
}
.auth_title .text > p {
	margin: 5px 0;
}
.auth_title .text_title {
	font-size: 24px;
	margin: 25px 0 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.auth_title .text table td {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.auth_title .text table td .b_img {
	margin-bottom: 7px;
}
.auth_left_block {
	position: absolute;
	left: 0;
	width: 250px;
	overflow: hidden;
	bottom: 0;
	color: #fff;
	-moz-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px);
	z-index: 3;
}
.auth_info_title {
	background: #ba2929;
	padding: 10px;
	text-transform: uppercase;
}
.auth_info {
	background: rgba(29, 29, 29, 0.7);
	padding: 10px 15px; 
}
.auth_info > div:first-child {
	text-align: left;
	color: #e13838;
	font-size: 18px;
}
.auth_info > div:last-child {
	text-align: left;
	margin-left: 5px;
	font-weight: 300;
	font-size: 17px;
	color: #f5f5f5;
}
.auth_info ul, .auth_system_req_info ul {
	list-style: outside;
	margin-bottom: 0;
	padding-left: 13px;
}
.drw_logo {
	background: url("../img/drw_logo.png") no-repeat 50% 0 / auto 100% transparent; 
	width: 450px;
	height: 610px;
	right: 0;
	bottom: 0;
	position: absolute;
	-moz-transform: translateX(450px);
	-ms-transform: translateX(450px);
	-webkit-transform: translateX(450px);
	-o-transform: translateX(450px);
	transform: translateX(450px);
}
.auth_footer {
	background-color: rgba(29, 29, 29, 0.6);
	border-top: 1px solid #ba2929;
	padding: 20px;
	bottom: 0;
}
.auth_footer a {
	padding: 0px;
}
.auth_footer .copy {
	color: #ccc;
	font-size: 12px;
	position: relative;
	margin-top: 10px;
}
.auth_footer .copy .subscr {
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.auth_footer .copy .subscr > div {
	width: 33.3%;
}
.auth_footer .copy .subscr > div:first-child {
	text-align: left;
}
.auth_footer .copy .subscr > div:last-child {
	text-align: right;
}
.auth_footer .copy .legal {
	font-size: 10px; 
	border-top: 1px solid #727272; 
	text-align: center; 
	margin-top: 10px; 
	padding-top: 10px;
	font-weight: 300;
}
.logo {
	background: url("../img/logo.png") 50% 50% / contain no-repeat transparent;
	height: 110px;
	margin: 0px auto;
	width: 100%;
}
.logo_login {
	background: url("../img/logo_new.png") 50% 0 no-repeat transparent;
	margin: 0px auto -3rem;
	height: 57vh;
	-moz-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	-webkit-transform: translateY(-600px);
	-o-transform: translateY(-600px);
	transform: translateY(-600px);
	position: relative;
	background-size: auto 100%;
	z-index: 2;
}
.title {
	background: linear-gradient(120deg, #5F516F, #170E21);
	color: #FFFFFF;
	font-size: 24px;
	padding: 5px;
	letter-spacing: 2px;
	text-align: center;
}
.block_title {
	font-size: 22px;
	margin-bottom: 10px;
}
.block_title,
.block_title + span,
.age thead td {
	text-shadow: 1px 1px 3px #000;
}
.block_title + span {
	margin-bottom: 10px;
	display: block;
	font-size: 17px;
}
#create {
	position: relative;
	z-index: 3;
}
#create button[type="submit"] {
	position: fixed;
	font-size: 30px;
	line-height: 1.1;
	bottom: 0;
	display: none;
	left: 0;
	border-radius: 0;
	box-shadow: 0 0px 5px #000;
	z-index: 99;
}
#age {
	width: 305px;
	margin: 20px auto 0;
}
.age {
	padding: 6px;
}
.age thead td {
	font-size: 19px;
	padding: 7px 0;
}
.age input {
	background-color: #1c1c1c;
	border: 2px solid #5F516F;
	color: #969696;
	font-weight: bold;
	font-size: 29px;
	padding: 5px 0px;
	text-decoration: none;
	text-align: center;
	width: 80px;
}
.age input:hover, .age input:focus {
	border-color: #00b7ff;
	box-shadow: 0 0 6px #00b7ff;
}
.gender {
	display: flex;
	border: 2px solid rgb(31, 139, 210);
}
#pol, .param, .dxc_infoblock, .ava_m {
	display: none;
}
#pol {
	max-width: 500px;
	margin: 20px auto 0;
	padding: 0 10px;
}
#pol a {
	background-color: #1c1c1c;
	width: 33.3333%;
	color: #FFFFFF;
	padding: 15px;
	font-size: 19px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
}
#pol a.active {
	background-color: #5d4f6d !important;
	cursor: default;
}
#pol a i {
	font-size: 50px;
	margin-bottom: 5px;
}
#pol a:not(:last-child) {
	border-right: 2px solid rgb(31, 139, 210);
}
#pol a:hover {
	background-color: #392d46;
}
.save input, .save_w input {
	background: url("../img/save_bg.png") no-repeat transparent;
	border: none;
	color: transparent;
	height: 166px;
	margin-left: 15px;
	margin-top: 11%;
	position: absolute;
	width: 166px;
	cursor: pointer;
}
.save_w input {
	background-position: 0 -332px;
}
.save_w, .save {
	float: right;
	margin-right: 220px;
	margin-top: -510px;
}
.save input:hover, .save_w input:hover {
	background-position: 0 -166px;
}
.param {
	margin: 25px 0;
	padding: 0 10px;
}
.param .roles {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.param .roles > div {
	background-color: rgba(28,28,28,0.9);
	max-width: 400px;
	border: 2px solid #1c1c1c;
	min-height: 163px;
	position: relative;
	width: 25%;
}
.param .roles > div:hover {
	border-color: #0bc80b;
}
.param .roles .img {
	overflow: hidden;
}
.param .roles .img img {
	max-width: 100%;
	cursor: pointer;
	transition-duration: 0.6s;
}
.param .roles > div:hover .img img {
	transform: scale(1.03);
}
.param .roles > div > p {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.55);
	padding: 5px 15px 10px;
	color: #dbdbdb;
	text-align: left;
	font-weight: 100;
	font-size: 17px;
	letter-spacing: 0.01em;
}
.param .roles .param_name {
	background-color: rgba(0,0,0,0.55);
	color: #FFFFFF;	
	width: 100%;
	text-align: center;	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
}
.param .roles .param_name .name {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
.param .roles .param_name .ico img {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 4px;
}
.param .roles .param_name .info {
	position: unset;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
	padding-left: 1px;
}
.param .roles .param_name .info:hover {
	background-color: #5d4f6d;
}
.param .roles > div.active {
	border-color: #0bc80b;
}
.param .roles > div.active .param_name {
	background-color: rgba(11, 200, 11, 0.4);
}
.param .roles > div.active img {
	cursor: default;
}
.ava_m {
	margin: 0 auto;
	padding: 0 40px 80px;
	max-width: 1600px;
}
.slider .item {
	border-radius: 5px;
    padding: 6px;
}
.slider .item a {
	padding: 0;
	display: block;
	cursor: zoom-in;
	position: relative;
}
.slider .item a:before {    
	content: '\f00e';
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 900;
}
.slider .item img {
	border: 2px solid #1c1c1c;
}
.slider .item img:hover {
	border-color: #0bc80b;
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.slider .item .status {
	color: #fff;
	font-weight: bold;
	height: 22px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.slider .item .cost {
	background-color: #1c1c1c;
	color: #fff;
	font-family: "teko", sans-serif;
	font-weight: bold;
	border-radius: 50px 0px;
	margin-top: 3px;
	font-size: 22px;
	height: 28px;
}
.slider .item input {
	display: none;
}
.slider .item .btn {
	margin-top: 4px;
	font-size: 14px;
	border: 2px solid #1c1c1c;
}
.ava_main {
	position: relative;
	height: 205px;
	margin-bottom: 10px;
}
.user_panel:not(.min) .ava_main:hover {
	cursor: pointer;
}
.ava_main:after {
	background-image: url('../img/ava_border.png');
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-size: 100%;
	z-index: 2;
}
.ava_main img {
	border: none !important;
	top: 38px;
	width: 140px;
	position: relative;
	border-radius: 50%;
}
.ava_main.die, .npc_ava.die img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
}
.user_panel {
	background-image: url("../img/panel2.jpg");
	background-color: #1c1c1c;
	border-radius: 10px;
	color: #FFFFFF;
	padding: 10px;
	max-width: 205px;
	text-align: center;
	box-shadow: 4px -4px 2px rgba(0,0,0,0.45) inset, -3px 3px 2px inset rgba(255,255,255,0.3);
	position: relative;
	font-weight: 300;
	min-width: 200px;
}
#home .user_panel {
	float: left;
}
#profile .user_panel,
#stats .user_panel {
	max-width: 350px;
}
.user_panel .buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.user_panel .buttons a {
	font-size: 22px;
	background-color: #1c1c1c;
	width: 50px;
	height: 50px;
	border: 5px solid #444;
	border-radius: 50%;
	color: #fff;
	margin: 4px 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.user_panel .buttons a .fa-user-gear {
	position: relative;
	top: -1px;
	left: 2px;
}
.user_panel .buttons a:hover {
	background-color: #00b7ff;
	border-color: #076CAE;
}
.user_panel .buttons a.active {
	background-color: #CA132D;
	border-color: #FFFFFF;
	box-shadow: 0px 0px 10px #CA132D;
}
.user_panel .user_status {
	display: flex;
	justify-content: center;
}
.user_panel.npc .user_status.opp {
	margin-top: 5px;
	margin-bottom: -5px;
}
.user_panel .user_status span {
	margin: 2px 3px 5px;
}
.user_panel .user_status i {
	font-size: 15px;
	background-color: #b02d2d;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	cursor: help;
}
.user_panel .user_status small {
	background-color: #1c1c1c;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: -12px;
	margin-right: -8px;
	display: inline-block;
	position: relative;
	top: -10px;
	border: 2px solid #fff;
}
.sidebar {
	float: right;
	background-color: #1c1c1c;
	border: 1px solid #444;
	margin-top: 10px;
	border-radius: 0 20px 20px 0;
	margin-left: -2px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.7);
}
.sidebar .round_bar {
	width: 30px;
	height: 30px;
	border: 1px solid #444;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	cursor: help;
	margin: 5px;
}
.sidebar .round_bar > span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1c1c1c;
	-webkit-text-stroke: 1px #fff;
	font-size: 16px;
	z-index: 1;
}
.sidebar .round_bar > div {
	background-color: #66b50b;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.stats {
	background-color: #1c1c1c;
	border: 1px solid #444444;
	padding: 4px;
	border-radius: 0 0 5px 5px;
}
.stats ul {
	display: flex;
	flex-wrap: wrap;
	color: #ffffff; 
	font-size: 15px;
	margin-bottom: 0;
	text-align: left;
	font-weight: normal;
}
.stats ul li {
	width: 50%;
	padding: 4px;	
	white-space: nowrap;
}
#home.minimize {
	display: flex;
	flex-direction: column-reverse;
}
#home .user_panel button.minimize {
	position: absolute;
	left: 6px;
	font-size: 17px;
	top: 8px;
	border: none;
	background-color: transparent;
	color: #fff;
}
#home .user_panel button.minimize:hover {
	color: #00b7ff;
}
#home.minimize .user_panel {
	width: min-content;
	min-width: 93px;
	float: none;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: column;
}
#home.minimize .user_panel > *:not(.ava_main):not(button.minimize):not(form):not(.login_name),
#home.minimize .user_panel .ava_main .circle_bar {
	display: none;
}
#home.minimize .user_panel button.minimize {
	background-color: #444;
	line-height: 1.3;
	font-size: 17px;
	top: 7px;
	border-radius: 2px;
	z-index: 1;
}
#home.minimize .user_panel form {
	z-index: 1;
}
#home.minimize .user_panel .login_name {
	order: 2;
	font-size: 14px;
	background-color: #1c1c1c;
	border: 1px solid #444;
	padding: 3px 5px;
	line-height: 1;
	margin-top: -1px;
}
#home.minimize .user_panel .ava_main {
	height: auto;
	margin: 0;
	order: 1;
	border: 1px solid #444;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
#home.minimize .user_panel .ava_main:after {
	content: none;
}
#home.minimize .user_panel .ava_main .lvl {
	background-color: #754c9e;
	width: auto;
	height: 20px;
	line-height: 1.4;
	left: 0;
	bottom: 0;
	padding: 0 5px;
	font-size: 18px;
	border-radius: 0 2px 0 0;
}
#home.minimize .user_panel .ava_main img {
	max-width: 100%;
	border-radius: 0;
	top: 0;
}
#home.minimize .sidebar {
	float: none;
	display: flex;
	margin-top: 0;
	flex-wrap: wrap;
	width: 93px;
	border-radius: 0 0 10px 10px;
	margin-left: 0;
	justify-content: center;
}
.user_panel.min .stats {
	margin-top: 7px;
	border-radius: 5px;
}
.user_panel.min .stats ul {
	text-align: center;
}
.user_panel.min .stats ul li {
	width: 100%;
	padding: 1px;
}
.stats ul li[data-toggle="popover"]:hover {
	color: #00b7ff;
	cursor: help;
}
.stats ul li > b,
.inv_show_stats > div > b {
	display: inline-block;
	width: 20px;
	text-align: center;
}
.inv_show_stats > div > b {
	width: 25px;
}
.stats ul li > span {
	font-size: 15px;
}
.stats ul li > span,
.inv_show_stats span {
	color: #20AB0D;
	font-weight: normal;
}
#userStat .stats {
	border-radius: 0;
}
#stat_damage {
	color: #00b7ff;
}
#stat_damage_gun {
	color: #FF8723;
}
#stat_accuracy {
	color: #1F8E5A;
}
#stat_crit_chance, #stat_crit_damage {
	color: #F34949;
}
#stat_hp_reg {
	color: rgb(134, 224, 30);
}
#stat_stamina_reg {
	color: rgb(231, 135, 26);
}
#stat_fury_reg, #stat_food_reg {
	color: rgb(142, 51, 239);
}
#stat_ammo span {
	color: #6C69D3;
}
.login_name {
	font-size: 19px;
	line-height: 1.6;
	color: #7F8B93;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
}
.login_name.man,
.loc_hh .status_name.man {
	color: #00b7ff;
}
.login_name.woman,
.loc_hh .status_name.woman {
	color: #FF8DEA;
}
.login_name.transgender,
.loc_hh .status_name.transgender {
	color: #a161e6;
}
#userStat .status {
    position: absolute;
    right: 0;
    top: 36px;
}
#userStat .status > span {
    font-size: 17px;
    text-transform: lowercase;
	padding: 0px 5px 2px 7px;
	display: block;
	border-radius: 0 0 0 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#userStat .user_login {
    top: 0;
    color: #fff;
    font-size: 25px;
    left: 0;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.37);
    width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	line-height: 1;
	padding: 4px 0 7px;
}
#userStat .user_block {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	margin: 0 -3px;
}
#userStat .user_block > div {
	width: 50%;
	padding: 0 3px;
}
#userStat .user_ava {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: transparent;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}
#userStat .user_ava[data-pol="man"] .user_login {
	background-color: rgba(31, 139, 210, 0.75);
}
#userStat .user_ava[data-pol="woman"] .user_login {
	background-color: rgba(255, 141, 234, 0.75);
}
#userStat .user_ava[data-pol="transgender"] .user_login {
	background-color: rgba(161, 97, 230, 0.75);
}
#userStat .opp_hp {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}
#userStat .opp_hp .bar {
	border-radius: 0;
}
#userStat .user_items {
	position: absolute;
    right: 4px;
	top: 5px;
}
#userStat .user_items:hover, .user_panel:not(.min) .ava_main:not(.die):hover > img {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
	cursor: pointer;
}
#userStat .add_group {
	bottom: 50px;
	left: 6px;
	position: absolute;
	background-color: #1c1c1c;
	padding: 5px;
	border-radius: 5px;
	color: #86e01e;
	line-height: 1;
	cursor: pointer;
}
#userStat .add_group:hover {
	color: #a1ff24;
}
.btn-default_fight {
	background: transparent url("../img/fight.png") no-repeat 0 0 / 70px auto;
    border: none;
    color: #fff!important;
    font-size: 21px;
    height: 70px;
    text-shadow: 1px 1px 0 #9f0505;
    text-transform: uppercase;
    width: 70px;
	line-height: 1;
	padding: 0;
	bottom: 35px;
    position: absolute;
    right: 5px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.btn-default_fight > span {
	color: #f2b02c;
}
.user_winlose {
	background-color: #1C1C1C;
	border: 1px solid #444444;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 4px;
	display: flex;
	justify-content: space-between;
	font-weight: 300;
}
.group_info .user_winlose {
	margin-top: 5px;
}
.group-list .group_info .user_winlose {
	margin-bottom: 0;
}
.user_winlose > div {
    width: 33.3333%;
	margin: 4px;
}
.group_info .user_winlose > div {
	width: 50%;
}
.user_winlose .user_winlose_int {
	font-size: 20px;
	border-radius: 3px 3px 0 0;
}
.user_winlose .user_winlose_col {
	font-size: 15px;
	border-radius: 0 0 3px 3px;
	padding: 0 3px;
}
.user_winlose .user_winlose_int.uwin {
	background-color: #1F6F15;
}
.user_winlose .user_winlose_int.ulose {
	background-color: #ca132d;
}
.user_winlose .user_winlose_int.ulose2 {
	background-color: #484848;
}
.user_winlose .user_winlose_col.uwin {
	background-color: #20AB0D;
}
.user_winlose .user_winlose_col.ulose {
	background-color: #F34949;
}
.user_winlose .user_winlose_col.ulose2 {
	background-color: #636363;
}
.exit {
	position: absolute;
	top: 8px;
	right: 8px;
}
.exit button {
	background-color: #b41717;
	border: 2px solid #b4b4b4;
	color: #fff;
	border-radius: 20px;
	width: 25px;
	height: 25px;
	padding: 0;
	box-shadow: -2px -2px 2px rgba(0,0,0,0.4) inset, 2px 2px 2px rgba(255, 255, 255, 0.4) inset;
	display: flex;
	justify-content: center;
	align-items: center;
}
.exit button:hover {
	background-color: #ea0606;
}
.error {
	background-color: #BC2929;
	color: #ffffff;
	font-size: 13pt;
	padding: 5px;
	text-align: center;
	display: none;
	line-height: 1.2;
	margin-top: 10px;
}
.error_no {
	color: #BC2929;
	font-size: 14px;
}
.ban_text {
	background-color: rgba(29, 29, 29, 0.7);
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	padding: 10px 10px 15px;
	text-align: center;
}
.ban_text > div {
	color: #ea2f2f; 
	font-size: 38px; 
	font-weight: bold;
}
.ban_text .btn {
	width: 140px;
	display: inline-block;
	margin-top: 10px;
}
.ok {
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 10px;
}
.dxc_infoblock {
    background-color: #6fde00;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 5px auto;
    max-width: 200px;
    padding: 7px 10px;
    text-transform: uppercase;
}
.dxc_infoblock > b {
    font-size: 27px;
}
.dxc_infoblock:hover {
	background-color: #373737;
	color: #fff;
}
.info_block {
	overflow-x: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	z-index: 1060;
}
.modal-open .info_block {
	overflow-y: hidden;
}
.main-page:not(.fight) .tab-content {
	padding: 0 7px;
	position: absolute;
	top: 40px;
	left: 0;
	padding-bottom: 25px;
}
.main-page.fight .tab-content {
	padding: 0 7px;
	float: left;
	margin-top: 10px;
}
.tab-content.opp .bx-viewport {
	height: 100% !important;
}
.tab-content .nav-tabs.minimize {
	display: none;
}
.tab-content .nav {
	font-size: 14px;
	margin-left: 6px;
	padding-left: 3px;
	width: 192px;
}
.tab-content .nav > li > a {
	padding: 0;
}
.tab-content .nav-tabs {
	border: none;
}
.tab-content .nav-tabs > li {
	width: 33.3333%;
}
.tab-content .nav-tabs > li > a {
	color: #fff !important;
	border-radius: 4px 4px 0 0;
	background-color: #1c1c1c;
	border-color: transparent !important;
	box-shadow: 2px 0 1px rgba(0,0,0,0.45) inset, -2px 1px 1px inset rgba(255,255,255,0.3);
}
.tab-content .nav-tabs > li:not(.active) > a:hover {
	background-color: #7e7e7e;
}
.tab-content .nav-tabs > li.active > a,
.tab-content .nav-tabs > li.active > a:hover,
.tab-content .nav-tabs > li.active > a:focus {
	background-color: #444444;
}
.create_block {
	background-color: #01a286;
    box-shadow: 3px 3px 1px rgba(255,255,255,0.3) inset, -6px -3px 1px rgba(0,0,0,0.2) inset;
    color: #fff;
    font-weight: 300;
	width: 140px;
	height: 140px;
	border-radius: 100px;
	font-size: 30px;
	line-height: 1.1;
	display: table;
	top: 33px;
	position: relative;
	left: 19px;
}
.ava_main:hover .create_block {
	background-color: #04bd9d;
}
.create_block span {
	display: table-cell;
	vertical-align: middle;
}
.nav_panel {
	background: url("../img/header.png") repeat 0 0 #444444;
	padding: 5px;
	border: 5px solid #444444;
	border-radius: 100px;
	position: absolute;
	right: 10px;
	top: 40px;	
	display: flex;
	z-index: 5;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.nav_panel.full {
	width: 280px;
}
.nav_panel > .list {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background-color: #444;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.nav_panel .show-menu {
	font-size: 26px;
	min-width: 40px;
	display: none;
}
.nav_panel:not(.full) .show-menu + .list {
	margin-left: 0;
}
.nav_panel > .list:not(.show-menu) {
	margin-left: 3px;
}
.nav_panel > .list .fa-house-user {
	color: #9cb3fa;
}
.nav_panel > .list .fa-book {
	color: #fb79db;
}
.nav_panel > .list .fa-map-location-dot {
	color: #00b7ff;
}
.nav_panel > .list .fa-shop,
.nav_panel > .list .fa-magnifying-glass-location {
	color: #00ff87;
}
.nav_panel > .list .fa-magnifying-glass-location:not(.animated) {
	color: #b0afaf;
}
.nav_panel > .list .fa-medal {
	color: #fda605;
}
.nav_panel > .list .fa-comment-dots {
	color: #ec5252;
}
.nav_panel > .list:hover {
	background-color: #00b7ff;
	box-shadow: 0px 0px 10px #00b7ff;	
}
.nav_panel > .list:hover i {
	color: #fff !important;
}
.opp_nav {
	display: flex;
	justify-content: center;
}
.opp_nav_item {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px;
	border: 2px solid #444;
	cursor: pointer;
}
.opp_nav_item.target {
	border-color: #20AB0D;
}
.opp_nav_item.active:not(.target) {
	border-color: #b3b3b3;
}
.opp_nav_item.active {
	cursor: default;
}
.opp_nav_item:hover, .opp_nav_item.active {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.opp_nav_item.die {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
	position: relative;
}
.opp_nav_item.die:after, .npc_ava.die:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/die.png') no-repeat 50% 50% / 20px auto;
	opacity: 0.9;
}
.npc_ava.die:after {
	background-size: 100px auto;
}
.user_panel.npc .login_name {
	line-height: 1;
	margin-bottom: 15px;
}
.npc_ava {
	position: relative;
	margin: 7px 0 4px;
	border: 2px solid #444;
	border-radius: 10px;
	overflow: hidden;
}
.npc_lvl {
	background-color: #45b94e;
	border-radius: 0px 5px 0px 30px;
	font-size: 24px;
	font-weight: 600;
	position: absolute;
	text-align: center;
	width: 50px;
	right: 0;
	top: 0;
	padding-left: 5px;
	text-shadow: 1px 1px 0 #318838;
	font-family: 'teko',sans-serif;
	z-index: 1;
}
.npc_ava.die .npc_lvl {
	background-color: #333;
	text-shadow: 1px 1px 0 #333;
}
.lvl {
	font-size: 20px;
	position: absolute;
	text-align: center;
	width: 62px;
	z-index: 1;
	font-family: 'teko',sans-serif;
	bottom: 0;
	left: 62px;
	height: 33px;
	font-weight: 600;
	z-index: 3;
}
.lvl.max {
	font-size: 20pt;
	line-height: 2;
}
.circle_bar {
	position: absolute;
	top: 27px;
	left: 13px;
	z-index: 1;
}
.circle_bar svg {
	-moz-transform: rotate(110deg);
	-webkit-transform: rotate(110deg);
	-ms-transform: rotate(110deg);
	-o-transform: rotate(110deg);
	transform: rotate(110deg);
}
#profile .bar {
	cursor: help;
}
.bar {
	padding: 4px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
	position: relative;
}
.bar.hp.regen {
	animation: flashing 2s infinite;
	animation-fill-mode: both;
}
.bar.stamina.regen {
	animation: flashing2 2s infinite;
	animation-fill-mode: both;
}
@keyframes flashing {
  0% {
    background-color: rgba(45, 230, 67, 0.45);
  }
  
  50% {
    background-color: rgba(56, 171, 70, 0.25);
  }
  
  100% {
    background-color: rgba(45, 230, 67, 0.45);
  }
}
@keyframes flashing2 {
  0% {
    background-color: rgba(231, 135, 26, 0.45);
  }
  
  50% {
    background-color: rgba(166, 107, 40, 0.25);
  }
  
  100% {
    background-color: rgba(231, 135, 26, 0.45);
  }
}
.bar.regen:after {    
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	position: absolute;
	right: 9px;
	top: 3px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 900;
}
.bar.hp.regen:after {
	content: "\f21e";
}
.bar.stamina.regen:after {
	content: "\f0e7";
}
.bar.xp {
	margin-bottom: 5px;
}
.bar > div {
	position: relative;
	height: 22px;
	border-radius: 4px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}
.bar > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px 4px 0 0;
}
.bar > div:after {
	z-index: 2;
	bottom: 45%;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}
.bar > span {
	position: absolute;
	left: 0;
	width: 100%;
	top: 2px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	z-index: 1;
	font-size: 20px;
	font-family: "teko", sans-serif;
}
.bar > span em {
	font-size: 17px;
	font-family: "oswald", sans-serif;
}
.bar > span i {
	font-size: 15px;
	margin-right: 5px;
}
.map {
	background: url("../img/map.jpg") no-repeat 0 0 transparent;
	width: 1600px;
	height: 1200px;
}
.map .map-info {
	position: fixed;
	z-index: 99;
	right: 10px;
}
.map .dropdown .btn {
	font-size: 12px;
	border-radius: 0;
	padding: 5px;
	box-shadow: -2px 2px 6px rgba(0,0,0,0.7);
	width: 160px;
}
.map .dropdown .dropdown-menu {
	background-color: #1c1c1c;
	margin-top: 0;
	text-align: left;
	right: 0;
	left: auto;
	cursor: default;
	border-color: #3276b1;
	border-radius: 0 0 4px 4px;
	padding: 0 0 5px;
	box-shadow: -2px 6px 6px rgba(0,0,0,0.7);
}
.map .dropdown .dropdown-menu .dropdown-header {
	padding: 5px;
}
.map .dropdown .dropdown-menu li {
	padding: 5px 10px;
	font-size: 13px !important;
}
.map .dropdown .dropdown-menu li.fractions {
	padding: 2px 5px;
}
.map .dropdown .dropdown-menu li.fractions:hover {
	cursor: pointer;
	background-color: #444343;
}
.map .dropdown .dropdown-menu li img {
	border-radius: 50%;
	margin-right: 2px;
}
.map .dropdown .dropdown-menu li i {
	font-size: 20px;
	margin-right: 2px;
	vertical-align: middle;
	margin-top: -3px;
	width: 25px;
	text-align: center;
}
.map button.loc {
	position: absolute;
	height: 28px;
	padding: 0;
	background-color: transparent;
	border: none;
	opacity: 0.8;
}
.map button.loc > div {
	background-color: #1c1c1c;
	color: #fff;
	border: none;
	box-shadow: 2px 2px 2px #00000082;
	padding: 4px 7px;
	position: absolute;	
	font-size: 15px;
	line-height: 1.2;
	white-space: nowrap;
	font-weight: 300;
	transform: translateX(-50%);
	top: 2px;
}
.map button.loc:after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #1c1c1c;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 6px);
	border-radius: 50%;
	border: 2px solid #fff;
}
.map button.loc.now:after {
	background-color: #ba2929;
}
.map button.loc.now > div {
	background-color: #ba2929;
	cursor: default;
	height: 40px;
	top: -13px;
}
.map button.loc:not(.now):hover {
	opacity: 1;
	z-index: 1;
}
.map button.loc:not(.now):hover:after,
.map button.loc:not(.now):hover > div {
	background-color: #209275;
}
.map button.loc.now small {
	font-size: 9pt;
	display: block;
}
.map button.loc img {
	width: 17px;
	border-radius: 50%;
	margin-left: 5px;
	margin-top: -1px;
}
.map button.loc i {
	margin-left: 5px;
}
.loc_name {
	background-color: rgba(0,0,0,0.7);
	font-size: 26px;
	width: 100%;
}
.loc_fight_btn {
	width: 200px;
	font-size: 18px;
	margin: 5px auto 0;
}
.loc_info {
	background: url("../img/header.png") #444444;
	border: 5px solid #444444;
	padding: 5px 5px 35px;
	color: #ffffff;
	height: 540px;
	border-radius: 10px;
	position: absolute;
	right: 10px;
	top: 112px;
	width: 280px;
	z-index: 4;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.loc_info_title {
	background-color: #1C1C1C;
	border-bottom: 3px solid #00b7ff;
	border-left: 1px solid #444444;
	border-radius: 5px 5px 0px 0px;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	font-size: 12pt;
	padding: 5px;
	text-align: center;
	margin-bottom: 1px;
}
.loc_info_users {
    overflow: hidden;
	height: calc(100% - 34px);
	background-color: #1C1C1C;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}
.loc_info_users > div {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.loc_info a {
	padding: 4px 0px;
	color: #ffffff;
}
.loc_info a:hover {
	color: #444444;
}
.search_panel {
	bottom: 5px;
	position: absolute;
	left: 5px;
	right: 5px;
	display: flex;
}
.search_panel .more > button {
	background-color: #1c1c1c;
	border: 1px solid #444;
	color: #00b7ff;
    float: left;
    height: 27px;
    width: 24px;
}
.search_panel .more > button:first-child {
	border-radius: 0 0 0 5px;
}
.search_panel .more > button:last-child {
	border-left: none;
}
.search_panel .more > button:hover {
	background-color: #00b7ff;
	color: #fff;
}
.search_panel form {
	border-bottom: 1px solid #444444;
    border-radius: 0 0 5px;
    border-right: 1px solid #444444;
    border-top: 1px solid #444;
    color: #ffffff;
    width: calc(100% - 48px);
}
.search_panel form input {
	background-color: #1c1c1c;
    color: #9c9c9c;
    float: left;
    font-weight: bold;
    height: 25px;
    width: calc(100% - 30px);
	border-right: 1px solid #444;
	border-left: none;
	border-bottom: none;
	border-top: none;
	padding-left: 6px;
	font-weight: 300;
}
.search_panel form button {
	background-color: #1C1C1C;
	border: none;
	border-radius: 0 0 5px 0; 
	color: #00b7ff;
	font-weight: bold;
	padding: 0;
	height: 25px;
	width: 30px;
}
.search_panel form button:hover {
	background-color: #00b7ff;
	color: #ffffff;
}
.loc_hh {
	border-bottom: 1px solid #1c1c1c;
	border-left: 1px solid #1c1c1c;
	border-right: 1px solid #1c1c1c;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
}
.loc_hh[data-ck="0"] {
	cursor: default;
}
.loc_hh.offline {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
}
.loc_hh:not(.offline):not([data-ck="0"]):hover {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.loc_hh .status_name {
	background-color: #1c1c1c;
	border-radius: 1em / 3em;
	padding: 2px 7px;
	position: relative;
	top: 3px;
	font-weight: bold;
	float: left;
	margin-left: 3px;
}
.loc_hh .status_name > i {
	color: #ffe100;
}
.group_members.loc_hh .status_name > i {
	top: -1px;
	position: relative;
}
.loc_hh .status_bar {
    border-left: 1px solid #000;
    height: 30px;
    width: 10px;
	float: right;
	box-shadow: 0 15px 1px rgba(255,255,255,0.2) inset;
}
.loc_hh .status_bar + img {
	margin: 5px;
}
.group_members.loc_hh .status_bar {
	height: 64px;
	margin-top: -2px;
}
.loc_group {
	background-color: #1c1c1c;
    border: 1px solid #1c1c1c;
    cursor: help;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
	float: left;
}
.loc_group > img {
	width: 100%;
}
.role {
	background-color: #1c1c1c;
	border: 1px solid #444;
	margin-top: 10px;
	padding: 4px;
	font-weight: 300;
}
.role > span {
	font-size: 16px;
	display: block;
}
#userStat .role {
	margin-top: 5px;
	font-size: 14px;
}
.params {
	background-color: #1c1c1c;
	border: 1px solid #444444;
	padding: 4px;
	display: flex;
	justify-content: space-between;
}
.user_panel .params {
	border-top: none;
	border-bottom: none;
}
.params > .param-item {
	border: 5px solid #444444;
	padding: 4px;
	margin: 4px;
	width: 100%;
	cursor: help;
}
#userStat .params {
	border-top: none;
	margin-bottom: 5px;
}
#userStat .params > .param-item {
	border-width: 2px;
}
#userStat .params > .param-item img {
	display: block;
	margin: 0 auto;
}
.params > .param-item:hover {
	border-color: #00b7ff;
}
.params .stat {
	background-color: #444;
	margin-top: 3px;
	font-size: 25px;
	color: #9E9E9E;
	height: 23px;
	line-height: 1;
	font-family: "teko", sans-serif;
}
.params > .param-item:hover .stat {
	background-color: #00b7ff;
	color: #fff;
}
.params > .param-item.active {
	border-color: #f34949;
}
.params > .param-item.active .stat {
	background-color: #f34949;
	color: #fff;
}
#userStat .params .stat {
	font-size: 20px;
	height: 18px;
}
.fight_block {
	background: url("../img/header.png") #444444;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	max-width: 500px;
	border: 4px solid #444444;
	border-radius: 10px;
	overflow: hidden;
}
.fight_block .heading {
	font-size: 24px;
}
.fight_block .flex {
	margin-top: 3px;
	margin-bottom: 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.fight_block input[type="radio"] {
	display: none;
}
.fight_block input[type="radio"]:checked + label {
	border-color: #20AB0D;
	background-color: #343434;
}
.fight_block .btn {
	max-width: 360px;
	margin: 0 auto 10px;
}
.fight_block .align {
	display: flex;
	justify-content: center;
	padding-bottom: 7px;
}
.fight_block .xp_w, .fight_block .gold_w {
	margin: 3px;
	font-size: 24px;
	width: 100px;
}
.fight_block .xp_w {
	background-color: #8333ef;
}
.fight_block .gold_w {
	background-color: #ff4400;
}
.fight_block .reward_txt {
	display: none;
}
.fight_block .reward {
	display: none;
	max-width: 210px;
}
.leave_fight {
	margin-top: 7px;
	padding: 5px;
}
.log {
	font-size: 16px;
	color: #cccccc;
	height: 145px;
	margin: 10px auto; 
	overflow: auto; 
	text-align: left; 
	max-width: 495px;
	text-shadow: 1px 1px 0px #1c1c1c;
	padding: 1rem 1.5rem;
	background-color: #1c1c1c;
	border: 2px solid #333;
}
.fight .log {
	font-size: 18px;
}
.log hr {
	margin: 5px 0;
	border-color: #898989;
}
.log b {
	color: #0fddc0;
}
.log > * {
	font-weight: bold;
}
.log font {
	font-weight: normal;
}
.log font > *, .log strong {
	color: #f22323;
}
.log img {
	margin-top: -4px;
	margin-right: 3px;
}
.log a1 {
	color: #429cb3;
}
.log a2 {
	color: #dab315;
}
.log a3 {
	color: #ff4400;
}
.log a4 {
	color: #7416d9;
}
.log regen {
	color: #2ea21f;
}
.log blood {
	color: #ba2929;
}
.log poison {
	color: #3bcc3b;
}
.log fire {
	color: #FF6B23;
}
.log mix {
	color: #bf30cb;
}
.log crit {
	color: #F34949;
}
.log date {
	font-size: 14px;
	font-weight: normal;
}
.timers {
	position: relative;
	top: 3px;
}
.timer {
	color: #fff;
	font-size: 27px;
	position: absolute;	
	top: 0;
	background-color: #1c1c1c;
	width: 45px;
	border-radius: 10px;
	border: 3px solid #444;
}
.timer.left {
	left: 3px;
}
.timer.right {
	right: 3px;
}
.info {
	background-color: #00b7ff;
	cursor: pointer;
	height: 100%;
	width: 45px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
}
.info:hover {
	background-color: #25A3F6;
}
.warning {
background: none repeat scroll 0 0 #ca132d;
color: #ffffff;
padding: 5px;
position: relative;
text-align: center;
width: 100%;
display: none;
font-weight: bold;
font-size: 12pt;
}
.opp_info_stats {
	float: left;
    font-size: 17px;
    padding-left: 12px;
    text-align: left;
	border: none;
}
.opp_info_stats > li {
    clear: both;
    display: block;
    padding: 3px 0;
}
.opp_info_stats > li > img {
	float: none;
	width: 27px;
	position: relative;
    top: -1px;
	box-shadow: 0 0 6px #00b7ff;
	margin-right: 2px;
}
.opp_lvl {
	background-color: #f34949;
	border-radius: 0px 0px 12px 0px;
	font-size: 20pt;
	height: 40px;
	padding: 0px 10px;
	position: absolute;
	top: 36px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.37);
}
.opp_lvl > span {
	font-size: 10pt;
}
#music-layer {
	display: none;
}
.challenge_alert_overlay {
	position: absolute;
	right: 295px;
	top: 40px;
	z-index: 5;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.challenge_alert {
	background: url("../img/header.png") #1c1c1c;
	border: 5px solid #444444;
	border-radius: 10px 10px 50px 50px;
	color: #FFFFFF;
	font-size: 14pt;
	height: 155px;
	text-align: center;
	width: 140px;
	display: none;
	margin-bottom: 20px;
	position: relative;
}
.challenge_alert.min .window_close {
	display: none;
}
.challenge_alert > div {
	color: #ba2929; 
	font-weight: bold;
	cursor: pointer;
	text-shadow: 1px 1px 0 #1c1c1c;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	top: -2px;
}
.challenge_alert > div:hover {
	color: #fff;
}
.challenge_alert > span {
	font-size: 15px;
	line-height: 1.1;
	display: inline-block;
	margin-top: 6px;
}
#ch-block-wait.challenge_alert > img {
	margin-left: -1px;
}
#ch-block-invite.challenge_alert > img {
	border: 2px solid #444;
	margin-bottom: 5px;
}
.challenge_alert > button {
	border: 3px solid #444;
	width: 110px;
	padding: 4px;
	display: inline-block;
	font-size: 12px;
}
.challenge_alert > button + button {
	margin-top: -2px !important;
}
.fight .tab-nav {
	position: absolute;	
	top: 15px;
	font-size: 24px;
	background-color: #1c1c1c;
	border: 2px solid #444;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: none;
	cursor: pointer;	
	transition-duration: 0.4s;
	overflow: hidden;
}
.fight .tab-nav + .bar {
	display: none;
}
.fight .tab-nav img {
	max-width: 100%;
	height: auto;
}
.fight .tab-nav + .bar {
	width: 100px;
	position: absolute;
	top: 20px;
}
.fight .tab-nav:not(.opp) + .bar {
	left: 53px;
}
.fight .tab-nav.opp + .bar {
	right: 53px;
}
.fight .tab-nav + .bar > span {
	top: 3px;
	font-size: 18px;
}
.fight .tab-nav:not(.opp) {
	left: 7px;
}
.fight .tab-nav.opp {
	right: 7px;
}
.fight .tab-nav:not(.active) i {
	display: none;
}
.fight .tab-nav.active {	
	border-color: #fff;
}
.fight .tab-nav.active img {
	display: none;
}
.fight .tab-nav:not(.opp).active {
	left: 190px;
}
.fight .tab-nav.opp.active {
	right: 190px;
}
.fight .tab-nav:hover {
	background-color: #333;
}
.fight_attack {
	background-color: #1c1c1c;
	border: 4px solid #444;
	font-size: 16px;
	border-radius: 10px;
	width: calc(25% - 4px);
	padding: 5px;
	cursor: pointer;
	font-weight: normal;
	margin: 2px;
	max-width: 115px;
}
.fight_attack:not(.inactive):hover {
	background-color: #343434;
}
.fight_attack.inactive {
	cursor: default;
	filter: grayscale(1);
	color: #919191;
}
.fight_attack img {
	max-width: 100%;
	height: auto;
}
#customize, #payment, #payment_scs, #sms, #msg_content_inbox, #msg_content_outbox, #msg_send_content, #change_ava {
	display: none;
}
#msg_news {
	display: block;
}
.customize_block {
	color: #fff;
    display: none;
    position: absolute;
	top: 135px;
	cursor: move;	
	width: 100%;
	max-width: 350px;
	padding: 0 7px 40px;
}
#user_inv {
	z-index: 1041 !important;
}
#item {
	z-index: 1042 !important;
}
#map_info {
	z-index: 1043 !important;
}
#map_info .content .img {
	min-width: 105px;
	max-width: 105px;
}
#map_info .content .img img {
	max-width: 100%;
	height: auto;
}
#map_info .content .text {
	padding-left: 10px;
	text-align: left;
}
#history.customize_block,
#inv.customize_block {
	max-width: 766px;
}
#user_inv.customize_block,
#games.customize_block {
	max-width: 370px;
}
#group.customize_block {
	max-width: 900px;
}
#payment.customize_block {
	max-width: 420px;
}
#store.customize_block {
	max-width: 650px;
}
#group_inv.customize_block,
#payment_alert.customize_block,
#map_info.customize_block {
	max-width: 514px;
}
#quest-block.customize_block {
	max-width: 400px;
}
#history.customize_block .content {
	font-size: 17px;
	color: #dedede;
}
#history.customize_block .form-signin .buttons {
	padding-top: 5px;
	justify-content: space-between;
}
#history.customize_block .form-signin .buttons .btn {
	margin-bottom: 0;
	font-size: 14px;
}
#history.customize_block .form-signin .buttons .btn-default {
	margin-right: 5px;
}
#history.customize_block .content .slide:not(.active) {
	display: none;
}
.customize_block .form-signin {
	background-color: rgba(29, 29, 29, 0.9);
	position: relative;
	max-width: 100%;
}
.customize_block .customize {
	color: #ffffff;
	font-weight: 300;
}
.customize_block .customize a, .inv a {
	padding: 0px;
}
.customize_block .customize table {
	margin: 15px auto;
	color: #fff;
	font-size: 17px;
	background-color: #403d3d;
	width: 90%;
}
.customize_block .customize table td {
	vertical-align: middle;
	padding: 2px 5px;
	border: 1px solid #787878;
}
.customize_block .customize .user_param {
	color: #1F8E5A;
	font-family: "teko", sans-serif;
	font-size: 25px;
}
.customize_block .customize .stats_plus,
.customize_block .customize .stats_minus {
	background-color: #00b7ff;
	color: #ffffff;
	border: none;
	font-size: 22px;
}
.customize_block .customize .stats_minus {
	background-color: #AB2828;
}
.customize_block .customize .off {
	background-color: #999!important;
	color: #000;
	cursor: default;
}
.customize_block .customize .stats_plus:hover, .customize_block .customize .stats_minus:hover {
	background-color: #ffffff;
	color: #000;
}
.customize_block .customize .stats_pts {
	background-color: #1F8E5A;
	color: #ffffff;
	border-radius: 100px 0px;
	padding: 5px;
	text-align: center;
	font-size: 20px; 
}
.customize_block .customize .stats_pts.no {
	background-color: #AB2828;
}
.customize_block .customize .btn {
	font-size: 16px;
}
.customize_block .exchange {
	background-color: #ffffff; 
	color: #4f4f4f;
	position: relative;
	cursor: pointer;
}
.customize_block .exchange .copy_code {
	color: #00b7ff;
}
.customize_block .exchange .copy_btn {
	position: absolute;
	right: 5px;
	top: 3px;
	display: block;
}
#form_edit_user_data input[type="checkbox"] {
	margin: 0 0 15px;
}
#form_edit_user_data #output_messages > .auth_done,
#form_edit_user_data #output_messages > .auth_alert {
	color: #6dd70d;
	font-size: 14px;
}
#form_edit_user_data #output_messages > .auth_alert {
	color: #ff3232;
}
.user_panel .cash:not(.xp_bar) {
	padding: 3px 0;
}
.user_panel .xp_bar {
	margin-top: 5px;
	padding: 1px;
}
.cash {
	background-color: #1C1C1C;
	border: 1px solid #444444;
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}
.cash_dxc, .cash_gold, .xp_reward {
	font-family: "teko", sans-serif;
	font-size: 20px;
	line-height: 1;
}
.cash_dxc {
	color: #00b7ff;
}
.cash_gold {
	color: #d2503a;
}
.xp_reward {
	color: #bb6ad9;
}
#inv h2 > span {
	font-size: 15px;
	color: #00ff93;
	position: absolute;
	right: 23px;
	top: 42px;
	font-weight: bold;
}
#inv h2 > span i {
	font-size: 14px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
#inv .show-inv {
	font-size: 13px;
	padding: 7px;
	display: none;
}
#inv .flex {
	justify-content: center;
	position: relative;
}
#inv .dropped_items {
	text-align: center;
	background-color: #292929;
	border: 3px solid #00ff93;
	margin: 3px;
	line-height: 1;
	padding-top: 5px;
}
#inv .dropped_items .flex {
	justify-content: flex-start;
	margin-top: 5px;
	position: unset;
}
.inv.my {
	margin-right: 7px;
}
.inv.my, .inv.not-my {
	background-repeat: no-repeat;
	background-color: #1c1c1c;
	background-position: 50% 20px;
	position: relative;
	height: 465px;
	max-width: 320px;
	width: 100%;	
}
#group_inv .inv {
	margin: 0;
	max-width: 100%;
}
.inv[data-pol="man"] {
	background-image: url('../img/slh_man.png');
}
.inv[data-pol="woman"] {
	background-image: url('../img/slh_woman.png');
}
.inv[data-pol="transgender"] {
	background-image: url('../img/slh_transgender.png');
}
.inv.store,
.inv.bp {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	max-height: 466px;
	overflow: auto;
}
.inv.store:not(.active) {
	display: none;
}
.inv.bp {
	max-width: 375px;
	width: 100%;
}
#group_inv .inv {
	height: 100%;
	max-height: 465px;
	overflow: auto;
}
.inv_slot {
	position: absolute;
	border: 2px solid #656565;
	width: 75px;
	height: 75px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: auto 100%;
}
.inv_slot.eq:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #1c1c1c;
	position: absolute;
	left: 0;
	top: 0;
}
.slot.broken,
.inv_slot.broken {
	background-color: #69000080 !important;
	border-color: #b12626 !important;
}
.slot.broken:after,
.inv_slot.broken:after {
	content: '\f6e3';
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 900;	
	display: inline-block;
	position: absolute;
	left: calc(50% - 28px);
	top: calc(50% - 36px);
	font-size: 50px;
	color: #b12626;
	-webkit-font-smoothing: antialiased;
}
.inv_slot.i1.broken:after {
	transform: scale(0.5);
}
.inv_slot.i10.broken:after,
.inv_slot.i13.broken:after,
.inv_slot.i15.broken:after {
	transform: scale(0.6);
}
.inv_slot.i14.broken:after,
.inv_slot.i16.broken:after,
.inv_slot.i17.broken:after {
	transform: scale(0.3);
}
.inv_slot.i11.broken:after,
.inv_slot.i12.broken:after,
.inv_slot.i18.broken:after {
	transform: scale(0.4);
}
.inv_slot.w2:after, .inv_slot.w3:after {
	transform: rotate(-90deg);
}
.inv_slot > img {
	max-width: 100%;
	height: 100%;
	padding: 4px;
}
.inv_slot.i1 {
	right: 7px;
	top: 6px;
	height: 35px;
	background-image: url('../img/items/default/binocular.png');
	background-size: 75%;
}
.inv_slot.i1 > img {
	height: 50px;
}
.inv_slot.i2 {
	right: 7px;
	top: 140px;
	background-image: url('../img/items/default/backpack.png');
	background-size: 85%;
}
.inv_slot.i3 {
	left: 7px;
	top: 132px;
	height: 84px;
	background-image: url('../img/items/default/gloves.png');
	background-size: 75%;
}
.inv_slot.i3 > img {
	height: auto;
}
.inv_slot.i4 {
	left: calc(50% - 32.5px);
	top: 6px;
	width: 65px;
	height: 65px;
	background-image: url('../img/items/default/head.png');
	background-size: 75%;
}
.inv_slot.i5 {
	left: calc(50% - 67.5px);
	top: 75px;
	width: 135px;
	height: 135px;
	background-image: url('../img/items/default/body.png');
	background-size: 95%;
}
.inv_slot.i6 {
	left: calc(50% - 67.5px);
	top: 244px;
	width: 135px;
	height: 135px;
	background-image: url('../img/items/default/pants.png');
}
.inv_slot.i7 {
	left: calc(50% - 35px);
	top: 384px;
	width: 70px;
	height: 70px;
	background-image: url('../img/items/default/boots.png');
	background-size: 85%;
}
.inv_slot.i8 {
	left: 7px;
	top: 219px;
	background-image: url('../img/items/default/melee_w.png');
	background-size: 85%;
}
.inv_slot.i9 {
	right: 7px;
	top: 219px;
	background-image: url('../img/items/default/range_w.png');
	background-size: 85%;
}
.inv_slot.i10 {
	left: 7px;
	top: 6px;
	height: 50px;
	width: 47px;
	background-image: url('../img/items/default/radio.png');
	background-size: 75%;
}
.inv_slot.i11 {
	left: 7px;
	top: 93px;
	width: 36px;
	height: 36px;
	background-image: url('../img/items/default/ring.png');
	background-size: 75%;
}
.inv_slot.i12 {
	left: 46px;
	top: 93px;
	width: 36px;
	height: 36px;
	background-image: url('../img/items/default/ring.png');
	background-size: 75%;
}
.inv_slot.i13 {
	left: 57px;
	top: 6px;
	height: 50px;
	width: 25px;
	background-image: url('../img/items/default/watch.png');
	background-size: 50%;
}
.inv_slot.i13 > img {
	max-width: 40px;
	height: auto;
}
.inv_slot.i14 {
	right: 55px;
	top: 72px;
	width: 27px;
	height: 65px;
	background-image: url('../img/items/default/earrings.png');
	background-size: 75%;
}
.inv_slot.i14 > img {
	max-width: 52px;
	height: auto;
}
.inv_slot.i15 {
	right: 7px;
	top: 72px;
	width: 45px;
	height: 65px;
	background-image: url('../img/items/default/necklace.png');
	background-size: 85%;
}
.inv_slot.i15 > img {
	max-width: 62px;
	height: auto;
}
.inv_slot.i16 {
	left: calc(50% - 37.5px);
	top: 214px;
	height: 25px;
	background-image: url('../img/items/default/belt.png');
	background-size: 85%;
}
.inv_slot.i16 > img {
	height: 40px;
}
.inv_slot.i17 {
	right: 7px;
	top: 44px;
	height: 25px;
	background-image: url('../img/items/default/bracelet.png');
	background-size: 80%;
}
.inv_slot.i17 > img {
	height: 40px;
}
.inv_slot.i18 {
	left: 7px;
	top: 59px;
	height: 31px;
	background-image: url('../img/items/default/glasses.png');
	background-size: 80%;
}
.inv_slot.i18 > img {
	height: 50px;
}
.inv_slot.eq {
	background-image: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inv_slot.w2 {
	width: 158px;
	top: 261px;
}
.inv_slot.w3 {
	width: 235px;
	top: 299px;
}
.inv_slot.i8.w2 {
	left: -34px;
}
.inv_slot.i9.w2 {
	right: -35px;
}
.inv_slot.i8.w3 {
	left: -73px;
}
.inv_slot.i9.w3 {
	right: -73px;
}
.inv_slot.w2, .inv_slot.w3 {
	transform: rotate(90deg);
	height: auto;
}
.inv {
	background-color: #1c1c1c;
	padding: 3px;
	text-align: left;
	border: 3px solid #444;
}
.inv .slot {
	border: 3px solid #656565;
	width: calc(25% - 6px);
	min-height: 60px;
	height: 85px;
	text-align: center;
	margin: 3px;
	position: relative;
}
.inv .slot.w2 {
	width: calc(50% - 6px);
}
.inv .slot.w3 {
	width: calc(75% - 6px);
}
.inv .slot > img {
	max-width: 100%;
	border: 2px solid #1c1c1c;
	padding: 2px;
	height: 100%;
}
.inv .slot > div {
	background-color: #1c1c1c;
	font-size: 19px;
	height: 20px;
	line-height: 1.1;
}
#group_inv .inv .slot > div:not(.qty) {
	display: none;
}
.inv .slot .qty {
	position: absolute;
	right: 0;
	padding: 0 4px;
	font-size: 15px;
	line-height: 1.3;
}
.inv.store .slot,
.inv.store .slot > img {
	height: auto;
}
.inv_slot.eq:hover,
.inv .slot:not(.empty):hover {
	background-color: #208d92 !important;
	border-color: #30bdde !important;
	box-shadow: 0px 0px 10px #30bdde;
	cursor: pointer;
}
.inv_show {
	border: 3px solid #1c1c1c;
	float: left;
	border-radius: 7px;
	padding: 3px;
}
.sweet-alert .inv_show {
	float: none;
	display: inline-block;
}
.sweet-alert .inv_show img {
	display: block;
	border-radius: 0 0 5px 5px;
	max-height: 120px;
}
#item .modal-header font + span {
	cursor: default;
}
#item .modal-header .durability {
	margin-left: 10px;
}
#item .modal-header .req {
	color: #d2503a;
	font-size: 15px;
}
#item .modal-body .it:not(.rotate) {
	padding-right: 25px;
}
#item .modal-body .it.rotate {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 83px -78px;
	padding-top: 25px;
	width: 270px;
	display: flex;
	align-items: center;
}
#item .modal-body .it.rotate.short {
	margin-bottom: -5px;
}
.inv_show img {
	max-width: 100%;
	height: auto;
	max-height: 110px;
}
.inv_show img[data-size="2"] {
	max-height: 135px;
}
.inv_show img[data-weight="2"],
.inv_show img[data-weight="3"] {
	max-height: 75px;
}
.inv_price {
	font-size: 22px;
}
.inv_price > span {
	font-size: 30px;
}
.inv_show_stats {
	font-size: 17px;
	font-weight: 300;
}
.inv_show_stats .stat-item {
	margin: 5px 0;
	text-align: left;	
}
.inv_show_stats .stat-item[data-toggle="popover"]:hover {
	color: #00b7ff;
	cursor: help;
}
.inv_show_stats .stat-item img {
	padding: 2px;
}
#stat_user_status_1 {
	color: #e02424;
}
#stat_user_status_2 {
	color: #3bcc3b;
}
#stat_user_status_3 {
	color: #f7f709;
}
#stat_user_status_4 {
	color: #9d9de6;
}
#stat_user_status_5 {
	color: #FF6B23;
}
.inv_info {
	color: #9C9C9C;
	font-size: 12pt;
	text-align: center;
	margin-bottom: 10px;
}
#item .modal-footer .qty {
	margin-bottom: 5px;
}
#item .modal-footer .qty > * {	
	text-align: center;
	display: inline-block;
}
#item .modal-footer .qty .btn {
	width: 30px;
	padding: 7px;
}
#item .modal-footer .qty input {
	width: 40px;
	margin: 0 5px;
}
#item .modal-footer .buttons {
	display: flex;
}
#item .modal-footer .buttons .btn {
	margin: 5px;
}
.window_close,
.modal-header .close {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 33px;
	color: #fff;
	font-family: initial;
	font-weight: bold;
	line-height: 0.5;
	background-color: #ba2929;
	width: 30px;
	border-radius: 0 0 0 35px;
	text-align: right;
	padding: 4px 2px 8px 0;
}
.window_close:hover,
.modal-header .close:hover {
	background-color: #f34949;
	color: #fff;
}
.intchlng_error {
	background-color: #ba2929;
    color: #ffffff;
    font-size: 15px;
    padding: 5px;
    text-align: center;
	margin-top: 5px;
	font-weight: 300;
}
.labels {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin: 12px -3px 0;
}
.labels > div {
	width: 100%;
	padding: 0 3px;
}
.user_panel .rank {
	margin-bottom: 5px;
}
.rank {
	background: url('../img/rank_bg.jpg') repeat 0 0 rgba(31, 142, 210, 0.16);
    border: 2px solid #00b7ff;
    font-size: 20px;
    position: relative;
    text-align: left;
    text-shadow: 0 0 5px #00b7ff;
	font-weight: normal;
}
.rank > div, #userStat .group > div {
	display: flex;
	align-items: center;
	height: 100%;
}
.rank > div > img, #userStat .group > div > img { 
    height: 60px;
    width: 60px;
	padding: 4px;
}
.rank > div > div, #userStat .group > div > div {
    line-height: 1.1;
	color: #fff;
	padding: 0 10px;
}
.rank > div > div > span {
	color: #91cdf2;
    display: block;
    font-size: 13px;
}
#userStat .group > div > div > span {
	color: #ba2929;
    display: block;
    font-size: 20pt;
    font-weight: bold;
    text-shadow: 1px 1px 0 #1c1c1c;
}
.controls {
	margin-bottom: 8px;
}
.controls > i {
	padding: 5px;	
	border-radius: 50%;
	border: 5px solid #444;
	cursor: help;
}
.controls .fa-thumbs-up {
	background-color: #9b57b4;
}
.controls .fa-thumbs-down {
	background-color: #d2503a;
	transform: scaleX(-1);
}
.controls > span {
	color: #858585;
    font-size: 17px;
    margin: 0 4px;
    vertical-align: middle;
	font-weight: normal;
}
.controls #likes span[data-lk="1"] {
	color: #bb6ad9;
}
.controls #likes span[data-lk="2"] {
	color: #FC6046;
}
.likes {
	font-weight: normal;
}
.likes i {
	font-size: 12px;
	position: relative;
}
.likes .fa-thumbs-up {
	color: #9b57b4;
	top: -2px;
}
.likes .fa-thumbs-down {
	color: #d2503a;
	top: -1px;
	margin-left: 2px;
}
#userStat .controls {
	position: absolute;
	margin-bottom: 0;
	top: 17px;
}
#userStat .controls > i {
	cursor: pointer;
	border: 2px solid transparent;
}
#userStat .controls > i.active {
	cursor: default;
	border-color: #fff;
}
#userStat .controls > i:not(.active):hover {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.btn-default_enable{
  color: transparent;
  background: url("../../style/img/enable_btn.png") no-repeat transparent;
  height: 70px;
  width: 70px;
  border: none;
}
.btn-default_disable {
  color: transparent;
  background: url("../../style/img/disable_btn.png") no-repeat transparent;
  height: 70px;
  width: 70px;
  border: none;
}
.btn-default_sold {
  color: transparent;
  background: url("../../style/img/sold_btn.png") no-repeat transparent;
  float: right; 
  height: 70px;
  width: 70px;
  border: none;
}
.btn-default_deposit {
  background: url("../../style/img/deposit.png") no-repeat #ba2929; 
  width: 45px; 
  height: 45px; 
  position: absolute;
  border: none;
  right: -45px;
  color: transparent;
  border-radius: 0 5px 5px 0;
  margin-top: -10px;
}
.btn-default_buy {
  color: transparent;
  float: right; 
  height: 70px;
  width: 70px;
  border: none;
}
.btn-default_enable:hover, .btn-default_disable:hover, .btn-default_sold:hover, .btn-default_buy:hover, .btn-default_fight:hover, .btn-default_fight_gold:hover {
	color: transparent;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.btn-default_deposit:hover {
background-color: #444444;
}
.item_lvl {
position: absolute;
font-size: 12pt;
background: rgba(28, 28, 28, 0.9);
padding: 0px 5px;
}
.item_lvl span {
font-size: 7pt;
}
.ammo {
background: url("../img/items/ammo.png") no-repeat #ffffff; 
width: 76px; 
height: 75px; 
position: absolute; 
margin: -70px 225px;
border: 3px solid #444444;
border-radius: 10px;
}
.ammo:hover {
border: 3px solid #00b7ff;
box-shadow: 0px 0px 10px #00b7ff;
cursor: pointer;
}
.ammo_count {
color: #00b7ff;
font-family: "impact";
margin-top: 40px;
}
.radio_btn {
	background: url("../img/freq_wave.png") no-repeat 10px 50% / 30px auto #209275;
	height: 49px;
	margin-top: 7px;
	cursor: pointer;
	border-radius: 25px;
	padding-left: 47px;
	line-height: 1.15;
	text-align: left;
	border: 2px solid #1c1c1c;
	display: table;
	width: 100%;
}
.radio_btn > div {
	display: table-cell;
	vertical-align: middle;
}
.radio_btn:hover {
	background-color: #119499;
}
#sms {
	background-color: transparent;
	max-width: 506px;
}
.mob {
	background: url("../img/mob.png"), url("../img/mob_screen.jpg"); 
	background-repeat: no-repeat;
	background-position: 0 0, 7.3% -37px;
	background-size: 100% 100%;
	background-color: #505154;
	width: 100%; 
	height: 744px;
	border-radius: 15px;
	box-shadow: 1px 5px 3px #000000;
	padding: 37px 7.3%;
}
.msg_content {
	font-family: "Consolas",sans-serif;
}
.mob_close {
	background: url("../img/msg_off.png") no-repeat 0 0 transparent;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 13px;
	top: 3px;
}
.mob_close:hover {
	background-position: 0 -32px;
}
.mob_nav {
	background-color: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
	font-size: 17px;
	margin: 0 -10px 10px;
}
.mob_nav > div {
	display: flex;
	align-items: center;
	width: 33.3333%;
}
.mob_nav > div.text-center {
	justify-content: center;
}
.mob_nav > div.text-right {
	justify-content: flex-end;
}
.mob_nav .fa-envelope {
	font-size: 19px;
	margin-right: 5px;
}
.mob_nav .fa-signal {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 5px;
}
.mob_nav .fa-battery-three-quarters {
	margin-right: 7px;
}
.mob_count > span {
	color: #ba2929;
}
.mob_screen {
	color: #ffffff;
	height: 100%;
	text-align: left;
	padding: 0 10px 10px;
	font-size: 14px;
	position: relative;
	box-shadow: 0px -1px 5px #000 inset;
}
.mob_screen li {
	list-style: inside none disc;
}
.msg_content {
	position: relative;
}
.msg_content .area {
	overflow: auto;
	height: 510px;
}
.msg_content .message {
	background-color: rgba(0,0,0,0.4);
	padding: 5px 10px 10px;
	margin-bottom: 10px;
}
.msg_content .op {
	color: #1EBAC0;
}
.msg_content .rp {
	color: #baff88;
}
.msg_content form {
	margin-top: 10px;
}
.msg_content form input {
	max-width: 200px;
	margin-bottom: 7px;
}
.msg_content form textarea {
	resize: none;
}
.msg {
	height:auto; 
	overflow:hidden;
	word-wrap: break-word;
	margin-top: 5px;
}
.msg.spam {
	color: #FF6C6C;
}
.msg_action {
	display: flex;
	justify-content: flex-end;
	margin-top: 7px;
}
.msg_action button {
	margin-left: 7px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.msg_action .msg_send {
	width: auto;
	padding: 3px 10px;
}
.msg_action .msg_send i {
	margin-right: 7px;
}
.msg_nav {
	text-align: center;
	margin-bottom: 30px;
}
#msg_home {
	position: absolute;
	left: 10px;
	top: 46px;
	cursor: pointer;
}
#msg_home:hover {
	opacity: 0.75;
}
.msg_nav .nav {
	cursor: pointer;
	display: inline-flex;
	font-size: 25px;
	border: 2px solid #fff;
	background-color: #444;
	width: 60px;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.msg_delete_all {
	padding: 3px 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.msg_action button,
.msg_nav .nav,
.msg_delete_all {
	border: 2px solid #fff;
	background-color: #444;
	color: #fff;
}
.msg_action button:hover ,
.msg_nav .nav:hover,
.msg_delete_all:hover {
	background-color: rgba(0,0,0,0.4);
}
.payment_block {
	padding: 10px;
}
.payment_block > div {
	float: right; 
	width: 185px;
}
.payment_block, .payment_block > div > span {
	font-size: 19px;
}
.group {
	overflow: hidden;
}
#userStat .group {
	border: 2px solid #ba2929;
    border-radius: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
}
#userStat .group > span {
	color: #ba2929;
    font-size: 20pt;
    font-weight: bold;
	text-shadow: 1px 1px 0 #1c1c1c;
	position: relative;
    top: 3px;
}
#userStat .group:hover {
	background-color: #ba2929;
}
#userStat .group:hover > div > div > span {
	color: #fff;
}
.navbar_group {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navbar_group > div {
	border-radius: 5px;
	box-shadow: 2px 2px 5px #1a1a1a;
	cursor: pointer;
	width: calc(25% - 10px);
	margin: 5px;
	overflow: hidden;
}
.navbar_group > div.active {
	cursor: default;
}
.navbar_group > div > img {
	max-width: 100%;
	height: auto;
}
.navbar_group > div > span {
	background-color: #d21f1f;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px;
    text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.navbar_group > div:hover > span, .navbar_group > div.active > span, .rank_filter > button.active, .rank_filter > button:hover {
	background-color: #20AB0D;
}
.navbar_group > div:hover > img, .navbar_group > div.active > img {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.content_group {
	color: #ffffff;
	font-size: 14pt;
	margin-top: 10px;
	overflow: hidden;
	background: url("../img/header.png") repeat 0 0 #1c1c1c;
	border-radius: 10px;
	border: 5px solid #1c1c1c;
	padding: 10px;
	display: none;
}
.content_group > b {
	color: #BA2929;
	display: block;
}
input.glue {
	text-align: center;
	background-color: transparent;
	color: #0fddc0;
	font-size: 30px;
	margin-bottom: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid;
	max-width: 100%;
}
.content_group .btn {
	max-width: 325px;
	margin: 0 auto;
}
.content_group input::placeholder {
	font-size: 22px;
}
.sideup {
	position: absolute;
    right: 0;
    top: 0;
}
.sideup > div:not(.tooltip) {
	border: 1px solid #1c1c1c;
    cursor: default;
    float: left;
    font-size: 10pt;
    line-height: 1;
    padding: 5px;
	cursor: help;
}
.content_group .sideup {
	position: unset;
}
.content_group .sideup > div:not(.tooltip) {
	width: 50%;
	height: 49px;
}
.content_group .group-list .sideup > div:not(.tooltip) {
	width: auto;
	height: 69px;
}
.sideup .group_lvl {
	background-color: #ba2929;
}
.sideup .group_lvl.up {
	background-color: #20AB0D;
	font-size: 30px;
	line-height: 1.25;
	cursor: pointer;
}
.sideup .group_lvl.up:hover {
	background-color: #1F6F15;
}
.sideup .group_rate {
	background-color: #00b7ff;
}
.sideup > div:not(.tooltip) > div {
	font-size: 20pt;
}
.content_group .group-list .sideup > div:not(.tooltip) > div {
	font-size: 33pt;
}
.group_ava {
	border: 1px solid #444;
}
.content_group .group_ava.own {
	cursor: pointer;
}
.content_group .group_ava.own:hover,
#form_upload .gv:hover {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.group-list {
	overflow: auto;
	max-height: 240px;
	display: flex;
	flex-wrap: wrap;
}
.group-list > div {
	width: 25%;
	padding: 5px;
}
.group_info {
	font-size: 12pt;
	margin: 2px 0 8px 10px;
	width: 180px;
	font-weight: 300;
}
.group_info .bar {
	border: 1px solid #444;
	padding: 2px;
}
.group_info .bar span {
	top: 0;
}
.content_group .group_info {
	margin: 0 0 0 10px;
}
.content_group .group-list .group_info {
	margin: 0;
	width: 100%;
}
.group_info .min {
	color: #00b7ff;
}
.group_info .max {
	color: #ff4400;
}
.group_info .win {
	background-color: #20AB0D;
	padding: 0px 5px;
	color: #fff;
}
.group_info .lose {
	background-color: #BA2929;
	padding: 0px 5px;
	color: #fff;
}
.group_title {
	font-size: 22px; 
	font-weight: bold; 
	margin-top: -10px;
	color: #ba2929;
	text-shadow: 1px 1px 0 #1c1c1c;	
}
.content_group .group_title {
	font-size: 18px;
	background-color: #1c1c1c;
	margin-top: 0;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	padding: 0 5px;
}
.content_group .group-list .group_title {
	margin-top: 5px;
}
.group_title > span {
	cursor: pointer;
}
.group_title > span:hover {
	color: #fff;
}
.group_leader {
	margin-bottom: 5px;	
}
.group_leader > * {
	font-weight: normal;
}
.group_leader > a {
	color: #28D48B;
}
.group_leader > a:hover {
	color: #fff;
}
.group_action {
	float: right;
	height: 64px;
	margin-top: -2px;
	display: flex;
}
.group_action .btn {
	margin-bottom: 0 !important;
	padding: 0;
	width: 25px;
	border-radius: 0;
	font-size: 14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.group_members_block {
	max-height: 207px;
	overflow: auto;
	width: 100%;
	height: 100%;
	margin-left: 10px;
}
.group_members_block.flex {
	flex-wrap: wrap;
}
.group_members_block.full {
	margin-left: 0;
}
.group_members {
	border: none;
	width: calc(50% - 3px);
	height: 66px;
	float: left;
	margin: 1px 0px 2px 3px;
	padding: 3px 0 3px 3px;
	font-size: 11pt;
	position: relative;
}
.group_members_block.full .group_members {
	width: calc(33.3333% - 3px);
}
.group_members_lvl {
	font-size: 11pt;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 1.8;
	left: 38px;
	top: 0px;
	border-radius: 20px;
	background-color: #1c1c1c;
}
.group_members_ava {
	margin-right: 4px;
}
.group_members_stats {
	clear: left;
	margin-top: 3px;
	font-weight: 300 !important;
}
.group_members_stats > span {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -1px;
}
.group_members_stats > span:first-child {
	color: #6DD70D;
}
.group_members_stats > span:nth-child(2) {
	color: #DC5454;
}
.group_members_stats > span:last-child {
	color: #BABABA;
}
.group_members_stats .cash_gold {
	line-height: 1;
	font-weight: normal;
}
.user_rate {
    width: 20px;
	height: 20px;
	background-color: #7D7D7D;
	z-index: 1;
	position: absolute;
	font-size: 11pt;
	font-weight: bold;
	border-radius: 0 5px 0 0;
	text-shadow: 1px 1px 0 #383838;
	bottom: 0;
	left: 0;
	text-align: center;
}
#groupStat .modal-body > .flex {
	justify-content: center;
}
#groupStat .modal-body > .flex > .flex {
	flex-direction: column;
}
#groupStat .sideup {
	position: unset;
}
#groupStat .sideup > div:not(.tooltip) {
	width: 50%;
	font-size: 9pt;
}
#groupStat .sideup > div:not(.tooltip) > div {
  font-size: 19pt;
}
#groupStat .group_ava {
	width: 90px;
	height: auto;
}
#groupStat .group_info {
	margin: 0 0 0 10px;
}
#form_upload {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 300;
}
#form_upload input[type="file"] {
	background-color: #444444;
	font-size: 15px;
	cursor: pointer; 
	width: 100%;
	margin: 5px 0px;
	border-radius: 5px;
	display: none;
}
#form_upload button {
	margin-top: 5px;
}
#form_upload .gv {
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}
#form_upload .gv:after {
	content: '\f574';
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 3.2;
	opacity: 0.7;
	font-family: "Font Awesome 6 Free";
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 900;
	text-shadow: 0px 0px 4px #000;
}
#form_upload .gv.def:after {
	background-color: #464646;
	opacity: 1;
	text-shadow: none;
}
	
.invite_group_ava {
	border: 5px solid #444;
    border-radius: 50%;
    box-shadow: 0 0 12px #71ff00;
    margin: 7px 0 13px 0 !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.invite_group_ava:hover {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.rank_filter, .navbar_shop {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.rank_filter {
	margin-left: 2px;
	margin-right: -2px;
}
.rank_filter > button, .navbar_shop > button {
	border: 1px solid;
	color: #fff;
	margin: 0 1px 1px 0px;
	width: calc(25% - 1px);
	font-size: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.navbar_shop > button {
	background-color: #333;
	border-color: #666;
	display: none;
}
.navbar_shop > button:hover {
	background-color: #606060;
}
.navbar_shop > button.active {
	background-color: #00b7ff;
	border-color: #00b7ff;
}
.rank_filter > button {
	background-color: #00b7ff;
	border-color: #1c1c1c;
	width: calc(20% - 1px);
}
.rank_filter > button.active, .navbar_shop > button.active {
	cursor: default;
}
.quest-content {
	text-align: center;
	font-size: 15px;
	font-weight: 300;
}
.quest-content .quest-item {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}
.quest-content .quest-item .flex {
	align-items: center;
	width: 50%;
}
.quest-content .quest-item img {
	border: 1px solid #878787;
    width: 50px;
	margin-right: 7px;
}
.quest-content .quest-item .quest_name {
	color: #6dd70d;
	font-size: 20px;
	display: block;
	line-height: 1;
	padding: 0 !important;
}
.quest-content .quest-item .reward {
	width: 100px;
}
.quest-content .quest-item .wait {
	width: 70px;
	text-align: center;
}
.quest-content .quest-item .btn {
    font-weight: normal;
	font-size: 15px;
	width: 70px;
}
.quest_npc_name {
	font-size: 14pt;
	color: #1FD2C9;
}
.quest_info {
	color: #e0e0e0;
    font-size: 15px;
}
.quest_reward {
	color: #00b7ff;
	margin-top: 7px;
	font-size: 14px;
}
.quest_reward > div {
	display: none;
	color: #6c6c6c;
	font-size: 15px;
	font-weight: 300;
}
#quest .modal-body {
	text-align: left;
	font-size: 16px;
}
#quest .modal-body .quest_npc_ava {
	border: 1px solid #969696;
	margin-right: 10px;
	margin-top: 5px;
	width: 130px;
	height: auto;
}
#quest .modal-footer .flex {
	align-items: center;
	margin-bottom: 7px;
}
#quest .modal-footer .flex > div {
	width: 33.3333%;
	padding: 0 3px;
}
#quest .modal-footer input,
#quest .modal-footer label > i {
	display: none;
}
#quest .modal-footer label {
	font-size: 16px;
	padding: 10px 5px;
	line-height: 1;
}
#quest .modal-footer input:checked + label {
	border: 2px solid #fff;
}
#quest .modal-footer input:checked + label > i {
	display: inline-block;
}
#qid {
	height: calc(100% - 17px);
}
.quest {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	color: #e4e4e4;
    font-size: 16px;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.quest_done {
    background-color: rgba(0, 0, 0, 0.7);
	color: #61bb0f;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	display: none;
	padding: 7px;
	margin-bottom: 20px;
}
.quest_done.fail {
	color: red;
}
.quest_done > div {
	font-size: 32px;
	color: #898989;
	font-weight: 300;
}
.quest_done > div span {
	font-size: 40px;
}
.quest_name {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 10px;
}
.quest .quest_name {
	padding: 0;
}
.quest_name > b {
	color: #1fd2c9;
	font-size: 20px;
}
.quest_block {
    max-width: 720px;
    width: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	margin: 0 auto;
}
.quest_block > img {
	float: left;
	height: auto;
	width: 130px;
	border: 3px solid #444;
}
.quest_block > div {
	float: left;
	width: calc(100% - 130px);
	padding: 0 0 15px 15px;
	min-height: 90px;
}
.quest_block > div > b {
	color: #61bb0f;
}
.quest_block > div > form {
	margin-top: 20px;
}
.quest_block > div > .login_name {
	font-size: 14pt;
	display: block;
}
.quest_block > div > form > input {
	display: none;
}
.quest_block > div > form > label {
	display: block;
	background-color: #00b7ff;
    border-radius: 4px;
    box-shadow: 3px 3px 0 #06507e;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 rgba(5, 61, 97, 0.7);
	max-width: 550px;
    min-width: 290px;
	font-size: 15px;
	text-align: left;
}
.quest_block > div > form > label:hover,
.quest_block > div > form > input:checked + label {
	background-color: #07D673;
	box-shadow: 3px 3px 0 #068246;
}
.quest_block > div > form > label > i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
.quest_block .btn {
	width: 100px;
	float: right;
}
.quest_val {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
    right: 0;
    top: 0;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quest_val > .flex {
	align-items: center;
}
.quest_val > .flex img {
	margin-right: 10px;
	border: 1px solid #757575;
}
.quest_val .hp {
	color: #00ff40;
	font-size: 38px;
	font-family: "teko", sans-serif;
	line-height: 0.5;
}
.quest_val .hp i {
	font-size: 32px;
	color: red;
}
.quest_val .items {
	background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #444;
    position: absolute;
    right: 0;
    top: 51.5px;
}
.quest_val .items > div:first-child {
	font-size: 12px;
	text-align: center;
	padding: 2px 10px;
}
.quest_val .items .flex {
	justify-content: center;
	padding: 0 5px;
}
.quest_val .items > div i {
	margin-right: 3px;
}
.quest_val .items img {
	background-color: #fff;
	border: 3px solid gray;
    border-radius: 50%;
    cursor: help;
    margin: 3px 4px 7px;
    width: 55px;
	height: auto;
	padding: 3px;
	display: none;
}
.srvr_time {
	background-color: #BA2929;
	border: 3px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	opacity: 0.9;
	padding: 5px;
	width: 175px;
	margin: 0 auto 5px;
	letter-spacing: 0.01em;
	font-weight: normal;
	display: none;
}
.buy_dxc_main.pad {
	border-top: 1px solid #5d5a5a;
	margin-top: 13px;
	padding-top: 10px;
}
.buy_dxc_main > label {
	display: inline-block;
	width: 100px; 
	height: 77px;
	border-radius: 10px 0px;
	margin: 5px;
	font-size: 18px;
	padding-top: 3px;
	cursor: pointer;
}
.buy_dxc_main > label.active {
	box-shadow: 2px 2px 0 #fff;
	cursor: default;
}
.buy_dxc_main > label:hover,
.buy_dxc_main > label.active {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	-ms-filter: brightness(110%);
	filter: brightness(110%);
}
.buy_dxc_main > label > span {
	font-weight: 300;
}
.buy_dxc_main > label > div {
	font-size: 12px;
	padding-top: 2px;
}
.buy_dxc_main > label > b {
	background-color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 2px 9px;
}
.buy_dxc_main > label > input,
.pay_type,
.pay_type > label > input {
	display: none;
}
.pay_type > label {
	display: inline-block;
	margin-bottom: 10px;
}
#change_ava {
	max-width: 644px;
}
.change_ava {
	margin: 18px 0;
}
.wm_do {
background: #00b7ff;
border: 1px solid #00b7ff;
width: 100px; 
padding: 3px;
font-size: 10pt;
color: #ffffff;
}
.wm_do:hover {
background: #333333;
border: 1px solid #ffffff;
}
.err_radio {
	text-align: center;
	font-size: 16pt;
}
.err_radio > div {
	font-size: 22pt;
	text-transform: uppercase;
}
#freq button {
	margin: 5px 0 0 0;
}
#freq input {
    font-size: 30px;
    letter-spacing: 3px;
    margin: 0 auto 15px;
    text-align: center;
    width: 115px;
	font-weight: 300;
}
.fight_area {
	background: url('../img/locs/location.jpg') no-repeat 0 0 #1c1c1c;
	background-size: 100%;
	max-width: 910px;
	height: 610px;
	overflow-x: auto;
	overflow-y: hidden;
	border: 5px solid #444;
	margin: 27px auto;
}
.fight_area iframe {
	width: 100%;
	height: 100%;
}
#trophy .modal-body {
	max-height: 390px;
	overflow: auto;
	padding: 0 10px;
}
.trophy {
	margin: 10px 0;
	padding: 5px 10px 5px 5px;
	justify-content: space-between;
}
.trophy.claimed {
	background-color: #2a3734;
}
.trophy, .trophy .flex {
	align-items: center;
}
.trophy .flex {
	width: 100%;
}
.trophy .description {
	font-size: 15px;
	text-align: left;
	color: #ccc;
	line-height: 1.2;
	padding: 0 5px;
	width: 100%;
}
.trophy .description b {
	font-size: 19px;
	display: block;
	font-weight: normal;
	color: #00b7ff;
}
.trophy .cash_dxc {
	white-space: nowrap;
}
.trophy .btn {
	padding: 7px;
}
.trophy .claimed_text {
	color: #30deb2;
	font-size: 14px;
	display: none;
}
.trophy.claimed .claimed_text {
	display: block;
}
.trophy .progress {
	width: 100%;
	margin-bottom: 0;
	margin-top: 5px;
	box-shadow: none;
	background-color: #4a4a4a;
}
#loot .flex, #quick_fight .flex {
	margin: 0 -5px;
}
#store .flex {
	margin: 0 -2px;
}
#loot .item, #quick_fight .item {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
#quick_fight .item {
	margin-bottom: 0;
}
#store .item {
	width: 33.3333%;
	padding: 0 2px;
	margin-bottom: 4px;
}
#loot label, #store label, #quick_fight label {	
	border: 1px solid #666;
	border-radius: 5px;
	cursor: pointer;	
	font-weight: normal;
	margin-bottom: 0;
	display: block;
}
#loot label {
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#store label, #quick_fight label {
	background-color: #333;
	overflow: hidden;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#quick_fight label {
	font-size: 20px;
	letter-spacing: 0.1em;
}
#loot label:hover {
	background-color: #333;
}
#store label {
	font-size: 18px;
}
#store label:hover, #quick_fight label:hover {
	background-color: #606060;
}
#loot label.active {
	background-color: #4c4c4c;
	cursor: default;
}
#store label.active, #quick_fight label.active {
	border-color: #d21f62;
	background-color: #d21f62;
}
#store label span, #quick_fight label span {
	border-top: 1px solid #666;
	display: block;
	padding: 2px;
}
#store label span {	
	display: flex;
	justify-content: center;
	align-items: center;
}
#store label.active span {
	border-color: #d21f62;
}
#store label span i {
	margin-right: 5px;
	font-size: 16px;
}
#loot label i {
	font-size: 30px;
}
#loot label input, #quick_fight label input {
	display: none;
}
#store label:hover img {
	filter: brightness(140%);
}
#quick_fight label:hover img {
	filter: brightness(110%);
}
#store .data {
	margin: 5px 0 7px;
	position: relative;
	display: none;
}
#store .data .name {
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#store .data .img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 200px;
}
#quick_fight .wait {
	margin-top: 20px;
}
#quick_fight .modal-footer .btn + .btn {
	margin-left: 0;
}