/******** Import Styles ********/

@import url(style_cs.1658565359.css);

/* Normalize */
@import url('http://forumstatic.ru/files/001a/be/80/59278.css?v3');
@import url('https://forumstatic.ru/files/001a/be/80/59278.css?v3');


/******** Import Fonts ********/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2d?family=Noto+Sans+Mono:wght@300;400&display=swap');

@font-face {font-family: "Tsarevich";
  src: url("http://forumstatic.ru/files/001b/aa/6f/55880.eot");
  src: url("http://forumstatic.ru/files/001b/aa/6f/55880.eot?#iefix") format("embedded-opentype"),
  url("http://forumstatic.ru/files/001b/aa/6f/71920.woff2") format("woff2"),
  url("http://forumstatic.ru/files/001b/aa/6f/95276.woff") format("woff"),
  url("http://forumstatic.ru/files/001b/aa/6f/16688.ttf") format("truetype"),
  url("http://forumstatic.ru/files/001b/aa/6f/36313.svg#Tsarevich") format("svg"); }

@font-face {font-family: "Tsarevich Regular";
  src: url("http://forumstatic.ru/files/001b/aa/6f/43531.eot");
  src: url("http://forumstatic.ru/files/001b/aa/6f/43531.eo1?#iefix") format("embedded-opentype"),
  url("http://forumstatic.ru/files/001b/aa/6f/55812.woff2") format("woff2"),
  url("http://forumstatic.ru/files/001b/aa/6f/92952.woff") format("woff"),
  url("http://forumstatic.ru/files/001b/aa/6f/44861.ttf") format("truetype"),
  url("http://forumstatic.ru/files/001b/aa/6f/32566.svg#Tsarevich") format("svg"); }

@font-face {font-family: "Gilroy";
  src: url("http://forumstatic.ru/files/001b/aa/6f/52068.eot");
  src: url("http://forumstatic.ru/files/001b/aa/6f/52068.eot?#iefix") format("embedded-opentype"),
  url("http://forumstatic.ru/files/001b/aa/6f/16403.woff2") format("woff2"),
  url("http://forumstatic.ru/files/001b/aa/6f/53685.woff") format("woff"),
  url("http://forumstatic.ru/files/001b/aa/6f/18348.ttf") format("truetype"),
  url("http://forumstatic.ru/files/001b/aa/6f/89090.svg#Tsarevich") format("svg"); }


/******** Navigation ********/

#pun-ulinks ul,
#pun-navlinks ul {
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  z-index: 9;
}

#pun-ulinks ul li:first-child,
#pun-navlinks ul li:first-child {
  margin-left: 0;
}

#pun-ulinks ul li:last-child,
#pun-navlinks ul li:last-child {
  margin-right: 0;
}


/* Forum, users, etc. */

#pun-navlinks {
  width: 100%;
  font-size: 14px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -210px;
  background: #141414;
  height: 50px;
  left: 0;
  text-transform: uppercase;
}

#pun-navlinks::before {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 300%;
  background: #141414;
  border-bottom: 1px solid #F5F5F5;
  pointer-events: none;
  z-index: 0;
  height: 100%;
}

#pun-navlinks ul li {
  margin: 0 12px;
  font-size: 14px;
}

#pun-navlinks ul li a {
  color: #F5F5F5;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 5px;
  border: 1px solid transparent;
}

#pun-navlinks ul li a:hover {
  border: 1px solid #F5F5F5;
  text-decoration: none;
}


/* Active themes, new themes, etc. */

#pun-ulinks {
  width: 100%;
  margin-bottom: 35px;
  z-index: 2;
}

#pun-ulinks ul li {
  font-size: 9px;
  margin: 0 18px;
}

#pun-ulinks ul li a {
  text-transform: lowercase;
  color: #141414;
  text-decoration: none;
}

#pun-ulinks ul li a:hover {
  color: #AC894E;
}


/******** Forum Main Body ********/

#pun {
  position: relative;

  max-width: 915px;
  border-radius: 30px 30px 0 0;
  margin: 0 auto 105px;
}

#pun .punbb {
  position: relative;
  width: 915px;
  background: #F9F9F9;
  padding: 20px 30px 35px;
  border-radius: 30px 30px 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}


/******** Forum ********/

#pun-status p,
#pun-crumbs1 p,
#pun-crumbs2 p,
#pun-about p {
  margin: 0;
}

#pun-status {
  margin-top: 40px;
  padding-bottom: 0;
  font-size: 11px;
  text-transform: lowercase;
}

#pun-crumbs1 {
  margin-bottom: 0;
  padding-top: 11px;
  text-transform: lowercase;
}

#pun-crumbs1 em,
#pun-crumbs2 em{
  font-style: normal;
}

#pun-crumbs2 {
  margin-top: 20px;
  padding-bottom: 30px;
  font-size: 11px;
  z-index: 0;
  clear: both;
  text-transform: lowercase;
}

#pun-about {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -92px;
  width: 100%;
  text-align: center;
  font-size: 55%;
  z-index: 3;
  pointer-events: none;
  margin: 0 auto;
  text-transform: uppercase;
  color: #F9F9F9;
}

#pun-about p {
  width: 100%;
}

#pun-about a {
  color: #F9F9F9;
  font-weight: 300;
  font-size: 85%;
  pointer-events: all;
}

#pun-about a:hover {
  color: #AC894E;
}

#pun-stats {
  margin-top: 0;
  text-transform: lowercase;
  font-size: 10px;
}

#pun-main,
#pun-admain {
  margin-top: 10px;
}


/******** Main Links ********/

.main_links {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.main_links div {
  margin: 0 5px;
}

.main_links div a {
  font-family: 'Gilroy';
  font-size: 9px;
  color: #141414;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 9px 14px;
  border: 1px solid #141414;
}

.main_links div a:hover {
  background: #141414;
  color: #F9F9F9;
  text-decoration: none;
}

/******** Main Page ********/

#pun-index #pun-main {
  background: none;
  padding: 0;
  margin-top: 0;
}

.category {
  position: relative;
  margin: 0;
}

.category-3 em {
  display: none;
}


#pun-stats h2,
.category h2 {
  position: relative;
  -js-display: flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;

  background-image: url('https://i.imgur.com/qomtGba.png');
  width: 915px;
  height: 40px;

  font-family: 'Tsarevich';
  font-size: 16px;

  margin-bottom: 15px;
  margin-left: -30px;
}

#pun-main h1 {
  margin-bottom: 25px;
}

#pun-index #pun-main h1 {
  display: none !important;
}

#pun-multimove .modal-inner h2 {
  justify-content: center;
  padding-right: 0;
}

#pun-multimove .modal-inner h2 .

#mask_dialog .hv-mask-dialog-title {
  display: inline-block !important;
  line-height: 1 !important;
}

.catleft,
.catright {
  position: relative;
  flex-grow: 1;
}

.category em {
  display: none;

  text-align: center;
  font-family: "Neumann";
  text-transform: lowercase;
  font-style: normal;
  line-height: 1;
  font-size: 9px;
  font-weight: 400;

  margin: 0 auto 20px;
}

/* Category Body */

.container {
  position: inherit;
  margin: 0 !important;
}

.container thead {
  display: none;
}

.container table {
  width: 100%;
}

.container tr {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#pun-index .container tr {
  align-items: center;
  margin: 30px 0;
}

