/*************************************************************
design by  https://softpaw.rusff.me/profile.php?id=8
    Classic DarkRed.
**************************************************************/

/* 
-------------------------------------------------------------*/

@import url(style_cs.1756136458.css);

#pun-announcement h2 {display: none}
#pun-main div.catleft, #pun-main div.catright {display: none}
.category .container thead {display: none;}
#post-form h2 {display:none;}
#topic-modmenu span {display:none;}
#pun-navlinks li#navawards {display: none;}
.lastedit {display:none;}
.sharelink {display: none;}
.topic a.sharelink {display:none!important;}
.post-links li.pl-reports {display:none;}
#pun-stats .section {display:none;}
div#pun-live-rusff {display:none;}
div.modmenu p.container span {display:none;}
.fs-box table .user-avatar {display:none;}
.punbb .post h3 strong.fnt, 
.punbb .post-links li.pl-report {display: none;}
li.pa-awards {display:none;}
.pa-gifts {display:none;}
.punbb .closedatafield {display: none;}
.punbb .stickytext {display: none;}
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main.main.multipage h2 span {display: none;}
.pun-modal.move_posts_form h2 {display: none;}
.punbb .main.multipage .container thead { display: none;}
.punbb .main .formal.messages-container thead {display: none;}
#pun-title TD.title-logo-tdl {  display: none;}
#pun-title TD.title-logo-tdr { display: none;}
#pun-title h1 { display: none; }
#pun-main.main.mod-page h2 {display:none;}
.punbb .main.multipage.show_user_posts .pa-replies { display:none;}
#profilenav .item9 {display:none;}
#pa-invites {display:none;}
#profile-right #pa-awards {display:none;}
#pun-main h1 {display:none;}
#form-buttons td#button-smile { display:none; } 

@font-face {
font-family: 'Segoe UI Light';
src: url('SegoeUI-Light.eot');
src: url('SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
url('SegoeUI-Light.woff') format('woff'),
url('SegoeUI-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Hello France';
src: url('https://forumstatic.ru/files/001a/da/82/95393.eot?'),
url('https://forumstatic.ru/files/001a/da/82/38995.woff') format('woff'),
url('https://forumstatic.ru/files/001a/da/82/33385.ttf') format('truetype'),
url('https://forumstatic.ru/files/001a/da/82/43593.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TalesianBold';
src: url('https://forumstatic.ru/files/001a/da/82/80941.eot?'),
url('https://forumstatic.ru/files/001a/da/82/93768.woff') format('woff'),
url('https://forumstatic.ru/files/001a/da/82/15441.ttf') format('truetype'),
url('https://forumstatic.ru/files/001a/da/82/35834.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'mybb';
  src: url('./res/font/icons.woff2?3') format('woff2'),
       url('./res/font/icons.woff?3') format('woff'),
       url('./res/font/icons.ttf') format('truetype'),
       url('./res/font/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Material Symbols Rounded';
  src: url('https://forumstatic.ru/files/0017/52/f0/87667.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/*************************************************************
MAIN CONTENT
**************************************************************/

/* General
----------------------------------------------------------------------------*/
/*   
-------------------------*/

html, body {margin: 0; padding: 0}
.punbb * {margin: 0;}
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {list-style: none;}
.punbb img {border:none}
.punbb .main table {table-layout: auto; width: 100%; }

/* , , 
-------------------------------*/
body {font: normal 11px "Montserrat", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; 
      font-weight: 500;} 

a {
    text-transform: lowercase;
    color:#db9090;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    cursor: crosshair;
    background-color: #ededed;
    border-radius: 1px;
    color: #c17577;
  }
#pun-admain a {color:#db9090!important;}

h1, h2 {font-size: 14px; font-weight: normal;}
h3 {font-size: 13px; font-weight: normal;}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* , , ,   .
----------------------------------------*/
.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
    margin: 0 3px;
  }
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 18px;
  vertical-align: middle;
  }
  
/*  */
form .button,
input[type="submit"] {
    padding: 5px;
    display: inline-block;
  }
form .button:hover, 
form .button:focus,
form .button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  }
form .button:disabled, 
input[type="submit"]:disabled {
  opacity: .6;
  cursor: default;
  box-shadow: none;
  }  
  
/*      */
.punbb input,
.punbb textarea,
.punbb select,
.punbb optgroup {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 5px;
  border-radius: 3px;
  color: #1a1a1a;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  transition: border-color 0.3s, background-color 0.3s;
}

.punbb textarea, .punbb select {font-family: inherit;}

/*     */
.punbb input:hover,
.punbb textarea:hover,
.punbb select:hover {
  border-color: #aaa;
}

.punbb input:focus,
.punbb textarea:focus,
.punbb select:focus {
  border-color: #353535;
}

/*    */
.resizable-textarea textarea {
  resize: vertical;
}

/*  ,     */

.punbb input[type="submit"],
.punbb input[type="button"],
.punbb button {
  color: #888;
  padding: 3px 8px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #f8f8f8;
  text-decoration: none;
  font-size: 10px;
}

.punbb input[type="submit"]:hover,
.punbb input[type="button"]:hover,
.punbb button:hover {
  background: #f0f0f0;
}

/*     form-buttons */
#form-buttons td {
  filter: grayscale(1);
  transition: filter 0.5s;
}
#form-buttons td:hover {
  filter: grayscale(0);
}

::-webkit-scrollbar{ width: 5px; height: 4px;}
::-webkit-scrollbar-track { background-color: #f1ece9; } 
::-webkit-scrollbar-thumb { background-color: #deb3b2;} 


/* Float clearing and hidden items
------------------------------------*/

#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.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;
  }

.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
  }

/*  
-------------------*/

#pun {
  margin: 0px auto;
  width: 1000px;
  }

/*   */
.punbb {
  float: left;
  width: 1000px;
  margin: 0px auto;
  background: #fff;
}

/* A5.3 del */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.6 del or move ??? */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }


/* ,   
----------------------*/
/*  */
#pun-title table {  
    background-image: url(https://forumstatic.ru/files/0017/52/f0/57518.png);
    background-repeat: no-repeat; 
    background-position: top center;
    border: none;
    margin: 0 auto;
    margin-top: 0px!important;
    height: 635px;
    width: 1000px;
}

