:root {
	color-scheme: dark;
}

body {
	display: flex;
	flex-flow: column nowrap;
	min-height: 100vh;
	background: #090909 url(/themes/nfszone/images/bg-2022-unbound.jpg) no-repeat
		top center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #d2d0d0;
}

body:has(#kompendium) {
	background-position-y: -286px;
}

body:has(#kompendium.show) {
	background-position-y: 0;
}

/* Editing bootstrap breakpoints */

.container-fluid {
	max-width: 1310px;
}

@media (min-width: 992px) {
	.layout__rail {
		flex-basis: 420px;
		max-width: 420px;
	}
}

#cookie-alert {
  background: #171717;
  color: #d2d0d0;
  max-width: 360px;
  padding: 1rem;
  margin: 1.5rem;
  inset: unset;
  right: 0;
  bottom: 0;
}

/* Typography */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
}

.h1,
h1 {
	font-size: 2.25rem;
}

.h2,
h2 {
	font-size: 1.75rem;
}

.lead {
	color: silver;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.table {
	color: inherit;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
}

/* Images */
.object-cover {
	object-fit: cover !important;
}

/* Backgrounds and colors */

.bg-primary {
	background: #b51d27 linear-gradient(to bottom right, #581730, #b51d27) !important;
}

.bg-dark {
	background: #171717 !important;
}

.bg-darker {
	background: #090909 !important;
}

.text-muted {
	color: #999 !important;
}

/* Find and delet this */

.text-dark,
a.text-dark:focus,
a.text-dark:hover {
	color: #fff !important;
	text-decoration: none;
	text-align: justify;
}

/* Buttons */

.btn {
	border-radius: 15px;
	font: normal 1em 'Oswald', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}

.btn,
.btn:hover {
	background: linear-gradient(to bottom right, #581730, #b51d27);
	border: 0px;
	color: #fff;
}

.btn.active,
.btn.active:hover {
	background: transparent;
	border: 1px solid #303030;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.4;
}

.btn-link {
	background: transparent;
	color: #000;
}

.shoutbox-content .btn-link {
	color: #808080;
	background: transparent;
	padding: 0;
}

.shoutbox-content .btn-link:hover {
	color: #aaa;
	background: transparent;
}

.btn-group-sm > .btn,
.btn-sm {
	font-size: 0.875em;
}

.btn-group-lg > .btn,
.btn-lg {
	font-size: 1.125em;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child) {
	margin-right: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
	margin-left: 0;
}

/* Tymczasowy fix PW (Fusion ssie) */

.pm .btn {
	padding: 0.375rem 0.75rem;
	font: normal 1em 'Oswald', sans-serif;
}

.pm .dropdown-menu .btn {
	padding: 0.25rem 1.5rem;
	font: normal 14px 'Oswald', sans-serif;
}

/* Images */

.img-rounded {
	border-radius: 50%;
	overflow: hidden;
}

/* Tables */

.table-striped td,
.table-striped th {
	padding: 0.5em;
}

table:not(.table-bordered) > tbody > tr > td,
table:not(.table-bordered) > tbody > tr > th,
table:not(.table-bordered) > tfoot > tr > td,
table:not(.table-bordered) > tfoot > tr > th,
table:not(.table-bordered) > thead > tr > td,
table:not(.table-bordered) > thead > tr > th {
	border-color: #2f2f2f;
}

.table > tbody + tbody {
	border-top: 2px solid #2f2f2f;
}

/* Scrollbars */

.mobile-expandable-sb .shoutbox-content,
.scrollable {
	overflow-y: auto;
	box-sizing: border-box;
	scrollbar-color: #242424 transparent;
	scrollbar-width: thin;
}

.mobile-expandable-sb .shoutbox-content::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
	background: transparent;
	width: 7px;
	height: 7px;
}

.mobile-expandable-sb .shoutbox-content::-webkit-scrollbar-corner,
.scrollable::-webkit-scrollbar-corner {
	background: transparent;
}

.mobile-expandable-sb .shoutbox-content::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
	background: #242424;
}

#timeline .scrollable {
	scrollbar-color: #f00 #fff;
	height: calc(100% - 33px);
}