#pun-index .container tr.inew .tcl h3 a {
  color: #AC894E;
}

#pun-index .container tr.inew h3::after {
  background: #AC894E;
}

#pun-index .container tr.inew .tcl h3 a::after {
  border-bottom: 2px solid #AC894E;
}

#pun-index .container tr.inew .tcl h3 a:hover {
  color: #141414;
}

.container tr .tcl {
  width: 61%;
  box-sizing: border-box;
}

.container tr .tcl .intd {
  display: flex;
  align-items: center;
}

.container tr .tcl h3 {
  position: relative;
  display: flex;
  order: 2;
  width: fit-content;
  font-family: 'Tsarevich';
  font-size: 24px;
  line-height: 1;

  margin: 0 0 23px;
}

.container tr .tcl h3::before {
  position: absolute;
  content: '';

  bottom: -10px;
  right: -30px;
  width: calc(100% + 47px);
  height: 10px;
  background: #F9F9F9;
  pointer-events: none;
}

.container tr .tcl h3::after {
  position: absolute;
  content: '';

  bottom: -7px;
  right: 0;
  width: 132px;
  height: 5px;
  background: #141414;
  pointer-events: none;
}

.container tr .tcl h3 a {
  display: inline-block;
  position: relative;
}

#pun-index .container tr .tcl h3 a::before {
  transform: translateY(-50%);
  position: absolute;
  content: '';

  top: 50%;
  right: -23px;

  width: 17px;
  height: 17px;
  border-radius: 3px;
}

#pun-index .container tr .tcl h3 a::after {
  position: absolute;
  content: '';

  bottom: -5px;
  left: -46px;

  width: 100%;
  border-bottom: 2px solid #141414;
}

.container tr .tcl h3 a {
  color: #141414;
}

.container tr .tcl h3 a:hover {
  color: #AC894E;
  text-decoration: none;
}

.podforum_link {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: fit-content;
  background: #F9F9F9;
  order: 0;
  padding: 0 10px;
}

.podforum_link a {
  display: inline-block;
  text-transform: lowercase;
  padding: 4px 10px;
  border: 1px solid #141414;
  border-radius: 3px;
  font-size: 9px;
  color: #141414;
  line-height: 1;
  margin-left: 7px;
}

.podforum_link a:first-child {
  margin-left: 0;
}

.podforum_link a:hover {
  background: #141414;
  color: #F9F9F9;
  text-decoration: none;
}


.container tr .tcl .modlist {
  order: 3;
  font-size: 70%;
  margin-top: 10px;
}

.container tr .tcl .info .podfl {
  padding-top: 10px;
  font-size: 120%;
}

.category h2 em {
  text-align: right;
  font-size: 90%;
  line-height: 1.1;
  width: calc(100% - 200px);
  padding-right: 10px;
  box-sizing: border-box;
}

#pun-index .container tr .tc2,
#pun-index .container tr .tc3 {
  display: none;
}


.container tr .tcr {
  width: 28%;
  text-align: left;
  padding-left: 10px;
  padding-top: 15px;
  box-sizing: border-box;
}

.lastpost {
  font-size: 90%;
  color: rgba(0, 0, 0, .8);
}

#pun-index .container .intd {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

#pun-index .icon {
  display: none;
}

#pun-index .inew .tcl h3 a::before {
  background: #AC894E;
}

.icon {
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.inew .icon {
  background: #AC894E;

}

.iclosed .icon {
  background: #141414;
}

.isticky .icon {
  background: #AC894E;
}

#pun-index .hasicon .tclcon {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  width: 100%;
  font-size: 10px;
  line-height: 1;
  padding: 20px 15px 28px 15px;
  box-sizing: border-box;
}

#pun-index .hasicon .tclcon::before {
  position: absolute;
  content: '';

  bottom: -3px;
  left: 0;

  width: calc(100% + 15px);
  height: calc(100% - 47px);
  border: 1px solid #141414;
  border-radius: 8px;

  pointer-events: none;
}

.hasicon .tclcon br { display: none }

#pun-viewforum .tclcon span a,
#pun-searchtopics .tclcon span a {
  display: initial;
}


.inew .subforums a:hover {
  color: rgb(0, 0, 0);
}

.inew .byuser {
  font-weight: 500;
}

.container tr .tcr a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #141414;
}

.container tr .tcr a:hover {
  color: #AC894E;
  text-decoration: none;
}


/******** Active Themes ********/

#pun-viewforum tr,
#pun-searchtopics tr,
#pun-modviewforum tr {
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
}

#pun-viewforum tr a,
#pun-searchtopics tr a,
#pun-modviewforum tr a {
    color: #141414;
}

#pun-viewforum tr.inew .tcl a,
#pun-searchtopics tr.inew .tcl a,
#pun-modviewforum tr.inew .tcl a {
    color: #AC894E;
}

#pun-viewforum .tcl,
#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
  width: 45%;
  flex-grow: 1;
}

#pun-viewforum .isub .tcl {
  padding-bottom: 17px;
}

#pun-viewforum .tc2,
#pun-viewforum .tc3,
#pun-searchtopics .tc3,
#pun-modviewforum .tc2,
#pun-modviewforum .tc3 {
  position: relative;
  width: 5%;
  left: auto;
  top: auto;
  bottom: auto;
  text-align: center;
  font-size: 9px;

  color: rgba(0, 0, 0, .4);
  padding: 0 5px;
}

#pun-searchtopics .tc2 {
  position: relative;
  width: 12%;
  font-size: 9px;
  left: auto;
  top: auto;
  bottom: auto;
  text-align: center;

  color: rgba(0, 0, 0, .4);
  padding: 0 5px;
}

#pun-searchtopics .tc3::before,
#pun-viewforum .tc3::before,
#pun-modviewforum .tc3::before,
#pun-searchtopics .tc2::before,
#pun-viewforum .tc2::before,
#pun-modviewforum .tc2::before{
  display: none;
}

#pun-modviewforum .container tr .tcr {
  padding-top: 0;
  font-size: 90%;
}

#pun-blogs .tcr {
  padding-top: 0;
}

#pun-blogs .tc_Byuser {
  width: 25% !important;
  font-family: 'Caveat', cursive;
  font-size: 16px;
}

#pun-searchtopics .tc2 a {
  opacity: 0.7;
}

#pun-searchtopics .tc2 a:hover {
  opacity: 1;
}


#pun-viewforum .tclcon,
#pun-viewforum .tclcon,
#pun-searchtopics .tclcon,
#pun-searchtopics .tclcon,
#pun-modviewforum .tclcon,
#pun-modviewforum .tclcon {
  padding-left: 10px;
}

#pun-searchtopics .user-avatar,
#pun-viewforum .user-avatar {
  margin-bottom: 0;
}

#pun-viewforum .tcr,
#pun-searchtopics .tcr {
  width: 28%;
  font-size: 90%;
  text-align: right;
  padding-top: 0;
  padding-left: 75px;
}

.linkst,
.linksb,
.modmenu .container {
  position: inherit;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.modmenu .container .button {
  margin-left: 5px;
}

.linkst {
  margin-bottom: 15px;
}

.postlink {
  position: inherit;
  z-index: 2;
  text-align: right;
}

.modmenu {
  margin: 15px 0;
}

.linksb .pagelink {
  order: 1;
}

.linksb noindex {
  order: 2;
}


/* Stats */

#pun-stats ul {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pun-stats ul li {
  z-index: 1;
  line-height: 0.9;
  margin-bottom: 7px;
}