.theme-switcher {
  font-family: "Material Symbols Rounded";
  position: absolute;
  top: 640px;
  right: 48%;
  z-index: 9999;
  background: #f1ecec;
  border-radius: 50%;
  padding: 5px;
  font-size: 10px;
  cursor: pointer;
  user-select: none;
}
.theme-switcher:hover {
  background: #f0f0f0;
}
.theme-switcher .material-symbols-rounded {font-size: 16px!important;}


/*  */
body { 
    background-color:#201e1e; 
    overflow-x: auto!important;
}

/*  */
#html-footer .container {
    background: url(https://forumstatic.ru/files/0017/52/f0/87811.png) no-repeat scroll bottom center; 
    height: 188px; 
    margin-left: 0px;
    width: 1000px;
}


/* #pun-index
----------------------------------------------------------------------------*/


/* cat
---------------------*/

#pun-index .category .tcl {width: 70%;    padding: 10px;}
#pun-index .category .tc2 {width: 0%;    padding: 10px;}
#pun-index .category .tc3 {width: 0%;    padding: 10px;}
#pun-index .category .tcr {width: 30%;    padding: 10px;}

.punbb .category h2 {
    position: relative;
    display: block;
    font-size: 30px;
    margin-bottom: -50px;
    letter-spacing: 10px;
    margin-left: 70px;
    width: 550px;
    color: #dfdfdf;
}

.punbb .category td div.tclcon {
    padding: 0px 10px;
    font-size: 9px;
    text-align: justify;
    border-radius: 15px;
    font-weight: 500;
    margin-left: 10px; 
    margin-right: 10px;
    color: #b9b9b9;
}

.punbb .main .tcr a:after {
  content: ''; }

.punbb .main .category .tcr {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*   */
#pun-index div.icon {
    float: none;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius:50%;
    margin-bottom: 0px;
    margin-top: 10px;
  }

#pun-index .category td.tcl div.tclcon a { 
   font-size: 20px; 
   text-transform: lowercase;  
   margin-right: 0px;
   font-weight: 600;
}

/* */
#pun-index .category tbody tr {
    text-transform: lowercase; 
    font-size: 8px;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;}
    
.k-post-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #fbfbfb;
  border-radius: 16px;
  padding: 30px;
}

.k-post-main {
  flex: 1 1 auto;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.k-post-stats {
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  color: #ccc; 
  text-align: center;
  user-select: none;
}

.k-post-stats > div {
  background: #ffffff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 11px;
}

.k-style-category {
  margin: 5px auto;
  padding: 0px 20px;
  transition: all 0.3s ease-in-out;
  max-width: 1000px;
}

.k-style-cat-title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333;
  padding: 20px 30px;
  border-radius: 16px;
  margin-bottom: 25px;
}

.k-style-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.k-style-row { }
.k-style-row:hover {}
.k-style-row td {}

.k-style-row .avatar-image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.8);
}

.k-style-row .lastpost {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  margin-top: 5px;
}

.k-style-row .byuser {
  font-weight: 600;
  color: #444;
}

.k-profile-card {
   position: relative;
   display: flex;
   align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 0px;
    background: #fbfbfb;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 60px 10px 10px 10px;
    transition: all 0.2s ease;
    overflow: hidden;
    z-index: 1;
}

.k-profile-card::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 50px;
    width: 100%;
    background: #fcfcfc;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    z-index: -1;
    filter: grayscale(70%) contrast(80%) brightness(1.1);
}

#forum_f19 .k-profile-card::before {background-image: url('https://i.pinimg.com/736x/61/50/9b/61509b2f8d9daca014ee8b2a7dde94ab.jpg');}
#forum_f1 .k-profile-card::before {background-image: url('https://i.pinimg.com/736x/b9/8d/95/b98d95c931774cdda7a83f32e4f30bbc.jpg');}
#forum_f18 .k-profile-card::before {background-image: url('https://i.pinimg.com/736x/e4/f8/8e/e4f88e998787cd33638ede26feccf2aa.jpg');}
#forum_f17 .k-profile-card::before {background-image: url('https://i.pinimg.com/1200x/f6/57/2a/f6572a99f37fed224ad8301d1288be5e.jpg');}
#forum_f16 .k-profile-card::before {background-image: url('https://i.pinimg.com/736x/66/c3/9b/66c39bd76d4df0366086e00cdd14649e.jpg');}

.k-profile-avatar {
  width: 42px;
  height: 42px;
  margin-top: -32px;
  min-width: 42px;
  border-radius: 50%;
  background-color: #ededed;
  background-size: cover;
  background-position: center;
  display: block;
  border: 5px solid #ffffff;
  transition: transform 0.3s;
}

.k-profile-avatar:hover {
  transform: scale(1.05);
  border-radius: 50%;
}

.k-profile-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.k-profile-name {
  font-weight: 600;
  color: #db9090;
  font-size: 12px;
}

.k-profile-link {
    color: #959595;
    text-decoration: none;
    font-size: 10px;
    margin-top: 5px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-profile-link:hover {
  color: #999;
}

.k-profile-date {
  font-size: 8px;
  color: #c7c7c7;
}

#pun-index .category .hashtag {
  display: inline-block;
    padding: 2px 8px;
    background: #f0f0f0;
    border-radius: 999px;
    font-size: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

#pun-index .category .hashtag:hover {
  background: #d1d1d1;
  color: #fff;
}


/*   
-----------------------------*/
.punbb .user-avatar {float:left; position:relative; height:36px; width:36px; margin:1px 9px 2px 0px}
#pun-index .user-avatar {height:40px; vertical-align:middle}
.punbb .user-avatar a {padding:0!important; background:none transparent!important}
.punbb .user-avatar a::after {content:none!important}
.punbb .user-avatar .avatar-image {border-radius:50%; height:36px; width:36px; opacity:0.85; background-position:center center; background-size:cover; background-repeat:no-repeat; float:left}
.punbb .user-avatar .avatar-image:hover {opacity:1}
.punbb .user-avatar .isonline {width:8px; height:8px; border-radius:50%; display:block; position:absolute; top:2px; right:0px; animation:blinkColor .9s linear infinite; -moz-animation:blinkColor .9s linear infinite; -webkit-animation:blinkColor .9s linear infinite; background:#8ac176; z-index:100}
@keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-moz-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-webkit-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}

/* #pun-viewforum
----------------------------------------------------------------------------*/

