/***************************************
A - SETUP
***************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */

  @import url(style_cs.1751286955.css);

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/v5-font-face.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');


/* используются в дизайне */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans:400,400i,600,600i,700,700i,800,800i|Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/* используются в дизайне */

@font-face {font-family: Romul; /* Имя шрифта */
src: url(https://forumstatic.ru/files/0019/d0/45/85305.ttf);}
@font-face {font-family: Decameron; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001b/ea/09/33178.ttf);}
@font-face {font-family: Kobzar; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001b/ea/09/66172.otf);}
@font-face {font-family: Second Lesson; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001b/ea/09/85035.otf);}
@font-face {font-family: Ghastly Panic; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001b/ea/09/90349.otf);}
@font-face {font-family: Alice; /* Имя шрифта */
src: url('https://fonts.googleapis.com/css2?family=Alice&display=swap');}

@font-face {
  font-family: 'Helvetica Now Display';
  font-style: normal;
  font-weight: normal;
  src: url(https://forumstatic.ru/files/0014/80/a5/23690.ttf);
}
@font-face {
  font-family: 'miracle';
  font-style: normal;
  font-weight: normal;
  src: url(https://forumstatic.ru/files/001b/b8/50/77420.otf);
}
@font-face {
  font-family: 'Fregat';
  font-style: normal;
  font-weight: normal;
  src: url(http://forumstatic.ru/files/001b/ea/09/30117.otf);
}
@font-face {
  font-family: 'Days';
  font-style: normal;
  font-weight: normal;
  src: url(https://forumstatic.ru/files/0014/80/a5/64191.ttf);
}

@font-face {
  font-family: 'helv';
  font-style: normal;
  font-weight: 600;
  src: url(https://forumstatic.ru/files/001b/eb/d6/68258.ttf);
}

@font-face {
  font-family: 'helv';
  font-style: italic;
  font-weight: 600;
  src: url(https://forumstatic.ru/files/001b/eb/d6/69485.ttf);
}

@font-face {
  font-family: 'helv';
  font-style: normal;
  font-weight: 500;
  src: url(https://forumstatic.ru/files/001b/eb/d6/76720.ttf);
}

@font-face {
  font-family: 'helv';
  font-style: italic;
  font-weight: 500;
  src: url(https://forumstatic.ru/files/001b/eb/d6/58067.ttf);
}

@font-face {
  font-family: 'helv';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/eb/d6/14331.ttf);
}

@font-face {
  font-family: 'helv';
  font-style: italic;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/eb/d6/28951.ttf);
}


@font-face {font-family: rose; /* Имя шрифта */
src: url(https://forumstatic.ru/files/001b/ea/09/30314.ttf);}

:root {
--html-bg: #101010 url(https://forumstatic.ru/files/001b/eb/d6/29442.png);
--header: url(https://forumstatic.ru/files/001b/eb/d6/49864.png);
--foo: url(https://forumstatic.ru/files/001b/eb/d6/57079.png);

--pun: #BABABA;

--font: Segoe UI, helv;
--font-a: anglecia;

--fill: #BABABA;
--fill2: #d0d0d0;
--fill3: #BABABA;
--fill4: #1a1817;
--shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.23);

--text: #181817;
--text2: #626262;
--text3: #CCCCCC;
--link: #6E312C;
--link2: #9B4741;
}

@font-face {font-family: 'bell mt'; 
src: local("bell mt"), url(https://forumstatic.ru/files/001b/eb/d6/83312.ttf);}

@font-face {
  font-family: 'anglecia';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/eb/d6/42524.otf);
}

@font-face {
  font-family: 'anglecia';
  font-style: italic;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/eb/d6/86466.otf);
}

@font-face {
  font-family: 'Rotally';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/eb/d6/28375.ttf);
}

@font-face {
  font-family: 'centurygothic';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001b/eb/d6/82888.ttf);
}

@font-face {
  font-family: 'centurygothic';
  font-style: normal;
  font-weight: 600;
  src: url(https://forumstatic.ru/files/001b/eb/d6/75537.ttf);
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0px
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: auto;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 70%  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  overflow-wrap: break-word;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em  verdana, arial, helvetica, sans-serif
  }


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3 {
  font-size: 1em;
  font-weight: bold;
  }

.punbb th   {
  font-size: 0.9em;
  font-weight: bold;
  }
.punbb h4, .punbb table {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% verdana, arial, monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb dl.post-sig dt span,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
    background: 
      var(--pun);
  border-radius: 10px;
    margin: auto;
    width: 1208px;
margin-bottom: 17px !important;
  margin-top: 65px;
  box-sizing: border-box;
  padding: 13px;
position: relative;
}
.punbb {
    height: auto;
    padding: 0px;
    width: auto;
  box-sizing: border-box
}

#pun {
  color: var(--text);
}

#pun a {
  color: var(--link)
}

#pun a:hover {
  color: var(--text)
}

#pun-admain a {
  color: var(--link) !important;
}

#pun-admain a:hover {
  color: var(--text2) !important;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
 min-height: 100px;
  }

 #pun-redirect{
      border:0 none!important;
      margin:0;
      padding:0;
      left:0;right:0;
      top:0;bottom:0;
      position:fixed;
      width:100%;
      height:100%;
      text-align:center;
    background:var(--html-bg) no-repeat fixed top center / cover !important;
box-shadow: none;
    }
    #pun-redirect *{
      border:0 none;
    }
    #pun-redirect .main-title {
      display:none;
    }
    #pun-redirect.punbb .info .container{
      text-align:center;
      font:400 11px var(--font);
      display:inline-block;
      left:0;
      right:0;
      top:0;
      bottom:0;
      margin: 5% auto;
      height:auto;
      border: 0 !important;
        padding:28px;
    background: var(--pun);
border-radius: 5px;
      margin-top: 5%;
      width: 1140px;
  box-sizing: border-box;
color: var(--text)
    }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
 position: relative;
  }