#timeline .scrollable::-webkit-scrollbar {
	background: #fff;
	width: 2px;
}

#timeline .scrollable::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom right, #581730, #b51d27);
}

/* Navbar */

.zone-header {
	padding: 0;
	background: none;
	transition: background 0.2s ease;
}

.zone-header .navbar-nav .nav-item {
	padding: 0;
}

.zone-header .navbar-nav .nav-link {
	padding: 0.5rem;
	line-height: 36px !important;
	color: #fff;
	font: normal 14px 'Oswald', sans-serif;
	text-transform: uppercase;
	transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.zone-header .navbar-nav .nav-link:hover {
	background: #fff;
	color: #000;
}

.zone-header .navbar-nav .avatar {
	line-height: 1.5;
	font-family: 'Source Sans Pro', sans-serif;
}

.zone-header .notifications a abbr {
	color: #888;
}

.zone-header .navbar-brand {
	margin-right: 0;
	padding: 0.3125rem 0.5rem;
}

.zone-header .navbar-nav .user-menu-avatar {
	display: flex;
	align-items: center;
}

.zone-header .nav-scroller {
	position: relative;
	z-index: 2;
	overflow-y: hidden;
}

/* Dropdowns */

.dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
	min-width: 210px;
}

.dropdown-menu .dropdown-item {
	padding: 0.375rem 0.5rem;
	color: #000;
	text-transform: uppercase;
	transition: all 0.15s ease-in-out;
	font: normal 14px 'Oswald', sans-serif;
}

.dropdown-menu .dropdown-item:hover {
	background: #000;
	color: #fff;
}

.dropdown-menu .dropdown-item a {
	color: inherit;
}

.dropdown-menu .dropdown-divider {
	margin: 0.375rem 0;
	border-color: rgba(128, 128, 128, 0.25);
}

.dropdown-menu .btn-link.btn-block {
	width: 100%;
}

.dropdown-menu .btn-link:hover {
	background: #000;
	text-decoration: none;
}

.form-control,
.form-control:focus {
	background: transparent;
	border: 1px solid #303030 !important;
	color: #d5d4d4;
	background: #09090921;
	border-radius: 15px;
}

.dropdown-menu .form-control,
.dropdown-menu .form-control:focus {
	border: 1px solid #e7e7e7 !important;
	color: #3a3a3a;
}

.zone-header .dropdown-menu {
	background: #fff;
}

.zone-header .dropdown-menu .dropdown-item {
	color: #000;
}

.zone-header .dropdown-menu .dropdown-item:hover {
	background: #000;
	color: #fff;
}

.zone-header .notifications .dropdown a {
	text-transform: initial;
}

/* Breadcrumbs */