/*     
-----------------------------*/
/*  +  */
.punbb .linkst { /*  */
  float: left;
  position: relative;
  width: 970px;
  height: 0;
  margin: 0px 20px;
  }
.punbb .linksb { /*  */
  text-align: right;
  margin: 0px 20px;
  }


/*  */
.linkst .pagelink {  /*  */
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: lowercase;
  color: #333;
  }

/*  */
.linkst .postlink {  /*  */
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center;
    font-weight: bold;
    height: 10px;
    padding: 5px;
  }
  
.postlink.long {width: 200px!important;
    text-align: center;}

/*  */
.linksb .pagelink {  /*  */
  float: left;
  text-align: left;
  text-transform: lowercase;
  color: #333;
  }

/*   */
.linksb .postlink {  /*  */
display: none;
  float: right;
  font-weight: bold;
    height: 10px;
    padding: 5px;
  }

/*    */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


.linkst .pagelink, 
.linksb .pagelink {
    border: 0px solid #f3f3f3; 
  font-size: 12px; 
  color:#353535;
  font-style: normal; 
  padding: 5px;}
.linkst .pagelink strong, 
.linksb .pagelink strong {
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    background: #f1f1f1;  
    margin-right: 0px;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);
}
.linkst .pagelink a, .linksb .pagelink a {
    background: #fff;
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    transition: .5s all; 
    margin-right: 0px;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);
    
}
.linkst .pagelink a.prev, 
.linksb .pagelink a.next {
    background: #fff;
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    transition: .5s all;  margin-right: 0px;box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);}


/* ----------   */	

/*       */

.multipage { 
  margin-bottom: 15px;
  margin-top: 15px;
  }

.forum .container {margin: 10px 0;}

.forum.container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: #555;
}

.forum h1 {display:none;}

/*   */
.forum .container tbody tr {
  border-bottom: 1px solid #f0f0f0;
}

.forum.container tbody tr:last-child {
  border-bottom: none;
}

/*  */
.container .tcl {
  padding: 8px 10px;
  width: 45%;
}

.forum .container .tc2 {
  padding: 8px 10px;
  width: 20%;
  text-align: left;
}

.forum .container .tc3 {
  padding: 8px 10px;
  width: 5%;
  text-align: left;
}

.forum .container .tcr {
  padding: 8px 10px;
  width: 30%;
  font-size: 11px;
}

/*   */
.forum .container .tclcon a {
  display: inline-block;
}

/*   */
.forum .container .byuser-username {
  color: #888;
  font-size: 11px;
}

/*   */
.forum .container .isticky .tclcon a {
  font-weight: bold;
}

/*   */
.forum .container .pagestext {
  font-size: 11px;
  color: #bbb;
}

.forum .container .pagestext a {
  color: #999;
}

/*  */
.forum .container .user-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.forum .container .avatar-image {
    width: 24px;
  height: 24px;}


/*   -  */
#pun-viewforum .forum {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

#pun-viewforum h1 {display:none;}

/*   */
#pun-viewforum .forum tbody tr {
  transition: background 0.2s;
}

#pun-viewforum .forum tbody tr:hover {
  background: #fafafa;
}

#pun-viewforum .forum .tcl {
  padding: 15px;
  width: 45%;
}

#pun-viewforum .forum .tc2, #pun-viewforum .forum .tc3 {
  padding: 15px;
  width: 10%;
  text-align: center;
  color: #888;
  font-size: 11px;
}

#pun-viewforum .forum .tcr {
  padding: 15px;
  width: 35%;
  font-size: 11px;
}

/*     */
#pun-viewforum .forum .tclcon a {
  width: fit-content;
  font-size: 15px!important;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

#pun-viewforum .forum .tclcon .pagestext {
    font-size: 10px!important;
    display: inline-flex;
    flex-direction: row;
}
#pun-viewforum .forum .tclcon .pagestext a {font-size: 10px!important;}

#pun-viewforum .forum .byuser-username {
  font-size: 11px;
  color: #ababab;
}

/*  */
#pun-viewforum.avatar-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-size: cover!important;
}



/*   */
#pun-viewforum .altstyle {
  background: #fafafa;
}

.punbb:not(#pun-index) .last-post-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

	
/* #pun-viewtopic
----------------------------------------------------------------------------*/
.punbb .topic {padding-top: 25px;}
/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  }
.post-content ul li { list-style: hangul!important;}

.post-content td {border:none transparent !important;}

/* B1.2   move*/
.punbb .post-sig dt {
  display: block;
  border-top: 1px dashed #e4e4e4;
  margin: 5px 0;
  }

/* B1.3    */
.punbb .post-content p {
  margin: 0;
  padding: 5px 0 10px 0;
  line-height: 150%;
  }
  
/* B1.3    */
.punbb .post-content p.lastedit { font-size: 10px; }

/* B1.4 del */
.punbb .post-content img {  }

/* B1.5 move */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 move */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: auto;
  overflow: hidden;
  }

/* B1.7 move */
.punbb .post-content .scrollbox {max-height: 150px;
  width: 100%;
  overflow: auto;
  }


