:root {
    --Board-version: 4.8.35;
    --Board-date: "October 24, 2021";
	--Theme-Revision: "2.1.5";
	--Theme-Name: "Classic";
}
:root {
	--Icon-font: 'Font Awesome 5 Pro';
	--body-font: -apple-system, BlinkMacSystemFont, "Play", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--head-bg: linear-gradient(180deg, #f5f5f5 0%, #e6e6e6 100%);
	--content-bg: rgb(244, 244, 244);
	--title-color: ;
	 --border: #D7D7D7;
	--green-bg: #0d874a;
	--title-color: ;
	--link-color: rgb(180 69 59);
	--link-hover: ;
	--color-body: #5a5a5a;
	--color-red: #b4453b;
	--color-yellow: #e5bf28;
	--color-green: #4caf50;
	--color-blue: #2789d8;
	--text-shadow: 0 1px 0 #FFF;
	--secondary-bg: rgb(255 255 255);
}

html[data-theme="dark"] {
  --body-bg: #1f1f28;
  --content-bg: rgb(42 42 54);
  --border: rgb(49 49 63);
  --bg-sec: rgb(48.814084507, 48.814084507, 62.985915493);
  --color-body: #e6e6e6;
	--text-shadow: none;
  --title-color: rgb(145 70 246);
  --link-color: rgb(173 119 248);
	--link-hover: ;
  --head-bg: rgb(49 49 63);
	--secondary-bg: #292934;
}

.red{color:var(--color-red);}
.yellow{color:var(--color-yellow);}
.green{color:var(--color-green);}
.blue{color:var(--color-blue);}
.head-bg{background:var(--head-bg);}
.green-bg{background-color:var(--green-bg);}

:root {
      --fa-primary-color: green;
      --fa-secondary-color: red;
	--fa-primary-opacity: ;
	--fa-secondary-opacity: ;
}
:root {
    --breadcrumb-angle-1: rgb(251 251 251 / 55%);
    --breadcrumb-angle-2: rgb(206 206 206 / 89%);
    --breadcrumb-hover: rgb(255 255 255 / 14%);
    --breadcrumb-active: rgba(0,0,0,0.15);
}
:root {
    --lang-New: "NEW";
}
html {
/*	background-image: url(/public_all/img/bg.png);
	background-repeat: repeat; */
}

.sidebar {padding-top:1px}
.mark-sub::before,
.mark-read::before,
.breadcrumb-date::before,
.breadcrumb-content::before,
.breadcrumb-activity::before,
[data-subs="add"]::before,
[data-subs="remove"]::before,
[data-thread-mode="threaded"]::before,
[data-thread-mode="linear"]::before {
	font-family: var(--Icon-font);
	margin-right: 5px;
	font-weight: 900;
}
.mark-sub::before {
	content: "\f00c";
}
.mark-read::before {
	content: "\f058";
}
.breadcrumb-date::before {
	content: "\f073";
}
.breadcrumb-content::before {
	content: "\f06e";
}
.breadcrumb-activity::before {
	content: "\f1ea";
}
[data-thread-mode="threaded"]::before {
	content: "\f039";
}
[data-thread-mode="linear"]::before {
	content: "\f039";
}
.usercp::before,
.modcp::before,
.admincp::before,
.user-option::before,
.uk-nav-header::before{
	font-family: var(--Icon-font);
	margin-right: 5px;
}
.usercp::before {
	content: "\f8f5";
}
.modcp::before {
	content: "\f3ed";
}
.admincp::before {
	content: "\f521";
}
.user-option::before {
	content: "\f013";
}
.uk-nav-header::before{
	content: "\f559";
}
[data-state="offlink"]::before,
[data-state="offclose"]::before {
	font-family: var(--Icon-font);
	font-size: 11px;
	margin-right: 5px;
	font-weight: normal;
}
[data-state="offclose"]::before {
    content: "\f023";
    color: #ae3737;
}
[data-state="offlink"]::before {
    content: "\f14c";
    color: #ae3737;
}
[data-status="offlink"] {
 display: none;
}
[data-subs="add"]::before {
	content: "\f055";
}
[data-subs="remove"]::before {
 	content: "\f00c";
}
[effect=ripple] {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[effect=ripple]::before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    transform-origin: center;
    top: calc(var(--y) * 1px);
    left: calc(var(--x) * 1px);
    width: calc(var(--d) * 1px);
    height: calc(var(--d) * 1px);
    background: var(--ripple-background, white);
    transform: translate(-50%, -50%) scale(var(--s, 1));
    opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
    transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
}
.lastpost a:after {
    content: "\f0a9";
    font-family: var(--Icon-font);
    margin-left: -10px;
    opacity: 0;
    transition: all .7s cubic-bezier(0.22,0.42,0.63,1.46);
    font-size: 8px;
}

.lastpost a:hover:after {
    margin-left: 3px;
    opacity: 1;
    color: var(--link-color);
}

.sharethread i {
  font-size: 16px;
}
.sharethread a:link {
	color: var(--link-color);
	text-decoration: none;
}
.sharethread a:visited {
	color: var(--link-color);
	text-decoration: none;
}
.sharethread a:hover,
.sharethread a:active {
	color: #333;
	text-decoration: none;
}

.sharethread span {
     color: #333;
     padding-right: 15px;
     font-weight: bold;
}
.online-counter {
 display:inline-block;
 border-radius:2px;
 position:relative;
 background:rgba(0,0,0,0.15);
 margin-left:5px;
 padding:2px 4px;
 font-size:10px;
}
.online-counter:before {
 content:"";
 position:absolute;
 left:-8px;
 top:50%;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%);
 border-right:4px solid rgba(0,0,0,0.15);
 border-bottom:4px solid transparent;
 border-top:4px solid transparent;
 border-left:4px solid transparent;
}
.info-box {
max-width: 100%;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 3px 10px 3px 10px;
  color: #f0f0f0;
  font-size: inherit;
  background: #A83625;
  border-radius: 4px;
  border: 1px solid #C10000;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 46px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: inset 0 0 46px 0 rgba(0,0,0,0.22);
  box-shadow: inset 0 0 46px 0 rgba(0,0,0,0.22);
  font-family: inherit;
  text-transform: uppercase;
}
.info-box:hover {
-webkit-transition:all 0.2s linear 0s;
-moz-transition:all 0.2s linear 0s;
-o-transition:all 0.2s linear 0s;
transition:all 0.2s linear 0s;
background:#DB3A32 !important;
color:#F0F0F0 !important;
border-radius:4px;
}
.forumdisplay-announcement .announcement-icon {
    color: rgba(255, 255, 255, 0.85);
    background-color: #d26d22;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    height: 35px;
    width: 35px;
    display: flex;
    font-size: 1.6rem;
	margin-left: 4px;
}
.go-unread {
    color: #2C8C69;
}
.dk-sh-none {
  box-shadow:none;
}
.dk-col-icon {
    width: 10px;
}
/*
.dk-col-icon img[src*='f_'], 
.dk-forum-icon img[src*='f_'] {
    position: absolute;
    margin-left: -18px;
    margin-top: -16px;
}
*/
.maintitle {
  /*! color: #555; */
  /*! border-top: 1px solid #D7D7D7; */
  /*! border-left: 1px solid #D7D7D7; */
  /*! border-right: 1px solid #D7D7D7; */
  border-radius: 3px 3px 0 0;
  background: var(--head-bg);
  text-shadow: var(--text-shadow);
  box-shadow: inset #fff 0px 1px 0px;
  line-height: 20px;
  font-weight: bold;
  margin: 0;
}
.dk-col-forum {
    width: auto;
}
.dk-col-stats {
    width: 100px;
    text-align: right;
}
.dk-col_f_content {
display: flex;
justify-content: space-between;
align-items: center;
}
.dk-col_f_views li,
.dk-col-stats li {
	list-style: none;
}
.dk-col-last-post {
    width: 200px;
}
.dk-col-photo {
	width: 30px;
}
.dk-branding {
    background: #333;
    background-color: rgb(51, 51, 51);
    border-bottom: 1px solid #393939;
    min-height: 67px;
}
.dk-content {
   padding: 5px 8px 5px 8px;
}
.dk-main-content {
    background: var(--content-bg);
}
.card-box {
    border: 1px solid var(--border);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: inherit;
	-webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 4px;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 4px;
}
.card-box .message--header {
  border-bottom: 1px solid var(--border);
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background: rgb(237, 237, 237) url(/public_all/img/highlight.png) repeat-x 0 0;
}
.box-wrap, 
.pad-wrap,
.message--header {
    padding: 9px;
}
.box-wrap {
    background: #eee;
}
.box-container {
	background: #fcfcfc;
    border: 1px solid #dcdcdc;
}
.profile-content-main {
	min-height: 75px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.general-box {
    background: #fff;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.general-box h3 {
    border-bottom: 1px solid #d8d8d8;
    text-shadow: rgb(255 255 255 / 80%) 0px 1px 0px;
    background: linear-gradient(180deg, #f5f5f5 0%, #e6e6e6 100%);
    padding: 8px;
    color: #727272;
}
.general-box:last-child {
    margin-bottom: 0;
}
.dk-guest-message {
    background: #fcfcfc;
    border: 1px solid rgb(187 187 187);
    line-height: 140%;
    -webkit-box-shadow: rgb(0 0 0 / 7%) 0px 0px 4px;
    -moz-box-shadow: rgba(0,0,0,0.07) 0px 0px 4px;
    box-shadow: rgb(0 0 0 / 7%) 0px 0px 4px;
    padding: 10px;
	position: relative;
    text-shadow: #fff 0px 1px 0px;
	background-image: url(/public_all/img/back3.png);
	background-size: 17%;
	background-repeat: no-repeat;
	background-position: 100% top;
}
.dk-guest-message strong {
    display: inline-block;
    margin-bottom: 6px;
	letter-spacing: normal;
}
.dk-nav-wrap {
    background: #292929;
    height: 35px;
    padding: 0;
    border-top: 1px solid #252525;
}
#user_navigation {
    background: rgba(0,0,0,0.18);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset rgb(0 0 0 / 45%) 0px 1px 3px;
    border: 1px solid #3d3d3d;
    border-bottom: 1px solid #535353;
    color: #f1f1f1;
    font-size: 11px;
    line-height: 20px;
    height: 36px;
    overflow: hidden;
    float: right;
    margin: 0 10px 0 0;
}
#user_navigation a:not(.uk-dropdown li a):hover {
	background:rgba(0,0,0,0.1);
	text-decoration: none;
}
#user_navigation .user_photo {
    position: relative;
    height: 28px;
    width: auto;
    margin: -4px -9px -2px -9px;
}
#notify_link, 
#inbox_link {
    width: 20px;
	height: 20px;
    padding: 0px 8px !important;
    position: relative;
	align-items: center;
    justify-content: center;
	display: flex;
}
/*
#notify_link,
#inbox_link {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: -2px;
}
*/
#user_navigation .dk-List_inline li {
    margin: 0;
    padding: 0
}
#user_navigation .dk-List_inline li:first-child a {
    border-left: 0;
}
#user_navigation .dk-List_inline li:last-child a {
    border-right: 0;
}
#user_navigation a:not(.uk-dropdown li a) {
    color: #fff;
    padding: 0 13px;
    line-height: 36px;
    outline: none;
    height: 36px;
    border-right: 1px solid #3b3b3b;
    border-left: 1px solid #242424;
}
#search_wrap {
    position: relative;
    background: #fff;
    display: flex;
    padding: 0 26px 0 4px;
    height: 26px;
    line-height: 26px;
    -moz-border-radius: 3px 4px 4px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 3px;
    border-radius: 3px 4px 4px 3px;
    -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    min-width: auto;
}
#main_search {
    font-size: 12px;
    border: 0;
    padding: 0;
    background: transparent;
    width: 138px;
    outline: 0;
	vertical-align: inherit;
}
#search_options {
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 3px 3px 3px 0;
    padding: 0 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1AB99B;
    display: inline-flex;
    /* text-shadow: #fff 0px 1px 0px; */
    color: #ececec;
}
#search_options:hover {
    background: #138A72;
}
.clickable {
    cursor: pointer;
}
#search .submit_input {
    background: #5f5f5f /* url(http://localhost/public/style_images/baisik/search_icon.png) no-repeat 50% */;
    text-indent: -3000em;
    padding: 0;
    border: 0;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: inset 0px 1px 0 rgb(255 255 255 / 20%);
    -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 0 rgb(255 255 255 / 20%);
}
ul.dk-List_inline {
    padding: 0;
	display: flex;
}
.dk-List_inline>li {
    display: inline-flex;
}
.classic-breadcrumb {
    display: flex;
    align-items: center;
}
.dk-breadcrumb {
    color: #777;
    background: #e0e0e0;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: rgb(255 255 255 / 80%) 0px 1px 0px;
    -moz-box-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
    box-shadow: rgb(255 255 255 / 80%) 0px 1px 0px;
    text-shadow: #fff 0px 1px 0px;
    font-size: 10px;
    flex: 1 1 auto;
    min-width: 0;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    transition: 0.2s all linear;
}
.dk-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
    border: 0px solid var(--breadcrumb--border);
    border-width: var(--breadcrumb--border-width);
}
.dk-breadcrumb .dk-List-inline li {
    margin: 0;
    float: left;
    border: 0px solid var(--breadcrumb-angle-2);
    border-width: 0 0 0 1px;
    background-clip: padding-box;
	box-shadow: rgba(255, 255, 255, 0.50) 0px 0px 0px 1px;
}
.dk-breadcrumb li {
    display: flex;
    line-height: 34px;
    max-width: 500px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    align-items: center;
}
.dk-breadcrumb > ul {
    margin: 0;
    padding: 0;
}
.dk-breadcrumb .dk-List-inline li span {
    display: block;
    padding: 0 8px;
}
.dk-breadcrumb a {
    color: inherit;
    display: block;
    font-size: inherit;
    font-weight: inherit;
	text-decoration: none;
}
@media (min-width: 980px) {
.dk-breadcrumb [data-role="breadcrumbList"] {
    flex-wrap: wrap;
}
}
.dk-breadcrumb [data-role="breadcrumbList"] {
    display: flex;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
}
.dk-breadcrumb [data-role="breadcrumbList"] li {
    padding: 0 6px 0 8px;
}
.dk-breadcrumb [data-role="breadcrumbList"] a {
    padding: 0 10px 0 18px;
    position: relative;
    z-index: 1;
    margin: 0 0 0 -15px;
}
.dk-breadcrumb .dk-List-inline li a:active {
    background: var(--breadcrumb-active);
}
.dk-breadcrumb .dk-List-inline a:hover {
    background: var(--breadcrumb-hover);
}
.dk-breadcrumb [data-role="breadcrumbList"] li:first-of-type > a::before,
.dk-breadcrumb [data-role="breadcrumbList"] li:first-of-type > a::after {
    width: calc(100% + 40px);
}
.dk-breadcrumb [data-role="breadcrumbList"] a::before,
.dk-breadcrumb [data-role="breadcrumbList"] a::after {
    border: 0 solid var(--breadcrumb-angle-2);
    border-width: 0 1px 0 0;
    box-shadow: inset var(--breadcrumb-angle-1) -1px 1px 0 0;
    box-sizing: border-box;
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
    transform: skewX(30deg);
    transform-origin: 50% 50%;
    top: 0;
}
.dk-breadcrumb [data-role="breadcrumbList"] a::after {
    transform: translateY(100%) scaleY(-1) skewX(30deg);
}
.dk-breadcrumb [data-role="breadcrumbList"] > li:not(:first-child):last-child {
    opacity: 0.6;
}
.dk-user-photo-mini {
    width: 30px;
    height: 30px;
}
.dk-user-photo-large {
    width: 50px;
    height: 50px;
}
.user-profile-photo {
    max-width: 138px;
    max-height: 138px;
}
.dk-user-photo {
    padding: 1px;
    border: 1px solid #d5d5d5;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}
.section {
 margin-bottom: 10px;
}
.footnote {
  border-top: 1px solid rgb(210, 210, 210);
  padding: 5px;
  background-color: #f5f5f5;
  color: rgb(128, 128, 128);
  margin-top: 5px;
  font-size: .8rem;
  text-shadow: #fff 0px 1px 0px;
}
.sidebar .section .secondary-content {
  border-radius: 3px 3px 0 0;
  border: 1px solid var(--border);
  box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
  background: var(--secondary-bg);
}
.sidebar .section .secondary-content h3 {
  font-weight: bold;
  font-size: 12px;
  color: #555;
  background: var(--head-bg);
  padding: 6px;
  margin: 0;
  border-bottom: 1px solid var(--border);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-shadow: #fff 0px 1px 0px;
  box-shadow: inset #fff 0px 1px 0px;
  border-radius: 3px 3px 0px 0px;
}
.sidebar .section .secondary-content h3 a {
  font-weight: bold;
  font-size: 12px;
  color: #555;
}
.dk-statistics {
  line-height: 1.3;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #fcfcfc;
}
.dk-statistics-head {
  border-bottom: 1px solid #d8d8d8;
  text-shadow: rgb(255 255 255 / 80%) 0px 1px 0px;
  background: var(--head-bg);
  padding: 8px;
  margin: -8px -8px 5px -8px;
}
.dk-forum-rules {
 margin-bottom: 5px;
border-radius: 4px;
border: 1px solid #222735;
padding: 10px;
text-shadow: #000 0px 1px 0px;
box-shadow: rgb(0 0 0 / 7%) 0px 0px 4px;
background: linear-gradient(to bottom, #434a5c 0%,#2f364a 100%);
}
.dk-post-block {
  position: relative;
}
.dk-aside-board {
  margin-bottom: 10px;
}
.dk-board-titlebox {
  background: var(--head-bg);
  border: 1px solid #ccc;
  text-shadow: #fff 0px 1px 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: inset rgb(0 0 0 / 3%) 0px 1px 4px, rgb(255 255 255 / 80%) 0px 1px 0px;
  -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 4px, rgba(255,255,255,0.8) 0px 1px 0px;
  box-shadow: inset rgb(0 0 0 / 3%) 0px 1px 4px, rgb(255 255 255 / 80%) 0px 1px 0px;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}
.dk-maintitle {
    background: #f5f5f5;
    color: #333;
    padding: 12px;
	margin-bottom:10px;
    font-size: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.dk-footer {
  position: relative;
  border-top: 1px solid #d8d8d8;
  text-shadow: rgb(255 255 255 / 80%) 0px 1px 0px;
  background: var(--head-bg);
  padding: 8px;
}
.dk-copyright, 
.dk-board-time {
  font-weight: 600;
  font-size: 0.875rem;
  color: #787878;
}
.dk-copyright a {
  color: #848484;
}

.block {
  margin-bottom: 8px;
}
.block:last-of-type {
  margin-bottom: 0;
}
.block--messages .block-container {
    background: none;
    border: none;
}
.block--messages .message,
.block--messages .block-row {
    color: #141414;
    background: #fcfcfc;
    border-radius: 4px;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 4px;
}
.message-inner {
    display: flex;
}
.block--messages .message-inner:last-of-type .message-cell:first-child {
    border-bottom-left-radius: 4px;
}
.block--messages .message-inner:first-of-type .message-cell:first-child {
    border-top-left-radius: 4px;
}
.block--messages .message-inner:last-of-type .message-cell:last-child {
    border-bottom-right-radius: 4px;
}
.block--messages .message-inner:first-of-type .message-cell:last-child {
    border-top-right-radius: 4px;
}
.block--messages .message-inner .message-cell {
    border-radius: 0;
}
.message-name,
.message-cell.message-cell--user {
    flex: 0 0 148px;
	display: flex;
   justify-content: center;
}
.message-cell.message-cell--user,
.message-cell.message-cell--action {
    position: relative;
    background: #f5f5f5;
    border-right: 1px solid #e4e4e4;
    min-width: 0;
}
.message-cell-bg {
  width: 100%;
  height: 170px;
  margin: -10px;
  position: absolute;
  background: #e8e8e8;
  border-radius: 0;
  clip-path: polygon(100% 0, 100% 60%, 50% 80%, 0 60%, 0 0) !important;
}
.message-cell-bg img {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 120px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  opacity: .75;
}
.message-cell-bg img:hover {
  -webkit-transition:all 0.2s linear 0s;
  -moz-transition:all 0.2s linear 0s;
  -o-transition:all 0.2s linear 0s;
  transition:all 0.2s linear 0s;
  opacity: .75;
}
.message-date {
  display: flex;
  align-items: center;
  margin-left: 18px;
}
date.message-date::before {
    font-family: var(--Icon-font);
    content: "\f017";
    font-size: 12px;
    padding: 0 5px;
    color: #e89595;
}
.message-user {
}
.message-avatar {
    text-align: center;
}
.message-avatar-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: .5em;
}
.message-avatar .avatar {
 
}
.avatar.avatar--m {
    width: 100px;
    height: 100px;
}
.avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
    padding: 1px;
    border: 1px solid #d5d5d5;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}
.message-user-banner {
  margin-top: 7px;
}
.message-user-details {
	margin-bottom: 9px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.28);
	z-index: 2;
  position: relative;
}
.message-user-service.user-service--postbit {
  text-shadow: #fff 0px 1px 0px;
  font-weight: 700;
  text-align: center;
  position: relative;
padding: 2px 3px 2px 3px;
background: #e7e7e7;
border-radius: 2px;
margin: 5px 0 5px 0;
border: 1px solid #cdcdcd;
box-shadow: rgb(0 0 0 / 10%) 0px 0px 4px;
}
.message-name {
    font-weight: 700;
    font-size: inherit;
    text-align: center;
	position: relative;
}
.username {
}
.message-user-extras {
    margin-top: 3px;
    font-size: 12px;
	text-shadow: #fff 0px 1px 0px;
	position: relative;
}
.message-user-extras .pairs.pairs--justified:last-child {
  padding-top: 5px
}
.pairs.pairs--justified::before,
.pairs.pairs--justified::after {
    content: " ";
    display: table;
}
.pairs {
    padding: 0;
    margin: 0;
    overflow: hidden;
	width: 148px;
}
.pairs.pairs--justified > dt {
    float: left;
    max-width: 100%;
    margin-right: 6px;
}
.pairs > dt {
    padding: 0;
    margin: 0;
    margin-right: 0px;
    color: #8c8c8c;
}
.pairs > dt::after {
    content: "";
}
.pairs.pairs--justified > dd {
    float: right;
    text-align: right;
    max-width: 100%;
}
.pairs.pairs--justified::after {
    clear: both;
}
.message-user-arrow {
    position: absolute;
    top: 21px;
    right: -1px;
    border: 10px solid transparent;
    border-right-color: transparent;
    border-left-width: 10px;
    border-left-width: 0;
    border-right-color: #d8d8d8;
}
.message-user-arrow::after {
    position: absolute;
    top: -9px;
    right: -10px;
    content: "";
    border: 9px solid transparent;
    border-right-color: transparent;
    border-left-width: 9px;
    border-left-width: 0;
    border-right-color: #fefefe;
}
.message-date--date,
.message-cell.message-cell--main {
    flex: 1 1 auto;
    min-width: 0;
}
.message-cell {
    display: inline;
    padding: 10px;
}
.message-main {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.message-attribution.message-attribution--split {
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.message-attribution {
    color: #8c8c8c;
    font-size: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
}
.message-attribution-main {
    float: left;
}
.listInline {
    list-style: none;
    margin: 0;
    padding: 0;
}
.listInline > li {
    display: inline;
    margin: 0;
    padding: 0;
}
.u-concealed,
.u-concealed a {
    text-decoration: inherit !important;
    color: inherit !important;
}
.message-attribution.message-attribution--split .message-attribution-opposite {
    margin-left: auto;
}
.message-attribution-opposite.message-attribution-opposite--list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.message-attribution-opposite {
    float: right;
}
.message-attribution-opposite.message-attribution-opposite--list > li:first-child {
    margin-left: 0;
}
.message-attribution-opposite.message-attribution-opposite--list > li {
    margin-left: 14px;
}
.message-attribution-opposite a {
    color: inherit;
	vertical-align: middle;
}
.message-attribution-gadget {
    display: inline-block;
    margin: -3px -7px;
    padding: 3px 7px;
}
.message-attribution::after {
    clear: both;
}
.message-attribution::before,
.message-attribution::after {
    content: " ";
    display: table;
}
.message-content {
    flex: 1 1 auto;
    min-height: 1px;
    position: relative;
	padding: 12px 0;
	text-align: justify;
}
.message-user-content {
	margin-bottom: 7px;
}
.message-body:last-child {
    margin-bottom: 0;
}
.message-body {
    margin: 10px 0;
    margin-bottom: 10px;
    font-family: 'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
}
.message-body::before,
.message-body::after {
    content: " ";
    display: table;
}
.message-body::after {
    clear: both;
}
.bbWrapper {
}
.bbWrapper > :first-child {
    margin-top: 0;
}
.bbMediaJustifier {
    width: 560px;
    max-width: 100%;
    margin: 0;
}
.message-footer {
    margin-top: auto;
}
.actionBar::before,
.actionBar::after {
    content: " ";
    display: table;
}
.message-actionBar.actionBar {
}
.actionBar::after {
    clear: both;
}
.actionBar::before,
.actionBar::after {
    content: " ";
    display: table;
}

.message-avatar-offline {
  background-color: #b4453b;
}
.message-avatar-online {
  background-color: #2dcf3f;
}
.message-avatar-offline ,
.message-avatar-online {
  z-index: 10;
  display: inline-flex;
  height: 14px;
  padding-right: 8px;
  padding-left: 7px;
  margin-left: -9px;
	margin-top: -7px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.dk-col_f_icon {
    padding: 0 0 0 3px !important;
    width: 24px !important;
    text-align: center;
    vertical-align: middle;
}
.dk-col_f_views {
    width: 100px !important;
    text-align: right;
    white-space: nowrap;
}
.dk-col_f_post {
    width: 180px !important;
}
.dk-col_f_rate {
    width: 80px;
	text-align: center;
}
.dk-col_f_mod {
    width: 20px;
}
.dk-viwers {
  vertical-align: middle;
}
/*!
.alternate {
    background-image: url(https://bitoony.com/mybb/images/roundo/welcome-msg-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none; 
     border-radius: 10px;
    padding: 30px;
     color: #fff; 
     opacity: 0.01; 
}
*/
.icon-section {
  align-items: center;
  -ms-flex-pack: center;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  display: -ms-flexbox;
  margin-left: 6px;
  position: relative;
}
.forum-stats {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:100%;
 flex-wrap:wrap
}
.forum-stats .stat {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin:0 1%;
 -webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 4px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
}
.forum-stats .stat .value {
 border-top-left-radius:3px;
 border-bottom-left-radius:3px;
 padding:6px 8px;
background: #999999;
    color: rgb(255 255 255);
    font-weight: bold;
    text-shadow: rgb(0 0 0 / 80%) 0px 1px 0px;
}
.forum-stats .stat .type {
 border-top-right-radius:3px;
 border-bottom-right-radius:3px;
 padding:6px 12px;
 background: linear-gradient(180deg, #f3f3f3 0%, #dad7d7 100% 100%);
 border-bottom: 1px solid #c3c2c2;
 color:rgb(17, 17, 17);
 text-shadow: rgb(255 255 255 / 80%) 0px 1px 0px;
}
.Top-Button {
	background: linear-gradient(to bottom, #434a5c 0%,#2f364a 100%);
    border: 1px solid #21252e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 -1px 0 #191919;
    font: 300 12px/1.3 Helvetica, Arial, sans-serif;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    cursor: pointer;
	text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 40%);
}
.message-verified-badge {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  top: -3px;
  right: 10px;
  cursor: pointer;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  z-index: 5;
  border-radius: 3px 3px 0px 0px;
}
.thread-status {
}
.verified--admin {
  background: #cf2d2d;
}
.message-verified-badge::after, 
.message-verified-badge::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  border-style: solid;
}
.message-verified-badge::before {
  bottom: -14px;
  left: -1px;
  z-index: 0;
  border-width: 0;
  border-color: transparent rgba(0,0,0,0.1);
}
.verified--admin.message-verified-badge::after {
  border-color: transparent #cf2d2d;
}
.message-verified-badge::after {
  bottom: -10px;
  left: 0px;
  z-index: 3;
  border-width: 0px 9px 10px;
  border-color: transparent #cf2d2d;
}
.steps {
    background: #f3f3f3;
    height: 55px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 4px;
	border: 1px solid #c1c1c1;
}
.steps ul {
    padding-left: 0;
}
.steps li:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.steps .steps_active {
    background-position: 100% 0;
}
.steps ul li {
    float: left;
    padding: 11px 33px 5px 18px;
    color: #323232;
    background-image: url(/public_all/img/wizard_step.png);
    background-repeat: no-repeat;
    background-position: 100% -56px;
    position: relative;
	list-style: none;
    height: 39px;
    text-shadow: rgb(255 255 255 / 60%) 0px 1px 0px;
}
.steps_title {
   display: flex;
}
.steps_desc {
    font-size: 11px;
}
.steps ul li:first-child .steps_arrow {
    display: none;
}
.isteps_arrow {
    display: none;
}
.steps_active .steps_arrow {
    display: block;
    position: absolute;
    left: -23px;
    top: 0;
    width: 23px;
    height: 55px;
    background: url(/public_all/img/wizard_step.png) no-repeat 0 -112px;
}
#inbox_link[data-count="0"] .uk-icon,
#notify_link[data-count="0"] .uk-icon {
    animation:none;
}
#inbox_link[data-count="0"] icon,
#notify_link[data-count="0"] icon {
    display: none;
}
#notify_link .uk-icon {
  animation: bell 1.5s ease infinite;
} 
#inbox_link .uk-icon {
	animation: top-down 1.5s linear infinite alternate
}
#inbox_link icon,
#notify_link icon {
  position: absolute;
  left: 70%;
  top: 20%;
  width: .3125rem;
  height: .3125rem;
  background: #46d098;
  border-radius: 50%;
}
#inbox_link::after,
#notify_link::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  background: transparent;
  width: 150%;
  height: 1.5rem;
  opacity: 0;
}
@keyframes bell{
	0%{transform:rotate(0deg)}
	15%{transform:rotate(-30deg)}
	30%{transform:rotate(30deg)}
	45%{transform:rotate(-30deg)}
	60%{transform:rotate(0deg)}
}
@keyframes top-down {
	from {transform:translateY(0)}
	to {transform:translateY(.3rem)}
}
.menu ul li {
list-style: none;
display: flex;
align-items: center;
}

