a.logo2 {
    display: block;
    padding: 0 1rem;
}

#header ul.menu.top_links li.drop {
	display: none;
}

#header ul.top_links a {
	text-decoration: none;
}

#header ul.menu.top_links .day-night a {
    background-image: none !important;
}

#header ul.top_links a.home {
	background-image: url(../../../images/home.png);
}
/*day-night-mode */

#header ul.menu.top_links .day-night a{
    padding-left: 0 !important;
}

.pageskin .pageskin-remove, .switcher a {
	text-transform: uppercase;
	cursor: pointer;
}

.day-night {
    position: relative;
    display: flex;
    align-items: center;
    width: 6.25rem;
    height: 2.5rem;
    border-radius: 2rem;
    transition: 0.8s all !important;
    transform: scale(0.6);
	box-shadow: 2px -2px 4px rgb(255 255 255 / 58%), -2px 3px 9px rgb(0 0 0 / 27%), inset -4px 3px 7px rgb(0 43 255 / 10%), inset 2px -3px 9px rgb(255 255 255 / 20%);
	background: rgb(43 138 243) !important;
	cursor: pointer;
	overflow: hidden;
}

.day-night.stand {
	box-shadow: -2px -3px 6px rgb(74 160 255), 2px 3px 9px rgb(0 0 0 / 35%), inset 3px 3px 5px rgb(0 0 0 / 32%), inset -2px -3px 9px rgb(255 255 255 / 20%);
	background: rgb(255 255 255 / 90%) !important;
}

.help-list ~ .day-night {
    transform: scale(0.5);
    margin-left: -18px;
    box-shadow: -2px -2px 4px rgb(255 255 255 / 20%), 2px 3px 6px rgb(0 0 0 / 20%), inset 2px 2px 4px rgb(255 255 255 / 20%), inset -2px -3px 6px rgb(0 0 0 / 20%);
}

.cursor {
    cursor: pointer;
}

.switcher-mode-on {
    position: absolute;
    left: 0.25rem;
    height: 2.125rem;
    width: 2.125rem;
    border-radius: 50%;
    background: #2f92ff;
    transform: translate3d(58px, 0, 0) rotate(0);
    transition: 0.5s all !important;
}

.switcher-mode-on.move {
	position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
    transform: translate3d(2px, 0, 0) rotate(0);
    z-index: 1;
    transition: 0.5s all !important;
    background: #2f92ff !important;
    box-shadow: 2px 2px 6px rgb(255 255 255 / 20%), inset -1px -1px 3px rgb(255 255 255 / 20%), -2px -2px 2px rgb(0 0 0 / 25%), inset -2px -2px 4px rgb(255 255 255 / 40%);
    margin-bottom: 3px;
}

.switcher-mode-on.move:after {
    content: "";
	position: absolute;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 50%;
    background: rgb(108 178 255);
}

@media(min-width: 768px) {
	.switcher-mode-on.move {
    box-shadow: 4px 1px 3px rgba(0 0 0 / 25%);
	}
}

.switcher-mode-on.hide {
    position: absolute;
    left: 0.25rem;
    height: 2.125rem;
    width: 2.125rem;
    border-radius: 50%;
    background: transparent;
	transition: 0.5s !important;
}

.switcher-mode-off {
    position: absolute;
    display: flex;
	justify-content: center;
	align-items: center;
    left: 0.25rem;
    height: 2.125rem;
    width: 2.125rem;
    border-radius: 50%;
    transform: translate3d(58px, 0, 0) rotate(0);
	background: #2f92ff !important;
	transition: 0.5s !important;
}

.switcher-mode-off:after {
    content: "";
	position: absolute;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 50%;
    background: rgb(255 255 255 / 78%);
}

.switcher-mode-off.hide {
    position: absolute;
    transform: translate3d(2px, 0, 0) rotate(0);
    height: 2.125rem;
    width: 2.125rem;
    border-radius: 50%;
    background: transparent !important;
	transition: 0.5s !important;
}
/* day-night-mode end */

.pmbg {
	position: absolute !important;
	height: 10px;
	width: 10px;
	display: flex!important;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	color: #fff;
	text-align: center;
	background: red;
	margin-top: -20px;
	margin-left: 11px;
	border-radius: 20px;
}

.shadow:hover {
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	border-bottom-right-radius: 7px;
}

