.menutabs {
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	padding: 8px 16px;
	background: #333;
	box-shadow: 0 1px 4px #0e0e0e;
	transition: background-color 0.5sease;
}
.menutabsactive {
    display: inline-block;
	border-radius: 3px;
	color: #fff;
	padding: 8px 16px;
	background: #9d5317;
	box-shadow: 0 1px 4px #0e0e0e;
	transition: background-color 0.5sease;
}




@media screen and (max-width: 840px) {
    .statCards {
          display: contents !important;
    }
	
	    .card.members {
          margin-bottom: 5px;
    }
	.menutabsactive {
      display: block;
		margin-bottom:5px;
    }
	.menutabs {
      display: block;
		margin-bottom:5px;
    }
	
}

.statCards {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 85px;
    grid-template-rows: 85px;
    grid-gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.card.members {
background: linear-gradient(51deg, #9d5520, #431900);
    border: 1px solid #693900;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 10px;
}
.statCards .card {
    padding: 8px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 5px;
    position: relative;
}
.statCards > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.statCards .card .content {
    margin-top: 15px;
}
.statCards .card .title {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    opacity: 0.70;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    font-weight: 500;
}
.statCards .card .val {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    font-weight: 500;
}
.icon-members:before {
    content: "\f0c0";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	font-family: 'Font Awesome 5 Free';
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    font-weight: 600;
    text-decoration: inherit;
}
.icon-posts:before {
    content: "\f086";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-threads:before {
    content: "\f02e";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-member:before {
    content: "\f007";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-rpg:before {
    content: "\f25d";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-membersplus:before {
    content: "\f234";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-tpm:before {
    content: "\f507";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-reply:before {
    content: "\f122";
    font-size: 38px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reppo1 {
	
    BACKGROUND: #373737;
    padding: .35rem .5rem;
    border-radius: 6px;
    color: #36dd36;
    font-weight: bold;
    border: 1px solid #454545;
}
.trow11 {
background:#282828;
}
.reppo {

BACKGROUND: #373737;
    padding: .35rem .5rem;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    border: 1px solid #454545;
	text-align: center;
}
.trow22 {
  width: 95%;
  padding-left: 3px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 12px;
  color: rgba(255, 255, 255, 0.70);
  padding: 12px;
  border-bottom: 1px solid #212121;
}



.forum_status{height:50px;width:50px;font-size:23px;text-align:center}
.forum_status svg{margin-top:10px}
.forum_status i{display:inline-block;line-height:50px}
.forum_on{color:#386b8d}
.forum_off,.forum_offlink,.forum_offlock{color:#333}
/**.fa, .far, .fas {font-family: "Font Awesome 6 Duotone";}*/
.forum_offlock i:before{content:"\f023"}
.forum_offlink i:before{content:"\f0c1"}
.ficons_19 i:before{content:"\f760"}
.ficons_7 i:before{content:"\f0a1"}
.ficons_74 i:before{content:"\f890"}
.ficons_8 i:before{content:"\f4a4"}
.ficons_9 i:before{content:"\f82e"}
.ficons_10 i:before, .ficons_75 i:before, .ficons_76 i:before{content:"\f82e"}
.ficons_12 i:before{content:"\f4b6"}
.ficons_77 i:before,.ficons_78 i:before,.ficons_79 i:before{content:"\f4aa"}
.ficons_13 i:before{content:"\f11b"}
.ficons_14 i:before{content:"\e1b6"}
.ficons_15 i:before{content:"\f200"}
.ficons_16 i:before{content:"\f79c"}
.ficons_83 i:before{content:"\e1d9"}
.ficons_28 i:before{content:"\f552"}
.ficons_26 i:before{content:"\f013"}
.ficons_41 i:before, .ficons_42 i:before, .ficons_64 i:before{content:"\f1c9"}
.ficons_27 i:before{content:"\f5db"}
.ficons_29 i:before{content:"\e178"}
.ficons_30 i:before{content:"\f542"}
.ficons_22 i:before{content:"\f6b8"}
.ficons_21 i:before, .ficons_24 i:before,.ficons_23 i:before{content:"\f005"}
.ficons_2 i:before{content:"\f0f3\f0f3"}
.ficons_3 i:before{content:"\e0c0"}
.ficons_4 i:before{content:"\f1e6"}
.ficons_5 i:before{content:"\e089"}
.ficons_84 i:before{content:"\f858"}
.ficons_85 i:before{content:"\f11b"}
.ficons_86 i:before{content:"\f07a"}
.ficons_18 i:before{content:"\f466"}
.ficons_17 i:before{content:"\f87a"}
.ficons_35 i:before{content:"\e478"}
.ficons_36 i:before{content:"\e476"}
.ficons_37 i:before{content:"\f30f"}
.ficons_33 i:before{content:"\e0bb"}
.ficons_32 i:before{content:"\f0ac"}
.ficons_40 i:before{content:"\e2ab"}
.ficons_45 i:before{content:"\f873"}
.ficons_46 i:before{content:"\e068"}
.ficons_47 i:before{content:"\f757"}
.ficons_38 i:before{content:"\e267"}
.ficons_49 i:before{content:"\f5db"}
.ficons_88 i:before{content:"\e267"}
.ficons_48 i:before{content:"\f630"}
.ficons_80 i:before{content:"\f001"}
.ficons_81 i:before{content:"\f8a9"}
.ficons_61 i:before{content:"\e3f2"}
.ficons_71 i:before{content:"\e0b4"}

.trow13 {
    border-radius: 12px;
    border: 1px solid #2b2b2b;
	padding:10px;
	font-weight: 700;
}