#pun-stats ul .item1 {
  order: 1;
  width: 50%;
}

#pun-stats ul .item2 {
  order: 3;
  width: 50%;
}

#pun-stats ul .item3 {
  order: 2;
  width: 50%;
  text-align: right;
}

#pun-stats ul .item4 {
  order: 4;
  width: 50%;
  text-align: right;
}
#pun-stats ul .item5 {
  order: 5;
  width: 100%;
  line-height: 1.2;
  margin-top: 15px;
}


/******** Online ********/

#pun-online .username {
  width: 30% !important;
}

#pun-online .action {
  width: 40% !important;
  text-align: center;
}

#pun-online .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 30% !important;
  color: inherit;
  font-size: inherit;
  text-align: right;
  text-transform: none;
  padding-left: 0;
}

#pun-online .tc3::before {
  display: none;
}


/******** Users ********/

#pun-userlist .formal .flowers {
  display: none;
}


#pun-userlist tr {
  align-items: center;
  margin: 0 0 5px;
}

#pun-userlist .tc2,
#pun-userlist .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  font-size: inherit;
  text-transform: none;
  padding: 0 5px;
}

#pun-userlist .tc2::before,
#pun-userlist .tc3::before {
  display: none;
}

#pun-userlist .username {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 30%;
}

#pun-userlist .user_title {
  width: 20%;
}

#pun-userlist .relation {
  width: 10%;
}

#pun-userlist .num_posts {
  width: 10%;
}

#pun-userlist .registered {
  width: 15%;
}

#pun-userlist .last_visit {
  width: 15%;
  text-align: right;
  padding: 0 0 0 5px;
}

#pun-userlist .fs-box {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#pun-userlist .fs-box p {
  margin-right: 5px;
  margin-bottom: 0;
}

#pun-userlist .fs-box p:nth-last-child(2) {
  margin-right: 0;
}

#pun-userlist .fs-box .infofield {
  width: 100%;
  margin-right: 0;
}


/******** Topics ********/

.punbb #pun-main h1
.punbb .multipage#pun-main h1,
.punbb .hv-mask-dialog-title,
.punbb #pun-post #pun-main h1,
.punbb #pun-edit #pun-main h1,
.punbb #pun-profile #pun-main h1,
.punbb #pun-search #pun-main h1,
.punbb #MyBookmarks h2,
html .punbb .pun-modal h2,
#pun-viewtopic #post-form h2,
#pun-multimove .modal-inner h2 {
  display: none;
}

.hv-mask-dialog-title {
  margin-bottom: 25px;
}

#pun-viewtopic .linksb .pagelink {
  order: 1;
  flex-grow: 1;
  text-align: left;
}

#pun-viewtopic .linksb .postlink {
  order: 2;
  padding-right: 15px;
  box-sizing: border-box;
}

#pun-viewtopic .linksb .subscribelink {
  order: 3;
}

#pun-viewtopic .linksb #s-block {
  order: 4;
}

#pun-viewtopic .modmenu {
  padding: 25px 0 15px;
}

#pun-viewtopic #topic-users-in,
#pun-viewtopic .linksb {
  padding: 0 0 5px;
  text-transform: lowercase;
  font-size: 11px;
}

.modmenu,
.linkst,
.linksb {
  text-transform: lowercase;
  font-size: 11px;
}


#pun.isguest #pun-viewtopic .linksb {
  padding: 25px 0;
}

#pun-viewtopic #topic-users-in .container {
  display: inherit;
}

#pun.isguest #pun-viewtopic #post-form {
  margin-top: 10px;
}

#pun-viewtopic .pagelink {
  position: inherit;
  z-index: 2;
}

.post {
  position: relative;
  margin-bottom: 25px;
}


.post::before {
  display: block;
  content: "";
  height: 60px;
  margin: -60px 0 0;
  pointer-events: none;
}

.post .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}


/* Profile */

.post-author,
#profile-left {
  position: sticky;
  top: 10px;
  width: 234px;
  margin: 0 0 50px;
  padding-bottom: 45px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border-radius: 15px;
  z-index: 2;
}


.post-author ul {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #141414;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 12px;
}


/* Name */

.pa-author {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tsarevich Regular';
  font-size: 32px;
  color: #F9F9F9;
  height: 55px;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
  padding: 5px 12px;
  background: url('https://i.imgur.com/ffq5TAr.png');
  margin-top: -0.5px;
  border-bottom: 1px solid #141414;
}


.pa-author a {
  order: 2;
  font-family: 'Tsarevich Regular';
  font-size: 32px;
  line-height: 1;
  color: #F9F9F9;
  padding: 0 2px;
  box-sizing: border-box;
  z-index: 1;
}

.pa-author a:hover {
  color: #fff;
  text-decoration: none;
}


/* Status */

.pa-title {
  position: inherit;
  font-size: 9px;
  text-transform: lowercase;
  color: #141414;
  text-align: center;
  line-height: 1;
  margin: 7px 0;
  box-sizing: border-box;
}

/* Messages, Posts */

.pa-posts,
.pa-fld2,
.pa-fld3 {
  float: left;
  width: 24%;
  text-transform: lowercase;
  text-align: center;
  font-size: 8px;
}

.pa-posts {
  width: 30%;
}

.pa-fld3 {
  width: 22%;
}

.post[data-group-id="4"] .pa-posts {
  width: 56%;
}

.pa-posts .fld-name,
.pa-fld2 .fld-name,
.pa-fld3 .fld-name {
  display: block !important;
}


td.lf,
td.rg{
  font-size: 80%;
  background: rgba(19, 19, 19, .9);
  border: none;
  margin: 0;
}

tr:first-child td.lf {
  width: 50px !important;
  min-width: 50px !important;
  padding: 10px 10px 2px;
}

tr:last-child td.lf {
  width: 50px !important;
  min-width: 50px !important;
  padding: 2px 10px 10px;
}

tr:first-child td.rg {
  width: 15px !important;
  min-width: 15px !important;
  padding: 10px 10px 2px;
}

tr:last-child td.rg {
  width: 15px !important;
  min-width: 15px !important;
  padding: 2px 10px 10px;
}



/* Avatar */

.pa-avatar {
  position: relative;
  display: block;
  margin: 0 auto 8px;
  line-height: 1;
  z-index: 1;
  border-radius: 8px;
}

.pa-avatar::after {
  position: relative;
  content: '';
  display: block;
  width: 234px;
  height: 1px;
}

.pa-avatar img {
  max-width: 180px;
  height: auto;
  outline: 1px solid #AC894E;
  border-radius: 8px;
}

/* Who */

.pa-fld4 {
  height: 34px;
  background: url('https://i.imgur.com/Cu9dIZW.png');
  text-align: center;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tsarevich Regular';
  font-size: 26px;
  color: #F9F9F9;
  margin-bottom: 10px;
}

/* Reputation */

.pa-respect {
  float: left;
  width: 24% !important;
  position: relative;
  text-transform: lowercase;
  text-align: center;
  font-size: 8px;
  z-index: 1;
  box-sizing: border-box;
}