.breadcrumb {
	display: block;
	padding: 0.5rem 0.75rem;
	font-size: 0.875em;
	background: linear-gradient(to bottom right, #581730, #b51d27);
	border-radius: 15px;
	font-family: 'Oswald', sans-serif;
}

.breadcrumb > li {
	display: inline;
}

.breadcrumb > li::after {
	content: none;
}

.breadcrumb > li + li:before {
	content: '>\00a0';
	padding: 0 5px;
	color: #999;
}

.news-header .breadcrumb {
	background-color: transparent;
	text-transform: uppercase;
}

/* Wells */

.well {
	min-height: 20px;
	margin: 0.375rem 0.75rem;
}

.well-sm {
	padding: 0.25rem 0.5rem;
}

.well-lg {
	padding: 0.5rem 1rem;
}

.well blockquote {
	border-color: rgba(0, 0, 0, 0.15);
}

/* Navs */

.nav-text {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-tabs {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 0px;
	background: linear-gradient(to bottom right, #581730, #b51d27);
}

.nav-tabs .nav-item {
	flex: 1 0 13%;
	margin: 0;
	white-space: nowrap;
	text-align: center;
}

.nav-tabs .nav-link,
.nav-tabs .nav-text {
	border-color: transparent;
	color: #fff;
	text-transform: uppercase;
	transition: 0.25s;
	font: normal 14px 'Oswald', sans-serif;
	margin-top: 0px;
	border: 0;
}

.nav-tabs .nav-link:hover {
	background: #fff;
	color: #000;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
	color: #000;
	border-radius: 0;
}

.nav-tabs > li > a.active,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
	color: #000 !important;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.nav-pills .nav-link,
.nav-pills .nav-text {
	border-radius: 0;
	font-family: 'Oswald', sans-serif;
}

.nav-pills .nav-link:hover {
	background: #fff;
	color: #000 !important;
}

.nav-pills .nav-link.active {
	background: linear-gradient(to bottom right, #581730, #b51d27);
	pointer-events: none;
}

/* Slider */

.beer-handle,
.beer-handle:after,
.beer-handle:before {
	background: linear-gradient(to bottom right, #581730, #b51d27) !important;
	color: #fff !important;
}

.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
	background: linear-gradient(to bottom right, #581730, #b51d27) !important;
	border-radius: 0 !important;
	font-family: Oswald;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

/* Tuning Panel */
.tp-module.showroom .col {
	height: 110px;
}

.tp-module.showroom .img-fluid {
	border: 1px solid #303030;
	border-radius: 15px;
}

.tab-pane.show {
	/*bug?*/
	opacity: 1 !important;
}

#tab-content-tp {
	background: #09090930;
	padding: 15px;
	border-radius: 15px;
}

.tp-module.showroom {
	overflow-x: hidden;
	padding-right: 0.5rem;
}

.mobile-expandable-tp .nav-wrapper {
	display: flex;
	flex-flow: column;
}

.mobile-expandable-tp .nav {
	order: 1;
	width: max-content;
	margin: 0 auto;
	border-radius: 15px;
}

.mobile-expandable-tp .nav-link,
.mobile-expandable-tp .nav-link:hover,
.mobile-expandable-tp .nav-link.active {
	border-radius: 15px;
	font-size: 0;
}

/* List groups */

.list-group-item {
	background: none;
	border-bottom: 1px solid #303030;
	border-radius: 15px;
}

.news-item .list-group-item {
	height: auto !important;
}

/* Openside */

.openside,
.opentable {
	background: transparent;
	position: relative;
	padding: 10px 0;
}

.opentable > .title,
.openside > .title {
	width: 175px;
	margin: auto auto 1em;
	padding: 0 10px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 15px;
	border-top: 2px solid #fff;
}

.opentable > .title::after,
.openside > .title::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

/* Panels (deprecated) */

.panel,
.panel-default > .panel-heading,
.panel-footer {
	background: none !important;
	border: none;
	color: #d5d4d4;
	text-align: center;
}

.panel-heading,
.panel-body {
	padding: 0;
	/* RADZIO 22 marca */
}

.panel-title {
	border-bottom: solid 1px #fff;
	overflow: hidden;
}

.panel-title strong {
	padding: 0 0.25em;
	background: #fff;
	color: #000;
}

.row > div > .panel {
	border: solid 1px #303030;
	padding: 5px;
	margin: 5px 0;
}

.panel-default > .panel-image-wrapper {
	margin-top: 15px;
}

.poll-panel {
	border-bottom: 1px solid #303030;
}

@media only screen and (max-width: 768px) {
	col-xs-12 col-md-7 {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* Cards */

.card {
	background: #090909;
	border: 1px solid #303030;
	border-radius: 15px;
}

.card .img-fluid {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.card-title {
	font-size: 15px;
}

.card-img-top {
	border-radius: 0 !important;
}

.map-list .card-title {
	font-size: 17px;
}

/* Progress bars */

.progress {
	border: none;
	border-radius: 15px;
	background: linear-gradient(to left, #090909 0%, #303030 70%);
	border-right: 1px solid #303030;
}

.progress-bar {
	text-align: left;
	overflow: visible;
}

.progress-bar-info,
.progress-bar-success,
.progress-bar-warning,
.progress-bar-danger {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: linear-gradient(to bottom right, #581730, #b51d27);
}

/* Pagination */

.pagination,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.page-link {
	color: #d5d4d4;
	background-color: #171717;
	border: none;
}

.page-link:hover {
	color: #fff;
	background-color: #222;
}

.page-item.disabled .page-link {
	color: #b8b0b0;
	background-color: #171717;
}

.page-item.active .page-link {
	color: #fff;
	background: #b51d27 linear-gradient(to bottom right, #581730, #b51d27);
}

/* Footer */

.list-partners {
	padding-left: 0;
	list-style: none;
	font: normal 17px 'Oswald', sans-serif;
}

.social-footer {
	margin-top: 1.5em;
}

.page-footer {
	border-top: solid 1px #303030;
	color: #b8b0b0;
}

.social-footer h6,
.page-footer h6 {
	font: normal 17px 'Oswald', sans-serif;
}

.page-footer h6 {
	border-bottom: 1px solid #b8b0b0;
}

.social-footer a,
.page-footer a {
	color: #d4d0d0;
}

.social-footer a:hover,
.page-footer a:hover {
	color: #fff;
}

.debug-footer {
	border-bottom: solid 1px #303030;
}

.footer-copyright {
	border-top: solid 1px #303030;
}

.debug-footer + .footer-copyright {
	border-top: 0;
}

/* Cookie alert */

#cookie-alert {
	margin: 1rem !important;
	border: none;
	border-radius: 15px;
}

/* Mobile shortcuts */

.mobile-expandable-sb .shoutbox-content {
	height: 350px !important;
}

@media only screen and (max-width: 767.98px) {
	body {
		padding-bottom: 40px;
	}

	body.mobile-expandable-expanded {
		overflow: hidden;
	}

	.mobile-expandable {
		display: none;
	}

	.mobile-expandable.expanded {
		background: #090909;
		display: block;
		position: fixed;
		top: 104px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		padding: 10px 10px 50px;
		margin-bottom: 0;
		border-radius: 15px 15px 0 0;
	}

	.mobile-expandable.expanded > .title {
		display: none;
	}

	.mobile-expandable-sb.expanded,
	.mobile-expandable-tp.expanded .nav-wrapper,
	.mobile-expandable-ft.expanded {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.mobile-expandable-ou .online-users,
	.mobile-expandable-lc .latest-comments,
	.mobile-expandable-sb .shoutbox-content {
		height: 100% !important;
	}

	.mobile-expandable-sb .shoutbox-content {
		height: 66% !important;
	}

	.mobile-expandable-tp.expanded .tab-content {
		flex: 1;
	}

	.mobile-expandable-tp.expanded #tp-showroom {
		position: relative;
		height: 100%;
	}

	.mobile-expandable-tp.expanded #tp-showroom .scrollable {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100% !important;
	}

	.mobile-expandable-ft.expanded .scrollable {
		max-height: 100% !important;
		flex: 1;
	}

	.mobile-expands {
		display: flex !important;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 40px;
		line-height: 28px;
		z-index: 999;
		background: #b51d27 linear-gradient(to bottom right, #581730, #b51d27) !important;
	}

	.mobile-expands a {
		flex: 1;
		display: block;
		color: #fff;
		font-size: 20px;
		line-height: inherit;
		margin: 0 !important;
		border-radius: 0px;
		background: transparent;
	}

	.mobile-expands .expanded i::before {
		content: '\f057';
		font-weight: 500;
	}
}

/* Modals */

.modal-content {
	background-color: #171717;
}

.modal-header {
	align-items: center;
	border-bottom: 1px solid #303030;
	font: normal 14px 'Oswald', sans-serif;
}

/* Media objects (posts, news, comments) */

.post-item {
	padding: 0.75rem 0;
	border-radius: 15px;
	align-items: stretch;
}

.post-item:not(:last-of-type) {
	border-bottom: 1px solid #303030;
}

.post-item .thumb {
	width: 165px;
	min-width: 165px;
	height: 200px;
	border-radius: 0;
	overflow: hidden;
}

.post-item .thumb img {
	width: 165px;
	height: auto;
	transform: none;
	border-radius: 15px;
}

/* Media objects (posts, news, comments) */
.media-side .bg-secondary {
	background-color: #242424 !important;
}

.media-title {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 16px;
}

.media-title .arrow {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
}

.comment-thread .comment-header {
	margin-bottom: 0.5rem;
	font-size: 12px;
}

.comment-thread .comment-header strong {
	font-size: 16px;
	line-height: 24px;
}

.comment-thread .comment-tools {
	font-size: 12px;
	line-height: 24px;
}

.comment-thread .comment-replies:not(:empty) {
	margin-top: 0.75rem;
	margin-left: -1rem;
}

.shoutbox-item,
.latest-updates-item,
.online-users-item,
.list-partners-item,
.comment-thread {
	padding: 0.75rem 0;
	border-radius: 15px;
}

.shoutbox-item:not(:last-child),
.latest-updates-item:not(:last-child),
.online-users-item:not(:last-child),
.list-partners-item:not(:last-child),
.comment-thread:not(:last-child) {
	border-bottom: 1px solid #303030;
}

.shoutbox-item .shoutbox-tools {
	font-size: 12px;
	line-height: 21px;
}

.thread-icon {
	text-align: center;
	color: #515151;
}

.thread-icon.unvisited {
	text-align: center;
	color: #1c8534;
}

@supports (-webkit-background-clip: text) {
	.thread-icon {
		background: linear-gradient(to bottom right, #515151, #a8a8a8);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}

	.thread-icon.unvisited {
		background: linear-gradient(to bottom right, #1c8534, #27c04b);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}
}

/* Forum */

.forum-control {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.forum-activity .pagination {
	margin-bottom: 0;
}

.post_items {
	padding: 0 !important;
	border: none !important;
}

.post_items:not(:last-of-type) {
	border-bottom: 1px solid #303030 !important;
}

.post_header,
.post_footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.forum_poster,
.forum_details {
	display: flex !important;
	flex-flow: row nowrap;
	align-items: center;
}

.rank_title {
	font-family: Oswald;
	font-size: 14px;
	text-transform: uppercase;
	display: none;
}

.forum_details .page-id {
	font-size: 2rem;
}

.forum.label > .detail {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
}

.form-group {
	margin-bottom: 0px;
}

.forum_sig,
.forum_sig img {
	max-height: 200px;
}

.forum_sig {
	margin-left: 75px;
}

@media only screen and (max-width: 767.98px) {
	.forum_sig {
		margin-left: 0px;
	}
}

.news-image-overlay .img-fluid {
	border-radius: 15px;
}

/* obrazek nad tematami na forum */

/*.text-danger,
.text-danger:hover {
    text-align: center;
    background: linear-gradient(to bottom right, #581730, #b51d27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

/* BBCode */

.bbcode {
	padding: 7px;
	border: 1px solid #303030;
	border-radius: 15px;
}

input.bbcode {
	height: 30px !important;
	width: 30px !important;
}

.panel-txtarea {
	display: flex;
	flex-direction: column-reverse;
}

.bbcode_input {
	text-align: right !important;
	/*Radzio */
}

.bbcode-popup {
	background: #090909;
	border: solid 1px #303030;
	color: #d5d4d4;
}

/* Shoutbox (Radzio) */

#sbpanel + .slimScrollDiv {
	margin-top: 20px;
}

/* 16px usuwa zoom przy uzupełnianiu formularzy na iOS */

.form-control {
	font-size: 16px;
	background: #09090921;
	border-radius: 15px;
}

#sarchive > #shout_box,
#sbpanel > #shout_box {
	width: 110px;
	margin-top: -41px !important;
	margin-left: 0px !important;
}

/* Moduły */

.forum-threads .list-group-item,
.shoutbox-content .list-group-item,
.latest-comments .list-group-item,
.online-users .list-group-item {
	padding: 0.75em 0.5em;
	box-sizing: border-box;
}

.forum-threads .post-info {
	width: 125px;
}

.online-users .text-muted {
	font-size: 12px;
}

@media only screen and (max-width: 991.98px) {
	.forum-threads .post-info {
		width: 100%;
		font-size: 12px;
		color: #6c757d !important;
	}
}

/* Maps */

.map-heading {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

/* Tuning Fight */

.tf__body,
.tf__footer {
	margin: 1em 0;
}

.fight {
	margin: 1em 0;
	padding: 0;
}

.fight__header {
	margin: 0.5em 0;
}

.fight__title .fa {
	line-height: 1.5;
}

.rival__nickname.winner {
	color: #ffd700;
}

.rival__nickname.draw {
	color: #a8a8a8;
}

@supports (-webkit-background-clip: text) {
	.rival__nickname.winner {
		background-image: linear-gradient(to bottom right, #854922, #e7b437);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}

	.rival__nickname.winner::before {
		content: '\f5a2';
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		margin-right: 0.2em;
	}

	.rival__nickname.draw {
		background-image: linear-gradient(to bottom right, #515151, #a8a8a8);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
}

.fight__body .rival {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0.5em 0 1em;
}

.tf__body .car__info {
	margin: 0.5em 0;
}

.voting {
	margin: 1em 0;
	padding: 0;
}

.voting__header {
	margin: 0.5em 0;
}

.voting__title .fa {
	line-height: 1.5;
}

.voting__images {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	margin: 0.5em 0 1em;
}

.voting__panel {
	text-align: center;
}

.voting__panel span {
	font: normal 24px 'Oswald', sans-serif;
}

#tf__voting {
	color: linear-gradient(30deg, #091553, #f05f32);
	margin-bottom: -20px;
}

#tf__voting .soon-label {
	color: #fff;
	text-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.75);
}

#tf__voting .soon-fill-progress {
	color: #fff;
	background: linear-gradient(to bottom right, #581730, #b51d27);
	opacity: 0.3;
}

.tf__sendform .file-input .panel {
	width: 100%;
	margin-bottom: 0.5em;
}

/* Tuning Panel */

.tp-module.tf {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}

.tf-voting-image .img-fluid {
	border: solid 1px #303030;
}

.tf-voting-text {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.tf-voting-text span {
	font: normal 24px 'Oswald', sans-serif;
}

.tf-no-voting {
	font: normal 18px 'Oswald', sans-serif;
}

@media only screen and (min-width: 576px) {
	.tp-module {
		height: 250px;
	}

	.tf-voting-text {
		flex-flow: column nowrap;
		justify-content: space-around;
	}
}

/* Profil */

.nfslibrary-picker > div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}

.nfslibrary-picker .checkbox {
	margin: 0;
	flex: 1 50%;
}

.game-list > figure {
	position: relative;
}

.game-list > figure > figcaption {
	position: absolute;
	top: 5px;
	left: 10px;
	right: 10px;
}

/* Osiągnięcia */

#achievements .card {
	background: #1a1a1a;
	color: #555;
	padding: 0;
	margin: 2px 0;
}

#achievements .card.achieved {
	background: linear-gradient(to bottom right, #581730, #b51d27);
	color: #fff;
}

#achievements .card img {
	width: 125px;
	height: 125px;
	margin: 10px;
	opacity: 0.1;
}

#achievements .card.achieved img {
	opacity: 1;
}

#achievements .card:not(.achieved) .card-title {
	color: #666;
}

/* PW */

.message-header {
	border-bottom: solid 1px #303030;
}

.message-header h4 {
	font-size: 24px;
}

.message-list tr.strong {
	background: #171717;
}

.inbox-control form[name='actionform'] .dropdown:first-of-type {
	display: none;
}

/* tymczasowy fix na kolory wyboru użytkownika przy PW - śmiało zamieniajcie */

#s2id_msg_send,
#s2id_msg_send table,
#select2-drop,
#select2-drop table {
	filter: invert(1);
}

/* Error pages */

.error-message.jumbotron {
	position: relative;
	min-height: 50vh;
	z-index: 1;
}

.error-message.jumbotron::after {
	content: '\f5b4';
	position: absolute;
	right: 0;
	bottom: 0;
	font: normal 25vh / 1 'Font Awesome 5 Free';
	opacity: 0.25;
	z-index: -1;
}

.jumbotron h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
}

/* zdjęcia w galerii */

a.photogallery_photo_link img {
	border-radius: 15px;
	padding: 5px;
}

.close {
	color: #fff !important;
}

.carousel-item.active {
	border-radius: 15px;
	overflow: hidden;
}

.nav > li > a:focus,
.nav > li > a:hover {
	color: #fff;
}

