/* Posty */

body.section-posting #message-box textarea#message{ resize: vertical !important; }

/* User search */

.sws-suggest{position:relative}
.sws-sugbox{
  position:absolute;z-index:9999;left:0;right:0;top:calc(100% + 6px);
  background:#222;border:1px solid rgba(255,255,255,.12);border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,.5);
  overflow:hidden;display:none
}
[data-theme="light"] .sws-sugbox{background:#f6f3ee;border-color:rgba(0,0,0,.12);box-shadow:0 10px 26px rgba(0,0,0,.22)}
[data-theme="black"] .sws-sugbox{background:#000;border-color:#333}
.sws-sugitem{padding:8px 10px;cursor:pointer}
.sws-sugitem:hover{background:rgba(255,255,255,.06)}
[data-theme="light"] .sws-sugitem:hover{background:rgba(0,0,0,.04)}
.sws-sugitem small{opacity:.75}


/* Arel KP */ 
&[data-background][data-theme="dark"] #p523863.post {
  position: relative;
  background-color: #161515;
  overflow: hidden;
}

&[data-background][data-theme="dark"] #p523863.post::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 910px;

  background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0.95) 6%,
            rgba(22,21,21,0.55) 18%,
            rgba(22,21,21,0.0) 42%,
            rgba(22,21,21,0.0) 80%,
            #161515 100%
        ),
    url("./images/inne/tlo_narani.png") top center / cover no-repeat;

  pointer-events: none;
  z-index: 0;
}

&[data-background][data-theme="dark"] #p523863.post > * {
  position: relative;
  z-index: 1;
}

&[data-background][data-theme="black"] #p523863.post {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}

&[data-background][data-theme="black"] #p523863.post::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 910px;

  background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0.95) 6%,
            rgba(0,0,0,0.55) 18%,
            rgba(0,0,0,0.0) 42%,
            rgba(0,0,0,0.0) 85%,
            #000000 100%
        ),
    url("./images/inne/tlo_narani.png") top center / cover no-repeat;

  pointer-events: none;
  z-index: 0;
}

&[data-background][data-theme="black"] #p523863.post > * {
  position: relative;
  z-index: 1;
}

/* Drapieżniki */

.sws-predator {
    display: flex;
    align-items: center; 
    gap: 8px;
    margin: 6px 0;
    font-size: 0.8em;
}

.sws-predator-img img {
    max-width: 65px;
    height: auto;
    display: block;
	border: 1px solid #554e48;
	padding: 2px;
}

.sws-predator-info {
    line-height: 1.4;
}

.sws-predator-name {
	display: inline-flex; 
	align-items: baseline; 
	gap: 4px;
    font-weight: 800;
}

.sws-predator-tier {
    font-weight: 600;
    opacity: 0.9;
    margin-left: 0;   
}

.sws-predator-note {
    font-style: italic;
    opacity: 0.7;
    margin-top: 2px;
}

.sws-predator-stats,
.sws-predator-stats2 {
    white-space: nowrap;
}

/* Domena Tyrana */
&[data-background][data-theme="dark"] .post.user-7280 {
    position: relative;
    background-color: #161515; 
    overflow: hidden;         
}

&[data-background][data-theme="dark"] .post.user-7280::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0.95) 6%,
            rgba(22,21,21,0.55) 18%,
            rgba(22,21,21,0.0) 42%,
            rgba(22,21,21,0.0) 80%,
            #161515 100%
        ),
        url("./images/inne/tlo_Domena.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
	opacity: 0.25
}

&[data-background][data-theme="dark"] .post.user-7280 > * {
    position: relative;
    z-index: 1;
}

&[data-background][data-theme="black"] .post.user-7280 {
    position: relative;
    background-color: #000000; 
    overflow: hidden;     
}

&[data-background][data-theme="black"] .post.user-7280::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0.95) 6%,
            rgba(0,0,0,0.55) 18%,
            rgba(0,0,0,0.0) 42%,
            rgba(0,0,0,0.0) 85%,
            #000000 100%
        ),
        url("./images/inne/tlo_Domena.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
	opacity: 0.40;
}

&[data-background][data-theme="black"] .post.user-7280 > * {
    position: relative;
    z-index: 1;
}

/* Dovahgrin */

&[data-background][data-theme="dark"] .post.user-7390::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:min(950px, 100%);
  background:
    linear-gradient(
      to bottom,
      #161515 0%,
      rgba(22,21,21,0.92) 7%,
      rgba(22,21,21,0.45) 22%,
      rgba(22,21,21,0.0) 55%
    ),
    url("./images/inne/tlo_Dovahgrin2.png") top center / cover no-repeat;
  pointer-events:none;
  z-index:0;
  opacity: 0.2;

  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

&[data-background][data-theme="black"] .post.user-7390::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:min(950px, 100%);
  background:
    linear-gradient(
      to bottom,
      #000000 0%,
      rgba(0,0,0,0.92) 7%,
      rgba(0,0,0,0.45) 22%,
      rgba(0,0,0,0.0) 55%
    ),
    url("./images/inne/tlo_Dovahgrin2.png") top center / cover no-repeat;
  pointer-events:none;
  z-index:0;
  opacity: 0.2;


  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

&[data-background][data-theme="dark"] .post.user-7390 .postprofile{
  position: relative;
  z-index: 2;
}