.pa-respect a::before {
  position: absolute;
  content: "\f004";
  top: 0;
  right: -3px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.pa-respect a img {
  display: none;
}

.pa-respect .fld-name {
  display: block !important;
}

.pa-respect .fld-name a::before {
  display: none;
}



/* Online */

.pa-last-visit {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  clear: both;
}

.online .pa-online {
  position: relative;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #AC894E;
  clear: both;
}

.online .pa-online::before,
.pa-last-visit::before {
  display: block;
  position: relative;
  content: '';
  width: 234px;
  height: 6px;
}

.online .pa-online strong {
  font-weight: 400;
}

.pa-online .fld-name,
.pa-last-visit .fld-name,
.pa-online br,
.pa-last-visit br,
.pa-replies br {
  display: none;
}


/* LZ */

.pa-fld1 {
  position: relative;
  font-size: 9px;
  color: #141414;
  background: #F9F9F9;
  text-align: justify;
  border-radius: 8px;
  padding: 10px 8px;
  box-sizing: border-box;
  border: 1px solid #141414;
  width: 180px;
  margin: 0 auto 8px;
}

.pa-fld1::before {
  position: absolute;
  content: '';

  transform: translateY(-50%);
  top: 50%;
  left: -28px;
  width: 234px;
  border-bottom: 1px solid #141414;
  pointer-events: none;
  z-index: -1;
}


/* Name */

.pa-fld1 lz {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px dashed #AC894E;
}

.pa-fld1 lz a {
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.pa-fld1 lz a:hover {
  color: #141414;
  text-decoration: none;
}

.pa-fld1 bio {
  line-height: 1;
  margin-top: 8px;
  display: block;
}



.pa-fld3:nth-child(7) {
  bottom: -34px;
}

/* Post Body */

.post-body {
  position: relative;
  width: calc(100% - 270px);
  text-align: justify;
  font-size: 11px;
  padding: 20px 5px 50px 22px;
  margin: 0;
  box-sizing: border-box;
}

.post-box .post-content table {
  table-layout: fixed !important;
  margin: 1em 0;
}

.post-box .post-content tr {
  display: table-row;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.post-box .post-content tr::before {
  display: none;
}

.post-box .post-content td {
  border: none;
  border-width: 0 !important;
  border-style: none !important;
  vertical-align: top;
  padding: 5px !important;
  box-sizing: border-box;
}


/* Post Links */

.post-links {
  position: absolute;
  bottom: 22px;
  width: 100%;
  z-index: 1;
}

.post-links ul {
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding-right: 0;
}

.post-links ul li {
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 25px;
}

.post-links ul li a {
  color: #141414;
}

.post-links ul li a:hover {
  color: #AC894E;
  text-decoration: none;
}

.post-links ul li:nth-last-child(2) {
  padding-right: 0;
}

.post-links ul .email {
  flex-grow: 1;
}

#post-form legend {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
}


/* Post Header */

.topic .post h3,
.fs-box .post h3 {
  position: relative;
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0;
  z-index: 1;
  box-sizing: border-box;
}

.topic .post h3::before,
.fs-box .post h3::before {
  position: absolute;
  content: '';

  transform: translateY(-50%);
  top: 50%;
  left: -30px;
  width: calc(100% + 60px);
  border-bottom: 1px solid #141414;

  z-index: -1;
  pointer-events: none;
}

.topic .post h3::after,
.fs-box .post h3::after {
  position: absolute;
  content: '';

  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 237px;
  height: 12px;
  background: url('https://i.imgur.com/JmpN1GR.png');

  z-index: -1;
  pointer-events: none;
}

.topic .post h3 span,
.fs-box .post h3 span {
  -js-display: flex;
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: flex-end;
}

.topic .post h3 span a,
.topic .post h3 span em {
  background: #F9F9F9;
  font-style: normal;
}

.topic .post h3 span a {
  padding: 0 5px;
}

#pun-messages .fs-box .post h3 span {
  position: relative;
}

#pun-messages .fs-box .post h3 span::before {
  position: absolute;
  content: '';
  top: 0;
  left: 305px;
  width: 160px;
  height: 100%;
  background: #F9F9F9;
  z-index: -1;
}

.topic .post h3 span .permalink,
.fs-box .post h3 span .permalink {
  order: 1;
  background: #F9F9F9;
  display: block;
  padding: 0 28px;
  margin-right: 404px;
  font-size: 9px;
  text-transform: lowercase;
}

.topic .post.topicpost h3 span .permalink,
.fs-box .post.topicpost h3 span .permalink {
  margin-right: 172px;
}


.topic a.sharelink {
  text-align: center;
}

.topic .post h3 span #fntSlider,
.fs-box .post h3 span #fntSlider {
  order: 2;
  border-left: 28px solid #F9F9F9 !important;
  border-right: 28px solid #F9F9F9 !important;
  margin-right: 50px;
}

#pun-messages .fs-box .post h3 span #fntSlider {
  margin-right: 0;
  margin-left: 85px;
}



.topic .post h3 span strong,
.fs-box .post h3 span strong {
  order: 3;
  text-align: right;
  font-weight: 400;
  padding-left: 8px;
  background: #F9F9F9;
  display: block;
  padding: 0 28px;
  font-size: 9px;
  text-transform: lowercase;
}


/******** Dialogs ********/

#pun-reputation .inner,
#mask_dialog .inner,
.pun-modal .modal-inner {
  background-color: #F9F9F9;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 30px
}

#pun-reputation .inner {
  padding: 45px 25px 25px;
}


/******** Masks ********/

#mask_dialog .inner {
  padding: 20px 25px;
  background-image: none !important;
}

#pun-report .bg, #pun-reputation .bg, #pun-admin-award-form .bg {
  background: rgb(25, 17, 14) !important;
  z-index: 99 !important;
}

.punbb #mask_dialog .hv-bg,
.pun-modal .modal-bg {
  background: rgba(25, 17, 14, .7) !important;
}

#pun-reputation .inner .container {
  position: initial;
  padding: 15px 0 0 !important;
}

#pun-viewtopic #pun-main.multipage #pun-reputation h1 {
  margin: -27px -6px 1px;
}

#pun-main.multipage #pun-reputation h1::before {
  width: calc(100% + 100px);
  background-size: contain;
}

#pun-reputation .tcl {
  width: 25% !important;
}

#pun-reputation .tc2,
#pun-reputation .tc3 {
  position: relative;
  color: rgba(19, 19, 19, 1);
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  padding: 0;
}

#pun-reputation .tc2 textarea {
  width: 100% !important;
}

#pun-reputation .tc2 {
  width: 75% !important;
  padding-left: 20px;
}

#pun-reputation .tc2::before,
#pun-reputation .tc3::before {
  display: none;
}

#pun-reputation tr:first-child .tc2 {
  color: #AC894E;
  font-family: "Tsarevich Regular";
  font-size: 18px;
  text-transform: none;
}

#pun-reputation tr:nth-child(2) .tcl span:last-child {
  font-style: italic;
}

#mask_dialog .inner {
  overflow: hidden;
  min-height: 450px;
}

#mask_dialog .hv-mask-block {
  align-items: flex-start !important;
}

#mask_dialog .hv-control {
  position: sticky;
  bottom: -5px;
  background-color: #F9F9F9;
  background-position: 50% 36%;
  z-index: 1;
}

#mask_dialog #mask_form {
  position: relative;
  margin-bottom: 7px;
}

