body {
	display: block;
	--theme-br: 15px;
	color: #222;
	overflow-y: auto;
}
div, p, article, label, button, .btn, .text {
	color: #222!important;
}
a, button, .button {
	cursor: pointer;
}
.mbfix, .container {
	padding-bottom: 80px;
}
body img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #222!important;
	margin: 10px 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
.container {
	display: block;
	position: relative;
	max-width: 85%;
	width: 720px;
	margin: 5vh auto;
}
.login {
	display: block;
	max-width: 90%;
	width: 450px;
	padding: 30px;
	color: #222;
	margin: 18vh auto 0 auto;
    border-radius: var(--theme-br);
    font-size: 16px;
    font-weight: 400;
}
input, select, textarea {
	border-color: #777!important;
	color: #777;
	background: #fff;
}
input:focus, input:active {
	border-color: #7d9657;
}
.login button {
	display: block;
	width: 100%;
}
.mm {
	display: flex;
    border-top: #7d9657 1px solid;
    background: rgba(255, 255, 255, 0.85);
    gap: 50px;
    padding: 20px 20px 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
}
.mm a {
	text-decoration: none;
	border: unset;
	margin: 0 5px;
    vertical-align: middle;
}
.mm img {
	width: 32px;
	vertical-align: middle;
}
input::placeholder { color: #777!important; }
.login_social {
	margin: 20px 0;
}
table td {
    padding: 20px 0;
}
#user2 {
	display: none;
}
textarea#short_story {
	max-height: 50px !important;
	width: 100%!important;
}
textarea#full_story {
	max-height: 100px !important;
	width: 100%!important;
}
.form-group {
	margin: 10px 0 0;
}
input[type="checkbox"] {
	float: none;
    width: 30px;
    height: 30px;
    border: #222 1px solid;
    background: #fff;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    z-index: 1;
    border-radius: 3px;
}
input[type="checkbox"]:checked {
    background: url('/images/checked.svg') center center no-repeat;
    background-size: 30px;
}
.flex {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.number {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px;
    color: #222;
    overflow: hidden;
}
.number hr {
	margin: 0;
}
.number b {
	color: #222;
	letter-spacing: 1px;
}
#title {
	letter-spacing: 1px;
}
#car_name {
	width: 60%;
    display: inline-block;
    vertical-align: middle;
}
.opacity-05 {
	opacity: 0.5;
}
.opacity-05 .number b {
	color: #999;
}
article img {
	display: inline-block;
	width: 30px;
}
.leftside {
	width: 80%;
}
.rightside {
	width: 20%;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.hide {
	display: none!important;
}
select#category {
	width: 100%!important;
}
.models {
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.models a {
	display: inline-block;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0 0;
}
.mb-30 {
	margin-bottom: 30px;
}
.tox-editor-header, .tox-statusbar {
	display: none!important;
}
.tox-edit-area {
	border-radius: 5px;
    overflow: hidden;
    border: 0;
}
.tox-tinymce {
	border: #222 2px solid!important;
	border-radius: 5px;
	overflow: hidden;
}
table .addnews {
	display: block;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
table .xfields {
	display: block;
	padding: 0;
    margin-top: 10px;
}
#dropmenudiv a:nth-child(2), #dropmenudiv a:nth-child(3) {
	display: none;
}
.c-capcha {
	display: block;
	width: 100%;
	padding: 20px;
    background: #fff;
    border: green 2px solid;
    margin: 20px 0;
}
.c-capcha a {
	display: block;
}
.c-capcha img {
	width: auto;
}
.ui-dialog {
	background: #fff;
    padding: 50px;
    display: block;
    width: 600px;
    height: auto;
    max-height: unset;
    max-width: 90%;
    margin-top: 0;
    border-radius: 10px;
}
.ui-dialog-titlebar {
	font-weight: bold;
	font-size: 18px;
}
#twofactor {
	height: auto;
    margin: 20px 0 0;
}
.ui-dialog-buttonset button {
	display: block;
	width: 100%;
	text-align: center;
}
.ui-dialog-buttonset button:first-child {
	display: none!important;
}
.ui-dialog-buttonset button:last-child, #dosearch {
	background: #7d9657;
	color:#fff!important;
	margin: 20px 0 0;
}
.ui-icon-closethick {
	float: right;
    color: red;
    border: red 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
}
#dofullsearch {
	display: none;
}
#q_search, #fullsearch article {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
#q_search input#story, #fullsearch article input#story {
	width: 100%;
	margin-right: 10px;
}
table {
	margin: 0;
}
table tbody tr {
	border: unset;
}
input[type="number"], #xf_in_place {
	width: 100%;
}
.in_alltime {
	/* border: #e6ffe8 2px solid; */
}
.pages {
	text-align: center;
	margin: 30px 0;
}
.truck {
	width: 15px;
	vertical-align: middle;
	margin: 0 7px;
}
.mm sup {
    display: inline-block;
    padding: 0 7px;
    font-size: 13px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    vertical-align: top;
    margin-left: -10px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 5px 5px rgba(255, 0, 0, 0.15);
}
.moder-area {
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    align-items: baseline;
    justify-content: space-between;
}
.ui-dialog-buttonset button:last-child {
    background-color: #7e9758;
    color: #fff !important;
    height: auto;
    border-radius: 5px;
}
.ui-dialog-titlebar-close .ui-icon, .ui-dialog-titlebar-close span.ui-button-text {
    display: block;
    margin: 0 auto 0 auto;
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
}
.error {
	display: block;
    padding: 15px;
    border: #4284aa 3px solid;
    border-radius: 5px;
}
.error img {
	display: block;
    margin: 0 auto 15px;
    width: 96px;
}
#xfield_holder_in_time {
	display: inline-block;
    font-size: 10px !important;
    float: right;
    margin: 5px 0;
}
#xfield_holder_in_time .addnews {
	font-size: 10px;
    display: inline-block;
}
#xfield_holder_in_time .xfields {
	display: inline-block;
}
#xfield_holder_in_time .xfields input {
	width: 20px;
	height: 20px;
}
#xfield_holder_in_name_area {
	display: none;
}
.form-group label {
	display: inline-block;
}
.number-fav {
    border-bottom: #f1f1f1 1px solid;
    margin: -20px -20px 15px;
    padding: 10px 20px;
    background: #222222;
}
.number-fav b {
	color: #fff;
}

@media screen and (max-width: 720px) {
	.moder-area {
		display: block;
	}
	.form_submit {
		margin: 20px 0 40px;
	}
	.button {
		display: block;
		width: 100%;
	}
}
.displaynone {
	display: none!important;
}
#chart_div {
	border-radius: 5px;
	overflow: hidden;
}
.alice-img {
	width: 15px;
	vertical-align:middle;
	margin: 0 5px;
}
.enter_list_img {
	width: 100px;
    border-radius: 5px;
    float: right;
    vertical-align: middle;
}
.message-text > p {
    margin: 0!important;
    padding: 0!important;
}
.comment_sec {
    opacity: 0.75;
}
.comment_sec > span {
	color: red !important;
}
.add_number_fav {
	display: block;
    text-align: center;
}