&[data-background][data-theme="black"] .post.user-7390 .postprofile{
  position: relative;
  z-index: 2;
}

/* Kaltarel */
&[data-background][data-theme="dark"] .post.user-105 {
    position: relative;
    background-color: #161515;
    overflow: hidden;
}

&[data-background][data-theme="dark"] .post.user-105::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0) 20%,
            rgba(22,21,21,0) 80%,
            #161515 100%
        ),
        url("./images/inne/tlo_kaltarel.png") top center / cover no-repeat;
    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="dark"] .post.user-105 > * {
    position: relative;
    z-index: 1;
}

&[data-background][data-theme="black"] .post.user-105 {
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

&[data-background][data-theme="black"] .post.user-105::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0) 20%,
            rgba(0,0,0,0) 85%,
            #000000 100%
        ),
        url("./images/inne/tlo_kaltarel.png") top center / cover no-repeat;
    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="black"] .post.user-105 > * {
    position: relative;
    z-index: 1;
}

/* Naranlea */
&[data-background][data-theme="dark"] .post.user-6872 {
    position: relative;
    background-color: #161515;
    overflow: hidden;
}

&[data-background][data-theme="dark"] .post.user-6872::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0.95) 6%,
            rgba(22,21,21,0.55) 18%,
            rgba(22,21,21,0.0) 42%,
            rgba(22,21,21,0.0) 80%,
            #161515 100%
        ),
        url("./images/inne/tlo_narani.png") top center / cover no-repeat;
    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="dark"] .post.user-6872 > * {
    position: relative;
    z-index: 1;
}

&[data-background][data-theme="black"] .post.user-6872 {
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

&[data-background][data-theme="black"] .post.user-6872::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0.95) 6%,
            rgba(0,0,0,0.55) 18%,
            rgba(0,0,0,0.0) 42%,
            rgba(0,0,0,0.0) 85%,
            #000000 100%
        ),
        url("./images/inne/tlo_narani.png") top center / cover no-repeat;
    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="black"] .post.user-6872 > * {
    position: relative;
    z-index: 1;
}


/* Viliar */
[data-background][data-theme="dark"] .post.user-6600 {
    position: relative;
    background-color: #161515; 
    overflow: hidden;   
}

&[data-background][data-theme="dark"] .post.user-6600::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0.95) 6%,
            rgba(22,21,21,0.55) 18%,
            rgba(22,21,21,0.0) 42%,
            rgba(22,21,21,0.0) 80%,
            #161515 100%
        ),
        url("./images/inne/tlo_viliar.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="dark"] .post.user-6600 > * {
    position: relative;
    z-index: 1;
}

&[data-background][data-theme="black"] .post.user-6600 {
    position: relative;
    background-color: #000000; 
    overflow: hidden; 
}

&[data-background][data-theme="black"] .post.user-6600::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0.95) 6%,
            rgba(0,0,0,0.55) 18%,
            rgba(0,0,0,0.0) 42%,
            rgba(0,0,0,0.0) 85%,
            #000000 100%
        ),
        url("./images/inne/tlo_viliar.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="black"] .post.user-6600 > * {
    position: relative;
    z-index: 1;
}

/* Uessas */

[data-background][data-theme="dark"] .post.user-6861 {
    position: relative;
    background-color: #161515; 
    overflow: hidden;    
}

&[data-background][data-theme="dark"] .post.user-6861::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0.95) 6%,
            rgba(22,21,21,0.55) 18%,
            rgba(22,21,21,0.0) 42%,
            rgba(22,21,21,0.0) 80%,
            #161515 100%
        ),
        url("./images/inne/tlo_uessas.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="dark"] .post.user-6861 > * {
    position: relative;
    z-index: 1;
}

&[data-background][data-theme="black"] .post.user-6861 {
    position: relative;
    background-color: #000000; 
    overflow: hidden;     
}

&[data-background][data-theme="black"] .post.user-6861::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0.95) 6%,
            rgba(0,0,0,0.55) 18%,
            rgba(0,0,0,0.0) 42%,
            rgba(0,0,0,0.0) 85%,
            #000000 100%
        ),
        url("./images/inne/tlo_uessas.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="black"] .post.user-6861 > * {
    position: relative;
    z-index: 1;
}

/* Immanor */ 
&[data-background][data-theme="dark"] .post.user-6874 {
    position: relative;
    background-color: #161515; 
    overflow: hidden;   
}

&[data-background][data-theme="dark"] .post.user-6874::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0.95) 6%,
            rgba(22,21,21,0.55) 18%,
            rgba(22,21,21,0.0) 42%,
            rgba(22,21,21,0.0) 80%,
            #161515 100%
        ),
        url("./images/inne/tlo_imek.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
	opacity: 0.5;
}

&[data-background][data-theme="dark"] .post.user-6874 > * {
    position: relative;
    z-index: 1;
}

&[data-background][data-theme="black"] .post.user-6874 {
    position: relative;
    background-color: #000000; 
    overflow: hidden;    
}

&[data-background][data-theme="black"] .post.user-6874::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0.95) 6%,
            rgba(0,0,0,0.55) 18%,
            rgba(0,0,0,0.0) 42%,
            rgba(0,0,0,0.0) 85%,
            #000000 100%
        ),
        url("./images/inne/tlo_imek.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
	opacity: 0.5;
}

&[data-background][data-theme="black"] .post.user-6874 > * {
    position: relative;
    z-index: 1;
}