/* post
---------------------*/
/*  */
.punbb .post h3 { width: 100%;}
/*   */
.punbb .post h3 span {
    position: absolute;
    padding: 0px 10px 10px 10px;
    display: flex;
    margin-left: 275px; 
    margin-bottom: 0px;
    font-size: 7px;
    color: #959595;
    border-radius: 3px;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;gap: 30px;
    width: 650px;
    height: 10px; 
    border-bottom: 1px solid #efefef;}

.punbb .post h3 span a.permalink {color: #a1a1a1;  padding: 2px;  font-weight: normal;}
.punbb .post h3 span a.permalink:hover {color: #7dd1d4;cursor: crosshair;
    background-color: #ededed;border-radius: 5px;}
.punbb .fs-box .post h3 span { margin-left: 200px; height: 0px;margin-bottom: 0px;width: 100px;border-bottom: 0px dashed #f1f1f1;}

/*   */
.punbb .post h3 strong {
  float: none;
  padding-right: 5px;
  text-align: right;
  font-weight: normal;
  }

.punbb .post h3 strong:before {
  content: "#";
  }

/*   */
.punbb .post {
    padding: 15px;
    margin-bottom: 10px;
}
.punbb .post .container {}
/*     */
.punbb .post-body {
  margin-left: 240px;
  padding: 0 0 0 0;
  }
/*      */
.punbb .post-box {
  padding: 25px 25px 25px 35px;
  text-align: justify;
  font-size: 11px;
  color: #414141;
  }

/*   */
div.post-rating a, div.post-vote a {
    font-size: 10px!important;
    text-decoration: none!important;
}


/*  */
.punbb .quote-box cite, .punbb .code-box strong.legend, .punbb .spoiler-box > div {
  display: block;
  font-style: normal;
  }

.punbb .spoiler-box > div { line-height: 150%!important;
  border-bottom-width: 0px;
  padding-left: 24px !important;
  background-position: 8px center !important;
  }

.punbb .spoiler-box > .visible {
  border-bottom-width: 1px;
  }
  
.punbb .quote-box, .punbb .code-box {box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.9);
    line-height: 2em;
    text-align: justify;
    margin: 20px auto;
    border-radius: 30px;
    padding: 5px 5px 5px 5px;
    background: #f1f1f1;
  }
 .punbb .quote-box cite, .punbb .code-box .legend, .punbb .spoiler-box > div {
  padding-left: 20px; font-size: 8px;color: #a1a1a1;font-weight: bold;
  } 
.punbb .quote-box blockquote, .punbb .code-box .blockcode {border-radius: 25px;
    padding: 20px;
    background: #fcfcfc;
    margin-top: 0px;
    text-align: justify;
    font-size: 11px;
    color: #353535;}
  
.post-content .spoiler-box > div.visible {background-image: url(/img/minus.png)!important;}
.punbb .post-content .blockcode {max-height: 150px;}


/* profile
---------------------*/
.punbb .post .post-author {float: left;
    position: relative;
    width: 240px;
    background: white;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin: 0px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}


.punbb .post .post-author > ul {
    padding: 10px;
    text-align: center;
}

.pa-author {
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0 4px;
    color: #222;
}

.pa-author a {
    color: #222;
}

.pa-title {
    font-size: 11px;
    color: #777;
    margin-bottom: 10px;
}

.pa-avatar img {
    max-width: 180px;
    max-height: 180px;
    border-radius: 10px;
    border: 3px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    margin: 0 auto;
}


.pa-fld3 {
    padding: 10px;
}


.pa-fld1, .pa-fld2, .pa-posts, .pa-respect, .pa-online {
    padding: 12px 20px;
    font-size: 10px;
    color: #9f9f9f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.pa-fld2 img {
    max-width: 100%;
    height: auto;
}

.pa-online {
    font-weight: 600;
}

.pa-respect span {
    font-weight: 600;
}

.fld-name {
    color: #999;
}


/*    */
.post-author:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


/* post-link
---------------------*/
/*    */
.punbb .post-links {height: 50px;border-radius: 0px 0px 3px 3px;}
.punbb .post-links ul {
  padding: 20px 10px 0 0;
  height: 20px;
  line-height: 20px;
  border-top-style: none;
  border-top-width: 0px;
  background: transparent;
  text-align: right;
  }
.punbb .post-links li {
  display: inline;
  padding-left: 10px;
  height: 10px;
  }
.punbb .post-links li a {
    color: #222222;
  }
  
div.post-links ul li.pl-reports {display: none;}


.punbb .post-links li.pl-email.profile a,
.punbb .post-links li.pl-email.pm a,
.punbb .post-links li.pl-delete a,
.punbb .post-links li.pl-edit a,
.punbb .post-links li.pl-quote a  {
    border: 1px solid #f1f1f1; 
    padding: 5px;
    border-radius: 2px;
    background: #fafafa; 
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.9);
    font-size: 8px;
}
.punbb .post-links li.pl-email.email {display: none;}

/*    */
.pl-email, .pl-website {
  float: left;
  }


/* modmenu
---------------------*/
.punbb .modmenu { 
    width: 100%;
    margin-left: 20px;
    margin-bottom: 10px;
    float: left;}
    
.punbb .modmenu .container {
    text-transform: lowercase;
    color: #222222;
  }
.punbb .modmenu strong, .punbb .modmenu a {
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  }
.punbb .modmenu input { margin-left: 10px;}


/* form
---------------------*/
/*     */
.punbb .formsubmit {
  padding: 0 0 0 17px;
  margin: 10px 0 15px 0;
  }
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/*    (   )     ,    */
.punbb fieldset {
    border-style: none;
    padding: 0 18px 0 18px;
    margin: 20px;
    border-radius: 0px;
  }

.punbb fieldset legend {
  padding: 5px;
  margin: 0 0 0 -17px;
  }

.punbb fieldset legend span {
    font-size: 12px!important;
    text-align: center;
    border-radius: 3px;
    color: #c17577;
    font-weight: bold;
  }
  
.punbb fieldset legend span::before {
  content: 'tag';
  font-size: 12px!important;
  font-family: "Material Symbols Rounded";
  margin-right: 0px;
  font-weight: bold;
}

.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }
  
#font-area, #size-area, #video-area-hsel, #smilies-area, #addition-area, #keyboard-area {
   background-color: #fafafa;
}
#font-area div, #size-area div {
    display: inline-block;
    margin: 0 5px !important;
}

#video-area-msg, #image-source-list, #image-area-actions, #spoiler-sels {background-color: #fafafa;}




/* #pun-userlist
----------------------------------------------------------------------------*/
 #pun-userlist .main.multipage .linkst {
    position: relative;
    width: fit-content;
    height: 0;
    top: 130px;
    left: 490px;
    transform: translateX(-50%);
    margin:0;
 }
 
 #pun-userlist .main.multipage .linksb {
    position: relative;
    width: fit-content;
    left: 490px;
    transform: translateX(-50%);
    margin:10px 0;
 }
 
 /*  */
.usertable .container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 10px;
}

/*    */
.usertable table {
  display: none;
}

/*    */
.user-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  width: 300px;
  min-height: 100px;
  padding: 20px;
  font-size: 12px;
  color: #333;
}

.user-card .avatar {
  flex: 0 0 100px;
  height: 100px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.user-card .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  flex: 1;
}

.user-card .info b {
  font-weight: bold;
  color: #000;
}


/* #pun-search, #pun-searchposts, #pun-searchtopics
----------------------------------------------------------------------------*/
 #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
  width: 40%;}
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }
  
 #pun-searchtopics .forum .container {margin:10px 30px;}
 #pun-searchtopics .forum .container table {padding: 30px 0 10px;}
  
