/**************************************************************
* GENERAL
* design template by max, the murderer!
**************************************************************/

@import url('style_cs.1779134143.css'); 

/* Import
-------------------------------------------------------------*/

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

/* Design Fonts */
@font-face { font-family: 'Material Icons'; 
src: local("Material Icons"), url(https://forumstatic.ru/files/001c/49/4e/21441.otf); }

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'Romochka';
    src: local('Romochka'), local('Romochka'),
        url('https://forumstatic.ru/files/001c/af/e6/49932.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/af/e6/71936.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gladifilthefte';
    src: local('Gladifilthefte'),
        url('https://forumstatic.ru/files/001c/af/e6/90852.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/af/e6/68103.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Variables */
:root {
    --punWidth: 1010px;
    --html-bg: url('https://forumstatic.ru/files/001c/af/e6/48939.jpg');
    --header-bg: url('https://forumstatic.ru/files/001c/af/e6/12708.png');
    --cat-bg: url('https://forumstatic.ru/files/001c/af/e6/40088.png');

    --color-pun: 246, 246, 246; /*самый светлый*/
    --color-pun1: 203, 203, 208; /*светлый*/
    --color-pun2: 224, 224, 224; /*светлый серо-голубой*/
    --color-pun3: 237, 237, 239; /*светлый*/
    --acc1: 89, 110, 125; /*джинса акцент*/
    --acc2: 185, 190, 201; /* бледно-голубой */
    --acc3: 120, 130, 134; /*sad blue*/
    --acc4: 218, 218, 218; /*светло-серый*/
    --acc5: 188, 199, 198; /*голубиный*/
    --acc6: 43, 42, 42; /*темно-серый*/
    --acc-rose: 240, 220, 184; /*желтый*/


    --font-main: "Onest", sans-serif;
    --font-1: arial, verdana, times new roman, garamond, serif;
    --fontHeader: 'Rubik';
    --font-acc: 'Romochka';
    --fa: 'Font Awesome 6 Pro';


    --profileWidth: calc(180px + calc(var(--16) * 2));
    --64: calc(var(--16) * 4);
    --32: calc(var(--16) * 2);
    --24: calc(var(--16) * 1.5);
    --20: calc(var(--16) * 1.25);
    --16: 16px;
    --12: calc(var(--16) / 1.33);
    --8: calc(var(--16) / 2);
    --6: calc(var(--16) / 2.66);
    --4: calc(var(--16) / 4);
    --2: calc(var(--16) / 8);
}




/* General
-------------------------------------------------------------*/

* {
border: none;
    outline: none;
      box-sizing: border-box;
}

body,
body.redirect-page {
    background: var(--html-bg) no-repeat center center / cover fixed, #5d6559;
    position: relative;
}


html {
    padding: var(--32) 0;
    font: normal 70%/140% arial, verdana, tahoma, trebuchet ms, sans-serif;
    color: rgb(var(--acc6));
    -webkit-text-size-adjust: 100%;
}

html, body {
  transform: none !important;
}

body {
  overflow-x: visible !important;
}


#pun {
    margin: 0 auto 18px auto;
    padding: 0 10px 10px 10px;
    border-style: none;
    border-width: 0;
    width: var(--punWidth);
    border-radius: 5px;
}




.punbb {
  position: relative;
    z-index: 2;
    top: 55px;
    float: left;
    margin-bottom: 110px;
    height: auto;
    width: var(--punWidth);
    padding: 0px;
    background: rgb(var(--color-pun2));
    padding-bottom: 0px;
    font: normal 100% var(--font-main);
}


.punbb .container::after,
#viewprofile-next::after,
.post-body::after,
.linkst::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
}

.fs-box {
 margin: 0;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    padding: 0px 14px 14px 14px;
}


.hashelp {
    position: relative;
}


/* Announcement */

#pun-announcement .container {
    padding: 0;
}

#pun-announcement h2 span {display: none;}


/* Footer */

#html-footer .container {
    padding: 0;
}

#pun-about {
   display: flex;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 90px;
    bottom: -55px;
    text-transform: uppercase;
    font-size: 6px;
    font-weight: 400;
color: rgb(var(--acc1));
}

#pun-about p.container {
width: var(--punWidth);
height: 90px;
background-image: url(https://forumstatic.ru/files/001c/af/e6/25542.png);
margin: 0;
box-sizing: border-box;
display: block;
border-radius: 0 0 15px 15px;
}


#pun-about a {
color: rgb(var(--acc1));
margin-left: 40px;
}


/* Status */

#pun-status .container {
 position: relative;
    display: flex;
    left: 14px;
    top: -21px;
    padding-bottom: 0;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-main);
    letter-spacing: 0.4px;
    color: rgb(var(--acc1));
    z-index: 999;
}

#pun-status .container a {
    color: rgb(var(--acc1))!important;
}



/* Crumbs */


#pun-crumbs1 .container, #pun-crumbs2 .container {
display: flex; 
align-items: center; 
justify-content: center;
padding-bottom: 10px;
font-family: var(--font-main);
font-weight: 500;
font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 0.2px;
    color: rgb(var(--acc6));
}


#pun-crumbs1 .container a,
#pun-crumbs2 .container a {
color: rgb(var(--acc1));
   transition: color 0.3s ease;
}

#pun-crumbs1 .container a:hover,
#pun-crumbs2 .container a:hover {
color: rgb(var(--acc2));
}


/* Links */

a,
body #pun-admain a,
body #pun #pun-adnav ul.adsubnav a {
    text-decoration: none;
    color: rgb(var(--acc1));
    transition: color 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.2px;
}

a:hover,
a:focus,
body #pun-admain a:hover,
body #pun-admain a:focus,
body #pun #pun-adnav ul.adsubnav a:hover,
body #pun #pun-adnav ul.adsubnav a:focus {
    color: rgb(var(--acc2));
    text-decoration: none;
}


/* Headlines */

h1,
h2 {
    position: relative;
    padding: var(--16) var(--32);
    text-align: center !important;
    margin: var(--16) calc(var(--32) * -1) var(--8);
}

#pun-index h2 {
    margin: 0 calc(var(--32) * -1);
    margin-top: -20px;
}

h1 span,
h2 span {
    display: inline-block;
    font: 500 14px var(--fontHeader);
    font-style: italic;
    text-transform: lowercase;
    padding: 0 var(--4) var(--2);
}

#pun-messages h2 {
    text-align: left;
}

.punbb legend span {
    font-size: 1rem;
    text-transform: lowercase;
    padding: 4px 0px;
}




/* Categories & forums */
#pun-index .category {
}


#pun-index .category .container {
    padding: 0;
    border: 1px solid rgb(var(--acc2));
    border-radius: 10px;
    width: 960px;
    background: rgb(var(--color-pun));
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    box-shadow: inset 0px 0px 10px 0px rgb(var(--acc5), .4);
}


#pun-index .category h2, #pun-stats h2 {
    margin: 14px 24px -10px !important;
    width: 960px;
    height: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 0px;
    background: var(--cat-bg);
    border-radius: 15px 15px 0 0;
    border: 1px solid rgb(var(--acc2));
    box-sizing: border-box;
}


/* фон подфорумов */
#pun-index .category tbody {
    display: flex;
    flex-direction: column;
}

/* фон категории - заголовок */
.category h2 span, #pun-stats h2 span{
display: flex;
    color: rgb(var(--acc1));
    text-transform: lowercase;
    font-family: var(--font-acc);
    font-style: normal !important;
    font-size: 35px;
    position: absolute;
    top: 10px;
justify-content: center;
}

.category h2 span:after, #pun-stats h2 span:after {
content: '';
    width: 100%;
    height: 25px;
    padding: 2px 10px;
    background: rgba(215,200,208, .55);
    filter: blur(0.5px);
    transform: rotate(0deg);
    position: absolute;
    top: 7px;
}

/* jGrowl fix */

#jGrowl h2 {
    border: none;
    margin: 0;
    text-align: left !important;
}

#jGrowl h2 span {
    background: none;
    font: inherit;
}

#jGrowl td {
    padding: var(--8) 0 0;
}


/* Tables */

.punbb table {
    width: 100%;
    border-spacing: 0;
}

.punbb td,
.punbb th {
    padding: var(--8) var(--16);
}

/* Rusff reputation fix */

.tipsy-inner #respect td {
    padding: 0;
}

.tipsy {
margin-top: -30px!important; 
}


.punbb th {
    font-size: 0.8rem;
    text-align: left;
    padding: var(--4) var(--16);
}