.post {
  scroll-margin: 60px
}

.post + .post {
  margin-top: 20px !important;
}

.post.topicpost {
  margin-top: 20px !important;
}

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 2px 0px;
  }

/* A5.9 */
.punbb .container {
  border: none
  }

/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
  padding: 2px 1em 9px 1em;
  border-style: solid solid none solid;
  border-width: 1px 1px 0px 1px;
  }

#pun-main h2 {
  padding: 2px 1em 9px 1em;
  border-style: solid;
  border-width: 1px;
}

/***************************************************/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
    border-top: 1px solid #4f4736;
    display: block;
    margin: 5px auto;
    width: 250px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
 font-family: 'Verdana', sans-serif;  }


/* B1.4 */
.punbb .post-content img {
  vertical-align: text-top
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    border: medium none;
    margin: 0.4em 0em 0.8em;
    padding: 0em;
}


/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0.0em;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  width: auto;
  height: auto;
  font: 400 11px var(--font);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  margin: -10px 0px 5px !important;
  position: relative;
  z-index: 9;
  }

/* B3.4 */
.linkst .postlink, .linksb .postlink {
  text-align: right;
  font-weight: 700;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  font: 400 11px var(--font);
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px -20px !important;
  }


.linksb {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}

#profile .button {
  margin-top: 0 !important;
}

#profile .clearer {
  display: none
}

#profile .linksb:after, .linksb:after {
  display: none !important;
}

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: auto;
  text-align: left;
  order: 1
  }

#s-block {
  order: 3
}

/* B3.7 */
.linksb .postlink,.linksb noindex {
  width: auto;
  order: 3;
  position: relative
  }

.subscribelink {
  position: relative;
  order: 2;
  text-align: center;
  }

.new-topic + .new-poll {
	margin-left: 10px
}

/***************************************************/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
	padding: 10px 0 15px 0em;
	margin: 0em 0 0 0;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 5px
}

#togglePreview {
	margin-left: auto
}

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 0px 0 0px;
  margin: 0 0 1em 0
  }

form#post fieldset {
	margin-bottom: 0
}

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 0;
  }

#post-form p.areafield.required {
	padding-bottom: 0
}

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 4em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

.punbb .helplinks span INPUT {
  margin: 0px 2px 2px 0px;
}

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
/*  overflow: hidden;*/
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    width: 10%;
}

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: auto;
    display: grid; 
  grid-template-columns: 36px auto auto; 
  grid-template-rows: auto; 
  gap: 0px 15px; 
  grid-template-areas: 
    "ava link"
    "ava user"; 
  align-items: center;
}

.forum .tcr .user-avatar { grid-area: ava;}
.forum .tcr > a { grid-area: link;}
.forum .tcr .byuser { grid-area: user; margin-left: -3px !important;}

#pun-respect .tcr {
  display: block;
  width: auto !important;
}

#pun-positive .tcr {
  display: block;
  width: auto !important;
}

#pun-respect td {
	padding: .8em !important;
	overflow-wrap: normal
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 30%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: none;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 0em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
    font-size: 11px;
    line-height: 150%;
    margin-left: 0;
    text-align: left;
}

/* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border: none;
  }

/* C3.2 */
.post h3 {
	border: none !important;
	text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0px !important;
}


/* C3.3 */
.punbb .post h3 span {
  margin-left: 308px;
  display: flex;
  font: 700 10px var(--font);
	align-items: center;
	justify-content: space-between;
  position: relative;
  z-index: 2;
  flex: 1;
  text-transform: uppercase;
  color: var(--text);
  gap: 0px;
  padding-bottom: 15px
  }

#pun-searchposts .post h3 span {
  justify-content: flex-start
}

#pun-searchposts .post h3 span a, #pun-searchposts .post h3 span em {
  position: relative;
}

/* C3.4 */
.punbb .post h3 strong {
  width:auto;
  text-align: right;
  font-weight: normal;
	order: 3;
  position: relative;
  }

a.permalink {
  order: 1;
  position: relative;
}

.fnt_wrap {
  order: 2;
    background: var(--text);
   padding: 2px 20px;
  border-radius: 15px;
}

/* C3.5 */
.punbb .post .post-author {
  float: left;
  margin-top: 0m;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }


li.pa-online {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 6px !important;
  font-family: var(--font);
  text-align: center;
  margin-top: 10px;
  color: var(--text3)
  }

/* C3.11 */
.punbb .post-body {
  padding-left: 330px;
  border: 1px solid var(--link) !important;
  border-radius: 10px;
  }

/* C3.12 */
.punbb .post-box {
  padding: 25px 0px 18px;
  padding-right: 40px;
  }

#post-preview .post-box {
  padding: 0 20px
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }


/*C3.14 */
.punbb .post-links {
	margin: 1em 0px 0px;
	padding: 0px 0px 0px;
	position: relative;
	z-index: 8;
}

.post-links ul {
	text-align: right;
}

.post-links li {
	display: inline;
}

.profile,
.pm,
.email {
	float: left
}

.post-links li+li,
.pa-links li+li {
	margin-left: 5px
}

.punbb .post-links ul li:first-child {
	margin-left: 0
}

.endpost .post-links ul {
	border: 0 !important;
}

#pun .post-links ul a,
.pa-links li a {
	font: 700 9px var(--font);
  text-transform: uppercase;
}

#pun .post-links ul a:hover,
.pa-links li a:hover {
	background: var(--text2);
	color: var(--text3);
}

.post-links li a {
    display: inline-flex;
    align-items: center;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  }

/* C3.17 */
.pl-email.email, .pl-website {
  display: none !important;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu {
	padding: 5px 25px;
	text-align: right;
	font: normal 11px var(--font) !important;
}

#topic-modmenu {
	margin: 0px 0
}

.forum {
	padding: 20px 25px;
}

.forum tr + tr {
	margin-top: 20px
}