/*      
.punbb .main.multipage.show_user_posts h3 { margin-bottom: -20px;width: 300px;}
.punbb  .main.multipage.show_user_posts .post h3 span {
    display: flex;
    flex-direction: row!important;
    align-items: flex-end!important;
    justify-content: center!important;
    flex-wrap: nowrap!important;
    gap: 10px!important;
   }*/
  


/* #pun-profile
----------------------------------------------------------------------------*/

#pun-profile #pun-main.main h1 {display:none;}

#viewprofile ul {
  border: 1px #f9f9f9 solid;
  padding: 20px 10px 10px 10px;
  margin: 0 0 1em 0; border-radius: 3px;
  display: block;
    margin: 0px auto;
    background: #fff;
    color: #000;
    border-radius: 2px;
    text-align: justify;
    overflow: hidden;  
    width: 800px;
    box-sizing: border-box;
  }
  
 #profile-left li, #profile-left li * {padding: 5px;text-align: center;}
 

#profile-left #profile-title {
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    color: #db9090;
    letter-spacing: 1px;
    margin-top: 0px;
    border: 0px solid #d5d5d5;
    width: 150px;
    outline: rgb(229 229 229) solid 0px;
    border-radius: 3px;
    background: #fff;}
    
#profile-left #pa-avatar {    
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;}
    
#profile-left #pa-online { 
    line-height: 0.8em;
    border-top: 1px solid #d5d5d5;
    border-left-width: 0;
    text-transform: lowercase;
    color: #b3b3b3;
    font-size: 9px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;}
    
#profile-left #pa-edit {display:none;}
#viewprofile #profile-gifts {display:none;}
#viewprofile #pa-gifts {display:none;}
 #profile-left li div img {
  max-width: 200px;
    max-height: auto;
    padding: 5px 5px 5px 5px;
    background: url() #fff 5px bottom no-repeat;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
  }
  
#profile-left strong {font-weight: normal!important;}
  
 #profile-right li {
    border: 0px solid #e1e1e1;
    font-weight: 600;
    color: #a1a1a1;
    font-size: 8px;
    text-transform: uppercase;
    text-align: left;}
 
#profile-right #pa-fld3 {text-transform: none!important;} 
    
#profile-right {padding-left: 20px!important;}
#profile-right a {text-transform: uppercase;}
#profilenav {text-align: center;}
  
#viewprofile td#profile-left { 
    border: 1px solid #f3f3f3;
    padding: 5px;
    border-radius: 2px;
    background-color: #fbfbfb;
    font-size: 10px;}

#profile-right li strong {    padding-left: 2em;
    text-align: center;
    border-left: 0px solid #e1e1e1;}

#viewprofile #profile-signature ul {margin-right: 0px!important;margin-left: 0px!important;    padding: 10px!important; width: auto!important;}


#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0px -20px 0px;
  }

#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

#viewprofile #profile-right li  {
  margin-bottom: 0em;
display: flex;
    flex-direction: row;
    align-items: center;
  }
#setmods dl {}

#viewprofile li span {
  padding: 5px;
    font-weight: bold;
    border: 1px solid #f3f3f3;
    margin: 5px;
    border-radius: 2px;
    background-color: #fbfbfb;
    font-size: 8px;
    width: 120px
  }

#setmods dt {
  float: left;
  width: 14em;
  margin-left: 0em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  font-weight: normal;
  }

.punbb img.avatardemo { float: right; margin: 0 0 5px 20px }

/*   */
#pun-profile .formal {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 100px;
  box-shadow: 0px 7px 0px 1px rgba(0, 0, 0, 0.05);
}

/*   */
.browser-header {
  background: #f5f5f5;
  padding: 8px 12px;
  display: flex;
  align-items: center;
}

.browser-controls {
  display: flex;
  gap: 6px;
  margin-right: 12px;
}

.browser-control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.browser-control.close { background: #FF6B6B; }
.browser-control.minimize { background: #ccc; }
.browser-control.expand { background: #222; }

.browser-url {
  background: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 11px;
  color: #666;
  flex-grow: 1;
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  */
#profilenav h2 span {display:none;}

#profilenav {
  background: #f9f9f9;
  padding: 10px 10px 0px 10px;
}

#profilenav h2 {
  display: none;
}

#profilenav ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

#profilenav li {
  list-style: none;
  margin-right: 2px;
}

#profilenav li a {
  display: block;
  padding: 4px;
  font-size: 8px;
  color: #666;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  background: #f0f0f0;
  border-bottom: none;
  position: relative;
  top: 0px;
}

#profilenav li.isactive a {
  background: #fff;
  color: #FF6B6B;
  margin-bottom: -1px;
}

.fs-box p {padding-bottom: 10px;}
#profile fieldset {margin: 20px;}

/* #pun-messages
----------------------------------------------------------------------------*/

#notify-settings {margin: 20px 40px;}
.pmtc33 {color: #888;}

/* admin
----------------------------------------------------------------------------*/
/* -----------------     */
#pun-admain {}
.adminmain {}
.adminmain.post {padding-left: 180px!important;}
#pun-adnav {padding-left: 0!important;}
.adformal {margin-left: 0px!important; }

#pun-debug table .tcl { width: 15%; white-space:normal;}
#pun-debug .tcr {  width: 90%; white-space: normal; }
#pun-debug h2 span, .punbb-admin #pun-admain h2 span { font-size: 12px!important; }
.adformal h2, #pun-adnav h2 {background-color:transparent!important;border: none!important;}
.adcontainer {border: none!important;}

/* ????? del? */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* ?????? */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/*       */
.punbb .main h1span , #pun-debug h2 span, .punbb-admin #pun-admain h2 span {
color: #555;
text-align:center;
text-transform:lowercase;
padding:10px;
border:#ccc solid 0px;
margin-bottom: 10px;}

.punbb-admin #pun-admain legend span {
    background-color: #fff;
    font-size: 10px!important;
    color: #555;
    text-align: right;
    padding: 2px;
    border-radius: 3px;
  }

/* .info-box
----------------------------------------------------------------------------*/
.punbb .info-box {
  padding: 10px 17px;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 10px 0;
  }
.punbb .info-box * { padding: 0 0 7px 0; }
.punbb #pun-main .info-box .legend {}