html.dark #mask_dialog #mask_form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 194, 176, .3);
  mix-blend-mode: multiply;
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}

#mask_dialog .hv-mask-field {
  padding: 10px;
}

#mask_dialog .hv-mask-field::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(238, 238, 238);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}

#mask_dialog .hv-form-block {
  max-height: 355px !important;
  padding-right: 10px;
  padding-bottom: 60px;
}

#mask_dialog .hv-add-template {
  line-height: 22px;
  font-size: 10px;
  border: none !important;
  margin-bottom: 5px;
  padding: 2px 10px !important;
}

#mask_dialog .description {
  font-style: italic;
}

#mask_dialog .hv-preview-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  border: 1px solid #141414;
  padding: 0 0 15px;
  border-radius: 25px;
  margin-right: 10px;
  overflow: hidden !important;
}

#mask_dialog .hv-preview-author {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  box-sizing: border-box;
  width: calc(100% + 1px);
  background: url(https://i.imgur.com/ffq5TAr.png);
  font-family: 'Tsarevich Regular';
  line-height: 1;
  color: rgb(249 249 249);
  border-radius: 25px 25px 0 0;
  margin-bottom: 2px;
  padding: 13px 5px !important;
  margin-left: -1px;
}

#mask_dialog .hv-preview-title {
  display: inline-block;
  clear: both;
  float: right;
  text-transform: lowercase;
  color: rgb(20 20 20);
  text-align: center;
  font-size: 8px;
  line-height: 1;
  margin: 0 auto 2px;
}

#mask_dialog .hv-preview-avatar {
  position: relative;
  display: inline-block;
  width: 82%;
  padding-bottom: 0 !important;
  padding-top: 1px !important;
  margin: 0 auto;
}

#mask_dialog .hv-preview-avatar img {
  max-width: 100% !important;
  display: block;
  border-radius: 8px;
  outline: 1px solid #AC894E;
}

#mask_dialog .hv-preview-pafld1 {
  position: relative;
  border-radius: 10px;
  font-size: 65%;
  color: #141414;
  padding: 5px 10px !important;
  line-height: 1;
  text-align: justify;
  width: 82%;
  border: 1px solid #141414;
  margin: 7px auto 0;
  background: #F9F9F9;
}

#mask_dialog .hv-preview-pafld1::before {
  position: absolute;
  content: '';
  transform: translateY(-50%);
  top: 50%;
  left: -28px;
  width: 234px;
  border-bottom: 1px solid #141414;
  pointer-events: none;
  z-index: -1;
}

#mask_dialog .hv-preview-pafld1 lz {
  font-size: 10px;
  text-align: center;
  display: block;
  font-weight: 700;
  padding-bottom: 3px;
  border-bottom: 1px dashed #AC894E;
}

#mask_dialog .hv-preview-pafld1 bio {
  display: block;
  padding-top: 4px;
}

#mask_dialog .hv-preview-pafld4 {
  background: url(https://i.imgur.com/Cu9dIZW.png);
  text-align: center;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tsarevich Regular';
  font-size: 16px;
  color: #F9F9F9;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 6px;
}

#mask_dialog .hv-preview-pafld1:empty { display: none; }

#mask_dialog .hv-preview-pafld1 .fandom {
  position: absolute;
  top: 6px;
  letter-spacing: 2px;
  font-size: 60%;
  text-transform: uppercase;
  margin: 0 auto !important;
  left: 0;
  text-align: center;
  width: 90%;
  right: 0;
}

#mask_dialog .hv-preview-pafld1 .lzname {
  display: block;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

#mask_dialog .hv-preview-pafld1 .info {
  text-align: justify;
}

#mask_dialog .hv-preview-pafld1 .lzname:hover,
#mask_dialog .hv-preview-pafld1 .info a:hover {
  color: rgba(205, 202, 197, 1);
}

#mask_dialog .hv-masks-storage {
  flex: 0 1 142px !important;
  max-height: 355px !important;
  padding-right: 0;
  padding-top: 0;
  z-index: 1;
}

#mask_dialog .hv-storage-count {
  text-align: left !important;
  color: rgb(113, 86, 71) !important;
  padding-left: 5px;
}

#mask_dialog .hv-mask-element {
  position: relative;
  height: 60px;
  text-align: center;
}

#mask_dialog .hv-mask-element img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 5px;
  outline: 1px solid #AC894E;
}

#mask_dialog .hv-delete-mask {
  text-transform: uppercase;
  font-weight: 700;
}


/******** Reputation ********/

#pun-respect tr,
#pun-positive tr {
  align-items: center;
  margin-bottom: 5px;
}

#pun-respect tr:last-child,
#pun-positive tr:last-child {
  margin-bottom: 0;
}

#pun-respect .tcl,
#pun-positive .tcl {
  width: 13% !important;
  font-size: 12px;
  padding-right: 0;
}

#pun-respect .tc2,
#pun-positive .tc2 {
  position: relative;
  top: auto;
  left: auto;
  text-align: center;
  right: auto;
  bottom: auto;
  width: 2% !important;
  text-transform: none;
  font-size: 12px;
  color: rgb(28, 28, 28);
  padding: 0;
}

#pun-respect .tc3,
#pun-positive .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-transform: none;
  padding: 0;
}

#pun-respect .tc2::before,
#pun-respect .tc3::before,
#pun-positive .tc2::before,
#pun-positive .tc3::before {
  display: none;
}

#pun-respect .tc3:nth-child(3),
#pun-positive .tc3:nth-child(3) {
  width: 20% !important;
  font-size: 12px;
  text-align: center;
}

#pun-respect .tc3:nth-child(3) a,
#pun-positive .tc3:nth-child(3) a,
#pun-respect .tcr a:hover {
  color: rgba(19, 19, 19, 1);
}

#pun-respect .tc3:nth-child(3) a:hover,
#pun-positive .tc3:nth-child(3) a:hover,
#pun-respect  .tcr a {
  color: rgb(140, 106, 48);
}


#pun-respect .tc3:nth-child(4),
#pun-positive .tc3:nth-child(4) {
  width: 35% !important;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
}

#pun-respect .tcr,
#pun-positive .tcr {
  width: 30% !important;
  text-align: right;
  padding-left: 0;
  padding-top: 0;
}

#pun-respect .tcl:last-child,
#pun-positive .tcl:last-child {
  width: 100% !important;
  text-align: center;
}

#pun-respect .linksb,
#pun-positive .linksb {
  margin-top: 15px;
}

#pun-respect .removeReputation,
#pun-positive .removeReputation {
  position: relative;
  background: none !important;
}

#pun-respect .removeReputation::before,
#pun-positive .removeReputation::before {
  position: absolute;
  content: "\f00d";
  transform: translateY(-50%);
  top: 50%;
  right: -15px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  color: #AC894E;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#pun-respect .removeReputation:hover::before,
#pun-positive .removeReputation:hover::before {
  color: rgb(0, 0, 0);
}


/******** Login/Registration/Search ********/

#pun-login #login .fs-box,
#pun-search #punbbsearch .fs-box {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#pun-login #login .inputfield:nth-child(3),
#pun-search #punbbsearch .inputfield:nth-child(2),
#pun-search #punbbsearch .selectfield:nth-child(1),
#pun-search #punbbsearch .selectfield:nth-child(2) {
  margin-right: 5px;
}

