#footer.footer-primary {
	border-top: 4px solid #0188cc;
}

#footer.footer-primary .footer-copyright {
	background-color: #0188cc;
}

#footer.footer-primary .footer-copyright p {
	color: #fff;
}

.main.post-page-height {
	min-height: calc(100vh - 238px);
	margin-bottom: 50px;
}

.dashboard hr {
	margin: 0;
}

.dashboard .background-white hr {
	background-color: rgb(255, 255, 255);
}

.dashboard #header .dashboard-header {
	background-color: #fff;
}

ul#mainNav li:first-child a {
	text-transform: none !important;
	color: darkgoldenrod !important;
}

ul#mainNav li:first-child a.text-product {
	color: black !important;
}

.dashboard .dashboard-bg h3.company span {
	text-transform: none !important;
	color: goldenrod;
}

.dashboard .dashboard-sticky-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}

h1.text-color-blue {
	color: #0188cc;
}

h1.text-underline {
	text-decoration: underline;
	text-decoration-color: #0188cc;
}

.dashboard #footer {
	border-top: none;
}

.dashboard #footer .footer-copyright {
	background-color: #fff;
}

.dashboard:has(.dashboard-home) h1 {
	color: #d6d6d6;
	font-weight: 400;
	font-size: 40px;
	font-family: "Poppins";
	letter-spacing: 4px;
	margin-top: 160px;
	text-shadow: 1px 1px #656565;
}

@font-face {
	font-family: "LiberationSans-Bold"; /* set name */
	src: url(./fonts/liberation_sans/LiberationSans-Bold.ttf); /* url of the font */
}

@font-face {
	font-family: "LiberationSans-Regular"; /* set name */
	src: url(./fonts/liberation_sans/LiberationSans-Regular.ttf); /* url of the font */
}

.dashboard:has(.dashboard-home) h1 .slim-before {
	font-weight: bolder;
	color: #0188cc;
	font-family: "LiberationSans-Bold";
	letter-spacing: 0px;
}

.dashboard:has(.dashboard-home) h1 .slim {
	font-weight: normal;
	font-family: "LiberationSans-Regular";
	letter-spacing: -2px;
}

.dashboard:has(.dashboard-home):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(135deg, rgba(117, 120, 122, 0.7) 0%, rgba(255, 255, 255, 0.7) 85%) !important;
	z-index: -1;
}

.dashboard:has(.dashboard-bg) {
	background-color: #ccc;
	background-size: cover;
}

.tox-editor-header .tox-promotion {
	visibility: hidden;
}

.tox-statusbar__text-container .tox-statusbar__right-container {
	visibility: hidden;
}

.box-shadow-77 {
	box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.5);
	max-height: 250px;
}

.box-shadow-17 {
	box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.5);
}

.box-shadow-18 {
	box-shadow: 2px 4px 28px -4px rgb(196 187 187 / 50%);
}

.post-image {
	max-width: 900px;
	width: 100%;
}

@media (min-width: 992px) {
	#header.light-header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: var(--light);
	}

	#header.light-header
		.header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark
		nav
		> ul
		> li:hover
		> a {
		color: #ffffff !important;
	}

	#header.light-header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,
	#header.light-header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
		color: #ffffff !important;
	}

	#header.light-header .header-nav.header-nav-line nav > ul li:hover > a:before {
		color: #ffffff !important;
	}
}

.background-white-edit {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 2px;
	margin-left: 0;
}

#footer.footer-fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 2;
}

#empty_img {
	width: 300px;
	height: auto;
}