/* other
----------------------------------------------------------------------------*/
/*   */
#awards-content tr {width: 700px;margin-left: 150px;margin-right: 150px; background-color: #fbfbfb;font-size: 10px;}
#awards-content td.tc2:before {display:none;}
#awards-content tbody td.tc2:before {display:none;}
#pun-mod .container #awards-content td { padding:10px;text-align: center; width: 25%;}

/* ---------- ??  */
.post-content table td {text-align: justify;}

/* clearer */
.punbb .clearer {clear: both;height: 0; font-size: 0; }


/* -*/
.punbb .info .container {padding: 8px 10px;}
.punbb .info .container .backlink {padding-top: 8px;}

/* ???? */
.punbb .inline .inputfield, 
.punbb .inline .selectfield, 
.punbb .inline .passfield {float: left;margin-right: 10px;}
.punbb .inline .infofield {clear:both;}
.punbb .datafield br { display: none;}
.punbb .required label, .punbb .datafield span.input {font-weight: normal;}
.punbb .datafield span.input a {font-weight: normal;}
.punbb .areafield span.input, 
.punbb p.longinput span.input { display: block; padding: 0 4em 0 0; height: 100%; /* IE */}
.punbb textarea, .punbb .longinput input {width: 64%; margin: 0;}
.punbb .hashelp {position: relative;}

/*   */
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner, .pun-modal.move_posts_form .container, .modal-inner.section .container, .modal-inner.section h2 {background-color:#e7e7e7;}
#pun-reputation .inner .tcl {width: 10%;}


/*************************************************************
OTHER THAN MAIN CONTENT
**************************************************************/


/*  ()
-------------------------------------------------------------*/
#pun-navlinks {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

#pun-navlinks .container {
  display: block; 
  margin: 0 auto;
}
/*#pun-navlinks .container {
    width: 1000px;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 20px;
    padding: 0px;
    margin-top: 0px;
  }  


#pun-navlinks + div {
  width: 1000px;    
  text-align: center;
  margin-top: 0px;
  position: relative;
  top: 0px;
  left: 0px;
  }


#pun-navlinks li a {
  float: left;  
  vertical-align: text-bottom;
  text-align: center;
  outline: 0 none;
  line-height: 10px;
  padding: 5px;
}*/

#pun-navlinks ul.container {
  display: flex;
  width: 1000px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  box-sizing: border-box;
}

#pun-navlinks ul.container li {
  flex: 1 1 0%;
  position: relative;
  text-align: center;
  transition: flex-grow 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}

#pun-navlinks ul.container li:last-child {
  border-right: none;
}

#pun-navlinks ul.container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: transform 0.3s ease, font-size 0.3s ease;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}

/* LOGO    */
#pun-navlinks ul.container li:first-child {
  flex-grow: 2.5;
}

/*   */
#pun-navlinks ul.container li:first-child a {
  font-size: 18px;
  letter-spacing: 2px;
  font-style: italic;
}

#pun-navlinks ul.container li:first-child:hover a{
  font-size: 18px !important;
  font-style: italic !important;
  letter-spacing: 2px !important;
}

/*    li */
#pun-navlinks ul.container li:not(:first-child):hover {
 font-style: italic !important;
 letter-spacing: 2px !important;
}

/*    hover */
#pun-navlinks ul.container li:hover a {
  transform: scale(1.05);
}

#pun-navlinks ul.container li:first-child::before {
  display: none;
}

/*  
-------------------------------------------------------------*/

#pun-ulinks  {
  margin-top: 0;
  }

#pun-ulinks .container {
  width: 1000px; padding-left: 0px;
  display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
  }

#pun-ulinks li {
  float: left;
  padding: 1px;    
  height: 10px;
  }

#pun-ulinks li, #pun-ulinks li a { white-space: nowrap; }


#pun-ulinks li a {
  padding: 0 5px;
  font-size: 10px;
  }

/*  
-------------------------------------------------------------*/

#pun-status, #pun-status .container {
    position: absolute;
    top: 24px;
  }
  
#pun-status .container {
  text-transform: inherit;
  text-align: left;
  position: relative;
  margin-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  width: 300px;
  }
  
#pun-status .container .item1 strong {
    font-weight: normal; 
    text-transform: capitalize;
}

#pun-status .container span.item1 {color:#fff;}
   
#pun-status .status-right {float: none!important;display:none;}
#pun-status .container span.item2 {
    font-size: 8px;
    display:none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;}
#pun-status .container span.item2 strong {font-weight: normal;}


/* ------------------  -- */
#pun-crumbs1 {
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  }

#pun-crumbs1 p.container {
  border-top: none;
  text-transform: lowercase;
  color: #30282a;
  text-align: center;
  font-size: 11px;
  border: 1px solid #f3f3f3; 
  padding: 10px;

}

#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 0px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

#pun-crumbs2 {
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 30px;
  }

#pun-crumbs2 .container {
   border-top: none;
  text-transform: lowercase;
  color: #30282a;
  text-align: center;
  font-size: 11px;
  border: 1px solid #f3f3f3; 
  padding: 10px;
  }

#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 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;
  }

#pun-announcement h2 span {
  display: block;
  padding: 10px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

#pun-announcement .container {
  padding: 10px;
  }

/* , 
-------------------------------------------------------------*/

#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%; 
  text-transform: uppercase; font-size: 8px;
  }

#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  text-transform: uppercase; font-size: 8px;
  }
  
#pun-stats li.item1 span:hover, #pun-stats li.item2 span:hover, #pun-stats li.item3 span:hover, #pun-stats li.item4 span:hover {
    background-color: #ededed;
    border-radius: 5px;transition: 0.2s ease-in;}
    
#pun-stats h2 {margin-top: 20px;margin-bottom: 10px;box-shadow: 0 0px 0px -0px rgba(0, 0, 0, 0.9);}
#pun-stats h2 span {font-size: 12px!important;color: #353535;text-transform:lowercase;
    display: inline;
    font-weight: 100;margin-left: 50px;}
#pun-stats h2 span:hover {
    cursor: crosshair;
    background-color: #ededed;
    border-radius: 3px;
}

li#onlinelist {text-transform: lowercase;
  margin-top: 10px;
  float: left;
  width: 100%;text-align: justify;
  line-height: 175%;letter-spacing: .7px;
  }

li#onlinelist div {
  border-top-style: solid;
  border-top-width: 0px;
  padding: 0.7em 0 0 0;
  }
  