.punbb:not(#pun-index, #pun-mod, #pun-online, .punbb-admin) .tcl {
    width: 45%;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tc2 {
    width: 15%;
text-align: center;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tc3 {
    width: 10%;
text-align: center;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tcr {
    width: 30%;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tcr > a {
    display: flex;
    margin-top: var(--4);
    padding-left: 5px;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tcr > span {
    padding-left: 2px;
}

.punbb#pun-searchtopics td.tc2,
.punbb#pun-searchtopics th.tc2 {
    width: 15%;
}

.punbb#pun-searchtopics td.tc3,
.punbb#pun-searchtopics th.tc3 {
    width: 10%;
}


/* Inputs */

.inputfield label,
.selectfield label {
    font-size: 0.9rem;
    display: inline-block;
    font-weight: 400;
    text-transform: lowercase;
}

.inline .inputfield,
.inline .selectfield {
    display: inline-block;
}

.punbb .fs-box p,
.punbb .fs-box fieldset {
    padding: 0 0 var(--8) 0;
}

input,
textarea,
#pun #sTheme {
  padding: var(--6) var(--6);
    box-sizing: border-box;
    color: rgb(var(--acc6));
    font: normal 1rem / 140% arial, verdana, tahoma, trebuchet ms, sans-serif;
    margin: 0 var(--4) var(--4) 0 !important;
    max-width: 100%;
    background-color: rgb(var(--acc4));
    border-radius: 10px;
    border: 1px solid rgb(var(--acc1), 0.4);
}

select {
 background: rgb(var(--acc3), .6);
    color: rgb(var(--acc6));
    font-family: var(--font-main);
    padding: 6px 7px 8px 7px !important;
    margin: 2px 2px 2px 30px;
    border-radius: 10px;
    max-width: 100%;
    font-size: 1rem;
    text-transform: lowercase;
}

select option {
    background: rgb(var(--color-pun1));
}

select:hover {
    cursor: pointer;
}

::placeholder {
  color: rgb(var(--acc6) / .4);
  opacity: 1; /* Firefox */
}


/* Checkboxes & Radionuttons */

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    width: var(--12);
    height: var(--12);
    min-width: var(--12);
    min-height: var(--12);
    margin: 0 var(--2) 0 0 !important;
    border-radius: 2px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0;
}

input[type="radio"] {
    border-radius: var(--6);
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: rgb(var(--acc1));
    color: rgb(248 248 248) !important;
}

input[type="radio"]:checked:hover {
    cursor: default;
}

input[type="radio"]:checked {
    background: transparent;
    box-shadow: inset 0 0 0 2px rgb(var(--color-pun3));
}

input[type="radio"]:checked::before {
    content: '\f111';
    font: 900 var(--6)/100% var(--fa);
    color: rgb(var(--color-pun1));
}

input[type="checkbox"]:checked::before {
    content: '\f00c';
    font: 900 var(--8)/100% var(--fa);
}

input[type="checkbox"]:checked:hover {
    background: rgb(var(--acc4));
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
    line-height: 100%;
    vertical-align: middle;
}

.radio label,
.checkfield label {
    padding: 0 var(--8) 0 var(--4);
}

.checkfield label {
    line-height: 120%;
}

.radio *:hover,
.checkfield *:hover {
    cursor: pointer;
}



/* Buttons */

p.formsubmit {
margin-left: 25px;
}


button,
.button,
input[type="button"],
input[type="submit"] {
    background: rgb(var(--acc3), .6);
    color: rgb(var(--acc6));
    font-family: var(--font-main);
    padding: 6px 7px 8px 7px !important;
    margin: 4px 6px;
    border-radius: 10px;
    max-width: 100%;
    text-transform: lowercase;
    font-size: 10px;
    transition: all .2s ease;
}

button[disabled],
.button[disabled],
input[disabled] {
    background: rgb(var(--acc6), 0.1);
    color: rgb(var(--acc6), 0.6);
}

.button[name="preview"],
.button.full,
.button.cancel,
.button[name="cancel"] {
    background: rgb(var(--acc4));
    color: rgb(var(--acc6));
}

.formsubmit input, 
.formsubmit a,
.formsubmit span {
    margin: 0 var(--8) 0 0;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: rgb(var(--acc2))!important;
    color: rgb(var(--acc6))!important;
    cursor: pointer;
}


button[disabled]:hover,
.button[disabled]:hover,
input[disabled]:hover {
    background: rgb(var(--acc6) / .1);
    color: rgb(var(--acc6) / .5);
    cursor: not-allowed;
}

.punbb #isk {
border-radius: 0px 4px 4px 0px;
    border: none;
    background: rgb(var(--acc1));
    color: rgb(var(--color-pun));
    margin: 0px 14px 0px -3px;
    position: relative;
    height: var(--24);
    transition: all .2s ease;
}

.punbb #isk:hover {
    background: rgb(var(--acc3));
    color: rgb(var(--color-pun));
}

.punbb #isk::before {
    content: '\f002';
    font: 400 1rem/100% var(--fa);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#pun #sTheme {
height: var(--24);
 text-transform: lowercase;
border-radius: 4px 0px 0px 4px;
}


/* Hide elements
-------------------------------------------------------------*/


#pun-navlinks h2,
#pun-ulinks h2,
#pun-status h2,
#pun-index h1,
.punbb :not(#pun-statistic) #pun-main h1,
#pun-crumbs1 .container strong,
#pun-crumbs2 .container strong,
#pun-index thead,
#pun-status .item4,
.acchide,
#pun-userlist h1,
#pun-userlist h2,
#pun-profile h2,
#pun-viewtopic h2,
#post fieldset legend > span,
.sharelink,
#formkey,
#formetc,
#pun-searchposts h1,
#pun-searchposts h2,
#pun-searchtopics h1,
#pun-searchtopics h2,
#pun-modviewforum h1,
#pun-modviewforum h2,
#pun-viewforum h1,
#pun-viewforum h2,
.punbb .submitfield label,
.pa-gifts,
.post-sig dt,
#pun-navlinks #navawards,
#pun-navlinks #navrules,
.modlist,
.tclcon:has(.modlist) > br:last-of-type,
#pun-ulinks #h-replies,
#pun-ulinks #h-unanswered,
.pl-email.email,
.catleft,
.catright,
#pun-premoderation .pa-title,
#pun-premoderation .pa-ua,
#pun-premoderation .pa-posts,
#pun-premoderation .pa-respect,
#pun-premoderation h2,
#pun-viewtopic .linksb .postlink,
.inputfield:has(.social) {
    display: none;
}

.pa-last-visit {
display: none!important;
}


/* Navigation + Header
-------------------------------------------------------------*/

/* Header
------------------------------------------------------------------ */

#pun-title {
    position: relative;
    z-index: 1;
    width: 1010px;
    top: 0px;
    height: 434px;
    background: var(--header-bg) no-repeat center;
    background-size: cover;
    border-bottom: 9px solid #bac6c6;
}


/* Navlinks+Ulinks */
#pun-navlinks,
#pun-ulinks {
  position: absolute;
  width: 100%;
}


#pun-navlinks .container,
#pun-ulinks .container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

#pun-navlinks {
    z-index: 2;
    top: -70px;
    width: var(--punWidth);
    margin: 0 auto;
    white-space: nowrap;
}

#pun-ulinks {
  z-index: 1;
  top: -43px;
}

#pun-ulinks a {
color: rgb(var(--acc4));
}


#pun-navlinks .container {
  gap: 10px;
  font-family: var(--fontHeader); 
  text-transform: uppercase; 
    font-size: 13px;
letter-spacing: 0.2px;
}

#pun-ulinks .container {
gap: 15px;
    padding: 0;
    font-size: 11px;
    text-transform: lowercase;
    font-family: var(--font-main);
}

#pun-navlinks li > a {
     color: rgb(var(--acc2));
    font-weight: 700;
 transition: color 0.3s;
}

#pun-ulinks a:hover,
#pun-navlinks li > a:hover {
  color: rgb(var(--acc4), 0.6);
}


/* Index
-------------------------------------------------------------*/

/* Categories & forums */

#pun-index .category tr {
display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    padding: var(--16) var(--32);
    margin: 0 calc(var(--16) * -1);
    min-height: 150px;
}

#pun-index .category tr:not(:last-of-type) {
  margin-bottom: 25px;
}

#pun-index .category .container::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 300px;
    top: 0;
    border-left: 1px dashed rgb(var(--acc5), .6);
}


#pun-index .category tr td {
    padding: 0;
}

#pun-index .category .intd {
   font-size: 0.9rem;
    text-transform: lowercase;
    color: rgb(var(--acc1), .8);
    line-height: 120%;
}

#pun-index .category tr .tcl {
    width: 70%;
}

#pun-index .category tr .tc2,
#pun-index .category tr .tc3 {
    display: none;
}

#pun-index .category tr h3 a {
    width: 140px;
    margin-top: 36px;
    font: 700 18px / 100% var(--fontHeader);
    display: flex;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: rgb(var(--acc1));
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    transition: color 0.3s ease !important;
}

#pun-index .category tr h3 a:hover {
color: rgb(var(--acc3))!important;
}

#pun-index .category tr .tcr {
   width: 30%;
    margin-left: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-items: start;
    justify-content: start;
    text-align: left;
}


.wrap_lastmsg {
    line-height: 1;
    align-self: center;
}


#pun-index .category tr .tcr .lastpost {
    text-transform: lowercase;
    font-size: 9px;
    letter-spacing: 0.3px;
    opacity: 0.8;

}

#pun-index .category tr .tcr .lastpost-link {
    display: inline-block;
    text-transform: lowercase;
    font: 500 11px var(--font-main);
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.6px;
}