.image-box {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.delete-image-post {
	position: absolute;
	width: 30px;
	top: 5px;
	left: 5px;
	display: flex;
	justify-content: center;
	padding-left: 10px;
	box-shadow: 1px 1px 10px #000000;
}

.image-box input {
	margin-top: 10px;
}

.background-white-edit label {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.read-more {
	cursor: pointer;
}

.image-holder {
	display: flex;
}

.logo-box {
	position: relative;
	display: inline-block;
}

.product-post-image {
	display: flex;
	justify-content: center;
}

.aktualnosci-post.aktualnosci-post-large.product-post {
	margin-left: 0;
}

.aktualnosci-post.aktualnosci-post-large.product-post img {
	margin-left: 0;
	width: 200px;
}

.aktualnosci-post-content .title {
	font-weight: bold;
	color: #656565;
	text-decoration: underline;
}

.product-box {
	position: relative;
	display: inline-block;
}

.product-box .thumb-image {
	padding: 30px;
}

.preview-image-box {
	position: absolute;
	bottom: 15px;
	left: 5px;
	cursor: pointer;
	margin-top: -5px;
}

.preview-image-box .preview-image {
	cursor: pointer;
	font-size: 14px;
}

.preview-image-box .preview-image input {
	cursor: pointer;
}

.loader-green {
	display: none;
	position: relative;
	height: 32px;
	width: 200px;
	background: #fff;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	margin: 0 auto;
}
.loader-green::before {
	content: "";
	background: rgb(10, 159, 10);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	animation: loading 5s linear;
}

.loader {
	display: none;
	position: relative;
	height: 32px;
	width: 200px;
	background: #fff;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	margin: 0 auto;
}
.loader::before {
	content: "";
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	animation: loading 5s linear;
}
.loader:after,
.loader-green:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: rgb(0, 255, 255);
	mix-blend-mode: difference;
	animation: percentage 5s linear;
}

@keyframes loading {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes percentage {
	0% {
		content: "0%";
	}
	5% {
		content: "5%";
	}
	10% {
		content: "10%";
	}
	20% {
		content: "20%";
	}
	30% {
		content: "30%";
	}
	40% {
		content: "40%";
	}
	50% {
		content: "50%";
	}
	60% {
		content: "60%";
	}
	70% {
		content: "70%";
	}
	80% {
		content: "80%";
	}
	90% {
		content: "90%";
	}
	95% {
		content: "95%";
	}
	96% {
		content: "96%";
	}
	97% {
		content: "97%";
	}
	98% {
		content: "98%";
	}
	99% {
		content: "99%";
	}
	100% {
		content: "100%";
	}
}

.btn-delete-logo {
	position: absolute;
	top: -14px;
	left: -12px;
	z-index: 99;
}

.thumb-image {
	width: 198.6px;
	height: auto;
	position: relative;
	padding: 15px;
	border: 1px dashed gray;
	margin-right: 15px;
	margin-bottom: 15px;
}

.thumb-image:nth-last-child {
	margin-right: 0;
}

#add_image {
	width: 300px;
}

#save_content {
	float: right;
}