#pun-register fieldset,
#pun-search fieldset {
  margin-bottom: 5px;
}

#pun-register fieldset:nth-last-child(2),
#pun-search fieldset:nth-last-child(2),
#pun-login #login .inputfield,
#pun-search #punbbsearch .inputfield,
#pun-search #punbbsearch .selectfield {
  margin-bottom: 0;
}

#pun-register fieldset:nth-last-child(2) fieldset {
  padding: 10px;
}

#pun-register fieldset:nth-last-child(2) .radiofield {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#pun-register fieldset:nth-last-child(2) .radiofield label {
  width: 94%;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 5px;
}

#pun-search #punbbsearch .infofield {
  width: 100%;
}

#pun-searchposts .post {
  position: relative;
}

#pun-searchposts #pun-main .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pun-searchposts h2 {
  display: none;
}

#pun-searchposts h3 {
  z-index: 1;
  box-sizing: border-box;
}

#pun-searchposts .post-links ul {
  justify-content: flex-start;
}

#pun-searchposts .pa-author strong {
  order: 2;
  align-self: baseline;
  font-size: 11px;
  font-family: "Neumann";
  line-height: 0.9;
  color: rgb(179, 143, 81);
  font-weight: 500;
  padding: 0 2px;
  box-sizing: border-box;
}

#pun-searchposts .pa-replies {
  display: inline-block;
  text-align: right;
  font-size: 90%;
  text-transform: lowercase;
  margin-top: 6px;
  padding: 0 2px;
}

#pun-searchposts .pa-replies .fld-name {
  display: inline-block !important;
}

#pun-searchposts .pagelink {
  position: inherit;
  z-index: 9;
}


/******** New Topic ********/

#pun-post input[type=text],
#pun-edit input[type=text] {
  width: 100%;
}

#pun-post .pa-author {
  color: rgb(179, 143, 81);
}

#pun-post .topic {
  margin-top: 40px;
}

#pun-post .inputfield input {
  width: 100%;
}

#pun-post .fs-box .inputfield:last-child {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#pun-post .fs-box .inputfield input {
  margin-right: 10px;
}

#pun-post .topic h2 {
  display: none;
}

#pun-post .topic .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pun-post .topic h3 {
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 8px;
}

/******** Profile ********/

/* View */

#pun-profile #profile-signature,
#pun-profile #profile-signature ul {
  border-width: 0;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pun-profile #profile-signature {
  position: relative;
}

#pun-profile #profile-signature::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 2px !important;
  border-bottom: 1px solid rgba(185, 174, 156, 1);
  opacity: 1 !important;
}

#pun-profile #viewprofile-next #profilenav {
  display: none;
}

#pun-profile .container tr {
  align-items: flex-start;
  padding: 0;
  background: none;
  box-shadow: none;
}

#pun-profile #profile-left {
  display: flex;
  flex-wrap: wrap;
  top: 2px;
  width: 250px !important;
  overflow: unset;
  box-sizing: border-box;
  border-radius: 30px;
  margin-right: 20px;
  border: 1px solid #141414;
  padding-bottom: 10px;
}

#pun-profile #profile-left li {
  position: inherit;
  width: 250px;
  text-align: center;
  margin: 0 auto;
}

#pun-profile #profile-left li.bloglink {
  display: none;
}

#pun-profile #profile-left li#pa-avatar {
  padding-right: 0;
}

#pun-profile #profile-left li#pa-avatar strong {
  color: rgb(205, 202, 197);
}

#pun-profile #profile-left #profile-name {
  height: 55px;
  box-sizing: border-box;
  border-radius: 30px 30px 0 0;
  padding: 5px 12px;
  background: url(https://i.imgur.com/ffq5TAr.png);
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.5px;
}

#pun-profile #profile-left #profile-name strong {
  font-family: 'Tsarevich Regular';
  font-size: 32px;
  color: #F9F9F9;
  font-weight: 400 !important;
}

#pun-profile #profile-left #profile-title {
  position: relative;
  line-height: 1;
  padding: 0 5px;
  box-sizing: border-box;
  margin-top: 4px;
}

#pun-profile #profile-left #profile-title strong {
  font-size: 7px;
  text-transform: lowercase;
  text-align: center;
  line-height: 0.9;
  margin: 8px 0 5px;
  padding: 0 2px;
  letter-spacing: 2px;
  box-sizing: border-box;
}


#pun-profile #profile-left #pa-avatar strong {
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
}

#pun-profile #profile-left #pa-avatar div {
  position: relative;
  display: inline-block;
  margin: 9px auto 0;
}

#pun-profile #profile-left #pa-avatar img {
  display: block;
  outline: 1px solid #AC894E;
  border-radius: 8px;
}

#pun-profile #profile-left #pa-online {
  position: relative;
  font-size: 9px;
  line-height: 1;
  margin: 5px 0 0;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 1;
  text-transform: uppercase;
  color: #AC894E;
}

#pun-profile #profile-left #pa-online strong {
  font-weight: 400 !important;
}

#pun-profile #profile-left .preview_author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}


#pun-profile #profile-left #pa-edit {
  position: absolute;
  padding-right: 0;
  bottom: -36px;
  left: 0;
}

#pun-profile #profile-left #pa-edit a { width: 100%; }

#pun-profile #profile-left #pa-edit

#pun-profile #profile-left #pa-edit strong {
  position: absolute;
  display: inline-block;
  bottom: -85px;
  left: 0;
  right: 0;
  line-height: 39px;
  margin: 0 auto;
  width: 204px;
  z-index: 0 !important;
}

#pun-profile #profile-right {
  width: 75% !important;
  position: relative;
  padding: 10px 45px 10px 10px;
}


#pun-profile #profile-right li {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}

#pun-profile #profile-right li#pa-fld1 .lzname {
  font-size: 11px;
  font-family: "Neumann";
  text-transform: uppercase;
  letter-spacing: 2px;
}

#pun-profile #profile-right li#pa-fld1 .fandom {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
}

#pun-profile #profile-right li:last-child {
  margin-bottom: 0;
}

#pun-profile #profile-right span:not(.GamePst) {
  position: inherit;
  width: 25%;
  font-size: 9px;
  text-transform: uppercase;
  text-align: right;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 10px 0 0 10px;
  padding: 10px;
}

#pun-profile #profile-right span > span {
  width: auto;
}


#pun-profile #profile-right .profile_strong {
  position: relative;
  display: inline-block;
  width: 74%;
  font-weight: 400;
  padding: 10px 15px;
  box-sizing: border-box;
}

#pun-profile #profile-right .profile_strong::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(182, 178, 175, .8);
  mix-blend-mode: color-burn;
  border-radius: 3px;
  pointer-events: none;
  z-index: 0;
}


#pun-profile #profile-right strong {
  position: relative;
  display: block;
  width: 75% !important;
  font-weight: 400;
  padding: 10px;
  z-index: 1;
  background-color: rgba(234, 234, 234, 1);
  border-radius: 10px;
}

#pun-profile #profile-right strong p {
  position: relative;
  margin: 0;
}


/* Edit Profile */

#profilenav {
  padding-top: 1em;
  float: left;
  width: 150px;
  margin-bottom: 20px;
}

#profilenav ul {
  margin-bottom: 15px;
}

#profilenav .flowers {
  display: none;
}

#profilenav h2 {
  display: none;
}