a.lastpost-link{
color: rgb(var(--acc1));
    transition: color 0.3s ease!important;
}

a.lastpost-link:hover {
color: rgb(var(--acc2));
}



.subforum_text {
font-family: var(--font-main);
color: rgb(var(--acc3));
width: 460px;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
        margin-top: -20px;
}

.subforum_text p {
    display: inline;
    text-transform: lowercase;
}

.subforum_text p b {
 font-weight: 800;
    color: rgb(var(--acc1));
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: -0.2px;
}

.subforum_text-links {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    text-transform: lowercase;
    font-size: 10px;
    letter-spacing: .3px;
    gap: 6px;
}

.subforum_text-links a {
    color: rgb(var(--acc6));
    background: transparent;
    box-sizing: border-box;
    padding: 5px 11px 5px;
    border-radius: 20px;
    font-weight: 500 !important;
    border: 1px solid rgb(var(--acc2));
}




/* Statistics */

#pun-stats .container {
    display: grid;
    grid-template-columns: 700px 260px;    gap: var(--16);
    flex-direction: row;
    padding: 0;
    /* border: 1px solid rgb(var(--acc2)); */
    border-radius: 10px;
    width: 960px;
    background: #e0dfdf;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    box-shadow: 1px 2px 1px 0px rgb(var(--acc6), .3);
}

#pun-stats .container:after {
    display: none;
}

#pun-stats .stats_1 {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 260px;
    padding: 10px 20px 10px 20px;
}

#pun-stats .stats_1:before {
    content: '';
    position: absolute;
    margin-left: -347px;
    width: 1px;
    min-height: 100%;
    height: fit-content;
    border-right: 1px dashed rgb(var(--acc5), .6);
}

#pun-stats .stats_2 {
  flex-grow: 1;
  padding: 10px;
width: 660px;
}

#pun-stats .item1, #pun-stats .item2, #pun-stats .item3, #pun-stats .item4 {
    box-sizing: border-box;
    padding: 6px 15px;
    display: block;
    text-align: center;
    letter-spacing: .3px;
    font-size: 10px;
    font-weight: 400;
    width: 60%;
    height: auto;
    align-content: center;
    background: transparent;
    color: rgb(var(--acc1));
    border: 1px solid rgb(var(--acc2));
    border-radius: 10px;
}

#pun-stats .item4 a {
color: rgb(var(--acc1));
}

#pun-stats .item4 a:hover {
color: rgb(var(--acc2));
}

#pun-stats .item1 strong,
#pun-stats .item2 strong,
#pun-stats .item3 strong,
#pun-stats .item4 strong {
font-weight: 400;
}

#onlinelist {
    font-weight: 300;
    text-align: justify;
width: 104%;
    padding-bottom: 15px !important;
    border-bottom: 1px dashed rgb(var(--acc5), .6)!important;
}


li#onlinelist:last-child {
margin-bottom: 0;
}

#pun-stats .onlinelist div,
#pun-stats .users_24h div {
line-height: 150%;
font-size: 9px;
text-transform: lowercase;
font-weight: 500;
}

#pun-stats .onlinelist div span,
#pun-stats .users_24h div span {
display: block;
font-size: 11px;
text-transform: lowercase;
margin: 5px 0 0;
line-height: 140%;
}

#pun-stats .onlinelist div a,
#pun-stats .users_24h div a {
color: rgb(var(--acc1));
    font-weight: 600;
}

#pun-stats .onlinelist div span a,
#pun-stats .users_24h div span a {
color: rgb(var(--acc1));
font-weight: 400!important;
}

#pun-stats .onlinelist div span a:hover,
#pun-stats .users_24h div span a:hover {
color: rgb(var(--acc2));
}

#pun-stats .onlinelist, #pun-stats .users_24h {
padding: 2px 20px;
box-sizing: border-box;
}

li
 {list-style: none !important;padding: 0;margin: 0;}

/* Forum, Userlist, Statistic list
-------------------------------------------------------------*/

/* Table */

#pun-viewforum table,
#pun-modviewforum table,
#pun-searchtopics table,
#pun-userlist table,
#pun-statistic table,
#pun-respect table,
#pun-positive table,
#pun-messages #messages table,
.profile-awards-container table {
    overflow: hidden;
}

#pun-viewforum table tr,
#pun-modviewforum table tr,
#pun-searchtopics table tr,
#pun-userlist table tr,
#pun-statistic table tr,
#pun-respect table tr,
#pun-positive table tr,
#pun-messages #messages table tr,
.profile-awards-container table tr {
    display: flex;
    align-items: center;
    color: rgb(var(--acc6) / .6);
    font-size: 11px;
    text-transform: lowercase;
    letter-spacing: 0.1px;
}

#pun-viewforum tr td:first-child,
#pun-viewforum tr th:first-child,
#pun-modviewforum tr td:first-child,
#pun-modviewforum tr th:first-child,
#pun-searchtopics tr td:first-child,
#pun-searchtopics tr th:first-child,
#pun-userlist tr td:first-child,
#pun-userlist tr th:first-child,
#pun-statistic tr td:first-child,
#pun-statistic tr th:first-child,
#pun-respect tr td:first-child,
#pun-respect tr th:first-child,
#pun-positive tr td:first-child,
#pun-positive tr th:first-child,
#pun-messages #messages tr td:first-child,
#pun-messages #messages tr th:first-child,
.profile-awards-container tr td:first-child,
.profile-awards-container tr th:first-child {
    padding-left: 0;
}

#pun-viewforum tr td:last-child,
#pun-viewforum tr th:last-child,
#pun-modviewforum tr td:last-child,
#pun-modviewforum tr th:last-child,
#pun-searchtopics tr td:last-child,
#pun-searchtopics tr th:last-child,
#pun-userlist tr td:last-child,
#pun-userlist tr th:last-child,
#pun-statistic tr td:last-child,
#pun-statistic tr th:last-child,
#pun-respect tr td:last-child,
#pun-respect tr th:last-child,
#pun-positive tr td:last-child,
#pun-positive tr th:last-child,
#pun-messages #messages tr td:last-child,
#pun-messages #messages tr th:last-child,
.profile-awards-container tr td:last-child,
.profile-awards-container tr th:last-child {
    padding-right: 0;
}

#pun-viewforum table th,
#pun-modviewforum table th,
#pun-searchtopics table th,
#pun-userlist table th,
#pun-statistic table th,
#pun-respect table th,
#pun-positive table th,
#pun-messages #messages table th,
.profile-awards-container table th {
    text-transform: lowercase;
    font-weight: 600;
    color: rgb(var(--acc3));
    font-size: 9px;
    border-bottom: 1px dashed rgb(var(--acc5), .6);
    padding-bottom: 10px;
}

#pun-respect table, #pun-positive table {
padding: 20px 40px!important;
}


#pun-userlist tr .tcl,
#pun-viewforum tr .tcl .intd,
#pun-modviewforum tr .tcl .intd,
#pun-searchtopics tr .tcl .intd,
#pun-messages #messages tr .tcl .intd,
#pun-userlist tr .tcl .intd {
    display: flex;
    align-items: center;
    gap: 12px;
}


#pun-viewforum .container thead {
display: none; 
}

/* разделение на важные темы */
.forum tr {
    padding: 10px !important;
    gap: 30px;
    font: 300 10px var(--font-main);
    background: rgb(var(--color-pun));
    border-radius: 10px;
    margin-bottom: 6px; 
    border: 1px solid rgb(var(--acc2));
}

.forum .tr-divider {
	font-size: 7px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	color: rgb(var(--acc6))!important;
	padding: 0 !important;
	padding-left: 0px !important;
	background: transparent; 
}

.tr-divider.st, .tr-divider.imp {
	margin-top: 10px !important;
	margin-bottom: 3px !important;
        border: none!important;
}

.tr-divider .td-divider {
	background: rgb(var(--acc3));
	padding: 2px 10px !important;
	border-radius: 5px;
	line-height: 100%;
}

.forum .tr-divider:first-child {
	margin-top: 0 !important;
}

.forum tr a {
	font-weight: 500;
	font-size: 11px;
	text-transform: lowercase;
}

.forum td {
	padding: 0 !important;
}


.forum .tc2,
.forum .tc3 {
	font-weight: 200;
	font-size: 10px;
	color: rgb(var(--acc3));
}

#pun .forum .tcr {
  gap: 10px; 
	flex: 1;
	line-height: 140%;
}


.forum .tcr > a {
  align-self: end; 
  grid-area: link; 
}

.forum .tcr .byuser {
  align-self: start; 
  grid-area: user; 
}

.forum table, #pun-userlist table {
  margin: 0px 10px;
  width: 98%;
}

.forum tr td {
  padding: 0 !important;
}


.forum tr td {
  padding: 0 !important;
	border: none !important;
}

.forum .byuser {
	display: block !important;
}

.forum .byuser:before {
	content: 'автор: ';
	opacity: .45;
}

#pun-viewforum .tcr, #pun-searchtopics .tcr {
  display: flex;
	align-items: center;
}