/* Ateral */
&[data-background][data-theme="dark"] .post.user-173 {
    position: relative;
    background-color: #161515; 
    overflow: hidden;      
}

&[data-background][data-theme="dark"] .post.user-173::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #161515 0%,
            rgba(22,21,21,0.95) 6%,
            rgba(22,21,21,0.55) 18%,
            rgba(22,21,21,0.0) 42%,
            rgba(22,21,21,0.0) 80%,
            #161515 100%
        ),
        url("./images/inne/tlo_ateral.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="dark"] .post.user-173 > * {
    position: relative;
    z-index: 1;
}

&[data-background][data-theme="black"] .post.user-173 {
    position: relative;
    background-color: #000000; 
    overflow: hidden;   
}

&[data-background][data-theme="black"] .post.user-173::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;   
    height: 910px;  

    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            rgba(0,0,0,0.95) 6%,
            rgba(0,0,0,0.55) 18%,
            rgba(0,0,0,0.0) 42%,
            rgba(0,0,0,0.0) 85%,
            #000000 100%
        ),
        url("./images/inne/tlo_ateral.png") top center / cover no-repeat;

    pointer-events: none;
    z-index: 0;
}

&[data-background][data-theme="black"] .post.user-173 > * {
    position: relative;
    z-index: 1;
}

/* Główna */
img {
	max-width: 100%;
}

#username_logged_in .header-avatar .username-coloured {
	font-size: 12px;
	margin-left: 5px;
}

.forabg li.row {
	padding-top: 5px;
	padding-bottom: 5px;
}

.forabg {
	background-color: var(--color-3);
	border-color: var(--color-3);
	border-top-color: var(--color-17) !important;
}

.fa-file:before {
	content: "\f0c8" !important
}

.linki {
	display: block;
	width: fit-content;
	padding: 5px;
	font-size: 15px;
	position: relative;
	text-align: center;
	font-family: Quicksand;
}

li.header dl.row-item dt,
li.header dl.row-item dd {
	text-align: center;
}

li.header {
	padding: 0;
	background-image: var(--teksturka2);
}

.forum-description {
	margin-top: 1px;
	font-size: 1.1em;
}

ul.topiclist li dl {
	display: flex;
}

@media(min-width: 701px) {
	ul.topiclist li dl>*:not(dt) {
		display: grid;
		place-content: center;
	}
}

li.header dl.row-item dt .list-inner {
	padding: 0;
}

li.header dl.row-item dt,
li.header dl.row-item dd {
	text-align: center;
}

li.header {
	padding: 0;
	background-image: var(--teksturka2);
}

dd.lastpost>span {
	padding-left: 0;
}

.lastpost {
	text-align: center;
}

@media(max-width: 700px) {
	&[data-background] #category1012+.forabg ul.forums {
		background-size: contain;
	}
}

@media(max-width: 700px) {
	&[data-background] #category1013+.forabg ul.forums {
		background-size: contain;
	}
}

@media(max-width: 700px) {
	&[data-background] #category1039+.forabg ul.forums {
		background-size: contain;
	}
}

.topics li:not(.row) .list-inner {
    display: none;
}

/* Powiadomienia */
.notification_list .dropdown-contents ul li {
	display: flex;
}

.notification_list .dropdown-contents ul li a:not(.mark_read) {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-2);
	width: 100%;
}

.notification_text {
	margin: 0;
	text-align: center;
	flex-grow: 1;
}

.notification_list ul li p {
	margin: 0;
}

.notification_list p.notification-time {
	float: none;
	text-align: center;
}

.notification_list .header {
	text-align: center;
 }
 
/* Tematy */

.postprofile.postac dd:is(.profile-posts, .profile-joined, .profile-contact) {
	display: none !important;
}

.postbody :is(h3, .author > span) {
	display: none;
}

dd.profile-contact {
	display: none !important;
}

.postprofile.pf dd.profile-contact {
	display: none;
}

.postprofile.pf dd:is(.profile-posts, .profile-joined) {
	display: none !important;
}

.postbody .notice {
	text-align: right;
}

.profile-karta {
	margin-top: 10px;
}

.postprofile img.avatar,
.profile-avatar img.avatar {
	width: 250px;
	height: 250px;
	margin-bottom: 10px;
}

@media(max-width: 700px) {
	.postbody .content {
		border-top: 1px solid var(--color-3);
		padding-top: 10px;
	}
}

/* Profile */

#viewprofile .panel.bg1:first-child .inner {
	display: grid;
}

#viewprofile .panel.bg1:first-child .inner .column1 {
	align-self: center;
	justify-self: center;
}

#viewprofile .panel.bg1:first-child .inner dl {
	width: auto;
}

#viewprofile .postbody {
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.left-box .profile-avatar img {
	margin-top: 3px;
}

@media (min-width: 701px) {
	#viewprofile .panel.bg1:first-child .inner {
		grid-template-columns: 1fr 1fr;
	}

	#viewprofile .panel.bg1:first-child .inner .column2 {
		grid-column: 2;
	}
}

.signature table {
	width: auto;
}

/* Pole Extra */

.profile-sws-extra {
	cursor: pointer;
}

.profile-sws-extra_heading {
	user-select: none;
}

.profile-sws-extra_heading i {
	vertical-align: middle;
}

.profile-sws-extra_body {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	border-radius: 8px;
	margin: 10px 10px 0px;
	font-size: 11px;
}

