@charset "UTF-8";
/*!
	DO NOT EDIT stylesheet.css!

	Edit .scss files instead. See http://www.artodia.com/phpbb-31-tutorials/compile-theme/
	If you have any questions, please ask on support forum at http://www.artodia.com/forums/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr {
  text-decoration: none;
}
.navbar.secondary:after, .navbar .nav-tabs:after, ul.topiclist dl:after, .navbar.secondary:before, .navbar .nav-tabs:before, ul.topiclist dl:before {
  content: ' ';
  display: table;
  clear: both;
}
html {
  font-size: 100%;
  height: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
}
h1, p.sitename {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  margin-right: 200px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: inherit;
}
h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0.8em 0 0.2em 0;
}
h2.solo {
  margin-bottom: 1em;
}
h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  margin-top: 20px;
}
h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
p {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 1.5em;
}
img {
  border-width: 0;
}
hr {
  border: 0 solid transparent;
  border-top-width: 1px;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
}
hr.dashed {
  border-top-style: dashed;
  margin: 10px 0;
}
hr.divider {
  display: none;
}
p.right {
  text-align: right;
}
p.jumpbox-return {
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
}
b, strong {
  font-weight: 600;
}
.text-strong {
  font-weight: 600;
}
i, em {
  font-style: italic;
}
.text-italics {
  font-style: italic;
}
u {
  text-decoration: underline;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li {
  display: list-item;
}
ul ul, ol ul {
  list-style-type: circle;
}
ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  list-style-type: square;
}
#wrap {
  border: none;
  border-radius: 0;
  padding: 0;
}
.page-width {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 970px;
  min-width: 625px;
}
@media (max-width: 994px) {
  .page-width {
    margin: 0 12px;
  }
}
.page-width .page-width {
  margin: 0;
}
.page-body {
  margin: 4px 0;
  clear: both;
}
#wrap > .page-body:first-of-type {
  margin-top: 0;
}
#wrap > .page-body:last-of-type {
  margin-bottom: 0;
}
.page-footer {
  clear: both;
}
#wrap + .page-footer {
  margin-top: 5px;
}
.page-footer h3 {
  margin-top: 20px;
}
.headerbar > .inner {
  position: relative;
}
.navbar {
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  padding: 4px 9px;
  box-shadow: none;
  padding: 0 9px;
  clear: both;
}
.navbar.tabbed, .navbar.secondary {
  background: transparent;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0;
}
.page-body .navbar {
  margin-bottom: 10px;
}
.navbar + .navbar {
  margin-top: 5px;
}
.navbar.tabbed {
  padding: 0;
}
.navbar.secondary {
  margin: 0;
  padding: 1px 0;
}
.navbar.secondary > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar.secondary > ul > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar.secondary > ul > li > a {
  display: inline-block;
  color: inherit;
  padding: 1px 8px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}
.navbar.secondary > ul > li:hover {
  border-radius: 3px;
}
.navbar.secondary > ul > li:hover > a {
  text-decoration: none;
}
.navbar.secondary > ul > li.small-icon > a {
  padding-left: 18px;
}
.navbar.secondary > ul > li .dropdown {
  top: 28px;
}
.navbar.secondary > ul > li.dropdown-up .dropdown {
  top: auto;
  bottom: 28px;
}
.navbar.secondary > ul > li.search-box {
  display: block;
  margin: 0 3px;
  float: right;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.rtl .navbar.secondary > ul > li.search-box {
  float: left;
}
.navbar.secondary > ul > li.search-box, .navbar.secondary > ul > li.search-box:hover {
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar.secondary > ul > li.search-box:hover {
  opacity: 1;
}
.navbar.secondary + .nav-breadcrumbs {
  margin-top: 0;
}
.navbar li.small-icon > a {
  padding-left: 18px;
}
.navbar .nav-tabs {
  border-radius: 4px;
}
.navbar .nav-tabs .leftside .tab:first-child, .navbar .nav-tabs .leftside .tab.first-visible {
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .navbar .nav-tabs .rightside .tab:last-child, .rtl .navbar .nav-tabs .rightside .tab.last-visible {
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar .nav-tabs .rightside .tab:last-child, .navbar .nav-tabs .rightside .tab.last-visible {
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .navbar .nav-tabs .leftside .tab:first-child, .rtl .navbar .nav-tabs .leftside .tab.first-visible {
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar .nav-tabs > ul {
  list-style-type: none;
  margin: 0;
  height: 31px;
}
.navbar .nav-tabs > ul.leftside, .rtl .navbar .nav-tabs > ul.rightside {
  float: left;
}
.navbar .nav-tabs > ul.rightside, .rtl .navbar .nav-tabs > ul.leftside {
  float: right;
}
.navbar .nav-tabs > ul > li {
  float: left;
  height: 31px;
}
.rtl .navbar .nav-tabs > ul > li {
  float: right;
}
.navbar .nav-tabs > ul .quick-links {
  margin: 0;
}
.navbar .nav-tabs > ul .quick-links.empty {
  display: none;
}
.navbar .nav-tabs > ul .quick-links.showing-responsive-menu {
  display: block;
}
.navbar .nav-tabs .nav-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding: 0 12px;
  vertical-align: baseline;
  font-size: 13px;
  outline-style: none;
}
.navbar .nav-tabs .nav-link.dropdown-toggle {
  position: relative;
}
.navbar .nav-tabs .nav-link.dropdown-toggle:before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 9px;
  line-height: 13px;
  width: 9px;
  height: 13px;
  margin-top: -6px;
}
.rtl .navbar .nav-tabs .nav-link.dropdown-toggle:before {
  right: auto;
  left: 12px;
}
.navbar .nav-tabs .nav-link .username-coloured {
  color: inherit !important;
  font-weight: inherit;
  font-style: inherit;
}
.navbar .nav-tabs .responsive-menu .nav-link:before, .navbar .nav-tabs .dropdown-visible .nav-link:before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 9px;
  line-height: 13px;
  width: 9px;
  height: 13px;
  margin-top: -6px;
}
.navbar .nav-tabs .dropdown {
  top: 31px;
}
.dropdown-up .navbar .nav-tabs .dropdown {
  top: auto;
  bottom: 31px;
}
.navbar .nav-tabs .tab {
  position: relative;
}
.navbar .nav-tabs .tab > strong {
  display: none;
  font-weight: bold;
  font-size: 9px;
  padding: 0 2px;
  border-radius: 3px;
  position: absolute;
  right: 5px;
  top: -10px;
  line-height: 14px;
  min-width: 10px;
  _width: 10px;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  word-wrap: normal;
  height: 14px;
  pointer-events: none;
}
.rtl .navbar .nav-tabs .tab > strong {
  right: auto;
  left: 5px;
}
.navbar .nav-tabs .tab > strong .arrow {
  border: 3px solid transparent;
  border-bottom: 1px none black;
  position: absolute;
  bottom: -3px;
  right: 4px;
  line-height: 0;
  text-shadow: none;
  _display: none;
  width: 0;
  height: 0;
}
.navbar .nav-tabs .tab.non-zero > strong {
  display: block;
}
.navbar .nav-tabs .responsive-menu .nav-link, .navbar .nav-tabs .account .nav-link, .navbar .nav-tabs .pm .nav-link, .navbar .nav-tabs .notifications .nav-link, .navbar .nav-tabs .mcp .nav-link, .navbar .nav-tabs .acp .nav-link, .navbar .nav-tabs .faq .nav-link, .navbar .nav-tabs .logout .nav-link, .navbar .nav-tabs .login .nav-link, .navbar .nav-tabs .register .nav-link, .navbar .nav-tabs .rightside .boardrules .nav-link, .navbar .nav-tabs .rightside .pages .nav-link, .navbar .nav-tabs .members .nav-link, .navbar .nav-tabs .forums .nav-link, .navbar .nav-tabs .leftside .boardrules .nav-link, .navbar .nav-tabs .leftside .pages .nav-link {
  position: relative;
  padding-left: 30px;
}
.navbar .nav-tabs .responsive-menu .nav-link:after, .navbar .nav-tabs .account .nav-link:after, .navbar .nav-tabs .pm .nav-link:after, .navbar .nav-tabs .notifications .nav-link:after, .navbar .nav-tabs .mcp .nav-link:after, .navbar .nav-tabs .acp .nav-link:after, .navbar .nav-tabs .faq .nav-link:after, .navbar .nav-tabs .logout .nav-link:after, .navbar .nav-tabs .login .nav-link:after, .navbar .nav-tabs .register .nav-link:after, .navbar .nav-tabs .rightside .boardrules .nav-link:after, .navbar .nav-tabs .rightside .pages .nav-link:after, .navbar .nav-tabs .members .nav-link:after, .navbar .nav-tabs .forums .nav-link:after, .navbar .nav-tabs .leftside .boardrules .nav-link:after, .navbar .nav-tabs .leftside .pages .nav-link:after {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -7.5px;
  width: 15px;
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
}
.rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .responsive-menu .nav-link:after, .navbar .nav-tabs .responsive-menu .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .account .nav-link:after, .navbar .nav-tabs .account .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .pm .nav-link:after, .navbar .nav-tabs .pm .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .notifications .nav-link:after, .navbar .nav-tabs .notifications .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .mcp .nav-link:after, .navbar .nav-tabs .mcp .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .acp .nav-link:after, .navbar .nav-tabs .acp .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .faq .nav-link:after, .navbar .nav-tabs .faq .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .logout .nav-link:after, .navbar .nav-tabs .logout .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .login .nav-link:after, .navbar .nav-tabs .login .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .register .nav-link:after, .navbar .nav-tabs .register .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .rightside .boardrules .nav-link:after, .navbar .nav-tabs .rightside .boardrules .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .navbar .nav-tabs .rightside .pages .nav-link:after, .navbar .nav-tabs .rightside .pages .rtl .navbar .nav-tabs .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .members .nav-link:after, .navbar .nav-tabs .members .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .forums .nav-link:after, .navbar .nav-tabs .forums .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .leftside .boardrules .nav-link:after, .navbar .nav-tabs .leftside .boardrules .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .leftside .pages .nav-link:after, .navbar .nav-tabs .leftside .pages .rtl .navbar .nav-tabs .nav-link:after {
  left: auto;
  right: 12px;
}
.navbar .nav-tabs .responsive-menu .nav-link, .navbar .nav-tabs .account .nav-link, .navbar .nav-tabs .pm .nav-link, .navbar .nav-tabs .notifications .nav-link, .navbar .nav-tabs .mcp .nav-link, .navbar .nav-tabs .acp .nav-link, .navbar .nav-tabs .faq .nav-link, .navbar .nav-tabs .logout .nav-link, .navbar .nav-tabs .login .nav-link, .navbar .nav-tabs .register .nav-link, .navbar .nav-tabs .rightside .boardrules .nav-link, .navbar .nav-tabs .rightside .pages .nav-link {
  text-indent: 999px;
  width: 15px;
  padding: 0 8px;
  overflow: hidden;
}
.navbar .nav-tabs .responsive-menu .nav-link:after, .navbar .nav-tabs .account .nav-link:after, .navbar .nav-tabs .pm .nav-link:after, .navbar .nav-tabs .notifications .nav-link:after, .navbar .nav-tabs .mcp .nav-link:after, .navbar .nav-tabs .acp .nav-link:after, .navbar .nav-tabs .faq .nav-link:after, .navbar .nav-tabs .logout .nav-link:after, .navbar .nav-tabs .login .nav-link:after, .navbar .nav-tabs .register .nav-link:after, .navbar .nav-tabs .rightside .boardrules .nav-link:after, .navbar .nav-tabs .rightside .pages .nav-link:after {
  text-align: center;
  font-size: 15px;
  left: 8px;
}
.rtl .navbar .nav-tabs .navbar .nav-tabs .responsive-menu .nav-link:after, .navbar .nav-tabs .responsive-menu .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .account .nav-link:after, .navbar .nav-tabs .account .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .pm .nav-link:after, .navbar .nav-tabs .pm .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .notifications .nav-link:after, .navbar .nav-tabs .notifications .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .mcp .nav-link:after, .navbar .nav-tabs .mcp .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .acp .nav-link:after, .navbar .nav-tabs .acp .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .faq .nav-link:after, .navbar .nav-tabs .faq .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .logout .nav-link:after, .navbar .nav-tabs .logout .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .login .nav-link:after, .navbar .nav-tabs .login .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .register .nav-link:after, .navbar .nav-tabs .register .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .rightside .boardrules .nav-link:after, .navbar .nav-tabs .rightside .boardrules .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .rightside .pages .nav-link:after, .navbar .nav-tabs .rightside .pages .rtl .navbar .nav-tabs .nav-link:after {
  left: auto;
  right: 8px;
}
.navbar .nav-tabs .responsive-menu .nav-link + strong, .navbar .nav-tabs .account .nav-link + strong, .navbar .nav-tabs .pm .nav-link + strong, .navbar .nav-tabs .notifications .nav-link + strong, .navbar .nav-tabs .mcp .nav-link + strong, .navbar .nav-tabs .acp .nav-link + strong, .navbar .nav-tabs .faq .nav-link + strong, .navbar .nav-tabs .logout .nav-link + strong, .navbar .nav-tabs .login .nav-link + strong, .navbar .nav-tabs .register .nav-link + strong, .navbar .nav-tabs .rightside .boardrules .nav-link + strong, .navbar .nav-tabs .rightside .pages .nav-link + strong {
  right: -2px;
}
.rtl .navbar .nav-tabs .navbar .nav-tabs .responsive-menu .nav-link + strong, .navbar .nav-tabs .responsive-menu .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .account .nav-link + strong, .navbar .nav-tabs .account .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .pm .nav-link + strong, .navbar .nav-tabs .pm .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .notifications .nav-link + strong, .navbar .nav-tabs .notifications .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .mcp .nav-link + strong, .navbar .nav-tabs .mcp .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .acp .nav-link + strong, .navbar .nav-tabs .acp .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .faq .nav-link + strong, .navbar .nav-tabs .faq .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .logout .nav-link + strong, .navbar .nav-tabs .logout .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .login .nav-link + strong, .navbar .nav-tabs .login .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .register .nav-link + strong, .navbar .nav-tabs .register .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .rightside .boardrules .nav-link + strong, .navbar .nav-tabs .rightside .boardrules .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .rightside .pages .nav-link + strong, .navbar .nav-tabs .rightside .pages .rtl .navbar .nav-tabs .nav-link + strong {
  right: auto;
  left: -2px;
}
@media (max-width: 550px) {
  .navbar .nav-tabs .members .nav-link, .navbar .nav-tabs .forums .nav-link, .navbar .nav-tabs .leftside .boardrules .nav-link, .navbar .nav-tabs .leftside .pages .nav-link {
    text-indent: 999px;
    width: 15px;
    padding: 0 8px;
    overflow: hidden;
  }
  .navbar .nav-tabs .members .nav-link:after, .navbar .nav-tabs .forums .nav-link:after, .navbar .nav-tabs .leftside .boardrules .nav-link:after, .navbar .nav-tabs .leftside .pages .nav-link:after {
    text-align: center;
    font-size: 15px;
    left: 8px;
  }
  .rtl .navbar .nav-tabs .navbar .nav-tabs .members .nav-link:after, .navbar .nav-tabs .members .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .forums .nav-link:after, .navbar .nav-tabs .forums .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .leftside .boardrules .nav-link:after, .navbar .nav-tabs .leftside .boardrules .rtl .navbar .nav-tabs .nav-link:after, .rtl .navbar .nav-tabs .navbar .nav-tabs .leftside .pages .nav-link:after, .navbar .nav-tabs .leftside .pages .rtl .navbar .nav-tabs .nav-link:after {
    left: auto;
    right: 8px;
  }
  .navbar .nav-tabs .members .nav-link + strong, .navbar .nav-tabs .forums .nav-link + strong, .navbar .nav-tabs .leftside .boardrules .nav-link + strong, .navbar .nav-tabs .leftside .pages .nav-link + strong {
    right: -2px;
  }
  .rtl .navbar .nav-tabs .navbar .nav-tabs .members .nav-link + strong, .navbar .nav-tabs .members .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .forums .nav-link + strong, .navbar .nav-tabs .forums .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .leftside .boardrules .nav-link + strong, .navbar .nav-tabs .leftside .boardrules .rtl .navbar .nav-tabs .nav-link + strong, .rtl .navbar .nav-tabs .navbar .nav-tabs .leftside .pages .nav-link + strong, .navbar .nav-tabs .leftside .pages .rtl .navbar .nav-tabs .nav-link + strong {
    right: auto;
    left: -2px;
  }
}
.navbar .nav-tabs .responsive-menu .nav-link:after, .navbar .nav-tabs .members .nav-link:after, .navbar .nav-tabs .forums .nav-link:after, .navbar .nav-tabs .account .nav-link:after, .navbar .nav-tabs .pm .nav-link:after, .navbar .nav-tabs .notifications .nav-link:after, .navbar .nav-tabs .mcp .nav-link:after, .navbar .nav-tabs .acp .nav-link:after, .navbar .nav-tabs .faq .nav-link:after, .navbar .nav-tabs .logout .nav-link:after, .navbar .nav-tabs .login .nav-link:after, .navbar .nav-tabs .register .nav-link:after, .navbar .nav-tabs .boardrules .nav-link:after, .navbar .nav-tabs .pages .nav-link:after {
  font-family: FontAwesome;
}
.navbar .nav-tabs .responsive-menu .nav-link:after {
  content: '';
}
.navbar .nav-tabs .members .nav-link {
  padding-left: 32px;
  padding-right: 24px;
}
.rtl .navbar .nav-tabs .members .nav-link {
  padding-left: 24px;
  padding-right: 32px;
}
.navbar .nav-tabs .members .nav-link:after {
  content: '';
}
@media (max-width: 550px) {
  .navbar .nav-tabs .members .nav-link {
    padding: 0 8px !important;
  }
}
.rtl .navbar .nav-tabs .forums .nav-link {
  padding-left: 12px;
  padding-right: 32px;
}
.navbar .nav-tabs .forums .nav-link:after {
  content: '';
}
.navbar .nav-tabs .account .nav-link:after {
  content: '';
}
.navbar .nav-tabs .pm .nav-link:after {
  content: '';
}
.navbar .nav-tabs .notifications .nav-link:after {
  content: '';
  font-size: 14px;
}
.navbar .nav-tabs .mcp .nav-link:after {
  content: '';
}
.navbar .nav-tabs .acp .nav-link:after {
  content: '';
}
.navbar .nav-tabs .faq .nav-link:after {
  content: '';
}
@media (max-width: 550px) {
  .navbar .nav-tabs .faq, .navbar .nav-tabs .faq .nav-link {
    display: none !important;
  }
}
.navbar .nav-tabs .logout .nav-link:after {
  content: '';
  margin-left: 1px;
}
.navbar .nav-tabs .login .nav-link:after {
  content: '';
}
.navbar .nav-tabs .register .nav-link:after {
  content: '';
}
.navbar .nav-tabs .boardrules .nav-link:after {
  content: '';
}
.navbar .nav-tabs .pages .nav-link:after {
  content: '';
}
.navbar .inner.static {
  position: fixed;
  top: 0;
  z-index: 50;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  max-width: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}
#wrap .navbar .inner.static > .static-inner {
  padding: 0;
}
.navbar .inner.static > .static-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 970px;
  min-width: 625px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 994px) {
  .navbar .inner.static > .static-inner {
    margin: 0 12px;
  }
}
.navbar .inner.static:hover {
  opacity: 1;
}
.navbar .inner.static .nav-tabs {
  border-radius: 0;
}
.navbar .inner.static .nav-tabs .leftside .tab:first-child, .navbar .inner.static .nav-tabs .leftside .tab.first-visible, .rtl .navbar .inner.static .nav-tabs .rightside .tab:first-child, .rtl .navbar .inner.static .nav-tabs .rightside .tab.first-visible {
  border-radius: 0;
}
.navbar .inner.static .nav-tabs .rightside .tab:last-child, .navbar .inner.static .nav-tabs .rightside .tab.last-visible, .rtl .navbar .inner.static .nav-tabs .leftside .tab:last-child, .rtl .navbar .inner.static .nav-tabs .leftside .tab.last-visible {
  border-radius: 0;
}
.navbar .inner.static .nav-tabs .tab > strong {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: top;
  margin-top: 8px;
  margin-left: -7px;
  margin-right: 5px;
  padding-bottom: 1px;
  pointer-events: none;
}
.navbar .inner.static .nav-tabs .tab > strong .arrow {
  display: none;
}
.navbar .inner.static .nav-tabs .tab.non-zero > strong {
  display: inline-block;
}
.navbar .inner.static .nav-tabs .pm > .nav-link + strong {
  margin-left: -5px;
}
.forabg {
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  padding: 4px 9px;
  box-shadow: none;
  padding: 4px;
  margin-bottom: 4px;
  clear: both;
}
.forabg + .forabg {
  margin-top: 10px;
}
.forumbg {
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  padding: 4px 9px;
  box-shadow: none;
  padding: 4px;
  margin-bottom: 4px;
  clear: both;
}
.forumbg.forumbg-table {
  background: transparent;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0;
  padding: 0 1px;
}
.panel {
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  padding: 4px 9px;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 4px 9px;
}
.panel.bg3 {
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  border-top: 3px solid transparent;
  position: relative;
}
.panel.bg3:before, .panel.bg3:after {
  content: '';
  position: absolute;
  top: 0;
  width: 3px;
  height: 50px;
}
.panel.bg3:before {
  left: 0;
}
.panel.bg3:after {
  right: 0;
}
.postform .panel.panel {
  border-radius: 4px;
}
.panel > .inner > h3:first-child, .panel > h3:first-child {
  margin: -5px -10px 5px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #2957a0;
  border: 0 solid #2957a0;
  padding: 4px 5px;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  padding-right: 10px;
}
.panel > .inner > h3:first-child a, .panel > h3:first-child a {
  color: #fff;
}
.panel > .inner > h3:first-child a:hover, .panel > h3:first-child a:hover {
  color: #d4ddec;
}
.panel-container .panel > .inner > h3:first-child, .panel-container .panel > h3:first-child {
  font-size: 16px;
  line-height: 1.5;
}
.post {
  background: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  padding: 4px 9px;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  clear: both;
}
.post > .inner {
  padding: 8px 10px;
}
.rowbg {
  margin: 5px 5px 2px 5px;
}
.navbar ul.linklist {
  padding: 2px 0;
}
ul.linklist {
  display: block;
  margin: 0;
}
.cp-main .panel {
  padding: 5px 10px;
}
ul.linklist > li {
  float: left;
  font-size: 12px;
  line-height: 2;
  list-style-type: none;
  margin-right: 7px;
  padding-top: 1px;
  width: auto;
}
ul.linklist > li.icon-only, ul.linklist > li.rightside.icon-only {
  text-align: center;
  min-width: 20px;
}
ul.linklist > li.rightside, p.rightside, a.rightside {
  float: right;
  margin-right: 0;
  margin-left: 7px;
  text-align: right;
}
ul.navlinks {
  border-top: 1px solid transparent;
}
ul.navlinks.nav-breadcrumbs {
  border-top-width: 0;
}
ul.leftside {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
}
ul.rightside {
  float: right;
  margin-left: 5px;
  margin-right: -5px;
  text-align: right;
}
ul.linklist li.responsive-menu {
  position: relative;
  margin: 0 5px;
}
.fa-bars:before {
  display: none;
}
ul.linklist li.responsive-menu a.responsive-menu-link {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  position: relative;
  width: 18px;
  line-height: 22px;
  text-decoration: none;
}
ul.linklist li.responsive-menu a.responsive-menu-link:before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 16px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
}
ul.linklist li.responsive-menu a.responsive-menu-link:hover:before {
  font-family: FontAwesome;
  content: '';
}
.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
  max-width: 48%;
}
.hasjs ul.linklist.fullwidth {
  max-width: none;
}
ul.linklist .dropdown {
  top: 24px;
}
ul.linklist .dropdown-up .dropdown {
  bottom: 24px;
  top: auto;
}
ul.linklist.bulletin > li:before {
  display: inline-block;
  content: "•";
  font-size: inherit;
  line-height: inherit;
  padding-right: 4px;
}
ul.linklist.bulletin > li:first-child:before, ul.linklist.bulletin > li.rightside:last-child:before {
  content: none;
}
ul.linklist.bulletin > li.no-bulletin:before {
  content: none;
}
.responsive-menu:before {
  display: none !important;
}
.header-profile {
  display: inline-block;
  vertical-align: top;
}
.header-avatar:hover {
  text-decoration: none;
}
.header-avatar img {
  margin-bottom: 2px;
  max-height: 20px;
  vertical-align: middle;
  width: auto;
}
.header-avatar span:after {
  content: '';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 7px;
  float: right;
  padding-left: 2px;
  font-weight: normal;
  opacity: 0.7;
}
.dropdown-container {
  position: relative;
}
.dropdown-container-right {
  float: right;
}
.dropdown-container-left {
  float: left;
}
.nojs .dropdown-container:hover .dropdown {
  display: block !important;
}
.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 30;
  padding: 0;
  margin-right: -500px;
}
.dropdown.live-search {
  top: auto;
}
.dropdown-container.topic-tools {
  float: left;
}
.dropdown-up .dropdown {
  top: auto;
  bottom: 1.5em;
}
.dropdown-left .dropdown, .nojs .rightside .dropdown {
  left: auto;
  right: 0;
  margin-left: -500px;
  margin-right: 0;
}
.dropdown-button-control .dropdown {
  top: 32px;
}
.dropdown-button-control.dropdown-up .dropdown {
  top: auto;
  bottom: 32px;
}
.dropdown .pointer, .dropdown .pointer-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-top-width: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  -webkit-transform: rotate(360deg);
  /* better anti-aliasing in webkit */
  display: block;
}
.dropdown-up .pointer, .dropdown-up .pointer-inner {
  border-bottom-width: 0;
  border-top: 10px solid transparent;
}
.dropdown .pointer {
  right: auto;
  left: 10px;
  top: 0;
  z-index: 3;
}
.dropdown-up .pointer {
  bottom: 0;
  top: auto;
}
.dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer {
  left: auto;
  right: 10px;
}
.dropdown .pointer-inner {
  top: auto;
  bottom: -11px;
  left: -10px;
}
.dropdown-up .pointer-inner {
  bottom: auto;
  top: -11px;
}
.dropdown .dropdown-contents {
  z-index: 30;
  overflow: hidden;
  overflow-y: auto;
  border: 0px solid transparent;
  border-radius: 3px;
  border-top-width: 3px;
  padding: 5px 0;
  position: relative;
  min-width: 40px;
  max-height: 410px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.notifications .dropdown .dropdown-contents {
  min-width: 300px;
}
.dropdown-up .dropdown-contents {
  border-bottom-width: 3px;
  border-top-width: 0;
  border-radius: 4px 4px 0 0;
}
.dropdown-contents > li {
  padding-right: 0;
  min-width: 200px;
}
.dropdown-nonscroll > li {
  padding-right: 0;
}
.dropdown li:first-child, .dropdown li.separator + li, .dropdown li li {
  border-top: 0;
}
.dropdown li li:first-child {
  margin-top: 4px;
}
.dropdown li li:last-child {
  padding-bottom: 0;
}
.dropdown li li {
  border-top: 1px dotted transparent;
  padding-left: 18px;
}
#wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li {
  white-space: normal;
}
.dropdown li.separator {
  border-top: 1px solid transparent;
  margin: 4px 0;
  padding: 0;
}
.dropdown li.separator:first-child, .dropdown li.separator:last-child {
  display: none !important;
}
.dropdown-trigger > i.glyphicons, .dropdown-trigger > i.fa {
  display: inline;
  line-height: inherit;
  top: 0;
  vertical-align: baseline;
}
.dropdown-trigger > i.glyphicons:before, .dropdown-trigger > i.fa:before {
  font-size: 1.4em;
  line-height: 1;
  position: relative;
  top: 1px;
}
.breadcrumbs .crumb {
  float: left;
  font-weight: bold;
  word-wrap: normal;
  position: relative;
  padding-left: 14px;
}
.rtl .breadcrumbs .crumb {
  padding-left: 0;
  padding-right: 14px;
}
.breadcrumbs .crumb:first-child {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs .crumb:first-child:before {
  display: none;
}
.breadcrumbs .crumb a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  overflow: hidden;
}
.breadcrumbs .crumb.wrapped-max a {
  max-width: none;
}
.breadcrumbs .crumb.wrapped-wide a {
  max-width: none;
}
.breadcrumbs .crumb.wrapped-medium a {
  max-width: none;
}
.breadcrumbs .crumb.wrapped-small a {
  max-width: none;
}
.breadcrumbs .crumb.wrapped-tiny a {
  max-width: none;
}
table.table1 {
  width: 100%;
}
.ucp-main table.table1 {
  padding: 2px;
}
table.table1 thead th {
  background: #2957a0;
  border: 0 solid #2957a0;
  color: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  text-transform: none;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  padding: 4px;
}
table.table1 thead th:first-child {
  border-top-left-radius: 3px;
}
table.table1 thead th:last-child {
  border-top-right-radius: 3px;
}
table.table1 thead th span {
  padding-left: 7px;
}
table.table1 tbody tr {
  border-top: 1px solid transparent;
}
table.table1 td {
  font-size: 13px;
  line-height: 1.5;
}
table.table1 tbody td {
  padding: 5px;
  border-top: 1px solid transparent;
}
table.table1 tbody th {
  padding: 5px;
  border-bottom: 1px solid transparent;
  text-align: left;
}
table.table1 .name {
  text-align: left;
}
table.table1 .center {
  text-align: center;
}
table.table1 .reportby {
  width: 15%;
}
table.table1 .posts {
  text-align: center;
  width: 7%;
}
table.table1 .joined {
  text-align: left;
  width: 15%;
}
table.table1 .active {
  text-align: left;
  width: 15%;
}
table.table1 .mark {
  text-align: center;
  width: 7%;
}
table.table1 .info {
  text-align: left;
  width: 30%;
  max-width: 200px;
}
@media (max-width: 550px) {
  table.table1 .info {
    max-width: 150px;
  }
}
table.table1 .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}
table.table1 .autocol {
  line-height: 2em;
  white-space: nowrap;
}
table.table1 thead .autocol {
  padding-left: 1em;
}
table.table1 th.info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.table1 span.rank-img {
  float: right;
  width: auto;
}
table.info td {
  padding: 3px;
}
table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  font-weight: normal;
}
.forumbg table.table1 {
  margin: 0;
}
.forumbg-table > .inner {
  margin: 0 -1px;
}
.color_palette_placeholder table {
  border-collapse: separate;
  border-spacing: 1px;
}
.column1 {
  float: left;
  clear: left;
  width: 49%;
}
.column2 {
  float: right;
  clear: right;
  width: 49%;
}
.left-box {
  float: left;
  width: auto;
  text-align: left;
  max-width: 100%;
}
.avatar-rank-container {
  max-width: 20%;
}
.left-box.profile-details {
  width: 80%;
}
.right-box {
  float: right;
  width: auto;
  text-align: right;
  max-width: 100%;
}
dl.details {
  font-size: 12px;
}
dl.details dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: right;
  display: block;
}
dl.details dd {
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 5px;
  float: left;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clearfix, fieldset dl, dl.polls {
  overflow: hidden;
}
ul.topiclist dd.lastpost {
  float: right;
}
fieldset.fields1 ul.recipients {
  list-style-type: none;
  line-height: 1.8;
  max-height: 150px;
  overflow-y: auto;
}
fieldset.fields1 dd.recipients {
  clear: left;
  margin-left: 1em;
}
fieldset.fields1 dl.pmlist > dt {
  width: auto !important;
}
fieldset.fields1 dl.pmlist dd.recipients {
  margin-left: 0 !important;
}
.action-bar {
  font-size: 12px;
  margin: 12px 0;
}
.forabg + .action-bar {
  margin-top: 10px;
}
.action-bar .button {
  margin-right: 5px;
  float: left;
}
.action-bar .button-search {
  margin-right: 0;
}
.pagination {
  float: right;
  font-size: 12px;
  text-align: right;
  width: auto;
}
.action-bar.bottom .pagination {
  margin-top: 0;
}
.action-bar .pagination .button {
  margin-right: 0;
  float: none;
}
.pagination > ul {
  display: inline-block;
  list-style: none !important;
  margin-left: 5px;
}
.pagination > ul > li {
  display: inline-block !important;
  padding: 0;
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
}
.pagination li a, .pagination li span {
  border-radius: 2px;
  padding: 2px 5px;
}
.pagination li.active span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
}
.pagination li.ellipsis span {
  border: none;
  padding: 0;
}
.pagination li.page-jump {
  margin-right: 5px;
}
.pagination li.page-jump a {
  background: transparent none !important;
  border-color: transparent !important;
  padding: 0 8px;
}
.pagination li.page-jump a i {
  font-size: 21px;
}
.pagination .arrow a {
  padding: 2px 0;
}
.rtl .pagination li.previous a:after {
  content: '';
  right: 1px;
  left: 3px;
}
.rtl .pagination li.next a:after {
  content: '';
  left: 1px;
  right: 3px;
}
.row .pagination {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
.row .pagination > ul {
  margin: 0;
}
.row .pagination li a, .row .pagination li span {
  border-radius: 2px;
  padding: 1px 3px;
  font-size: 9px;
}
.phpbb_alert {
  border: 1px solid transparent;
  display: none;
  left: 0;
  padding: 0 25px 20px 25px;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 50;
  width: 620px;
  margin: 0 auto;
}
@media (max-height: 500px) {
  .phpbb_alert {
    top: 25px;
  }
}
.phpbb_alert .alert_close {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-decoration: none !important;
  background: transparent none 0 0 no-repeat;
  margin-top: -12px;
  margin-right: -36px;
  position: relative;
}
.phpbb_alert .alert_close:before, .phpbb_alert .alert_close:after {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  text-align: center;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.phpbb_alert .alert_close:before {
  content: '';
  font-size: 20px;
}
.phpbb_alert p {
  margin: 8px 0;
  padding-bottom: 8px;
}
.phpbb_alert label {
  display: block;
  margin: 8px 0;
  padding-bottom: 8px;
}
.phpbb_alert div.alert_text > p, .phpbb_alert div.alert_text > label, .phpbb_alert div.alert_text > select, .phpbb_alert div.alert_text > textarea, .phpbb_alert div.alert_text > input {
  font-size: 12px;
}
.darkenwrapper {
  display: none;
  position: relative;
  z-index: 44;
}
.darken {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 45;
}
.loading_indicator {
  background: center center no-repeat;
  border-radius: 5px;
  display: none;
  opacity: 0.8;
  margin-top: -50px;
  margin-left: -50px;
  height: 50px;
  width: 50px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 51;
}
.forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}
.copyright {
  font-size: 10px;
  text-align: center;
  padding: 10px;
}
.footer-row {
  font-size: 10px;
  line-height: 1.8;
  margin: 0;
}
.small {
  font-size: 0.9em !important;
}
.titlespace {
  margin-bottom: 15px;
}
.headerspace {
  margin-top: 20px;
}
.error {
  font-weight: bold;
  font-size: 12px;
}
div.rules {
  margin: 10px 0;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}
div.rules ul, div.rules ol {
  margin-left: 20px;
}
p.post-notice {
  position: relative;
  padding: 5px;
  padding-left: 26px;
  min-height: 14px;
  margin-bottom: 1em;
  font-size: 13px;
}
p.post-notice:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: baseline;
  left: 0;
  width: 28px;
  background: transparent none 50% 50% no-repeat;
  pointer-events: none;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
form > p.post-notice strong {
  line-height: 20px;
}
.jumpbox {
  margin: 5px 0;
}
.jumpbox .dropdown li {
  border-top: 1px solid transparent;
}
.jumpbox .dropdown-select {
  margin: 0;
}
.jumpbox .dropdown-contents {
  padding: 0;
  text-decoration: none;
}
.jumpbox .dropdown-contents li {
  padding: 0;
}
.jumpbox .dropdown-contents a {
  margin-right: 20px;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
}
.jumpbox .spacer {
  display: inline-block;
  width: 0px;
}
.jumpbox .spacer + .spacer {
  width: 20px;
}
.dropdown-contents a {
  display: block;
  padding: 6.64px 10px;
  padding-right: 24px;
  font-size: 13.34px;
  color: #444;
}
.jumpbox .dropdown-select {
  margin: 0;
}
.jumpbox .dropdown-contents a {
  text-decoration: none;
}
.dropdown li {
  display: list-item;
  border-top: none;
  float: none !important;
  line-height: normal !important;
  font-size: 1em !important;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}
.stat-block {
  clear: both;
}
.top {
  position: absolute;
  top: -20px;
}
.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent;
}
.inner:after, ul.linklist:after, .action-bar:after, .notification_text:after, .tabs-container:after, .tabs > ul:after, .minitabs > ul:after, .postprofile .avatar-container:after {
  clear: both;
  content: '';
  display: block;
}
.emoji {
  min-height: 18px;
  min-width: 18px;
  height: 1em;
  width: 1em;
}
.hidden {
  display: none;
}
.smilies {
  vertical-align: text-bottom;
}
.icon-notification {
  position: relative;
}
.member-search {
  float: left;
  margin: 0;
  padding: 6px 10px;
}
.member-search strong {
  font-size: 12px;
}
.dropdown-extended {
  display: none;
  z-index: 3;
}
.dropdown-extended ul {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
}
.dropdown-extended ul li {
  padding: 0;
  margin: 0 !important;
  float: none;
  border-top: 1px solid;
  list-style-type: none;
  font-size: 12px;
  clear: both;
  position: relative;
}
.dropdown-extended ul li:first-child {
  border-top: none;
}
.dropdown-extended ul li.no_notifications {
  padding: 10px;
}
.dropdown-extended .dropdown-contents {
  max-height: none;
  padding: 0;
  position: absolute;
  width: 340px;
}
.nojs .dropdown-extended .dropdown-contents {
  position: relative;
}
.dropdown-extended .header {
  padding: 0 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
}
.dropdown-down .dropdown-extended .header {
  margin-top: -3px;
}
.dropdown-extended .header .header_settings {
  float: right;
  font-weight: normal;
  text-transform: none;
}
.dropdown-extended .header .header_settings a {
  display: inline-block;
  padding: 0 5px;
}
.dropdown-extended .header:after {
  content: '';
  display: table;
  clear: both;
}
.dropdown-extended .footer {
  text-align: center;
  font-size: 12px;
}
.dropdown-extended ul li a, .dropdown-extended ul li.no-url {
  padding: 8px;
}
.dropdown-extended .footer > a {
  padding: 5px 0;
}
.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
  display: block;
  text-decoration: none;
}
.notification_list ul li img {
  float: left;
  max-height: 45px;
  max-width: 45px;
  margin-right: 5px;
}
.notification_list ul li p {
  margin-bottom: 4px;
  font-size: 12px;
}
.notification_list p.notification-reference, .notification_list p.notification-location, .notification_list li a p.notification-reason {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification_list p.notification-time {
  font-size: 11px;
  margin: 0;
  text-align: right;
}
.notification_list div.notifications {
  margin-left: 50px;
  padding: 5px;
}
.notification_list div.notifications a {
  display: block;
}
.notification_list p.notifications_title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px !important;
}
.notification_list p.notifications_title strong {
  font-weight: 600;
}
.notification_list p.notifications_time {
  font-size: 12px !important;
}
.notification_text {
  margin-left: 58px;
  white-space: normal;
}
.badge {
  border-radius: 10px;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  float: right;
  display: inline-block;
  margin-left: 3px;
  vertical-align: baseline;
  position: relative;
  top: 3px;
  padding: 4px 6px;
}
.badge.hidden {
  display: none;
}
.linklist .quick-links {
  margin: 0 7px 0 0;
}
.linklist.compact .rightside > a > span span {
  display: none;
}
.dropdown-page-jump .dropdown {
  top: 20px;
}
.dropdown-page-jump.dropdown-up .dropdown {
  bottom: 20px;
}
.dropdown-page-jump input.tiny {
  width: 50px;
}
.dropdown .clone.hidden {
  display: none;
}
.dropdown .clone.hidden + li.separator {
  display: none;
}
.dropdown .clone.hidden + li {
  border-top: none;
}
a {
  direction: ltr;
  unicode-bidi: embed;
  text-decoration: none;
  /* we use links inline more often then not so to address several bugs with
	IE and some other browsers we render all links as inlineblock by default */
  display: inline-block;
}
.username-coloured {
  font-weight: 600;
}
.forumbg .header a, .forabg .header a, th a {
  text-decoration: none;
}
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  text-decoration: underline;
}
.dropdown-extended a.mark_read {
  display: block;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
.dropdown-extended li:hover a.mark_read {
  opacity: 0.85;
}
.dropdown-extended li a.mark_read:hover {
  opacity: 1;
}
.dropdown-extended a.mark_read:after {
  width: auto;
  left: 4px;
  right: 0;
  font-size: 16px;
}
a.forumtitle, a.topictitle {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding-bottom: 2px;
  text-decoration: none;
}
a.forumtitle:hover, a.topictitle:hover {
  text-decoration: none;
}
a.topictitle {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
a.lastsubject {
  font-weight: 600;
  text-decoration: none;
}
a.lastsubject:hover {
  text-decoration: underline;
}
.postprofile a, .postprofile dt.author a {
  font-weight: bold;
  text-decoration: none;
}
.postprofile a:hover, .postprofile dt.author a:hover {
  text-decoration: underline;
}
.search .postprofile a {
  text-decoration: none;
  font-weight: normal;
}
.search .postprofile a:hover {
  text-decoration: underline;
}
.top {
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
}
.back2top {
  clear: both;
}
.post > .back2top {
  position: relative;
  right: 5px;
  bottom: 5px;
}
.rtl .post > .back2top {
  right: auto;
  left: 5px;
}
.back2top .top {
  float: right;
  margin-top: 0;
}
a.top, a.top2 {
  position: relative;
}
a.arrow-up, a.arrow-down {
  position: relative;
}
a.arrow-up:after, a.arrow-down:after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 10px;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-indent: 0;
  pointer-events: none;
}
a.arrow-up:after {
  content: '';
  left: 0;
}
.rtl a.arrow-up:after {
  left: auto;
  right: 0;
}
a.arrow-down:after {
  content: '';
  right: 0;
  padding-top: 1px;
}
.rtl a.arrow-down:after {
  right: auto;
  left: 0;
}
a.arrow-up {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0;
}
a.arrow-down {
  padding-right: 10px;
}
a.arrow-down:hover {
  text-decoration: none;
}
a.arrow-left:hover {
  text-decoration: none;
}
a.arrow-right:hover {
  text-decoration: none;
}
.skiplink {
  position: absolute;
  left: -999px;
  width: 990px;
}
a.feed-icon-forum {
  float: right;
  margin: 3px;
  width: 16px;
  height: 16px;
  position: relative;
}
.topiclist.forums a.feed-icon-forum {
  margin-top: 12px;
}
a.feed-icon-forum:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  text-align: center;
}
a.top-anchor {
  display: block;
}
ul.topiclist {
  display: block;
  list-style-type: none;
  margin: 0;
}
ul.topiclist li {
  display: block;
  list-style-type: none;
  margin: 0;
}
.forabg ul.topiclist li.header, .forumbg ul.topiclist li.header {
  margin: -5px -10px 5px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #2957a0;
  border: 0 solid #2957a0;
  padding: 4px 5px;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  margin: -1px -1px 0;
  position: relative;
}
.forabg ul.topiclist li.header a, .forumbg ul.topiclist li.header a {
  color: #fff;
}
.forabg ul.topiclist li.header a:hover, .forumbg ul.topiclist li.header a:hover {
  color: #d4ddec;
}
.forabg ul.topiclist li.header .forum-toggle, .forumbg ul.topiclist li.header .forum-toggle {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  text-decoration: none !important;
  outline-style: none !important;
  color: inherit;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
.forabg ul.topiclist li.header .forum-toggle:after, .forumbg ul.topiclist li.header .forum-toggle:after {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
.forabg ul.topiclist li.header .forum-toggle.toggled:after, .forumbg ul.topiclist li.header .forum-toggle.toggled:after {
  content: '';
}
.forabg ul.topiclist li.header .forum-toggle:hover, .forumbg ul.topiclist li.header .forum-toggle:hover {
  opacity: 1;
}
.rtl .forabg ul.topiclist li.header .forum-toggle, .rtl .forumbg ul.topiclist li.header .forum-toggle {
  right: auto;
  left: 4px;
}
ul.topiclist dl {
  position: relative;
}
ul.topiclist li.row dl {
  padding: 5px 0;
}
ul.topiclist dt, ul.topiclist dd {
  display: block;
  float: left;
}
ul.topiclist dt {
  width: 100%;
  margin-right: -440px;
  font-size: 12px;
}
ul.topiclist.missing-column dt {
  margin-right: -350px;
}
dl.elegant-row dt, ul.topiclist.two-long-columns dt {
  margin-right: -250px;
}
ul.topiclist.two-columns dt {
  margin-right: -80px;
}
ul.topiclist dt .list-inner {
  margin-right: 440px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
ul.topiclist.missing-column dt .list-inner {
  margin-right: 360px;
}
dl.elegant-row dt .list-inner, ul.topiclist.two-long-columns dt .list-inner {
  margin-right: 250px;
}
ul.topiclist.two-columns dt .list-inner {
  margin-right: 80px;
}
ul.topiclist dd {
  border-left: 1px solid transparent;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.topiclist dfn {
  display: none;
  position: absolute;
  left: -999px;
  width: 990px;
}
.forum-image {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}
.forum-image img {
  max-width: 100%;
}
li.row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
li.row:first-child {
  border-top-width: 0;
  padding-top: 0;
}
li.row:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
li.row .subforums-list ul {
  list-style-type: none;
  display: inline;
  margin: 0;
}
li.row .subforums-list li {
  display: inline;
}
li.row .subforums-list li > span {
  display: inline;
}
li.row .forum-mcplink {
  right: 4px;
  top: 4px;
}
.rtl li.row .forum-mcplink {
  right: auto;
  left: 4px;
}
li.row strong {
  font-weight: normal;
}
li.header dt, li.header dd {
  border-left-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 19px;
}
li.header dt {
  width: 100%;
  margin-right: -440px;
}
.forabg li.header dt {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}
li.header dt .list-inner {
  margin-right: 440px;
  text-indent: 5px;
  padding-left: 0;
}
li.header dd {
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li.header dl dt, li.header dl dd {
  min-height: 0;
}
.forabg li.header dl.row-item dt .list-inner {
  padding-left: 0;
  padding-right: 50px;
}
.row .list-inner {
  padding: 4px 0;
}
dl.row-item {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}
dl.row-item dt {
  background-repeat: no-repeat;
  background-position: 5px 95%;
  background-size: 17px;
}
dl.row-item dt .list-inner {
  padding-left: 55px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
li.header dl.row-item dt .list-inner {
  padding-top: 0;
  padding-bottom: 0;
}
dl.row-item dt .list-inner .topic-status {
  position: absolute;
  right: 4px;
  top: 3px;
  font-size: 14px;
  pointer-events: none;
}
.rtl dl.row-item dt .list-inner .topic-status {
  right: auto;
  left: 4px;
}
dl.row-item dt .list-inner .topic-status + .topic-status {
  right: 20px;
}
dl.row-item dt, dl.row-item dd {
  min-height: 42px;
}
dl.row-item dt a {
  display: inline;
}
dl.row-item.with-description dt, dl.row-item.with-description dd {
  min-height: 50px;
}
dl a.row-item-link {
  display: inline-flex !important;
  width: 36px;
  height: 36px;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 10px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  transition: none;
}
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
  width: 80px;
  text-align: center;
}
dd.posts, dd.topics, dd.views, dd.extra, dd.mark, dd.lastpost.empty {
  line-height: 34px;
  font-size: 13px;
}
.with-description dd.posts, .with-description dd.topics, .with-description dd.views, .with-description dd.extra, .with-description dd.mark, .with-description dd.lastpost.empty {
  line-height: 42px;
}
dd.lastpost.empty br {
  display: none;
}
dd.posts, dd.topics, dd.views {
  width: 95px;
}
.elegant-row dd.posts, .elegant-row dd.topics, .elegant-row dd.views {
  display: none;
}
dl.row-item dt ol, dl.row-item dt ul {
  list-style-position: inside;
  margin-left: 1em;
}
dl.row-item dt li {
  display: list-item;
  list-style-type: inherit;
}
dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info {
  width: 250px;
  font-size: 12px;
}
dd.redirect {
  line-height: 2.5em;
}
dd.time {
  line-height: 200%;
}
dd.lastpost > span, ul.topiclist dd.info > span, ul.topiclist dd.time > span, dd.redirect > span, dd.moderation > span {
  display: block;
  padding-left: 5px;
}
dd.extra, dd.mark {
  line-height: 200%;
}
dd.option {
  width: 125px;
  line-height: 200%;
  text-align: center;
  font-size: 12px;
}
/* Memberlist
----------------------------------------*/
.group-description {
  font-size: 14px;
}
.group-description ol, .group-description ul {
  list-style-position: inside;
}
.forum-description {
  font-size: 13px;
  padding-top: 2px;
}
.forum-statistics {
  font-size: 12px;
  padding-top: 2px;
}
.forum-lastpost {
  display: none;
}
@media (max-width: 550px) {
  .forum-lastpost {
    display: block !important;
    padding-top: 2px;
    line-height: 1.2;
    overflow: hidden;
  }
}
.forum-lastpost strong, .forum-lastpost span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.forum-lastpost strong, .forum-lastpost span, .forum-lastpost a.lastsubject {
  font-weight: normal;
}
.forum-lastpost strong {
  display: block;
  float: left;
  max-width: 200px;
  padding-right: 5px;
}
.rtl .forum-lastpost strong {
  float: right;
  padding-right: 0;
  padding-left: 5px;
}
@media (max-width: 400px) {
  .forum-lastpost strong {
    max-width: 130px;
  }
}
.forum-lastpost span {
  display: inline-block;
  max-width: 100%;
}
.forum-lastpost span:after {
  content: '|';
  display: inline-block;
  text-align: center;
  width: 12px;
}
.forum-lastpost span:last-of-type:after {
  display: none;
}
.subforums-list {
  padding-top: 2px;
}
.forum-description.toggle {
  display: none;
  position: absolute;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 9px;
  max-width: 500px;
  cursor: pointer;
}
a.forumtitle + .forum-description.toggle, a.topictitle + .forum-description.toggle {
  left: 55px;
  top: 25px;
  z-index: 30;
}
.rtl a.forumtitle + .forum-description.toggle, .rtl a.topictitle + .forum-description.toggle {
  left: auto;
  right: 55px;
}
.forum-description.toggle a {
  background: none !important;
  text-decoration: underline !important;
  border-width: 0 !important;
}
.forum-description.toggle span.arrow {
  position: absolute;
  line-height: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 1px none transparent;
  top: 6px;
  left: -6px;
  bottom: auto;
}
.rtl .forum-description.toggle span.arrow {
  border-left: 6px solid transparent;
  border-right: 1px none transparent;
  left: auto;
  right: -6px;
}
.forum-description.toggle.no-arrow span.arrow {
  display: none;
}
.postbody {
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
}
.postprofile + .postbody {
  float: right;
  margin-left: -180px;
  width: 100%;
  position: relative;
}
.rtl .postprofile + .postbody {
  margin-left: 0;
  margin-right: -180px;
  float: left;
}
.search .postprofile + .postbody {
  margin-left: -280px;
}
.rtl .search .postprofile + .postbody {
  margin-left: 0;
  margin-right: -280px;
}
.postprofile + .postbody > div {
  margin-left: 180px;
}
.postprofile + .postbody > div:only-child:after {
  content: ' ';
  display: table;
  clear: both;
}
.rtl .postprofile + .postbody > div {
  margin-left: 0;
  margin-right: 180px;
}
.search .postprofile + .postbody > div {
  margin-left: 280px;
}
.rtl .search .postprofile + .postbody > div {
  margin-left: 0;
  margin-right: 280px;
}
.postbody .ignore {
  font-size: 15px;
  line-height: 1.5;
}
.postbody h3 {
  float: left;
  font-size: 17px;
  padding: 2px 0 0 0;
  margin-top: 0 !important;
  margin-bottom: 0.3em !important;
  text-transform: none;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
.rtl .postbody h3 {
  float: right;
}
.postbody h3 img {
  vertical-align: bottom;
}
.has-profile .postbody h3 {
  float: none !important;
  margin-right: 180px;
}
.rtl .has-profile .postbody h3 {
  margin-right: 0;
  margin-left: 180px;
}
.postbody .content {
  font-size: 15px;
  line-height: 1.5;
  overflow-x: auto;
}
.postbody img.postimage {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel .review {
  margin-top: 2em;
}
.topicreview {
  padding-right: 5px;
  overflow: auto;
  height: 300px;
}
.topicreview .postbody {
  width: auto;
  float: none;
  margin: 0;
  height: auto;
}
.topicreview .post {
  height: auto;
}
.topicreview h2 {
  border-bottom-width: 0;
}
.post-ignore .postbody {
  display: none;
}
.post_details {
  overflow: auto;
  max-height: 300px;
}
.content {
  clear: both;
  min-height: 2em;
  overflow: hidden;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding-bottom: 1px;
}
.content h2, .panel h2 {
  font-weight: normal;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.content h2.faq-title, .panel h2.faq-title {
  margin-top: 5px;
}
.panel h3 {
  margin: 0.5em 0;
}
.panel p {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.content p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.agreement {
  margin-bottom: 10px;
}
.agreement-text {
  margin-bottom: 10px;
}
dl.faq, .content dl.faq {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.5;
}
dl.faq dt, .content dl.faq dt {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 5px;
}
.content dl.faq {
  margin-bottom: 0.5em;
}
.content li {
  list-style-type: inherit;
}
.content ul, .content ol {
  margin: 0.8em 0 0.9em 2em;
}
.posthilit {
  padding: 0 2px 1px 2px;
}
p.author {
  margin-bottom: 0.3em;
  padding: 0 0 5px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  clear: both;
}
.signature {
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 13px;
  border-top: 1px solid transparent;
  clear: left;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.signature.standalone {
  border-top-width: 0;
  margin-top: 0;
}
dd .signature {
  margin: 0;
  padding: 0;
  clear: none;
  border: none;
}
.signature li {
  list-style-type: inherit;
}
.signature ul, .signature ol {
  margin: 0.8em 0 0.9em 3em;
}
.notice {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  width: auto;
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 15px;
  border-top: 1px dashed transparent;
  clear: left;
  line-height: 1.5;
}
ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both;
}
.rtl ul.searchresults {
  text-align: left;
}
blockquote {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  margin: 8px 12px;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
/*blockquote:before {
	position: absolute;
	font-family: 'Trebuchet MS';
	top: 5px;
	left: 4px;
	height: 16px;
	font-size: 30px;
	line-height: 30px;
	pointer-events: none;
}*/
blockquote blockquote {
  margin: 1em 1px 1em 15px;
}
blockquote cite {
  font-style: normal;
  font-weight: bold;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
blockquote cite:before, .uncited:before {
  padding-right: 5px;
}
blockquote cite > span {
  float: right;
  font-weight: normal;
}
.postbody .content li blockquote {
  overflow: inherit;
  margin-left: 0;
}
.codebox {
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 8px 12px;
  font-size: 14px;
  word-wrap: normal;
}
.codebox p {
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  margin-bottom: 3px;
  padding: 3px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.6;
  font-weight: bold;
  display: block;
}
blockquote .codebox {
  margin-left: 0;
}
.codebox code {
  overflow: auto;
  display: block;
  height: auto;
  max-height: 200px;
  padding: 5px 3px;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, mono;
  font-size: 14px;
  line-height: 1.3;
}
.attachbox {
  font-size: 13px;
  float: left;
  width: auto;
  max-width: 100%;
  margin: 5px 5px 5px 0;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 3px;
  clear: left;
  box-sizing: border-box;
}
.attachbox dt {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.attachbox dd {
  margin-top: 4px;
  padding-top: 4px;
  clear: left;
  border-top: 1px solid transparent;
  overflow-x: auto;
  overflow-y: hidden;
}
.attachbox dd dd {
  border: none;
}
.attachbox p, .attachbox p.stats {
  line-height: 1.5;
  font-weight: normal;
  clear: left;
}
.attach-image {
  margin: 3px 0;
  max-width: 100%;
}
.attach-image img {
  cursor: default;
}
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
  display: block;
  margin-bottom: 4px;
}
div.inline-attachment p {
  font-size: 14px;
}
dl.file {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  display: block;
}
dl.file dt {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
dl.file dd {
  margin: 0;
  padding: 0;
}
dl.thumbnail img {
  padding: 3px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
dl.thumbnail dd {
  font-style: italic;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.attachbox dl.thumbnail dd {
  font-size: 100%;
}
dl.thumbnail dt a:hover img {
  border: 1px solid transparent;
}
fieldset.polls {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
fieldset.polls dl {
  margin: 0;
  border: 1px solid transparent;
  border-width: 1px 0;
  padding: 5px 0;
  line-height: 1.5;
}
fieldset.polls dl:first-child {
  border-top-width: 0;
}
fieldset.polls dl:last-child {
  border-bottom-width: 0;
}
fieldset.polls dl.voted {
  font-weight: bold;
}
fieldset.polls dt {
  text-align: left;
  float: left;
  display: block;
  width: 30%;
  border-right: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
fieldset.polls dd {
  float: left;
  width: 10%;
  border-left: none;
  padding: 0 5px;
  margin-left: 0;
  font-size: 15px;
}
fieldset.polls dd.resultbar {
  width: 50%;
}
fieldset.polls dd input {
  margin: 2px 0;
}
fieldset.polls dd div {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 3px;
  overflow: visible;
  min-width: 8px;
  border-radius: 3px;
}
.vote-submitted {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.postprofile {
  margin: 0;
  padding: 5px 0;
  min-height: 80px;
  border: 0px solid transparent;
  border-right-width: 1px;
  width: 170px;
  float: left;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.rtl .postprofile {
  float: right;
  border-width: 0;
  border-left-width: 1px;
}
.search .postprofile {
  width: 270px;
}
.postprofile dd, .postprofile dt {
  font-size: 12px;
  line-height: 1.5;
  margin-right: 8px;
}
.rtl .postprofile dd, .rtl .postprofile dt {
  margin-left: 8px;
  margin-right: 0;
}
.postprofile dd {
  overflow: hidden;
  text-overflow: ellipsis;
}
.postprofile strong {
  font-weight: normal;
}
.postprofile dt.no-profile-rank, .postprofile dd.profile-rank, .postprofile .search-result-date {
  margin-bottom: 5px;
}
.profile-rank img {
  max-width: 160px;
}
.postprofile .avatar {
  display: block;
  float: left;
  max-width: 100%;
}
.rtl .postprofile .avatar {
  float: right;
}
.postprofile .avatar img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.postprofile .profile-posts a {
  font-weight: normal;
}
dd.profile-warnings {
  font-weight: bold;
}
dd.profile-contact {
  overflow: visible;
}
.profile-contact .dropdown-container {
  display: inline-block;
}
.profile-contact .icon_contact {
  vertical-align: middle;
}
.profile-contact .dropdown {
  margin-right: -14px;
}
.online-ribbon {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  overflow: hidden;
  top: -3px;
  left: -3px;
  pointer-events: none;
}
.rtl .online-ribbon {
  left: auto;
  right: -3px;
}
.online-ribbon span {
  display: block;
  font-weight: 500;
  font-style: normal;
  width: 100px;
  font-size: 11px;
  line-height: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  top: 17px;
  white-space: nowrap;
  left: -25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.online-ribbon span + span {
  opacity: 0.75;
  z-index: 29;
}
.rtl .online-ribbon span {
  left: auto;
  right: -25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel.online > .inner {
  position: relative;
  z-index: 2;
}
.no-avatar .avatar-container {
  display: block;
  width: 92px;
  height: 92px;
  background: transparent none 50% 50% no-repeat;
  background-size: cover;
}
.profile-avatar img {
  max-width: 100%;
}
dl.pmlist dt {
  width: 60% !important;
}
dl.pmlist dt textarea {
  width: 95%;
}
dl.pmlist dd {
  margin-left: 61% !important;
  margin-bottom: 2px;
}
.action-bar div.dl_links {
  padding: 10px 0 0 10px;
}
div.dl_links {
  display: inline-block;
  text-transform: none;
}
.dl_links strong {
  font-weight: bold;
}
.dl_links ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.dl_links li {
  display: inline-block;
}
.attachment-filename {
  width: 100%;
}
.ellipsis-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.fixed-width-table {
  table-layout: fixed;
}
.postbody .content::-webkit-scrollbar, .topicreview::-webkit-scrollbar, .post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  border-radius: 3px;
}
.postbody .content::-webkit-scrollbar-thumb, .topicreview::-webkit-scrollbar-thumb, .post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
#memberlist tr.inactive, #team tr.inactive {
  font-style: italic;
}
a.post {
  display: inline !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.button {
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.button > strong {
  font-weight: 600;
}
.button:focus, .button:hover {
  text-decoration: none;
  outline: none;
}
.caret {
  border-left: 1px solid;
  position: relative;
  right: -6px;
}
.caret i {
  vertical-align: top;
}
/* Posting page styles
----------------------------------------*/
.button-search, .button-search-end {
  float: left;
  border-radius: 0;
  margin: 0;
  padding: 2px 5px;
}
.button-search-end {
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
}
.search-header .button-search, .search-header .button-search-end {
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 3px 5px;
}
.search-header .button-search-end {
  border-right-width: 0;
}
.button-icon-only {
  padding-left: 3px;
  padding-right: 3px;
}
.contact-icons.dropdown-contents {
  min-width: 0;
  padding: 0;
  font-size: 0;
}
.contact-icon {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
}
.contact-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 16px;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-indent: 0;
  pointer-events: none;
}
.contact-icons a {
  border-bottom: 1px dotted;
  border-right: 1px dotted;
  display: block;
  float: left;
  padding: 8px;
}
.contact-icons .last-cell {
  border-right: none;
}
.contact-icons div:last-child a {
  border-bottom: none;
}
.contact-icons div {
  clear: left;
}
.pm-icon:after {
  content: '';
}
.email-icon:after {
  content: '';
}
.jabber-icon:after {
  content: '';
  font-size: 16px;
}
.phpbb_icq-icon:after {
  content: '';
}
.phpbb_wlm-icon:after {
  content: '';
}
.phpbb_aol-icon:after {
  content: '';
}
.phpbb_website-icon:after {
  content: '';
}
.phpbb_youtube-icon:after {
  content: '';
}
.phpbb_facebook-icon:after {
  content: '';
}
.phpbb_googleplus-icon:after {
  content: '';
}
.phpbb_skype-icon:after {
  content: '';
}
.phpbb_twitter-icon:after {
  content: '';
}
.phpbb_yahoo-icon:after {
  content: '';
}
.post-buttons {
  float: right;
  list-style: none;
  margin-top: 2px;
}
.rtl .post-buttons {
  float: left;
}
.has-profile .post-buttons {
  float: none;
  position: absolute;
  margin: 0;
  top: 5px;
  right: 0;
}
.rtl .has-profile .post-buttons {
  left: 0;
}
.rtl .has-profile .post-buttons {
  right: auto;
}
.post-buttons > li {
  float: left;
  margin-right: 3px;
}
.post-buttons .button, .format-buttons .button {
  padding-left: 3px;
  padding-right: 3px;
}
.hastouch .post-buttons {
  margin-right: 10px;
}
.post-buttons .button span {
  font-size: 0;
}
.post-buttons .dropdown {
  top: 20px;
}
.post-buttons .dropdown a {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-left: 18px;
  position: relative;
}
.post-buttons .dropdown a:before {
  position: absolute;
  left: -16px;
  top: 50%;
  height: 12px;
  line-height: 14px;
  margin: -6px 0 0;
  pointer-events: none;
}
.post-buttons .dropdown a:hover:before {
  color: inherit;
}
.rtl .post-buttons .dropdown a {
  text-align: right;
}
.hasjs .postbody .post-buttons {
  max-width: 40%;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Deprecated as of version 3.2
-------------------------------------------------*/
.small-icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: none;
}
.dropdown .small-icon {
  background-position: 5px 50%;
  padding: 5px;
}
.small-icon > a {
  padding: 0 0 0 18px;
}
ul.linklist.bulletin > li.small-icon:before {
  display: none;
}
.dropdown .small-icon > a {
  display: block;
}
.rtl .small-icon {
  background-position: 100% 50%;
}
.rtl .small-icon > a {
  padding-left: 0;
  padding-right: 19px;
}
.cp-menu {
  float: left;
  width: 20%;
  margin: 0 -2px;
  padding-right: 7px;
  box-sizing: border-box;
}
.rtl .cp-menu {
  float: right;
  padding-left: 7px;
  padding-right: 0;
}
.cp-main {
  float: right;
  width: 80%;
}
.rtl .cp-main {
  float: right;
}
.cp-main .content {
  padding: 0;
}
.panel-container .panel {
  margin-bottom: 10px;
}
.panel-container .panel p {
  font-size: 14px;
  line-height: 1.5;
}
.panel-container .panel ol {
  margin-left: 2em;
  font-size: 14px;
}
.panel-container .panel li.row {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
ul.cplist {
  margin-bottom: 5px;
  border-top: 1px solid transparent;
}
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
  margin-bottom: 2px;
}
.panel-container table.table1 {
  margin-bottom: 1em;
}
.panel-container table.table1 thead th {
  background: transparent;
  box-shadow: none;
  color: inherit;
  padding: 5px;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
}
.panel-container table.table1 tbody th {
  font-style: italic;
  background-color: transparent !important;
  border-bottom: none;
}
.cp-main .pm-message {
  border: 1px solid transparent;
  margin: 10px 0;
  width: auto;
  float: none;
}
.pm-message h2 {
  padding-bottom: 5px;
}
.cp-main .postbody h3, .cp-main .box2 h3 {
  margin-top: 0;
}
.panel-container .postbody p.author {
  font-size: 12px;
}
.cp-main .buttons {
  margin-left: 0;
}
.cp-main ul.linklist {
  margin: 0;
}
.mcp-main .postbody {
  width: 100%;
}
.tabs-container h2 {
  float: left;
  margin-bottom: 0px;
}
.tabs, .minitabs {
  line-height: normal;
}
.tabs > ul, .minitabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.tabs .tab, .minitabs .tab {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
}
.tabs .tab > a, .minitabs .tab > a {
  display: block;
  padding: 0 9px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}
.tabs {
  margin: 20px 0 0 7px;
}
.tabs .tab > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin: 1px 1px 0 0;
}
.tabs .activetab > a {
  margin-top: 0;
  padding-bottom: 2px;
}
.minitabs {
  float: right;
  margin: 15px 7px 0 0;
  max-width: 50%;
}
.minitabs .tab {
  float: right;
}
.minitabs .tab > a {
  border-radius: 5px 5px 0 0;
  margin-left: 2px;
}
.minitabs .tab > a:hover {
  text-decoration: none;
}
.responsive-tab {
  position: relative;
}
.responsive-tab > a.responsive-tab-link {
  display: block;
  font-size: 16px;
  position: relative;
  width: 16px;
  line-height: 14px;
  text-decoration: none;
}
.responsive-tab > a.responsive-tab-link:before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
}
.dropdown-visible.responsive-tab > a.responsive-tab-link:before, .responsive-tab > a.responsive-tab-link:hover:before {
  font-family: FontAwesome;
  content: '';
}
.tabs .dropdown, .minitabs .dropdown {
  top: 30px;
  margin-right: -2px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
}
.minitabs .dropdown {
  margin-right: -4px;
}
.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown {
  bottom: 30px;
  top: auto;
}
.minitabs .dropdown li {
  text-align: left;
}
.navigation {
  width: 100%;
}
.navigation hr {
  display: none;
}
.navigation hr + ul {
  margin-top: 10px;
}
.navigation ul {
  list-style: none;
}
.navigation li {
  display: inline;
  font-weight: bold;
  margin: 1px 0;
  padding: 0;
}
.navigation a {
  display: block;
  padding: 5px;
  margin: 2px 0;
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
}
.navigation a:hover {
  text-decoration: none;
}
.cp-main h2 {
  border-bottom: none;
  padding: 0;
  margin-left: 10px;
}
.cp-mini {
  margin: 10px 15px 10px 5px;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 10px;
  border-radius: 4px;
}
dl.mini dt {
  font-weight: bold;
}
dl.mini dd {
  padding-top: 4px;
}
.friend-online {
  font-weight: bold;
}
.friend-offline {
  font-style: italic;
}
ol.def-rules {
  padding-left: 0;
}
ol.def-rules li {
  line-height: 180%;
  padding: 1px;
}
.pmlist li.bg1 {
  padding: 0 3px;
}
.pmlist li.bg2 {
  padding: 0 3px;
}
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour, .pmlist li.pm_marked_colour, .pm_marked_colour, .pmlist li.pm_replied_colour, .pm_replied_colour, .pmlist li.pm_friend_colour, .pm_friend_colour, .pmlist li.pm_foe_colour, .pm_foe_colour {
  padding: 0;
  border: solid 3px transparent;
  border-width: 0 3px;
}
.pm-legend {
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  margin-bottom: 3px;
  padding-left: 3px;
}
.gallery label {
  position: relative;
  float: left;
  margin: 10px;
  padding: 5px;
  width: auto;
  border: 1px solid transparent;
  text-align: center;
}
@media (max-width: 900px) {
  .nojs .tabs a span, .nojs .minitabs a span {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.5px;
  }
  .cp-menu, .navigation, .cp-main {
    float: none;
    width: auto;
    margin: 0;
  }
  .cp-menu:after {
    content: ' ';
    display: table;
    clear: both;
  }
  .navigation {
    padding: 0;
    max-width: 320px;
  }
  .cp-menu .navigation {
    margin: 0 10px;
    float: left;
  }
  .navigation, .cp-menu .navigation:only-child {
    float: none;
    margin: 0 auto;
  }
  .cp-menu .navigation + .cp-mini {
    float: left;
    margin: 0 10px;
    max-width: 220px;
  }
  .navigation a {
    background-image: none;
  }
  .navigation li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .navigation li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 900px) and (max-width: 450px) {
  .cp-menu .navigation {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 900px) and (max-width: 450px) {
  .cp-menu .navigation + .cp-mini {
    float: none;
    margin: 10px auto 0;
  }
}
fieldset {
  border-width: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
input {
  font-weight: normal;
  vertical-align: middle;
  padding: 0 3px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
select {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1px;
  font-size: 13px;
}
select:focus {
  outline-style: none;
}
option {
  padding-right: 1em;
}
select optgroup option {
  padding-right: 1em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  width: 60%;
  padding: 2px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-appearance: none;
}
label {
  cursor: default;
  padding-right: 5px;
}
label input {
  vertical-align: middle;
}
label img {
  vertical-align: middle;
}
fieldset dl {
  padding: 4px 0;
}
fieldset dt {
  float: left;
  width: 40%;
  text-align: left;
  display: block;
}
fieldset dd {
  margin-left: 41%;
  vertical-align: top;
  margin-bottom: 3px;
}
fieldset.fields1 dt {
  width: 15em;
  border-right-width: 0;
}
fieldset.fields1 dd {
  margin-left: 15em;
  border-left-width: 0;
}
fieldset.fields1 div {
  margin-bottom: 3px;
}
fieldset.fields1 .live-search div {
  margin-bottom: 0;
}
fieldset.fields2 dt {
  width: 15em;
  border-right-width: 0;
}
fieldset.fields2 dd {
  margin-left: 16em;
  border-left-width: 0;
}
dt label {
  font-weight: bold;
  text-align: left;
}
dd label {
  white-space: nowrap;
}
dd input, dd textarea {
  margin-right: 3px;
}
dd select {
  width: auto;
}
dd select[multiple] {
  width: 100%;
}
dd textarea {
  width: 85%;
}
.timezone {
  width: 95%;
}
/* Browser-specific tweaks */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
fieldset.quick-login {
  margin-top: 5px;
}
fieldset.quick-login input {
  width: auto;
}
fieldset.quick-login input.inputbox {
  width: 15%;
  vertical-align: middle;
  margin-right: 5px;
}
fieldset.quick-login label {
  white-space: nowrap;
  padding-right: 2px;
}
fieldset.display-options {
  text-align: center;
  margin: 3px 0 5px 0;
}
fieldset.display-options label {
  white-space: nowrap;
  padding-right: 2px;
}
fieldset.display-options a {
  margin-top: 3px;
}
.dropdown fieldset.display-options {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.dropdown fieldset.display-options label {
  display: block;
  margin: 4px;
  padding: 0;
  text-align: right;
  white-space: nowrap;
}
.dropdown fieldset.display-options select {
  min-width: 120px;
}
fieldset.display-actions {
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
  padding-right: 1em;
}
fieldset.display-actions label {
  white-space: nowrap;
  padding-right: 2px;
}
fieldset.sort-options {
  line-height: 2em;
}
fieldset.forum-selection {
  margin: 5px 0 3px 0;
  float: right;
}
fieldset.forum-selection2 {
  margin: 13px 0 3px 0;
  float: right;
}
fieldset.submit-buttons {
  text-align: center;
  vertical-align: middle;
  margin: 5px 0;
}
fieldset.submit-buttons input {
  vertical-align: middle;
}
.format-buttons {
  margin: 15px 0 2px 0;
}
.format-buttons input, .format-buttons select {
  vertical-align: middle;
}
.message-box {
  width: 80%;
}
.message-box textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 450px;
  height: 270px;
  min-width: 100%;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.5;
  resize: vertical;
  outline: 3px dashed transparent;
  outline-offset: -4px;
  -webkit-transition: all 0.5s ease, height 1ms linear;
  -moz-transition: all 0.5s ease, height 1ms linear;
  -ms-transition: all 0.5s ease, height 1ms linear;
  -o-transition: all 0.5s ease, height 1ms linear;
  transition: all 0.5s ease, height 1ms linear;
}
.smiley-box {
  width: 18%;
  float: right;
}
.smiley-box img {
  margin: 3px;
}
.inputbox {
  border: 1px solid transparent;
  padding: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
.inputbox:hover, .inputbox:focus {
  border: 1px solid transparent;
  outline-style: none;
}
input.inputbox {
  width: 85%;
}
input.medium {
  width: 50%;
}
input.narrow {
  width: 25%;
}
input.tiny {
  width: 150px;
}
textarea.inputbox {
  width: 85%;
}
.autowidth {
  width: auto !important;
}
input[type="number"] {
  -moz-padding-end: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}
input.button1, input.button2 {
  font-size: 14px;
}
a.button1, input.button1, input.button3, a.button2, input.button2 {
  width: auto !important;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: transparent none repeat-x top left;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}
.format-buttons a.button1, .format-buttons input.button1, .format-buttons input.button3, .format-buttons a.button2, .format-buttons input.button2 {
  font-size: 13px;
}
a.button1, input.button1 {
  font-weight: bold;
  border: 1px solid transparent;
}
input.button3 {
  padding: 0;
  margin: 0;
  line-height: 5px;
  height: 12px;
  background-image: none;
  font-variant: small-caps;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"], .search-results li {
  cursor: pointer;
}
a.button2, input.button2, input.button3 {
  border: 1px solid transparent;
}
a.button1, a.button2 {
  text-decoration: none;
  padding: 0 3px;
  vertical-align: text-bottom;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border: 1px solid transparent;
}
input.disabled {
  font-weight: normal;
}
input.button1:focus, input.button2:focus, input.button3:focus {
  outline-style: none;
}
.search-box {
  float: left;
}
.search-box .inputbox {
  background-image: none;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
  float: left;
  height: 27px;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rtl .search-box .inputbox {
  border-radius: 0 4px 4px 0;
}
.search-header {
  border-radius: 4px;
  border: 1px solid transparent;
}
.search-header .inputbox {
  border: 0;
}
.navbar .linklist > li.responsive-search {
  display: none;
}
.full {
  width: 95%;
}
.medium {
  width: 50%;
}
.narrow {
  width: 25%;
}
.tiny {
  width: 10%;
}
.icon-search-new, .icon-search-unanswered, .icon-search-unread, .icon-search-self, .icon-search, .icon-search-active, .icon-search-advanced, .icon-acp, .icon-bookmark, .icon-bump, .icon-contact, .icon-delete-cookies, .icon-download, .icon-faq, .icon-home, .icon-logout, .icon-login, .icon-mark, .icon-mcp, .icon-members, .icon-notification, .icon-pages, .icon-pm, .icon-print, .icon-profile, .icon-register, .icon-sendemail, .icon-subscribe, .icon-team, .icon-ucp, .icon-unsubscribe, .icon-new-posts, .icon-forums, .icon-chat, .icon-time, .icon-thanks, .icon-thanks_toplist {
  position: relative;
  background-image: none;
}
.icon-search-new:after, .icon-search-unanswered:after, .icon-search-unread:after, .icon-search-self:after, .icon-search:after, .icon-search-active:after, .icon-search-advanced:after, .icon-acp:after, .icon-bookmark:after, .icon-bump:after, .icon-contact:after, .icon-delete-cookies:after, .icon-download:after, .icon-faq:after, .icon-home:after, .icon-logout:after, .icon-login:after, .icon-mark:after, .icon-mcp:after, .icon-members:after, .icon-members:before, ul.linklist.bulletin > li.small-icon.icon-members:before, .icon-notification:after, .icon-pages:after, .icon-pm:after, .icon-print:after, .icon-profile:after, .icon-register:after, .icon-sendemail:after, .icon-subscribe:after, .icon-team:after, .icon-team:before, ul.linklist.bulletin > li.small-icon.icon-team:before, .icon-ucp:after, .icon-unsubscribe:after, .icon-new-posts:after, .icon-forums:after, .icon-chat:after, .icon-time:after, .icon-thanks:after, .icon-thanks_toplist:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 14px;
  margin-top: -7px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-indent: 0;
  pointer-events: none;
}
.small-icon.icon-search-new:after, .small-icon.icon-search-unanswered:after, .small-icon.icon-search-unread:after, .small-icon.icon-search-self:after, .small-icon.icon-search:after, .small-icon.icon-search-active:after, .small-icon.icon-search-advanced:after, .small-icon.icon-acp:after, .small-icon.icon-bookmark:after, .small-icon.icon-bump:after, .small-icon.icon-contact:after, .small-icon.icon-delete-cookies:after, .small-icon.icon-download:after, .small-icon.icon-faq:after, .small-icon.icon-home:after, .small-icon.icon-logout:after, .small-icon.icon-login:after, .small-icon.icon-mark:after, .small-icon.icon-mcp:after, .small-icon.icon-members:after, .small-icon.icon-members:before, ul.linklist.bulletin > li.small-icon.icon-members:before, .small-icon.icon-notification:after, .small-icon.icon-pages:after, .small-icon.icon-pm:after, .small-icon.icon-print:after, .small-icon.icon-profile:after, .small-icon.icon-register:after, .small-icon.icon-sendemail:after, .small-icon.icon-subscribe:after, .small-icon.icon-team:after, .small-icon.icon-team:before, ul.linklist.bulletin > li.small-icon.icon-team:before, .small-icon.icon-ucp:after, .small-icon.icon-unsubscribe:after, .small-icon.icon-new-posts:after, .small-icon.icon-forums:after, .small-icon.icon-chat:after, .small-icon.icon-time:after, .small-icon.icon-thanks:after, .small-icon.icon-thanks_toplist:after {
  width: 18px;
  text-align: center;
}
.icon-search-new:after, .icon-search-unanswered:after, .icon-search-unread:after, .icon-search-self:after, .icon-search:after, .icon-search-active:after, .icon-search-advanced:after, .icon-acp:after, .icon-bookmark:after, .icon-bump:after, .icon-contact:after, .icon-delete-cookies:after, .icon-download:after, .icon-faq:after, .icon-home:after, .icon-logout:after, .icon-login:after, .icon-mark:after, .icon-mcp:after, .icon-members:after, .icon-members:before, ul.linklist.bulletin > li.small-icon.icon-members:before, .icon-notification:after, .icon-pages:after, .icon-pm:after, .icon-print:after, .icon-profile:after, .icon-register:after, .icon-sendemail:after, .icon-subscribe:after, .icon-team:after, .icon-team:before, ul.linklist.bulletin > li.small-icon.icon-team:before, .icon-ucp:after, .icon-unsubscribe:after, .icon-new-posts:after, .icon-forums:after, .icon-chat:after, .icon-time:after, .icon-thanks:after, .icon-thanks_toplist:after {
  font-family: FontAwesome;
}
.icon-search-new:after, .icon-search-unanswered:after, .icon-search-unread:after, .icon-search-self:after, .icon-search:after, .icon-search-active:after, .icon-search-advanced:after {
  content: '';
}
.icon-acp:after {
  content: '';
}
.icon-bookmark:after {
  content: '';
  margin-left: -1px;
  margin-right: -1px;
}
.icon-bump:after {
  content: '';
}
.icon-contact:after {
  content: '';
}
.icon-delete-cookies:after {
  content: '';
}
.icon-download:after {
  content: '';
}
.icon-faq:after {
  content: '';
}
.icon-home:after {
  content: '';
}
.icon-home.breadcrumbs:after {
  text-align: left;
}
.icon-logout:after {
  content: '';
}
.icon-login:after {
  content: '';
}
.icon-mark:after {
  content: '';
}
.icon-mcp:after {
  content: '';
}
.icon-members:after, .icon-members:before, ul.linklist.bulletin > li.small-icon.icon-members:before {
  content: '';
}
.icon-members:before, ul.linklist.bulletin > li.small-icon.icon-members:before {
  display: block;
  font-size: 10px;
  padding: 0;
  padding-left: 4px;
  padding-top: 1px;
  opacity: 0.7;
}
.icon-notification:after {
  content: '';
}
.icon-notification.non-zero:after {
  content: '';
}
.icon-pages:after {
  content: '';
}
.icon-pm:after {
  content: '';
}
.icon-pm.non-zero:after {
  content: '';
}
.icon-print:after {
  content: '';
}
.icon-profile:after {
  content: '';
}
.icon-register:after {
  content: '';
}
.icon-sendemail:after {
  content: '';
}
.icon-subscribe:after {
  content: '';
}
.icon-team:after, .icon-team:before, ul.linklist.bulletin > li.small-icon.icon-team:before {
  content: '';
}
.icon-team:before, ul.linklist.bulletin > li.small-icon.icon-team:before {
  display: block;
  font-size: 10px;
  padding: 0;
  white-space: nowrap;
  padding-top: 1px;
  opacity: 0.7;
  content: '';
}
.icon-ucp:after {
  content: '';
}
.icon-unsubscribe:after {
  content: '';
}
.icon-new-posts:after {
  content: '';
}
.icon-forums:after {
  content: '';
}
.icon-chat:after {
  content: '';
}
.icon-time:after {
  content: '';
}
.icon-thanks {
  background-image: none !important;
}
.icon-thanks:after {
  content: '';
}
.icon-thanks_toplist {
  background-image: none !important;
}
.icon-thanks_toplist:after {
  content: '';
}
/* Notifications list
----------------------------------------*/
@media (max-width: 350px) {
  .dropdown-extended .dropdown-contents {
    width: auto;
  }
}
@media (max-width: 430px) {
  .action-bar .search-box .inputbox {
    width: 120px;
  }
  .section-viewtopic .search-box .inputbox {
    width: 57px;
  }
}
@media (max-width: 500px) {
  dd label {
    white-space: normal;
  }
  .captcha-panel dd.captcha {
    margin-left: 0;
  }
  .captcha-panel dd.captcha-image img {
    width: 100%;
  }
  dl.details dt, dl.details dd {
    width: auto;
    float: none;
    text-align: left;
  }
  dl.details dd {
    margin-left: 20px;
  }
  p.responsive-center {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .action-bar > div {
    margin-bottom: 5px;
  }
  .action-bar > .pagination {
    float: none;
    clear: both;
    padding-bottom: 1px;
    text-align: center;
  }
  .action-bar > .pagination li.page-jump {
    margin: 0 2px;
  }
  p.jumpbox-return {
    display: none;
  }
  .display-options > label:nth-child(1) {
    display: block;
    margin-bottom: 5px;
  }
  .attach-controls {
    margin-top: 5px;
    width: 100%;
  }
  .quick-links .dropdown-trigger span {
    display: none;
  }
}
@media (max-width: 550px) {
  ul.topiclist.forums dt {
    margin-right: 0;
  }
  ul.topiclist.forums dt .list-inner {
    margin-right: 0;
  }
  ul.topiclist.forums dd.lastpost {
    display: none;
  }
}
@media (max-width: 700px) {
  /* Content wrappers
	----------------------------------------*/
  /* Forums and topics lists
	----------------------------------------*/
  /* Pagination
	----------------------------------------*/
  /* Responsive tables
	----------------------------------------*/
  /* Forms
	----------------------------------------*/
  /* User profile
	----------------------------------------*/
  /* Polls
	----------------------------------------*/
  /* Post
	----------------------------------------*/
  .responsive-hide {
    display: none !important;
  }
  .responsive-show {
    display: block !important;
  }
  .responsive-show-inline {
    display: inline !important;
  }
  .responsive-show-inline-block {
    display: inline-block !important;
  }
  html {
    height: auto;
  }
  body {
    padding: 0 7px;
  }
  #wrap {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 5px;
  }
  .page-width, .navbar .inner.static > .static-inner {
    min-width: 290px;
    margin: 0;
  }
  .navbar .inner.static > .static-inner, #wrap .navbar .inner.static > .static-inner {
    padding: 0;
  }
  .forabg, .forumbg, .post, .panel {
    margin-left: -7px;
    margin-right: -7px;
  }
  #wrap .headerbar, #wrap .navbar {
    margin-left: -5px;
    margin-right: -5px;
  }
  .navbar.tabbed .nav-tabs, .navbar.tabbed .nav-tabs .tab {
    border-radius: 0 !important;
  }
  .responsive-search {
    display: block !important;
  }
  ul.topiclist li.header dt, ul.topiclist li.header dt .list-inner {
    margin-right: 0 !important;
    padding-right: 0;
  }
  ul.topiclist li.header dd {
    display: none !important;
  }
  ul.topiclist dt, ul.topiclist dt .list-inner, ul.topiclist.missing-column dt, ul.topiclist.missing-column dt .list-inner, ul.topiclist.two-long-columns dt, ul.topiclist.two-long-columns dt .list-inner, ul.topiclist.two-columns dt, ul.topiclist.two-columns dt .list-inner {
    margin-right: 0;
  }
  ul.topiclist dt .list-inner.with-mark {
    padding-right: 34px;
  }
  ul.topiclist dt .list-inner {
    min-height: 28px;
  }
  ul.topiclist li.header dt .list-inner {
    min-height: 0;
  }
  ul.topiclist dd {
    display: none;
  }
  ul.topiclist dd.mark {
    display: block;
  }
  ul.topiclist.forums dt {
    margin-right: -250px;
  }
  ul.topiclist dd.mark {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
    width: auto;
    min-width: 0;
    text-align: left;
  }
  ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
    position: relative;
    left: 0;
    width: auto;
    display: inline;
    font-weight: normal;
  }
  li.row .responsive-show strong {
    font-weight: bold;
    color: inherit;
  }
  ul.topiclist li.row dt a.subforum {
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  .pagination > ul {
    margin: 5px 0 0;
  }
  .row .pagination .ellipsis + li {
    display: none !important;
  }
  table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
    display: block;
  }
  table.responsive thead, table.responsive th {
    display: none;
  }
  table.responsive.show-header thead, table.responsive.show-header th:first-child {
    display: block;
    width: auto !important;
    text-align: left !important;
    border-radius: 0;
  }
  table.responsive.show-header th:first-child span.rank-img {
    display: none;
  }
  table.responsive tr {
    margin: 2px 0;
  }
  table.responsive td {
    width: auto !important;
    text-align: left !important;
    padding: 4px;
  }
  table.responsive td.empty {
    display: none !important;
  }
  table.responsive td > dfn {
    display: inline-block !important;
  }
  table.responsive td > dfn:after {
    content: ':';
    padding-right: 5px;
  }
  table.responsive span.rank-img {
    float: none;
    padding-right: 5px;
  }
  table.responsive.memberlist td:first-child input[type="checkbox"] {
    float: right;
  }
  fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
    width: auto;
    float: none;
  }
  fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
    margin-left: 0;
  }
  textarea, dd textarea, .message-box textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  dl.pmlist dt {
    width: auto !important;
    margin-bottom: 5px;
  }
  dl.pmlist dd {
    display: inline-block;
    margin-left: 0 !important;
  }
  dl.pmlist dd:first-of-type {
    padding-left: 20px;
  }
  .smiley-box, .message-box {
    float: none;
    width: auto;
  }
  .smiley-box {
    margin-top: 5px;
  }
  .bbcode-status {
    display: none;
  }
  .colour-palette, .colour-palette tbody, .colour-palette tr {
    display: block;
  }
  .colour-palette td {
    display: inline-block;
    margin-right: 2px;
  }
  .horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) {
    display: none;
  }
  fieldset.quick-login label {
    display: block;
    margin-bottom: 5px;
    white-space: normal;
  }
  fieldset.quick-login label > span {
    display: inline-block;
    min-width: 100px;
  }
  fieldset.quick-login input.inputbox {
    width: 85%;
    max-width: 300px;
    margin-left: 20px;
  }
  fieldset.quick-login label[for="autologin"] {
    display: inline-block;
    text-align: right;
    min-width: 50%;
  }
  .column1, .column2, .left-box.profile-details {
    float: none;
    width: auto;
    clear: both;
  }
  .avatar-rank-container {
    max-width: 100%;
  }
  fieldset.polls dt {
    width: 90%;
  }
  fieldset.polls dd.resultbar {
    padding-left: 20px;
  }
  fieldset.polls dd.poll_option_percent {
    width: 20%;
  }
  fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
    margin-top: 5px;
  }
  .postbody {
    position: inherit;
  }
  .postprofile + .postbody {
    float: none;
    position: inherit;
    width: auto;
  }
  .postprofile, .postbody, .search .postbody {
    display: block;
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
  }
  .post .postprofile {
    width: auto;
    border-width: 0 0 1px 0;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    min-height: 40px;
  }
  .postprofile dd {
    display: none;
  }
  .postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
    display: block;
    margin: 0;
  }
  .postprofile .has-avatar .avatar-container, .postprofile .no-avatar .avatar-container {
    margin: 0;
    overflow: inherit;
    float: left;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    position: relative;
  }
  .postprofile .avatar-container:after {
    clear: none;
  }
  .postprofile .avatar, .postprofile .no-avatar .avatar-container {
    border-radius: 50%;
  }
  .postprofile .avatar img {
    width: auto !important;
    height: auto !important;
    max-height: 45px;
    border-radius: 50%;
  }
  .no-avatar .avatar-container {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  .has-profile .postbody h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .has-profile .post-buttons {
    right: 10px;
    top: 10px;
  }
  .rtl .has-profile .post-buttons {
    right: auto;
    left: 10px;
  }
  h2 {
    margin-top: 0.5em;
  }
  p {
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  p.rightside {
    margin-bottom: 0;
  }
  fieldset.display-options label {
    display: inline-block;
    clear: both;
    margin-bottom: 5px;
    letter-spacing: -0.3px;
  }
  dl.mini dd.pm-legend {
    float: left;
    min-width: 200px;
  }
  .topicreview {
    margin: 0 -5px;
    padding: 0 5px;
  }
  fieldset.display-actions {
    white-space: normal;
  }
  .phpbb_alert {
    width: auto;
    margin: 0 5px;
  }
  .attach-comment dfn {
    width: 100%;
  }
}
@media (min-width: 701px) {
  .postbody {
    width: calc(100% - 150px - 1px - 16px);
  }
  .postprofile {
    width: 170px;
  }
}
@media (min-width: 701px) and (max-width: 950px) {
  ul.topiclist dt {
    margin-right: -410px;
  }
  ul.topiclist dt .list-inner {
    margin-right: 410px;
  }
  ul.topiclist dd.lastpost {
    float: right;
  }
  dd.posts, dd.topics, dd.views {
    width: 80px;
  }
}
html, body {
  color: #222;
  background-color: #fdfdfd;
}
html.simple, body.simple {
  background-color: #fdfdfd;
}
h1, p.sitename {
  color: #222;
}
h2 {
  color: #2957a0;
}
h3 {
  color: #314565;
}
.post h3 {
  color: #1f3455;
}
h3 a {
  color: inherit;
}
h3 a:hover {
  color: #265092;
}
hr {
  border-color: white;
  border-top-color: #e4e4e4;
}
/* Post body links */
.postlink {
  border-bottom-color: #1c3358;
  color: #1c3358;
}
.postlink:visited {
  border-bottom-color: #6e6e6e;
  color: #6e6e6e;
}
.postlink:hover {
  background-color: #e6e6e6;
  color: #265092;
}
.signature a, .signature a:hover {
  background-color: transparent;
}
.search-box .inputbox, .search-box .inputbox:hover, .search-box .inputbox:focus, .search-box .button:hover {
  border-color: rgba(41, 87, 160, 0.25);
}
.search-header {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}
.navbar.with-search .search-header {
  box-shadow: none;
}
#wrap {
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
.headerbar {
  color: #222;
}
.breadcrumbs .crumb:before {
  color: #6e6e6e;
}
.navbar {
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 2px rgba(0, 0, 0, 0.1);
  background-image: none;
}
.navbar.secondary {
  color: #1c3358;
}
.navbar.secondary > ul > li:hover, .navbar.secondary > ul > li.dropdown-visible {
  background-color: #b93329;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}
.navbar.secondary > ul > li:hover, .navbar.secondary > ul > li:hover:after, .navbar.secondary > ul > li:hover:before, .navbar.secondary > ul > li.dropdown-visible, .navbar.secondary > ul > li.dropdown-visible:after, .navbar.secondary > ul > li.dropdown-visible:before {
  color: #fff;
}
.navbar.secondary .dropdown {
  color: #222;
}
.navbar .nav-tabs {
  background-color: #2957a0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}
.navbar .nav-tabs .tab {
  color: #fff;
}
.navbar .nav-tabs .tab.selected {
  color: #2957a0;
  background-color: #fdfdfd;
}
.navbar .nav-tabs .tab:hover, .navbar .nav-tabs .tab.dropdown-visible {
  color: #b93329;
  background-color: #fdfdfd;
}
.navbar .nav-tabs .tab > strong {
  color: #fff;
  background-color: #b93329;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.navbar .nav-tabs .tab > strong .arrow {
  border-top-color: #b93329;
}
.navbar .nav-tabs .tab .dropdown {
  color: #222;
}
.panel {
  background-color: #fff;
  color: #222;
}
.post h3 a.first-unread, .post:target h3 a {
  color: #0f0f0f;
}
.bg1 {
  background-color: #fff;
}
table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
  background-color: #fff;
}
.bg2 {
  background-color: #f6f6f6;
}
table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
  background-color: #f6f6f6;
}
.bg3 {
  background-color: #f8f8f8;
}
.bg3.panel {
  background: transparent none;
  background-color: rgba(253, 253, 253, 0.3);
  border-top-color: #5f81b8;
}
.section-posting .bg3.panel {
  background-color: #fff;
}
.section-posting .bg3.panel:before, .section-posting .bg3.panel:after {
  background: transparent;
}
ul.navlinks {
  border-top-color: #f2f2f2;
}
.forumtitle {
  color: #222;
}
a.forumtitle:hover, a.topictitle:hover {
  color: #111;
}
.forum_unread .forumtitle, .forum_unread_subforum .forumtitle, .forum_unread_locked .forumtitle, .forum_unread .forumtitle:hover, .forum_unread_subforum .forumtitle:hover, .forum_unread_locked .forumtitle:hover {
  color: #2957a0;
  font-weight: 500;
}
.topictitle {
  color: #222;
}
.global_unread .topictitle, .global_unread_mine .topictitle, .global_unread_locked .topictitle, .global_unread_locked_mine .topictitle, .announce_unread .topictitle, .announce_unread_mine .topictitle, .announce_unread_locked .topictitle, .announce_unread_locked_mine .topictitle, .sticky_unread .topictitle, .sticky_unread_mine .topictitle, .sticky_unread_locked .topictitle, .sticky_unread_locked_mine .topictitle, .topic_unread .topictitle, .topic_unread_mine .topictitle, .topic_unread_locked .topictitle, .topic_unread_locked_mine .topictitle, .topic_unread_hot .topictitle, .topic_unread_hot_mine .topictitle, .global_unread .topictitle:hover, .global_unread_mine .topictitle:hover, .global_unread_locked .topictitle:hover, .global_unread_locked_mine .topictitle:hover, .announce_unread .topictitle:hover, .announce_unread_mine .topictitle:hover, .announce_unread_locked .topictitle:hover, .announce_unread_locked_mine .topictitle:hover, .sticky_unread .topictitle:hover, .sticky_unread_mine .topictitle:hover, .sticky_unread_locked .topictitle:hover, .sticky_unread_locked_mine .topictitle:hover, .topic_unread .topictitle:hover, .topic_unread_mine .topictitle:hover, .topic_unread_locked .topictitle:hover, .topic_unread_locked_mine .topictitle:hover, .topic_unread_hot .topictitle:hover, .topic_unread_hot_mine .topictitle:hover {
  color: #1f4178;
  font-weight: 500;
}
.forum-statistics {
  color: #6e6e6e;
}
.forum-lastpost {
  color: #6e6e6e;
}
.forum-lastpost span:before {
  opacity: 0.5;
}
.forum-description.toggle {
  color: #fff;
  background-color: rgba(16, 22, 32, 0.8);
}
.forum-description.toggle a {
  color: inherit !important;
}
.forum-description.toggle span.arrow {
  border-right-color: rgba(52, 57, 66, 0.8);
}
.rtl .forum-description.toggle span.arrow {
  border-right-color: transparent;
  border-left-color: rgba(52, 57, 66, 0.8);
}
.forum-statistics .value {
  color: #0f0f0f;
}
table.table1 thead th {
  color: #fff;
}
table.table1 tbody tr {
  border-color: #f2f2f2;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  background-color: #f8f8f8;
  color: #0f0f0f;
}
table.table1 td {
  color: #222;
}
table.table1 tbody td {
  border-top-color: #f2f2f2;
}
table.table1 tbody th {
  border-bottom-color: #f2f2f2;
  color: #0f0f0f;
  background-color: #fdfdfd;
}
table.info tbody th {
  color: #0f0f0f;
}
dl.details dt {
  color: #0f0f0f;
}
dl.details dd {
  color: #28364c;
}
.sep {
  color: #2957a0;
}
/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
  color: #196db5;
}
.icon.icon-green, a:hover .icon.icon-green {
  color: #1b9A1B;
}
.icon.icon-red, a:hover .icon.icon-red {
  color: #BC2A4D;
}
.icon.icon-orange, a:hover .icon.icon-orange {
  color: #FF6600;
}
.icon.icon-bluegray, a:hover .icon.icon-bluegray {
  color: #536482;
}
.icon.icon-gray, a:hover .icon.icon-gray {
  color: #777777;
}
.icon.icon-lightgray, a:hover .icon.icon-lightgray {
  color: #999999;
}
.icon.icon-black, a:hover .icon.icon-black {
  color: #333333;
}
.alert_close .icon:before {
  background-color: #FFFFFF;
}
/* Jumpbox */
.jumpbox .dropdown li {
  border-top-color: #5f81b8;
}
.jumpbox-cat-link {
  background-color: #5f81b8;
  color: #fff;
}
.jumpbox-cat-link:hover {
  background-color: #b93329;
  border-top-color: #b93329;
  color: #fff;
}
.jumpbox-forum-link {
  background-color: #fff;
}
.jumpbox-forum-link:hover {
  background-color: #fdfdfd;
}
.jumpbox .dropdown .pointer-inner {
  border-color: #fff transparent;
}
.jumpbox-sub-link {
  background-color: #fff;
}
.jumpbox-sub-link:hover {
  background-color: #fdfdfd;
}
.pagination li a {
  color: #3f567b;
  background-color: #dfe6f1;
  border-color: #dfe6f1;
}
.pagination li.ellipsis span {
  background-color: #dfe6f1;
  color: #fff;
}
.pagination li.active span {
  color: #fff;
  background-color: #1b3968;
  border-color: #1b3968;
}
.pagination li a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
  border-color: #214680;
  background-color: #214680;
  color: #fff;
}
.pagination li.page-jump a:after {
  color: #fff;
}
.pagination li.page-jump a:hover:after {
  color: #fff;
}
.copyright {
  color: #6e6e6e;
}
.error {
  color: #b93329;
}
.reported {
  background-color: #f5e9e9;
}
.reported .postprofile, .reported .signature {
  border-color: #f0dede;
}
li.reported:hover {
  background-color: #f5e9e9;
}
div.rules {
  background-color: #f3dfdd;
  box-shadow: 0px 1px 0 0 #e5b6b3;
  color: #b03027;
}
div.rules a {
  color: #9d2b23;
}
p.post-notice {
  background-color: #f5e0df;
  color: #b93329;
  background-image: none;
}
p.post-notice.deleted:before, p.post-notice.unapproved:before, p.post-notice.reported:before, p.post-notice.error:before {
  font-family: FontAwesome;
}
p.post-notice.deleted:before {
  content: '';
  color: #b93329;
}
p.post-notice.unapproved:before {
  content: '';
  color: #b93329;
}
p.post-notice.reported:before, p.post-notice.error:before {
  content: '';
  color: #b93329;
}
.topic-status.sticky {
  color: #6e6e6e;
}
a {
  color: #1c3358;
}
a:hover {
  color: #265092;
}
a.time {
  color: #b6b6b6;
}
a.time:hover {
  color: #265092;
}
.forumbg .header a, .forabg .header a, th a {
  color: #fff;
}
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
  color: #d4ddec;
}
.dropdown-extended a.mark_read {
  background-color: #fff;
}
a.top, a.top2 {
  color: #6e6e6e;
}
a.top:hover, a.top2:hover {
  color: #265092;
}
a.feed-icon-forum:after {
  color: #b7b7b7;
}
a.feed-icon-forum:hover:after {
  color: #265092;
}
ul.topiclist li {
  color: #222;
}
.forabg ul.topiclist li, .forumbg ul.topiclist li {
  background: transparent;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx) {
  ul.topiclist li.row dt a.subforum.read {
    background-size: 11px 9px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx) {
  ul.topiclist li.row dt a.subforum.unread {
    background-size: 11px 9px;
  }
}
li.row {
  border-top-color: white;
  border-bottom-color: #e3e8f1;
}
li.row .forum-lastpost strong, li.row .subforums-list strong {
  color: #6e6e6e;
}
li.row strong {
  color: #0f0f0f;
}
.icon-link + .list-inner > a.forumtitle, .icon-link + .list-inner > a.topictitle, .pm_unread .topictitle, a.subforum.unread {
  color: #b93329;
}
.postbody {
  color: #2f2f2f;
}
.content {
  color: #2f2f2f;
}
.content h2, .panel h2 {
  color: #314565;
  border-bottom-color: #f2f2f2;
}
dl.faq dt, .content dl.faq dt {
  color: #2f2f2f;
}
.posthilit {
  background-color: #f5e9e9;
  color: #8f2720;
}
.signature {
  border-top-color: #f2f2f2;
}
.notice {
  border-top-color: #f2f2f2;
}
blockquote {
  background-color: #EBEADD;
  border-color: #dedcc7;
}
blockquote blockquote, blockquote .codebox, blockquote .attachbox {
  background-color: #EFEED9;
}
blockquote blockquote blockquote, blockquote blockquote .codebox, blockquote blockquote .attachbox {
  background-color: #edecdb;
}
/*blockquote:before {
	color: $muted-color;
}*/
.codebox {
  background-color: #FFFFFF;
  border-color: #dedcc7;
}
.codebox p {
  border-bottom-color: #e2e0cd;
}
.codebox code {
  color: #29a039;
}
.attachbox {
  background-color: #EBEADD;
  border-color: #dedcc7;
}
.attachbox dd {
  border-top-color: #e2e0cd;
}
.attachbox p {
  color: #666;
}
.attachbox p.stats {
  color: #666;
}
dl.file dd {
  color: #666;
}
dl.thumbnail img {
  border-color: #e2e0cd;
  background-color: #fff;
}
dl.thumbnail dd {
  color: #666;
}
fieldset.polls dl {
  border-top-color: white;
  border-bottom-color: #f2f2f2;
  color: #222;
}
fieldset.polls dl.voted {
  color: #0f0f0f;
}
fieldset.polls dd div {
  color: #fff;
}
.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}
.pollbar1 {
  background-color: #97504b;
}
.pollbar2 {
  background-color: #9d4b45;
}
.pollbar3 {
  background-color: #a24640;
}
.pollbar4 {
  background-color: #ae3d34;
}
.pollbar5 {
  background-color: #b93329;
}
.postprofile {
  color: #222;
  border-color: #dde1e7;
}
.post:has(i.fa-check-circle) .postprofile {
  border-color: #dae9df;
}
.postprofile strong {
  color: #0f0f0f;
}
.online-ribbon span {
  background-color: #fdfdfd;
  color: #b93329;
}
.reported .online-ribbon span {
  color: #8e9dbe;
}
dd.profile-warnings {
  color: #BC2A4D;
}
.no-avatar .avatar-container {
  background-image: url("./images/no_avatar.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx) {
  .no-avatar .avatar-container {
    background-image: url("./images/no_avatar_hd.png");
  }
}
.postbody .content::-webkit-scrollbar, #topicreview::-webkit-scrollbar, #post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.1);
}
.postbody .content::-webkit-scrollbar-thumb, #topicreview::-webkit-scrollbar-thumb, #post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
.button, .buttons > .button.locked-icon {
  border-color: rgba(41, 87, 160, 0.25);
  background-color: #fff;
  color: rgba(41, 87, 160, 0.9);
  box-shadow: none;
  -webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.buttons > .button.locked-icon {
  color: #909090;
  box-shadow: 0 0 0 1px #c6c6c6 inset;
}
.buttons > .button.locked-icon:after, .buttons > .button.locked-icon:before {
  color: #909090 !important;
}
.buttons > .button.locked-icon:hover {
  box-shadow: none;
}
.buttons > .button, .button.report-icon, .button.delete-icon {
  border-color: #2957a0;
  background-color: #2957a0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
  color: #fff;
}
.buttons > .button:after, .buttons > .button:before, .button.report-icon:after, .button.report-icon:before, .button.delete-icon:after, .button.delete-icon:before {
  color: #dfe6f1 !important;
}
.button.report-icon, .button.delete-icon {
  border-color: #b93329;
  background-color: #b93329;
  box-shadow: none;
}
.button.report-icon:after, .button.report-icon:before, .button.delete-icon:after, .button.delete-icon:before {
  color: #f5e0df !important;
}
.buttons > .dropdown-select {
  color: #6e6e6e;
}
.dropdown-select:after {
  border-color: #c6c6c6;
}
.dropdown-select:hover {
  border-color: #c6c6c6;
}
.dropdown-select:hover:after, .dropdown-visible .dropdown-select:after, .nojs .dropdown-container:hover .dropdown-select:after {
  border-color: transparent;
}
.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select, .buttons > .button:hover, .button:hover {
  border-color: rgba(41, 87, 160, 0.2) !important;
  background-color: rgba(41, 87, 160, 0.15);
  color: #242f42;
}
.dropdown-visible .dropdown-select:after, .dropdown-visible .dropdown-select:before, .dropdown-visible .dropdown-select:hover:after, .dropdown-visible .dropdown-select:hover:before, .nojs .dropdown-container:hover .dropdown-select:after, .nojs .dropdown-container:hover .dropdown-select:before, .buttons > .button:hover:after, .buttons > .button:hover:before, .button:hover:after, .button:hover:before {
  color: #242f42 !important;
}
.contact-icons a {
  border-color: #f2f2f2;
}
.jabber-icon:after {
  color: #c90000;
}
.phpbb_icq-icon:after {
  color: #60ff00;
  text-shadow: 0 0 1px #000, 0 0 2px #000;
}
.phpbb_wlm-icon:after {
  color: #75afd3;
}
.phpbb_aol-icon:after {
  color: #ffd800;
  text-shadow: 0 0 1px #000, 0 0 2px #000;
}
.warn-icon:before {
  color: #D31141;
}
.icon-search-new:after, .icon-search-unanswered:after, .icon-search-unread:after, .icon-search-self:after, .icon-search:after, .icon-search-active:after, .icon-search-advanced:after, .icon-acp:after, .icon-bookmark:after, .icon-bump:after, .icon-contact:after, .icon-delete-cookies:after, .icon-download:after, .icon-faq:after, .icon-home:after, .icon-logout:after, .icon-login:after, .icon-mark:after, .icon-mcp:after, .icon-members:after, .icon-members:before, ul.linklist.bulletin > li.small-icon.icon-members:before, .icon-notification:after, .icon-pages:after, .icon-pm:after, .icon-print:after, .icon-profile:after, .icon-register:after, .icon-sendemail:after, .icon-subscribe:after, .icon-team:after, .icon-team:before, ul.linklist.bulletin > li.small-icon.icon-team:before, .icon-ucp:after, .icon-unsubscribe:after, .icon-new-posts:after, .icon-forums:after, .icon-chat:after, .icon-time:after, .icon-thanks:after, .icon-thanks_toplist:after {
  color: #1c3358;
}
.icon-search-new:hover:after, .icon-search-unanswered:hover:after, .icon-search-unread:hover:after, .icon-search-self:hover:after, .icon-search:hover:after, .icon-search-active:hover:after, .icon-search-advanced:hover:after, .icon-acp:hover:after, .icon-bookmark:hover:after, .icon-bump:hover:after, .icon-contact:hover:after, .icon-delete-cookies:hover:after, .icon-download:hover:after, .icon-faq:hover:after, .icon-home:hover:after, .icon-logout:hover:after, .icon-login:hover:after, .icon-mark:hover:after, .icon-mcp:hover:after, .icon-members:hover:after, .icon-members:before:hover, ul.linklist.bulletin > li.small-icon.icon-members:before:hover, .icon-notification:hover:after, .icon-pages:hover:after, .icon-pm:hover:after, .icon-print:hover:after, .icon-profile:hover:after, .icon-register:hover:after, .icon-sendemail:hover:after, .icon-subscribe:hover:after, .icon-team:hover:after, .icon-team:before:hover, ul.linklist.bulletin > li.small-icon.icon-team:before:hover, .icon-ucp:hover:after, .icon-unsubscribe:hover:after, .icon-new-posts:hover:after, .icon-forums:hover:after, .icon-chat:hover:after, .icon-time:hover:after, .icon-thanks:hover:after, .icon-thanks_toplist:hover:after {
  color: #265092;
}
.icon-search-new:after, .icon-search-unanswered:after, .icon-search-unread:after {
  color: #b93329;
}
.icon-search-self:after {
  color: #b6b6b6;
}
.icon-home.breadcrumbs:after {
  color: #1c3358;
}
.icon-notification.non-zero:after, .icon-pm.non-zero:after {
  color: #b93329;
}
.icon-time:after {
  color: #b6b6b6;
}
/* Profile & navigation icons */
.pm-icon {
  background-position: 0 0;
}
.email-icon {
  background-position: -21px 0;
}
.jabber-icon {
  background-position: -80px 0;
}
.phpbb_icq-icon {
  background-position: -61px 0;
}
.phpbb_wlm-icon {
  background-position: -182px 0;
}
.phpbb_aol-icon {
  background-position: -244px 0;
}
.phpbb_website-icon {
  background-position: -40px 0;
}
.phpbb_youtube-icon {
  background-position: -98px 0;
}
.phpbb_facebook-icon {
  background-position: -119px 0;
}
.phpbb_skype-icon {
  background-position: -161px 0;
}
.phpbb_twitter-icon {
  background-position: -203px 0;
}
.phpbb_yahoo-icon {
  background-position: -224px 0;
}
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
  color: #0f0f0f;
}
.panel-container table.table1 thead th {
  color: #2f2f2f;
  border-bottom-color: #f2f2f2;
}
#cp-main .pm-message {
  border-color: #f9f9f9;
  background-color: #fff;
}
#tabs .tab > a {
  background: #fff;
  color: #28364c;
}
#tabs .tab > a:hover {
  background: #f8f8f8;
  color: #265092;
}
#tabs .activetab > a, #tabs .activetab > a:hover {
  background: #f8f8f8;
  box-shadow: 0 10px 10px -10px #f8f8f8;
  border-color: #f8f8f8;
  color: #373737;
}
#minitabs .tab > a {
  background-color: #f6f6f6;
}
#minitabs .activetab > a, #minitabs .activetab > a:hover {
  background-color: #F9F9F9;
  color: #333333;
}
#navigation a {
  color: #222;
  background: #fff;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
}
#navigation a:hover {
  background: #f6f6f6;
  color: #265092;
}
#navigation #active-subsection a {
  background: #2957a0;
  color: #fff;
}
#navigation #active-subsection a:hover {
  background-color: rgba(41, 87, 160, 0.85);
}
#navigation > hr {
  border-top-color: #f6f6f6;
}
.panel-container h2 {
  color: #2f2f2f;
}
.panel-container .panel {
  background: #fbfbfb;
  box-shadow: none;
  border-width: 0;
}
.panel-container .panel > .inner > h3:first-child {
  background-color: transparent;
  color: #314565;
  box-shadow: none;
  background-image: none;
}
.panel-container .panel > .inner > h3:first-child a {
  color: #1c3358;
}
.panel-container .panel > .inner > h3:first-child a:hover {
  color: #265092;
}
.panel-container .panel:before, .panel-container .panel:after {
  background: transparent;
}
#cp-main .pm {
  background-color: #fff;
}
.cp-mini {
  background-color: #f6f6f6;
}
.current {
  color: #0f0f0f !important;
}
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
  border-left-color: #BC2A4D;
  border-right-color: #BC2A4D;
}
.pmlist li.pm_marked_colour, .pm_marked_colour {
  border-color: #FF6600;
}
.pmlist li.pm_replied_colour, .pm_replied_colour {
  border-color: #A9B8C2;
}
.pmlist li.pm_friend_colour, .pm_friend_colour {
  border-color: #5D8FBD;
}
.pmlist li.pm_foe_colour, .pm_foe_colour {
  border-color: #000000;
}
#gallery label {
  background: #f6f6f6;
  border-color: #f2f2f2;
}
#gallery label:hover {
  background-color: #f8f8f8;
}
select {
  border-color: #c6c6c6;
  background-color: #fff;
  color: #222;
}
label {
  color: #222;
}
option.disabled-option {
  color: #6e6e6e;
}
dd label {
  color: #2f2f2f;
}
fieldset.fields1 {
  background-color: transparent;
}
fieldset dl:hover dt label {
  color: #0f0f0f;
}
fieldset.fields2 dl:hover dt label {
  color: inherit;
}
#message-box textarea {
  color: #222;
}
#message-box textarea.drag-n-drop {
  outline-color: rgba(182, 182, 182, 0.5);
}
#message-box textarea.drag-n-drop-highlight {
  outline-color: rgba(110, 110, 110, 0.5);
}
.inputbox, select {
  background-color: #fff;
  border-color: #c6c6c6;
  color: #222;
}
.inputbox::-moz-placeholder {
  color: #646464;
}
.inputbox::-webkit-input-placeholder {
  color: #646464;
}
.inputbox:-ms-input-placeholder {
  color: #646464;
}
.inputbox:hover, select:hover {
  background-color: #fff;
  border-color: #b93329;
  color: #222;
}
.inputbox:focus, select:focus {
  background-color: #fff;
  border-color: #2957a0;
  color: #0F4987;
}
.inputbox:hover::-moz-placeholder {
  color: #222;
}
.inputbox:hover::-webkit-input-placeholder {
  color: #222;
}
.inputbox:hover:-ms-input-placeholder {
  color: #222;
}
.inputbox:focus::-moz-placeholder {
  color: transparent;
}
.inputbox:focus::-webkit-input-placeholder {
  color: transparent;
}
.inputbox:focus:-ms-input-placeholder {
  color: transparent;
}
a.button1, input.button1, input.button3, a.button2, input.button2 {
  color: #222;
  border-color: #c6c6c6;
  background-color: #e8e8e8;
}
a.button1, input.button1 {
  border-color: #a8a8a8;
  background-color: #f6f6f6;
}
input.button3 {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  border-color: #c75c54;
  color: #b93329;
}
input.button1:focus, input.button2:focus, input.button3:focus {
  border-color: #5479b3;
  color: #2957a0;
}
input.disabled {
  color: #6e6e6e;
}
.phpbb_alert {
  background-color: #fdfdfd;
  border-color: #f2f2f2;
}
.phpbb_alert .alert_close:before {
  color: #1c3358;
}
.phpbb_alert .alert_close:hover:before {
  color: #265092;
}
.phpbb_alert .alert_close:after {
  color: #fdfdfd;
}
.darken {
  background-color: #000;
}
.loading_indicator {
  background-color: #000;
  background-image: url("./images/loading.gif");
}
.dropdown-extended ul li {
  border-top-color: #f2f2f2;
}
.dropdown-extended ul li:hover {
  background-color: #f6f6f6;
  color: #0f0f0f;
}
.dropdown-extended .header, .dropdown-extended .footer {
  border-color: #f2f2f2;
  color: #0f0f0f;
}
.dropdown-extended .footer {
  border-top-style: solid;
  border-top-width: 1px;
}
.dropdown-extended .header {
  background: #5f81b8;
  color: #fff;
}
.dropdown-extended .header a {
  color: #fff;
}
.dropdown-extended .header a:hover {
  color: #fff;
}
ul.linklist li.responsive-menu a.responsive-menu-link:before {
  color: #1c3358;
}
ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
  color: #265092;
}
.dropdown .dropdown-contents {
  background: #fff;
  border-color: #5f81b8;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}
.dropdown-up .dropdown-contents {
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
}
.dropdown li, .dropdown li li {
  border-color: #e6e6e6;
}
.dropdown li.separator {
  border-color: #e6e6e6;
}
.notification_list li.notification-reported strong, .notification_list li.notification-disapproved strong {
  color: #b93329;
}
.notification_list li.dropdown-notification {
  background-color: #fff;
  color: #1c3358;
}
.notification_list li.dropdown-notification, .panel-container .notification_list li.dropdown-notification {
  border-top-color: white;
  border-bottom-color: #e6e6e6;
}
.notification_list li.dropdown-notification strong {
  color: black;
}
.notification_list li.dropdown-notification a {
  color: inherit;
}
.notification_list li.dropdown-notification p.notification-time, .notification_list li.dropdown-notification p.notifications_time {
  color: #757575;
}
.notification_list li.dropdown-notification a.mark_read {
  background-color: white;
}
.notification_list li.dropdown-notification a.mark_read, .notification_list li.dropdown-notification a.mark_read:after {
  color: black;
}
.notification_list li.dropdown-notification a.mark_read:hover, .notification_list li.dropdown-notification a.mark_read:after:hover {
  color: #1c3358;
}
.notification_list li.bg3 {
  background-color: #f6e9e8;
  color: #b93329;
}
.notification_list li.bg3, .panel-container .notification_list li.bg3 {
  border-top-color: white;
  border-bottom-color: #e8c6c3;
}
.notification_list li.bg3 strong {
  color: #252525;
}
.notification_list li.bg3 a {
  color: inherit;
}
.notification_list li.bg3 p.notification-time, .notification_list li.bg3 p.notifications_time {
  color: #b1807c;
}
.notification_list li.bg3 a.mark_read {
  background-color: white;
}
.notification_list li.bg3 a.mark_read, .notification_list li.bg3 a.mark_read:after {
  color: #252525;
}
.notification_list li.bg3 a.mark_read:hover, .notification_list li.bg3 a.mark_read:after:hover {
  color: #b93329;
}
.notification_list li.dropdown-notification:hover {
  background-color: #f6f6f6;
  color: #1c3358;
}
.notification_list li.dropdown-notification:hover, .panel-container .notification_list li.dropdown-notification:hover {
  border-top-color: white;
  border-bottom-color: #ddd;
}
.notification_list li.dropdown-notification:hover strong {
  color: black;
}
.notification_list li.dropdown-notification:hover a {
  color: inherit;
}
.notification_list li.dropdown-notification:hover p.notification-time, .notification_list li.dropdown-notification:hover p.notifications_time {
  color: #727272;
}
.notification_list li.dropdown-notification:hover a.mark_read {
  background-color: white;
}
.notification_list li.dropdown-notification:hover a.mark_read, .notification_list li.dropdown-notification:hover a.mark_read:after {
  color: black;
}
.notification_list li.dropdown-notification:hover a.mark_read:hover, .notification_list li.dropdown-notification:hover a.mark_read:after:hover {
  color: #1c3358;
}
.imageset.icon_post_target {
  background-image: url("./images/icon_post_target.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx) {
  .imageset.icon_post_target {
    background-image: url("./images/icon_post_target_hd.png");
  }
}
.imageset.icon_post_target_unread {
  background-image: url("./images/icon_post_target_unread.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx) {
  .imageset.icon_post_target_unread {
    background-image: url("./images/icon_post_target_unread_hd.png");
  }
}
.imageset.icon_topic_attach:after {
  color: #6e6e6e;
}
.imageset.icon_topic_poll:after {
  color: #79818e;
}
* {
  overscroll-behavior-y: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05px;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
a {
  -webkit-transition: -webkit-all 0.15s ease-in-out;
  transition: -webkit-all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out, -webkit-all 0.15s ease-in-out;
  position: relative;
}
.postlink, .postlink:visited {
  border: none;
  color: #1f4178;
  font-weight: 600;
  background: none;
}
.postlink:hover {
  background: none;
  color: #1f427ae6;
}
@media (max-width: 700px) {
  .action-bar > .pagination {
    float: none;
    clear: both;
    padding-bottom: 1px;
    text-align: center;
  }
}
.ltulnnlhaha {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 13px;
}
.ltulnnlhaha a {
  font-weight: 600;
}
.tab a {
  -webkit-transition: none;
  transition: none;
  transition: none;
  transition: none;
}
img.avatar {
  background-size: cover;
  object-fit: cover;
}
.alert_text p {
  font-size: 14px;
}
.lookcustombreadcrumbs {
  margin: 10px 0;
}
.lookcustombreadcrumbs.a14lt {
  margin: 12px 0;
}
.lookcustombreadcrumbs ul.navlinks {
  border: none;
}
.lookcustombreadcrumbs ul.linklist > li {
  font-size: 13px;
  line-height: normal;
  padding-top: 0;
  overflow-x: scroll;
  display: flex;
  width: -webkit-fill-available;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 0, #000 -webkit-calc(100% - 10px), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 0, #000 calc(100% - 10px), rgba(0, 0, 0, 0));
}
.lookcustombreadcrumbs .breadcrumbs .crumb {
  font-weight: 400;
  padding-left: 0;
  scroll-snap-align: start;
}
span.U203A {
  font-weight: bold;
  padding: 0 5px;
  color: #313f54;
}
.lookcustombreadcrumbs ul.linklist > li::-webkit-scrollbar {
  height: 0;
}
.lookcustombreadcrumbs .breadcrumbs .crumb a {
  color: #304059;
}
.lookcustombreadcrumbs i.icon {
  opacity: 0.84;
}
.lookcustombreadcrumbs .breadcrumbs .crumb a svg {
  margin-right: 3px;
  vertical-align: -0.125em;
}
dl.faq dt, .content dl.faq dt {
  font-size: 16px;
  line-height: normal;
}
b, strong {
  font-weight: 600;
}
.top {
  margin-top: 0;
  top: 0;
}
dl.faq a:hover, .content dl.faq a:hover {
  text-decoration: underline;
}
span.pmu1 {
  border-radius: 50%;
  background: #c5c5c5;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
span.pmu2 {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='white' d='M12 13c2.396 0 4.575.694 6.178 1.672c.8.488 1.484 1.064 1.978 1.69c.486.615.844 1.351.844 2.138c0 .845-.411 1.511-1.003 1.986c-.56.45-1.299.748-2.084.956c-1.578.417-3.684.558-5.913.558s-4.335-.14-5.913-.558c-.785-.208-1.524-.506-2.084-.956C3.41 20.01 3 19.345 3 18.5c0-.787.358-1.523.844-2.139c.494-.625 1.177-1.2 1.978-1.69C7.425 13.695 9.605 13 12 13m0-11a5 5 0 1 1 0 10a5 5 0 0 1 0-10'/%3E%3C/g%3E%3C/svg%3E");
}
.topntfctn .dropdown-extended .header, .topntfctn .dropdown-extended .header a:hover {
  border-color: #2d4468 !important;
  background: #2d4468 !important;
}
.topntfctn .notification_list ul li img {
  height: 45px !important;
  width: 45px !important;
  margin-right: 5px;
  border-radius: 50%;
}
.dropdown-contents a:hover {
  background: none;
  color: unset;
  opacity: 0.9;
}
.dropdown-down .dropdown-extended .header {
  margin-top: 0;
}
.notification_list ul li p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.35;
}
li.dropdown-notification.bg3:hover {
  background: #f8eded;
}
li.dropdown-notification.bg3 a:hover {
  background: #f8eded;
  color: #b93329;
  opacity: 1;
}
.notification_list li.dropdown-notification, .panel-container .notification_list li.dropdown-notification {
  border-top-color: #eeeeee;
}
.dropdown-extended .footer {
  border-color: #e0e0e0;
  color: #111;
}
.notification_list p.notification-time {
  font-size: 10px;
  opacity: 0.9;
}
.notification_list ul li img {
  max-height: 45px;
  max-width: 45px;
  margin: 5px 2px;
  border-radius: 50%;
}
.topics .responsive-hide.left-box, .topics .postsandviews, .topics ul.topiclist dd.lastpost {
  color: #535559;
}
.topics .responsive-hide.left-box a, .topics .postsandviews a, .topics ul.topiclist dd.lastpost a {
  color: #000000d9;
}
.message-box {
  width: 100%;
  box-sizing: border-box;
}
textarea.inputbox {
  width: 100%;
  box-sizing: border-box;
  padding: 4px;
}
input.tec1line {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  padding: 4px;
  margin-top: 3px;
}
.labellinput label {
  cursor: default;
  padding-right: 0;
  padding: 0;
  font-size: 12.2px;
  line-height: 1;
}
.forumbg, .forabg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.haeder {
  display: block;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logo, .logo img {
  width: auto;
  height: 26px;
}
a.logo:hover img {
  opacity: 0.9;
}
.hdrtldek {
  display: block;
  height: 54px;
  border-bottom: 1px solid transparent;
  box-shadow: 0 0 5px #1f417838;
}
.hdrtl2 {
  display: block;
  background: #fff;
  border-bottom: 1px solid #1f417838;
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: none;
}
.righdr-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: 970px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  width: -webkit-fill-available;
  height: 54px;
  margin: auto;
  padding: 8px 0;
  box-sizing: border-box;
}
@media (max-width: 994px) {
  .righdr-container {
    margin: 0 12px;
  }
}
.rhdr-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.logo-container .logo {
  padding: 10px;
}
.user-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-left: 16px;
}
.bellicon {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21 19v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2a2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-7 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.srchicon {
  display: inline-block;
  width: 22px;
  height: 22px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath fill='%23000' d='M19 11a8 8 0 1 1-16 0a8 8 0 0 1 16 0' opacity='0.16'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m21 21l-4.343-4.343m0 0A8 8 0 1 0 5.343 5.343a8 8 0 0 0 11.314 11.314'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.pmicon {
  display: inline-block;
  width: 22px;
  height: 22px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m20 8l-8 5l-8-5V6l8 5l8-5m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#masfastsearch.masfastsearch.opened {
  display: block !important;
}
#masfastsearch.masfastsearch.opened .mfsback {
  background: #ffffff8c;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}
#masfastsearch.masfastsearch.opened .mfssearchbox {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999;
}
#masfastsearch.masfastsearch.opened fieldset {
  display: flex;
  background: #fff;
  box-shadow: 0px 1px 8px -2px #8ba4cc;
  border: 1px solid #a1b5d5;
  border-radius: 50px;
  padding: 0 0 0 10px;
  align-items: center;
}
#masfastsearch.masfastsearch.opened label {
  padding-left: 2px;
  padding-right: 1px;
  display: flex;
  color: #8ba4cc;
}
#masfastsearch.masfastsearch.opened input.topinputsearch {
  width: 450px;
  padding: 14px 14px 14px 10px;
  font-size: 15px;
  line-height: 15px;
  color: #2d405d;
  border: none;
  border-radius: 0 50px 50px 0;
  box-sizing: border-box !important;
}
#masfastsearch.masfastsearch.opened input.topinputsearch:focus-visible {
  outline: none;
}
.topntfctn.dropdown-container {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.rhdr-bell.dropdown-trigger {
  border-radius: 50px;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f4178;
}
.hdrlgn-search {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f4178;
  cursor: pointer;
}
.nol-search {
  color: #1f4178;
  cursor: pointer;
  margin-right: 5px;
}
.visible a.rhdr-bell, .visible a.rhdr-bell.look, a.rhdr-bell.look, a.rhdr-bell:hover, a.rhdr-pm.look, a.rhdr-pm:hover, .hdrlgn-search:hover {
  background: #eaeef6;
  color: #193460;
}
.visible a.rhdr-bell:hover, .visible a.rhdr-bell.look:hover, a.rhdr-bell.look:hover, a.rhdr-pm.look:hover {
  background: #eaeef6;
  color: #193460;
}
a.rhdr-pm {
  border-radius: 50px;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #1f4178;
}
.dropdown-container.usr {
  border-radius: 50px;
  height: 38px;
  width: 38px;
}
a.avatartoplink {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.righdr-container a.avatartoplink:hover, .righdr-container .visible a.avatartoplink {
  background: #eaeef6;
}
.righdr-container img.avatar {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.haeder .dropdown {
  top: 44px;
}
a.rhdr-link {
  font-size: 14.4px;
  font-weight: 500;
  line-height: 38px;
  margin-right: 10px;
  border-radius: 50px;
  color: #1f4178;
}
.loreink {
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 3px 0 10px;
  border-radius: 50px;
  color: #1f4178;
}
a.rhdr-link i, .loreink i {
  margin-right: 3px;
  font-size: 13px;
}
a.rhdr-link i.icon {
  font-size: 10px;
  margin-left: 3px;
  vertical-align: 1.5px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.visible a.rhdr-link.qlm2 i.icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
a.rhdr-link:hover, .visible a.rhdr-link, .loreink:hover {
  color: #1b3968;
}
.dropdown-contents a:hover {
  background: #f4f4f4;
  color: #343434;
}
.dropdown-contents li a {
  color: #444;
  -webkit-transition: -webkit-background 0.15s ease-in-out;
  transition: -webkit-background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, -webkit-background 0.15s ease-in-out;
}
.dropdown-contents li a.jumpbox-cat-link {
  font-size: 12.2px;
  font-weight: 600;
  letter-spacing: -0.2px;
  padding: 6px 10px;
  line-height: 1;
  background: #f8f8f8;
}
.dropdown-contents a i {
  font-size: 12px;
  margin-right: 3px;
}
.topntfctn .dropdown .dropdown-contents {
  padding: 0;
  border: none;
}
.dropdown .dropdown-contents::-webkit-scrollbar {
  border-radius: 4px;
  width: 8px;
}
.dropdown .dropdown-contents::-webkit-scrollbar-track {
  border-radius: 3px;
}
.dropdown .dropdown-contents::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}
.enline {
  padding: 0 12px;
}
.enline hr {
  margin: 3px 0;
  border-top-color: #eee;
}
span.ooocount {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: #d00;
  color: #fff;
}
span.ooocount.tens {
  width: 22px;
  border-radius: 10px;
  right: -8px;
}
span.ooocount.hundred {
  width: 24px;
  height: 16px;
  border-radius: 5px;
  right: -10px;
  font-size: 11px;
}
.forabg dd.topics, .forabg dd.posts {
  line-height: 1.5;
  font-size: 14px;
  color: #000000cc;
}
.forabg span.fltinfos {
  font-size: 12px;
  color: #000000b3;
}
li.header dt .list-inner {
  padding-left: 5px;
}
.row-item-link img.avatar {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background-size: cover;
}
span.row-item-link-mine {
  background-color: #b353c6;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: -1px;
  right: -1px;
  display: block;
  float: left;
  width: 8px;
  height: 8px;
}
.checkthathimiswritteninthetopic.global_read_mine, .checkthathimiswritteninthetopic.global_read_locked_mine, .checkthathimiswritteninthetopic.global_unread_mine, .checkthathimiswritteninthetopic.global_unread_locked_mine, .checkthathimiswritteninthetopic.announce_read_mine, .checkthathimiswritteninthetopic.announce_read_locked_mine, .checkthathimiswritteninthetopic.announce_unread_mine, .checkthathimiswritteninthetopic.announce_unread_locked_mine, .checkthathimiswritteninthetopic.sticky_read_mine, .checkthathimiswritteninthetopic.sticky_read_locked_mine, .checkthathimiswritteninthetopic.sticky_unread_mine, .checkthathimiswritteninthetopic.sticky_unread_locked_mine, .checkthathimiswritteninthetopic.topic_read_mine, .checkthathimiswritteninthetopic.topic_read_hot_mine, .checkthathimiswritteninthetopic.topic_read_locked_mine, .checkthathimiswritteninthetopic.topic_unread_mine, .checkthathimiswritteninthetopic.topic_unread_hot_mine, .checkthathimiswritteninthetopic.topic_unread_locked_mine {
  background-color: #884C10;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: -1px;
  right: -1px;
  display: block;
  float: left;
  width: 8px;
  height: 8px;
}
.homme.rhdr-link {
  margin-right: 7px;
}
a.homme.rhdr-link:after {
  content: "|";
  padding-left: 7px;
  opacity: 0.3;
  color: #2957a0;
}
dd.postsandviews {
  width: 100px;
  line-height: 1.5;
  align-content: center;
}
span.bubi {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
span.replyiconlistede {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: -1px;
  margin-right: 5px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2m0 15.2L18.8 16H4V4h16z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
dl.row-item {
  display: flex;
  align-items: center;
}
.lastpostavatar img {
  display: inline-block;
  margin-right: 10px;
  float: left;
  border-radius: 50px;
  width: 34px;
  height: 34px;
}
dd.lastpost {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
dd.lastpost span, dd.lastpost a, dd.lastpost time {
  display: inline;
  white-space: nowrap;
}
dd.lastpost > span {
  padding-left: 0;
  padding-right: 5px;
}
dd.lastpost a {
  color: #000000cc;
  text-decoration: none;
}
dd.lastpost a:hover {
  text-decoration: underline;
}
.left-box {
  margin: 2px 0 4px;
}
.post .fa-exclamation:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M13 13h-2V7h2m-2 8h2v2h-2m4.73-14H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.post .fa-exclamation:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M13 13h-2V7h2m-2 8h2v2h-2m4.73-14H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.post .fa-pencil:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83l3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.post .fa-thumbs-up:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M23 10a2 2 0 0 0-2-2h-6.32l.96-4.57c.02-.1.03-.21.03-.32c0-.41-.17-.79-.44-1.06L14.17 1L7.59 7.58C7.22 7.95 7 8.45 7 9v10a2 2 0 0 0 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73zM1 21h4V9H1z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.post .fa-thumbs-o-up:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 9v12H1V9zm4 12a2 2 0 0 1-2-2V9c0-.55.22-1.05.59-1.41L14.17 1l1.06 1.06c.27.27.44.64.44 1.05l-.03.32L14.69 8H21a2 2 0 0 1 2 2v2c0 .26-.05.5-.14.73l-3.02 7.05C19.54 20.5 18.83 21 18 21zm0-2h9.03L21 12v-2h-8.79l1.13-5.32L9 9.03z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.cpbtwo i, .cpbtwo svg {
  margin-right: 3px;
}
.has-profile .post-buttons {
  top: 58px;
}
.forabg, .content-loader .forumbg {
  background: #fff;
  border-top-color: #dce0e6;
  border-bottom-color: #d5dae3;
  border-left-color: #d9dde4;
  border-right-color: #d9dde4;
  border-radius: 4px;
  padding: 4px 9px;
  box-shadow: none;
  padding: 0;
  margin-bottom: 4px;
  clear: both;
}
.forumbg {
  background: #fff;
  border-top-color: #d0d3d9;
  border-bottom-color: #c8ced7;
  border-left-color: #ccd1d8;
  border-right-color: #ccd1d8;
  border-radius: 4px;
  padding: 4px 9px;
  box-shadow: none;
  padding: 0;
  margin-bottom: 4px;
  clear: both;
}
li.header dt, li.header dd {
  line-height: 1.4;
}
li.row.bg1 {
  background: #fefefe !important;
  border-top-color: #fefefe !important;
}
li.row:hover {
  cursor: pointer;
  background: #f9fafc !important;
  border-top-color: #f9fafc !important;
}
li.row:active {
  background: #f4f7fa !important;
  border-top-color: #f4f7fa !important;
}
.row-item-link.unread {
  background: #2957a0;
  color: #fff;
}
.row-item-link.read {
  background: #f4f7fa;
  color: #2957a0;
}
li.row:hover .row-item-link.read {
  background: #eef2f7;
}
li.row:active .row-item-link.read {
  background: #eaeef6;
}
li.row:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.post {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  clear: both;
}
.post > .inner {
  padding: 0;
}
.postprofile {
  padding: 10px;
  color: #212121;
  background: #f0f3f8;
  z-index: auto !important;
}
.postprofile a.avatar:hover {
  opacity: 0.9;
}
.cpldv23f {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #00a8f0 0, #0368d3 100%);
  color: #fff;
  border-radius: 50%;
  margin-right: 3px;
  outline: 2px solid #f0faff;
}
.cpldicon {
  display: inline-block;
  width: 10px;
  height: 10px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M23 10a2 2 0 0 0-2-2h-6.32l.96-4.57c.02-.1.03-.21.03-.32c0-.41-.17-.79-.44-1.06L14.17 1L7.59 7.58C7.22 7.95 7 8.45 7 9v10a2 2 0 0 0 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73zM1 21h4V9H1z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.likes a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  vertical-align: 0.9px;
}
.likes, .likes a {
  color: #2d4468;
}
.search-box .inputbox:focus {
  background-color: rgba(41, 87, 160, 0.05);
}
h2.topic-title {
  font-size: 22px;
  margin: 10px 0 5px;
  color: #2d4468;
}
h2.topic-title a {
  color: #2d4468;
  line-height: 1.4;
}
h2.forum-title {
  margin: 10px 0 5px;
  color: #2d4468;
  font-size: 22px;
}
h2.forum-title a {
  color: #2d4468;
  line-height: 1.4;
}
.topicbyline {
  font-size: 12px;
  font-weight: 500;
  color: #374e72;
  opacity: 0.86;
  line-height: 1.4;
  margin: 5px 0 15px;
}
.frmacklmscnm {
  font-size: 12px;
  color: #4e5560;
  line-height: 1.4;
  margin: 5px 0 16px;
}
.action-bar.bar-top {
  margin-top: 15px;
}
.topicbyline a {
  color: #374e72;
}
.topicbyline a:hover {
  opacity: 0.9;
}
.tbypeople {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.tbypost {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.tbyunread {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 15V9h8V4.16L19.84 12L12 19.84V15z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.panel, .msgr.panel.bg3 {
  background: #fff;
  border-left: 1px solid rgba(41, 87, 160, 0.18);
  border-right: 1px solid rgba(41, 87, 160, 0.18);
  border-bottom: 1px solid rgba(41, 87, 160, 0.18);
  border-top: 1px solid rgba(41, 87, 160, 0.18);
  padding: 10px;
  box-sizing: border-box;
}
.panel#options-panel {
  border-radius: 0 0 3px 3px;
  border-left: 1px solid rgba(41, 87, 160, 0.18);
  border-right: 1px solid rgba(41, 87, 160, 0.18);
  border-bottom: 1px solid rgba(41, 87, 160, 0.18);
}
.post.pm.msgr_profile {
  border: 1px solid rgba(41, 87, 160, 0.22) !important;
}
.panel > .inner > h3:first-child, .panel > h3:first-child {
  margin: -10px -10px 10px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(41, 87, 160, 0.18);
  padding: 5px;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #2d4468;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
}
.content h2, .panel h2 {
  margin-top: 0;
}
.topicreview .post p.author {
  float: left;
  clear: left;
  user-select: none;
}
form#postform .post, #preview.post, .topicreview .post {
  border: 1px solid rgba(41, 87, 160, 0.25) !important;
  border-top: 4px solid #5f81b8 !important;
  padding: 10px !important;
}
h3.review {
  font-size: 16px;
  padding: 5px 0;
  margin: 15px 0 5px;
}
div#postingbox h3 a {
  color: unset;
  background: unset;
  font-weight: 500;
  font-size: 15px;
}
.PostsMerging {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 6px;
  text-align: center;
  color: #2d4974;
  background: #f0f3f8;
  border: 1px solid #ecf0f6;
}
#preview.post {
  border: none !important;
}
.panel.bg3 {
  border-radius: 0 0 3px 3px;
  border: 1px solid rgba(41, 87, 160, 0.18);
  border-top: 4px solid #5f81b8;
}
.tabs .tab > a {
  border-radius: 3px 3px 0 0;
  margin: 0px 3px 0 0;
}
#tabs .tab > a {
  background: rgba(41, 87, 160, 0.1);
  color: #2d4974;
}
#tabs .tab > a:hover {
  background: rgba(41, 87, 160, 0.15);
  color: #2d4a7a;
}
#tabs .activetab > a, #tabs .activetab > a:hover {
  background: #5f81b8;
  box-shadow: 0 10px 10px -10px #fafafa;
  border-color: #5f81b8;
  color: #fff;
  text-shadow: 0 0 2px #00000080;
}
.cp-main h2 {
  padding: 5px 0 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(41, 87, 160, 0.1);
}
#navigation a {
  color: #2e476f;
  box-shadow: 0px 2px 0 0 #e1e7f2;
  background: #e5ebf4;
  font-weight: 600;
  border-radius: 2px;
  margin-bottom: 5px;
}
#navigation a:hover {
  background: #eaeef6;
  color: #2d4872;
  box-shadow: 0px 2px 0 0 #eaeef6;
}
.responsive-tab > a.responsive-tab-link {
  line-height: 28px;
}
.cp-main img.avatar {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  box-shadow: 0 1px 4px #00000033;
}
.tabs .dropdown, .minitabs .dropdown {
  display: none;
}
h2.ucp-title {
  margin: 12px 0;
}
.button1 {
  padding: 0 10px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  background: #214680 !important;
  color: #fff !important;
  border: 1px solid #214680 !important;
  box-sizing: border-box !important;
  -webkit-transition: -webkit-all 0.1s ease-in-out !important;
  transition: -webkit-all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out, -webkit-all 0.1s ease-in-out !important;
}
.button2, .button3 {
  padding: 0 10px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  background: #fff !important;
  color: #152c50 !important;
  border: 1px solid rgba(41, 87, 160, 0.15) !important;
  box-sizing: border-box !important;
  -webkit-transition: -webkit-all 0.1s ease-in-out !important;
  transition: -webkit-all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out, -webkit-all 0.1s ease-in-out !important;
  font-weight: 500 !important;
}
.button1:hover, .button1:focus {
  background: #193460 !important;
  color: #fff !important;
  border: 1px solid #193460 !important;
  font-weight: bold !important;
}
.button2:hover, .button3:hover, .button2:focus, .button3:focus {
  background: rgba(41, 87, 160, 0.15) !important;
  color: #152c50 !important;
  border: 1px solid rgba(41, 87, 160, 0.15) !important;
  font-weight: 500 !important;
}
.msgr_msgs .post-buttons .button:hover, .msgr_msgs .post-buttons.visible .button {
  border: 1px solid rgba(41, 87, 160, 0.15) !important;
  background: rgba(41, 87, 160, 0.15) !important;
}
.msgr_msgs .post-buttons .button, .msgr_msgs .post-buttons.visible .button {
  border: 1px solid transparent !important;
}
dl a.row-item-link img {
  width: inherit;
}
dl a.row-item-link img[width="36"] {
  border-radius: 50%;
}
.error {
  color: #fff;
  padding: 4px 9px;
  background: #b93329;
  text-shadow: 0 1px #701f19;
  border-radius: 3px;
  margin: 10px 0;
}
.error a {
  color: #fff;
  font-weight: bolder;
  text-decoration: underline;
}
.dropdown-contents a {
  line-height: 1.5;
}
.msgr_preview a {
  pointer-events: none;
}
div#page-footer {
  margin: 12px auto 0;
  padding: 10px;
  background: #f4f7fa;
  background: linear-gradient(to bottom, #f4f7fa 0, #fcfcfc 95%);
  color: #2d4468;
}
.inftr1 {
  margin: auto;
  max-width: 990px;
  text-align: -webkit-center;
  text-align: center;
}
.iftrcopyrr {
  font-size: 12.5px;
}
.iftrcopyrr b {
  font-weight: 600;
}
.iftrlinks a {
  font-weight: 600;
  font-size: 13.5px;
  margin-right: 10px;
}
.iftrlinks a:last-child {
  margin-right: 0px;
}
span.time span {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: from-font;
  cursor: help;
}
.iftrlinks {
  margin-bottom: 7px;
}
.iftrcopyrr {
  font-size: 12.5px;
  margin: 5px 0;
}
.iftrbottom {
  font-size: 11px;
  opacity: 0.9;
}
.iftrbottom a {
  text-decoration: underline;
}
.iftrbottom a:hover {
  text-decoration: none;
}
.darkenwrapper {
  z-index: 9999;
}
.wpn-notification-dropdown-footer {
  border-top: solid 1px #ededed !important;
}
.wpn-notification-dropdown-footer button {
  padding: 0;
  border: 0;
  background: none;
}
.wpn-notification-dropdown-footer i {
  padding: 0 3px;
}
dt label {
  font-weight: 500;
}
.pplavfttr14, a.edit-avatar {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  position: relative;
}
.pplavfttr14 img.avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.pplavfttr14.abyokcunkucbak, .abyokcunkucbak a.edit-avatar {
  width: 110px;
  height: 110px;
  margin-right: 15px;
}
.pplavfttr14.abyokcunkucbak img.avatar {
  width: 110px;
  height: 110px;
}
.pplavfttr14 img.avatar {
  box-shadow: 0 1px 3px #0000001a;
}
.isletmebuarkadas img.avatar {
  border-radius: 4%;
}
.pplavfttr14 span.user-online {
  display: block;
  width: 12px;
  height: 12px;
  background: #39BF5B;
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 9px;
  right: 9px;
}
.isletmebuarkadas span.user-online {
  width: 10px;
  height: 10px;
  bottom: -5px;
  right: -5px;
}
span.camera {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00000099;
  border-radius: 50%;
  padding: 14px;
  color: #ffffffe6;
  align-items: center;
  justify-content: center;
}
.pplavfttr14 .edit-avatar:hover span.camera {
  display: flex;
}
.begenininp.post, .search.post {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #d4ddec;
  background: #fff;
  color: #242424;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-all 0.15s ease-in-out;
  transition: -webkit-all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out, -webkit-all 0.15s ease-in-out;
}
.begenininp.post:hover, .search.post:hover {
  cursor: pointer;
  background: #f4f7fa;
}
.begenininp.post:active, .search.post:active {
  cursor: pointer;
  background: #f0f3f8;
  box-shadow: inset 0 1px 2px #0000001a;
  -webkit-transition: -webkit-all 0.15s ease-in-out;
  transition: -webkit-all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out, -webkit-all 0.15s ease-in-out;
}
.begenininp.post img, .search.post img {
  max-width: 100%;
  height: auto;
}
.bptlt2 {
  display: block;
  margin-bottom: 3px;
}
.bptlt2 a {
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  width: fit-content;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #222;
}
.bpbyln2 {
  display: block;
  font-size: 12px;
  margin: 2px 0px 6px;
}
.bpvonttnt2 {
  font-size: 13.8px;
  line-height: 1.52;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  pointer-events: none;
}
div#posts-panel span.ztanknd2 {
  display: none;
}
.profiletop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #e5ebf4;
  border-bottom: none;
  background: #f9fafc;
  box-sizing: border-box;
}
.spostu-loader {
  border: 1px solid #e5ebf4;
  border-radius: 4px;
  padding: 10px;
}
.content-loader span.button.button-secondary.dropdown-trigger.dropdown-select {
  display: none;
}
a.custonisiname {
  font-size: 18px;
  font-weight: 500;
}
.divcustonisiname, .fortopisl3tmeprof {
  margin: 12px 0;
  padding: 0 10px;
  border-left: 1px solid #e5ebf4;
}
.sbegeni-loader .fortopisl3tmeprof {
  display: block !important;
}
.fortopisl3tmeprof {
  font-size: 12.8px;
}
.fortopisl3tmeprof a {
  font-weight: 600;
}
.profiletop .dropdown {
  top: 35px;
}
.ppname14 {
  margin-bottom: 5px;
}
.ppname14 a {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #384c6c;
}
.ppbyline14 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #535559;
}
.ppabout14 {
  font-size: 14px;
  color: #0f0f0f;
  margin-bottom: 10px;
}
.ppabout14 a {
  text-decoration: underline;
}
.ppbuttons14 {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
}
.ppbuttons14 a.btn {
  font-size: 13.2px;
  font-weight: 600;
  padding: 0 12px;
  border-radius: 4px;
  color: #32363c;
  background: #eaeef6;
  display: inline-flex;
  height: 30px;
  align-items: center;
  margin-right: 8px;
}
.ppbuttons14 a.btn:hover {
  color: #23262c;
  background: #e5ebf4;
}
.ppbuttons14 a.btn:active {
  color: #13171c;
  background: #d4ddec;
}
.dropdown-container.profile-opstion {
  display: inline-block;
  margin: 0 3px;
  height: 30px;
}
.profile-opstion a.po-btn, .share a.po-btn {
  display: inline-flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #32373e;
}
.profile-opstion a.po-btn:hover, .profile-opstion.visible a.po-btn, .share a.po-btn:hover, .share.visible a.po-btn {
  color: #32373e;
  background: #eaeef6;
}
.profile-opstion a.po-btn svg {
  width: 18px;
  height: 18px;
}
.share a.po-btn svg {
  width: 16px;
  height: 16px;
}
.tabs.profiletabs {
  margin: 0px 0 15px;
  display: block;
  padding: 0 10px;
  border-radius: 0 0 4px 4px;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f9fafc;
  border: 1px solid #e5ebf4;
  border-top: none;
}
.tabs.profiletabs ul {
  border-radius: 0;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  display: flex;
}
.tabs.profiletabs ul::-webkit-scrollbar {
  height: 0;
}
.tabs.profiletabs .tab {
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
  margin-right: 5px;
  scroll-snap-align: start;
}
.tabs.profiletabs .tab:last-child {
  margin-right: 0;
}
.tabs.profiletabs .tab > a {
  font-size: 13px;
  line-height: 2.5;
  border-radius: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 0 10px;
  color: #666;
  background: none;
  box-shadow: none;
}
.tabs.profiletabs .tab.activetab > a {
  background: none;
  color: #2f2f2f;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #2f2f2f;
}
.tabblock {
  padding: 10px;
  background: #fafafa;
  border-radius: 4px;
}
.tabblock.no {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f4f7fa;
}
.notopictitle {
  font-size: 15px;
  font-weight: 600;
}
.panel-loader li.header {
  display: none;
}
div#topics-panel span.kahkahkah {
  display: none;
}
.dpl-unit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.dplicon {
  font-size: 22px;
  margin-right: 10px;
  color: #23262c;
}
.dpsvg {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.dplqa {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dplq {
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: 600;
  color: #22252a;
}
.dlpa {
  font-size: 13px;
  font-weight: 400;
  color: #434548;
}
.ppdpltitle {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #111;
}
.dtylr {
  display: flex;
  justify-content: flex-start;
}
.ppdpleft, .ppdpright {
  width: 40%;
  margin-right: 20px;
}
.dlpa select {
  background: none;
  padding: 0;
  margin: 0;
}
.dlpa option {
  padding-right: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
div#detail-panel {
  padding: 0 15px;
}
.lgnadnresgdiv label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  user-select: none;
}
.lgnadnresgdiv input.inputbox {
  width: 100% !important;
  box-sizing: border-box;
  padding: 4px;
  font-size: 16px;
}
span.sfrmnttm a {
  text-align: right;
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.lz2mlk352 {
  display: block;
  font-size: 13px !important;
  margin-top: 5px;
}
p.brsyylriste label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
  user-select: none;
}
p.r2rr4rr5r {
  text-align: right;
}
.panel.lgnadnresgdiv {
  max-width: 500px;
  margin: 5px auto;
}
.qregteddr {
  max-width: 500px;
  margin: 10px auto 30px;
  text-align: center;
  font-size: 13px;
}
.qregteddr a {
  font-weight: 600;
  text-decoration: underline;
}
.qregteddr a:hover {
  text-decoration: none;
}
.lgnadnresgdiv h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}
.to-top {
  display: block;
  position: fixed;
  bottom: -50px;
  right: 20px;
  z-index: 99;
  border: none;
  background: #2957a0;
  color: #fff;
  padding: 9px 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-transition: background 0.2s, -webkit-transform 0.3s;
  transition: background 0.2s, transform 0.3s;
}
.to-top.visible {
  -webkit-transform: translateY(-68px);
  -ms-transform: translateY(-68px);
  transform: translateY(-68px);
}
.to-top svg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.to-top:hover {
  background: #345fa5;
  cursor: pointer;
}
.to-top:hover svg {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.postbody {
  position: inherit;
}
.postprofile + .postbody {
  float: none;
  position: inherit;
  width: auto;
}
.postprofile, .postbody, .search .postbody {
  display: block;
  width: auto;
  float: none;
  padding: 0;
  min-height: 0;
}
.post .postprofile {
  width: auto;
  border-width: 0 0 1px 0;
}
.post .postprofile {
  margin: 0 0 5px 0;
  padding: 12px 10px;
  min-height: 74px;
  background: #fff;
}
.posttopbyline {
  display: flex;
  width: -webkit-fill-available;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: -1px -1px 0;
  font-size: 11.6px;
  height: 28px;
  line-height: 1;
  background: #285499;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.post:has(i.fa-check-circle) .posttopbyline {
  background: #01b63e;
}
.posttopbyline a {
  color: #fff;
}
.posnumber3 {
  font-size: 11.6px;
  font-weight: 700;
  color: #eaeef6;
  float: right;
  height: 28px;
  line-height: 28px;
  margin-right: -10px;
  padding: 0 10px;
  border-radius: 0 4px 0 0;
  background: #254d8b;
}
.post:has(i.fa-check-circle) .posnumber3 {
  color: #e1f4e7;
  background: #03a539;
}
.post:has(i.fa-check-circle) .kec45:before {
  content: "buraya bir şey";
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #f2fcf5;
  background: #02ae3c;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 0;
}
.post:has(i.fa-check-circle) .dropdown .dropdown-contents {
  border-color: #00BF40;
}
.post:has(i.fa-check-circle) .cpbtwo {
  color: #13863a;
  border: 1px solid rgba(0, 191, 64, 0.15);
}
.post:has(i.fa-check-circle) .cpbtwo:hover {
  color: #118f3c;
  border: 1px solid rgba(0, 191, 64, 0.2);
}
dd.pprank {
  display: block !important;
  margin: 0;
  margin-top: 3px;
  font-weight: 400;
  font-size: 13.2px;
  line-height: 1.2;
  color: #325181;
  margin-right: 50px;
}
dd.pprank img {
  max-height: 20px;
  height: auto;
  width: auto;
  box-sizing: border-box;
}
.usernamesiiide a {
  font-size: 15.4px;
  color: #2c4b7b;
}
.postprofile .avatar {
  outline: 1px solid #0000000d;
}
.postprofile + .postbody {
  padding: 5px 10px 10px;
}
.post {
  border: 1px solid;
  border-top-color: #d0d3d9;
  border-bottom-color: #c8ced7;
  border-left-color: #ccd1d8;
  border-right-color: #ccd1d8;
  border-radius: 4px;
}
.post:has(i.fa-check-circle) {
  border-top-color: #ccdcd1;
  border-bottom-color: #c3dacb;
  border-left-color: #c8dbce;
  border-right-color: #c8dbce;
}
.cplikelist {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.cplikelist.yokbeyaho {
  margin: 0;
}
.postprofile dd {
  display: none;
}
.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
  display: block;
  margin: 0;
}
.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
  display: block;
  margin: 0;
}
.postprofile .has-avatar .avatar-container, .postprofile .no-avatar .avatar-container {
  margin: 0;
  overflow: inherit;
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  position: relative;
}
.postprofile .avatar-container:after {
  clear: none;
}
.postprofile .avatar, .postprofile .no-avatar .avatar-container {
  border-radius: 50%;
  outline: 1px solid #0000000d;
}
.postprofile .avatar img {
  width: 50px !important;
  height: 50px !important;
  max-height: 50px;
  border-radius: 50%;
}
.no-avatar .avatar-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.has-profile .postbody h3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.has-profile .post-buttons {
  right: 10px;
  top: 10px;
}
.rtl .has-profile .post-buttons {
  right: auto;
  left: 10px;
}
.poster-online {
  width: 8px;
  height: 8px;
  position: absolute !important;
  bottom: 0;
  right: 0;
  background-color: #39BF5B;
  border: 3px solid #fff;
  border-radius: 50%;
}
.poster-online-degil {
  width: 8px;
  height: 8px;
  position: absolute !important;
  bottom: 0;
  right: 0;
  background-color: #c5c5c5;
  border: 3px solid #fff;
  border-radius: 50%;
}
.post-options {
  display: inline-block;
  position: absolute;
  top: 48px;
  right: 15px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.post-options a.optionlink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-background 0.1s ease-in-out;
  transition: -webkit-background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, -webkit-background 0.1s ease-in-out;
}
.post-options i.icon.fa-fw.fa-ellipsis-h {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.post-options .fa-ellipsis-h:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding-right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23444444' d='M15.32 28c0-2.602-2.086-4.687-4.734-4.687A4.671 4.671 0 0 0 5.899 28a4.671 4.671 0 0 0 4.687 4.688c2.648 0 4.734-2.086 4.734-4.688m17.344 0c0-2.602-2.062-4.687-4.664-4.687S23.336 25.398 23.336 28c0 2.602 2.062 4.688 4.664 4.688s4.664-2.086 4.664-4.688m17.438 0a4.686 4.686 0 0 0-4.688-4.687c-2.648 0-4.734 2.085-4.734 4.687c0 2.602 2.086 4.688 4.734 4.688A4.686 4.686 0 0 0 50.102 28'/%3E%3C/svg%3E");
}
.post-options a.optionlink:hover {
  background: rgba(41, 87, 160, 0.15);
}
.post-options a.optionlink:active {
  background: rgba(41, 87, 160, 0.1);
}
.post-options.visible a.optionlink {
  background: rgba(41, 87, 160, 0.15);
}
.post:has(i.fa-check-circle) .post-options a.optionlink:hover {
  background: rgba(0, 191, 64, 0.15);
}
.post:has(i.fa-check-circle) .post-options a.optionlink:active {
  background: rgba(0, 191, 64, 0.1);
}
.post:has(i.fa-check-circle) .post-options.visible a.optionlink {
  background: rgba(0, 191, 64, 0.15);
}
.post-options .dropdown {
  top: 40px;
}
.dropdown-contents a {
  padding: 8px 10px;
  padding-right: 28px;
}
.dropdown-contents a:active {
  background: #eee;
  color: #232323;
}
.dropdown .dropdown-contents {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.24);
  border: none;
  border-radius: 4px;
}
.fa-check:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9 20.42l-6.21-6.21l2.83-2.83L9 14.77l9.88-9.89l2.83 2.83z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.dropdown-container.poster-info {
  display: inline;
}
.dropdown-container.poster-info .dropdown {
  top: 20px;
  background: #fff;
  padding: 9px;
  border: 1px solid #00000040;
  box-shadow: 0 0 5px #00000040;
  border-radius: 4px;
  min-width: 200px;
  max-width: 250px;
  height: auto;
  z-index: 9;
  box-sizing: border-box;
}
.p1top2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p1tvatar1 img.avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-size: cover;
  object-fit: cover;
}
.p1tuinf0 {
  margin-left: 7px;
}
a.p1tulk {
  display: block;
  font-size: 14.4px;
  font-weight: 600;
  font-family: "Arial", serif;
  color: #32373C;
  line-height: 1;
}
span.p1tpun {
  display: block;
  line-height: 1;
  margin-top: 4px;
  font-size: 12.4px;
  color: #666;
}
.p1act1ve {
  font-size: 12.4px;
  display: block;
  margin-top: 6px;
  line-height: 1.42;
  max-width: 200px;
}
.p11nf0s {
  display: block;
  margin-top: 6px;
  line-height: 1.4;
}
.p1f0s {
  display: block;
  margin-bottom: 3px;
  font-size: 11.8px;
  color: #333;
}
.p11nf0s div:last-child {
  margin-bottom: 0;
}
.p1f0s i {
  font-size: 11.6px;
  margin-right: 4px;
}
.tabs.indextabs {
  margin: 5px auto 8px;
  display: inline-block;
  padding: 4px;
  border-radius: 500px;
  background: #ececec;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs.indextabs .tab {
  font-weight: 500;
  line-height: normal;
  margin-right: 5px;
}
.tabs.indextabs .tab:last-of-type {
  margin-right: 0px;
}
.tabs.indextabs .tab > a {
  font-size: 13.4px;
  line-height: 2.4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  border-radius: 500px;
  margin: 0;
  min-width: 140px;
  border: none;
  padding: 0;
  color: #5f5f5f;
  background: none;
  box-shadow: none;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
@media (max-width: 350px) {
  .tabs.indextabs .tab > a {
    font-size: 13.2px;
    line-height: 28px;
    min-width: 120px;
  }
}
.tabs.indextabs .tab.activetab > a {
  background: #fff;
  color: #2f2f2f;
  box-shadow: #00000024 0px 1px 2px;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.tabs.indextabs .tab > a:active {
  background: #ffffffbf;
  color: #2f2f2fbf;
  box-shadow: none;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
div#recent-panel li.header {
  display: none;
}
div#recent-panel .forabg.recenttopics, .panel-loader .forumbg {
  border-radius: 8px;
}
div#recent-panel li.row:last-child, .panel-loader li.row:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
div#recent-panel li.row:first-child, .panel-loader li.row:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@keyframes input_hilit {
  0% {
    background-color: #ffdede;
  }
  100% {
    background-color: white;
  }
}
textarea.inputbox:target, input.inputbox:target {
  animation: input_hilit 3s ease;
}
.gonderide-baslik {
  font-weight: 500;
  color: #1f1f1f;
}
.posthilit {
  background-color: #e8ecf1;
  color: #1f4178;
  padding: 0 3px 2px 3px;
}
.forntbl {
  cursor: pointer;
}
.newtopicbeforelist {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.35);
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow-y: scroll;
}
.newtopicbeforelist.yesbaby {
  display: block;
  opacity: 1;
}
body.scrstopetdes {
  overflow: hidden;
}
body.scrstopetdes .newtopicbeforelist.yesbaby {
  overflow-y: scroll !important;
}
.btnldiv {
  box-sizing: border-box;
  position: relative;
  margin: 40px auto 20px;
  margin-top: 35px;
  width: 100%;
  max-width: 800px;
  background: #fff;
  color: #212121;
  border-width: 0;
  opacity: 0.9;
  border-style: solid;
  border-top-color: #d7e2ef;
  border-right-color: #d7e2ef;
  border-bottom-color: #d7e2ef;
  border-left-color: #d7e2ef;
  border-radius: 8px;
  padding-bottom: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  outline: none;
  transform: translateY(10%);
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newtopicbeforelist.yesbaby .btnldiv {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ntbltop {
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background: #f0f1f4;
  color: #071227;
  border-radius: 8px 8px 0 0;
}
.ntblnereye:before {
  content: "Nerede Paylaşım Yapacağınızı Seçin...";
}
.ntblclose {
  float: right;
  cursor: pointer;
  padding: 0 5px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ntblclose:hover {
  opacity: 0.8;
}
.ntblclose:before {
  content: "";
  font-family: 'FontAwesome';
}
input.ntblfiltre {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
  border: none;
  outline: none;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
#noResults {
  display: none;
  font-size: 14px;
  color: #444;
  font-weight: 400;
  padding: 15px;
}
.ntblcat {
  font-size: 16px;
  padding: 12px 15px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #eee;
}
.ntblforums a {
  display: block;
  padding: 5px 10px 10px 30px;
  border-top: 1px solid white;
  border-bottom: 1px solid #e3e8f1;
}
.ntblforums a:hover {
  background: #f4f7fa;
  border-top: 1px solid #f4f7fa;
}
.ntblforums a:active {
  background: #eef2f7;
  border-top: 1px solid #eef2f7;
}
span.ntblfn {
  display: block;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
span.ntbldes {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #666;
  font-size: 12.4px;
  line-height: normal;
  margin-top: 3px;
}
.notification_list li.dropdown-notification strong {
  color: #0f0f0f;
  font-weight: 600;
}
.forum-description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #2f2f2f;
}
a.qracbakam {
  cursor: pointer;
}
body.hemscrstopet {
  overflow: hidden;
}
.profkaremuradi.qr-shown {
  display: block !important;
}
.profkaremuradi.qr-shown .pkm311ark {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100vw;
  z-index: 10000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.profkaremuradi.qr-shown .pkm331div {
  display: block;
  position: fixed;
  margin: 0px auto;
  top: 35px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  padding: 15px 15px 20px;
  border-radius: 15px;
  background: #fff;
  z-index: 10001;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 1px 10px #00000080;
  box-sizing: border-box;
}
.profkaremuradi.qr-shown .pkmtitle {
  margin: -15px -15px 15px;
  padding: 10px 15px 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.profkaremuradi.qr-shown .pkmcontt33 {
  text-align: center;
}
.profkaremuradi.qr-shown .pkmcontt33 .pkmtalti {
  font-size: 14px;
}
.profkaremuradi.qr-shown .pkmcontt33 .pkmtalti span {
  font-weight: 600;
}
.profkaremuradi.qr-shown .pkmcontt33 div#qrcode canvas {
  height: 250px !important;
  width: 250px !important;
}
.inline-attachment dl.thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl.thumbnail dt a:hover img {
  border: none;
}
.attachbox {
  display: block;
  font-size: 13px;
  float: none;
  width: auto;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 5px;
  border: none;
  border-radius: 3px;
  clear: both;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.attachbox .dt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
gapat {
  display: grid;
  width: 100%;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  margin-top: 5px;
}
gapat img.postimage.sifir002 {
  max-width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
gapat a {
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
gapat a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  font-size: 13px;
  line-height: normal;
  transform: translateY(100%);
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  color: #fff;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  padding: 4px 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #00000080;
  text-shadow: 1px 1px 1px #00000099;
}
gapat a:hover span {
  transform: translateY(0%);
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.celiveyaautlll {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 300px;
  margin-bottom: 10px;
}
.celiveyaautlll::before, .celiveyaautlll::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.celiveyaautlll span {
  font-size: 14px;
  padding: 0 14px;
  color: #666;
  font-style: italic;
}
a.s3har1ci[href*="google"]:before {
  display: inline-block;
  width: 0.98em;
  height: 1em;
  margin-right: 8px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 262'%3E%3Cpath fill='%234285f4' d='M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622l38.755 30.023l2.685.268c24.659-22.774 38.875-56.282 38.875-96.027'/%3E%3Cpath fill='%2334a853' d='M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055c-34.523 0-63.824-22.773-74.269-54.25l-1.531.13l-40.298 31.187l-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1'/%3E%3Cpath fill='%23fbbc05' d='M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82c0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602z'/%3E%3Cpath fill='%23eb4335' d='M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0C79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251'/%3E%3C/svg%3E");
}
a.s3har1ci[href*="facebook"]:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 8px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%231877f2' d='M256 128C256 57.308 198.692 0 128 0S0 57.308 0 128c0 63.888 46.808 116.843 108 126.445V165H75.5v-37H108V99.8c0-32.08 19.11-49.8 48.348-49.8C170.352 50 185 52.5 185 52.5V84h-16.14C152.959 84 148 93.867 148 103.99V128h35.5l-5.675 37H148v89.445c61.192-9.602 108-62.556 108-126.445'/%3E%3Cpath fill='%23fff' d='m177.825 165l5.675-37H148v-24.01C148 93.866 152.959 84 168.86 84H185V52.5S170.352 50 156.347 50C127.11 50 108 67.72 108 99.8V128H75.5v37H108v89.445A129 129 0 0 0 128 256a129 129 0 0 0 20-1.555V165z'/%3E%3C/svg%3E");
}
a.s3har1ci[href*="twitter"]:before {
  display: inline-block;
  width: 0.99em;
  height: 1em;
  margin-right: 8px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 251 256'%3E%3Cpath d='M149.079 108.399L242.33 0h-22.098l-80.97 94.12L74.59 0H0l97.796 142.328L0 256h22.1l85.507-99.395L175.905 256h74.59L149.073 108.399zM118.81 143.58l-9.909-14.172l-78.84-112.773h33.943l63.625 91.011l9.909 14.173l82.705 118.3H186.3l-67.49-96.533z'/%3E%3C/svg%3E");
}
img.iosappis, .postbody .content svg {
  height: 1em !important;
  width: auto !important;
  position: relative;
  top: -0.1em;
  vertical-align: text-bottom;
  pointer-events: none;
}
.content li {
  margin-bottom: 3px;
}
span.mode17con {
  display: inline-block;
  width: 22px;
  height: 22px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M41.149 36.156c-12.68 0-20.79-7.945-20.79-20.648c0-2.625.633-6.375 1.454-8.32c.234-.54.257-.868.257-1.102c0-.633-.468-1.336-1.359-1.336c-.281 0-.82.07-1.336.258C10.703 8.477 4.891 17.805 4.891 27.625c0 13.781 10.5 23.625 24.234 23.625c10.078 0 18.844-6.117 21.75-13.758a4.5 4.5 0 0 0 .234-1.312c0-.867-.703-1.453-1.36-1.453c-.304 0-.562.07-1.007.21c-1.804.586-4.71 1.22-7.593 1.22'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.pagination {
  margin-right: 5px;
}
@media (min-width: 701px) {
  [tooltip] {
    position: relative;
  }
  [tooltip]::before, [tooltip]::after {
    text-transform: none;
    font-size: 12.2px;
    line-height: 2.2;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
  }
  [tooltip]::after {
    content: attr(tooltip);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #000;
    color: #fff;
    z-index: 1000;
  }
  [tooltip]:hover::before, [tooltip]:hover::after {
    display: block;
  }
  [tooltip='']::before, [tooltip='']::after {
    display: none !important;
  }
  [tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #000;
  }
  [tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
  }
  [tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
  }
  [tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #000;
  }
  [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
  }
  [tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #000;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
  }
  [tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
  }
  [tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #000;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
  }
  [tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
  }
  @keyframes tooltips-vert {
    to {
      opacity: 0.9;
      transform: translate(-50%, 0);
    }
  }
  @keyframes tooltips-horz {
    to {
      opacity: 0.9;
      transform: translate(0, -50%);
    }
  }
  [tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 250ms ease-out forwards;
  }
  [tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 250ms ease-out forwards;
  }
  html {
    -webkit-scroll-padding-top: 60px;
    scroll-padding-top: 60px;
  }
  ul.topiclist dd.lastpost {
    padding-right: 10px;
  }
  .cpbuttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0;
  }
  .cpbtwo {
    display: inline-flex;
    align-items: center;
    font-family: Arial, sans-serif;
    line-height: 1.46;
    text-decoration: none;
    letter-spacing: 0.2px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 12px;
    color: #2c4773;
    font-weight: 700;
    border: 1px solid rgba(41, 87, 160, 0.15);
    padding: 5px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cpbtwo:hover {
    color: #2c4b7b;
    border: 1px solid rgba(41, 87, 160, 0.2);
    text-decoration: underline;
  }
  .cpbtwo:first-child {
    margin-left: 0;
  }
  .infoposticon {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 1px;
    vertical-align: -0.125em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2S2 6.5 2 12s4.5 10 10 10m.3-14.71c.2-.18.44-.29.7-.29c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29c-.26 0-.5-.1-.7-.29c-.19-.21-.3-.44-.3-.71c0-.26.11-.5.3-.71m-2.5 4.68s2.17-1.72 2.96-1.79c.74-.06.59.79.52 1.23l-.01.06c-.14.53-.31 1.17-.48 1.78c-.38 1.39-.75 2.75-.66 3c.1.34.72-.09 1.17-.39c.06-.04.11-.08.16-.11c0 0 .08-.08.16.03c.02.03.04.06.06.08c.09.14.14.19.02.27l-.04.02c-.22.15-1.16.81-1.54 1.05c-.41.27-1.98 1.17-1.74-.58c.21-1.23.49-2.29.71-3.12c.41-1.5.59-2.18-.33-1.59c-.37.22-.59.36-.72.45c-.11.08-.12.08-.19-.05l-.03-.06l-.05-.08c-.07-.1-.07-.11.03-.2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .warnposticon {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: -0.125em;
    margin: 0 1px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .deleteposticon {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: -0.125em;
    margin: 0 1px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .linkposticon {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: -0.125em;
    margin: 0 1px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M6 6V2c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2zm2 0h4a2 2 0 0 1 2 2v4h4V2H8zM2 8v10h10V8z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .to700px, .to500px {
    display: none;
  }
  .copynotification {
    position: fixed;
    left: 20px;
    bottom: 25px;
    color: #fff;
    padding: 6px 9px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #193460;
    box-shadow: 3px 3px 0 0 #bfcde3;
    z-index: 999;
  }
  .cp-main {
    border: 1px solid rgba(41, 87, 160, 0.13);
  }
  p.notification-title {
    margin-top: 3px;
  }
  dd.lastpost a.username {
    font-weight: 600;
  }
  dd.lastpost a[title="Son Gönderiye git"]:after, dd.lastpost a[title="Son Gönderiye git"]:hover:after {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000cc' d='M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z'/%3E%3C/svg%3E");
  }
  dd.lastpost a[title="Son Gönderiye git"]:hover:after {
    margin-left: 2px;
  }
  .pplavfttr14.abyokcunkucbak span.user-online {
    bottom: 7px;
    right: 7px;
  }
}
@media (max-width: 700px) {
  div#page-footer, div#page-header, .kayyavrucumyana, .action-bar, .ltulnnlhaha {
    margin-left: -7px;
  }
  .dpl-unit.responsive-show {
    display: flex !important;
  }
  .forumbg ul.topiclist li.header dt .list-inner {
    line-height: 1.26;
    padding: 1px 0;
    font-size: 13px;
  }
  .profiletop {
    border-radius: 4px 4px 0 0;
    border: solid #e5ebf4;
    border-width: 1px 1px 0;
    padding: 12px 10px 8px;
  }
  .mob-about {
    padding: 8px 10px;
    border-radius: 0;
    background: #f9fafc;
    border: solid #e5ebf4;
    border-width: 0 1px 0;
    font-size: 13.6px;
    color: #0f0f0f;
    margin: 0;
    box-sizing: border-box;
  }
  .mob-about a {
    text-decoration: underline;
  }
  .pplavfttr14 span.pen {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff;
    background: #000000cc;
    width: 22px;
    height: 22px;
    font-size: 11px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .isletmebuarkadas span.pen {
    right: -4px;
    top: -4px;
  }
  .pplavfttr14, .pplavfttr14 a.edit-avatar, .pplavfttr14.abyokcunkucbak, .abyokcunkucbak a.edit-avatar {
    width: 84px;
    height: 84px;
    margin-right: 16px;
    position: relative;
  }
  .pplavfttr14 img.avatar, .pplavfttr14.abyokcunkucbak img.avatar {
    width: 84px;
    height: 84px;
  }
  .pplavfttr14 span.user-online {
    width: 12px;
    height: 12px;
    bottom: 2px;
    right: 2px;
  }
  .isletmebuarkadas span.user-online {
    width: 11px;
    height: 11px;
    bottom: -5px;
    right: -5px;
  }
  .ppname14 {
    margin-bottom: 3px;
  }
  .ppname14 a {
    font-size: 20px;
  }
  .ppbyline14 {
    font-size: 13.4px;
    margin-bottom: 4px;
  }
  .ppbuttons14 {
    margin-top: 8px;
  }
  .dtylr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .ppdpleft, .ppdpright {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .logo, .logo img {
    width: auto;
    height: 24px;
  }
  .to500px {
    display: none;
  }
  .user-container {
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
  .cpbleft, .nomobno, .action-bar.bar-top .dropdown-container.topic-tools, .smiley-box, .to-top {
    display: none !important;
  }
  .cpbuttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0;
  }
  .cpbtwo {
    display: inline-flex;
    align-items: center;
    font-family: Arial, sans-serif;
    line-height: 1.46;
    text-decoration: none;
    letter-spacing: 0.15px;
    border-radius: 3px;
    margin-left: 3px;
    font-size: 11px;
    color: #2c4773;
    font-weight: 400;
    border: 1px solid rgba(41, 87, 160, 0.15);
    padding: 5px 7px;
  }
  .cpbtwo:hover {
    color: #2c4b7b;
    border: 1px solid rgba(41, 87, 160, 0.2);
    text-decoration: underline;
  }
  .cpbtwo:first-child {
    margin-left: 0;
  }
  .copynotification {
    position: fixed;
    margin: auto;
    bottom: 75px;
    color: #fff;
    padding: 6px 9px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #193460;
    box-shadow: 3px 3px 0 0 #bfcde3;
    z-index: 999;
  }
  .unit .ulocked {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 17a2 2 0 0 0 2-2a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2m6-9a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .unit .ureply {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 9V5l-7 7l7 7v-4.1c5 0 8.5 1.6 11 5.1c-1-5-4-10-11-11'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.bookmark-link.unit[data-alt-text="Kaydet"] .fa-bookmark-o:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 3H7a2 2 0 0 0-2 2v16l7-3l7 3V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.bookmark-link.unit .fa-bookmark-o:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m17 18l-5-2.18L7 18V5h10m0-2H7a2 2 0 0 0-2 2v16l7-3l7 3V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .unit .ushare {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 1L8 5h3v9h2V5h3m2 18H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3v2H6v12h12V9h-3V7h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .unit i.icon.fa-bell-o.fa-fw {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 21h4c0 1.1-.9 2-2 2s-2-.9-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v6zm-4-8c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h10z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .unit i.icon.fa-bell-slash-o.fa-fw {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.84 22.73L18.11 20H3v-1l2-2v-6c0-1.14.29-2.27.83-3.28L1.11 3l1.28-1.27l19.72 19.73zM19 15.8V11c0-3.1-2.03-5.83-5-6.71V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v.29c-.61.18-1.2.45-1.74.8zM12 23a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .ufnewt {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M46.867 9.262c-2.39-2.39-5.765-2.766-9.75-2.766H18.836c-3.937 0-7.312.375-9.703 2.766c-2.39 2.39-2.742 5.742-2.742 9.656v18.094c0 4.008.351 7.336 2.742 9.726c2.39 2.39 5.766 2.766 9.773 2.766h18.211c3.985 0 7.36-.375 9.75-2.766c2.391-2.39 2.742-5.718 2.742-9.726V18.988c0-4.008-.351-7.36-2.742-9.726m-1.031 9.07v19.313c0 2.437-.305 4.921-1.71 6.351c-1.43 1.406-3.962 1.734-6.376 1.734h-19.5c-2.414 0-4.945-.328-6.351-1.734c-1.43-1.43-1.735-3.914-1.735-6.352V18.403c0-2.46.305-4.992 1.711-6.398c1.43-1.43 3.984-1.734 6.445-1.734h19.43c2.414 0 4.945.328 6.375 1.734c1.406 1.43 1.711 3.914 1.711 6.328M28 40.504c.938 0 1.688-.727 1.688-1.664v-9.164h9.164c.937 0 1.687-.797 1.687-1.664c0-.914-.75-1.688-1.687-1.688h-9.164v-9.187c0-.938-.75-1.664-1.688-1.664a1.64 1.64 0 0 0-1.664 1.664v9.187h-9.164c-.938 0-1.688.774-1.688 1.688c0 .867.75 1.664 1.688 1.664h9.164v9.164c0 .937.727 1.664 1.664 1.664'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .ufsearch {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M23.957 41.77a18.02 18.02 0 0 0 10.477-3.376l11.109 11.11a2.658 2.658 0 0 0 1.898.773c1.524 0 2.625-1.172 2.625-2.672c0-.703-.234-1.359-.75-1.874L38.277 34.668c2.32-3.047 3.703-6.82 3.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937 0-18.023 8.109-18.023 18.023S14.02 41.77 23.957 41.77m0-3.891c-7.758 0-14.133-6.398-14.133-14.133c0-7.734 6.375-14.133 14.133-14.133c7.734 0 14.133 6.399 14.133 14.133c0 7.735-6.399 14.133-14.133 14.133'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .mobforumsearchbox {
    display: block;
    text-align: center;
    margin: 12px 0;
  }
  .mobforumsearchbox input.inputbox.search {
    width: 100%;
    max-width: none;
    padding: 6px;
    border-radius: 3px;
    box-shadow: inset 0px 1px 1px #0000001f;
    box-sizing: border-box;
  }
  .topicmobtopbar, .forumobtopbar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .topicmobtopbar .unit, .forumobtopbar .unit {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #434548;
    padding: 6px 3px;
    width: 24%;
    background: #fbfcfd;
    border: 1px solid #e5ebf4;
    border-radius: 4px;
    cursor: pointer;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  .topicmobtopbar .unit:hover, .forumobtopbar .unit:hover {
    background: #f2f5f9;
    box-shadow: inset 0px 1px 2px #c3d0e4;
  }
  .unit span {
    font-size: 11px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .unit i, .unit span.uicon {
    font-size: 20px;
    margin-bottom: 2px;
  }
  count.bookmarkscount {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #eaeef6;
    color: #313946;
    padding: 0 3px;
    line-height: 1.24;
    font-size: 10px;
    border-radius: 2px;
  }
  .topicmobtopbar .unit:hover count.bookmarkscount {
    background: #dbe2ef;
  }
  .mobdacenter {
    text-align: center;
  }
  .navigation, .cp-menu .navigation:only-child {
    margin: 0 auto 15px;
  }
}
@media (min-width: 501px) {
  .mobtopmenu, .usr li:has(a.usrdarkm), .topmobmenuicon, .t12s11bttn, .wcountsidemenu, .leftmenu, .lm-content .menubacleft, .mhuser.nonnlogin, form#mob_qr_postform, .MBMnotif, .MBMsearch {
    display: none !important;
  }
  @keyframes textarea_hilit {
    0% {
      background-color: #ffdede;
    }
    100% {
      background-color: white;
    }
  }
  form#qr_postform textarea:focus {
    animation: textarea_hilit 3s ease;
  }
}
@media (max-width: 500px) {
  .pwaistemi1011[style="display: block;"] .istem01div {
    display: block;
    background-color: #344765;
    box-shadow: 0px 3px 0 0 #9aadcb;
    color: #ffffffe6;
    border-radius: 4px;
    padding: 10px 8px;
    margin: 10px -7px 13px;
    font-size: 15px;
  }
  .pwaistemi1011[style="display: block;"] .istempwametin {
    display: block;
    margin-bottom: 10px;
  }
  .pwaistemi1011[style="display: block;"] .istempwametin:before {
    content: "Foruma daha hızlı ve kolay erişim sağlamak için web uygulamamızı kurun.";
  }
  .pwaistemi1011[style="display: block;"] .istempwabuttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 1px;
  }
  .pwaistemi1011[style="display: block;"] .pwanotnow:before {
    content: "Şimdi değil";
    color: #ffffffcc;
    font-size: 13.2px;
    line-height: 30px;
    padding: 0;
  }
  .pwaistemi1011[style="display: block;"] .pwanotnow:hover:before {
    color: #fff;
  }
  .pwaistemi1011[style="display: block;"] .pwainstall {
    background: #fff;
    color: #344765;
    box-shadow: 0 1px 4px #00000026;
    border-radius: 50px;
    padding: 0px 14px;
    font-size: 15px;
    line-height: 34px;
    font-weight: 700;
    margin-left: 15px;
  }
  .pwaistemi1011[style="display: block;"] .pwainstall:active {
    opacity: 0.9;
    box-shadow: none;
  }
  .pwaistemi1011[style="display: block;"] .pwainstall:before {
    content: "Yükle";
  }
  @supports (-webkit-touch-callout: none) {
    .iosappistem1011 {
      display: block !important;
    }
    .iosappistem1011.hidden {
      display: none !important;
    }
  }
  .iosistemdiv {
    display: block;
    background-color: #344765;
    box-shadow: 0px 3px 0 0 #9aadcb;
    color: #ffffffe6;
    border-radius: 4px;
    padding: 10px 8px;
    margin: 10px -7px 13px;
    font-size: 15px;
  }
  .istemiosmetin {
    display: block;
    margin-bottom: 10px;
  }
  .istemiosmetin:before {
    content: "Foruma daha hızlı ve kolay erişim sağlamak için web uygulamamızı kurun.";
  }
  .istemiosbuttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 1px;
  }
  .iosappnot:before {
    content: "Şimdi değil";
    color: #ffffffcc;
    font-size: 13.2px;
    line-height: 30px;
    padding: 0;
  }
  .iosappnot:hover:before {
    color: #fff;
  }
  .iosappinstall {
    background: #fff;
    color: #344765;
    box-shadow: 0 1px 4px #00000026;
    border-radius: 50px;
    padding: 0px 14px;
    font-size: 15px;
    line-height: 34px;
    font-weight: 700;
    margin-left: 15px;
  }
  .iosappinstall:active {
    opacity: 0.9;
    box-shadow: none;
  }
  .iosappinstall:before {
    content: "Nasıl Yüklenir?";
  }
  .hdrlgn-search, .topntfctn.dropdown-container, .topntfctn, a.rhdr-pm, .rhdr-left .qlmenu, a.rhdr-link.forntbl, .teibmy2n, .to700px {
    display: none;
  }
  .iosappistem1011.hidden, .mhuser.nonnlogin.hidden {
    display: none !important;
  }
  html {
    -webkit-scroll-padding-top: 60px;
    scroll-padding-top: 60px;
  }
  body.scrstopet {
    overflow: hidden;
  }
  .haeder {
    margin-bottom: 10px;
  }
  .dropdown-container.usr, a.avatartoplink {
    height: 32px;
    width: 32px;
  }
  div#page-footer {
    margin-bottom: 50px;
  }
  .section-viewtopic div#page-footer {
    margin-bottom: 53px;
  }
  .section-viewtopic.clickedqr div#page-footer {
    margin-bottom: 100px;
  }
  .topmobmenuicon, .mhuser.nonnlogin {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1f4178;
    background: #fdfdfd;
    border: 1px solid #dfdfdf;
  }
  span.wcountsidemenu {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 99;
    background: #d00;
    color: #fff;
    box-shadow: 0 1px 2px #0000001a;
  }
  .MBMdivClose {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
  }
  .MBMdivClose:not([style="display: none;"]) span {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000000' d='M10.023 43.023c-.796.797-.82 2.157 0 2.954c.82.796 2.157.796 2.977 0l15-15l15 15c.797.796 2.156.82 2.977 0c.796-.82.796-2.157 0-2.954L30.953 28l15.024-15c.796-.797.82-2.156 0-2.953c-.844-.82-2.18-.82-2.977 0l-15 15l-15-15c-.82-.82-2.18-.844-2.977 0c-.796.82-.796 2.156 0 2.953l15 15Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    cursor: pointer;
    color: #000000;
  }
  .MBMdivClose:not([style="display: none;"]) span:hover {
    opacity: 0.9;
    color: #1f1f1f;
  }
  .leftmenu.menu-shown {
    display: block;
  }
  .lm-content {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    overflow-y: scroll;
    transform: translateX(-100%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    z-index: 10001;
    background-color: #fff;
    box-shadow: 1px 0 2px 1px #0000001c;
  }
  .menu-shown .lm-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .menubacleft {
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100vw;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-shown .menubacleft {
    opacity: 1;
    visibility: visible;
  }
  .lmc331 {
    padding: 10px 6px 26px;
  }
  .lmc331 a {
    display: flex;
    margin-bottom: 3px;
    padding: 10px 6px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    align-items: center;
  }
  .lmc331 a:hover {
    border-radius: 5px;
    text-decoration: none;
  }
  .lmc331 a svg {
    margin-right: 5px;
  }
  .lmc331 a img.avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .lmc331 a i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-right: 5px;
  }
  .lmc331 hr {
    margin: 3px 0;
  }
  span.sidebelcount, span.sidepmcount {
    padding: 2px 6px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
    line-height: 14px;
  }
  .lmc331 .sidetext, .lmc331 li.rightside {
    margin-bottom: 2px;
    padding: 3px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
  }
  .lmc331 li.rightside {
    list-style-type: none;
  }
  .lmc331 li.rightside, .lmc331 li {
    list-style-type: none;
  }
  .lmc331 li {
    display: block;
  }
  .lmc331 .sidetext.sidetimes {
    font-size: 11px;
    opacity: 0.85;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .lmc331 a, .lmc331 .sidetext, .lmc331 li.rightside, .MBMnotif.dropdown-extended ul li a {
    color: #141414;
  }
  .lmc331 hr, .enline hr {
    border-top-color: #ededed;
  }
  .lmc331 a:hover {
    background: #F5F7FA;
    color: #333;
  }
  .MBMnotiSET {
    height: 32px;
  }
  .MBMnotiSET a.dropdown-trigger {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 1px 4px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M15.32 28c0-2.602-2.086-4.687-4.734-4.687A4.671 4.671 0 0 0 5.899 28a4.671 4.671 0 0 0 4.687 4.688c2.648 0 4.734-2.086 4.734-4.688m17.344 0c0-2.602-2.062-4.687-4.664-4.687S23.336 25.398 23.336 28c0 2.602 2.062 4.688 4.664 4.688s4.664-2.086 4.664-4.688m17.438 0a4.686 4.686 0 0 0-4.688-4.687c-2.648 0-4.734 2.085-4.734 4.687c0 2.602 2.086 4.688 4.734 4.688A4.686 4.686 0 0 0 50.102 28'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: #1f1f1f;
  }
  .MBMnotiSET a.dropdown-trigger:hover, .MBMsearchSET:hover {
    opacity: 0.9;
    color: #1f1f1f;
  }
  .MBMnotiSET .dropdown ul.dropdown-contents svg {
    margin-right: 5px;
  }
  .MBMnotif.dropdown-extended ul li a.mob_mark_read {
    display: flex;
    opacity: 0.33;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5px;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity 0.2s;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #0f0f0f;
    background: #fff;
  }
  .MBMnotif.dropdown-extended ul li a.mob_mark_read:hover {
    opacity: 1;
  }
  .MBMsearchSET {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 0 5px;
    margin-top: 5px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='m22.292 4.683l2.025 2.243c2.22 2.458 5.823 2.452 8.036 0l1.9-2.104a23.871 23.871 0 0 1 6.516 2.853l-.137 2.68c-.169 3.308 2.384 5.851 5.682 5.683l2.425-.124a23.847 23.847 0 0 1 2.694 6.878l-1.69 1.525c-2.457 2.22-2.45 5.823 0 8.036l1.561 1.408a23.864 23.864 0 0 1-2.958 6.975l-2.032-.104c-3.307-.169-5.85 2.384-5.682 5.682l.104 2.032a23.864 23.864 0 0 1-6.975 2.958l-1.408-1.56c-2.22-2.458-5.823-2.452-8.036 0l-1.525 1.69a23.847 23.847 0 0 1-6.878-2.695l.124-2.425c.169-3.307-2.384-5.85-5.682-5.682l-2.68.137a23.871 23.871 0 0 1-2.854-6.517l2.104-1.9c2.458-2.218 2.452-5.822 0-8.035l-2.243-2.025A23.852 23.852 0 0 1 7.28 15.88l3.076.157c3.307.169 5.85-2.384 5.682-5.682L15.88 7.28a23.852 23.852 0 0 1 6.41-2.597M20.726 8.45a20.68 20.68 0 0 0-1.061.428l.026.513c.302 5.908-4.387 10.602-10.3 10.3l-.513-.026c-.152.35-.295.703-.428 1.06l.373.338c4.391 3.964 4.395 10.598 0 14.566l-.172.156c.167.414.347.823.54 1.225l.2-.01c5.85-.299 10.511 4.297 10.308 10.13c.493.214.996.409 1.505.584c3.872-4.122 10.156-4.188 14.104-.186c.57-.214 1.13-.452 1.679-.715c-.028-5.515 4.307-9.854 9.826-9.826c.263-.549.501-1.11.715-1.68c-3.999-3.944-3.94-10.228.186-14.103c-.175-.51-.37-1.012-.585-1.505c-5.734.2-10.281-4.306-10.14-10.03l.021-.478a20.706 20.706 0 0 0-1.225-.54l-.156.172c-3.964 4.391-10.599 4.395-14.566 0zM28 19a9 9 0 1 1 0 18a9 9 0 0 1 0-18m0 3a6 6 0 1 0 0 12a6 6 0 0 0 0-12'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: #1f1f1f;
  }
  .mobottom {
    display: flex !important;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(50px + env(safe-area-inset-bottom));
    z-index: 999;
    align-items: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 -1px 3px #00000008;
  }
  .mobottomenu {
    display: flex;
    margin: 0 6px;
    margin-bottom: env(safe-area-inset-bottom);
    flex: 1;
  }
  a.mbmlink {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
    margin: 0 6px;
    position: relative;
    text-decoration: none;
  }
  a.mbmlink.home span.mbmlicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM13 7.207V13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7.207l5-5z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.mbmlink.home.yeshere span.mbmlicon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%23000'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293z'/%3E%3Cpath d='m8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293z'/%3E%3C/g%3E%3C/svg%3E");
  }
  a.mbmlink.search span.mbmlicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7' d='m21 21l-4.343-4.343m0 0A8 8 0 1 0 5.343 5.343a8 8 0 0 0 11.314 11.314'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.mbmlink.search.yeshere span.mbmlicon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath fill='%23000' d='M19 11a8 8 0 1 1-16 0a8 8 0 0 1 16 0' opacity='0.25'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m21 21l-4.343-4.343m0 0A8 8 0 1 0 5.343 5.343a8 8 0 0 0 11.314 11.314'/%3E%3C/g%3E%3C/svg%3E");
  }
  a.mbmlink.bell span.mbmlicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M9.426 43.75h23.601c-.164 3.164-2.203 5.18-5.015 5.18c-2.836 0-4.852-2.016-5.04-5.18h-3.656c.188 4.5 3.727 8.46 8.696 8.46c4.945 0 8.484-3.96 8.672-8.46h9.89c2.227 0 3.54-1.148 3.54-2.836c0-2.344-2.368-4.453-4.407-6.539c-1.547-1.617-1.969-4.945-2.133-7.64c-.187-9.235-2.554-15.212-8.812-17.462c-.774-3.046-3.305-5.484-6.75-5.484c-3.47 0-5.977 2.438-6.774 5.484c-6.234 2.25-8.625 8.227-8.789 17.461c-.187 2.696-.586 6.024-2.156 7.641c-2.016 2.086-4.406 4.195-4.406 6.54c0 1.687 1.336 2.835 3.539 2.835m1.031-3.54v-.28c.422-.703 1.805-2.063 3.047-3.446c1.664-1.875 2.46-4.875 2.672-9.468c.187-10.22 3.234-13.5 7.265-14.578c.586-.141.891-.446.914-1.032c.094-2.46 1.477-4.172 3.657-4.172c2.156 0 3.562 1.711 3.633 4.172c.023.586.351.89.937 1.031c4.008 1.079 7.055 4.36 7.266 14.579c.187 4.593.984 7.593 2.672 9.468c1.218 1.383 2.624 2.743 3.046 3.446v.28Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.mbmlink.bell.yeshere span.mbmlicon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M9.426 43.246h37.148c2.227 0 3.54-1.148 3.54-2.836c0-2.344-2.368-4.453-4.407-6.539c-1.547-1.617-1.969-4.945-2.133-7.64c-.187-9-2.554-15.211-8.812-17.461c-.867-3.047-3.305-5.485-6.75-5.485c-3.47 0-5.883 2.438-6.774 5.485c-6.234 2.25-8.625 8.46-8.789 17.46c-.187 2.696-.586 6.024-2.156 7.641c-2.016 2.086-4.406 4.195-4.406 6.54c0 1.687 1.336 2.835 3.539 2.835m11.437 3.188c.282 3.422 3.164 6.28 7.149 6.28c3.96 0 6.843-2.858 7.148-6.28Z'/%3E%3C/svg%3E");
  }
  a.mbmlink.pm span.mbmlicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M9.484 48.191h37.734c4.22 0 6.657-2.437 6.657-7.265V15.05c0-4.805-2.46-7.242-7.36-7.242H8.782c-4.195 0-6.656 2.414-6.656 7.242v25.875c0 4.851 2.484 7.265 7.36 7.265m15.727-19.007L7.516 11.723c.515-.211 1.124-.328 1.851-.328h37.29c.726 0 1.359.117 1.898.375L30.883 29.184c-1.008 1.007-1.899 1.453-2.836 1.453c-.938 0-1.828-.446-2.836-1.453M5.71 40.926v-26.11l13.476 13.22L5.734 41.323c-.023-.117-.023-.258-.023-.398m44.578-25.852v26.18L36.906 28.035L50.29 14.887zM9.367 44.606c-.68 0-1.242-.094-1.734-.305l14.015-13.852l1.524 1.5c1.64 1.617 3.21 2.297 4.875 2.297c1.64 0 3.234-.68 4.875-2.297l1.523-1.5l13.993 13.828c-.493.235-1.102.328-1.782.328Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.mbmlink.pm.yeshere span.mbmlicon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M28.047 30.707c.984 0 1.875-.445 2.883-1.477L51.32 9.05c-.867-.843-2.484-1.241-4.804-1.241H8.78c-1.969 0-3.351.375-4.125 1.148l20.508 20.274c1.008 1.007 1.922 1.476 2.883 1.476M2.71 44.418l16.57-16.383L2.664 11.652c-.352.657-.54 1.782-.54 3.399v25.875c0 1.664.212 2.836.587 3.492m50.625-.023c.351-.68.54-1.829.54-3.47V15.052c0-1.57-.165-2.696-.517-3.328L36.812 28.035ZM9.484 48.19h37.734c1.97 0 3.329-.375 4.102-1.125L34.445 30.332l-1.57 1.57c-1.594 1.547-3.117 2.25-4.828 2.25c-1.711 0-3.235-.703-4.828-2.25l-1.57-1.57L4.796 47.043c.89.773 2.46 1.148 4.687 1.148'/%3E%3C/svg%3E");
  }
  a.mbmlink.lgin span.mbmlicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M37.89 27.988c0 .492-.163.89-.632 1.36l-7.64 7.922c-.352.351-.727.562-1.243.562c-.96 0-1.64-.703-1.64-1.687c0-.47.187-.961.562-1.29l3.773-3.562l1.664-1.594l-3.492.164H4.516c-.985 0-1.805-.867-1.805-1.875s.82-1.851 1.805-1.851h24.726l3.492.14l-1.664-1.593l-3.773-3.54a1.71 1.71 0 0 1-.563-1.265c0-.985.68-1.711 1.641-1.711c.516 0 .89.188 1.242.539l7.64 7.922c.47.469.634.89.634 1.36m15.4 13.453c0 4.875-2.415 7.36-7.267 7.36H21.836c-4.828 0-7.266-2.485-7.266-7.36v-6.773h3.774v6.703c0 2.344 1.265 3.656 3.703 3.656h23.789c2.437 0 3.68-1.312 3.68-3.656V14.605c0-2.296-1.243-3.632-3.68-3.632h-23.79c-2.437 0-3.702 1.336-3.702 3.632v6.704H14.57v-6.75c0-4.922 2.438-7.36 7.266-7.36h24.187c4.829 0 7.266 2.438 7.266 7.36z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.mbmlink.lgin.yeshere span.mbmlicon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M16.164 29.863H4.516c-.985 0-1.805-.867-1.805-1.875s.82-1.851 1.805-1.851h11.648c-.914.07-1.734.867-1.734 1.851c0 1.008.82 1.805 1.734 1.875m-1.477-3.797V14.56c0-4.922 2.438-7.36 7.266-7.36h24.07c4.829 0 7.266 2.438 7.266 7.36v26.88c0 4.875-2.414 7.36-7.266 7.36h-24.07c-4.851 0-7.265-2.485-7.265-7.36V29.91h14.859l3.351-.142l-1.546 1.477l-3.797 3.563c-.375.328-.586.867-.586 1.336c0 1.007.726 1.757 1.71 1.757c.516 0 .938-.21 1.29-.586l7.64-7.922c.493-.492.657-.913.657-1.406c0-.492-.164-.914-.657-1.406l-7.64-7.898c-.352-.375-.774-.586-1.29-.586c-.984 0-1.71.773-1.71 1.78c0 .47.21.962.586 1.313l3.797 3.54l1.546 1.476l-3.351-.14z'/%3E%3C/svg%3E");
  }
  a.mbmlink.regster span.mbmlicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M33.73 24.121c5.579 0 10.125-4.969 10.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.554 0-10.125 4.804-10.125 10.757c.024 6.024 4.57 10.97 10.125 10.97m0-3.539c-3.421 0-6.351-3.281-6.351-7.43c0-4.078 2.883-7.218 6.351-7.218c3.516 0 6.352 3.093 6.352 7.171c0 4.149-2.883 7.477-6.352 7.477m0 6.445c-4.242 0-7.945.985-10.945 2.578a14.436 14.436 0 0 1 2.648 2.696c2.297-1.055 5.086-1.735 8.297-1.735c10.735 0 16.688 7.196 16.688 11.04c0 .492-.234.656-.844.656H28.832a12.716 12.716 0 0 1-.586 3.539h20.203c3.89 0 5.743-1.172 5.743-3.75c0-6.14-7.759-15.024-20.462-15.024M13.715 53.606c6.468 0 11.906-5.415 11.906-11.907c0-6.539-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906c0 6.54 5.39 11.907 11.906 11.907m.023-4.172c-.82 0-1.547-.563-1.547-1.453v-4.852H7.715c-.797 0-1.453-.656-1.453-1.43a1.46 1.46 0 0 1 1.453-1.453h4.476v-4.852c0-.89.727-1.43 1.547-1.43c.797 0 1.524.54 1.524 1.43v4.852h4.476c.797 0 1.43.656 1.43 1.453c0 .774-.633 1.43-1.43 1.43h-4.476v4.852c0 .89-.727 1.453-1.524 1.453'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  a.mbmlink.regster.yeshere span.mbmlicon {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M34.07 23.148c5.04 0 9.375-4.5 9.375-10.359c0-5.789-4.36-10.078-9.375-10.078c-4.992 0-9.375 4.383-9.351 10.125c0 5.812 4.336 10.312 9.351 10.312m0 4.196c-4.008 0-7.5.937-10.336 2.39c3.375 2.766 5.531 6.961 5.531 11.649c0 1.172-.14 2.367-.421 3.469h19.945c3.68 0 4.992-1.055 4.992-3.118c0-6.047-7.57-14.39-19.71-14.39M14.125 53.289c6.469 0 11.906-5.414 11.906-11.906c0-6.54-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906c0 6.539 5.39 11.906 11.906 11.906m.023-4.172c-.82 0-1.546-.562-1.546-1.453v-4.852H8.124c-.797 0-1.453-.656-1.453-1.43a1.46 1.46 0 0 1 1.453-1.452h4.477v-4.852c0-.89.726-1.43 1.546-1.43c.797 0 1.524.54 1.524 1.43v4.852h4.476c.797 0 1.43.656 1.43 1.453c0 .773-.633 1.43-1.43 1.43h-4.476v4.851c0 .89-.727 1.453-1.524 1.453'/%3E%3C/svg%3E");
  }
  a.mbmlink, a.mbmlink:hover {
    color: #444;
  }
  a.mbmlink.yeshere, a.mbmlink.yeshere:hover {
    color: #1f4178;
  }
  span.bellcount, span.mpmcount {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #d00;
    color: #fff;
  }
  span.bellcount.tens, span.mpmcount.tens {
    width: 20px;
    border-radius: 6px;
  }
  span.bellcount.hundreds, span.mpmcount.hundreds {
    font-size: 10px;
    width: 25px;
    height: 16px;
    border-radius: 4px;
  }
  span.mbmltitle {
    font-family: Arial, sans-serif;
    font-size: 10px;
    margin-top: 3px;
    line-height: 1;
  }
  .MBMnotif, .MBMsearch, .profkaremuradi.qr-shown {
    display: none;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    padding: 0;
    bottom: calc(50px + env(safe-area-inset-bottom));
    width: 100%;
    z-index: 99;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    background: #fefefe;
  }
  .MBMnotif.notification_list ul li img {
    max-height: 45px;
    max-width: 45px;
  }
  .MBMnotif.dropdown-extended ul {
    max-height: -webkit-fill-available;
    max-height: 100%;
    width: 100%;
  }
  .MBMnotif.dropdown-extended ul li a, .MBMnotif.dropdown-extended ul li.no-url {
    padding: 8px 12px 6px;
  }
  .MBMnotif.notification_list ul li p {
    font-size: 13px;
    margin: 3px 0;
  }
  .MBMnotif.notification_list ul li p.notification-reference {
    margin-bottom: 1px;
  }
  .MBMnotif.notification_list p.notification-time {
    font-size: 10px;
    margin: 0;
  }
  .MBMnotif.dropdown-extended ul li {
    border-top-color: transparent;
    border-bottom: 1px solid #ededed;
  }
  .MBMshdiv {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 12px;
  }
  .BMBdsearchiv {
    width: 100%;
    max-width: none;
    box-sizing: border-box !important;
    padding: 10px 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    border-radius: 5px;
    color: #141414;
    border: 1px solid #ccc;
    outline: unset;
  }
  .nonotifctns {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    justify-content: center;
    font-size: 15px;
    line-height: 2.5;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #484848;
  }
  form#qr_postform {
    display: none;
  }
  form#mob_qr_postform {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
    z-index: 999;
    box-sizing: border-box;
    transition: all 0.1s;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: none;
  }
  form#mob_qr_postform:focus-within {
    padding-bottom: 0px;
  }
  .mqrshow .mobqrtop {
    display: block !important;
    margin: 10px 15px;
    height: auto;
    text-align: right;
    box-sizing: border-box;
  }
  button.mqr_button, button.mqr_full_editor_button {
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    height: 34px;
    font-family: Roboto, Arial, sans-serif;
    transition: all 0.25s;
    color: #1f1f1f;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 80px;
    outline: none;
    padding: 0 14px;
  }
  button.mqr_button {
    background: #285499;
    border: 1px solid #285499;
    color: #fffffff2;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
  button.mqr_button.metinyokki {
    opacity: 0.8;
    pointer-events: none;
  }
  button.mqr_button:hover {
    opacity: 0.9;
  }
  button.mqr_full_editor_button:hover {
    border: 1px solid #bdbdbd;
  }
  button.mqr_full_editor_button {
    margin-right: 6px;
  }
  textarea.mobinputbox {
    display: block;
    width: -webkit-fill-available;
    height: 40px;
    max-height: 85px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 8px 0;
    margin: 5px 15px 7px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    transition: all 0.15s;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #0f0f0f;
    caret-color: #285499;
    box-shadow: none;
    outline: none;
    resize: none;
  }
  .mqrshow textarea.mobinputbox:focus {
    border-bottom: 1.5px solid #285499;
  }
  .MBMsearchtitle, .MBMnotiftitle, .MBMqrtitle {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #1f1f1f;
  }
  .mhdrbyline.tpc331 {
    width: 69%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #1f1f1f;
  }
  .mhdrbyline.frm331 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 69%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
    display: block;
    color: #1f1f1f;
  }
  .mh-tpctitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
  }
  .mh-bytpcinfo {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 1px;
    text-align: center;
    color: #2F2F2F;
  }
  .user-container {
    display: inline-block;
    align-items: normal;
    justify-content: normal;
    -webkit-column-gap: normal;
    -moz-column-gap: unset;
    column-gap: normal;
    margin-left: 0;
  }
  .iftrcopyrr {
    margin-bottom: 8px;
  }
  .iftrlinks {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .iftrlinks a {
    display: inline-block;
    font-weight: 600;
    font-size: 13.5px;
    padding: 1px 6px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .iftrlinks a:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .profiletop {
    border-radius: 0;
    border: none;
    padding: 10px 0;
    background: none;
  }
  .mob-about {
    padding: 8px 0 10px;
    border-radius: 0;
    border: none;
    background: none;
  }
  .tabs.profiletabs {
    padding: 0 10px;
    border-right: none;
    border-left: none;
    background: none;
    border-radius: 0;
    margin: 0 -12px 12px;
  }
  div#detail-panel {
    padding: 0 8px;
  }
  div#detail-panel, .tabblock.no {
    margin: 0 -7px;
  }
  a.custonisiname {
    font-size: 16px;
    font-weight: 400;
  }
  .bpvonttnt2 {
    -webkit-line-clamp: 3;
  }
  .to500px {
    display: block;
    margin-top: 2px;
    color: #434547;
  }
  .tleftp {
    display: inline-block;
    float: left;
    margin: 2px 0 4px;
  }
  .trightp {
    display: inline-block;
    float: right;
    margin: 2px 3px 4px 0;
  }
  .topics dl a.row-item-link {
    display: none !important;
  }
  .topics dl.row-item dt .list-inner {
    padding-left: 8px;
  }
  .topics ul.topiclist dt .list-inner {
    padding-right: 8px;
  }
  span.circlet {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: transparent;
    border: 3px solid;
    border-color: #c4c4c4;
    border-radius: 50%;
    margin-right: 1px;
    margin-bottom: -0.5px;
  }
  .global_unread_mine span.circlet, .global_unread_locked_mine span.circlet, .announce_unread_mine span.circlet, .announce_unread_locked_mine span.circlet, .sticky_unread_mine span.circlet, .sticky_unread_locked_mine span.circlet, .topic_unread_mine span.circlet, .topic_unread_hot_mine span.circlet, .topic_unread_locked_mine span.circlet {
    border-color: #d00;
  }
  .global_unread span.circlet, .global_unread_locked span.circlet, .announce_unread span.circlet, .announce_unread_locked span.circlet, .sticky_unread span.circlet, .sticky_unread_locked span.circlet {
    border-color: #1f4178;
  }
  .topic_unread_hot span.circlet, .topic_unread_hot_mine span.circlet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 0;
    margin-right: 2px;
    margin-bottom: -2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d00' d='M17.66 11.2c-.23-.3-.51-.56-.77-.82c-.67-.6-1.43-1.03-2.07-1.66C13.33 7.26 13 4.85 13.95 3c-.95.23-1.78.75-2.49 1.32c-2.59 2.08-3.61 5.75-2.39 8.9c.04.1.08.2.08.33c0 .22-.15.42-.35.5c-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1.13-1.43-1.31-3.48-.55-5.12C5.78 10 4.87 12.3 5 14.47c.06.5.12 1 .29 1.5c.14.6.41 1.2.71 1.73c1.08 1.73 2.95 2.97 4.96 3.22c2.14.27 4.43-.12 6.07-1.6c1.83-1.66 2.47-4.32 1.53-6.6l-.13-.26c-.21-.46-.77-1.26-.77-1.26m-3.16 6.3c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28 1.9-1.16 2.11-2.05c.17-.8-.15-1.46-.28-2.23c-.12-.74-.1-1.37.17-2.06c.19.38.39.76.63 1.06c.77 1 1.98 1.44 2.24 2.8c.04.14.06.28.06.43c.03.82-.33 1.72-.93 2.27'/%3E%3C/svg%3E");
  }
  .topic_read_hot span.circlet, .topic_read_hot_mine span.circlet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 0;
    margin-right: 2px;
    margin-bottom: -2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ccc' d='M17.66 11.2c-.23-.3-.51-.56-.77-.82c-.67-.6-1.43-1.03-2.07-1.66C13.33 7.26 13 4.85 13.95 3c-.95.23-1.78.75-2.49 1.32c-2.59 2.08-3.61 5.75-2.39 8.9c.04.1.08.2.08.33c0 .22-.15.42-.35.5c-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1.13-1.43-1.31-3.48-.55-5.12C5.78 10 4.87 12.3 5 14.47c.06.5.12 1 .29 1.5c.14.6.41 1.2.71 1.73c1.08 1.73 2.95 2.97 4.96 3.22c2.14.27 4.43-.12 6.07-1.6c1.83-1.66 2.47-4.32 1.53-6.6l-.13-.26c-.21-.46-.77-1.26-.77-1.26m-3.16 6.3c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28 1.9-1.16 2.11-2.05c.17-.8-.15-1.46-.28-2.23c-.12-.74-.1-1.37.17-2.06c.19.38.39.76.63 1.06c.77 1 1.98 1.44 2.24 2.8c.04.14.06.28.06.43c.03.82-.33 1.72-.93 2.27'/%3E%3C/svg%3E");
  }
  .topic_unread span.circlet, .topic_unread_locked span.circlet {
    border-color: #1f4178;
  }
  .forumbg .header .list-inner {
    padding-left: 0px;
  }
  .profkaremuradi.qr-shown .pkm311ark {
    display: none;
  }
  .profkaremuradi.qr-shown .pkm331div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 12px;
    margin: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .profkaremuradi.qr-shown .pkmtitle {
    display: none;
  }
  .profkaremuradi.qr-shown .pkmcontt33 .pkmtalti {
    font-size: 15px;
    margin: 20px 0 10px;
  }
  .ntblclose:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #000000;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M10.023 43.023c-.796.797-.82 2.157 0 2.954c.82.796 2.157.796 2.977 0l15-15l15 15c.797.796 2.156.82 2.977 0c.796-.82.796-2.157 0-2.954L30.953 28l15.024-15c.796-.797.82-2.156 0-2.953c-.844-.82-2.18-.82-2.977 0l-15 15l-15-15c-.82-.82-2.18-.844-2.977 0c-.796.82-.796 2.156 0 2.953l15 15Z'/%3E%3C/svg%3E");
  }
  h2.forum-title, h2.topic-title {
    font-size: 20px;
    margin: 8px 0 5px;
  }
  .dropdown-contents a {
    padding: 12px 10px;
    font-size: 14.2px;
    display: flex;
    align-items: center;
  }
  .autowidth, textarea.inputbox, input.inputbox.autowidth {
    width: 100% !important;
    box-sizing: border-box;
    padding: 4px !important;
    font-size: 16px !important;
    margin-top: 4px;
  }
  dd select {
    width: auto;
    padding: 4px;
    font-size: 14px;
    margin-top: 4px;
  }
  dt label {
    font-weight: 500;
    font-size: 13.3px;
  }
  .postprofile + .postbody {
    padding: 5px 8px 10px;
  }
  .post .postprofile {
    padding: 12px 8px;
  }
  .celiveyaautlll {
    max-width: none;
  }
  .action-bar.bar-bottom .pagination {
    padding: 10px 0 0;
  }
  .lookcustombreadcrumbs.a14lt {
    margin: 12px -7px;
  }
  .paget12s11m {
    display: block !important;
    margin-right: -7px;
    padding: 0px;
    background: linear-gradient(to top, #f8f8f8 0, transparent 100%);
    box-sizing: border-box;
  }
  .paget12s11m .pwaistemi1011[style="display: block;"] .istem01div, .paget12s11m .iosistemdiv {
    margin: 12px;
    border-radius: 7px;
  }
  .t12s11bttn {
    display: flex;
    position: fixed;
    right: 14px;
    bottom: calc(64px + env(safe-area-inset-bottom));
    height: 48px;
    width: 48px;
    line-height: 48px;
    background-color: #344765;
    color: #fff;
    box-shadow: rgba(217, 217, 217, 0.2) 0px 0px 5px, rgba(217, 217, 217, 0.25) 0px 1px 4px 1px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 98;
  }
  body.assa .t12s11bttn {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    transform: scale(0);
  }
  .t12s11bttn:hover {
    color: #fff;
  }
  .t12s11bttn:active {
    opacity: 0.9;
  }
  span.moby15nk11n {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='white' d='M27.988 47.734c1.149 0 2.11-.914 2.11-2.039V30.11h15.14c1.125 0 2.11-.96 2.11-2.109c0-1.148-.985-2.086-2.11-2.086h-15.14v-15.61c0-1.124-.961-2.038-2.11-2.038c-1.148 0-2.086.914-2.086 2.039v15.61h-15.14c-1.125 0-2.11.937-2.11 2.085s.985 2.11 2.11 2.11h15.14v15.585c0 1.125.938 2.04 2.086 2.04'/%3E%3C/svg%3E");
  }
  .paget12s11m.uy1311l {
    padding: 0;
    background: none;
    border: none;
  }
  .paget12s11m.uy1311l .pwaistemi1011[style="display: block;"] .istem01div, .paget12s11m.uy1311l .iosistemdiv {
    margin: 12px 12px 10px;
  }
  .mobhaz12rarama {
    margin-top: 44px;
    padding: 0 15px;
    position: absolute;
    bottom: 22px;
    display: grid;
    font-size: 13.4px;
    line-height: 1.8;
  }
  .mobhaz12rarama a {
    color: #444;
    margin-bottom: 2px;
  }
  .mobhaz12rarama a:active {
    color: #111;
  }
  .mobhaz12rarama i {
    font-size: 11.4px;
    position: relative;
    top: -1px;
    margin-right: 4px;
  }
  .ntblnereye:before {
    content: "Bir Bölüm Seçin...";
  }
  span.mtm20con {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23384252' d='M20 17.5a1.5 1.5 0 0 1 .144 2.993L20 20.5H4a1.5 1.5 0 0 1-.144-2.993L4 17.5zm0-7a1.5 1.5 0 0 1 0 3H4a1.5 1.5 0 0 1 0-3zm0-7a1.5 1.5 0 0 1 0 3H4a1.5 1.5 0 1 1 0-3z'/%3E%3C/g%3E%3C/svg%3E");
  }
  .fa-moon-o:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23444444' d='M41.149 36.156c-12.68 0-20.79-7.945-20.79-20.648c0-2.625.633-6.375 1.454-8.32c.234-.54.257-.868.257-1.102c0-.633-.468-1.336-1.359-1.336c-.281 0-.82.07-1.336.258C10.703 8.477 4.891 17.805 4.891 27.625c0 13.781 10.5 23.625 24.234 23.625c10.078 0 18.844-6.117 21.75-13.758a4.5 4.5 0 0 0 .234-1.312c0-.867-.703-1.453-1.36-1.453c-.304 0-.562.07-1.007.21c-1.804.586-4.71 1.22-7.593 1.22'/%3E%3C/svg%3E");
  }
  span.mobmodus21m:before {
    content: "Koyu Mod";
  }
  .grecaptcha-badge {
    bottom: calc(60px + env(safe-area-inset-bottom)) !important;
  }
}
@media (max-width: 500px) and (display-mode: standalone) {
  .iosappistem1011, .iosappistem1011.hidden, .appt3hddn, .infoooooter, .lookcustombreadcrumbs.a14lt {
    display: none !important;
  }
  div#page-footer {
    background: none;
    margin: 0;
    padding: 0;
    height: 60px;
  }
}
@media (max-width: 500px) and (prefers-color-scheme: dark) {
  .dark2111yari.hapsu {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    left: 12px;
    right: 12px;
    padding: 10px;
    bottom: calc(62px + env(safe-area-inset-bottom));
    width: auto;
    background: #242424;
    color: #fff;
    box-shadow: 0 1px 4px #00000080;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 90;
  }
  .darkd11yorum {
    font-size: 15px;
    color: #fafafa;
    margin-bottom: 8px;
  }
  .darkd11yorum:before {
    content: "Cihazınızda koyu mod kullanıyorsunuz, forumu da öyle kullanmak ister misiniz?";
  }
  .yes211no {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
  .senb21l11n {
    font-size: 14px;
    line-height: 30px;
    color: #d0d0d0;
    padding: 3px 6px;
    margin-right: 3px;
  }
  .senb21l11n:active {
    color: #ddd;
  }
  .senb21l11n:before {
    content: "Belki sonra";
  }
  .har21ka, .har21ka:hover {
    font-size: 15px;
    line-height: 30px;
    color: #f0f0f0;
    padding: 3px 16px;
    margin: 0 10px;
    font-weight: 600;
    background: #363636;
    border-radius: 50px;
  }
  .har21ka:active {
    color: #f6f6f6;
    background: #303030;
  }
  .har21ka:before {
    content: "Evet";
  }
  .dark2111yari.anlad11k, html.koyumod .dark2111yari, html.koyumod .dark2111yari.hapsu {
    display: none !important;
  }
  body:has(.dark2111yari.hapsu) .t12s11bttn {
    bottom: calc(190px + env(safe-area-inset-bottom));
  }
  .koyumod .t12s11bttn, html.koyumod body:has(.dark2111yari.hapsu) .t12s11bttn, body:has(.dark2111yari.anlad11k) .t12s11bttn {
    bottom: calc(64px + env(safe-area-inset-bottom));
  }
}
html {
  color-scheme: light;
}
html.koyumod {
  color-scheme: dark;
}
html.koyumod, .koyumod body {
  color: #d0d0d0;
  background-color: #0f0f0f;
}
.koyumod a {
  color: #ddd;
}
.koyumod a:hover {
  color: #eee;
}
.koyumod .panel {
  color: #d0d0d0;
}
.koyumod #tabs .tab > a {
  background: #1e2633;
  border-color: #1e2633;
  color: #bbb;
}
.koyumod #tabs .tab > a:hover {
  background: #253043;
  border-color: #253043;
  color: #ddd;
}
.koyumod #tabs .activetab > a, .koyumod #tabs .activetab > a:hover {
  background: #344765;
  box-shadow: 0 10px 10px -10px #000000;
  border-color: #344765;
  color: #ddd;
  text-shadow: 0 0 2px #00000033;
}
.koyumod #navigation #active-subsection a {
  background: #344765;
  border-color: #344765;
  color: #dfdfdf;
}
.koyumod #navigation a {
  color: #ddd;
  box-shadow: 0px 2px 0 0 #171c24;
  background: #1e2633;
}
.koyumod #navigation a:hover, .koyumod #navigation #active-subsection a:hover {
  background: #2d3c54;
  color: #ddd;
  box-shadow: 0px 2px 0 0 #253043;
}
.koyumod fieldset dl:hover dt label {
  color: #ddd;
}
.koyumod #wrap {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.koyumod .hdrtldek {
  box-shadow: 0 0 5px #000;
}
.koyumod .hdrtl2 {
  border-bottom: 1px solid #2f2f2f;
  background: #000;
}
.koyumod a.rhdr-link, .koyumod .hdrlgn-search, .koyumod a.rhdr-bell.dropdown-trigger, .koyumod a.rhdr-pm {
  color: #dddddd;
}
.koyumod a.rhdr-link:hover, .koyumod .visible a.rhdr-link, .koyumod .loreink:hover {
  color: #eeeeee;
}
.koyumod .logo-container .logo {
  filter: invert(111%) sepia(0%) saturate(0%) hue-rotate(451deg) brightness(110%) contrast(110%);
}
.koyumod .visible a.rhdr-bell, .koyumod .visible a.rhdr-bell.look, .koyumod a.rhdr-bell.look, .koyumod a.rhdr-bell:hover, .koyumod a.rhdr-pm.look, .koyumod a.rhdr-pm:hover, .koyumod .hdrlgn-search:hover {
  background: #1f1f1f;
  color: #ddd;
}
.koyumod .righdr-container a.avatartoplink:hover, .koyumod .righdr-container .visible a.avatartoplink {
  background: #1f1f1f;
}
.koyumod span.mode17con {
  display: inline-block;
  width: 22px;
  height: 22px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M19.504 43.152h16.969c.797 0 1.289-.492 1.289-1.289v-3.75c0-5.672 8.25-9.328 8.25-19.453C46.012 7.996 38.793.871 27.988.871s-18 7.125-18 17.79c0 10.124 8.227 13.78 8.227 19.452v3.75c0 .797.515 1.29 1.289 1.29m.867 6.328h15.235c1.195 0 2.156-.984 2.156-2.203s-.961-2.203-2.157-2.203H20.371c-1.195 0-2.156.985-2.156 2.203c0 1.22.96 2.203 2.156 2.203m7.617 5.649c3.235 0 5.508-1.477 5.742-3.75H22.246c.211 2.273 2.484 3.75 5.742 3.75'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.koyumod .bg1 {
  background-color: #121212;
}
.koyumod .bg2 {
  background-color: #161616;
}
.koyumod .tabs.indextabs {
  background: #1f1f1f;
}
.koyumod .tabs.indextabs .tab > a {
  color: #aaa;
}
.koyumod .tabs.indextabs .tab.activetab > a {
  background: #505050;
  color: #ddd;
  box-shadow: #00000080 0px 1px 3px;
}
.koyumod .tabs.indextabs .tab > a:active {
  background: #50505080;
  color: #aaa;
  box-shadow: none;
}
.koyumod .forabg ul.topiclist li.header, .koyumod .forumbg ul.topiclist li.header {
  background: #344765;
  border: 0 solid #344765;
  color: #dfdfdf;
  box-shadow: none;
}
.koyumod .forabg, .koyumod .content-loader .forumbg, .koyumod .forumbg, .koyumod .post, .koyumod .post.bg2, .koyumod .post.bg1, .koyumod .panel, .koyumod .msgr.panel.bg3, .koyumod .btnldiv {
  background: #121212;
  border-top-color: #202733;
  border-bottom-color: #323d50;
  border-left-color: #253043;
  border-right-color: #253043;
}
.koyumod .content-loader .forumbg, .koyumod .forabg.recenttopics, .koyumod .msgr.panel.bg3, .koyumod .msgr_chats.panel {
  border-top-color: #202020;
  border-bottom-color: #323232;
  border-left-color: #252525;
  border-right-color: #252525;
}
.koyumod ul.topiclist li {
  color: #ddd;
}
.koyumod li.row, .koyumod .ntblforums a {
  border-top-color: #121212;
  border-bottom-color: #1b2027;
}
.koyumod li.row.bg1 {
  background: #131313 !important;
  border-top-color: #131313 !important;
}
.koyumod li.row:hover, .koyumod .ntblforums a:hover {
  background: #161616 !important;
  border-top-color: #161616 !important;
}
.koyumod li.row:active, .koyumod .ntblforums a:active {
  background: #202020 !important;
  border-top-color: #202020 !important;
}
.koyumod .row-item-link.unread {
  background: #344765;
  color: #ddd;
}
.koyumod .row-item-link.read {
  background: #242424;
  color: #ccc;
}
.koyumod li.row:hover .row-item-link.read {
  background: #262626;
}
.koyumod li.row:active .row-item-link.read {
  background: #282828;
}
.koyumod .forumtitle, .koyumod .topictitle {
  color: #ddd;
}
.koyumod a.forumtitle:hover, .koyumod a.topictitle:hover {
  color: #eee;
}
.koyumod .forum-description {
  color: #ccc;
}
.koyumod .forabg dd.topics, .koyumod .forabg dd.posts {
  color: #bbb;
}
.koyumod .forabg span.fltinfos {
  color: #b0b0b0;
}
.koyumod dd.lastpost a, .koyumod .topics .responsive-hide.left-box a, .koyumod .topics .postsandviews a, .koyumod .topics ul.topiclist dd.lastpost a {
  color: #c0c0c0;
}
.koyumod dd.lastpost a:hover, .koyumod .topics .responsive-hide.left-box a:hover, .koyumod .topics .postsandviews a:hover, .koyumod .topics ul.topiclist dd.lastpost a:hover {
  color: #c9c9c9;
}
.koyumod .topics .responsive-hide.left-box, .koyumod .topics .postsandviews, .koyumod .topics ul.topiclist dd.lastpost {
  color: #b0b0b0;
}
.koyumod span.row-item-link-mine {
  border: 2px solid #222;
}
.koyumod .postbody {
  color: #d0d0d0;
}
.koyumod .headerbar {
  color: #d0d0d0;
}
.koyumod .icon.icon-blue, .koyumod a:hover .icon.icon-blue {
  color: #30d158;
}
.koyumod .wpn-notification-dropdown-footer {
  border-top: solid 1px #404040 !important;
}
.koyumod .dropdown-extended .footer {
  border-color: #404040;
  color: #111;
}
.koyumod .righdr-container .footer a {
  color: #ddd;
}
.koyumod .topntfctn .dropdown-extended .header, .koyumod .topntfctn .dropdown-extended .header a:hover {
  border-color: #32435f !important;
  background: #32435f !important;
}
.koyumod .dropdown-extended .header {
  color: #ddd;
}
.koyumod a[style="color: #AA0000;"] {
  color: #ff0000 !important;
}
.koyumod .t12s11bttn {
  background-color: #003b6f;
}
.koyumod .BMBdsearchiv {
  color: #ddd;
  background: #121212;
  border: 1px solid #2f2f2f;
}
.koyumod .BMBdsearchiv:focus {
  background: #242424;
  color: #dfdfdf;
  border: 1px solid #3f3f3f;
}
.koyumod .pplavfttr14 span.user-online {
  border: 4px solid #000;
}
.koyumod div#page-footer {
  background: #000;
  background: linear-gradient(to bottom, #000 0, #0f0f0f 95%);
  color: #ddd;
}
.koyumod .lookcustombreadcrumbs .breadcrumbs .crumb a {
  color: #d0d0d0;
}
.koyumod span.U203A {
  color: #c0c0c0;
}
.koyumod h2.topic-title a, .koyumod h2.forum-title a {
  color: #ddd;
}
.koyumod .topicbyline, .koyumod .frmacklmscnm {
  color: #bbb;
}
.koyumod .posttopbyline {
  background: #32435f;
}
.koyumod .posnumber3 {
  color: #c5cad2;
  background: #2b3c56;
}
.koyumod .post .postprofile {
  background: #121212;
}
.koyumod .postprofile {
  color: #ccc;
  background: #121212;
}
.koyumod .postprofile {
  border-color: #202733;
}
.koyumod .dropdown-container.poster-info .dropdown {
  background: #242424;
  border: 1px solid #2f2f2f;
  box-shadow: 0 1px 10px #000000;
}
.koyumod .poster-online {
  border: 3px solid #222;
}
.koyumod .content {
  color: #d0d0d0;
}
.koyumod dd.pprank {
  color: #ccc;
}
.koyumod .cpbtwo {
  color: #dddee1;
  border: 1px solid #f0f6ff33;
}
.koyumod .cpbtwo:hover {
  color: #eee;
  border: 1px solid #ffffff40;
}
.koyumod .postlink, .koyumod .postlink:visited {
  color: #ddd;
}
.koyumod .content h2, .koyumod .panel h2 {
  color: #d3d3d3;
  border-bottom-color: #333;
}
.koyumod h1, .koyumod h2, .koyumod h3 {
  color: #d3d3d3;
}
.koyumod .inputbox, .koyumod select {
  background-color: #0d0d0d;
  border-color: #4f4f4f;
  color: #dfdfdf;
}
.koyumod #message-box textarea {
  color: #dfdfdf;
}
.koyumod .inputbox:hover, .koyumod select:hover {
  background-color: #0d0d0d;
  border-color: #666;
  color: #dfdfdf;
}
.koyumod .inputbox:focus, .koyumod select:focus {
  background-color: #0f0f0f;
  border-color: #666;
  color: #dfdfdf;
}
@keyframes darkinput_hilit {
  0% {
    background-color: #3c1414;
  }
  100% {
    background-color: #0f0f0f;
  }
}
.koyumod textarea.inputbox:target, .koyumod input.inputbox:target {
  animation: darkinput_hilit 3s ease;
}
@keyframes darktextarea_hilit {
  0% {
    background-color: #3c1414;
  }
  100% {
    background-color: #0f0f0f;
  }
}
.koyumod .msgr_msgs .mesaj:target .post, .koyumod .msgr_msgs #unread:target ~ .post.pm {
  animation: darkmsgr_hilit 5s ease;
}
@keyframes darkmsgr_hilit {
  0% {
    background-color: #3c1414;
  }
}
.koyumod .msgr_msgs .mesaj:target .post:before, .koyumod .msgr_msgs #unread:target ~ .post.pm:before {
  animation: darkmsgr_hilit_border 5s ease;
}
@keyframes darkmsgr_hilit_border {
  0% {
    border-color: #3c1414;
  }
}
.koyumod .msgr_msgs .mesaj:target .post.pm:after {
  animation: darkmsgr_hilit_after 5s ease;
}
@keyframes darkmsgr_hilit_after {
  0% {
    border-color: #3c1414 transparent transparent;
    filter: drop-shadow(-2px -1px 0 #3c1414);
  }
}
.koyumod .msgr_msgs .mesaj:target .post.bg1:after {
  animation: darkmsgr_hilit_after_bg 5s ease;
}
@keyframes darkmsgr_hilit_after_bg {
  0% {
    border-top-color: #3c1414;
  }
}
.koyumod form#qr_postform textarea:focus {
  animation: darktextarea_hilit 3s ease;
}
.koyumod label {
  color: #ccc;
}
.koyumod h3 {
  color: #bbb;
}
.koyumod .dropdown .dropdown-contents {
  box-shadow: 0px 1px 6px black;
  background: #282828;
}
.koyumod .dropdown li, .koyumod .dropdown li li {
  border-color: #2f2f2f;
}
.koyumod .dropdown-contents li a {
  color: #f0f0f0;
}
.koyumod .dropdown-contents a:hover {
  background: #ffffff1a;
  color: #f1f1f1;
}
.koyumod .dropdown-contents a:active {
  background: #ffffff26;
  color: #f1f1f1;
}
.koyumod .enline hr {
  margin: 3px 0;
  border-top-color: #2f2f2f;
}
.koyumod #masfastsearch.masfastsearch.opened .mfsback {
  background: #0006;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.koyumod #masfastsearch.masfastsearch.opened fieldset {
  background: #121212;
  box-shadow: 0px 1px 8px -2px #000000;
  border: 1px solid #555;
}
.koyumod #masfastsearch.masfastsearch.opened label {
  color: #bbb;
}
.koyumod #masfastsearch.masfastsearch.opened input.topinputsearch {
  color: #ccc;
  background: #121212;
}
.koyumod .btnldiv {
  color: #d0d0d0;
  box-shadow: 0 5px 15px 0 #000;
  border: 1px solid #000;
}
.koyumod .ntbltop {
  background: #161616;
  color: #ccc;
}
.koyumod input.ntblfiltre {
  border-bottom: 1px solid #2f2f2f;
  background: #121212;
}
.koyumod #noResults {
  color: #d0d0d0;
}
.koyumod .ntblcat {
  color: #ccc;
  border-bottom: 1px solid #2f2f2f;
}
.koyumod span.ntblfn {
  color: #ddd;
}
.koyumod span.ntbldes {
  color: #ccc;
}
.koyumod .cpldv23f {
  color: #f0f0f0;
  outline: 2px solid #1f1f1f;
}
.koyumod .poster-online-degil {
  border: 3px solid #222;
}
.koyumod .newtopicbeforelist {
  background: #00000033;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.koyumod .jumpbox-sub-link {
  background-color: transparent;
}
.koyumod .dropdown-contents li a.jumpbox-cat-link {
  background: #0000001a;
}
.koyumod .dropdown .dropdown-contents::-webkit-scrollbar-thumb {
  background: #0f0f0f;
  border: 2px solid #282828;
}
.koyumod .notification_list li.dropdown-notification {
  background-color: #121212;
  color: #d0d0d0;
}
.koyumod .notification_list li.dropdown-notification:hover, .koyumod .panel-container .notification_list li.dropdown-notification:hover {
  border-top-color: #121212;
  border-bottom-color: #161616;
}
.koyumod .notification_list li.dropdown-notification:hover {
  background-color: #161616;
  color: #dadada;
}
.koyumod .notification_list li.dropdown-notification strong {
  color: #dadada;
  font-weight: 600;
}
.koyumod .notification_list li.dropdown-notification:hover strong {
  color: #ddd;
}
.koyumod .mobottom {
  background: #000;
  border-top: 1px solid #2f2f2f;
  box-shadow: 0 -1px 3px #000000bf;
}
.koyumod a.mbmlink, .koyumod a.mbmlink:hover {
  color: #aaa;
}
.koyumod a.mbmlink.yeshere, .koyumod a.mbmlink.yeshere:hover {
  color: #ddd;
}
.koyumod .topmobmenuicon, .koyumod .mhuser.nonnlogin {
  color: #ddd;
  background: #0f0f0f;
  border: 1px solid #1f1f1f;
}
.koyumod form#mob_qr_postform {
  background: #000;
  border-top: 1px solid #1f1f1f;
}
.koyumod textarea.mobinputbox {
  border-bottom: 1px solid #606060;
  color: #ddd;
  caret-color: #003b6f;
}
.koyumod .mqrshow textarea.mobinputbox:focus {
  border-bottom: 1.5px solid #285499;
}
.koyumod button.mqr_button, .koyumod button.mqr_full_editor_button {
  color: #d0d0d0;
  background: #000;
  border: 1px solid #2f2f2f;
}
.koyumod button.mqr_full_editor_button:hover {
  border: 1px solid #3f3f3f;
}
.koyumod button.mqr_button {
  background: #285499;
  border: 1px solid #285499;
  color: #f0f0f0;
}
.koyumod .topicmobtopbar .unit, .koyumod .forumobtopbar .unit {
  color: #bbb;
  background: #121212;
  border: 1px solid #1f1f1f;
}
.koyumod .topicmobtopbar .unit:hover, .koyumod .forumobtopbar .unit:hover {
  background: #222;
  box-shadow: none;
  color: #ccc;
}
.koyumod .post-options .fa-ellipsis-h:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23dddddd' d='M15.32 28c0-2.602-2.086-4.687-4.734-4.687A4.671 4.671 0 0 0 5.899 28a4.671 4.671 0 0 0 4.687 4.688c2.648 0 4.734-2.086 4.734-4.688m17.344 0c0-2.602-2.062-4.687-4.664-4.687S23.336 25.398 23.336 28c0 2.602 2.062 4.688 4.664 4.688s4.664-2.086 4.664-4.688m17.438 0a4.686 4.686 0 0 0-4.688-4.687c-2.648 0-4.734 2.085-4.734 4.687c0 2.602 2.086 4.688 4.734 4.688A4.686 4.686 0 0 0 50.102 28'/%3E%3C/svg%3E");
}
.koyumod .to500px {
  color: #aaa;
}
.koyumod .t12s11bttn {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px, rgba(0, 0, 0, 0.25) 0px 1px 4px 1px;
}
.koyumod .MBMsearchtitle, .koyumod .MBMnotiftitle, .koyumod .MBMqrtitle {
  color: #d0d0d0;
}
.koyumod .MBMdivClose:not([style="display: none;"]) span {
  color: #ddd;
}
.koyumod .MBMnotif, .koyumod .MBMsearch, .koyumod .profkaremuradi.qr-shown {
  background: #0f0f0f;
}
.koyumod .MBMnotiSET a.dropdown-trigger, .koyumod .MBMnotiSET a.dropdown-trigger:hover, .koyumod .MBMsearchSET:hover, .koyumod .MBMdivClose:not([style="display: none;"]) span:hover {
  color: #ddd;
}
.koyumod .lm-content {
  background-color: #000;
  box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.9);
}
.koyumod .lmc331 hr, .koyumod .enline hr {
  border-top-color: #1f1f1f;
}
.koyumod .lmc331 a:hover {
  background: #0f0f0f;
  color: #ddd;
}
.koyumod .lmc331 a, .koyumod .lmc331 .sidetext, .koyumod .lmc331 li.rightside, .koyumod .MBMnotif.dropdown-extended ul li a {
  color: #d0d0d0;
}
.koyumod .button, .koyumod .buttons > .button.locked-icon {
  border-color: #ffffff40;
  background-color: #121212;
  color: #ddd;
}
.koyumod .dropdown-visible .dropdown-select, .koyumod .dropdown-visible .dropdown-select:hover, .koyumod .nojs .dropdown-container:hover .dropdown-select, .koyumod .buttons > .button:hover, .koyumod .button:hover {
  border-color: #ffffff33 !important;
  background-color: #242424;
  color: #eee;
}
.koyumod .button2, .koyumod .button3 {
  background: #121212 !important;
  color: #ccc !important;
  border: 1px solid #ffffff40 !important;
}
.koyumod .button2:hover, .koyumod .button3:hover, .koyumod .button2:focus, .koyumod .button3:focus {
  background: #3447653d !important;
  color: #ddd !important;
  border: 1px solid #ffffff33 !important;
}
.koyumod .button1 {
  background: #344765 !important;
  color: #f0f0f0 !important;
  border: 1px solid #344765 !important;
}
.koyumod .button1:hover, .koyumod .button1:focus {
  background: #263751 !important;
  color: #eee !important;
  border: 1px solid #263751 !important;
}
.koyumod .profiletop, .koyumod .tabs.profiletabs {
  border-color: #2f2f2f;
  background: #121212;
}
.koyumod .ppbyline14, .koyumod .ppabout14, .koyumod .mob-about {
  color: #d0d0d0;
}
.koyumod .ppbuttons14 a.btn {
  color: #ddd;
  background: #242424;
}
.koyumod .profile-opstion a.po-btn, .koyumod .share a.po-btn {
  color: #ddd;
}
.koyumod .profile-opstion a.po-btn:hover, .koyumod .profile-opstion.visible a.po-btn, .koyumod .share a.po-btn:hover, .koyumod .share.visible a.po-btn, .koyumod .ppbuttons14 a.btn:hover {
  color: #eee;
  background: #363636;
}
.koyumod .ppbuttons14 a.btn:active {
  color: #f0f0f0;
  background: #3f3f3f;
}
.koyumod .ppdpltitle {
  color: #d0d0d0;
}
.koyumod .tabblock {
  background: #121212;
}
.koyumod .dplicon, .koyumod .dplq {
  color: #ccc;
}
.koyumod .dlpa {
  color: #cfcfcf;
}
.koyumod .tabs.profiletabs .tab > a {
  color: #aaa;
}
.koyumod .tabs.profiletabs .tab.activetab > a {
  color: #ddd;
  border-bottom: 1px solid #ddd;
}
.koyumod .mesaj.bg1, .koyumod .msg-footer.bg1 {
  background-color: #121212;
}
.koyumod .msgr_msgs .post .content {
  color: #ffffffe6;
}
.koyumod .msgr_msgs .post.bg1 {
  background: #242424;
  color: #d0d0d0;
}
.koyumod .msgr_msgs .post.bg1::after {
  border-top-color: #242424;
}
.koyumod .msg-footer {
  color: #ffffff99;
}
.koyumod .msg-footer a {
  color: #ffffff99;
}
.koyumod .msg-footer a:hover {
  color: #ffffffcc;
}
.koyumod .msgr_msgs .post.pm {
  background: #121212;
  color: #ffffffe6;
  border: 1px solid #ffffff1f;
}
.koyumod .msgr_msgs .post.pm::after {
  border-color: #121212 transparent transparent;
  filter: drop-shadow(-2px -1px 0 #ffffff1f);
}
.koyumod .post.pm.msgr_profile {
  background-color: #121212;
}
.koyumod .fa-ellipsis-h::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23cccccc' d='M15.32 28c0-2.602-2.086-4.687-4.734-4.687A4.671 4.671 0 0 0 5.899 28a4.671 4.671 0 0 0 4.687 4.688c2.648 0 4.734-2.086 4.734-4.688m17.344 0c0-2.602-2.062-4.687-4.664-4.687S23.336 25.398 23.336 28c0 2.602 2.062 4.688 4.664 4.688s4.664-2.086 4.664-4.688m17.438 0a4.686 4.686 0 0 0-4.688-4.687c-2.648 0-4.734 2.085-4.734 4.687c0 2.602 2.086 4.688 4.734 4.688A4.686 4.686 0 0 0 50.102 28'/%3E%3C/svg%3E");
}
.koyumod .msgr_chats li.row {
  background-color: #121212;
  border-bottom-color: #222;
}
.koyumod .msgr_chats .msgr_time, .koyumod .msgr_chats .msgr_status {
  color: #ffffff99;
}
.koyumod .msgr_chats .msgr_preview {
  color: #d0d0d0;
}
.koyumod .msgr_chats .msgr_uname {
  color: #ddd;
}
.koyumod .todaortalamakkin i.msgr_vice_avatar, .koyumod .avatar_wrapper i.msgr_vice_avatar, .koyumod .msgr_self_chat .msgr_profile i.msgr_vice_avatar {
  background: #242424;
}
.koyumod .fa-bookmark:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dddddd' d='M17 3H7a2 2 0 0 0-2 2v16l7-3l7 3V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
}
.koyumod .panel > .inner > h3:first-child, .koyumod .panel > h3:first-child {
  border-bottom: 1px solid #ffffff2e;
  color: #d0d0d0;
}
.koyumod .msgr .post.pm {
  background-color: #121212;
}
.koyumod .begenininp.post, .koyumod .search.post {
  border: 1px solid #2f2f2f;
  background: #121212;
  color: #d0d0d0;
}
.koyumod .begenininp.post:hover, .koyumod .search.post:hover {
  background: #161616;
}
.koyumod .begenininp.post:active, .koyumod .search.post:active {
  background: #202020;
  box-shadow: none;
}
.koyumod .bptlt2 a {
  color: #ddd;
}
.koyumod .bpvonttnt2 {
  color: #d0d0d0;
}
.koyumod .attachbox {
  background-color: #1f1f1f;
}
.koyumod .msgr.msgr_chat .msgr_pins {
  color: #d0d0d0;
  border-color: #3f3f3f;
}
.koyumod .p1nb1r1m a {
  background: #242424;
  color: #ddd;
}
.koyumod .p1nb1r1m a:hover {
  color: #eee;
  background: #363636;
}
.koyumod .msgr blockquote {
  background-color: #161616;
  border-color: #2f2f2f;
  color: #d0d0d0;
}
.koyumod .msgr blockquote cite {
  font-weight: 600;
  font-size: 13px;
  color: #ffffffd9;
}
.koyumod #preview.post h3 {
  border-bottom: 1px solid #ffffff2e;
  color: #d0d0d0;
}
.koyumod .to-top {
  background: #003b6f;
}
.koyumod dl.details dd {
  color: #d0d0d0;
}
.koyumod dl.details dt {
  color: #ccc;
}
.koyumod table.table1 tbody td {
  border-top-color: #2f2f2f;
}
.koyumod table.table1 td {
  color: #d0d0d0;
}
.koyumod .panel-container table.table1 thead th {
  color: #ccc;
  border-bottom-color: #2f2f2f;
}
.koyumod table.table1 tbody tr {
  border-color: #2f2f2f;
}
.koyumod table.table1 tbody tr:hover, .koyumod table.table1 tbody tr.hover {
  background-color: #181818;
  color: #d0d0d0;
}
.koyumod p[style*="color: #444;"] {
  color: #ccc !important;
}
.koyumod .mob-about {
  background: #121212;
  border-color: #2f2f2f;
}
.koyumod .MBMnotif .mobanlikac {
  color: #fff;
  background: #2f2f2f;
  border: 1px solid #4f4f4f;
}
.koyumod .MBMnotif .mobanlikac:active {
  background: #1f1f1f;
  border: 1px solid #2f2f2f;
  box-shadow: none;
  color: #ddd;
}
.koyumod .MBMnotif.dropdown-extended ul {
  border-bottom: 1px solid #2f2f2f;
}
.koyumod .MBMnotif.dropdown-extended ul li {
  border-bottom: 1px solid #2f2f2f;
}
.koyumod .notification_list li.dropdown-notification p.notification-time, .koyumod .notification_list li.dropdown-notification p.notifications_time {
  color: #999;
}
.koyumod .notification_list li.dropdown-notification:hover p.notification-time, .koyumod .notification_list li.dropdown-notification:hover p.notifications_time {
  color: #aaa;
}
.koyumod .bg3 {
  background-color: #181818;
}
.koyumod span.mtm20con {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23d0d0d0' d='M20 17.5a1.5 1.5 0 0 1 .144 2.993L20 20.5H4a1.5 1.5 0 0 1-.144-2.993L4 17.5zm0-7a1.5 1.5 0 0 1 0 3H4a1.5 1.5 0 0 1 0-3zm0-7a1.5 1.5 0 0 1 0 3H4a1.5 1.5 0 1 1 0-3z'/%3E%3C/g%3E%3C/svg%3E");
}
.koyumod hr {
  border-top-color: #4e4e4e;
}
.koyumod span.okunmamaissa {
  background: #f0f0f0;
  box-shadow: 0 1px 4px #252525;
  color: #0f0f0f;
}
.koyumod .paget12s11m {
  background: transparent;
}
.koyumod .iosistemdiv, .koyumod .pwaistemi1011[style="display: block;"] .istem01div {
  background-color: #2d3c54;
  box-shadow: 0px 3px 0 0 #253043;
  color: #f0f0f0;
}
.koyumod .iosappinstall {
  color: #2d3c54 !important;
  box-shadow: 0 1px 4px #0000004d;
}
.koyumod .section-posting .bg3.panel {
  background-color: #121212;
}
.koyumod .mhdrbyline.tpc331, .koyumod .mh-bytpcinfo, .koyumod .mhdrbyline.frm331 {
  color: #ddd;
}
.koyumod ::placeholder, .koyumod textarea:hover::placeholder, .koyumod input:hover::placeholder {
  color: #bbb;
  opacity: 1;
}
.koyumod ::-ms-input-placeholder, .koyumod textarea:hover::-ms-input-placeholder, .koyumod input:hover::-ms-input-placeholder {
  color: #bbb;
}
.koyumod .fa-moon-o:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23f0f0f0' d='M19.504 43.152h16.969c.797 0 1.289-.492 1.289-1.289v-3.75c0-5.672 8.25-9.328 8.25-19.453C46.012 7.996 38.793.871 27.988.871s-18 7.125-18 17.79c0 10.124 8.227 13.78 8.227 19.452v3.75c0 .797.515 1.29 1.289 1.29m.867 6.328h15.235c1.195 0 2.156-.984 2.156-2.203s-.961-2.203-2.157-2.203H20.371c-1.195 0-2.156.985-2.156 2.203c0 1.22.96 2.203 2.156 2.203m7.617 5.649c3.235 0 5.508-1.477 5.742-3.75H22.246c.211 2.273 2.484 3.75 5.742 3.75'/%3E%3C/svg%3E");
}
.koyumod span.mobmodus21m:before {
  content: "Aydınlık Mod";
}
.koyumod .tabblock.no {
  color: #d0d0d0;
  background: #121212;
}
.koyumod .phpbb_alert {
  background-color: #1f1f1f;
  border-color: #2f2f2f;
  border-radius: 8px;
}
.koyumod span.p1tpun {
  color: #bbb;
}
.koyumod .p1f0s {
  color: #d0d0d0;
}
.koyumod [tooltip]::after {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
  background: #242424;
  color: #fff;
}
.koyumod [tooltip]:not([flow])::before, .koyumod [tooltip][flow^="up"]::before {
  border-top-color: #242424;
}
.koyumod [tooltip][flow^="down"]::before {
  border-bottom-color: #242424;
}
.koyumod [tooltip][flow^="left"]::before {
  border-left-color: #242424;
}
.koyumod [tooltip][flow^="right"]::before {
  border-right-color: #242424;
}
.koyumod .profkaremuradi.qr-shown .pkm331div {
  color: #ddd;
  background: #242424;
  box-shadow: 0 1px 10px #000000;
}
@media (max-width: 500px) {
  .koyumod .profkaremuradi.qr-shown .pkm331div {
    background: #0f0f0f;
    box-shadow: none;
  }
}
.koyumod .profkaremuradi.qr-shown .pkmtitle {
  border-bottom: 1px solid #333;
}
.koyumod .profkaremuradi.qr-shown .pkmcontt33 div#qrcode {
  margin: 12px;
}
.koyumod .profkaremuradi.qr-shown .pkmcontt33 div#qrcode canvas {
  border-radius: 4px;
}
.koyumod .forum_unread .forumtitle, .koyumod .forum_unread .forumtitle:hover, .koyumod .forum_unread_subforum .forumtitle, .koyumod .forum_unread_subforum .forumtitle:hover, .koyumod .forum_unread_locked .forumtitle, .koyumod .forum_unread_locked .forumtitle:hover {
  color: #dfdfdf;
}
.koyumod .global_unread .topictitle, .koyumod .global_unread .topictitle:hover, .koyumod .global_unread_mine .topictitle, .koyumod .global_unread_mine .topictitle:hover, .koyumod .global_unread_locked .topictitle, .koyumod .global_unread_locked .topictitle:hover, .koyumod .global_unread_locked_mine .topictitle, .koyumod .global_unread_locked_mine .topictitle:hover, .koyumod .announce_unread .topictitle, .koyumod .announce_unread .topictitle:hover, .koyumod .announce_unread_mine .topictitle, .koyumod .announce_unread_mine .topictitle:hover, .koyumod .announce_unread_locked .topictitle, .koyumod .announce_unread_locked .topictitle:hover, .koyumod .announce_unread_locked_mine .topictitle, .koyumod .announce_unread_locked_mine .topictitle:hover, .koyumod .sticky_unread .topictitle, .koyumod .sticky_unread .topictitle:hover, .koyumod .sticky_unread_mine .topictitle, .koyumod .sticky_unread_mine .topictitle:hover, .koyumod .sticky_unread_locked .topictitle, .koyumod .sticky_unread_locked .topictitle:hover, .koyumod .sticky_unread_locked_mine .topictitle, .koyumod .sticky_unread_locked_mine .topictitle:hover, .koyumod .topic_unread .topictitle, .koyumod .topic_unread .topictitle:hover, .koyumod .topic_unread_mine .topictitle, .koyumod .topic_unread_mine .topictitle:hover, .koyumod .topic_unread_locked .topictitle, .koyumod .topic_unread_locked .topictitle:hover, .koyumod .topic_unread_locked_mine .topictitle, .koyumod .topic_unread_locked_mine .topictitle:hover, .koyumod .topic_unread_hot .topictitle, .koyumod .topic_unread_hot .topictitle:hover, .koyumod .topic_unread_hot_mine .topictitle, .koyumod .topic_unread_hot_mine .topictitle:hover {
  color: #dfdfdf;
}
.koyumod dl.row-item:has(a.row-item-link.unread) .tleftp {
  color: #ddd;
}
.koyumod .nol-search, .koyumod .loreink {
  color: #ddd;
}
.koyumod .nol-search:hover, .koyumod .loreink:hover {
  color: #ddd;
}
.koyumod .celiveyaautlll span {
  color: #ccc;
}
.koyumod .celiveyaautlll::before, .koyumod .celiveyaautlll::after {
  border-bottom: 1px solid #999;
}
.koyumod a.s3har1ci[href*="twitter"]:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 251 256'%3E%3Cpath fill='%23ffffff' d='M149.079 108.399L242.33 0h-22.098l-80.97 94.12L74.59 0H0l97.796 142.328L0 256h22.1l85.507-99.395L175.905 256h74.59L149.073 108.399zM118.81 143.58l-9.909-14.172l-78.84-112.773h33.943l63.625 91.011l9.909 14.173l82.705 118.3H186.3l-67.49-96.533z'/%3E%3C/svg%3E");
}
.koyumod .gonderide-baslik {
  color: #dbdbdb;
}
.koyumod .ltulnnlhaha {
  border: 1px solid #3f3f3f;
}
.koyumod [data-s9e-mediaembed] {
  color-scheme: auto;
}
/* --------------------------------------------------------------
	$Icons
-------------------------------------------------------------- */
/* Global module setup
--------------------------------*/
/* Renamed version of .fa class for agnostic usage of icon fonts.
 * Just change the name of the font after the 14/1 to the name of
 * the font you wish to use.
 */