tbody tr:nth-last-child(1) td#info{
	border-bottom-right-radius: 6px !important;
}

tr.tr_quickreply {
	overflow: hidden!important;
	display: block;
}

.banner_bg {
	height: 230px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 21px;
	overflow: hidden;
	z-index: 13;
}

.banner_bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0.3;
	pointer-events: none;
}
	
.banner_text {
	text-align: center;
	color: var(--black-tone);
	font-family: 'Playball', cursive;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	height: 115px;
	margin-top: -151px;
	-moz-text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.52);
	-webkit-text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.52);
	-ms-text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.52);
	text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.52);
}
.trow_shaded {
	box-shadow: inset 1px 1px 5px 1px #007fd0;
}
/* forumbit features end */

/* sub_forums start */
.float_left_30 {
	float: left;
	width: 30%;
}

@media screen and (max-width: 600px) {
	.float_left_30 {
		display: block;
		width: 100%;
	}
}

/* sub_forums end */
/** calendar start **/
@media only screen and (max-width:881px) {
	.weekday_day_name strong {
		display: none;
	}
	
	.calendar .tcat[width*="1"] {
    	padding: 1px;
	}
	
	.weekday_day_height {
		height: 0px;
	}
	/* English */
	[title="Sunday"]:after {
		content: 'Sun';
	}
	[title="Monday"]:after {
		content: 'Mon';
	}
	[title="Tuesday"]:after {
		content: 'Tue';
	}
	[title="Wednesday"]:after {
		content: 'Wed';
	}
	[title="Thursday"]:after {
		content: 'Thu';
	}
	[title="Friday"]:after {
		content: 'Fri';
	}
	[title="Saturday"]:after {
		content: 'Sat';
	}
}

@media only screen and (max-width: 500px) {
	.b_day a span{
		display: none;
	}
	
	.b_day a:after {
		content: "B'day";
	}
}

@media (min-width:768px) {
	.weekday_day_height {
		height: 100px;
	}
}

@media (max-width:800px) {
	.weekday_day_height {
		height: 60px;
	}
}

@media (max-width:600px) {
	.weekday_day_height {
		height: 50px;
	}
}

@media (max-width:480px) {
	.weekday_day_height {
    	height: 40px;
	}
}

@media (max-width:320px) {
	.weekday_day_height {
    	height: 30px;
	}
}
/* calendar end */

/* calendar + memberlist banner */
.calendar-banner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10rem;
	border-radius: 6px;
	background-size: contain, 100% 100%;
	background-repeat: no-repeat,repeat,repeat;
	background-image: url(https://i.ibb.co/0BN6J7d/calendar-banner.png),linear-gradient(to right,rgb(23,23,23) 10%,rgba(32,32,32,0.95) 100%),url(https://i.ibb.co/CbCbwqp/memberlistbg.png);
	background-position: 0 0;
}

.memberlist-banner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 10rem;
	border-radius: 6px;
	background-size: contain,100%,100%;
	background-repeat: no-repeat,repeat,repeat;
	background-image: url(https://i.ibb.co/fq63nJW/memberlistbnr.png),linear-gradient(to right,rgb(23,23,23) 10%,rgba(32,32,32,0.95) 100%),url(https://i.ibb.co/CbCbwqp/memberlistbg.png);
	background-position: 0 0;
}

.memberlist-text, .calendar-text{
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	font-size: 48px;
	font-weight: 600;
	color: #1c1d20;
	-webkit-text-stroke: 1px #616161;
	text-stroke: 1px #616161;
	text-shadow: 1px 2px 1px rgba(255,255,255,0.3);
	text-align: center;
}