.profile-sws-extra_body a {
	font-size: 12px;
	font-weight: normal;
}

.profile-sws-extra { cursor: default; }
.profile-sws-extra_heading { cursor: pointer; user-select: none; }
.profile-sws-extra_heading i { vertical-align: middle; }
.profile-sws-extra--kompani .profile-sws-extra_heading,
.profile-sws-extra--kompani .profile-sws-extra_body { display: none; }

.profile-sws-extra-iconbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 10px;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  margin-top: -18px;
  margin-bottom: -30px;
  opacity: 0.95;
}

.game-icons--paw-heart {
  display: inline-block;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M363.656 30.03c-41.495.564-83.634 22.155-110.844 69.282c-41.912-117.77-236.492-76.29-232 64.5c4.682 146.597 214.483 232.04 237.063 316.313c20.666-77.113 240.752-175.82 236.344-316.313c-2.65-84.358-65.832-134.66-130.564-133.78zm-154.03 58.657c15.38 22.305 27.868 49.554 4.093 51.438c-23.2 1.84-14.18-28.684-4.095-51.438zm97.186 0c10.087 22.754 19.136 53.28-4.062 51.438c-23.776-1.884-11.318-29.133 4.063-51.438zm79.282 56.938c3.65 24.62 4.21 56.43-17.656 48.47c-22.412-8.164-3.117-31.078 17.656-48.47m-264.031 5.594c22.394 15.26 43.843 36.17 22.343 46.5c-20.976 10.074-23.553-21.644-22.344-46.5zm99.28.624c12.818.15 24.67 14.076 27.157 32.625c2.652 19.784-6.356 37.34-20.125 39.186s-27.098-12.715-29.75-32.5s6.388-37.31 20.156-39.156a18 18 0 0 1 2.564-.156zm73.782 0c.854-.01 1.702.04 2.563.156c13.768 1.846 22.776 19.37 20.125 39.156c-2.652 19.785-15.95 34.346-29.72 32.5c-13.768-1.845-22.776-19.402-20.124-39.187c2.485-18.55 14.338-32.477 27.155-32.626zM161.5 206.72c12.172-.038 25.272 10.956 31.47 27.56c7.343 19.68 2.194 39.797-11.5 44.907c-13.697 5.11-30.75-6.695-38.095-26.375s-2.195-39.795 11.5-44.906a19 19 0 0 1 6.625-1.187zm191.406.53q2.694-.075 5.344.625c14.132 3.737 21.246 23.224 15.875 43.53c-5.37 20.31-21.18 33.74-35.313 30c-14.132-3.736-21.245-23.223-15.875-43.53c4.7-17.77 17.402-30.28 29.97-30.625zm-94.75 28.344c18.32 0 33.624 19.908 37.563 46.594c.605.163 1.204.323 1.81.5c34.163 9.926 57.242 36.7 51.533 59.812c-5.71 23.11-38.027 33.802-72.188 23.875c-6.65-1.933-12.884-4.504-18.563-7.563a95 95 0 0 1-18.53 7.563c-34.162 9.927-66.478-.764-72.188-23.875c-5.71-23.11 17.338-49.886 51.5-59.813c.482-.14.956-.274 1.437-.406c3.917-26.732 19.285-46.686 37.626-46.686z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.profile-sws-extra--kompani .profile-sws-extra-iconbtn .game-icons--paw-heart{
  display: block;
  width: 30px !important;   
  height: 30px !important;  
}

.profile-sws-extra-iconbtn .iconify{
  font-size: 20px;
  vertical-align: middle;
}

.profile-sws-extra-iconbtn:hover .profile-sws-extra-iconlabel,
.profile-sws-extra-iconbtn:focus-visible .profile-sws-extra-iconlabel{
  display:inline;
  font-size: 12px;
  opacity: .9;
}

.profile-sws-extra-iconbtn:focus-visible{
  outline: 2px solid rgba(133,119,184,.75);
  outline-offset: 2px;
}

html.sws-modal-open{ overflow: hidden; }

.sws-modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.55);
  z-index: 10000;
}
.sws-modal.is-open{ display:flex; }

.sws-modal__dialog{
  width: min(500px, 92vw);
  max-height: 84vh;
  overflow: auto;
  background: var(--color-2);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,.6);
  background-image: url("./images/inne/kompani.png");
  background-size: cover;
}
[data-theme="light"] .sws-modal__dialog{
  background: #fff;
  border-color: rgba(0,0,0,.12);
}

.sws-modal__head{
  display: none;
}

.sws-modal__title{
  font-size: 15px;
  font-weight: 700;
}