.icon, .button .icon, blockquote cite:before, .uncited:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: 1;
  text-rendering: auto;
  /* optimizelegibility throws things off #1094 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Icon size classes - Default size is 14px, use these for small variations */
.icon.icon-xl {
  font-size: 20px;
}
.icon.icon-lg {
  font-size: 16px;
}
.icon.icon-md {
  font-size: 10px;
}
.icon.icon-sm {
  font-size: 8px;
}
/* icon modifiers */
.icon-tiny {
  width: 12px;
  transform: scale(0.65, 0.75);
  vertical-align: text-bottom;
  font-size: 16px;
}
.arrow-left .icon {
  float: left;
}
.arrow-left:hover .icon {
  margin-left: -5px;
  margin-right: 5px;
}
.arrow-right .icon {
  float: right;
}
.arrow-right:hover .icon {
  margin-left: 5px;
  margin-right: -5px;
}
.post-buttons .dropdown-contents .icon {
  float: right;
  margin-left: 5px;
}
.alert_close .icon:before {
  padding: 0;
  border-radius: 50%;
  width: 11px;
  display: block;
  line-height: 0.9;
  height: 12px;
}
blockquote cite:before, .uncited:before {
  content: '';
  /* Font Awesome quote-left */
}
.rtl blockquote cite:before, .rtl .uncited:before {
  content: '';
  /* Font Awesome quote-right */
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* --------------------------------------------------------------
	$Utilities
-------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
}
.affix {
  position: fixed;
}