.memberlist-text::before, .calendar-text::before{
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	color: #f5f5f5!important;
	-webkit-text-stroke: 0px #616161;
	text-stroke: 0px #616161;
	overflow: hidden;
	animation: membtext 6s linear infinite;
	-webkit-animation: membtext 6s linear 2;
}
@keyframes membtext {
	0%,10%,100% {
		width: 0;
	}
	70%,90% {
		width: 100%;
	}
}
-webkit-@keyframes membtext {
	0%,10%,100% {
		width: 0;
	}
	70%,90%{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	.memberlist-text ,.calendar-text{
		top: 80%;
		right: 20%;
		font-size: 30px;
	}
}
/* calendar + memberlist banner end */

#search input.button {
	outline: none;
	cursor: pointer;
	border: 0;
	border-radius: 4px !important;
	-wbkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.smalltext2 {
 	font-size: 9px;
}

td.trow1.reply_tools {
	width: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	overflow: hidden !important;
}
/* Profile Start */
.profile-info{
	display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
	gap: 1rem;
}

.profile-info-half{
	display:flex !important; 
  	flex-direction:column; 
  	width:49%;
	flex-grow: 1;
}

@media (max-width: 600px) {
	.profile-info-half {
		width: 100% !important;	
	}
}

.pm-wrap{
	word-wrap:break-word !important;
}

.users_avatar {
	width: 34px;
	height: 34px;
	position: relative;
	border-radius: 50%;
	padding: 1px;
}

.users_avatar img {
	width: 32px;
	height: 32px;
	padding: 1px;
	border-radius: 0;
	border: none;
}

.users_avatar .users_avatar_frame {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.users_avatar .users_avatar_frame > img {
	transform: scale(1.23);
	width: 32px;
	height: 32px;
	background: none;
}

.users_avatar.users_avatar_border {
	position: relative;
	width: 100px;
	height: 100px;
}

.users_avatar.users_avatar_border .user_avatar_inner img {
	background: none;
	filter: none;
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
}

.users_avatar.users_avatar_border .user_avatar_inner {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

.users_avatar.users_avatar_border .user_avatar_inner .users_avatar_frame > img {
	transform: scale(1.22);
	opacity: 0.5;
}

@media ( max-width: 780px ) {
	.users_avatar.users_avatar_border {
		max-width: none;
		width: 80px;
		height: 80px;
	}
}
		
/* Profile End */

/** flex-container **/
.flex-container {
	display: flex !important;
	flex-wrap: wrap;
	gap: .9rem;
	flex-grow: 1;
}

.flex-left-box {
	flex: 1 1 24%;
}

.flex-right-box{
	flex: 1 1 74%;
}

/** flex-container_end **/

/* portal */
.portal-avatar{
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

/* Pie Chart */
@keyframes bake-pie {
	from {
		transform: rotate(0deg) translate3d(0,0,0);
	}
}

section.stats-section {
	transform: translateX(20%);
	margin-top: 30px;
	margin-left: 50px;
}

@media (max-width: 600px) {
	section.stats-section {
	    transform: scale(0.9) translateX(-10%);
	    overflow: hidden;
	    display: flex;
    	flex-direction: column;
    	justify-content: center;
	    align-items: center;
	}
	
	.pie {
		margin-left: 30px!important;
	}
}

.pieID {
	display: inline-block;
	vertical-align: top;
}

.pie {
	height: 200px;
	width: 200px;
	position: relative;
	margin: 0 30px 30px 0;
}

.pie::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 125px;
	height: 125px;
	background: var(--white);
	border-radius: 50%;
	top: 37px;
	left: 37px;
}

.pie::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
	margin: 220px auto;
}

.slice {
	position: absolute;
	width: 200px;
	height: 200px;
	clip: rect(0px, 200px, 200px, 100px);
	animation: bake-pie 1s;
}

.slice span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	clip: rect(0px, 200px, 200px, 100px);
}

.legend {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: 15px;
	font-size: 13px;
}

.legend li {
	width: 200px;
	height: 1.25em;
	margin-bottom: 0.7em;
	padding-left: 0.5em;
	border-left: 1.25em solid black;
}

.legend em {
	font-style: normal;
}

.legend span {
	float: right;
}

.stats_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stats_half {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.tcat_gen {
	margin-top: 5px;
}

.trow_stats {
	padding: 7px;
	flex: 1 1 100%;
}

@media screen and (max-width: 600px) {
	.stats_half {
		width: 100%;
		flex: 1 1 100%;
	}
}
/* Pie Chart end*/

/* click to slide-up */
#backtop {
	position: fixed;
	margin: 0px;
	cursor: pointer;
	border-radius: 1000px;
	color: #fff;
	font-size: 18px;
	right: 23px; bottom: 17px;
	z-index: 400;
	text-align: center;
	height: 42px; 
	width: 42px;
	transition: background-color 0.1s;
	background: rgba(44, 130, 201, .6);
	overflow: hidden;
	outline: 0;
}

#backtop .arr-adj {
	line-height: 42px;
	margin-left: -1px;
}