#pun-searchtopics .tcl {
	width: 400px !important;
}

#pun-searchtopics .tc2 {
	width: 200px !important;
}

#pun .forum .user-avatar,
#pun .forum .user-avatar .avatar-image{
	width: 20px !important;
	height: 20px !important;
       margin: 0px !important;
}




span.stickytext, span.closedatafield {
    display: none;
}



#pun-viewforum table tr.inew strong,
#pun-modviewforum table tr.inew strong,
#pun-searchtopics table tr.inew strong {
    font-weight: 400;
}

#pun-viewforum table tr.inew a,
#pun-modviewforum table tr.inew a,
#pun-searchtopics table tr.inew a {
    font-weight: 700;
}

#pun-viewforum table .tcr a,
#pun-modviewforum table .tcr a,
#pun-searchtopics table .tcr a {
    text-transform: lowercase;
}

.profile-awards-container th,
.profile-awards-container td {
    width: 20% !important;
}

.profile-awards-container td {
    padding: var(--16);
}

th input[type="checkbox"] {
    margin: 0 !important;
}

#pun-messages #messages td.tc2.pmtc22 {
display: flex !important;
    align-items: center;
    gap: var(--12);
    justify-content: center;
}

#pun-userlist table tr,
#pun-statistic table tr {
    text-transform: lowercase;
}

#pun-index .tclcon {
    line-height: 1;
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}


/* Userlist */

.punbb#pun-userlist .tcl {
    width: 25%;
}

.punbb#pun-userlist .tc2,
.punbb#pun-userlist .tc3 {
    width: 15%;
text-align: center;
}


/* Statistic list */

#pun-statistic .main .container {
    padding: 0 0 var(--16) 0;
}

.punbb#pun-statistic .tcl {
    width: 40%;
}

.punbb#pun-statistic .tc2,
.punbb#pun-statistic .tc3 {
    width: 15%;
}


/* Links */

.punbb:not(.punbb-admin) .pagelink,
.punbb:not(.punbb-admin) .postlink {
  display: inline-block;
    margin: 2px 40px;
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 0.2px;
}

.punbb:not(.punbb-admin) .postlink {
    float: right;
    width: unset;
}


/* Paginator */

.punbb:not(.punbb-admin) .pagelink a,
.punbb:not(.punbb-admin) .pagelink strong {
    display: inline-block;
    padding: 3px var(--4) !important;
    border-radius: 14px;
    background-color: rgb(var(--acc4) / .4);
    transition: color 0.3s ease;
}

.punbb:not(.punbb-admin) .pagelink span {
    margin: 0 var(--4);
}

.punbb:not(.punbb-admin) .pagelink strong {
    color: rgb(var(--acc1));
    background-color: rgb(var(--acc4));
    border-radius: 14px;
    border: 1px solid rgb(var(--acc1), 0.4);
}

.punbb:not(.punbb-admin) .pagelink a:hover {
    color: rgb(var(--acc2));
}


/* Icons */

#pun-index .category tr:not(.inew) div.icon {
    position: absolute;
    margin: 0;
    padding: 2px 4px;
    width: 124px;
    height: 40px;
    background: url(https://forumstatic.ru/files/001c/af/e6/20505.png);
    background-size: cover;
    left: 21px;
    top: 22px;
    opacity: 0.5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pun-index .category .inew .intd div.icon {
    position: absolute;
    margin: 0;
    padding: 2px 4px;
   width: 124px;
    height: 40px;
    background: url(https://forumstatic.ru/files/001c/af/e6/20505.png);
    background-size: cover;
    left: 21px;
    top: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  flex-shrink: 0;
}

#pun-index .category .inew .intd div.icon:before {
    content: 'вам письмо';
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 11px;
    color: rgb(var(--color-pun));
    width: 60px;
    padding: 0px 10px;
    margin-top: 0px;
    overflow-wrap: break-word;
    transform: rotate(-2deg);
}

#pun-index .tclcon h3[data-new-topics]::after, .punbb .subforums span[data-new-topics]::before {
  content: attr(data-new-topics);
  display: inline-flex;
  line-height: 12px;
  margin: 0;
  min-width: 12px;
  position: relative;
  border-radius: 3px;
  padding: 2px 4px;
  width: 14px;
  height: 14px;
  background: rgb(var(--acc-rose));
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgb(var(--acc6));
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

#pun-index .icon[data-new-topics]::before {
  display: none;
}


/* иконки внутри подфорума */

.forum .isticky .icon:before {
  content: '\e4fe';
  color: rgb(var(--acc4));
  font-size: 11px; 
}

.forum .iclosed .icon:before {
  content: '\f60e';
  color: rgb(var(--acc4));
  font-size: 11px; 
}

.forum .inew .icon:before {
  content: '\f1b0';
  color: rgb(var(--acc1));
  font-size: 11px; 
}

.forum .isticky .icon,
#pun-viewforum .category .icon.inew,
.forum .icon-new,
#profile .icon-new,
#profile .intd .icon.inew {
  background: rgb(var(--acc1));
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--fa);
}

#pun-viewforum .category .icon,
.forum .icon,
#profile .intd .icon {
  background: rgb(var(--acc2), .5);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forum .iclosed .icon {
  background: rgb(var(--acc6), .8);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--fa);
}

/* Profile page
-------------------------------------------------------------*/

#pun-profile #profile .container {
    padding-left: 10em;
}

#viewprofile {
    flex-grow: 1;
}

#viewprofile-next {
    display: flex;
    gap: var(--32);
    padding: 0px 40px 0px 0px;
}

#viewprofile-next::after {
    display: none;
}

#viewprofile-next #profilenav {
    display: none;
}

#pun-profile #profile #profilenav {
float: left;
    width: 200px;
    margin-left: -10em;
}

#viewprofile-next #profilenav {
    padding-top: var(--16);
}

#viewprofile .container::after {
    display: none;
}

div#viewprofile .container ul tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    padding: var(--16) !important;
    padding-bottom: 0px !important; 
    margin-top: 0px;
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid rgb(var(--acc1), 0.4);
}

body #profile-left {
   text-align: center;
    text-transform: lowercase;
    padding-top: 25px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -17px;
    margin-top: -17px;
    width: 240px;
    height: fit-content;
    gap: 5px;
    border-right: 1px solid rgb(var(--acc1), 0.4) !important;
    border-radius: 20px;
}


#profilenav li {
    list-style: none;
}

#profilenav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}


#profilenav ul li {
    width: 140px;
}

#profilenav ul li a {
justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 12px 7px;
    margin: 0;
    text-transform: lowercase;
    background: rgb(var(--acc2));
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: .3px;
    color: rgb(var(--acc1));
    font-size: 12px;
    display: flex;
}

#profilenav a {
    display: block;
    margin-bottom: var(--4);
}

#profilenav li:not(:last-child) a {
    margin-right: var(--4);
}

#profilenav .isactive a {
    font-weight: 700;
}

#profilenav ul li.isactive a {
background: rgb(var(--acc4), .8);
    font-weight: 700;
    color: rgb(var(--acc3));
    border: 1px solid;
}


#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: auto;
    text-align: center;
    padding: 10px 10px !important;
    font-size: 10px;
    align-self: self-start;
    background-color: rgb(var(--color-pun), 1);
    border-radius: 10px;
    border: 1px solid rgb(var(--acc1), 0.4);
}

#profile-right li a {
    color: rgb(var(--acc6))!important;
    font-weight: 400;
     transition: color 0.3s ease!important;
}

#profile-right li a:hover {
     color: rgb(var(--acc1))!important;
}


div#viewprofile td#profile-right {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: auto !important;
    padding: 0px 20px 20px 10px !important;
    box-sizing: border-box;
    flex: 1;
    list-style: none;
    align-content: stretch;
}

#pun #profile-right li span {
display: flex;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-style: normal;
    border-radius: 4px;
    padding: 5px 10px 2px;
    width: fit-content;
    background: rgb(var(--acc2));
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 9px;
    color: rgb(var(--acc6));
    text-transform: lowercase;
    line-height: 15px;
    position: relative;
    gap: 5px;
    top: -10px;
}



#viewprofile #profile-right li#pa-fld2 {
order: 5;
}

#viewprofile #profile-right li#pa-fld5 {
order: 6;
}

#viewprofile #profile-right li#pa-email {
order: 7;
}

#viewprofile #profile-right li#pa-fld3 a.ank {
    background: rgb(var(--color-pun3));
    position: relative; 
}


#viewprofile li strong {flex: auto;font-weight: normal!important;padding: 0 !important;margin: 0 !important;}

#profile-left li {
    list-style: none;
}


#profile-left #profile-name {
   position: absolute;
    z-index: 1;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    padding: 7px;
    font-size: 15px;
    color: rgb(var(--acc1));
    font-family: var(--font-main);
    text-transform: lowercase;
    font-weight: 600;
}


#profile-left #profile-title {
    margin: var(--4) 0 var(--8);
    font-size: 8.5px;
    letter-spacing: 0.5px;
}


#profile-left #pa-avatar img {
border-radius: 2px;
}