.forum tr {
	display: flex;
	padding: 0px !important;
	gap: 40px;
	font: 400 13px/100% var(--font);
	align-items: center;
	color: var(--text2);
	text-transform: lowercase
}


.forum a {
	font-weight: 500
}

.forum .byuser {
	font-size: 11px
}

.forum td {
	padding: 0 !important;
}

.forum .tcl {
	flex: auto;
}

.forum .tc2,
.forum .tc3 {
	width: 8% !important;
}

#pun .forum .tcr {
	min-width: 30% !important;
}

.forum table {
	margin: 0px 0
}


.forum thead {
	display: none
}

.forum tr td {
	padding: 0 !important;
}

.forum .tc2, .forum .tc3 {
	font-size: 10px;
	font-weight: 300
}

#pun-searchtopics .forum .tc2:before, #pun-searchtopics .forum .tc3:before { display: none }

#pun-viewforum .tcr,
#pun-searchtopics .tcr {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

#pun .user-avatar {
	width: 36px !important;
	height: 36px !important;
	margin: 0 !important;
	position: relative;
}

#pun .user-avatar .avatar-image {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	transition: all .5s linear 0s;
	box-sizing: border-box;
	opacity: .55;
	mix-blend-mode: luminosity;
	border: 1px solid var(--link) !important;
}

#pun .forum .user-avatar, #pun .forum .user-avatar .avatar-image {
	width: 25px !important;
	height: 25px !important;
}

#pun .user-avatar .avatar-image:hover {
	filter: none;
	opacity: 1;
	mix-blend-mode: normal
}


#pun .user-avatar .isonline {
	background: var(--link);
	margin-right: 0px;
	margin-top: 0px !important;
	box-sizing: border-box;
	z-index: 1;
	animation: none;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	top: 1px;
	z-index: 1;
	right: 1px;
}

.user-avatar .avatar-image[style*=default_avatar] {
	background-image: url(https://forumstatic.ru/files/001b/ea/09/66830.png) !important;
}


/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -18.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: normal;
  }

#pun #pa-gifts, #pun  #profile-gifts, #pun #pa-invites {
	display: none !important
}

/* C6.4 */
#viewprofile ul,
#profilenav ul {
	border: none;
	padding: 0;
	margin: 0;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  display: none
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }


#viewprofile-next {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--link);
  border-radius: 10px;
  margin: 0 10px;
}

#viewprofile-next #profilenav {
	display: none
}

#viewprofile-next tr {
	display: flex;
	gap: 5px;
}

#pun #profile-left {
	background: #B5B5B5;
	width: 250px !important;
	border-radius: 10px 0 0 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 20px !important;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-start;
	font-family: var(--font);
  border-right: 1px solid var(--link)
}

#pa-avatar img {
	border-radius: 5px
}

#profile-left li strong,
#profile-left li {
	padding: 0 !important;
	margin: 0 !important;
}

#profile-left li+li {
	margin-top: 5px !important;
}

#profile-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
	width: auto !important;
	background: var(--pun);
	border-radius: 10px;
	padding: 20px !important;
	box-sizing: border-box;
	flex: 1
}

#profile-right li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: auto;
	text-align: center;
	padding: 10px 10px !important;
	font-size: 11px;
	border: 1px solid var(--fill4);
	border-radius: 10px;
	align-self: stretch;
	font-family: var(--font)
}

#profile-right li strong {
	flex: auto;
	font-weight: normal;
	padding: 0 !important;
	margin: 0 !important;
}

#pun #profile-right li span {
	float: none;
	margin: 0;
	width: auto;
	font-weight: 600;
	padding-top: 0;
	font-size: 10px;
}

#pa-invites,
#pa-gifts,
#pa-awards {
	display: none !important;
}

#profile {
	display: flex;
	margin-top: 15px
}

#profile form.container {
	width: 100%;
	padding-left: 18.6em !important;
}


#profilenav {
	display: flex;
	margin-left: -17em;
}

#pun-messages #profile>.container {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	padding: 0px;
	box-sizing: border-box;
	background: #B5B5B5;
  border: 1px solid var(--link);
	border-radius: 10px;
  margin: 0 10px
}

#pun-messages .linksb {
	margin: 10px 0 0px !important;
}

#pun-messages #profilenav {
	float: none;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
  align-self: flex-start;
	padding: 15px;
	gap: 5px;
	box-sizing: border-box;
	background: var(--pun);
  border-bottom: 1px solid var(--link) !important;
	border-radius: 10px 10px 0 0;
}

#pun-messages #profilenav ul + h2 {
  margin-top: 10px !important;
}

#pun-messages form#messages {
  padding: 10px 15px 0 !important;
}

#notify-settings {
  padding: 10px 15px 0 !important;
}

#pun-messages form#messages>fieldset>legend>span {
	display: none
}

#pun-messages #profilenav ul,
#pun-messages #profilenav li {
	padding: 0;
}

#pun-messages #profilenav ul {
	display: flex;
	gap: 5px;
	margin: 0
}

#pun-messages #profilenav li {
	background: #B5B5B5;
	border-radius: 6px;
	padding: 3px 25px 4px;
	font: 400 11px var(--font);
  text-transform: uppercase;
}

#pun-messages #profilenav .isactive {
	font-weight: 700;
	filter: brightness(.9)
}

#pun-messages #profilenav h2 {
	display: block;
	text-align: left !important;
	margin: 0 !important;
}

#pun-messages .fs-box .container {
	padding: 0px 0 !important;
}

#pun-messages .fs-box .container tr+tr {
	margin-top: 5px !important;
}

#pun-messages .fs-box .container tr {
	display: flex;
	align-items: center;
	padding: 0 10px;
  background: var(--pun);
  border-radius: 10px;
}

.pmtc22 {
	display: flex;
	align-items: center;
}

#pun-messages .fs-box .container tr:last-child {
	border: none
}

#pun-messages .fs-box .post>.container {
	display: block !important;
}

#pun #pun-messages .post {
	background: transparent;
	border: none !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

