@import 'https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap';html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth
}

:root {
	--sp-0: 0;
    --sp-1: 4px;
    --sp-2: 8px;
    --sp-3: 12px;
    --sp-4: 16px;
    --sp-5: 20px;
    --sp-6: 24px;
    --sp-7: 32px;
    --sp-8: 40px;
    --sp-9: 48px;
    --sp-10: 64px;
    --border-radius: 10px;
    --border-radius-2: 32px;
    --border-radius-3: 64px;
    --border-1px: 1px solid var(--border-color);
    --border-color: #101718;
    --bg-primary: #060908;
    --bg-secondary: #0b1010;
    --light-color: #608689;
    --gradient-color: linear-gradient(135deg, rgba(35,170,145,1) 0%, rgba(31,152,132,1) 100%);
    --link-clr: #fff;
    --link-hover-clr: #29cc94;
}

::-webkit-scrollbar {
    width: var(--sp-2);
    background-color: #091011;
    -webkit-border-radius: var(--sp-1);
    -moz-border-radius: var(--sp-1);
    border-radius: var(--sp-1);
}
::-webkit-scrollbar-thumb {
    background: var(--link-hover-clr);
    border-radius: var(--border-radius-2);
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background-color: #091011;
    -webkit-border-radius: var(--sp-1);
    -moz-border-radius: var(--sp-1);
    border-radius: var(--sp-1);
    width: var(--sp-2);
    border-left: #091011;
}

a, a:link, a:visited, a:active {
	color: var(--link-clr);
    text-decoration: none;
    transition: ease all 0.3s
}

a:hover {
    color: var(--link-hover-clr)
}

body {
	background: url(/images/cszjarani/header.png) no-repeat top,url(/images/cszjarani/footer.png) no-repeat bottom;
    color: var(--link-clr);
    line-height: 1.5;
    margin: var(--sp-0);
    font-family: 'Lexend', sans-serif;
    font-size: 15px;
    overflow-y: scroll;
    background-color: var(--bg-primary)

}

.tborderpanelboczny {
    width: 100%;
    margin: auto auto;
    padding: 30px 10px;
    border-radius: 9px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #0d0d0d
}

.tbordertoinne { 
	position: relative;
    border-radius: 9px;
    background-position: center top;
    background: linear-gradient(to right,rgb(85, 36, 41) 0%,rgb(185, 44, 48) 100%);
    width: 100%;
    margin: auto auto;
    padding: 30px 10px
}
#container {
	text-align: left;
	line-height: 1.5;
	margin: var(--sp-0);
	font-size: 15px
}

#logo {
	padding: 10px var(--sp-0)
}

#content {
 	margin-top: var(--sp-0);
	padding: var(--sp-0) var(--sp-0)
	
}

.tborder12 { 
	width: 97%;
    margin: auto auto;
    margin-left: 0%;margin-top: -35px;
    padding: 30px var(--sp-5);
    border-radius: var(--border-radius);
    background-color: #0d0f1d

}
#search input {
	margin: -3px var(--sp-0)
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px var(--sp-0) var(--sp-0) 5px
}

#debug {
	float: right;
	text-align: right;
	margin-top: var(--sp-5);
	font-size: 11px
}

.scaleimages img {
	max-width: 100%
}

table {
	color: #fff;
	font-size: 13px
}
.tborder1 {

    width: 104%;
    margin: auto auto;
    margin-left: -3%

}
.tborder {

    width: 100%;
    margin: auto auto

}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word
}
.thead1 {
    background: url(/images/cszjarani/thead1.png);
    color: #ffffff;
    background-repeat: no-repeat;
    padding: 140px 29px 87px 71px;
    background-size: 100% 100%;
    font-size: 16px
}

.thead {
    background: none;
    color: #ffffff;
    background-repeat: no-repeat;
    padding: var(--sp-5) 23px;
    background-size: 100% 100%;
    background: #0d0f1d;
    border-radius: 6px
}

.tcat {
    background: var(--gradient-color);
    color: #fff;
    border-bottom: var(--border-1px);
    padding: 6px;
    font-size: 12px
}

.tcat:first-child {
    border-top-left-radius: 10px
}