#backtop:hover { 
	background: rgba(44, 130, 201, .75); 
}

@media(max-width: 768px) {
	#backtop {
		height: 31px;
		width: 31px;
		font-size: 14px;
	}
	
	#backtop .arr-adj {
		line-height: 31px;
	}
}
/* end */
/* Tipsytip */
.tipsy {
    position: absolute;
    padding: 5px;/*
	  width: calc(100% - 10px);*/
    z-index: 999999;
}
.tipsy-inner {
	font-size: 12px;
    background: var(--black-tone);
    color: var(--white);
    max-width: calc(200px - 10px - 2px);
    padding: 5px 8px;
    text-align: center;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed var(--black-tone);
}

.tipsy-arrow-n {
    border-bottom-color: var(--black-tone);
}

.tipsy-arrow-s {
    border-top-color: var(--black-tone);
}

.tipsy-arrow-e {
    border-left-color: var(--black-tone);
}

.tipsy-arrow-w {
    border-right-color: var(--black-tone);
}

.tipsy-n .tipsy-arrow {
    top: 0px; left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
/** End **/
.sub-text-box {
	width: 97%
}

@media (min-width: 768px) {
	.sub-text-box {
		width: 51%
	}
}

.forum-rules {
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.text-box {
    padding: 0.5rem;
    background: var(--sced-box-bg);
}

button:hover, input.button:hover, a.button:hover, .labelbutton:hover {
    box-shadow: 0 2px 5px -1px rgb(35 210 226 / 50%) !important;
}

/* showthread template */

.showthread,.showthread #content {
	background: var(--fine-white)
}

.next-prev-button#prev,.next-prev-button#prev > i {
    border-radius: 1rem 0 0 1rem;
}

.next-prev-button#next,.next-prev-button#next > i {
    border-radius: 0 1rem 1rem 0;
}

.next-prev-button:hover > i {
    background: #5dcfff;
    color: white;
}

.next-prev-button#prev:hover {
    box-shadow: -2px 0 0 0px #5dcfff;
}

.next-prev-button#next:hover {
    box-shadow: 2px 0 0 0px #5dcfff;
}

.showthread_info_item > i {
    margin-right: calc(1rem / 2);
}

.showthread_info_item:nth-child(1) > i {
    color: #6addd9;
}

.showthread_info_item:nth-child(2) > i {
    color: #f0cd78;
}

.showthread_info_item:nth-child(3) > i {
    color: #7b91e6;
}

.showthread_info_item:nth-child(4) > i {
    color: #d097e8;
}

body.showthread .tborder {
    background: none;
    border: none;
}

body.showthread .thead {
	border-radius: 0;
}

.sowthread-box ~ table.tborder.tfixed.clear {
    border: none !important;
}

.deleted_post_collapsed, .post {
	margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0 0 0 / 27%);
}

.deleted_post .post_body {
    filter: blur(0.8px);
}

#posts_container #posts .post.classic:first-of-type, #posts_container #posts .post:first-of-type {
	margin-top: 0 !important
}

ul.post_date {
    padding: 0;
    margin: 0;
    display: flex;
}

.post-date-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    font-weight: 600;
    gap: 5px;
    align-items: center;
}

.post_date_right {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
	float: right;
}

.post_date_right > {
    margin-left: 14px;
}

#posts_container #posts .post:first-of-type > .post_author{
	border-top: none !important
}

#posts_container #posts .post:last-of-type{
	margin: 0 !important;
}

.post:last-child {
    border-radius: 0 !important;
}

.post-box {
	display: block;
	width: 100%;
    flex: 1 1 auto;
	padding: 10px;
    vertical-align: top;
}

.post.classic .post_content {
    float: none !important;
    width: auto;
    padding: unset !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-box .post_body {
    position: relative;
    padding: 12px 7px;
    flex: 1 1 auto;
    min-height: 1px;
}

.message-footer {
    margin-top: 1rem;
}

.post-box .post_controls {
    margin-top: 10px;
    clear: unset;
    background: unset;
    border-bottom: unset;
    padding: unset;
    overflow: unset;
}

.post-box .post_controls:before, .post-box .post_controls:after {
    content: " ";
    display: table;
}

.post-avatar {
	text-align: center;
}

.avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
    vertical-align: top;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
}