/* C6.8 */
#viewprofile li span {
  width: auto;
  font-weight: bold;
	font-size: 9px;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/***************************************************/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border: none;
  margin-bottom: -35px;
}

/* D1.2 */
#pun-title h1 {
  display : block;
  height: 10px;
  margin: -1px 0px 0px -30px;
}

/* D1.3 */
#pun-title .container {
  border: none ;
  padding: 0.2em 1em 0.8em 1em;
  }

/* D1.4 */
#pun-title h1 span {
  display: none;
}

#pun-title TD.title-logo-tdl {
  border: none;
  width: 100%;
}

#pun-title TD.title-logo-tdr {
	border: none;
	width: 420px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding-left: -20px;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
  border: none;
  margin: 0;
}

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  font-weight: normal;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
}

/* D3.4 */
#pun-navlinks li a {
    font-family: tahoma;
    font-size: 0.8em;
    padding: 10px 5px 10px 7px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    border: none;
}
#pun-ulinks .container {
    border: medium none;
    padding-top: 0px;
    text-align: center;
}
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
}
#pun-ulinks li a {
    font-size: 0.8em;
    padding: 0 0 0 5px;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

#pun-status h2 {
  display: none
}

#pun-status {
  border-bottom: none;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
  width: 1208px;
  position: absolute;
  top: 371px;
  height: 13px;
  margin-left: -13px !important;
  text-align: center;
-webkit-text-size-adjust: 100%;
  z-index: 10;
}

/* D5.2 */
#pun-status .container {
text-align: center;
  font: 400 8px/100% var(--font);
  margin: 0px 0 0px !important;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: auto;
  box-sizing: border-box;
  background: var(--text);
  height: 13px;
  padding: 0 60px 2px !important;
  border-radius: 50px;
  color: var(--text3);
  text-transform: uppercase
}


#pun-status .container strong {
  font-weight: 600 !important;
}

#pun-status .container .item4 {
  display: none
}

#pun-status .container a {
 color: var(--link2) !important;
}

#pun-status .container a:hover {
 color: var(--text3) !important;
}

.punbb-admin #pun-status {
position: relative;
top: 0;
}

/* D5.3 */
#pun-status span {
  white-space: pre-line;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
position: relative;
  margin-top: 20px
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
display: none
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 0;
  margin: 0px auto 0;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  margin-top: 0px !important;
  color: var(--text);
  padding: 0px 34px !important;
  overflow: hidden;
    display: flex;
  flex-direction: column;
  gap: 20px
}

.ststitems {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font: 600 9px var(--font);
  text-transform: uppercase;
  gap: 20px;
  margin: 0px 6px 10px !important;
  padding: 4px;
  background: var(--text);
  color: var(--text3)
}

.ststitems li {
  flex: auto 0 0;
  text-align: center;
}

.ststitems li a, .ststitems li strong {
  color: var(--link2) !important;
  font-weight: 800 !important;
}

.ststitems li a:hover {
  color: var(--text3) !important;
}


.ststitems strong {
  font-weight: 600
}


/* D7.4 */
li#onlinelist {
  float: left;
  width: 100%;
  font: 400 9px/150% var(--font);
  text-transform: uppercase
  }

#onlinelist a {
  color: var(--text);
  font-weight: 600
}

#onlinelist a:hover {
  color: var(--link2)
}

/* D7.5 */
li#onlinelist div {
    border: 0;
    padding: 0em 0 0 0;
}



/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  text-align: center;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0px;
  }

/* D8.7 */
#pun-crumbs2 .container {
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans" }

::-webkit-scrollbar {
width: 6px;
height:6px;
background-color: rgba(20, 18, 15,0.1);
border-radius: 10px !important;}
::-webkit-scrollbar-thumb {
  background-color:var(--link2);
  width:6px !important;
  box-shadow: 0 0 0 1px rgba(20, 18, 15,0.1) inset;
border-radius: 1px !important;
}


.stickytext, .closedatafield, #pun-live-rusff, .pl-reports  {display: none}


input, textarea {
    outline: none;
}  
input:active, textarea:active {
    outline: none;
} 
:focus {
    outline: none;
}

#pun #pun-messages .post-author {  margin-top:0px !important;
}

#pun-messages .post-body {
  border: none !important;
}

#pun-messages .post-links {
  margin: 0 15px 10px
}

#pun-messages .pa-online {clear: both}


#main-reply {height: 200px;
  color: var(--text)
}

#mask_dialog .inner, .modal-inner.section, #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner  {                   
     background: var(--pun);
    border: 1px solid var(--link) !important;
    border-radius: 10px;
    padding: 15px !important;
   color: var(--text) !important;
}

#pun #pun-viewtopic .fnt_wrap {display: block}
.fnt_wrap {
        order: 3;
      right: 60px;
  display: none;
  position: absolute
}
    .FNTslider {
    z-index: 1;
    background: var(--text);
    width: 110px;
    height: 3px;
    margin: 4px 5px;
    border: solid 1px var(--text2);
}
#pun .FNTslider .before {
    height: 3px;
    border: solid 1px var(--link2);
    border-right: none 0;
    border-radius: 1px 0 0 1px;
    position: absolute;
    background: var(--link);
    margin-top: -1px;
    margin-left: -1px;
}
#pun .FNTslider .thumb {
    width: 15px;
    height: 5px;
    border-radius: 0%;
    position: relative;
    top: -1px;
    background: var(--text2);
    cursor: pointer;
  border: 1px solid var(--text3);
    box-sizing: border-box
}

#post legend span {display: none}


#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {top: 55px !important;}

.pl-reports {display: none !important;}

.pa-avatar img {max-width: 180px}

.post-content td { border:none transparent !important;}

::selection {    background: var(--link2);
    color: #fefefe;
}