li#onlinelist div span {color:#fff; padding: 3px 0px;}  
li#onlinelist div span a {  } 
li#onlinelist div span a:hover {cursor: crosshair;
    background-color: #ededed;
    border-radius: 3px;}


#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

#pun-about p span {
  display:block;
  padding-left: 50%;    text-align: center;
  }

div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 0px;
  }
  
/*  */
.statscon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#pun-stats .container {
    width: 700px;
    text-align: justify; 
    padding: 10px 100px 10px 100px; 
    font-size: 11px;
    color: #3e3e3e;
    border-radius: 5px;
    cursor: default;
    margin: 5px;
    background: #fff;
    overflow: hidden;
    line-height: 1.4em;
    transition: 0.2s ease-in;}


/*      #pun-edit
-------------------------------------------------------------*/

/*#post { margin: 0; padding: 0; }
#post fieldset  { border: none; }
#post legend, #post legend span {display: none;}

#post .formsubmit {
  padding: 0 1.5em 1.4em 2.5em;
  margin: 0 !important; }

#post .fs-box.hashelp, #post .fs-box .areafield {padding-bottom: 0; }

#post #main-reply {
  width: 99.5%;
  width: calc(100% - 6px);
  }*/
  
/*   
-------------------------------------------------------------*/
/*   */
#move_posts_form .container { margin-top: 0px!important;}
#move_posts_form h2 span {display: block!important;}
#move_posts_form thead tr, #move_posts_form tbody tr {
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin-bottom:10px;
}
#move_posts_form .tcl, #move_posts_form .tc2 {
    padding:0;
    margin:0;
}

.pun-modal .container {max-height: 60em!important;}
.pun-modal h2 {padding: 0px!important; }
.pun-modal h2 span { 
    width: auto!important;
    padding: 0px!important;}
.pun-modal .closer {border:none!important;
    color:#fff!important;
    top: 2px!important; color: #353535!important;}
.pun-modal .modal-inner {max-height: 0em!important; overflow: unset!important;}

.pun-modal {position:fixed; width:100%; height:100%; top:0; left:0; bottom:0; z-index:100000}
.pun-modal .modal-bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); cursor:pointer; z-index:110000}
.pun-modal .modal-inner {width:700px; max-width:94%; height:auto; max-height:44em; max-height:62vh; margin:12% auto 0; margin-top:20vh; box-shadow:0 0 14px rgba(0,0,0,.3); position:relative; z-index:120000; overflow:hidden}
.pun-modal h2,.pun-modal h1 {max-width:700px; margin:0!important}
.pun-modal .container {padding:.6em 1em; max-height:40em; max-height:54vh; overflow:auto}
.pun-modal .container .container {max-height:unset}
.pun-modal .closer {position:absolute; font-size:1.5em!important; line-height:.8em; right:.4em; padding:.3em!important; margin:-.3em!important; cursor:pointer; background:none 0 transparent!important}


/** Font icons font-family: "mybb";
---------------------------------------------------------------*/
i[class^="icons-"]:before, i[class*=" icons-"]:before, .i[class*=" icons-"]:before, .i[class^="icons-"] {
  font-family: 'Phosphor';
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-search:before { content: '\e095'; } /* '' */
.icons-font:before { content: '\e800'; } /* '' */
.icons-size:before { content: '\e801'; } /* '' */
.icons-video:before { content: '\e802'; } /* '' */
.icons-image:before { content: '\e803'; } /* '' */
.icons-plus:before { content: '\e804'; } /* '' */
.icons-cancel:before { content: '\e805'; } /* '' */
.icons-minus:before { content: '\e806'; } /* '' */
.icons-star:before { content: '\e807'; } /* '' */
.icons-cog:before { content: '\e808'; } /* '' */
.icons-play:before { content: '\e809'; } /* '' */
.icons-pause:before { content: '\e80a'; } /* '' */
.icons-fast-fw:before { content: '\e80b'; } /* '' */
.icons-fast-bw:before { content: '\e80c'; } /* '' */
.icons-code:before { content: '\e80d'; } /* '' */
.icons-table:before { content: '\e80e'; } /* '' */
.icons-spoiler:before { content: '\e80f'; } /* '' */
.icons-calendar:before { content: '\e810'; } /* '' */
.icons-pencil:before { content: '\e3ae'; } 
.icons-hide:before { content: '\e812'; } /* '' */
.icons-list:before { content: '\e813'; } /* '' */
.icons-indent-left:before { content: '\e814'; } /* '' */
.icons-indent-right:before { content: '\e815'; } /* '' */
.icons-trash-empty:before { content: '\e816'; } /* '' */
.icons-off:before { content: '\e817'; } /* '' */
.icons-heart:before { content: '\e818'; } /* '' */
.icons-user:before { content: '\e819'; } /* '' */
.icons-left:before { content: '\e81a'; } /* '' */
.icons-center:before { content: '\e81b'; } /* '' */
.icons-right:before { content: '\e81c'; } /* '' */
.icons-italic:before { content: '\e81d'; } /* '' */
.icons-bold:before { content: '\e81e'; } /* '' */
.icons-comment:before { content: '\e81f'; } /* '' */
.icons-resize-full:before { content: '\e820'; } /* '' */
.icons-resize-small:before { content: '\e821'; } /* '' */
.icons-quote:before { content: '\e822'; } /* '' */
.icons-share:before { content: '\e823'; } /* '' */
.icons-smile:before { content: '\e824'; } /* '' */
.icons-youtube:before { content: '\e825'; } /* '' */
.icons-link:before { content: '\e826'; } /* '' */
.icons-volume-off:before { content: '\e827'; } /* '' */
.icons-volume-down:before { content: '\e828'; } /* '' */
.icons-volume:before { content: '\e829'; } /* '' */
.icons-volume-up:before { content: '\e82a'; } /* '' */
.icons-addition:before { content: '\e82b'; } /* '' */
.icons-infinity:before { content: '\e82c'; } /* '' */
.icons-facebook:before { content: '\f09a'; } /* '' */
.icons-strike:before { content: '\f0cc'; } /* '' */
.icons-underline:before { content: '\f0cd'; } /* '' */
.icons-mail:before { content: '\f0e0'; } /* '' */
.icons-keyboard:before { content: '\f11c'; } /* '' */
.icons-help:before { content: '\f128'; } /* '' */
.icons-vkontakte:before { content: '\f189'; } /* '' */
.icons-color:before { content: '\f1fb'; } /* '' */
.icons-odnoklassniki:before { content: '\f263'; } /* '' */
.icons-vimeo:before { content: '\f27d'; } /* '' */
.icons-cancel-outline:before { content: '\e82d'; } /* '' */
.icons-ok-outline:before { content: '\e82e'; } /* '' */


/*************************************************************
 
**************************************************************/


/*************************************************************
    
**************************************************************/

/*  !
div .post-rating p a {
    text-align: center;
    outline: 1px solid transparent;
    background: url(https://forumstatic.ru/files/001a/fc/23/26514.svg) no-repeat center;
     background-size:36px auto;
     position:relative;
    z-index:100;
    width: 36px;
    height: 36px;
    text-align:center;
    font-size: 10px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: 0px;
}
.noNull:before, div .post-rating p a:before {content: "";
    display: inline-block;
    margin-left: -1px;
    font-size: 10px;
    letter-spacing: 0!important;
}   */
/*   */



/*   
--------------------------*/
 #form-buttons table, .punbb .formal textarea {width:100%}
#form-buttons td {
    padding:0 !important; 
    line-height:0; 
    border:0!important; 
    cursor:pointer;
    width: 30px;
    min-height: 30px;
}
#form-buttons td img {
    width: 30px;
    height: 30px;
}