.post-avatar .avatar {
    vertical-align: bottom;
}

.avatar.avatar--m {
    width: 96px;
    height: 96px;
    font-size: 58px;
}

.author_avatar .post-online, .author_avatar .post-offline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5em;
    font-size: 16px;
}

.author_avatar .post-online:before, .author_avatar .post-offline:before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2bd";
    width: 0.969em;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    color: #7fb900;
    background: #fff;
    border: #fff solid 2px;
    border-radius: 50%;
    display: inline-block;
}

.author_avatar .post-offline:before {
	color: #ff2323c7 !important;
}

.post-user-name {
    font-weight: 700;
    font-size: inherit;
    text-align: center;
    margin: 0;
}

.post-user-title {
	font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.author_statistics dl.pairs.pairs--justified {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.pairs {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pairs.pairs--justified:before, .pairs.pairs--justified:after {
    content: " ";
    display: table;
}

.pairs.pairs--justified:after {
    clear: both;
}

.pairs.pairs--justified > dt {
    float: left;
    max-width: 100%;
    margin-right: 6px;
}

.pairs > dt {
    padding: 0;
    margin: 0;
}

.pairs.pairs--justified > dd {
    float: right;
    text-align: right;
    max-width: 100%;
}

.pairs > dd {
    padding: 0;
    margin: 0;
}

.author_statistics dl.pairs.pairs--justified:last-of-type {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.post-user-arrow {
    position: absolute;
    top: 20px;
    right: -1px;
    border: 10px solid transparent;
    border-left-width: 0;
    border-right-color: var(--light-grey);
}

.post-user-arrow:after {
    position: absolute;
    top: -9px;
    right: -10px;
    content: "";
    border: 9px solid transparent;
    border-left-width: 0;
    border-right-color: var(--white);
	z-index: 1;
}
	
	.unappoved_post .post-user-arrow:after,.deleted_post .post-user-arrow:after {
    	border-bottom-color: #66d5e7 !important;
		border-right-color: #66d5e7 !important;
	}
/* post horizanatal */

.post.post-default {
	display: block;
    margin-top: 6px;
    background: var(--white);
}

.post.post-default .post_author {
    border-bottom: 1px solid var(--slide-white);
	border-right: 0;
}

.post.post-default .post-user-arrow  {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 48px;
    border: 10px solid transparent;
    border-right-color: transparent !important;
    border-top-width: 0;
    border-bottom-color: var(--slide-white);
}

.post.post-default .post-user-arrow:after {
    top: auto;
    right: auto;
    left: -9px;
    bottom: -10px;
    border: none;
    border: 9px solid transparent;
    border-top-width: 0;
    border-bottom-color: var(--white);
}

.post.post-default.trow_selected .post-user-arrow:after {
    border-bottom-color: #66d5e7;
}

.post.post-default section.post-user-section {
    display: flex;
    align-items: center;
}

.author_avatar {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0.5em;
}

.post-user-section.default-section .post-avatar {
    margin-bottom: 0;
}


.post.post-default .author_information {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-left: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.post.post-default .post-user-name, .post.post-default .post-user-title {
    text-align: left !important;
}

.post.post-default .author_statistics {
    flex: 1;
    max-width: 170px;
    margin-top: 3px;
    border: 1px solid #262f3f;
    padding: 0.25em;
    border-radius: 4px;
}

.post.post-default .post_content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post.post-default .mesage-footer {
	margin-top: 1em;
}


.unappoved_post .post-user-arrow,.deleted_post .post-user-arrow {
	border-right-color: #ffb8be;
}

.post.classic.trow_selected .post-user-arrow:after {
    border-right-color: #66d5e7;
}


@media (max-width: 768px) {

	.semi-content-box {
		margin: 20px 10px;
	}
	
	.showthread #content  {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.showthread .red_alert, .showthread .navigation {
		margin: 10px;
	}
	
	.thread-sub-item {
		display: none;
	}
	
	.post.classic {
		display: block;
	}
	
	.avatar.avatar--m {
		width: 48px;
		height: 48px;
		font-size: 29px;
	}
	
	.author_avatar .post-online,.author_avatar .post-offline {
		margin-left: -0.615em;
		transform: unset;
		font-size: 14px;
	}
	
	.post.post-default .author_statistics {
		display: none;
	}
}
/* end */
		
		
		