@-moz-document url-prefix() {
	body {
		scrollbar-width: thin;
		scrollbar-color: var(--link2) rgba(20, 18, 15, 0.01);
	}

	html {
		scrollbar-width: thin;
		scrollbar-color: var(--link2) rgba(0, 0, 0, 0.01);
	}

	#pun .punbb {
		scrollbar-width: thin;
		scrollbar-color: var(--link2) var(--cover);
	}
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(20, 18, 15, 0.1);
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
	background-color: var(--link2);
	width: 4px !important;
	border-radius: 100px !important;
}

.punbb *::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(20, 18, 15, 0.1);
}

.punbb *::-webkit-scrollbar-thumb {
	background-color: var(--link2);
	width: 4px !important;
}


#html-header {
color: var(--text3);
}

#html-header a {
color: var(--link2);
}

#html-header a:hover {
color: var(--text3);
}

.post-content abbr {text-decoration: underline;
text-decoration-style: dotted;
text-decoration-color: #555}


#BookmCntToggle {margin-top: 30px !important;}
#MyBookmarks {background: var(--base);
z-index: 99;
}
#BookmCntToggle.default-style {background: var(--base);
border-radius:2px;
box-shadow: 2px 2px 1px #000;
opacity: .95;
}
.post .bookmark {color: var(--link2) !important;} 
#BookmCntToggle.default-style {color: var(--link2) !important;} 


#topic-users-in p.container a:after {content: ", ";
color: #1b1b1b}

#topic-users-in p.container a:last-child:after {content: ".";}

#guest.pa-online {display: none}

.banners_wrapper {
  background: var(--footer);
  width: auto;
  margin: 0 -35px -33px;
	border-radius: 0 0 10px 10px;
	border-bottom: 1px solid var(--red-border);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 35px;
}

.banners_wrapper div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 32px;
  overflow-y: auto;
  padding-right: 5px
}

.banners_wrapper div a + a {
  margin-right: 5px
}

.banners_wrapper img {
  transition: all .6s ease-in-out 0s;
  filter: opacity(50%) brightness(.7);
	mix-blend-mode: luminosity
}

.banners_wrapper img:hover {
  filter: none;
	mix-blend-mode: normal
}

#pun .post-content .spoiler-box > div {
  background:transparent;
  position: relative
}

#pun .post-content .spoiler-box > div:before {
  content: "";
  background: url(https://forumstatic.ru/files/001b/e6/2e/85967.svg);
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all .5s ease-in-out .15s;
  box-sizing: border-box;
}

#pun .post-content .spoiler-box > div.visible:before {
  background: url(https://forumstatic.ru/files/001b/e6/2e/66304.svg);
}

#pun-announcement .html-box {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px
}

.post-box form#post {
    margin-left: 40px !important;
    margin-top: 40px !important;
}

#imageupload-left input[type="button"] {
width: auto!important;
}

#profile {
  margin-top: 20px !important;
}

#profile h2, #pun .inner h1 {
  margin: auto !important;
}

#pre_placement {
  margin-top: 60px
}

.rait_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	margin-top: 20px;
	flex-direction: row-reverse;
  height: 27px;
}

.punbb .post-rating {
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}

.punbb .post-rating p, .punbb .post-rating {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	padding: 0 !important;
  width: 27px !important;
  height: 27px;
}


.punbb .post-rating p, .punbb .post-vote {
	display: flex;
	justify-content: stretch;
	align-items: center;
	width: 27px;
  height: 27px;
	font: 700 10px/100% var(--font);
	padding: 0px !important;
	margin: 0 !important;
	align-self: stretch;
	border-radius: 5px;
	color: var(--link2);
  box-sizing: border-box;
}

.punbb .post-rating p {
    background: transparent url(https://forumstatic.ru/files/001b/ea/09/95379.png) no-repeat center center / contain !important;
  line-height: 0% !important;
  padding-bottom: 2px !important;
}

.punbb .post-vote .container {
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.punbb .post-rating a {
	height: 100%;
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	color: var(--link2) !important;
	gap: 5px;
  align-self: stretch
}

.punbb .post-rating a:hover {
	color: var(--text3) !important;
}


.punbb .post-vote p.container {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 27px;
  min-height: 27px;
}

.punbb .post-vote p.container:after {
  display: none !important;
}

.punbb .post-vote a {
	color: transparent !important;
	height: 27px;
	width: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	align-self: stretch;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0 !important;
}

.punbb .post-vote a:before {
  content: "\f075";
  font: 30px FontAwesome;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .3;
	color: var(--text);
	transition: all .4s linear 0s
}

.punbb .mylike .post-rating a:hover {
	color: var(--text) !important;
}

.punbb .mylike .post-rating p {
	background: var(--text3)
}

.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
	color: var(--text2)
}

.punbb .mylike .post-vote {
	display: none
}

#post-form h2 {
  display: none
}

#post-form {
  margin-top: 50px !important;
}


input[type="checkbox"] {
    appearance: none;
    padding: 5px !important;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
  border-radius: 100%;
  height: auto
}

input[type="radio"] {
  border-radius: 100%;
    appearance: none;
    padding: 5px !important;
    cursor: pointer;
    transition: all .2s ease-in-out 0s
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: var(--link2);
    border: 1px solid var(--text) !important;
}

#form-buttons {
	margin-bottom: 10px;
}

#form-buttons td img {
	position: relative
}

#form-buttons tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5px
}

/* фиксированная ширина кнопок в форме ответа
#pun-viewtopic #form-buttons table,
#pun-edit #form-buttons table,
#pun-post #form-buttons table{
  width: 780px !important;
  padding-left:12px;
}
#pun-viewtopic .post-box #form-buttons table{
  width: 517px !important;
}
*/

#form-buttons td {
	transition: all .5s ease-in-out 0s;
	color: var(--text);
  flex: 1;
}

#form-buttons td:hover {
	color: var(--link2);
}

#button-font,
#button-size,
#button-bold,
#button-italic,
#button-underline,
#button-strike,
#button-indent,
#button-left,
#button-center,
#button-right,
#floatbut,
#button-link,
#button-spoiler,
#button-spoiler2,
#button-image,
#button-video,
#button-hide,
#button-quote,
#button-code,
#button-color,
#button-table,
#button-smile,
#button-sticker,
#button-keyboard,
#button-addition,
#button-mask,
#button-html {
	position: relative !important;
	background: none !important;
}