.sws-modal__close{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
[data-theme="light"] .sws-modal__close{
  border-color: rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
}

.sws-modal__body{
  padding: 12px 14px;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

[data-theme="light"] .sws-modal__dialog,
[data-theme="light"] .sws-modal__dialog .sws-modal__title,
[data-theme="light"] .sws-modal__dialog .sws-modal__body,
[data-theme="light"] .sws-modal__dialog .sws-modal__body *{
  color: #574b3d !important;
}

.sws-modal__foot{
  display:flex;
  justify-content: center;
  margin-bottom: 10px;
}
[data-theme="light"] .sws-modal__foot{
  border-top-color: rgba(0,0,0,.10);
}

.sws-modal__btn{
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
  cursor:pointer;
}
[data-theme="light"] .sws-modal__btn{
  border-color: rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
}

.sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

.sws-modal__body .prime_bbcode_note_spur{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  margin-left:6px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.20);
  cursor:help;
  vertical-align:middle;
  user-select:none;
}
[data-theme="light"] .sws-modal__body .prime_bbcode_note_spur{
  border-color:rgba(0,0,0,.18);
  background:rgba(0,0,0,.06);
}
.sws-modal__body .prime_bbcode_note_spur::before{
  content:"i";
  font-size:11px;
  line-height:1;
  opacity:.92;
}

.sws-modal__body .prime_bbcode_note{
  display:none;
  position:fixed;
  z-index:100000;
  max-width:min(360px, 80vw);
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.14);
  background:var(--color-2);
  box-shadow:0 14px 34px rgba(0,0,0,.55);
  white-space:normal;
}
[data-theme="light"] .sws-modal__body .prime_bbcode_note{
  border-color:rgba(0,0,0,.14);
  box-shadow:0 12px 26px rgba(0,0,0,.22);
}


/* Sidebar */

.sidebar {
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -240px;
	background: #151311;
	background-image: url("./images/inne/belka.png");
	border-right: 13px solid;
	border-color: #554e4899;
	transition: left 1s ease-in;
	text-align: center;
	overflow: auto;
	z-index: 99;
}

.sidebar:hover {
	left: 0;
	transition: left 1s ease-out;
}

.linki-menu {
	display: block;
	color: var(--color-4);
	font-size: 11px;
	margin: 5px 10px;
	margin-top: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 25px;
}

.lb-details i {
	font-size: 13px;
	margin-left: 2px;
	color: #ffedd9;
}

.lb-caption {
	color: #8577b8 !important;
}

@media (max-width: 1100px) {
	.wrapper {
		width: calc(100% - 33px);
		margin-left: auto;
	}
}

.sciaga {
	box-shadow: 0 0 7px #151311;
	display: block;
	background-color: #151311;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	border-top: 2px solid #252525;
	border-bottom: 2px solid #252525;
	margin: 10px 10px 30px;
	font-size: 11px;
	transition: left 1s ease-in;
	position: relative;
}

[data-theme="light"] .sciaga {
	box-shadow: 0 0 7px #e9e5e5;
	display: block;
	background-color: #e9e5e5;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	border-top: 2px solid #6d6d6a;
	border-bottom: 2px solid #6d6d6a;
	margin: 10px 10px 30px;
	font-size: 11px;
	transition: left 1s ease-in;
	position: relative;
}

[data-theme="light"] .sidebar {
	background-color: #e5dedb !important;
	background-image: url(https://i.imgur.com/McNaasf.png) !important;
	border-color: #6d6d6a !important;
}

.stado {
	font-family: "CaviarDreams";
	font-size: 21px;
}

.stado__ziemi {
	color: #609852;
}

.stado__slonca {
	color: #d7a452;
}

.stado__mgiel {
	color: #9896bf;
}

.lb-details a[href$=".png"],
.lb-details a[href$=".jpg"] {
  display: none !important;
}

/* Scrollbar */

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background-color: #242424;
}

::-webkit-scrollbar-thumb {
	background-color: #615b56;
}

[data-theme="light"] ::-webkit-scrollbar-track {
	background-color: #959595;
}

[data-theme="light"] ::-webkit-scrollbar-thumb {
	background-color: #d8d6d6;
}

/* BBcode */

.just {
	width: 90%;
    margin: auto;
}

.txt {
    display: block;
    font-size: 19px;
    margin-bottom: -6px;
    z-index: 10;
    position: relative;
}

.flipcard {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 10px;
  width: max-content;
  display: grid;
  grid-template-area: 'stack';
}

.flipcard .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  grid-area: stack;
  display: block;
  border-radius: inherit;
}

.flipcard .back {
  overflow: hidden;
  z-index: -1;
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  box-sizing: border-box;
}

.flipcard.front, .flipcard .back {
  transition: all 0.5s linear;
}

.flipcard .front {
  z-index: 1;
}

.flipcard .back {
  box-shadow: 0 0 0 #aaa;
}

.flipcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flipcard.flipped .flipcard .front {
  box-shadow: 0 0 0 #aaa;
}
.flipcard.flipped .flipcard .back {
  box-shadow: 5px 5px 5px #aaa;
}

table {
	border-collapse: collapse;
	min-width: fit-content;
	margin: 0px auto;
}

ul {
	list-style-type: none !important;
}

.fancy-tabs {
	padding: 1em;
}

.fancy-tabs .fancy-tab+br {
	display: none;
}


.fancy-tab>* {
	pointer-events: none;
}

.fancy-tab {
	padding: .5em;
	cursor: pointer;
	display: inline-block;
}

.fancy-active-tab {
	background-color: var(--color-3);
	border-radius: 3px 3px 0px 0px;
}

.fancy-content {
	display: none;
	padding: 1em;
	border: 1px solid var(--color-9);
	background-color: var(--color-2);
	text-align: left;
	/* margin-top: calc(.5em - 1px);  .5em to padding z .fancy-tab 1px to grubość obramowania ustawionego w linii powyżej */
}

.fancy-active {
	display: block;
}