#profile-left #pa-online {
    padding-top: var(--8);
}

#profile-left #pa-avatar strong {
    display: none;
}


li#pa-edit {
    padding-top: 25px;
}


/*убираем лишние поля с просмотра профиля*/
#profile-right #pa-invites, #profile-right #pa-fld4, #profile-right #pa-fld2, #profile-right #pa-fld6, #profile-right #pa-awards {
display: none!important; 
}


td.tc0.ft-image {
    border: 2px solid rgb(var(--acc2));
}

#profile li {
    list-style: none;
    text-transform: lowercase; 
}

#profile #select-hosting .infofield * {
    margin: 0;
}



/* Set moderator permissions */

#setmods dl dl {
    padding: 0 var(--8);
    background: rgb(var(--acc4));
    margin-bottom: var(--8);
    border-radius: var(--8);
}

#setmods dl dl:hover {
    background: rgb(var(--acc1),.2);
}

#setmods dt {
    font-weight: bold;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: var(--8);
}

#setmods dd {
    display: inline-block;
    padding: var(--8);
}

#setmods dd div {
    display: block;
}

div.checkfield .sub {
    margin-left: 0 !important;
}

div.checkfield:has(.sub) {
    margin-left: var(--24);
}


/* Topic
-------------------------------------------------------------*/

.post .container {
    margin: 0;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    background: rgb(var(--color-pun));
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid rgb(var(--acc2));
    padding: 0px 14px 14px 14px;
}

.post-author {
     width: 240px;
    align-self: start;
    box-sizing: border-box;
    background: rgb(var(--color-pun3));
    border: 1px solid rgb(var(--acc2));
    border-radius: 15px;
    margin-top: -1px; 
    float: left;
    position: relative;
    display: block;
    height: auto;
    padding-top: 28px;
    padding-bottom: 10px;
    z-index: 0;
}

.post-body {
    box-sizing: border-box;
    width: calc(100% - 240px);
    font-family: var(--font-main);
    letter-spacing: 0.1px;
    display: block;
    padding: 10px 0 0 20px;
}

.post-links {
    width: 100%;
}

.post-box {
  padding: 0 10px 10px 10px;
}

.post-content {
    word-break: break-word;
}


#poll-special td {
    padding: var(--4);
}

.post-links {
    text-align: right;
    margin-top: 0px;
}

.post-links li {
    display: inline-block;
}

.post-links li a {
    display: inline-block;
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 0.2px;
}

.post-links .pl-email,
.post-links .pl-website {
    float: left;
}

.post-links .pl-email a {
    margin: 0 var(--8) 0 0;
}

.post-links li a:not(.pl-email a) {
    margin: 0 0 0 var(--4);
    padding-top: 1.5px;
}

.post-links li.approve {
    margin-left: var(--4);
}

.modmenu a {
    text-transform: lowercase;
    font-weight: 400 !important;
    font-size: 10px;
}

#topic-modmenu span,
.forum ~ .modmenu span {
    float: right;
}

#topic-modmenu .container {
    text-transform: lowercase;
    margin: 10px!important;
}

.subscribelink {
    text-align: right;
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 0.2px;
padding-right: 15px;
}

#topic-users-in {
    text-transform: lowercase;
    margin-left: 40px;
}

#topic-users-in a:not(:last-child)::after {
    content: ',';
}

.punbb #profile-signature ul {
    border: none;
    padding: 0;
}

#pun-main #subforums {
    padding: 1em 0 1em 1em;
    margin-bottom: 16px!important;
    font: 10px var(--font-main);
    text-transform: uppercase;
    border-radius: 16px;
    border: 1px solid rgb(var(--acc1));
}

.post-sig::before,
.punbb #profile-signature ul::before {
    content: '';
    display: block;
    margin: var(--16) auto var(--8);
    width: 30%;
    border-top: 1px dashed rgb(var(--acc3),.6);
}

#pun-viewtopic .post {
    margin: 5px auto 0;
    border-radius: 10px;
    width: 980px;
    box-sizing: border-box;
}

/* Post headline */

#pun-viewtopic .post h3 {
text-align: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.punbb .post h3 span {
    font: 400 10px var(--font-main);
    height: auto;
    padding: 5px 15px;
    width: auto;
    text-transform: lowercase;
    border-radius: 5px;
    background: rgb(var(--color-pun));
    box-sizing: border-box;
    border: 1px solid rgb(var(--acc2));
}

.post h3 em {
    font-style: normal;
}

.punbb .post h3 strong {
    float: right;
    width: auto;
    text-align: right;
    font-weight: normal;
    order: 2;
    color: rgb(var(--acc1));
}

.post h3 span strong:before {
    content: ', #';
}

#pun-premoderation .post h3 span > em:last-child {
    padding-left: var(--4);
}

.punbb .post h3 {
    z-index: 4 !important;
    position: relative;
    top: 26px;
    left: -33px;
}


/* Profile */
#pun-viewtopic .post-author {
    margin-bottom: var(--64);
    margin-left: -15px;
}

/* сам список в колонке автора — контейнер для фона */
.post-author ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0 10px 20px;
    box-sizing: border-box;
    width: 224px;
    margin: 10px auto 40px;
    list-style: none;
    background: rgb(var(--color-pun));
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1); 
    border-radius: 10px;
}




.post-author li {
    list-style: none;
    text-align: center;
}

.post-author .pa-author {
    width: 100%;
    height: auto;
    font-family: var(--font-main);
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    margin: 15px 0 6px;
    box-sizing: border-box;
}

.punbb .pa-author a,
.punbb .pa-author strong {
    font-weight: 600;
}

.post-author .pa-author a {
color: rgb(var(--acc1));
transition: color 0.3s ease!important;
}

.post-author .pa-author a:hover {
color: rgb(var(--acc3));
}


#pun-premoderation .pa-author,
#pun-post .pa-author {
    font-weight: 700;
    text-align: center;
}

.pa-title {
font-size: 9px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    text-transform: lowercase;
    margin: -1px 0 9px;
    box-sizing: border-box;
    letter-spacing: .2px;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    color: rgb(var(--acc6),.6);
}

.post-author .pa-avatar.item2  {
z-index: 2;
    margin: 0 0 1px;
    max-width: 180px;
    max-height: 180px;
    line-height: 1;
    box-sizing: border-box;
}

.pa-avatar img {
max-width: 180px;
border: 1px solid rgb(var(--color-pun2));
box-shadow: 0px 0px 1px 0px black;
}

.pa-posts,
.pa-respect, .pa-fld1, .pa-fld5 {
    display: inline-flex; 
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 30px;
    gap: 4px; 
}


.pa-posts .fld-name,
.pa-respect .fld-name, .pa-fld1 .fld-name, .pa-fld5 .fld-name {
  font-size: 0px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:100%;
  height:10px;
}

#pun:not(.isguest) .post-author .pa-respect a:first-child::before,
#pun.isguest .post-author .pa-respect .fld-name::before,
.post-author .pa-posts .fld-name::before {
    font-family: var(--fa);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: var(--4);
}

#pun.isguest .punbb .post-author .pa-respect .fld-name::before {
    color: rgb(var(--acc1));
}

#pun:not(.isguest) .punbb .post-author .pa-respect a:first-child::before,
#pun.isguest .punbb .post-author .pa-respect .fld-name::before {
    content: '\f004';
    color: rgb(var(--acc1));
    position: relative;
    top: -1px;
}

.punbb .post-author .pa-posts .fld-name::before {
    content: '\e1de';
    color: rgb(var(--acc1));
    position: relative;
top: 2px;
}


#pun:not(.isguest) .post-author .pa-fld1 a:first-child::before,
#pun.isguest .post-author .pa-fld1 .fld-name::before,
.post-author .pa-fld1 .fld-name::before, 
#pun:not(.isguest) .post-author .pa-fld5 a:first-child::before,
#pun.isguest .post-author .pa-fld5 .fld-name::before,
.post-author .pa-fld5 .fld-name::before {
    font-family: var(--fa);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: var(--4);
}

.punbb .post-author .pa-fld1 .fld-name::before {
    content: '\f56b';
    color: rgb(var(--acc1));
    position: relative;
}

.punbb .post-author .pa-fld5 .fld-name::before {
    content: '\f1bb';
    color: rgb(var(--acc1));
    position: relative;
}




.pa-ip {
display: block;
    width: 100%;
    position: absolute;
    bottom: -10px;
    font-size: 7px;
    z-index: 99999;
opacity: 0;
}
.pa-ip:hover {
opacity: 1;
}

/*хедер-фон*/

.pa-fld4  {
    position: absolute;
    width: 240px;
    height: 70px;
    left: -7px;
    top: -51px;
    z-index: -1;
    border-radius: 15px 15px 0px 0px;
}

.pa-fld4 .fld-name {
font-size: 0px;
}

.prof-fon {
    width: 238px;
    height: 70px;
    object-fit: cover;
    background-size: cover !important;
    background-position: top!important;
    border-radius: 14px 14px 0px 0px;
}