#button-smile {
	display: none
}

#button-font:before,
#button-size:before,
#button-bold:before,
#button-italic:before,
#button-underline:before,
#button-strike:before,
#button-indent:before,
#button-left:before,
#button-center:before,
#button-right:before,
#floatbut:before,
#button-link:before,
#button-spoiler:before,
#button-spoiler2:before,
#button-image:before,
#button-video:before,
#button-hide:before,
#button-quote:before,
#button-code:before,
#button-color:before,
#button-table:before,
#button-smile:before,
#button-sticker::before,
#button-keyboard:before,
#button-addition:before,
#button-mask:before,
#button-html:before {
	content: "";
	height: 26px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	z-index: 0
}

#button-font:before {
	content: "\f031"
}

#button-size:before {
	content: "\f034"
}

#button-bold:before {
	content: "\f032"
}

#button-italic:before {
	content: "\f033"
}

#button-underline:before {
	content: "\f0cd";
	top: 1px
}

#button-strike:before {
	content: "\f0cc"
}

#button-indent:before {
	content: "\f03c"
}

#button-left:before {
	content: "\f036"
}

#button-center:before {
	content: "\f037"
}

#button-right:before {
	content: "\f038"
}

#floatbut:before {
	content: "\f03b"
}

#button-link:before {
	content: "\f0c1"
}

#button-spoiler:before {
	content: "\f070";
	font-size: 17px
}

#button-spoiler2:before {
	content: "\f070";
	font-size: 17px
}


#button-image:before {
	content: "\f03e";
	font-size: 18px
}

#button-video:before {
	content: "\f167";
	font-size: 18px;
	top: 0px
}

#button-hide:before {
	content: "\f023"
}

#button-quote:before {
	content: "\f10e"
}

#button-code:before {
	content: "\f121";
}

#button-color:before {
	content: "\f576"
}

#button-table:before {
	content: "\f0ce"
}

#button-smile:before {
	content: "\f118"
}

#button-sticker:before {
	content: "\f118"
}

td#button-files_rusff,
td#button-graffiti_rusff {
	display: none !important;
}

#button-keyboard:before {
	content: "\f11c";
	font-size: 16px
}

#button-addition:before {
	content: "\f0fe"
}

#button-mask:before {
	content: "\f630"
}

#button-html:before {
	content: "\f1c9"
}

#form-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

#plng {
margin:0 0px 0 0px !important;
font-family: var(--font)!important;
font-size: 10px !important;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
	align-self: stretch;
}

#txtbox_count {
	font-weight: 700;
}

#post-form {
  position: relative
}

#post-form #post-preview {
	margin-top: 40px
}

.bottombanners {
  height: 159px;
  margin: 0px 5px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--foo) no-repeat center center;
  box-sizing: border-box;
  padding: 70px 40px
}

.bottombanners div {
  height: 70px;
  overflow-y: auto;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.bottombanners img {
  mix-blend-mode: luminosity;
  opacity: .35;
  transition: all .3s linear 0s
}

.bottombanners img:hover {
  mix-blend-mode: normal;
  opacity: 1
}

.flags_wrap {
  position: absolute;
  margin-left: 6px;
  top: 25px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 446px;
  gap: 5px;
}

.flags_wrap a {
  background: var(--text);
  color: var(--text3) !important;
  font: 700 8px var(--font);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 2px 15px 3px;
  transition: all .3s linear 0s !important;
  height: auto;
  display: flex;
  align-items: center;
}

.flags_wrap a:hover {
  background: var(--link);
  color: var(--text3) !important;
}

#pun #predprsmtr {
    position: absolute;
    margin-left: 885px !important;
    margin-top: -15px !important;
    cursor: pointer!important;
    font-family: var(--font)!important;
    font-size: 10px!important;
    text-transform: none;
    font-weight: normal;
    padding: 0.3em 2.5em !important;
    border: 1px solid var(--link);
    border-radius: 15px;
    color: var(--text);
    background: var(--pun);
}

