#header ul.menu.top_links li.drop {
	display: none;
}
#header ul.top_links a {
	text-decoration: none !important;
	cursor: pointer;
}
#header ul.menu.top_links li.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 li.day_night {
    text-align: left;
    display: inline !important;
	  margin-top: 7px !important;
	  cursor: pointer !important;
}
#header ul.menu.top_links li.day_night a{
    padding-left: 0 !important;
    cursor: pointer;
}
#header ul.menu.top_links li.day_night a i{
    pointer-events: none;
    cursor: pointer;
}
.switcher {
  color:red
}
.switcher a {
  font-size: 15px;
  font-weight: 900;
  padding: 0;
  transition: .4s all;
  border-radius: 2px;
  cursor: pointer !important;
	outline: none;
}
.switcher a:hover {
  color: green !important;
}
.pageskin .pageskin-remove,
.switcher a {
  text-transform: uppercase;
  cursor: pointer;
}
.switcher-mode-on {
   cursor: pointer;
   color: #000;
}
.switcher-mode-off {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}
.ff-hide,
.hide {
  display: none !important;
}

.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;
}

/* ---end--- */
/* forumbit features start */
/* table tr:hover td.trow1,
table tr:hover td.trow2 {
	background: none;
} */
.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):hover td.trow1,
tbody tr:nth-last-child(1):hover td.trow2 {
	  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}*/
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 */
/** forum post+thread cool**/
.infostats {
    background: none;
	color: #898989;
	box-shadow: inset 1px 2px 4px rgba(0 0 0 / 39%), -1px -2px 4px rgba(255 255 255 / 30%), inset -2px -2px 4px rgba(255 255 255 / 30%), 1px 2px 4px rgba(0 0 0 / 30%);
    border-radius: 20px;
	padding: 6px 10px;
}

.bstats {
    background-color: #242424;
	color: #ddd;
	box-shadow: inset 0px 0px 12px 0px #404040;
    border-radius: 20px;
	padding: 6px 10px;
}
/** forum post+thread cool 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 */
#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;
}

/* user_cp start **/
#nav_width {
		float:left;
		width:24%;
}
#content_width {
		float:right;
		width:74%;
}
/* user_cp end **/

/* Profile Start */
.profile-info{
	display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

.profile-info-half{
  display:flex !important; 
  flex-direction:column; 
  width:49%;
}
@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 */

/** portal_start **/
.portal_info {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between !important;
}

.portal_info_left {
	width: 24%;
	float: left;
}
.portal_info_right{
	width: 74%;
    float: right;
}
/** portal_end **/
@media screen and (max-width: 768px) {
	#nav_width, #content_width, .portal_info_left, .portal_info_right {
		float: none;
		width: 100% !important;
		margin-top:15px;
	}
}
/* Pie Chart */
@keyframes bake-pie {
 from {
   transform: rotate(0deg) translate3d(0,0,0);
 }
}

section {
	transform: translateX(20%);
 margin-top: 30px;
 margin-left: 50px;
}
@media (max-width: 600px) {
	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;
	opacity: 0.8 !important;
}
.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 **/
/** css library **/
.flex {
	display: flex;
}

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

.align-center {
	display: flex;
	align-items: center;
}

.flex-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
		
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.gap-4 {
	gap: 4px;
}

.gap-8 {
	gap: 8px;
}

.gap-10 {
	gap: 10px
}

.padding-1r {
	padding: 1rem;
}
			
/** 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;
}
		
		
		