/*плашка*/
.pa-fld6 {
  width: 240px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
margin-bottom: -80px !important;
    margin-top: 0px !important;
}

.pa-fld6 .fld-name {
font-size: 0px;
}

.pers-ban {
 display: flex;
    width: 240px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0px 0px 15px 15px;
    background-size: cover !important;
    flex-direction: column;
    font-family: var(--font-main);
    text-transform: uppercase;
    color: rgb(var(--color-pun));
    line-height: 140%;
    font-size: 10px;
}

.pers-ban min {
    text-transform: lowercase!important;
    letter-spacing: 0.2px;
}


/*id для светлого фона - темного текста*/
#light {
color: rgb(var(--acc6))!important; 
}

/*личное звание*/
.pa-fld3 {
width: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgb(var(--acc2));
    border-top: 1px solid rgb(var(--acc2));
    padding: 0px 0px 25px 0px;
    margin: 35px 0px 5px 0px;
    background: rgb(var(--color-pun3));
}

.pa-fld3
 .fld-name {
font-size: 0px;
}

.lz {
    display: block;
    margin: -12px 0;
    padding: 20px 22px 14px;
    font-size: 10px;
    line-height: 11px;
    text-align: justify;
    font-family: var(--font-main);
}

.pa-fld3 > a:first-of-type {
font: 700 12px var(--font-main);
    color: rgb(var(--acc1));
    text-align: center;
    display: block;
    cursor: pointer;
    background: rgb(var(--color-pun3));
    z-index: 0;
    padding: 4px 18px 2px 19px !important;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px -2px 0 -1px rgb(var(--acc2)), 2px 0px 0 -1px rgb(var(--acc2)), -2px 0px 0 -1px rgb(var(--acc2)), inset 0 0px 0px 1px rgb(var(--color-pun3));
    width: fit-content;
    margin: -19px auto 7px auto !important;
}

/*иконка*/
.pa-fld2 {
display: flex;
    background: rgb(var(--color-pun3));
    width: 50px;
    height: 28px;
    padding: 5px !important;
    border-radius: 10px;
    box-shadow: 0px 1px 0px 0px rgb(var(--acc3)), 0px -1px 0px 0px rgb(var(--acc3));
    margin: -20px 0 0 !important;
    justify-content: center;
    align-items: center;
}

.pa-fld2 img {
width: 20px;
    height: 20px;
    object-fit: contain;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.pa-fld2 .fld-name {
font-size: 0px;
}

/* Messages page */

#pun-messages #profilenav {
    float: left;
    margin-right: var(--12);
}

#pun-messages #profilenav h2 {
    margin-left: 0;
    margin-right: 0;
    padding: 2px !important;
}

#pun-messages #profilenav h2 span {
    display: inline-block;
        font-family: var(--font-main);
    font-style: normal !important;
   font-size: 14px; 
font-weight: 600;
    text-transform: lowercase;
}



/* Reply form
-------------------------------------------------------------*/

#main-reply {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px;
}

#post-errors ul {
    padding-bottom: var(--4);
}

#post-errors li {
    list-style: none;
    padding-bottom: var(--4);
}


/* Keep buttons always above textarea fix */


#post .fs-box .inputfield.required {
    order: -1;
}


/* Form tools
----------------------------------------------------------------------- */

#pun #post-form div.container {
    right: 0;
    top: unset;
    overflow: hidden auto;
    margin-top: calc(var(--4) * -1);
    padding: var(--8) !important;
    max-height: 250px;
    background: rgb(var(--acc2));
    background-color: rgb(237, 234, 233);
    border-radius: 10px;
    border: 1px solid rgb(var(--acc4), 0.6);
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 2px 4px rgba(0, 0, 0, 0.08);
}

#keyboard-area input {
    line-height: 100%;
}

#size-area img {
    width: 100%;
    margin-top: -20px;
}

#size-area span,
#size-area img {
    height: 20px;
}

#size-area div {
    line-height: 120%;
}

#pun #size-area span {
    width: unset;
    height: unset;
    margin: 0;
}

#pun #addition-area div {
    height: unset;
}

#size-area div:not(:last-child),
#addition-area div:not(:last-child),
#font-area div:not(:last-child) {
    margin-bottom: var(--4);
}

.punbb #table-area td.selected,
.punbb #table-area td:hover {
    background: rgb(var(-color-pun2));
}

.punbb #keyboard-span input {
    margin: var(--2) !important;
    background: rgb(var(--acc3),.2);
    border: none;
    font-weight: 400 !important;
    height: 20px;
    padding: 0 var(--4);
}


/* Form Buttons
----------------------------------------------------------------------- */


/* CUSTOM FORM-BUTTONS WITH WRITTEN SYMBOLS © BLANCHE. free for use only with copy */
#form-buttons {
    gap: 15px;
    display: flex;
    position: relative;
    top: 2px;
    width: 100%;
    margin: 0;
    transition: all .2s ease;
    background: rgb(var(--color-pun1));
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid rgb(var(--acc3), .4);
}

#pun-profile #form-buttons,
#pun-admain #form-buttons {
  position: relative;
  top: auto;
  background: rgb(var(--acc1));
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

#pun-messages #form-buttons {
  position: relative;
  top: auto;
  background: rgb(var(--acc4));
  border-radius: 8px;
  margin: 0;
padding: 6px 10px 2px;
  width: 100%;
}

#form-buttons table {
  width: 100% !important;
}

#form-buttons tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

#plng,
#form-buttons table td {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  padding-top: 2px;
  color: rgb(var(--acc1));
}

#form-buttons td {
  font: 500 17px var(--fa)!important;
  background-image: none !important;
  width: 20px !important;
  cursor: pointer;
  height: 20px !important;
  transition: opacity 0.3s;
}

#form-buttons table td:hover {
  opacity: 0.5;
}

#plng {
  width: 80px;
  font-size: 8px;
  justify-content: flex-start;
    border-radius: 10px;
    padding: 0px 10px;
 transition: ease 0.3s;
}

#plng:hover {
background: rgb(var(--acc1), 0.3);
}

#plng b {
  font-weight: 600;
  font-size: 12px;
}

#form-buttons td img {
  z-index: 9;
}

#form-buttons td:before {
  position: absolute;
}

<!-- Счётчик символов -->
#plng {
 width: 70px;
    margin: 0;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: rgb(var(--acc1));
    box-sizing: border-box;
    cursor: default;
    padding: 3px 0px 3px 3px;
    letter-spacing: 0;
}

#plng b {
  font-weight: 500;
  font-size: 9px;
}

#button-font::before {
    content: '\f031';
}

#button-size::before {
    content: '\f894';
}

#button-bold::before {
    content: '\f032';
}

#button-italic::before {
    content: '\f033';
}

#button-underline::before {
    content: '\f0cd';
}

#button-strike::before {
    content: '\f0cc';
}

#button-left::before {
    content: '\f036';
}

#button-right::before {
    content: '\f038';
}

#button-center::before {
    content: '\f037';
}

#button-link::before {
    content: '\f0c1';
}

#button-spoiler::before {
    content: '\f518';
}

#button-image::before {
    content: '\f302';
}

#button-video::before {
    content: '\f144';
}

#button-hide::before {
    content: '\f30d';
}

#button-quote::before {
    content: '\f27a';
}

#button-code::before {
    content: '\f121';
}

#button-color::before {
    content: '\f53f';
}

#button-table::before {
    content: '\f009';
}

#button-smile::before {
    content: '\f118';
}

#button-keyboard::before {
    content: '\f11c';
}

#button-addition::before {
    content: '\f0d7';
}


#button-ChangeСase::before {
    content: '\f034';
}

#button-transL::before {
    content: '\f86f';
}

#button-indent::before {
    content: '\f1dd';
}

#button-justify::before {
    content: '\f039';
}


#button-sticker::before {
    content: '\f1b0';
}

#button-mask::before {
    content: '\f630';
}


#button-mask {
    background: transparent !important;
}

td#button-sticker {
    width: 100%;
    height: 100%;
}

/* Post
------------------------------------------------------------------ */

.post-content img {
    vertical-align: middle;
}

.post-content p {
    line-height: 150%;
    padding: var(--4) 0;
    text-align: justify;
}

.post-box .post-content ul {
    padding: 0.4rem 0 0.8rem 2.4rem;
}

.post-box .post-content ul ul {
    padding-top: var(--4);
    padding-bottom: 0;
}

.post-content li p {
    padding: 0 0 var(--4) 0;
}

/* Selection */

::selection {
    color: rgb(var(--color-pun));
    background: rgb(var(--acc3));
}


/* Deleted text */

del {
    text-decoration: none;
    filter: blur(2px);
    transition: all .2s ease;
}

del:hover {
    filter: blur(0);
}


/* Underlined text */

.bbuline {
    font-style: unset;
    text-decoration: underline;
    text-decoration-color: rgb(var(--acc2));
}


/* Highlighted text */

#pun .highlight-text {
    background-color: rgb(var(--acc2), .5);
    padding: 2px 6px;
    border-radius: 5px;
}


/* Abbreviated text */

.post-content abbr {
        text-decoration: underline dotted rgb(var(--acc1), .4);
    cursor: help !important;
}