#profilenav li {
  margin-bottom: 8px;
  text-transform: lowercase;
}

#profilenav li.isactive a {
  color: rgb(0, 0, 0);
}

#pun-profile fieldset {
  margin-left: 150px;
  margin-bottom: 15px;
  padding: 30px 40px 20px 20px;
}

#pun-profile fieldset fieldset {
  margin-left: 0;
  padding: 0;
}

#pun-profile fieldset fieldset::after {
  display: none
}

#pun-profile .formsubmit {
  margin-left: 150px;
}

#pun-profile fieldset em {
  display: block;
  margin-top: 5px;
}

#pun-profile fieldset .formsubmit {
  margin-left: 0;
}

.profile_img {
  position: relative;
  float: right;
}

.profile_img img {
  float: none !important;
}

.profile_img::before,
.profile_img::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

.profile_img::before {
  top: -8px;
  right: -8px;
  background-image: url('https://i.imgur.com/cpZydBu.png');
}

.profile_img::after {
  bottom: -6px;
  left: -6px;
  background-image: url('https://i.imgur.com/xQFvj17.png');
}

#pun-profile #profile8 input[type=text],
#pun-profile #profile9 input[type=text] {
  width: 100%;
}

#pun-profile #profile10.container tr {
  align-items: center;
  padding: 10px 15px;
}

#pun-profile #profile10.container td {
  padding: 0;
  color: rgba(19, 19, 19, 1);
}

#pun-profile #profile10 .adfs-box {
  margin-left: 150px;
}

#pun-profile #profile10 .adfs-box #update_comments {
  margin-right: 10px !important;
}

#pun-profile #profile10 .adfs-box #del_file {
  margin-right: 5px !important;
}

#pun-profile #profile10 #uploaded-count-block,
#pun-profile #profile10 .pagelink {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pun-profile #profile10 .tc2,
#pun-profile #profile10 .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

#pun-profile #profile10 .tc2::before,
#pun-profile #profile10 .tc3::before {
  display: none;
}

/******** Messages ********/

#pun-message .info {
  text-align: center;
}

#pun-messages form {
  margin-left: 150px;
}

#pun-messages form#mask_form {
  margin-left: 0;
}

#pun-messages fieldset {
  margin-bottom: 15px;
  padding: 40px 15px 20px;
}

#pun-messages fieldset::before { display: none; }

#pun-messages .formsubmit {
  margin-left: 150px;
}

#pun-messages fieldset form {
  margin-left: 0;
  padding: 0 15px;
}

#pun-messages fieldset .fs-box + form {
  padding: 5px 15px;
  background: rgba(234, 234, 234);
  border-radius: 10px;
}

#pun-messages fieldset form input[type=text] {
  width: 100%;
}

#pun-messages .button.preview {
  margin-left: 10px;
}

#pun-messages .inp2 {
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#pun-messages .inp2 label {
  flex-grow: 1;
}

#pun-messages .container tr {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

#pun-messages .tc2,
#pun-messages .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  font-size: inherit;
  text-transform: none;
}

#pun-messages .tc2::before,
#pun-messages .tc3::before {
  display: none;
}

#pun-messages tr {
  box-shadow: none;
}

#pun-messages tr.icon {
  top: auto;
  left: auto;
  height: auto;
}

#pun-messages tr {
  padding: 10px 0 10px 10px;
}

#pun-messages tr .icon {
  background: #141414;
}

#pun-messages tr.inew .icon {
  background: #AC894E;
}

#pun-messages tr .pmtcl1 .tclcon {
  padding-left: 10px;
}

#pun-messages tr .tcl a {
  color: rgba(19, 19, 19, 1)
}

#pun-messages tr .tcl a:hover {
  color: rgb(140, 106, 48)
}

#pun-messages tr.inew .tcl a {
  color: #AC894E;
}

#pun-messages tr.inew .tcl a:hover {
  color: #141414
}

#pun-messages .container .intd {
  align-items: center;
}

#pun-messages .pmtcl1 {
  width: 50% !important;
}

#pun-messages .pmtcl1 .icon {
  top: 22px;
  left: 15px;
}

#pun-messages .pmtcl1 .tclcon {
  z-index: 1;
}

#pun-messages .pmtc22 {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 30% !important;
  padding: 0;
  z-index: 1;
}

#pun-messages .pmtc33 {
  width: 15% !important;
  padding: 0;
  z-index: 1;
}

#pun-messages .pmtc24 {
  width: 5% !important;
}

#pun-messages .linksb {
  margin-bottom: 5px;
}

#pun-messages .fs-box {
  margin-top: 10px;
}

#pun-messages .post {
  margin-bottom: 0;
}

#pun-messages .post .container {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: unset;
}

#pun-messages h3::before {
  left: -15px;
  width: calc(100% + 30px);
}

#pun-messages .post-author {
  width: 200px;
  padding-bottom: 0;
}

#pun-messages .post-author img {
  width: 140px;
}

#pun-messages .post-body {
  width: calc(100% - 200px);
}

#pun-messages .post-body::after {
  display: none;
}

#pun-messages .post-author ul {
  padding-bottom: 20px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#pun-messages .post-author .pa-author {
  min-width: 210px;
  margin-left: 0;
}

#pun-messages .post-author .pa-author a {
  font-size: 26px;
}

#pun-messages .post-author .pa-title {
  display: block;
  width: 100%;
}

#pun-messages .post-author .pa-posts {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  margin-left: 0;
}


#pun-messages .pa-posts .fld-name {
  display: inline-block !important;
}

#pun-messages .post-links ul {
  justify-content: flex-start;
}

#pun-messages .post-links ul .pl-email {
  flex-grow: 1;
}

#pun-messages .post-links ul li:nth-last-child(2) {
  padding-right: 10px;
}

#pun-messages .post-links ul li:last-child {
  padding-right: 0;
}

#pun-messages legend {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 94%;
  padding: 0 0 0 8px;
  box-sizing: border-box;
  z-index: 1;
}

#pun-messages #profilenav + fieldset:not(#post-new) legend {
  width: calc(100% - 37px);
}

#pun-messages legend strong {
  order: 1;
}

#pun-messages legend small {
  order: 2;
  text-align: right;
  padding-right: 0 !important;
}

#pun-messages .pa-title {
  margin: 4px 0 8px;
}

#pun-messages #form-buttons #button-image b p {
  right: -3px;
}


/******** Mod Themes ********/

#pun-modviewforum .modmenu strong {
  flex-grow: 1;
}


/* Move Messages */

#pun-multimove h2 {
  display: none;
}

#pun-multimove .post-author {
  padding-bottom: 0;
}

#afterMove #pun-main .container {
  display: block !important;
}

#pun-multimove #PMove_2 {
  width: 99%;
  margin-top: 10px;
}

#pun-multimove #SubmitMPst {
  margin-left: 0 !important;
}

#pun-multimove #PMove_2 legend {
  top: 0;
}

#pun-multimove #PMove_2::before { display: none; }

#pun-multimove #move_posts_form thead tr {
  background: none;
  width: auto !important;
  display: flex !important;
}

#pun-multimove #PMove_2 thead {
  width: 100%;
  display: none;
}
#pun-multimove #PMove_2 tbody tr {
  width: 100% !important;
  background: none;
  padding: 0 !important;
}