#forum #forum--main, 
#memberlist #member--main, 
#calendar #calendar--main,
#portal #portal--main, 
#search #search--main, 
#help #help--main {
	background: #e0e0e0;
color: #292929;
position: relative;
text-shadow: #fff 0px 1px 0px;
border-radius: 3px 3px 0 0;
display: block;
outline: none;
padding: 0px 16px;
line-height: 32px;
height: 32px;
margin-top: 3px;
}

#forum #forum--main a, 
#memberlist #member--main a, 
#calendar #calendar--main a, 
#portal #portal--main a, 
#search #search--main a, 
#help #help--main a {
	color: #262626;
	font-weight: bold;
}
.multipage a {
	position: relative;
	opacity: 0.2;
	background: rgba(0, 0, 0, 0.12);
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	padding: 1px 5px 0px 4px;
	margin: 0px;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.thread-row:hover .multipage a {
	opacity: 1;
	transition: all 0.3s ease;
}
.sub-tcat {
    position: relative
}

.sub-tcat a:link,.sub-tcat a:visited {
    color: #5a5a5a
}

.sub-tcat a:hover,.sub-tcat a:active {
    color: #b4453b
}

.sub-tcat::before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid;
    border-bottom-color: rgb(215 215 215);
    position: absolute;
    top: -10px;
    left: 36px
}