.post-content ul li {
   list-style: circle!important;
}

/* Links +Strong*/

.post-content b {
    font-weight: 600;
    color: rgb(var(--acc1))!important;
}

.post-content a {
    font-weight: 600;
   color: #7a96a0 !important; 
}

.post-content a b {
    font-weight: 700!important;
   color: #7a96a0 !important; 
}


/* Marker */

.post-content ::marker {
    font-weight: 700;
    color: rgb(var(--acc2));
}


/* HR (divider) */

#pun .post-content hr {
filter: none !important;
    border: 0;
    padding: 8px 0px;
    border-bottom: 1px dashed rgb(var(--acc1));
}

/* Table */

#pun .post-content td {
    border: none !important;
    padding: var(--8) !important;
    vertical-align: top;
}


/* Quote, code & spoiler */

.quote-box,
.code-box,
.spoiler-box {
  position: relative;
    background-color: rgb(var(--color-pun3));
    border-radius: 15px;
    border: 1px solid rgb(var(--acc2));
    padding: 5px 10px 15px;
    margin: 12px 0px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
}

.quote-box p,
.code-box p,
.spoiler-box p {
    padding: 0 !important;
    margin: 0 !important;
}

.quote-box:last-child, .code-box:last-child {
  margin-bottom: 0px;
}

blockcode,
blockquote {
overflow: hidden;
    padding: 0px 4px;
    position: relative;
    margin: 0px 4px;
    width: 100%;
    z-index: 2;
}

.code-box .scrollbox {
    width: 100%;
    overflow: hidden auto;
    height: 50px !important;
    max-height: 120px;
}

.code-box pre {
    white-space: break-spaces;
    font-size: 11px;
    box-sizing: border-box;
    font-family: var(--font-main);
    letter-spacing: normal;
    color: rgb(var(--acc6));
    line-height: 140%;
}

 .quote-box cite, .code-box strong.legend {
 display: inline-flex;
    font-style: normal;
    border-radius: 4px;
    padding: 5px 10px 2px;
    width: fit-content;
    background: rgb(var(--acc4));
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 9px;
    color: rgb(var(--acc6));
    text-transform: lowercase;
    line-height: 15px;
    left: 20px;
    position: relative;
    gap: 5px;
    top: -9px;
}

.quote-box.answer-box cite:before {
    content: '\f100';
    font-family: var(--fa);
    font-size: 12px;
    font-weight: 500;
    top: 1px;
}

.code-box strong.legend a:before {
  content: '\f1b0';
    font-family: var(--fa);
  font-size: 12px;
  font-weight: 500;
    top: 1px;
}

.quote-box cite,
.code-box strong,
.code-box strong a {
    display: inline-block;
    font-weight: 500;
}

.code-box strong.legend a {
    color: rgb(var(--acc6))!important;
}

#pun .spoiler-box > div {
  font-weight: 500;
    font-size: 11px;
    text-transform: lowercase;
    text-align: center;
    display: inline-flex;
    font-style: normal;
    border-radius: 5px;
    padding: 5px 10px 5px;
    width: fit-content;
    background: rgb(var(--acc2)) !important;
    font-family: var(--font-main);
    color: rgb(var(--acc6));
    line-height: 15px;
    left: 20px;
    position: relative;
    gap: 5px;
    top: -9px;
}



/* Admin pages
------------------------------------------------------------------ */

.title-logo-tdr {
    display: none;
}

.punbb-admin #filetable .tc3 {
    width: 10% !important;
}

#pun-adnav li {
    list-style: none;
}

#pun-adnav sup {
    display: none;
}

#pun-adnav li.isactive > a {
    color: rgb(var(--acc1));
    background: none;
}


/* Modal
------------------------------------------------------------------ */

#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner {
     background: rgb(var(--color-pun));
     border-radius: 16px;
     box-shadow: 0 var(--8) var(--64) rgb(0,0,0,0.4) !important;
}

#pun-report .container,
#pun-reputation .container,
#pun-admin-award-form .container {
    padding: 0 !important;
}

#pun-report h1,
#pun-reputation h1,
#pun-admin-award-form h1 {
    margin-top: 0;
}


/* Scrollbar
------------------------------------------------------------------ */

@supports selector(::-webkit-scrollbar) {
    *::-webkit-scrollbar-thumb {
    background: rgb(var(--acc1), 1)!important;
    transition: all 0.3s ease;
    }
    *::-webkit-scrollbar-thumb:hover {
    background: rgb(var(--acc1))!important;
    transition: all 0.3s ease;
    }
    *::-webkit-scrollbar-track {
    background: rgb(var(--acc5), 1)!important;
    }
    *::-webkit-scrollbar {
            width: 6px;
    }
}

@supports not selector(::-webkit-scrollbar) {
    * {
        scrollbar-width: thin;
        scrollbar-color: rgb(var(--acc1)) rgb(var(--acc5));
    }
}



/*всплывающая подсказка*/
#tooltip {
position:absolute;
background-color: rgb(var(--acc1)); /* фон подсказки */
z-index: 999;
max-width:200px; /* максимальная ширина подсказки */
border:0px dotted #ffffff; /* толщина. стиль и цвет рамки */
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-family: Arial; /* шрифт подсказки */
font-size:10px; /* размер текста */
display:none;
color:#fff; /* цвет текста */
text-align:center;
padding:4px;
padding-top: 5px;
text-transform:lowercase;
letter-spacing:0.5px;
}


/* скрыть подфорумы на главной*/
.category .subforums {
    font-size: 0px !important;
    display: none !important;
}

.category tr#forum_f10, .category tr#forum_f18, .category tr#forum_f19, .category tr#forum_f20, .category tr#forum_f21,  .category tr#forum_f22 {
display: none !important;
}


/* SNS */
sns * {box-sizing: border-box;}

sns {
  position:relative;
  display:grid;
  grid-template-rows: 40px auto 70px 10px;
  margin: 10px auto 30px;
  width:400px;
  background: #fffcfc; 
background-image: radial-gradient(at 71.0% 2.0%, hsl(27, calc(50% + -31%), calc(85% + 10% + 0%)) 0px, transparent 50%),radial-gradient(at 25.8% 81.0%, hsl(250, calc(50% + -31%), calc(85% + 0% + 0%)) 0px, transparent 50%),radial-gradient(at 77.4% 74.2%, hsl(329, calc(60% + -31%), calc(85% + 0% + 0%)) 0px, transparent 50%);
  color:#282a2a;
  border-radius:10px;
  font: 11px var(--fontHeader);
  text-align:justify;
    border: 1px solid rgb(var(--acc2));
    margin: 0 auto !important;
}

sns sns-top {
  position:relative;
  display:flex;
  flex-flow:row;
  justify-content: space-between;
  align-items: center;
  padding:25px;
}

sns sns-top span i,
sns sns-top span b {
  margin:3px;
  color:rgb(var(--acc2));
padding-right:5px;
}

sns .msgs {
  position:relative;
  display:block;
border-to:1px solid #222;
}


sns .msgs n {
    position:relative;
    display:block;
    clear:both;
    top:10px;
    margin-bottom:20px;
    text-align:center;
    font:500 13px var(--fontHeader);
    text-transform: uppercase;
    color: rgb(var(--acc1));
}

sns .msgs n::before {content:'to '; text-transform: lowercase; color:rgb(var(--acc2));}

sns .msgs right,
sns .msgs left {
    margin: 3px;
    clear: both;
    background: rgb(255,255,255, 30%);
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: none;
    box-sizing: border-box;
    width: fit-content;
    max-width: 80%;
    border: 1px solid rgb(var(--acc2));
    position: relative;
    display: block;
  margin: 5px 0 5px 25px;
float: inline-start;
}

sns .msgs right {
float: inline-end;
  margin: 5px 25px 5px 0;
}

sns .msgs right::before {
    width: 25px;
    height: 1px;
    background: rgb(var(--acc2));
    content: '';
    right: -26px;
    position: absolute;
    top: 49%;
}

sns .msgs left::before {
    width: 25px;
    height: 1px;
    background: rgb(var(--acc2));
    content: '';
    left: -26px;
    position: absolute;
    top: 49%;
}

sns overflow {
  display:block;
  max-height:350px;
  overflow:auto;
  overflow-x: hidden;
}
sns  overflow::-webkit-scrollbar {
    height: 2px;
}
sns  overflow::-webkit-scrollbar-thumb {
    background: rgb(var(--acc2));
}
sns overflow::-webkit-scrollbar-track{
    background: #fff;
}
sns messbottom {
  position:relative;
  display:flex;
  flex-flow:row;
  justify-content: center;
  align-items: center;
  gap:5px;
  padding:25px;
}

sns messbottom type {
  padding:10px 15px;
  width:75%;
  border-radius:10px;
  background: rgb(255,255,255, 50%);
  font:400 10px var(--fontHeader);
border: 1px solid rgb(var(--acc2));
color:#888;
}

sns messbottom i {
  color:#444;
}