#message {
	float: left;
	width: calc(100% - 71px);
	display: flex;
	justify-content: center;
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value]::before {
	content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value]::before {
	content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-font {
	width: 150px !important;
	white-space: nowrap;
}

.ql-color .ql-picker-options [data-value="color-picker"]:before {
	content: "Pick Color";
}

.ql-color .ql-picker-options [data-value="color-picker"] {
	background: none !important;
	width: 100% !important;
	height: 25px !important;
	text-align: center;
	color: blue;
	text-decoration: underline;
}

blockquote {
	border-color: var(--primary) !important;
}

.aktualnosci-post-date .year {
	background-color: #fff;
	padding: 4px 4px 4px 4px;
	box-shadow: 2px 5px 5px #e7e7e7;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 12px;
	color: #0188cc;
}

article.aktualnosci-post .aktualnosci-post-date .month {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.post-content-length {
	line-height: 27.5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sidenav {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
}

.sidenav a,
.dropdown-btn {
	padding: 0 8px 6px 4px;
	text-decoration: none;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	transition: height 0.25s ease-in;
}

.sidenav a:hover,
.dropdown-btn:hover {
	color: rgb(110, 109, 109);
}

.dropdown-btn.red.active {
	color: #b22629;
}

.dropdown-btn.blue.active {
	color: #77a1d5;
}

.dropdown-btn.gray.active {
	color: #626466;
}

.dropdown-container {
	opacity: 0;
	position: relative;
	z-index: -5;
	height: 0;
	transition: height 0.15s ease-out;
}

.dropdown-container .btn.btn-light {
	padding-left: 60px;
	font-weight: normal;
}

.dropdown-container .btn.btn-light > span {
	margin-left: -25px;
	margin-right: 15px;
}

.square {
	width: 5px;
	height: 2px;
	padding: 1px;
	float: left;
	padding-right: 8px;
	background-color: #fff;
	border-radius: 3px;
	margin-right: 15px;
	margin-top: 10px;
	position: relative;
	border: 2px solid;
}

.square:before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 1px solid;
	border-radius: 3px;
}

.square:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid;
	border-radius: 3px;
}

.dropdown-btn.active .square:after {
	left: 4px;
}

.square.square-red,
.square.square-red:before,
.square.square-red:after {
	border-color: #b22629;
}

.square.square-blue,
.square.square-blue:before,
.square.square-blue:after {
	border-color: #77a1d5;
}

.square.square-gray,
.square.square-gray:before,
.square.square-gray:after {
	border-color: #626466;
}

.process-step-content img {
	height: 50px;
}

.page-header.page-header-modern.page-header-lg {
	padding: 70px 0 15px;
}

.pagination .page-link {
	color: #000 !important;
}

.pagination .page-item.active .page-link {
	background-color: #000 !important;
	color: #fff !important;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.btn-mobile-main {
		position: absolute;
		bottom: 50px;
		width: 100%;
		font-size: 25px !important;
	}

	.gases-mobile {
		padding-bottom: 60px;
	}

	.btn-mobile-main.gases {
		bottom: -10px;
	}

	.cascading-images-wrapper .cascading-images {
		width: 295px;
		height: 570px;
		top: 70px;
		left: 7px;
	}

	.mobile-back {
		position: absolute;
		right: 0;
		top: -73px;
	}

	.bg_1 {
		background-image: url(../img/landing/header_mobile_bg.jpg) !important;
	}

	.bg_2 .parallax-background {
		background-image: url(../img/landing/background_mobile_contact.jpg) !important;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.mobile-white {
		color: #fff !important;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.mobile-white:active {
		background-color: transparent !important;
	}
}

@media (max-width: 767px) {
	.btn-mobile-main {
		font-size: 20px !important;
		bottom: 30px;
		left: 15px;
	}

	.cascading-images-wrapper .cascading-images {
		width: 235px;
		height: 520px;
		top: 100px;
	}
}

@media (max-width: 640px) {
	.btn-mobile-main {
		max-width: 70%;
		left: 15%;
	}

	.cascading-images-wrapper .cascading-images {
		height: 440px;
		top: 65px;
	}
}

@media (max-width: 575px) {
	.logos-mobile-main {
		gap: 20px;
	}

	.btn-mobile-main {
		bottom: 32px;
		font-size: 13.7px !important;
	}

	.cascading-images-wrapper .cascading-images {
		width: 200px;
		height: 420px;
		top: 60px;
	}
}

@media (max-width: 430px) {
	.cascading-images-wrapper .cascading-images {
		width: 150px;
		height: 320px;
		top: 30px;
	}

	.btn-mobile-main.gases {
		bottom: -10px;
	}
}



/* body{background:var(--bg);color:var(--txt);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0} */
.wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 26px 16px 40px;
}
h1 {
	margin: 0 0 10px;
	font-size: 28px;
}
.sub {
	margin: 0 0 18px;
	color: var(--muted);
}
.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
@media (max-width: 820px) {
	.grid {
		grid-template-columns: 1fr;
	}
}
.card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	color: var(--muted);
}
select {
	width: 100%;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid var(--border);
	background: #fff;
	color: var(--txt);
	outline: none;
}
.rangeBox {
	padding: 12px;
	border-radius: 12px;
	border: 1px solid var(--border);
	background: #f3f4f6;
}
.topRow {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}
.big {
	font-size: 20px;
	font-weight: 800;
}
input[type="range"] {
	width: 100%;
	accent-color: var(--accent);
}
.hint {
	margin-top: 8px;
	font-size: 12px;
	color: var(--muted);
}
.badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--border);
	background: #f3f4f6;
	border-radius: 999px;
	padding: 6px 10px;
	color: var(--muted);
	font-size: 12px;
}
.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.ok {
	background: #22c55e;
}
.warn {
	background: #f59e0b;
}
.bad {
	background: #ef4444;
}
.kpis {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-top: 12px;
}
@media (max-width: 820px) {
	.kpis {
		grid-template-columns: 1fr;
	}
}
.kpi {
	border: 1px solid var(--border);
	background: #f3f4f6;
	border-radius: 12px;
	padding: 12px;
	min-height: 115px;
}
.k {
	margin: 0 0 6px;
	font-size: 12px;
	color: var(--muted);
}
.v {
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
}
.mono {
	font-variant-numeric: tabular-nums;
}
.footer {
	margin-top: 12px;
	color: var(--muted);
	font-size: 12px;
}
.smallRow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.ghostBtn {
	border: 1px solid var(--border);
	background: #f3f4f6;
	color: var(--txt);
	border-radius: 12px;
	padding: 9px 10px;
	font-weight: 800;
	cursor: pointer;
	position: absolute;
  right: 0;
  bottom: 0;
}
.ghostBtn:hover {
	filter: brightness(1.05);
}

#loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 100%;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}

#loader-text {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #5787cd;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    color: #5787cd;
}

#loader-text {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #5787cd;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.loader-dot {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: #5787cd;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 0.6s infinite alternate ease-in-out;
}

.loader-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulse {
    0% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(-10px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.5; }
}

.fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