.dark {
--html-bg: #000000 url(https://forumstatic.ru/files/001b/eb/d6/13401.jpg);
--header: url(https://forumstatic.ru/files/001b/eb/d6/40158.jpg);
--foo: url(https://forumstatic.ru/files/001b/eb/d6/31782.jpg);

--pun: #0f0b08;

--font: centurygothic;
--font-a: anglecia;

--border: #b1b9a9;
--border1: #a09c91;

--fill: #0f0b08;
--fill2: #0f0b08;
--shadow: 0px 2px 2px 0 #231F14;

--text: #c4c4c4;
--text-alt: #e5dcda;
--text2: #787878;
--text3: #cdcdc3;
--link: #993e17;
--link2: #993e17;

--icon: url(https://forumstatic.ru/files/001b/eb/d6/41506.png);

--i-new: #a09c91;
--i-imp:  #692a0e;
--i-close: #000;
--i-old: #272422;

--prof: url(https://forumstatic.ru/files/001b/eb/d6/83202.png);
--prof2: url(https://forumstatic.ru/files/001b/eb/d6/94942.png);
--prof3: url(https://forumstatic.ru/files/001b/eb/d6/58469.png);

--border2: #777575;

--fill3: #a4a3a3;
--fill4: #1a1817;

--up: url(https://forumstatic.ru/files/001b/eb/d6/92071.png);
--down: url(https://forumstatic.ru/files/001b/eb/d6/31139.png);
}

.dark #pun-viewforum TR.iclosed Div.icon, .dark #pun-messages TR.iclosed Div.icon, .dark #pun-searchtopics TR.iclosed Div.icon {
  background: var(--i-close);
  box-shadow: 0 0 1px 0
}






.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
  transform: translateX(-50%);
	width: 914px;
	position: absolute;
	z-index: 101;
  background: url(https://forumstatic.ru/files/001b/eb/d6/57798.png) no-repeat center center / cover;
  border-radius: 25px;
  height: 492px;
  box-sizing: border-box;
  padding: 12px;
  font: normal 10px centurygothic;
  color: #525252;
	}

.reveal-modal.xlarge     { width: 914px;}

.modal_wrap {
  height: 422px;
}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	position: absolute;
	top: 12px;
	right: 12px;
	color: #fff !important;
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
  background: #636363;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.menu {
  display: flex;
  align-self: flex-end;
}

.menu-links {
  display: flex;
}

.menu span {
    cursor: pointer;
    display: flex;
  justify-content: center;
  align-items: center;
    width: 205px;
  height: 46px;
  font-size: 15px;
  text-transform: lowercase;
  border-radius: 25px 25px 0 0;
  margin-right: -15px;
  letter-spacing: 4px
}

.menu span[alt="#sm1"], #sm1 {
  background: #AAAAAA
}

.menu span[alt="#sm2"], #sm2 {
  background: #888888
}

.menu span[alt="#sm3"], #sm3 {
  background: #636363
}

.menu span[alt="#sm1"] {
  position: relative;
  z-index: 2
}

.menu span[alt="#sm2"] {
  position: relative;
  z-index: 2
}

.menu span[alt="#sm3"] {
  position: relative;
  z-index: 1
}

#submenu {
    display: inline-block;
}

.menu .tabactive {
	z-index: 4 !important;
  position: relative
}
#submenu {
	padding: 0;
	height: 100%;
	width: 100%;
  border-radius: 0 25px 25px 25px;
  overflow: hidden;
}
.submenutext {
	display: none;
  height: 100%;
  padding: 20px;
  box-sizing: border-box
}

.personal_page-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.personal_page-item.page-item2 {
  max-width: 319px;
  min-width: 319px;
  width: 319px;
}

.personal_page-item {
  border-right: 2px solid #BBBBBB;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 23px
}

#sm2 .personal_page-item {
  flex: auto
}

.personal_page-item.page-item3 {
  border: none
}

.personal_page-title {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 8px
}

.personal_page-ava {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #727272;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.personal_page-ava img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.personal_page-container {
  padding: 0 !important;
  margin: 0 !important;
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  overflow-y: auto;
  padding-right: 10px !important;
}

.personal_page-container li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.personal_page-container em {
  color: #727272;
  letter-spacing: 1px
}

.personal_page-link {
  color: #525252 !important;
  font-weight: 600;
  margin-top: auto;
  letter-spacing: 2px
}

.personal_page-link:hover {
  color: var(--link2) !important;
}

.personal_page-item.page-item2.artifacts-info {
  padding: 0 20px;
}

.artifacts-info .personal_page-container li {
  display: flex;
  gap: 16px;
}

.artifacts-info .personal_page-container li div {
  flex: 1;
}

.artifacts-info .personal_page-container span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px
}

.artifacts-info .personal_page-container p {
  font-size: 10px;
  color: #727272;
  letter-spacing: 1px
}

.page-icons {
  width: 42px;
  height: 42px;
  background: #BCBCBC;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-icons:after {
  content: "";
	mask-size: cover;
	-webkit-mask-size: cover;
	background: #636363;
  width: 42px;
  height: 42px;
}