#pun-multimove #PMove_2 .tcl {
  width: 90% !important;
  background: rgb(193, 190, 185);
  border-radius: 5px;
  padding: 10px 35px;
}

#pun-multimove #PMove_2 .tc2 {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 10% !important;
  text-align: center;
  padding: 0 !important;
}

#pun-multimove #PMove_2 {
  padding: 20px 0;
}

#pun-multimove .modal-inner {
  padding-right: 20px;
}

#pun-multimove #PMove_2 td,
#pun-multimove #PMove_2 th {
  position: inherit;
  z-index: 1;
}

#pun-multimove #PMove_2 .tc2::before {
  display: none;
}

#pun-multimove #pun-main .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

#pun-multimove h3 {
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0 0 0 8px;
}

#pun-multimove .post-links {
  position: inherit;
  bottom: 0;
}

#pun-multimove .post-links ul {
  justify-content: flex-start;
  padding-left: 8px;
}


/******** Poll ********/

#pun-multimove label {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

#pun-multimove fieldset legend {
  top: 8px
}

#pun-viewtopic #poll-special {
  margin-bottom: 25px;
}

#pun-viewtopic #poll-special .flowers {
  display: none;
}

#pun-viewtopic #poll-special table {
  width: 80%;
}

#pun-viewtopic #poll-special table tr {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

#pun-viewtopic #poll-special table tr::before {
  border-radius: 5px;
}

#pun-viewtopic #poll-special table tr.question {
  background-color: transparent;
  justify-content: center;
  border: none;
  box-shadow: none;
}

#pun-viewtopic #poll-special table td:first-child {
  width: 50%;
}

#pun-viewtopic #poll-special table td.tar {
  width: 3%;
}

#pun-viewtopic #poll-special table td.tac {
  width: 100%;
}

#pun-viewtopic #poll-special table td.tac strong {
  font-family: "Neumann";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

#pun-viewtopic #poll-special table td:nth-child(2) {
  width: 35%;
}

#pun-viewtopic #poll-special table td:nth-child(2):last-child {
  width: 95%;
}

#pun-viewtopic #poll-special h1 {
  margin: 3px 0 0 !important;
}

#pun-viewtopic #poll-special h1::before {
  display: none;
}

#pun-viewtopic #poll-special h1::after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(179, 143, 81);
  border-radius: 2px;
}

#pun-viewtopic #poll-special p {
  margin-top: 5px;
}

#pun-viewtopic #poll-special input[type=submit]:last-child {
  margin-right: 0 !important;
}

/******** Logout ********/

#pun-navlinks a:not(.NextShow) + span.odd {
  display: none !important;
}

#pun-navlinks span.odd #form-login {
  position: absolute;

  top: 15px;
  right: 0;

  width: 470px;
  background-color: rgb(205, 202, 194);

  border-radius: 10px;
  border: none;
  outline: none;
  padding: 25px;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);

  z-index: 99;
  box-sizing: border-box;
}

#pun-navlinks.fixed span.odd #form-login {
  top: 35px;
}

#form-login #List-UserNames {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 231px;
  width: 200px;
  border-radius: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

#pun-navlinks.fixed #form-login #List-UserNames ul {
  padding-top: 0;
  width: 100%;
}

#form-login #List-UserNames ul {
  padding-right: 0;
  text-align: left;
}

#pun-navlinks.fixed #form-login #List-UserNames {
  padding: 5px 10px 0 0;
}

#form-login #List-UserNames span:nth-child(2) {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

  width: 100%;
  float: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;;
}

#form-login #List-UserNames span:nth-child(2) span {
  width: 50%;
}

#form-login #List-UserNames span:nth-child(2) span.a1-paste {
  display: initial;
  text-align: right;
  margin-top: 0;
}

#form-login #List-UserNames span:nth-child(2) input {
  width: 100%;
}

#form-login #List-UserNames li {
  width: 100%;
  font-size: 12px;

  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3px;
}

#form-login #List-UserNames li b {
  display: inline-block;
  width: 150px;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#form-login #List-UserNames li b:hover,
#form-login #List-UserNames li .close:hover::before {
  color: rgb(140, 106, 48);
  cursor: pointer;
}

#form-login #List-UserNames li .close {
  position: relative;
  display: inline-block;
  width: 8px;
  color: transparent;

  margin-top: 0;
}

#pun-navlinks.fixed #form-login .Rega,
#pun-navlinks.fixed #form-login .Forgot {
  color: rgb(140, 106, 48);
}

#pun-navlinks.fixed #form-login .Rega:hover,
#pun-navlinks.fixed #form-login .Forgot:hover {
  color: rgb(0, 0, 0);
}

#form-login #List-UserNames li .close::before {
  position: absolute;

  content: '\f00d';

  transform: translateY(-50%);
  top: 50%;
  left: 32px;

  font-size: 11px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: rgb(140, 106, 48);

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#form-login .Rega,
#form-login .Forgot {
  font-size: 10px;
}

#form-login span:nth-child(2),
#form-login div:nth-child(3) {
  font-size: 10px;
}

#form-login span:nth-child(2) {
  font-weight: 700;
  margin-bottom: 10px;
}

#form-login li span:nth-child(2) {
  font-weight: 500;
  margin-bottom: 0;
}

#form-login span:nth-child(2),
#form-login div:nth-child(3),
#form-login .button,
#form-login .Rega,
#form-login .Forgot {
  float: right;

  padding-left: 5px;
  box-sizing: border-box;
  margin-right: 0;
}

#form-login span:nth-child(2),
#form-login div:nth-child(3),
#form-login .Rega,
#form-login .Forgot {
  width: 220px;
}

#form-login .Rega {
  margin-top: 10px;
}

#form-login .button {
  width: 215px;
  margin-top: 5px !important;
}

#form-login div:nth-child(3) input {
  width: 100%;
  box-sizing: border-box;
  margin: 3px 0 5px;
}

#form-login div:nth-child(3) span {
  font-size: 10px;
}

#form-login div:nth-child(3) .inputfield {
  margin: 0;
}

#pun-navlinks #New-exit img {
  position: absolute;
  top: 25px;
  right: 130px;

  width: 30px;
  height: auto;
  background: rgb(19, 19, 19);
  border-radius: 3px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  border-radius: 18px;
}

#pun-navlinks.fixed #New-exit img {
  top: 45px;
  right: -80px;
}

#pun-navlinks #New-exit img:hover {
  background: rgba(179, 143, 81, 1);
}

#form-login p {
  position: initial;
}


/******** Notifications ********/

.pun-modal .modal-inner {
  padding-top: 20px;
}

html .unread-notifications #notifications-settings {
  padding: 0 25px;
}

html .unread-notifications .notifications-block-title {
  border: none;
  border-style: none;
  background: none;
  padding: 0 5px 0 10px;
}

html .unread-notifications #notifications-wrap,
html .unread-notifications #notifications-advanced {
  padding: 0 15px;
}

html #pun-viewtopic .pun-modal .modal-inner h2 {
  display: block !important;
}

html .pun-modal .modal-inner h2 {
  justify-content: center;
}

html .pun-modal .modal-inner tr {
  padding: 10px 15px !important;
}

html .pun-modal .modal-inner tr::before {
  display: block !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

html .pun-modal .modal-inner tr:hover::before {
  background: rgba(220, 204, 184, .3);
}


html .pun-modal .modal-inner tr td {
  width: 100%;
}