.box {
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.kop1>span {
	position: relative;
}

.kop1 {
	padding: 7px;
	font-weight: 700;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	text-orientation: upright;
	height: 110px;
	text-align: center;
	font-family: system-ui;
	margin-right: 1px;
}

.napis1 {
	letter-spacing: 5px;
	padding-bottom: 10px;
	margin-left: 30px;
}

.napis2 {
	font-family: playfair display;
	letter-spacing: 2px;
	text-align: justify;
	margin-left: 80px;
	margin-bottom: 7px;
	position: relative;
}


.kp1 {
	width: 300px;
}

.kp2 {
	display: table;
	width: 300px;
	font-family: 'Segoe UI';
}

.kp3 {
	flex-grow: 1;
}

.kp3 img {
	border: 1px solid #5154605c;
	border-radius: 50%;
	width: 100%;
	height: 185px;
	object-fit: cover;
	padding: 5px;

	@media (max-width: 700px) {
		display: none;
	}
}

.kp2>br {
	display: none;
}

.kprow {
	display: table-row;
}

.kpcol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: stretch;
	justify-content: flex-start;
}

.label,
.value {
	display: table-cell;
	font-family: 'Segoe UI';
	line-height: 116%;
	white-space: nowrap;
}

.label {
	text-align: left;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.value {
	text-align: right;
	padding-bottom: 10px;
}

.simpledivider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 1em 0;
}

.simpledivider::before,
.simpledivider::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #3a3633;
}

.simpledivider2{
  position:relative;
  padding:6px 0;
  text-align:left;
}

.simpledivider2:before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:calc(50% - .5px);  
  height:1px;
  background: #3a3633;
  transform:none;   
  opacity: 0.65;  
}

.simpledivider2 > *{
  position:relative;
  display:inline-block;
  padding-right:12px; 
  background:var(--color-2);
}


.strzal {
	letter-spacing: 2px;
}

.just {
	width: 90%;
	margin: auto;
}