.sub-tcat::after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid #f4f4f400;
    border-bottom: 10px solid;
    border-bottom-color: rgb(229 229 229);
    position: absolute;
    top: -1.10em;
    left: 36px
}

.swipe {position: relative;background-image: url(/public_all/img/snow.gif);background-size: contain;}
.swipe:before {position: absolute;content: "";top: 0;left: 0;width: 0%;height: 100%;background-color: rgba(255, 255, 255, 0.15);transition: width 0.35s;z-index: 0;}
.swipe:hover:before {width: 100%;}

.header-error {
	color: #000000;
    font-size: inherit;
    background: #A83625;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-box-shadow: inset 0 0 46px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: inset 0 0 46px 0 rgba(0,0,0,0.22);
    box-shadow: inset 0 0 46px 0 rgba(0, 0, 0, 0.22);
    border-radius: 3px 3px 0 0;

}
.header-error:hover {
-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background: #DB3A32 !important;
	color: #F0F0F0 !important;
}
body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	height: 9px;
	width: 100%;
	background: linear-gradient(270deg, #ff6600, #ff2d00, #ff009b, #f400ff, #6400ff, #0086ff, #00daff, #00ff45, #0fb9b2, #ffe400);
    background-size: 2000% 2000%;
	transform-origin: left;
    -webkit-animation: rainbow 10s ease infinite , scroll-progress 1s linear;
    -moz-animation: rainbow 10s ease infinite, scroll-progress 1s linear;
    animation: rainbow 10s ease infinite, scroll-progress 1s linear;
	animation-timeline: auto, scroll();
	visibility: hidden;
}

@-webkit-keyframes rainbow {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes rainbow {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes scroll-progress {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
		visibility: visible;
	}
}

@-moz-keyframes scroll-progress {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
		visibility: visible;
	}
}
@keyframes scroll-progress {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
		visibility: visible;
	}
}