.tcat:last-child {
    border-top-right-radius: 10px
}

.trow3 {
    padding: 30px 15px;
    border-bottom: 2px solid #171717
}
.trow1 {
    padding: 25px 15px;
	background: #101718
}

.trow2 {
    padding: 25px 15px;
    background: #101718
}

.trow15 {
    padding: 25px 15px
}

.trow_shaded {
    padding: 25px 15px;
    background: #070a0a
}

.post.unapproved_post {
	background: #ffdde0
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be
}

.trow_deleted, .post.deleted_post {
    background: #ff000082
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333
}

.trow_sep {
    border-top: 1px solid #292929;
    padding: 13px;
    background: #322227;
    color: #fff

}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px
}

.smalltext {
	font-size: 12px
}

.largetext {
	font-size: 16px;
	font-weight: bold
}

fieldset {
	padding: var(--sp-3);
	border: 1px solid #ddd;
	margin: var(--sp-0)
}

fieldset.trow1, fieldset.trow2 {
    border-color: #3a3a3a4d
}

fieldset.align_right {
	text-align: right
}

textarea {
    background: #1a1c20;
    color: #fff;
    border: 1px solid #323232;
    padding: 2px;
    line-height: 1.4;
    outline: var(--sp-0);
    font-size: 13px
}

form {
	margin: var(--sp-0);
	padding: var(--sp-0)
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px
}

form #message {
	width: 500px
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc
}

.post .editor_control_bar {
	background: #f5f5f5
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800
}

img {
	border: none
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px
}

.clear {
	clear: both
}

.float_left {
	float: left
}

.float_right {
	float: right
}

.hidden {
	display: none;
	float: none;
	width: 1%
}

.hiddenrow {
	display: none
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px
}

.tcat_menu > .expcolimage {
	margin-top: var(--sp-0)
}

blockquote {
	border: 1px solid #0d0e1c;
	margin: var(--sp-0);
	background: #0d0e1c;
	padding: 10px
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: var(--sp-0) var(--sp-0) 10px var(--sp-0)
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: var(--sp-0)
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px var(--sp-0)
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-size: 13px
}

.smilie {
	vertical-align: middle
}

.smilie_pointer {
	cursor: pointer
}

.separator {
	margin: 5px;
	padding: var(--sp-0);
	height: 0px;
	font-size: 1px;
	list-style-type: none
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none
}

.popup_menu a.popup_item:hover {
	text-decoration: none
}

.subject_new {
	font-weight: bold
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px
}

.pm_alert {
    background: #c51b1b;
    border: aqua;
    text-align: center;
    padding: var(--sp-5) var(--sp-6);
    margin-bottom: 15px;
    font-size: 11px
}

div.error {
    padding: 5px 10px;
    border: 2px solid #d60303;
    background: #ff4646;
    font-size: 12px;
    float: left;
    width: 95%;
    margin-left: 2%;
    border-radius: 15px
}

div.error p {
	margin: var(--sp-0);
	color: #fff;
	font-weight: normal
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: var(--sp-6);
	display: block;
	color: #fff

}

div.error ul {
	margin-left: var(--sp-6)
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: var(--sp-0)
}

.pagination .pagination_current,
.pagination a {
	margin-bottom: var(--sp-5);
	margin-top:30px

}

.pagination .go_page img {
	margin-bottom: -4px
}

.drop_go_page {
	background: #f5f5f5;
	padding: var(--sp-1)
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer
}

.thread_legend,
.thread_legend dd {
	margin: var(--sp-0);
	padding: var(--sp-0)
}

.thread_legend dd {
	padding-bottom: var(--sp-1);
	margin-right: 15px
}

.thread_legend img {
	margin-right: var(--sp-1);
	vertical-align: bottom
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: var(--sp-0);
	padding: var(--sp-0)
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px
}

.forum_legend dt {
	margin-right: 10px;
	float: left
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px
}

#posts_container {
	padding: var(--sp-0)
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px
}

.ignored_post .show_ignored_post {
	margin-top: -15px
}

.ignored_post .show_ignored_post a.button span {
	background-position: var(--sp-0) -400px
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: var(--sp-0) -400px
}

.post {
	overflow: hidden
}