sns messav img {
    top: -40px;
    left: -65px;
     object-fit: cover;
    border-radius: 10px;
    position: absolute;
    width: 50px;
    height: 50px;
display:block;
z-index:2;
padding:1px;
background: rgb(var(--acc2));
}


/* === QUOTE === */
sns .msgs quote {
  display: block;
  padding: 8px 12px;
  background: rgba(255,255,255,0.5);
  border-radius: 8px;
  border: 1px solid rgb(var(--acc2));
  max-width: 100%;
  margin-bottom: 4px;
}
sns .msgs q-user {
  font: 500 9px var(--fontHeader);
  color: rgb(var(--acc1));
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
sns .msgs q-text {
  font: 400 9px var(--fontHeader);
  color: #777;
  display: block;
  opacity: 0.85;
  font-style: italic;
}
sns .msgs q-reply {
  color: inherit;
}

/* === CIRCLE === */
sns .msgs circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgb(var(--acc2));
  background: rgb(var(--acc2));
  cursor: pointer;
  flex-shrink: 0;
}
sns .msgs c-vid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  opacity: 0.85;
  transition: opacity 0.2s;
}
sns .msgs circle:hover c-vid { opacity: 1; }
sns .msgs circle i {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
}
sns .msgs c-time {
     position: absolute;
    bottom: 10px;
    /* right: 12px; */
    font: 500 8px var(--fontHeader);
    color: #444444;
    background: rgb(255 255 255 / 28%);
    padding: 2px 5px;
    border-radius: 3px;
    z-index: 2;
}

/* === VOICE === */
sns .msgs voice {box-sizing: border-box;}
sns .msgs v-play {
  width: 20px; height: 20px; background: rgb(var(--acc1)); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 8px;
  flex-shrink: 0; cursor: pointer; transition: transform 0.2s;
}
sns .msgs v-play:hover { transform: scale(1.1); }

sns .msgs v-time { font: 400 9px var(--fontHeader); color: rgb(var(--acc3)); text-align:right;width: 140px;}

/* Сброс дефолтной стрелки details */
sns .msgs details summary {
  cursor: pointer;
  list-style: none;
  font: 400 9px var(--fontHeader);
  color: rgb(var(--acc1));
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px; background: rgba(89,110,125,0.1);
  border-radius: 6px; transition: background 0.2s;
  user-select: none;
}
sns .msgs details summary::-webkit-details-marker,
sns .msgs details summary::marker { display: none; }
sns .msgs details summary:hover { background: rgba(89,110,125,0.2); }

sns .msgs v-txt {
  max-height: 0; opacity: 0; overflow: hidden;
  font: 400 10px var(--fontHeader); color: #666; line-height: 1;
  padding: 10px;  margin-top: 0px;display: block;
}
sns .msgs details[open] v-txt {
  max-height: 200px; opacity: 1; padding: 8px 10px;
  overflow:auto;
  overflow-x: hidden;width: 185px;
}
/* SNS END */


/**********
SOCIALS
**********/

socials * {box-sizing: border-box;}

socials {
    position:relative;
    display:grid;
    grid-template-areas:
        "url"
        "name"
        "main-post";
    grid-template-rows: 30px 120px auto;
    grid-template-columns: 100%;
    border-radius:10px;
    border: 1px solid rgb(var(--acc2));
    overflow:hidden;
width:550px;
}

url span i {color: rgb(var(--acc1)); font-size:10px;}

.profilephp {
    background: rgb(var(--acc2));
    border: 1px solid rgb(var(--acc2));
    padding: 4px 10px 1px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-size: 10px;
    line-height: 100%;
    align-items: start;
    position: relative;
    left: 10px;
bottom:-6px;    
color: #fff;
}

poster-info {
    grid-area: poster-info;
    position:relative;
    display:flex;
    flex-flow:row;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}

poster-info img {
    width:50px;
    height:50px;
    border:1px solid rgb(var(--acc2));
    border-radius:100%;
}

poster-info poster-info-name {
    display:flex;
    flex-flow:column;
    justify-content: center;
    align-items: flex-start;
    font:800 17px var(--sans);
    text-transform:uppercase;
    color:rgb(var(--acc2));
}

poster-info poster-info-name time-posted {
    font:400 13px var(--sans);
    text-transform:uppercase;
    color:rgb(var(--acc2));
}

status-update caption {
    grid-area: caption;
}

status-update post-images {
    grid-area: post-images;
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}

status-update post-images img {
    border-radius:10px;
}

status-update post-details {}

status-update post-details b {
    font-size: initial;
}

.socials url {
    grid-area: url;
    position:relative;
    display:flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding:0 10px;
    background:#f6f6f6;
    font:600 11px var(--sans);
    color:var(--fontaccent1);
    border-bottom:1px solid rgb(var(--acc2));
}

.socials url i {
    margin-right:10px;
}

.socials name {
    grid-area: name;
    position:relative;
    display:flex;
    flex-flow:row;
    justify-content: space-between;
    align-items: center;
    padding:0 30px;
    background: linear-gradient(to right, rgb(var(--acc2), 100%), rgb(var(--acc2), 100%), rgb(var(--acc4), 30%),rgb(var(--acc1), 30%));
    border-bottom:1px solid rgb(var(--acc2));
}

.socials name .avasoc {
    width:90px;
    height:90px;
    border:1px solid rgb(var(--acc2));
    border-radius:50%;
background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
image-rendering: auto;
}

.avasoc {
    width:50px;
    height:50px;
    border-radius:50%;
background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
image-rendering: auto;
}

.socials name name-username {
    position:relative;
    display:flex;
    flex-flow:column;
    justify-content: center;
    align-items: flex-start;
text-transform: uppercase;
}

.socials name name-username x {
    font: 500 30px var(--fontHeader);
    color:#fff;
}

.socials name name-username y {
    font: 500 10px / 100% var(--fontHeader);
    background:#fff;
    color: rgb(var(--acc2));
    padding:3px 30px;
    border-radius:10px;
}

.socials main-post {
    grid-area: main-post;
    position:relative;
    display:flex;
    flex-flow:column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
    background:#f6f6f6;
    padding:10px;
}

tbox { 
display: flex;
gap:10px;
    align-items: center;
}

tbox t {
 background:#fff;border: 1px solid rgb(var(--acc4));
width:440px;color:#ccc;
    border-radius: 10px;
    padding: 10px 20px;}

tbox tcreate { width:80px;  height:25px; padding: 5px 5px;box-sizing: border-box; background: rgb(var(--acc2));
    border: 1px solid rgb(var(--acc2)); border-radius: 20px;text-align:center;font:600 10px  var(--fontHeader); color:#fff;}

status-update {
    position:relative;
    display:grid;
    grid-template-areas:
        "poster-info"
        "caption"
        "socials-images"
        "post-details";
    grid-template-rows: auto auto auto 40px;
    grid-gap:10px;
    width:530px;
    padding:20px;
    background:#fff;
    border-radius:10px;
margin: 0 auto !important;
}

status-update *, comm-update * {box-sizing: border-box;}

comm-update {
    position:relative;
    display:grid;
    grid-template-areas:
        "poster-info"
        "caption";
    grid-template-rows: auto auto;
    grid-gap:10px;
    width:530px;
    padding:20px;
    background:#fff;
    border-radius:10px;
margin: 0 auto !important;
}

poster-info {
    grid-area: poster-info;
    position:relative;
    display:flex;
    flex-flow:row;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}


poster-info poster-info-name {
    display:flex;
    flex-flow:column;
    justify-content: center;
    align-items: flex-start;
    font:500 15px var(--fontHeader);
    color:rgb(var(--acc2));
}

poster-info poster-info-name time-posted {
    font:400 10px var(--fontHeader);
    color:var(--black-hex);
}

post-caption {
    grid-area: caption;
}

status-update socials-images {
    grid-area: socials-images;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
grid-template-rows:repeat(2, 1fr);
    gap:20px;

}

status-update socials-images img {}

status-update socials-images img.postimg {
margin:0!important; padding:0!important;    
border-radius:10px;
width:150px;
height: 150px;
object-fit:cover;
object-position: center !important;
}

status-update post-details {
    grid-area: post-details;
    display:flex;
    flex-flow:row;
    justify-content: space-between;
    align-items: center;
    font-size:10px;
    padding:30px 0px 20px;
}

status-update post-details b {
    font-size: 14px;
    color:rgb(var(--acc2));
}

status-update post-details x {padding-right:5px;}

donate {
padding: 5px 10px;
border: 1px solid rgb(var(--acc2));
border-radius:20px;
background: linear-gradient(to right, rgb(var(--acc2), 50%), rgb(var(--acc2), 100%), rgb(var(--acc4), 30%),rgb(var(--acc1), 30%));
color:#333;
}
stpost {display:flex;flex-direction: column;    align-items: flex-start;gap:10px;}
stpost img.one {
display:block;
    padding: 0!important;
width:100%;
    border-radius: 20px;
   object-fit: cover;
    object-position: center !important;
}
sendingto {font-size:11px;color:#ccc;}

sendingto n {color: rgb(var(--acc1));}
/**********
SOCIALS END
**********/