/* иконки личной странички */
.page-icons.ring-icon:after {
  	mask: url(https://forumstatic.ru/files/001b/eb/d6/15278.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001b/eb/d6/15278.svg) no-repeat center center;
}

.page-icons.rose-icon:after {
  	mask: url(https://forumstatic.ru/files/001b/eb/d6/90954.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001b/eb/d6/90954.svg) no-repeat center center;
}

.page-icons.heart-icon:after {
  	mask: url(https://forumstatic.ru/files/001b/eb/d6/72261.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001b/eb/d6/72261.svg) no-repeat center center;
}

.page-icons.coin-icon:after {
  	mask: url(https://forumstatic.ru/files/001b/ea/09/21898.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001b/ea/09/21898.svg) no-repeat center center;
}

.page-icons.puzzle-icon:after {
  	mask: url(https://forumstatic.ru/files/001b/ea/09/11452.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001b/ea/09/11452.svg) no-repeat center center;
}

.page-icons.dagger-icon:after {
  	mask: url(https://forumstatic.ru/files/001b/ea/09/14763.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001b/ea/09/14763.svg) no-repeat center center;
}

.page-icons.gloves-icon:after {
  	mask: url(https://forumstatic.ru/files/001b/ea/09/62037.svg) no-repeat center center;
	-webkit-mask: url(https://forumstatic.ru/files/001b/ea/09/62037.svg) no-repeat center center;
}


/* иконки личной странички */

.personal_page-quote {
  text-align: center;
  font-style: italic;
  color: #727272;
  font-size: 9px;
  letter-spacing: 1px
}

.personal_page-item.page-item3.twins-info {
  padding: 0 0px 0 20px;
}

.twins-info li {
  display: block;
  font-size: 10px;
  color: #727272;
  letter-spacing: 1px
}

.twins-info li .twins-link {
  color: #525252 !important;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  letter-spacing: 2px;
}

.twins-info li .twins-link:hover {
  color: var(--link2) !important;
}

.twins-link:before {
  content: "";
  display: flex;
  width: 3px;
  height: 3px;
 background: #525252;
}

.punbb .personal_page-container::-webkit-scrollbar-thumb {
	background-color: #525252;
	width: 4px !important;
}

.punbb .personal_page-container::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(255,255,255,.04);
}

.character-info {
  letter-spacing: 1px;
  padding-right: 20px
}

.bgs-info img {
  width: 250px;
}

.bgs-info, .achiv-info, .awards-info {
}

.awards-info {
  border: none;
  flex: 1;
}

.bgs-info .personal_page-container, .achiv-info .personal_page-container, .awards-info .personal_page-container {
  align-self: auto;
  padding-right: 15px !important;
}

.awards-info .personal_page-container {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.awards-info li {
  display: flex;
  gap: 5px;
}

.awards-sum, .awards-desc {
  border: 2px solid #525252;
  opacity: 1;
  color: #525252 !important;
  box-sizing: border-box
}

.awards-sum {
  width: 50px;
  height: 45px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.awards-desc {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.awards-title {
  text-transform: uppercase;
  font-size: 12px;
}

.awards-subtitle {
  font-size: 9px;
}

.achiv-info .personal_banner em {
  color: var(--text3);
}

.achiv-info img {
  width: 240px;
  height: 32px;
  object-fit: cover
}

.bg_decor {
  position: fixed;
  background: #502826;
  width: 1224px;
  height: calc(100% - 110px);
  top: 80px;
  margin-left: -25px !important;
  z-index: -1
}

#header_wrapper {
    background: var(--header) no-repeat center;
    height: 450px;
  margin: -78px auto 0;
  padding: 186px 40px 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  font: normal 8px/120% var(--font);
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  position: relative;
}

.header-item {
  width: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.header-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.header-title, .header-title a {
  letter-spacing: 0.2em;
  font-weight: 700 !important;
}

.header-title {
  width: 100%
}

.header-episode a {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: rgba(24, 24, 23, 0.5);
  border-radius: 7px;
  padding: 1px 15px 2px !important;
}

.header-post p {
  background: rgba(24, 24, 23, 0.5);
  border-radius: 10px;
  padding: 5px 10px;
  text-transform: none;
  font-size: 10px;
  line-height: 130%;
  text-align: left;
  overflow-y: auto;
  max-height: 84px;
  letter-spacing: 0.05em;
}

.header-persons {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}

.header-persons a {
  width: 45px;
  height: 35px;
  border-radius: 10px;
  overflow: hidden;
}

.header-persons img {
  width: 45px;
  height: 35px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all .4s linear 0s
}

.header-persons img:hover {
  filter: none
}

.header-duet p {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: rgba(24, 24, 23, 0.5);
  border-radius: 7px;
  padding: 1px 15px 2px !important;
}

.header-duet a {
  color: var(--text3) !important;
}

.header-duet a:hover {
  color: var(--link2) !important;
}

.header-quests {
  flex: 1
}

.header-quests ul {
  border-radius: 10px;
  padding: 0 10px;
  font-size: 8px;
  line-height: 130%;
  text-align: center;
  overflow-y: auto;
  max-height: 84px;
  letter-spacing: 0.05em;
  height: 100%
}

.header-quests li + li {
  margin-top: 5px;
}

.header-quests a {
  font-weight: 700
}

.header-desc {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  pointer-events: none
}

.header-desc span {
  background: var(--text);
  border-radius: 10px;
  padding: 1px 10px 2px;
  letter-spacing: .2em;
  font-size: 7px;
}

.header_adds {
  position: absolute;
  top: 50px;
  margin-left: 832px;
  display: flex;
  gap: 50px;
}

.nav_wrap {
  position: relative
}

.nav_wrap .slide_button {
  background: var(--text);
  color: var(--text3) !important;
  font: 700 8px var(--font);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 2px 15px 3px;
  transition: all .3s linear 0s !important;
  height: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav_wrap .slide_button.i_active {
  background: var(--link)
}

.nav_wrap .slide_block {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  background: var(--text);
  border-radius: 10px;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
}

.slide_block .link {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.slide_block .link a {
  background: var(--link);
  color: var(--text3) !important;;
  font: 600 9px var(--font);
  text-transform: uppercase;
  text-align: center;
  padding: 2px 10px;
  border-radius: 10px;
  transition: all .3s linear 0s
}

.slide_block .link a:hover {
  background: var(--link2)
}

.ams .link a {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700
}

.ams .link a em {
  font-family: var(--font);
  font-size: 9px;
  color:  var(--text3);
  text-transform: lowercase;
  font-weight: 500
}

.ams .link a:hover {
  background: var(--text);
  color: var(--link) !important;
}

@media screen and (max-width: 1100px) {

.bg_decor {
    display: none
  }

}

/* Индивидуальная настройка цветов дизайна © DeepSeek & max, the murderer! 
-------------------------------------------------- */

/* Общее позиционирование */
.color-pickers {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
    top: -35px;
    left: 18px;
  z-index: 10
}

/* Кнопка вызова инпутов */
.color-pickers-button {
    background: var(--link);
    border-radius: 8px;
    width: auto;
    height: 20px;
    display: flex;
  padding: 1px 10px 2px;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
  color: var(--text3) !important;
  font: 700 8px var(--font);
  text-transform: uppercase;
  box-sizing: border-box
}

.color-pickers-button:hover {
    background: var(--fill4);
    cursor: pointer;
}

/* Блок с инпутами */
.color-inputs-container {
    display: none;
    background: var(--fill4);
    padding: 8px;
    border-radius: 8px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
.color-inputs-container.visible {
    display: flex;
    gap: 8px;
  
}

/* Инпуты */
.color-inputs-container input,
.color-inputs-container button {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: content-box !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    transition: all .2s ease !important;
}
.color-inputs-container input:hover,
.color-inputs-container button:hover {
    opacity: .6;
    cursor: pointer;
}

/* Кнопка сброса */
.color-inputs-container .reset-btn {
    background: var(--link);
  padding: 0 15px !important;
  width: auto !important;
  border: none !important;
  font: bold 9px var(--font) !important;
}

.color-inputs-container .reset-btn:hover {
    background: var(--fill3);
    opacity: 1;
  color: var(--text) !important;
  border: none !important;
}


/* Crossbrowser shit */
.color-inputs-container input[type="color"]::-webkit-color-swatch {
    border: none;
}
@-moz-document url-prefix() {
    .color-inputs-container input[type="color"]::-moz-color-swatch {
        border: none;
    }
}
.color-inputs-container input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}