.post.classic {
	padding-top: 15px
}

.post .post_author {
float: left;
    width: 15%;
    margin: var(--sp-0) 1% 15px var(--sp-0);
    border-left: var(--sp-0);
    background: url(/images/cszjarani/sidebar1.png);
    padding: 26px 1%;
    /* background-size: 100% 285px; */
    min-height: 335px;
    background-position: center top;
    border-radius: 13px;
    border: 1px solid #373a40;
    margin-top: 17px
}

.post.classic .post_author {
float: left;
    width: 15%;
    margin: var(--sp-0) 1% 15px var(--sp-0);
    border-left: var(--sp-0);
    background: url(/images/cszjarani/sidebar1.png);
    padding: 26px 1%;
    /* background-size: 100% 285px; */
    min-height: 335px;
    background-position: center top;
    border-radius: 13px;
    margin-top: 17px;text-align: center;
    border: 1px solid #373a40
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: var(--sp-2)
}

.post .post_author div.author_information {
	float: left;
	padding: 6px var(--sp-2);
}

.post.classic .post_author div.author_information {
	float: none;
	padding: var(--sp-0);
	text-align: center
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #fff;
	line-height: 1.3
}

.post.classic .post_author div.author_statistics {

	margin: 6px var(--sp-0) var(--sp-0) var(--sp-0);
	padding: 6px 6px 3px 6px;
	float: none
}

.post .post_head {
	font-size: 11px;
    padding-bottom: var(--sp-1);
    margin-bottom: 10px;
    padding-top: 5px
}

.post .post_head span.post_date {
	color: #666
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999
}

.post .post_head span.edited_post a {
	color: #666
}

.post_body {
	font-size: 14px;
	padding: var(--sp-3) var(--sp-0)
}

.post.classic .post_content {
    float: left;
    width: 76%;
    padding: 20px 2% 20px 2%;
    background: url(/images/cszjarani/25.png);
    background-size: 100% 100%;
    margin-bottom: var(--sp-7);
    margin-top: 18px;
    margin-left: 1%;
    border-radius: 13px;
   border: 1px solid #2e31377a
}

.post_content {
	padding: 9px 10px 5px 10px
}

.post_content .signature {
    margin-top: 35px;
    border-top: 1px dotted #dddddd38;
    padding: 27px 0 4px var(--sp-0)
}

.post .post_meta {
	margin: 4px var(--sp-0);
	font-size: 11px;
	color: #999
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777
}

.post_controls {
    clear: both;
    background: #191b1e;
    border-bottom: 1px solid #191b1e;
    padding: 0px;
    overflow: hidden;
    margin-top: var(--sp-5);
    margin-bottom: var(--sp-5)

}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
    display: inline-block;
    background: url(/images/cszjarani/dzial4.png);
    background-size: 100% 100%;
    padding: var(--sp-7) var(--sp-8) var(--sp-1) var(--sp-8);
    line-height: 30px;
    margin-top: -24px;
    float: right;
    min-width: 90px;
	margin-top: 10px;
	margin-bottom: var(--sp-5);
	color:#fff
}

/** Modal Start **/

.blocker {
	position: fixed;
	top: var(--sp-0);
	right: var(--sp-0);
	bottom: var(--sp-0);
	left: var(--sp-0);
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em
}

.blocker.behind {
	background-color: transparent
}

.modal a.close-modal {
	position: absolute;
	top: 7.5px;
	right: 7.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat var(--sp-0) var(--sp-0)
}

.modal-spinner {
	display: none;
	width: var(--sp-10);
	height: var(--sp-10);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: var(--sp-2);
	-moz-border-radius: var(--sp-2);
	-o-border-radius: var(--sp-2);
	-ms-border-radius: var(--sp-2);
	border-radius: var(--sp-2)
}

.on {
    background: #13a531
}

.off {
    background: #7d1806
}

.rekrutacja {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 3px var(--sp-2);
    font-size: 11px;
    border-radius: 2px
}

.wrapper {
    width: 86%;
    max-width: 1540px;
    margin: auto auto
}


.post-avatar {
    width: 100px;      /* ustaw jaki rozmiar chcesz */
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;

}