.cytat {
	width: 90%;
	margin: auto;
	line-height: 9px !important;
	margin-top: 4px;
	font-family: times;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

.kop>span {
	position: relative;
}

.kop {
	padding: 7px;
	font-weight: 700;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	text-orientation: upright;
	height: auto;
	text-align: center;
	border-right: solid 1px #554e48bd;
	font-family: system-ui;
	margin-left: 40px;
	margin-right: 10px;
}

.fancybio {
	max-height: 120px;
	max-width: 610px;
	overflow: auto;
	margin-top: -10px;
	padding: 9px;
}

.teczka {
	max-height: 170px;
	max-width: 610px;
	overflow: auto;
	margin-top: -10px;
	padding: 9px;
}

.fancybio::-webkit-scrollbar {
	width: 2px;
}

.fancybio::-webkit-scrollbar-track {
	background: #242424;
}

.fancybio::-webkit-scrollbar-thumb {
	background: #615b56;
}

.fancybio::-webkit-scrollbar-thumb:hover {
	background: #554e48;
}

.teczka::-webkit-scrollbar {
	width: 2px;
}

.teczka::-webkit-scrollbar-track {
	background: #242424;
}

.teczka::-webkit-scrollbar-thumb {
	background: #615b56;
}

.teczka::-webkit-scrollbar-thumb:hover {
	background: #554e48;
}

.fancybio,
.box,
.bios {
	max-width: 100%;
	/* margin-left: auto;
	margin-right: auto; */
}

span[style="text-decoration:underline"] {
	text-decoration: none !important;
	border-bottom: 1px solid;
	border-color: inherit !important;
}

table.bbcode_columns {
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-inline: auto;
}

table.bbcode_columns td.bbcode_column {
	padding-left: 1em;
	padding-right: 1em;
}

table.bbcode_columns td.bbcode_column:first-child {
	border-left: 0;
	padding-left: 0;
}

[data-text] .bbcode_column {
	text-align: start;
}

.spoiler-wrapper.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

/* Tagi */

.rh_topictags_tagcloud li,
.rh_tag,
tags-input .tags .tag-item {
	background-color: (var-color-10) !important;
	border-color: (var-color-19) !important;
}

.rh_topictags_tagcloud li,
.rh_tag,
tags-input .tags .tag-item {
	background-color: var(--color-2) !important;
	!important;
	border-color: var(--color-19) !important;
	!important;
}

tags-input .tags {
	background-color: (var-color-10) !important;
	border-color: (var-color-19) !important;
	box-shadow: none !important;
}

.rh_tag,
tags-input .tags .tag-item {
	padding: 1px 8px !important;
	margin: 3px 2px 2px 2px !important;
}

/* Tagi - hover */

.rh_topictags_tagcloud li:hover,
.rh_tag:hover,
tags-input .tags .tag-item:hover {
	background-color: (var-color-10) !important;
}

/* Tagi - jakie maja kolory tła */

.rh_topictags_tagcloud li,
.rh_tag,
tags-input .tags .tag-item {
	background-color: var(--color-2) !important;

}

.rh_topictags_tagcloud li,
.rh_tag,
tags-input .tags .tag-item {
	background-color: var(--color-2) !important;

}

.rh_topictags_tagcloud li,
.lightmode .rh_tag,
tags-input .tags .tag-item {
	background-color: var(--color-2) !important;
	border-color: var(--color-19) !important;
}

.rh_topictags_tagcloud li,
.rh_tag,
tags-input .tags .tag-item {
	background-color: var(--color-3) !important;
}

tags-input .tags {
	background-color: var(--color-3) !important;
	border-color: var(--color-19) !important;
}

tags-input .autocomplete .suggestion-item {
	background-color: var(--color-3) !important;
	border-color: var(--color-19) !important;
}

/* Jezyki */

.rpg-lang, .rpg-lang * { pointer-events: auto; }
.rpg-lang { cursor: pointer; }

/* Szybkie logowanie */

.discencql-register-button {
	background: var(--color-23) !important;
}

.discencql-fieldset .inputbox {
	border-color: var(--color-19) !important;
}

.discencql-login-button {
	background: var(--color-23) !important;
	color: var(--color-4) !important;
}

.discencql-button .icon {
	color: var(--color-4) !important;
}

.discencql-button:focus .icon,
.discencql-button:hover .icon {
	color: var(--color-5) !important;
}

.discencql-button:focus,
.discencql-button:hover {
	color: var(--color-5) !important;
}

a.discencql-register-button {
	color: var(--color-4) !important;
}

/* Zamiana kolorow upartych uzytkownikow */


[style="color:#FFFFFF"] {
	color: #dfdfdf !important;
}

[style="color:#800000"] {
	color: #9d5959 !important;
}

[style="color:#ea3738"] {
	color: #c54d4d !important;
}


/* Rozmiar ikonek for na mniejszych ekranach  */
@media (max-width: 700px) {
	dl.row-item dt .list-inner {
		padding-left: 40px;
	}

	dl.row-item {
		background-size: 16px;
	}
}

@media (max-width: 550px) {
	.phpbb_announcement div {
		text-align: center !important;
	}

	.phpbb_announcement>div>div {
		display: grid !important;
		row-gap: 10px;
	}

	.phpbb_announcement>div>div>div {
		width: auto !important;
	}

	.phpbb_announcement>div>div>div:first-child>div>div,
	.phpbb_announcement>div>div>div:last-child>div {
		text-align: center !important;
	}
}

@media(max-width: 700px) {
	.subforums {
		font-size: ;
		/* rozmiar czczionki subfor na mobilkach*/
	}
}

.card {
	--img-size: 150px;
	display: grid;
	grid-template-areas:
		'stack';
	isolation: isolate;
	margin-bottom: 5px;
	max-width: 250px;
	margin-inline: auto;
}

.frontface {
	grid-area: stack;
}

.frontface a {
	pointer-events: none;
}

.backface {
	opacity: 0;
	pointer-events: none;
	background-color: hsla(0, 0%, 0%, 0.8);
	grid-area: stack;
	display: grid;
	row-gap: 5px;
	transition: opacity 500ms ease-in;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid #554e486b;
	border-radius: 3px;
}

[data-theme="light"] .backface {
	background-color: hsl(0deg 0% 75% / 80%);
}

.backface-name span,
.backface-text {
	color: inherit;
}

.backface-name span {
	font-weight: normal;
	display: block;
	margin-block-start: 3px;
	font-family: var(--font, tahoma);
	font-size: 11px;
}

.backface-link_one,
.backface-link_two,
.backface-link_three {
	font-weight: normal !important;
}

.backface a {
	color: inherit;
}

.backface a:hover {
	text-decoration: none;
}

.card:hover .frontface {
	opacity: .5;
}

.card:hover .backface {
	transition: opacity 500ms ease-in;
	opacity: 1;
	z-index: 2;
	pointer-events: all;
}

.backface-name {
	grid-column: span 3;
	grid-row: 1;
	align-self: center;
	justify-self: center;
	margin-bottom: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Oregano;
	font-size: 18px;
}

.backface-link_one {
	grid-column: 1;
	grid-row: 2;
}

.backface-link_two {
	grid-column: 2;
	grid-row: 2;
}

.backface-link_three {
	grid-column: 3;
	grid-row: 2;
}

.backface-img,
.backface-text {
	grid-column: span 3;
	grid-row: 3;
	overflow: auto;
	max-height: var(--img-size);
}

.backface-img {
	align-self: center;
	justify-self: center;
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.backface-text {
	align-self: center;
	padding-inline: 10px;
	scrollbar-width: thin;
	scrollbar-color: #2c2a28 #151311;
}

[data-theme="light"] .backface-text {
	align-self: center;
	padding-inline: 10px;
	scrollbar-width: thin;
	scrollbar-color: white gray;
}

.backface-text::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.backface-text::-webkit-scrollbar-track {
	background-color: black gray;

}

.backface-text::-webkit-scrollbar-thumb {
	background-color: black gray;

}

.backface-quote {
	grid-column: span 3;
	grid-row: 4;
	margin-block: auto;
	padding-block-end: 5px;
	box-shadow: 0 0 7px #151311;
	display: block;
	background-color: #151311;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #2525256e;
	font-size: 11px;
	position: relative;
	justify-self: center;
	padding-inline: 6px;
}

[data-theme="light"] .backface-quote {
	grid-column: span 3;
	grid-row: 4;
	margin-block: auto;
	padding-block-end: 5px;
	box-shadow: 0 0 7px #e9e5e5;
	display: block;
	background-color: #e9e5e5;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	border: 1px solid #6d6d6a;
	font-size: 11px;
	position: relative;
	justify-self: center;
	padding-inline: 6px;
}

.avatar-container.frontface:empty+.backface {
	background-color: transparent;
	border-color: transparent;
}

.postprofile.pf dd:not(.card, .profile-rank, .profile-contact) {
	margin-left: 0;
	display: block;
	text-align: center;
}


@media (max-width: 700px) {
	.postprofile {
		--avatar-size: 150px;
		display: grid;
		justify-content: center;
		row-gap: 3px;
		z-index: 99;
		border: var(--color-3);
	}

	.postprofile .avatar img {
		max-height: calc(var(--avatar-size) / 2);
	}

	.postprofile .username-coloured {
	font-size: 11px;
	}
	
	.postprofile dd.profile-rank {
	font-size: 10px;
	}
	
	.card {
		grid-row: 1;
		place-self: center;
		margin-inline: unset;
		margin-left: 0 !important;
		margin-bottom: 0;
		max-width: unset;
	}

	.card a.avatar {
		float: right;
	}

	.profile-karta {
		margin-top: 0px !important;
	}
	
	.profile-karta img {
	height: 25px !important;
	}	

	.postbody .author~div {
		text-align: center;
	}

	.postbody .content,
	.postbody .content~* {
		text-align: initial !important;
	}

}

dd.mobile-cpf-btn {
	justify-self: center;
	margin: 0;
}

.mobile-cpf-btn {
	display: none !important;
}

@media(max-width: 700px) {
	.postprofile:has(dd:not(.mobile-cpf-btn):nth-of-type(n + 6)) .mobile-cpf-btn {
		display: block !important;
	}
}

@media(max-width: 700px) {
	.postprofile .card .backface {
		display: none;
	}

	dd.card.card-show {
		isolation: auto;
	}

	.card.card-show .backface {
		display: grid;
		opacity: 1;
		position: absolute;
		width: 95%;
		inset: 0 0 auto 0;
		margin-inline: auto;
		z-index: 99;
	}
}

/*  Switcher */

[data-text] .page-body {
	text-align: justify;
}

[data-text] .postbody .content {
	text-align: justify;
}

#fontSize span {
	grid-column: span 2;
	text-align: left;
}

#themecolor,
#backgroundColorPicker,
#headerSwitcher,
#bgSwitcher {
	flex-wrap: wrap;
}