#button-font,
#button-transL,
#button-size,
#button-bold,
#button-italic,
#button-underline,
#button-strike,
#button-indent,
#button-left,
#button-center,
#button-right,
#button-justify,
#floatbut,
#button-link,
#button-spoiler,
#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,
#button-vkladka,
#My_replic_meny,
#button-Changease{
	position: relative !important;
	background: none !important;
}

#form-buttons tr {text-align: center;}

td[id^="button-"] {
  position: relative;
  width: 28px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}
td[id^="button-"] img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
td[id^="button-"]::before,
#pun-admin_forums td[id^="button-"]::before {
  font-family: "Material Symbols Rounded";
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  color: #000;
  transition: transform 0.2s ease, color 0.2s ease;
  user-select: none;
}
td[id^="button-"]:hover::before {
  transform: translateY(-3px);
  color: #1976d2;
}

td#button-font::before {
  content: "brand_family";
}
td#button-button-transL::before {
  content: "language_chinese_array";
}
td#button-size::before {
  content: "text_fields";
}
td#button-spoiler::before {
  content: "stat_minus_1";
}
td#button-bold::before {
  content: "format_bold";
}
td#button-italic::before {
  content: "format_italic";
}
td#button-underline::before {
  content: "format_underlined";
}
td#button-strike::before {
  content: "strikethrough_s";
}
td#button-indent::before {
  content: "format_indent_increase";
}
td#button-left::before {
  content: "format_align_left";
}
td#button-center::before {
  content: "format_align_center";
}
td#button-right::before {
  content: "format_align_right";
}
td#button-link::before {
  content: "link";
}
td#button-spoiler::before {
  content: "stat_minus_1";
}
td#button-image::before {
  content: "add_photo_alternate";
}
td#button-image2::before {
  content: "imagesmode";
}
td#button-video::before {
  content: "videocam";
}
td#button-hide::before {
  content: "lock";
}
td#button-quote::before {
  content: "format_quote";
}
td#button-code::before {
  content: "code";
}
td#button-color::before {
  content: "palette";
}
td#button-smile::before {
  content: "mood";
}
td#button-keyboard::before {
  content: "keyboard";
}
td#button-table::before {
  content: "table_chart";
}
td#button-addition::before {
  content: "add";
}
td#button-mask::before {
  content: "supervised_user_circle";
}
td#button-ep::before {
  content: "supervised_user_circle";
}
td#button-mask::before {
  content: "supervised_user_circle";
}

#main-reply {
    width: -moz-available; 
    width: -webkit-fill-available; 
}

.punbb .formal fieldset {min-width:0;}
.punbb .formal span.input {padding-right:0 !important}
#formkey, #formetc {display:none}
#color-area, #table-area, #keyboard-area {width:auto}
#keyboard-area {text-align:center; padding-bottom:4px}
#imageup-area {width:170px}
#imageattach-area {width:770px; height:200px; padding:0px !important}
#smilies-area, #video-area, #spoiler-area {width:450px}
#image-area {width:550px}
#color-area * {border:0}
#color-area table {width:320px; height:20px; padding:0; margin:0}
#table-area table {width:auto !important; padding:0; margin:0; border-collapse:collapse}
#table-area div {margin-top:1em; text-align:center}
#table-layout {margin-right:0.5em}
#table-area td {background-color:#fff; width:20px; height:20px; border-width:1px !important; border-style:solid !important; border-color:#dadada !important}
#table-area td.selected {background-color:#c8c8ff}
#color-area td, #table-area td {margin:0; padding:0; line-height:0}
#color-area td img, #table-area td img {width:20px; height:20px; cursor:pointer !important}
#tags .container {position:absolute; right:6px; top:43px; z-index:2;}
#font-area, #size-area {right: unset !important;}
#font-area div, #size-area div, #color-area div, #table-area div, #addition-area div, #smilies-area div a, #smilies-area img {cursor:pointer !important}
#font-area span, #font-area img, #size-area span, #size-area img {display:block; position:relative; top:0; left:0}
#font-area span, #font-area img {height:15px}
#size-area span, #size-area img {height:24px}
#font-area span, #size-area span {padding:1px 0}
#addition-area div {height:24px; vertical-align:middle}
#font-area img {width:100%; margin-top:-15px}
#size-area img {width:100%; margin-top:-24px}
#keyboard-span {text-align:center; padding-bottom:10px; width:auto}
#keyboard-span input {font-family:Arial, Helvetica, sans-serif; font-weight:300; font-size:13px; color:#666; background-color:#fff; margin:1px 1px 0 0; border:1px solid #ddd; cursor:pointer; height:25px; min-width:30px}
#imageup-area input {font-size:0.8em}
#imageup-area p {padding:0; margin:0}
#imageup-title {margin-bottom:10px !important}
#imageup-submit {margin-top:10px !important}

/* ===========================================================
   MOBILE MODE (   .mobile-mode)
      style.css
   ===========================================================*/
@import url("https://forumstatic.ru/files/0017/52/f0/11739.css?v=4");