/* Nav */

#nav-main span {
	display: none;
}

.navbar-top>div {
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: auto 1fr auto;
}

@media (max-width: 700px) {


	.navbar-top>div #nav-breadcrumbs {
		display: none;
	}

}



#userbar {
	margin-left: auto;
}

#userbar>li:not(:last-child) {
	margin-right: 5px !important;
}

.site-description {
	width: 100%;
	margin-inline: auto;
	max-width: 1030px;
}

:root {
	--board-width: 1030px;
}

.lightheader {
	max-width: var(--board-width);
	margin-inline: auto;
}

.postprofile.postac {
	text-align: center;
	font-size: 11px;
}

@media (min-width: 701px) {
	.postprofile.postac {
		padding-left: 20px;
	}
}

.mchat-nav {
	display: none !important;
}

#nav-breadcrumbs {
	margin-left: 5px;
}

@media (max-width:1366px) and (pointer:coarse) {


	nav#sws-appbar {
		--sws-appbar-h: clamp(88px, 34vw, 136px);
		--sws-appbar-bg: var(--color-2) !important;
		--sws-appbar-line: var(--color-3) !important;
		--sws-appbar-text: var(--color-4) !important;
		--sws-appbar-active: #d7c7b3;
		--sws-appbar-blur: blur(10px);
		--sws-notif-stripe-bg: rgba(0, 0, 0, .18);
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
		position: fixed;
		bottom: env(safe-area-inset-bottom, 0);
		z-index: 9998;
		width: 100%;
		padding-block: 1rem;
		background: var(--sws-appbar-bg);
		border-top: 5px solid var(--sws-appbar-line);
		backdrop-filter: var(--sws-appbar-blur);
		-webkit-backdrop-filter: var(--sws-appbar-blur);
		overflow-x: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;

		.badge {
			right: 15px;
			position: absolute;
			left: unset;
			top: 0;
		}

		a {
			display: grid;
			justify-content: center;
			align-items: center;
			text-align: center;
		}

		i {
			font-size: 2rem;
			text-align: center;
			margin-inline: auto;
		}

		span {
			white-space: nowrap;
		}
	}


	.sws-notif-menu {
		font-size: 1rem;

		.pointer {
			display: none;
		}

		.dropdown-extended {
			display: block;
			bottom: var(--sws-appbar-height);
			top: unset;
			border: none;
			z-index: 999;
			left: 50%;
			transform: translateX(-50%);
			position: fixed;
			width: min(320px, 90%);
			overflow-y: auto;
			overflow-x: clip;
			padding-block-start: 0;

			.dropdown-contents {
				position: unset;
				border-radius: 10px 10px 0 0;

				ul {
					max-height: 250px;
				}
			}
		}
	}
}

.content ul li a {
	display: inline;
}

iconify-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
}

@media (max-width: 700px) {
	.notification_list li.bg2 .mark_read {
		display: block;
	}
}

@media (pointer:coarse){
    .lb-nav a:not([style="display: none;"]){
        opacity: 1;
    }
}

@media (max-width: 700px){
html.mobile-view #qr_postform{
  display: none !important;
}
}

@media (pointer: coarse) and (max-width: 1366px){
  html.mobile-view #qr_postform{ display:none !important; }
}

html:not(.mobile-view) #sws-appbar {
    display: none;

