:root {
	--black: #000;
	--status-purple: #9b59b6;
	--status-blue: #3498db;
	--status-green: #4caf50;
	--status-red: #f44336;
	--status-gray: #aaaaaa;
	--color-secondary: #E36159;
}

html {
  overflow-y: auto !important;
	scroll-behavior: smooth;
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("/assets/fonts/dejavu-sans/DejaVuSans.ttf");
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("/assets/fonts/dejavu-sans/DejaVuSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("/assets/fonts/dejavu-sans/DejaVuSans-Bold.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("/assets/fonts/dejavu-sans/DejaVuSans-Oblique.ttf");
    font-style: italic;
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("/assets/fonts/dejavu-sans/DejaVuSans-BoldOblique.ttf");
    font-weight: bold;
    font-style: italic;
}

.bg-blue { background-color: var(--blue); }
.bg-indigo { background-color: var(--indigo); }
.bg-purple { background-color: var(--purple); }
.bg-pink { background-color: var(--pink); }
.bg-red { background-color: var(--red); }
.bg-black { background-color: var(--black); }
.bg-dark { background-color: var(--dark); }
.bg-orange { background-color: var(--orange); }
.bg-yellow { background-color: var(--yellow); }
.bg-green { background-color: var(--green); }
.bg-teal { background-color: var(--teal); }
.bg-cyan { background-color: var(--cyan); }
.bg-gray { background-color: var(--gray); }
.bg-gray-dark { background-color: var(--gray-dark); }



.custom-file-label::after {
  content: "Prześlij załącznik";
}

html ul.nav-main li.nav-group-label {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 12px 25px;
	margin-top: 20px;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
ul.nav-main li.nav-parent > a {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
html.sidebar-left-collapsed .sidebar-left .nano:not(:hover) ul.nav-main li.nav-parent > a {
	padding-right: 25px;
}
html.sidebar-left-collapsed .sidebar-left .nano:not(:hover) ul.nav-main a span {
	transition: 0s all;
	padding: 0;
}
ul.nav-main li .nav-children li .nav-child-content {
	padding: 6px 15px 6px 57px;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.nav-main li .nav-children li a {
	padding: 0;
}
ul.nav-main li a span.badge, ul.nav-main .nav-children li span.badge {
	font-weight: normal;
	padding: .4em .7em;
	margin: 0;
	transition: 0.15s all;
}
ul.nav-main li a .nav-label-content {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5px;
}
ul.nav-main li.nav-parent.nav-expanded a.nav-link .badge {
	opacity: 0;
	visibility: collapse;
}
.tabs .tab-content > .tab-pane {
	scroll-margin-top: 250px;
}

ul.nav-main li .bsx-menu-link > i {
	margin-bottom: 4px;
}

.body-sign .logo > img {
	max-width: 200px;
	max-height: 100px;
}

.body > .header {
	border-top: 1px solid #EDEDED;
}
.body > .header .logo {
	margin-top: 12px;
}

.form-control.form-control-cloudkey {
	text-transform: uppercase;
}

.bsxdocument {
	color: #000000;
}

.prevent-child-events * {
	pointer-events: none;
}

/* .content-body {
	padding-bottom: 0;
} */

@media screen and (max-width: 768px) {
	.table.table-no-more td {
		text-align: right !important;
	}
}

#menu ul hr {
	background-color: #444444;
}

.nav li.active a {
	color: #00aaff;
}
label.disabled {
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.vatrates-table {
		width: initial;
		margin-left: auto;
		min-width: 400px;
	}
}

.variant-accepted {
	opacity: .4;
}
.variant-accepted table td,
.variant-accepted table th {
	text-decoration: line-through;
}

.bsx-spinner {
	/* border-left: 2px solid #00aaff; */
	width: 40px;
	height: 40px;
	border-radius: 360px;
	animation: spinner 1s infinite linear;
	transform-origin: center center;
}
.bsx-spinner::before {
	content: "\f3f4";
	font-family: "Font Awesome 6 Pro";
	color: #00aaff;
	width: 40px;
	height: 40px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bsx-spinner.spinner-small {
	width: 15px !important;
	height: 15px !important;
}
.bsx-spinner.spinner-small::before {
	width: 15px !important;
	height: 15px !important;
	font-size: 15px !important;
}

@keyframes spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media screen and (min-width: 768px) {
	.filter-select {
		max-width: 200px;
	}
}

.table-row-link {
	padding: 0.75rem;
	display: block;
	color: inherit;
	height: 100%;
}
.table-row-link:hover {
	color: inherit;
	text-decoration: none;
}

.table-field-link {
	color: inherit;
	cursor: pointer;
}
.table-field-link:hover {
	color: inherit;
	text-decoration: none;
}
.table-field-link:hover span:first-child {
	text-decoration: underline;
}

.resize-th {
    resize: horizontal;
    overflow: auto;
}

.table-with-sticky {
	position: relative;
  overflow: auto;
	/* white-space: nowrap; */

	border: 1px solid #dee2e6;
	border-collapse: separate !important;
	z-index: 1;
}
.table-with-sticky table {
	border-collapse: separate !important;
	border-spacing: 0 !important;
}
.table-with-sticky table th {
	border-top: 0;
	background-color: #ffffff;
	border-bottom: 0 !important;
}
.table-with-sticky tr .sticky-col {
	position: -webkit-sticky;
  position: sticky;
	right: 0;
	z-index: 1;
	/* border-bottom: 2px solid red; */
}
.table-with-sticky tr .sticky-col.col-left {
	left: 0;
}
.table-with-sticky tr td {
	border-top: 0;
	border-bottom: 0;
}
.table-with-sticky tr:nth-child(odd) td.sticky-col {
	/* background-color: #f2f2f2; */
	padding-left: 15px !important;
}
.table-with-sticky tr:nth-child(odd) td.sticky-col.col-left {
	background-color: #f2f2f2;
}
.table-with-sticky tr:nth-child(even) td.sticky-col {
	/* background-color: #ffffff; */
	padding-left: 15px !important;
}
.table-with-sticky tr:nth-child(even) td.sticky-col.col-left {
	background-color: #ffffff;
}
.table-with-sticky tr:nth-child(odd) td .col-three-dots {
	background-color: #f2f2f2;
}
.table-with-sticky tr:nth-child(even) td .col-three-dots {
	background-color: #ffffff;
}
.table-with-sticky td .col-three-dots {
	display: inline;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: calc(.75rem - 1px);
	padding-bottom: .75rem;
  padding: .5rem;
	position: relative;
	z-index: 1;
}
.table-with-sticky td .col-three-dots * {
	position: relative;
	z-index: 1;
}

.row-highlight {
	position: relative;
	--highlightTime: 0.9s;
}
.row-highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    animation: row-highlight-line-grow var(--highlightTime) linear;
}

@keyframes row-highlight-line-grow {
    from { width: 0; }
    to { width: 100%; }
}


@media screen and (min-width: 768px) {
	.table-with-sticky tr .display-on-hover {
		visibility: hidden;
		transition: .05s all;
	}
	.table-with-sticky tr:hover .display-on-hover {
		visibility: visible;
	}
}

.bsx-table th a {
	color: #2e353e !important;
}

.bsx-table-dropdown {
	position: absolute;
	z-index: 99999;
}

/* .hide-on-dropdown {
	display: none !important;
} */

.card-avatar {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 360px;
}

.card-avatar-employee {
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 360px;
}

.card-item-lm {
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 15px;
}

.table-with-sticky tr .sticky-col .dropdown-clicker.dots-background-fix {
	background-color: #fff;
}

.rounded-circle.header-avatar {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border-radius: 360px;
}

.fc-toolbar-title {
	text-transform: capitalize;
}

.noloaded .tab-content > .tab-pane {
	display: block !important;
}

.tabs .card.card-modern {
	border-radius: 0 !important;
	box-shadow: none !important;
}
.tabs .card-header {
	border-radius: 0 !important;
	margin-top: 0 !important;
}
.messanger-container .card-collapsed .card-header, .no-bottom-line {
	border-bottom: none; /* W poczcie, w nagłówku dziwna linia się pojawiała */
}
.card.card-collapsed .card-header {
	border-radius: 5px !important;
}
.card.card-collapsed .card-header {
	border-radius: 5px !important;
}

.dashboard-index .nav-tabs.nav-justified {
	border-top-left-radius: 5px;
	border-bottom: 0 !important;
}

.dashboard-index .nav-tabs.nav-justified .nav-link.active {
	border-left: 1px solid white !important;
	border-top-left-radius: 5px;
}

ul.settings-list li:not(:last-child) {
	margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
	.sidebar-right-opened section.content-body {
		/* left: 300px; */
		margin-right: 300px;
	}
}

@media only screen and (min-width: 768px) {
	.fixed.sidebar-right-opened .sidebar-left {
		left: 0px !important;
	}

	.fixed.sidebar-right-opened .page-header {
		left: 300px !important;
	}

	html.sidebar-right-opened .header {
		margin-left: -0px !important;
	}

	html.fixed.sidebar-left-collapsed .page-header {
		left: 73px !important;
	}
}

@media (min-height: 100px) and (min-width: 992px) {
	.sidebar-right-opened.action-buttons-fixed .action-buttons:not(.modal-body)  {
		/* right: 300px !important; */
		width: calc( 100% - 300px );
		padding-right: 320px;
	}
	.sidebar-right-opened .action-buttons {
		margin-right: 300px !important;
		width: calc( 100% - 600px ) !important;
	}
	html.sidebar-left-collapsed.sidebar-right-opened .action-buttons {
		width: calc( 100% - 360px ) !important;
	}
	.sidebar-right-opened .modal-dialog .action-buttons-fixed .action-buttons {
		right: 0px !important;
		margin-right: 0px;
		width: 100% !important;
	}
	html.sidebar-left-collapsed .modal-dialog .action-buttons-fixed .action-buttons {
		width: 100% !important;
	}
}
@media (max-width: 991px) {
	.action-buttons-fixed .action-buttons:not(.modal-body)  {
		/* right: 300px !important; */
		width: calc( 100% - 300px );
		padding-right: 320px;
	}
	html.sidebar-left-collapsed .action-buttons {
		width: calc( 100% - 73px ) !important;
	}
	.modal-dialog .action-buttons-fixed .action-buttons {
		right: 0px !important;
		margin-right: 0px;
		width: 100% !important;
	}
	html.sidebar-left-collapsed .modal-dialog .action-buttons-fixed .action-buttons {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.action-buttons {
		width: 100% !important;
	}
	html.sidebar-left-collapsed .action-buttons {
		width: 100% !important;
	}
}

.brs-active .sidebar-right-wrapper {
	filter: blur(5px);
	transition: .2s all;
}

.sidebar-left .sidebar-header .sidebar-toggle {
	border-radius: 0;
}

.owl-theme .owl-nav [class*="owl-"]:focus {
	background: transparent !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--color-primary) !important;
	color: #fff;
}

.bsx-right-sidebar-icons {
	position: fixed;
	top: 30%;
	right: 0;
	/* background: red; */
	z-index: 5;
	transition: .1s all;
}
.mailbox-folder .bsx-right-sidebar-icons {
	transition: .5s all;
}
.bsx-right-sidebar-icons.sidebar-icons-opacity {
	opacity: 0.3;
}
.brs-active .bsx-right-sidebar-icons {
	right: 300px;
}
.sidebar-right-opened .bsx-right-sidebar-icons {
	right: 300px;
}
.bsx-right-sidebar-icons .brs-icon {
	background: rgba(0,0,0,.7);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	color: white;
	position: relative;
}
.bsx-right-sidebar-icons .brs-icon .brs-badge:not(:empty) {
	background: red;
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius: 360px;
	font-size: 12px;
	width: 23px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flash {
	animation: flash-danger 1s infinite linear;
}
@keyframes flash-danger {
	0% {
		box-shadow: 0 0 5px red;
	}
	50% {
		box-shadow: 0 0 15px red;
	}
	100% {
		box-shadow: 0 0 5px red;
	}
}

.brs-section {
	background: black;
	position: fixed;
	top: 110px;
	width: 300px;
	height: calc(100vh - 110px);
	z-index: 9999;
	/* transition: .2s all; */
}
/* html:not(.brs-active) .brs-section {
	transition: .2s all;
} */
.brs-section.active {
	right: 0;
}
.brs-section:not(.active) {
	right: -300px;
}

.pill-quantity-danger {
	border-radius: 50px;
  	aspect-ratio: 1/1;
	width: auto;
	display: inline-flex;
	height: 24px;
  	justify-content: center;
  	align-items: center;
}
.table-status-pill {
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 12px;
	margin: auto;
	text-align: center;
}

.table-status-pill.green {
	background-color: #4caf50;
	color: #FFFFFF;
}
.table-status-pill.cyan {
	background-color: #17a2b8;
	color: #FFFFFF;
}
.table-status-pill.red {
	background-color: #f44336;
	color: #FFFFFF;
}
.table-status-pill.orange {
	background-color: #e67e22;
	color: #FFFFFF;
}
.table-status-pill.blue {
	background-color: #3498db;
	color: #FFFFFF;
}
.table-status-pill.gray {
	background-color: #aaaaaa;
	color: #FFFFFF;
}
.table-status-pill.lightgray {
	background-color: #f4f4f4;
	color: #000000;
}
.table-status-pill.asphalt {
	background-color: #34495e;
	color: #FFFFFF;
}
.table-status-pill.purple {
	background-color: #9b59b6;
	color: #FFFFFF;
}
.table-status-pill.yellow {
	background-color: #f1c40f;
	color: #FFFFFF;
}
.table-status-pill.asphalt {
	background-color: #2f3640;
	color: #FFFFFF;
}
.table-status-pill.black {
	background-color: #101011;
	color: #FFFFFF;
}
.table-status-pill.brown {
	background-color: #674747;
	color: #FFFFFF;
}
.table-status-pill.darkblue {
	background-color: #4C6793;
	color: #FFFFFF;
}
.table-status-pill.pink {
	background-color: #FF8787;
	color: #FFFFFF;
}
.table-status-pill.lightbrown {
	background-color: #D7C0AE;
	color: #FFFFFF;
}
.table-status-pill.darkpurple {
	background-color: #852999;
	color: #FFFFFF;
}

.table-status-pill.darkgreen {
	background-color: #78938A;
	color: #FFFFFF;
}
.table-status-pill.lightred {
	background-color: #FAD4D4;
	color: #000000;
}
.table-status-pill.lightgreen {
	background-color: #E4EFE7;
	color: #000000;
}
.table-status-pill.green2 {
	background-color: #62B6B7;
	color: #FFFFFF;
}
.table-status-pill.secondary {
	background-color: var(--color-secondary);
	color: #FFFFFF;
}

.text-green { color: #4caf50; }
.text-red { color: #f44336; }
.text-orange { color: #e67e22 !important; }
.text-blue { color: #3498db !important; }
.text-gray { color: #aaaaaa; }
.text-asphalt { color: #34495e; }
.text-purple, .text-color-purple { color: #9b59b6; }
.text-yellow, .text-color-yeallo { color: #f1c40f; }
.text-asphalt, .text-color-asphalt { color: #2f3640; }

.text-lightgreen { color: #E4EFE7; }
.text-lightred { color: #FAD4D4; }

.bootstrap-tagsinput .badge {
	margin-bottom: 4px;
}

/* .card .tabs.tabs-card {
	height: 100%;
} */
.fake-card .tabs.tabs-card .nav-tabs,
.card .tabs.tabs-card .nav-tabs {
	margin-left: 0 !important;
}
.fake-card .tabs.tabs-card .nav-item.active .nav-link,
.card .tabs.tabs-card .nav-item.active .nav-link {
	border-top: 0;
}
.fake-card .tabs.tabs-card .nav-item .nav-link,
.card .tabs.tabs-card .nav-item .nav-link {
	border: 0 !important;
	border-radius: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.fake-card .tabs.tabs-card .tab-content,
.card .tabs.tabs-card .tab-content {
	box-shadow: none;
	border: 0;
}
.card.card-modern.card-collapsed {
	box-shadow: revert;
}
.card.card-modern .card-header + .card-body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	display: block;
}
.bsx-preview .card.card-modern:not(section) .card-body, .bsx-edit-form .card.card-modern:not(section) .card-body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	display: block;
}

.modal-body .fake-card .tabs.tabs-card .nav-tabs,
.modal-body .card .tabs.tabs-card .nav-tabs {
	border: 1px solid #EEE;
	border-bottom: 0;
}
.modal-body .fake-card .tabs.tabs-card .tab-content,
.modal-body .card .tabs.tabs-card .tab-content {
	padding: 1rem;
	border: 1px solid #EEE;
	border-radius: 0;
}
.modal-body .fake-card .tabs.tabs-card .tab-content #info-attach-attributes,
.modal-body .card .tabs.tabs-card .tab-content #info-attach-attributes {
	padding-right: 1rem;
}
.modal-body .fake-card .tabs.tabs-card,
.modal-body .card .tabs.tabs-card{
	padding: 13px;
}
.modal-content {
	border: 0;
}

.dashboard-cardprofile .cardavatar {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 360px;
}


@media screen and (max-width: 782px) {
	.brs-section {
		top: 60px !important;
		height: calc(100vh - 60px) !important;
	}
}


.inline-form-fields {
	display: flex;
	flex-wrap: wrap;
}
.inline-form-fields .form-group {
	margin-right: 15px;
	margin-bottom: 1.5rem !important;
}
.inline-form-fields .form-group + .form-group {
	border-top: 0;
	padding-top: 0 !important;
}
@media screen and (max-width: 1200px) {
	.inline-form-fields .form-group {
		margin-right: 15px;
		max-width: 270px;
	}
}

.mw-200 {
	max-width: 200px;
}
.mw-100 {
	max-width: 100px;
}

.header-right .search.nav-form {
	max-width: 250px;
	width: 100%;
	margin-top: 4px;
}

@media screen and (min-width: 992px) {
	.mw-md-200 {
		max-width: 190px !important;
	}

	.mw-md-400 {
		max-width: 380px !important;
	}

	.w-md-75 {
		width: 75% !important;
	}

	.header-right .search.nav-form {
		max-width: 300px;
		width: 100%;
	}
}

.child-form-group-100 .form-group {
	max-width: 100% !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}


.copy-clipboard {
	display: inline-block;
	color: #999;
	margin-left: .25rem;
	padding: .5rem;
	border-radius: 360px;
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
	transition: .1s all;
	border: 1px solid transparent;
}
.copy-clipboard:hover {
	background-color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.1);
	color: #000 !important;
	cursor: pointer;
}
.copy-clipboard:active {
	transform: scale(0.9);
}

.copy-clipboard-2 {
	display: inline-block;
	padding: 3px;
	border-radius: 360px;
	transition: .1s all;
	border: 1px solid transparent;
}
.copy-clipboard-2:hover {
	background-color: rgba(228,228,228,.8);
	border-color: rgba(228,228,228,.9);
	cursor: pointer;
}
.copy-clipboard-2:active {
	transform: scale(0.9);
}


.cursor-loading {
	cursor: progress;
}

.table-thumbimg {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin: -0.5rem;
}

.table-thumbimg2 {
	max-width: 50px;
	max-height: 50px;
	object-fit: contain;
	margin: -0.5rem;
}

.table-thumbimg-icon {
	color: silver;
	font-size: 24px;
}

.table-avatar {
	width: 50px;
	height: 50px;
	margin: -0.5rem;
}

.table-avatar img {
	object-fit: contain;
	border-radius: 180px;
}

.table-icon {
	width: 20px;
}

.version-footer {
	padding: 1rem;
	text-align: center;
}

.table-center {
	text-align: center;
}

@media screen and (max-width: 992px) {

	.cardsummary-desc .text-4-1 {
		font-size: 1.00em !important;
	}

	.cardsummary-desc .text-6 {
		font-size: 1.50em !important;
	}
}

@media screen and (max-width: 870px) {
	.saleschart-summary-col {
		line-height: 8px;
	}

	.saleschart-summary-col strong {
		font-size: .75rem !important;
	}

	.saleschart-summary-col h3 {
		font-size: .65rem !important;
	}
}


.product-list-btn {
	font-size: 1.3rem;
	display: inline-flex;
	justify-content: center;
	align-items:center;
	color: #0088CC;
	padding: .5rem;
	border-radius: 360px;
	transition: .1s all;
	border: 1px solid transparent;
	width: 40px;
	height: 40px;
}
.product-list-btn:hover {
	background-color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.1);
	color: #000 !important;
	cursor: pointer;
	text-decoration: none;
}

.owl-align-items .owl-stage {
	display: flex;
	align-items: center;
}
.owl-align-items .owl-stage .owl-item {
	padding-right: 1px;
}


.attachments-file {
	background: #F4F4F4;
	border: 1px solid #e7e7e7;
	padding: 1rem;
	border-radius: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.attachments-file .attach-img {
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 105px;
	border-radius: 5px;
}
.attachments-file .attach-img img {
	max-width: 100%;
	border-radius: 5px;
}
.attachments-file h3 {
	font-size: 1rem;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	display: block;
	width: 100%;
	text-align: center;
}
.attachments-file:hover .attach-popover-icon {
	opacity: 1;
}
.attachments-file .attach-popover-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	color: red;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	border-radius: 360px;
	transition: .2s all;
	border-color: rgba(0, 0, 0, 0.1);
	opacity: 0;
}
.attachments-file .attach-popover-icon:hover {
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.attachments-file .attach-popover-icon .fa-trash {
	color: red;
}

.modal.modal-danger .modal-header {
	background: #d2322d;
}
.modal.modal-info .modal-header {
	background: #5bc0de;
}
.modal.modal-primary .modal-header {
	background: var(--color-primary);
}
.modal.modal-success .modal-header {
	background: #47a447;
}
.modal.modal-danger .modal-dismiss {
	background: #d2322d !important;
	border-color: #d2322d !important;
	color: white !important;
}
.modal.modal-info .modal-dismiss {
	background: #5bc0de !important;
	border-color: #5bc0de !important;
	color: white !important;
}
/* .modal.modal-success .modal-dismiss {
	background: #47a447 !important;
	border-color: #47a447 !important;
	color: white !important;
} */
.modal.modal-danger .modal-header .card-title,
.modal.modal-info .modal-header .card-title,
.modal.modal-primary .modal-header .card-title,
.modal.modal-success .modal-header .card-title {
	color: white !important;
}
.modal:not(.show-confirm) .card-footer {
	display: none;
}

.modal .modal-body .card-footer {
	display: block;
}

.form-control-date {
	line-height: 1.6 !important;
	height: 39px !important;
}

.universal-modal {
	top: 50%;
	transform: translateY(-50%) !important;
}
.universal-modal .modal-body {
	max-height: 80vh;
	overflow-y: auto;
}

.col-no-child-input-margins .form-group {
	margin-left: 0;
	margin-right: 0;
}
.col-no-child-input-margins {
	padding-right: 0 !important;
}

.cursor-pointer {
	cursor: pointer;
}

.bsx-table-editable td {
	vertical-align: middle;
}


/* Komunikat o wymaganym kodzie PIN */
.pin-monit {
	display: flex;
	align-items: center;
}
.pin-monit .pin-shield {
	width: 35px;
	height: 35px;
}
.pin-monit .pin-title {
	padding-left: 1rem;
	font-weight: bold;
	font-size: 1rem;
	color: #1b2024;
	letter-spacing: 1px;
}
.pin-monit-message {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
/* END: Komunikat o wymaganym kodzie PIN */

.bsx-form-login-overlay {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 100%;
	height: calc(100% + 5px);
	background: var(--color-primary);
	opacity: 0.0;
	border-radius: 15px;
	z-index: 5;
	display: none;
}

.bsx-form-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.05);
	z-index: 2;
}

.brs-section .label-no-sidebar {
	display: none;
}
.brs-section .label-sidebar {
	display: block !important;
}

.mailbox-menu.inner-menu {
	border-right: 0;
}

.attachments-sidebar-ptitle {
	line-height: 14px;
	text-overflow: ellipsis;
	word-break: break-word;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}


@media screen and (min-width: 768px) {
	.three-cols-separation-md {
		border-left: 1px solid rgba(236, 237, 240, 0.46);
		border-right: 1px solid rgba(236, 237, 240, 0.46);
	}
}

.table:not(.table-bordered) tr:first-child th {
	border-top: 0;
}



/*
========
== Kolumny w uniwersalnej tabelce
========
*/
@media screen and (min-width: 991px) {
	.table-default {
		min-width: 50px;
	}
	.table-id {
		min-width: 50px;
		text-align: center;
	}
	.table-nnodoc {
		min-width: 150px;
		text-align: center;
	}
	.table-keys {
		min-width: 180px;
		text-align: center;
	}
	.table-ndate {
		min-width: 170px;
		width: 180px;
		text-align: center;
	}
	.table-price {
		min-width: 150px;
		text-align: right;
	}
	.table-total {
		min-width: 150px;
		text-align: right;
	}
	.table-total_vat {
		min-width: 130px;
		text-align: right;
	}
	.table-vat_rate {
		min-width: 150px;
		text-align: center;
	}
	.table-nprice {
		min-width: 140px;
		text-align: center;
	}
	.table-status {
		min-width: 150px;
		text-align: center;
	}
	.table-cms-status {
		min-width: 100px;
		width: 120px;
		text-align: center;
	}
	.table-cms-site {
		min-width: 250px;
		width: 250px;
		text-align: left;
	}
	.table-quantity {
		min-width: 150px;
		text-align: center;
	}
	.table-currency {
		min-width: 130px;
		text-align: center;
	}
	.table-thumbimg {
		min-width: 50px;
		max-width: 50px;
		width: 50px;
		text-align: center;
	}
	.table-avatar {
		min-width: 50px;
		max-width: 50px;
		width: 50px;
		text-align: center;
	}
	.table-idowner {
		min-width: 130px;
		text-align: center;
	}
	.table-rating {
		min-width: 100px;
		max-width: 100px;
		width: 100px;
		text-align: center;
	}
}
/*
========
== END: Kolumny w uniwersalnej tabelce
========
*/



/* .action-buttons-fixed .action-buttons.content-body {
	padding: inherit !important;
} */

.table-summary-fixed {
	transform: translateY(100%);
	transition: .2s all linear;
}
.table-summary-visible {
	transform: translateY(0%) !important;
}


.loading-progress {
	text-align: center;
	width: 270px;
	height: 20px;
	line-height: 20px;
	left: 50%;
	position: absolute;
	top: calc(50% + 20px);
	z-index: 10000;
	transform: translateX(-50%);
	max-width: 95vw;
}


.is-pdf .universal-modal {
	max-width: 210mm;
}


.text-2lines {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}





@media screen and (min-width: 992px) {
	.table-summary_actions {
		display: flex;
	}
	.table-summary_actions.hidden {
		opacity: 0;
		display: flex !important;
		transition: opacity .2s;
	}
	.table-summary_actions:not(.hidden) {
		opacity: 1;
		transition: opacity .2s;
	}

	.table-summary_container.tsc-hidden {
		transform: translateX(-240px);
		transition: transform .2s;
	}
	.table-summary_container:not(.tsc-hidden) {
		transform: translateX(0px);
		transition: transform .2s;
	}

	.sum-columns-row {
		display: flex;
	}
	.table-summary-modern {
		height: 66px;
	}
}

@media screen and (max-width: 992px) {
	.table-summary_actions.hidden {
		display: none;
	}
	.table-summary_actions:not(.hidden) {
		display: flex;
	}

	.sum-columns-row {
		width: 100%;
	}

	.action-buttons {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.sum-column {
		display: flex;
		justify-content: space-between;
		width: 100%;
		flex-direction: row-reverse;
	}

	.card .card-big-info-icon {
		display: none !important;
	}
	.card .card-big-info-desc {
		margin: 0 !important;
	}
	.card .card-big-info-title {
		margin: 0 !important;
	}
	.card.card-big-info .card-body > .row > div:first-child {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
	}
}


.mini-sheet {
	background-color: #ffffff;
	box-shadow: 0 0 5px #33333333;
	position: fixed;
	right: 10px;
	bottom: 0;
	width: 650px;
	max-width: 90vw;
	z-index: 9999;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: transform .2s;
}
.mini-sheet.sheet-minimalized {
	transform: translateY(calc(100% - 57px));
}
.mini-sheet.sheet-hidden {
	transform: translateY(100%);
}
.mini-sheet .sheet-head {
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.mini-sheet .sheet-head .sheet-title {
	color: #33353F;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	text-transform: none;
	margin: 0;
  	margin-top: 0px;
	font-weight: 600;
	letter-spacing: -1px;
}
.mini-sheet  .sheet-head {
	font-size: 14px;
}
.mini-sheet .sheet-body {
	padding: 1rem 1rem;
	max-height: 80vh;
	overflow-y: auto;
}

/* .sidebar-right-opened .modal-dialog  */

.mailbox-form .form-row {
	width: 100%;
}


.click-animation {
	display: block;
	transition: .3s all;
}
.click-animation:active {
	transform: scale(0.9);
}


/* Nestable */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd-list .dd-list {
	padding-left: 30px;
}

.dd-collapsed .dd-list {
	display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}

.dd-handle {
	display: block;
	height: 34px;
	margin: 5px 0;
	padding: 6px 10px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #CCC;
	background: #F6F6F6;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd-handle:hover {
	color: #CCC;
	background: #fff;
}

.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 7px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.dd-item > button:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
	content: '-';
}

.dd-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: white;
	border: 1px dashed #CCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white), linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, white 75%, white);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}

.dd-dragel .dd-handle {
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * == AUTOCOMPLETE
*/
.bsx-autocomplete {
	position: relative;
	/* width: 100%; */
	flex: 1 1 auto;
}
.bsx-autocomplete .bsxa-input {
	border: 0;
	outline: 0;
	/* width: 100%; */
	/* min-width: 50px; */

}
.bsx-autocomplete .bsxa-input-container {
	overflow-x: auto;
	position: relative;
	z-index: 51;
}
.bsx-autocomplete .bsxa-input-container .bsxa-tags {
	display: flex;
	flex-wrap: wrap;
}
.bsx-autocomplete .bsxa-input-container .bsxa-tags span {
	margin-right: .5rem;
	margin-bottom: .2rem;
	display: flex;
	align-items: center;
	padding-left: .75rem;
	padding-right: .75rem;
	background: #0088CC;
	color: #FFF;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bsx-autocomplete .bsxa-input-container .bsxa-tags span a {
	color: #ffffff;
	margin-left: 7px;
	padding: 5px;
	margin-right: -5px;
}
.bsx-autocomplete .bsxa-input-container .bsxa-tags .badge {
	margin-right: .5rem;
	display: flex;
	align-items: center;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
}
.bsx-autocomplete:focus-within .bsxa-dropdown {
	display: block;
}
.bsx-autocomplete:not(:focus-within) .bsxa-dropdown,
.bsx-autocomplete .bsxa-dropdown:empty {
	display: none;
}
.bsx-autocomplete .bsxa-dropdown {
	background: white;
	position: absolute;
	width: 100%;
	z-index: 50;
	padding-top: 1rem;
	padding-bottom: .75rem;
	margin-top: -.25rem;
	border: 1px solid #ced4da;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	max-height: 250px;
	overflow-y: auto;
}
.bsx-autocomplete .bsxa-dropdown a {
	display: block;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	transition: background .2s;
	color: #000000;
}
.bsx-autocomplete .bsxa-dropdown a:hover {
	background: #f4f6f7;
	text-decoration: none;
	cursor: pointer;
}

.bsx-autocomplete .bsxa-dropdown a:focus {
	background: #ffa0a0;
}

.mailbox-form .form-group + .form-group {
	border-top: 0 !important;
	padding-top: .25rem !important;
}


.sidebar-list-title {
	border-bottom: 1px solid #fff3;
	padding-bottom: .25rem;
	color: #ffffff;
}


.wysiwyg-container .dropdown-toggle::after {
  display: none;
}
.wysiwyg-container .note-fontsize > div:nth-child(1) > button:nth-child(1) {
  padding-right: 4px;
  display: flex;
}
.wysiwyg-container .note-fontsize > div:nth-child(1) > button:nth-child(1) > span:nth-child(2) {
  margin-left: 5px;
}
.wysiwyg-container .note-current-fontsize {
  display: flex;
  align-items: center;
}
.wysiwyg-container div.note-btn-group:nth-child(4) > div:nth-child(3) > button:nth-child(1) {
	padding-right: 4px;
}


@media screen and (min-width: 768px) {
	.table-card-col-container {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}
	.table-card-col-container .table-card:nth-child(odd) {
		margin-right: .45rem;
	}
	.table-card-col-container .table-card:nth-child(even) {
		margin-left: .45rem;
	}
}
.table-card {
	display: flex;
	align-items: stretch;
	padding: 0rem .25rem;
	background: #fafafa;
	border: 1px solid #f0f0f0;
	margin-bottom: 15px;
	border-radius: 5px;
}

.table-card .tc-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: .15rem;
	justify-content: space-between;
	margin-left: .5rem;
	border-left: 1px solid #f2f2f2;
}

.table-card:hover {
	box-shadow: 0 0 5px #33333333;
}

.table-card .tc-actions input[type="checkbox"] {
	margin-top: 5px;
}

.table-card .tc-body {
	width: 100%;
}

.table-card .tc-title {
	font-weight: bold;
}

a.bsx-card-button:hover {
	text-decoration: none;
}
.table-card .tc-body a:hover {
	text-decoration: none;
}

.invoice-select-type {
	display: grid;
	grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
	.invoice-select-type {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.invoice-select-type.col2 {
		grid-template-columns: 1fr 1fr;
	}

	.invoice-select-type.col1 {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 576px) and (max-width: 992px) {
	.invoice-select-type {
		grid-template-columns: 1fr 1fr;
	}
}

.page-header h2 {
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	max-width: 70%;
}

@media screen and (max-width: 576px) {
	.fc .fc-header-toolbar {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
}


@media screen and (min-width: 1200px) and (max-width: 1650px) {
	.cardsummary-v2 .cardsummary-v2-icon {
		display: none;
	}
}


/*
	Multiselect
*/
.multiselect-native-select {
	width: 100%;
	display: block;
}
.multiselect-native-select .btn-group {
	width: 100%;
}
.multiselect-native-select .multiselect.dropdown-toggle {
	width: 100%;
	text-align: left;
	line-height: 2.3;
	padding: 0.375rem 0.75rem;
	font-size: 0.85rem;
	border-color: #e7e7e7;
}
.multiselect-container a.dropdown-item label.checkbox {
	padding: 7px 10px;
	display: flex;
	align-items: center;
}


/*
	Dodatkowe klasy na podstawie stanu lewego menu
*/
html.sidebar-left-collapsed .no-menu-minw-full { min-width: 100% !important; }
html:not(.sidebar-left-collapsed) .menu-minw-full { min-width: 100% !important; }

html.sidebar-left-collapsed .no-menu-minw-half { min-width: 50% !important; }
html:not(.sidebar-left-collapsed) .menu-minw-half { min-width: 50% !important; }

/* md */
@media screen and (min-width: 768px) {
	html.sidebar-left-collapsed .no-menu-minw-md-full { min-width: 100% !important; }
	html:not(.sidebar-left-collapsed) .menu-minw-md-full { min-width: 100% !important; }

	html.sidebar-left-collapsed .no-menu-minw-md-half { min-width: 50% !important; }
	html:not(.sidebar-left-collapsed) .menu-minw-md-half { min-width: 50% !important; }
}


.form-control.disabled {
	pointer-events: none;
}

.product-spec-table tr:first-child td {
	border-top: 0;
}

.language-select {
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}
.language-select .language-flag {
	margin-left: .5rem;
	margin-right: .5rem;
}
.language-select .language-flag img {
	width: 50px;
	height: 50px;
	border-radius: 360px;
	object-fit: cover;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.language-select .language-flag.selected img {
	box-shadow: 0 0 5px var(--color-primary);
}
.language-select .language-flag:not(.selected) img {
	opacity: .5;
}

.messanger-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	position: absolute;
}
.messanger-container .messanger {
	padding-left: 38px;
	padding-right: 13px;
	overflow-y: auto;
	height: 100%;
}

.messanger-container .messanger .chat table {
	border-collapse: collapse;
	border-left: 1px solid  #00000020;
	border-top: 1px solid  #00000020;
	background-color: #00000020;
}
.messanger-container .messanger .chat table th, .messanger-container .messanger .chat table td  {
	padding: 0.5rem;
	vertical-align: top;
	border-right: 1px solid  #00000020;
	border-bottom: 1px solid  #00000020;
}
.messanger-container .messanger .chat table th {
	background-color: #00000050;
}
.messanger-container .messanger .chat {
	max-width: 40vw;
	text-align: right;
	display: inline-block;
	margin-bottom: 2rem;
}
.messanger-container .messanger .chat .bubble {
	background: #777;
	color: #ffffff;
	padding: .35rem .75rem;
	border-radius: .5rem;
	text-align: left;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3) !important;
}
.messanger-container .messanger .chat .bubble-highlight {
	box-shadow: 0px 6px 20px 2px #777777db;
}
.messanger-container .messanger .chat .bubble p {
	color: #ffffff;
	margin-bottom: 0;
}
.messanger-container .messanger .chat .bubble hr {
	background: #ffffff;
	opacity: .2;
	margin-top: 6px;
	margin-bottom: 6px;
}
.messanger-container .messanger .chat .bubble a {
	color: #ffffff;
	text-decoration: underline;
}
.messanger-container .messanger .chat .bubble a:hover {
	opacity: .7;
}
.messanger-container .messanger .chat .bubble p:empty,
.messanger-container .messanger .chat .bubble ul:empty {
	display: none;
}
.messanger-container .messanger .chat .timestamp {
	font-size: .65rem;
	margin-top: -5px;
	opacity: .5;
}
.messanger-container .messanger .chat.me  {
	margin-left: auto;
	float: right;
	text-align: left;
}
.messanger-container .messanger .chat.me .bubble {
	background: var(--color-primary);
}

.messanger-container .messanger .chat-image img,
#ai-output .chat-image img,
.ai-reply .chat-image img {
	max-width: 100%;
	width: fit-content;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	margin-top: 7px;
	margin-bottom: 7px;
}

.messanger-container .messanger .chat .bubble table {
	color: #ffffff;
}
.messanger-container .messenger-input {
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.messanger-container .ai-badge-beta {
	position: absolute;
	right: -45px;
	background: var(--color-secondary, var(--color-primary));
	color: white;
	font-style: normal;
	font-size: 44%;
	font-weight: 600;
}

#messenger-textarea {
	appearance: textarea;
	-moz-appearance: textfield-multiline;
	-webkit-appearance: textarea;
	border: 1px solid #f0f0f0;
	min-height: 50px;
	max-height: 400px;
	color: #000000;
	overflow: auto;
	padding: 2px;
	resize: both;
	width: 100%;
	max-width: 100%;
	min-width: 50px;
}

.messenger-textarea-disable {
	background: #c0c0c0 !important;
}

.messenger-image {
	max-width: 25vw;
	max-height: 25vw;
}

.messanger-spacer {
	display: none;
}
.messenger-menu-circle {
	border-radius: 360px;
	background: var(--color-primary);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
.messenger-menu-circle a {
	padding-left: 0 !important;
	line-height: initial;
	color: #ffffff;
}
.messenger-menu-circle a i {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-bottom: 1px;
}
.new-messenger-message {
	--messagePulseBackground: #FFF;
	--messagePulseColor: #777;
	animation: newMessage 1s ease-in-out infinite;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.new-message-pulse.start i {
	animation: newMessagePulseIcon 1s ease-in-out infinite;
}
.new-message-pulse.start {
	animation: newMessagePulse 1s ease-in-out infinite;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}
@keyframes newMessage {
	0% {
		background-color: var(--messagePulseBackground);
	}
	10% {
		background-color: var(--messagePulseBackground);
	}
	25% {
		background-color: #E361595a;
	}
	45% {
		background-color: #E36159a0;
	}
	60% {
		background-color: #E36159ff;
	}
	75% {
		background-color: #E36159a0;
	}
	90% {
		background-color: #E361595a;
	}
	100% {
		background-color: var(--messagePulseBackground);
	}
}
@keyframes newMessagePulse {
	0% {
		box-shadow: 0 0 0 0 #E3615951;
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}
@keyframes newMessagePulseIcon {
	0% {
		color: var(--messagePulseColor);
	}
	50% {
		color: #fff;
	}
}
/* @keyframes newMessage {
	0% {
		box-shadow: 0 0 1px #d2312d;
	}
	20% {
		box-shadow: 0 0 5px #d2312d;
	}
	40% {
		box-shadow: 0 0 10px #d2312d;
	}
	60% {
		box-shadow: 0 0 15px #d2312d;
	}
	80% {
		box-shadow: 0 0 10px #d2312d;
	}
	100% {
		box-shadow: 0 0 5px #d2312d;
	}
} */
@media screen and (max-width: 767px) {
	.messenger-titlebar.sticky {
		position: fixed;
		top: 57px;
		width: 100%;
		z-index: 100;
	}
	.content-with-menu.mailbox {
		position: relative;
		top: -16px;
	}
	.mailbox-header {
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}
	/* .messanger-container {
		position: initial;
		height: calc(100vh - 57px - 50px - 52px - 110px);
	} */
	.mailbox .inner-body {
    margin-left: 0;
    min-height: 100vh;
    position: relative;
  }
	.messanger-container .messanger {
		padding-left: 13px;
		overflow-y: initial;
		padding-bottom: 30px;
	}
	.messanger-container .messanger .chat {
		max-width: 80vw;
	}
	.messanger-container .messenger-input {
		position: fixed;
		bottom: 0;
		width: 100%;
		padding-left: 13px;
	}
	.messanger-spacer {
		display: block;
		height: 80px;
	}
	.nano > #messenger-chat.nano-content {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 575px) and (max-width: 1365px) {
  .mailbox .mailbox-folder .mailbox-header .mailbox-title {
    top: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
	.content-with-menu {
    margin: -36px -40px -53px -40px !important;
  }
	html.fixed .inner-body.mailbox-folder {
    border-top: 0;
	}
}


.modal-body .action-buttons-fixed .action-buttons:not(.action-buttons-table) {
	width: 100% !important;
}

.autoinput-price > input {
	min-width: 80px;
	text-align: right;
}


/* Universal list */
.bsx-list {
	display: flex;
}
.bsx-list .groups-column {
	padding-right: 1rem;
	min-width: 300px;
}
.bsx-list .table-column {
	width: 100%;
}
.modal-body .bsx-table {
	border-radius: 5px;
}
.modal-body .bsx-table .bsx-table-header {
	padding: 5px;
}

.bsx-list .table-column.groups-expanded {
	width: calc(100% - 4.75rem) !important;
	max-width: calc(100% - 4.75rem) !important;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.bsx-list {
		display: block;
	}
	.bsx-list .groups-column {
		padding-right: 0;
		padding-bottom: 1rem;
	}
}
/* END: Universal list */


/* Universal list - Lista grup */
.groups-column {
	position: relative;
}
.groups-column-show {
	position: absolute;
	top: 60px;
	background: rgba(0, 0, 0, 0.7);
	padding: .5rem .75rem;
	color: white;
	font-size: 17px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 100;
}
.groups-column-show:hover {
	color: white;
}
@media screen and (max-width: 768px) {
	.groups-column {
		left: 0 !important;
		display: block !important;
	}
	.groups-column-show {
		display: none !important;
	}
}
/* END: Universal list - Lista grup */



.input-group:not(:focus-within) .bsx-suggest-dropdown,
.bsx-suggest-dropdown:empty {
	display: none;
}
.bsx-suggest-dropdown {
	background: white;
	position: absolute;
	width: 100%;
	max-width: 600px;
	z-index: 250;
	padding-top: 1rem;
	padding-bottom: .75rem;
	margin-top: 3rem;
	border: 1px solid #ced4da;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	max-height: 250px;
	overflow-y: auto;
}
.bsx-suggest-dropdown a {
	display: block;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	transition: background .2s;
	color: #000000;
	border-bottom: 1px solid #e0e0e0;
}
.bsx-suggest-dropdown a:hover {
	background: #f4f6f7;
	text-decoration: none;
	cursor: pointer;
}
.bsx-suggest-dropdown a:focus {
	background: #ffa0a0;
}
.remove-input{
  min-height: 0 !important;
  font-size: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
  display: block;
}
#ui-datepicker-div.ui-datepicker{
  display: none !important;
}

#print-data {
	margin: 0.5cm;
	display: none;
}
@media print {
	html, body { background: #ffffff !important; }
	#print-data {
		display: block;

	}
	section.body, #debug, .universal-modal, .modal-backdrop, #debugButton {
		display: none !important;
	}
}

.action-buttons-fixed .action-buttons {
	transition: .2s bottom;
	padding-bottom: 10px;
}
.action-buttons-fixed.bsx-action-buttons-temp-hidden .action-buttons {
	bottom: -100px !important;
}


.dropdown-menu.dropdown-lined {
	padding: 0;
}
.dropdown-menu.dropdown-lined .dropdown-item {
	padding: 0.47rem 1.5rem;
}
.dropdown-menu.dropdown-lined .dropdown-item:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}


.note-dropdown-menu a {
	color: #777;
	text-decoration: none;
}
.note-dropdown-menu a * {
	padding: .25rem .5rem !important;
}
.note-dropdown-menu a:hover * {
	background: rgba(0,0,0,.03) !important;
}


.modyf_report_block {
	padding-top: 5px;
	z-index: 1;
	position: relative;
}
.modyf_report_block a, modyf_report_block a:visited {
	text-decoration: none;
	color: #c0c0c0;
}

.modal-open .bsx-buffer-window .buffer-overlay {
	display: block;
}
.bsx-buffer-window {
	position: fixed;
	z-index: 1050;
	width: 600px;
	max-width: 95vw;
	max-height: 90vh;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	resize: both;
	overflow: auto;
}
.bsx-buffer-window .buffer-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 100;
}
.bsx-buffer-window .card {
	height: 100%;
}
.bsx-buffer-window .card-header {
	background: #fafafa !important;
	border-bottom: 1px solid rgb(243, 240, 240) !important;
}
.bsx-buffer-window .card-body {
	background: #fafafa !important;
	overflow-y: auto;
}
.bsx-buffer-window .table-with-sticky {
	border: 0 !important;
}
.bsx-buffer-window .table-with-sticky th {
	background: #fafafa !important;
}

.calc_method {
	box-shadow: 0 0 5px var(--color-primary);
}

.foregin_item {
	box-shadow: 0 0 5px var(--color-primary);
}

.unselectable {
	user-select: none;
}

.events-toggle-button {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.75);
	color: white;
	z-index: 2;
	border-radius: 360px;
	font-size: 11px;
	cursor: pointer;
}
.events-toggle-button:hover {
	text-decoration: none;
}

.bsx-smart-table-container .dataTables_wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bsx-smart-table-container .dataTables_wrapper .bsx-smart-table {
	grid-column: span 2 / span 2;
}
.bsx-smart-table-container:not(.bsx-smart-table-full-page) .dataTables_wrapper .dataTables_filter {
	padding: 1rem;
}
.bsx-smart-table-container .dataTables_wrapper .dataTables_filter.bsx-smart-noleft {
	display: flex;
	justify-content: flex-end;
	grid-column: span 2 / span 2;
	/* padding: 1rem 0; */
}
.bsx-smart-table-container .dataTables_wrapper .dataTables_filter:not(.bsx-smart-noleft) {
	display: flex;
	justify-content: flex-end;
	padding: 0;
}

.bsx-smart-table-container .dataTables_paginate {
	display: flex;
	justify-content: flex-end;
	grid-column: span 2 / span 2;
	margin-top: 1rem;
}
.bsx-smart-table-container .dataTables_paginate > span {
	display: flex;
}
.bsx-smart-table-container .dataTables_paginate > span > a:first-child {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.bsx-smart-table-container .dataTables_paginate > span > a:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.bsx-smart-table-container .paginate_button {
	/* padding: .25rem .75rem;
	display: inline-block;
	margin-left: 2px;
	cursor: pointer;
	text-decoration: none; */

	font-weight: 600;
	color: #444;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
}
.bsx-smart-table-container .paginate_button.current {
	background: var(--color-primary);
	color: white;
}
.bsx-smart-table-container .paginate_button.disabled {
	display: none;
}
.bsx-smart-table-container .paginate_button.previous,
.bsx-smart-table-container .paginate_button.next {
	color: #444;
}
.bsx-smart-table-container .paginate_button.previous::before {
	content: "\f104";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
}
.bsx-smart-table-container .paginate_button.next::before {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
}
.bsx-smart-table-container .dataTables_paginate > :first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.bsx-smart-table-container .dataTables_paginate > :last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ecommerce-timeline-items-wrapper .primary a, .ecommerce-timeline-items-wrapper .primary a:visited {
	color: white !important;
}
.routes-timeline .ecommerce-timeline-items-wrapper .dd-handle {
	height: auto;
}

.bsx-calendar-task-finished {
	opacity: 0.3;
}
.bsx-calendar-task-hidden {
	display: none !important;
}

.collapse-with-arrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.collapse-with-arrow:not(.collapsed) .collapse-arrow-down {
	display: none;
}
.collapse-with-arrow.collapsed .collapse-arrow-up {
	display: none;
}

.rightbar-notes-link {
	color: inherit;
	cursor: pointer;
	display: block;
	border-radius: 3px;
	margin-left: -0.5rem;
	padding-left: 0.5rem;
	margin-right: -0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.rightbar-notes-link:hover {
	background: #232323;
	color: inherit;
	text-decoration: none;
}

.license-radio {
	display: block;
}
.license-radio input[type="radio"] {
	display: none;
}
.license-radio input[type="radio"] + label {
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,.03);
	border-radius: 3px;
	padding: .5rem;
	cursor: pointer;
}
.license-radio input[type="radio"] + label .license-img {
	width: 40px;
	height: 40px;
	margin-right: .75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.license-radio input[type="radio"] + label .license-img > img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.license-radio input[type="radio"] + label .license-img > .license-icon {
	font-size: 30px;
	color: #222222;
}
.license-radio input[type="radio"]:checked + label {
	border-color: var(--color-primary);
}


.quicksell-keyboard {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	height: 100%;
}

.quicksell-keyboard .btn {
	aspect-ratio: 4/2;
	font-size: 1.5rem;
}

.quicksell-keyboard .btn svg {
	vertical-align:top;
	width: 100% !important;
	height: 100% !important;
}

.quicksell-favorites {
	overflow: auto;
	height: 200px;
}

.quicksell-favorites button {
	width: 150px;
}

.quicksell-favorites button.remove-favorites {
	background: rgb(170, 84, 84);
}

.quicksell-favorites button.remove-favorites:hover {
	background: rgb(215, 70, 70);
}

.quicksell-favorites .fav-trash {
	display: none;
}

.quicksell-favorites .remove-favorites .fav-trash {
	display: block;
}

.quicksell-favorites .remove-favorites .fav-name {
	display: none;
}

.modal-dialog .clear-filters {
	display: none !important;
}

.quicksell-footer {
	background: #fff;
	border-radius: 0 0 5px 5px;
	margin-top: -5px;
}

@media only screen and (min-width: 576px) {
	#quicksell-content .card-modern {
		height:100%;
	}
}

@media only screen and (max-width: 576px) {
	.quicksell-footer button {
		width: 96%;
	}
}

.bsx-dropdown-submenu {
	position: relative;
}

.bsx-dropdown-submenu-menu {
	position: absolute;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background: #fff;
}

.bsx-dropdown-submenu > .bsx-dropdown-submenu-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	display: none;
}
.bsx-dropdown-submenu .bsx-dropdown-up + .bsx-dropdown-submenu-menu {
	top: auto;
	bottom: 0;
}

.bsx-dropdown-submenu:hover > .bsx-dropdown-submenu-menu {
    display: block;
}

.bsx-dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.bsx-dropdown-up {
	top: auto !important;
	bottom: 0 !important;
}

.h-20 {
	height:20%;
}

#qr-reader {
	position: fixed;
	margin: auto;
	top: 50px;
	left: 50%;
	width: 90%;
	height: 90%;
	max-width: 800px;
	max-height: 600px;
	transform: translateX(-50%);
	background: black;
	z-index: 999999;
	box-shadow: 10px 10px 5px black;
}

#qr-reader video {
	width: 100%;
	height: 100%;
}

#qr-reader-msg {
	position: absolute;
	color: white;
	text-align: center;
	z-index: 100;
	font-size: 2rem;
	font-weight: bold;
	padding: 5px;
	width: 80%;
	margin-top: 5%;
	margin-left: 50%;
	transform: translateX(-50%);
	display: none;
}

#qr-reader-msg.success {
	background: green;
	border: 2px solid green;
}

#qr-reader-msg.danger {
	background: red;
	border: 2px solid red;
}

#qr-reader-msg.info {
	background: blue;
	border: 2px solid blue;
}

#qr-reader .drawingBuffer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.help-body img {
	max-width: 100%;
	width: fit-content;
}
.help-block {
	line-height: 1.6;
}

.fc .btn.active {
	box-shadow: none !important;
}
.fc .fc-list-table .fc-event:hover,
.fc .fc-list-table .fc-event:hover td {
	background-color: var(--color-primary) !important;
}
.fc .fc-toolbar .fc-button {
	background: #FFF;
	box-shadow: none;
	text-shadow: none;
	font-size: 0.9em;
	padding: 7px 1.1em 6px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #212121;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fc .fc-toolbar .fc-button-primary:disabled {
	background: #FFF;
	box-shadow: none;
	text-shadow: none;
	font-size: 0.9em;
	padding: 7px 1.1em 6px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #212121;
}
.fc .fc-toolbar .fc-button-primary:hover {
	background: #FFF;
	color: #212121;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
/* .fc .fc-resource-timeline .fc-event {
	background-color: #006ea6 !important;
	color: #FFF;
	border: 1px solid #006ea6 !important;
} */
.fc .fc-toolbar .fc-button-primary:active {
	background-color: #006ea6 !important;
	color: #fff !important;
	border: 1px solid #006ea6 !important;;
}
.fc .fc-toolbar .fc-button.fc-button-primary.fc-button-active {
	background-color: #006ea6 !important;
	color: #fff !important;
	border: 1px solid #006ea6 !important;
}
.fc .fc-timeline-body .fc-scrollgrid-sync-table .fc-resource {
	z-index: 1;
}
.fc .fc-timeline-body .fc-scrollgrid-sync-table .fc-event {
	display: flex;
	align-items: center;
}
.fc .fc-timeline-body .fc-scrollgrid-sync-table .fc .fc-timeline-event:not(.fc-event-end)::after, .fc-timeline-event:not(.fc-event-start)::before {
	border-color: transparent rgba(255, 255, 255) !important;
}
.fc .fc-timeline-body .fc-scrollgrid-sync-table {
	width: 100px;
}
.smartsupp-img{
	max-height: 44px;
}
.chat-icon{
	position: relative;
}
.chat-icon[message-received]::before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #ff5555;
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
}
.smartsupp-img:hover{
	cursor: pointer;
}
.smartsupp-close{
	position: absolute;
	width: 100%;
	height: 105px;
	background: transparent;
	z-index: 11111111;
	cursor: pointer;
}
body[data-smartsupp-hidden] #smartsupp-widget-container{
	display: none !important;
}
@media (max-width: 520px) {
	body #smartsupp-widget-container, .chat-icon{
		display: none;
	}
}

.page-header .right-wrapper{
	height: 100%;
}

.bsx-invalid { background: red !important; color: white !important; }


.bsx-table-body {
	position: relative;
}
.bsx-table-loading {
	background:rgba(255, 255, 255, 0.5);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
	display: none;
}
.bsx-table-drop {
	background:rgba(255, 255, 255, 0.5);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
	display: none;
}
.bsx-table-drop div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15rem;
}

.bsx-table-advance {
	background-color: #f9e8c8;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 10px 0px 10px;
}

.help-system img {
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0 30px -5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0 30px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0 30px -5px rgba(0, 0, 0, 0.6);
}


.limit-text span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	position: relative;
}

.limit-text-1 span { -webkit-line-clamp: 1; }
.limit-text-2 span { -webkit-line-clamp: 2; }
.limit-text-3 span { -webkit-line-clamp: 3; }
.limit-text-4 span { -webkit-line-clamp: 4; }
.limit-text-5 span { -webkit-line-clamp: 5; }
.limit-text-6 span { -webkit-line-clamp: 6; }
.limit-text-7 span { -webkit-line-clamp: 7; }

.limit-text span::after {
  content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: calc(100% + 30px);
	z-index: 1;
}

.table-with-sticky tr:nth-child(2n+1) .limit-text span::after {
	background: linear-gradient(rgba(255, 255, 255, 0) 50%, #f2f2f2 97%) !important;
}
.table-with-sticky tr:nth-child(2n) .limit-text span::after {
	background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff 97%) !important;
}
.notes-tooltip .tooltip-inner{
	max-width: 450px !important;
	width: auto !important;
	padding: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-align: left;
}

.table-no-padding td {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-tabs li .nav-link, .nav-tabs li .nav-link:not(.active):hover {
	border-right: 0;
	border-left: 0;
}

.m-carousel-control-prev-icon,
.m-carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.m-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.m-carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.m-carousel img {
	max-width:100%;
	max-height:100%;
	object-fit:contain;
}

.mfp-wrap {
	z-index: 10000 !important;
}

.no-stock-quantity {
	background: red !important;
	color: white !important;
}

.bsx-circle {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.bsx-circle-flags {
	height: 10px;
	width: 10px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
  }

.bsx-color-primary {
	color: var(--color-primary);
	background: var(--color-primary);
}

.bsxmail-type-text {
	white-space: pre-wrap;
}
.bsxmail-table-recipient {
	font-weight: 500;
}
.bsxmail-table-recipient-new {
	font-weight: 700;
}
.bsxmail-table-title {
	font-weight: 300;
}
.bsxmail-table-lead {
	font-size: 12px;
	font-weight: 300;
	color: #a0a0a0;
}
.bsxmail-table-flagged {
	color: #dc3545 !important;
}
.bsxmail-table-flagged .fa-star {
	position: absolute;
	right: 0;
	bottom: 2px;
}
.bsxmail-table-flagged i {
	width: 14px;
	text-align: center;
}
.bsxmail-mail-attachments {
	border-top: 1px solid var(--color-primary);
	margin-top: 10px;
	padding-top: 10px;
}

.bsxmail-mail-attachments ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bsxmail-mail-attachments ul li {
	float: left;
	border:1px solid var(--color-primary);
	padding: 5px;
	margin-right: 10px;
	margin-top: 5px;
	background: var(--color-primary);
	color: white;
	border-radius: 5px;
	text-align: center;
	max-width: 130px !important;
}

.mailbox-email-screen .card {
	-webkit-box-shadow: 0px 0px 24px -9px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 0px 24px -9px rgba(66, 68, 90, 1);
	box-shadow: 0px 0px 24px -9px rgba(66, 68, 90, 1);
}

.bsxmail-email-body-translate {
	border-radius: 10px;
	box-shadow: 0px 0px 24px -9px rgba(66, 68, 90, 1);
	margin:5px;
	padding:15px;
	color: #000000;
}

/* .bsxmail-mail-attachments ul li:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 14px;
	content: "\f15b";
	padding-right:10px;
} */

.bsxmail-mail-attachments ul li a, .bsxmail-mail-attachments ul li a:visited {
	color: white;
	padding-right: 5px;
	text-decoration: none;
}

.bsxmail-mail-attachment-item img {
	max-width: 100px !important;
	max-height: 130px !important;
	-webkit-box-shadow: 0px 0px 24px -9px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 0px 24px -9px rgba(66, 68, 90, 1);
	box-shadow: 0px 0px 24px -9px rgba(66, 68, 90, 1);
}

.mailbox-email-screen .card-actions a, .mailbox-email-screen .card-actions a:visited {
	color: white;
}

.bsx-bg-primary-20 .card-actions a, .bsx-bg-primary-20 .card-actions a:visited {
	color: #303030;
 }

.mailbox-email-screen .card-actions a:hover {
	background: rgba(0,0,0,0.3);
}

.mailbox-email-screen .card .card-header .card-title {
	max-width: calc(100% - 150px);
}

.dropdown-toggle-noicon:after {
	content: none;
}

.mailbox-email-info {
	line-height: 1.3;
	padding-left: 18px;
	border-top: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
	padding-top: 1.1rem !important;
	padding-bottom: 1.2rem !important;
}
.mailbox-email-info p {
	line-height: 1.3;
	color: black;
}
.mailbox-email-info-close {
	float:right;
	margin-right: 5px;
	display: none;
}
.bsxmail-email-body {
	color: #101010;
}
.bsxmail-email-body * {
	max-width: 100% !important;
}

.bsxmail-email-body p {
	line-height: initial;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.bsxmail-email-body img {
	max-width: 100%;
	cursor: zoom-in;
}

.mailbox-email-container .card-actions a {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: auto;
}

.mailbox-email-contractor .nav-tabs li .nav-link {
	border-radius: 0px;
	border-left: 0;
	margin-right: 2px;
}
.mailbox-email-contractor .nav-tabs li .nav-link:hover {
	border-left: 0;
}
.bsxmail-footer {
	margin-top:15px;
}

.mailbox-email-contractor .tabs {
	margin-bottom: 0px;
}

.bsxmail-message-envelope {
	color: var(--color-primary);
}
.bsxmail-message-replied, .bsxmail-message-envelope {
	position: absolute;
	top: 25px;
}
#bsxmail-body {
	width: 0;
	display: none;
	height: 100%;
}
.mailbox-email-startdate {
	font-size: 1rem;
}

.modal-content {
	box-shadow: 0px 0px 20px black;
}
.no-br {
	white-space: nowrap;
}

.dropdown-menu {
	z-index: 10000;
}

.datepicker.dropdown-menu {
	z-index: 10000 !important;
}

.attachment-panel-list {
	position: relative;
}
.attchments-refresh {
	position: absolute;
	right: 0;
}

#bsx-right-sidebars .auto-uploader .filepond--drop-label {
	color: white;
}
#bsx-right-sidebars .auto-uploader .filepond--panel-root {
	background-color: #202020;
	opacity: 1;
}

.messenger-upload-file {
	background:rgb(0, 136, 204);
	color: white;
	display: inline;
	padding: 5px;
	border-radius: 25px;
}
.messenger-upload-file i {
	cursor: pointer;
}

.bsxBgAnim {
	-webkit-transition: background 0.5s ease-in-out;
	-ms-transition:     background 0.5s ease-in-out;
	transition:         background 0.5s ease-in-out;
}

.dashboard-cardmotto blockquote {
	border: 0px solid var(--color-primary);
	position: relative;
	border-radius: 5px;
}

.dashboard-cardmotto blockquote p:before {
	color: var(--color-primary);
	font-family: "Font Awesome 6 Pro";
	content: "\f10d";
	font-weight: 900;
	font-size: 1.5rem;
	position: absolute;
	top: -5px;
	left: -30px;
}

.dashboard-cardmotto blockquote p {
	font-size: 1.2rem;
	font-style: italic;
	text-align: right;
	display: inline;
	position: relative;
	margin-left: 30px;
}
.dashboard-cardmotto blockquote small {
	text-align: right;
	display: block;
}
.dashboard-cardmotto .cardmotto-description {
	margin-left: 25px;
	margin-bottom: 7px;
	text-align: right;
	position: relative;
}

.template-thumb {
	border:1px solid #e0e0e0;
	background: white;
}

.alert-fixed {
    position:fixed;
    top: 25%;
    left: 25%;
	right: 25%;
    z-index:99999999999;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}
.select2-container--bootstrap .select2-selection--single {
	font-size: 0.85rem !important;
	line-height: 1.85 !important;
	min-height: 2.4rem !important;
	height: 1rem !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	padding: 0.375rem 0.75rem !important;
	padding-right: 2em !important;
	box-shadow: none !important;
	height: auto !important;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
	border-bottom-right-radius: 0 !important;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
	border-top-right-radius: 0 !important;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: var(--color-primary) !important;
}
.select2-container--bootstrap .select2-dropdown {
	border-color: var(--color-primary) !important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: var(--color-primary) !important;
}
.form-control.form-control-modern + .select2-container--bootstrap .select2-selection--single, .form-control.form-control-modern + .select2-container--bootstrap .select2-selection--multiple {
	border-color: #ced4da;
	line-height: 2.3 !important;
}
.select2-container--bootstrap .select2-results__option {
	padding: 0.375rem 0.75rem !important;
	font-size: 0.85rem !important;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	padding: 0.375rem 0.75rem !important;
	font-size: 0.85rem !important;
}
.form-control.form-control-modern + .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.lang-badge {
	text-transform: uppercase;
	padding: 0.3em 0.5em;
	background-color: #fff;
	border: 1px solid #0088CC;
	color: #0088CC;
	transition: 0.1s all;
}
.lang-badge:not(.selected-lang):hover {
	cursor: pointer;
}
.lang-badge.selected-lang {
	background: #0088CC;
	color: #fff;
}
.lang-badge-container {
	position: absolute;
	right: 0;
	top: -22px;
}
.input-group:not(.has-validation) > .form-control.lang-field:not(:last-of-type){
	margin-left: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.input-group:not(.has-validation) > .lang-badge-container + .form-control.lang-field, .input-group:not(.has-validation) > .form-control.lang-field + .form-control.lang-field{
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.lang-wysiwyg-container{
	position: relative;
}
.tab-content > .tab-pane {
	position: relative;
}
.tab-content {
	border: 0px;
	padding-top: 25px;
}
.collapsing.width {
	width: 0;
	height: auto;
	transition: width .25s ease;
}
.card-modern .cardsummary-options {
	opacity: 0;
	position: absolute;
	right: 8px;
	top: 2px;
	transition: 0.15s all;
	z-index: 1;
}
.card-modern .cardsummary-options a i {
	color: #f0f0f0;
}
.card-modern.dashboard-cardmotto .cardsummary-options {
	left: 8px;
	right: auto;
}
.card-modern:hover .cardsummary-options {
	opacity: 1;
}
.card-modern .cardsummary-options a i{
	transition: 0.15s all;
}
.card-modern .cardsummary-options a:hover .fa-gear{
	color: var(--color-primary);
}
.card-modern .cardsummary-options a:hover .fa-xmark-large{
	color: #ea5455;
}
.card-modern .widget-user-info-header .cardsummary-options a i{
	color: #fdfdfd;
}
.favorite-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}
@media (min-width: 1400px) {
	.favorite-buttons .col-xxl-3{
		flex: 0 0 auto;
		width: 25%;
	}
}
.favorite-buttons .btn-favorite {
	padding: 1.5rem 1rem;
	margin-right: 5px;
	background: var(--info);
	border: none;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.favorite-buttons .btn-favorite:hover {
	background: var(--info);
}
.add-to-favorites {
	position: absolute;
	top: -20px;
	right: -17px;
	color: #e67e22;
}
.add-to-favorites:hover, .add-to-favorites:focus, .add-to-favorites:active {
	color: #e67e22;
}

body .btn-primary.dropdown-toggle {
	border-left: 0;
}
.card.card-modern .widget-user-info .widget-user-info-header {
	border-radius: 4px 4px 0 0;
}

.card.card-modern .widget-user-info .widget-user-info-header2 {
	border-radius: 4px 4px 0 0;
	padding: 1rem;
	position: relative;
}

.widget-user-info-header2 h2 {
	margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.sidebar-widget .widget-header .widget-toggle {
	font-size: 1.3rem;
	transform: rotate(90deg);
}

.dashboard-cardnews .tm-box {
	display: flex;
	align-items: flex-start;
}

.dashboard-cardnews .tm-box a {
	font-weight: bold;
}

.dashboard-cardnews .tm-box .news-content {
	/* flex: 1; */
	/* margin-left: 10px; */
}

.dashboard-carditem-news img {
	max-height: 300px; 
	object-fit: cover;
}

#ai-output {
	white-space: break-spaces;
}

#ai-inline-output {
	display: none;
}

#ai-inline-output p {
	margin: 0px;
}

#ai-history {
	border-top: 1px solid #f0f0f0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	display: none;
}

/*#ai-history .ai-user {*/
/*	background: #e0e0e0;*/
/*	padding: 5px;*/
/*	border-radius: 4px;*/
/*}*/

/*#ai-history .ai-reply {*/
/*	background: #00aaff;*/
/*	padding: 5px;*/
/*	border-radius: 4px;*/
/*}*/

#ai-history.accordion .card-header .ai-user {
	display: block;
	padding: 8px 16px;
	background-color: var(--color-primary) !important;
}
#ai-history.accordion .card-header .ai-user.collapsed {
	border-radius: 7px !important;
}
#ai-history.accordion .card-title {
	font-size: 14px;
}
#ai-history .card {
	background-color: transparent !important;
}
#ai-history.accordion.accordion-primary .card-header {
	background-color: transparent !important;
}
#ai-history.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#ai-relation hr {
	margin: 5px 0px 5px 0px;
}

#ai-output-main {
	margin-right: 5px;
}

#ai-output .chatgpt {
	white-space: normal;
}

#ai-context-data {
	color: black;
}

.messanger-container .messanger .chat .bubble-ai {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	color: white !important;
	animation: gradient_ai 15s ease infinite;
}

.ai-lori-btn {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	color: white !important;
	font-weight: bold;
	animation: gradient_ai 15s ease infinite;
	border: none;
	line-height: 1.7;
}

.ai-lori-btn h5 {
	color: white !important;
}
.ai-lori-btn .btn {
	background: rgba(255, 255, 255, 0.85);
	color: #212121 !important;
	border: 0;
}

.ai-lori-text {
	display: inline-block;

	/* Podany przez Ciebie gradient */
	background: linear-gradient(
		-45deg,
		#ee7752,
		#e73c7e,
		#23a6d5,
		#23d5ab
	);

	/* Wielkość tła, aby gradient mógł "płynąć" */
	background-size: 400% 400%;

	/* Przycięcie tła do kształtu tekstu (przezroczysty kolor + clip) */
	-webkit-background-clip: text;
	color: transparent;

	 /* Animacja ciągłego przesuwania się gradientu */
	 animation: gradient_ai 3s linear infinite;
}

.bsx-image-generating {
  display: inline-block;
  padding: 5px;
  
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient_ai 6s ease infinite;
}

.bsx-image-generating .bsx-image-inner {
  position: relative;
}

.bsx-image-generating .bsx-image-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.bsx-image-generating .bsx-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.bsx-image-generating .bsx-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient_ai 6s ease infinite;
  
  /* “Wycięcie” koloru wewnątrz tekstu */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* fallback */

  pointer-events: none; /* Nie blokuje kliknięć */
}


@keyframes gradient_ai {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.ai-examples {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ai-example {
	background: #23a6d5;
	color: white;
	border-radius: 10px;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 4px 10px;
}

.ai-macro {
	background: #e73c7e;
	color: white;
	border-radius: 10px;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 4px 10px;
}

#ai-output table, .ai-reply table {
	border-top: 1px solid var(--color-primary);
	border-right: 1px solid var(--color-primary);
}

#ai-output table td, #ai-output table th,
.ai-reply table td, .ai-reply table th {
	border-bottom: 1px solid var(--color-primary);
	border-left: 1px solid var(--color-primary);
	padding: 3px;
}

#ai-output table th, .ai-reply table th {
	font-weight: bold;
	color: white;
	background: var(--color-primary);
}

#ai-output a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.userbox { display: none; }
}

.line-v-label {
	color: #000;
}

.text-line-h-label {
	font-weight: 600;
	white-space: nowrap;
	padding-right: 15px;
	color: #2e353e;
}

.logo-container i, .logo-container a, .logo-container a:visited {
	color: #777;
}

.main.ecommerce-form {
	background: #fff;
}

.card {
	border-radius: 7px;
}

.table a:not(.btn), .table a:visited:not(.btn) {
	color: #000;
}

a.mini-preview, a.mini-preview:visited {
	color: #000;
}

.back-color-parent .report-type-1 {
	background: #f0f0f0;
}

.back-color-parent .report-type-2 {
	background: #f2f2f2;
}

.bsx-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bsx-items-item {
	flex: 1;
	margin: 5px 10px 10px 5px;
	min-width: 250px;
	max-width: 400px;
}

.dashboard-tabs .tab-content {
	border-radius: 7px !important;
}
.dashboard-tabs .card-body {
	border-radius: 0 0 7px 7px !important;
}
.dashboard-index .nav-tabs.nav-justified .nav-link {
	border-left: 0 !important;
}
.dashboard-index .nav-tabs.nav-justified .nav-link.active {
	border-left: 0 !important;
	border-top-right-radius: 5px !important;
}
.dashboard-index .nav-tabs.nav-justified {
	border-top-right-radius: 5px;
}
.dashboard-index .nav-tabs.nav-justified .nav-item:last-child .nav-link.active{
	border-top-left-radius: 0;
}
.dashboard-index .nav-tabs.nav-justified li:first-child .nav-link, .dashboard-index .nav-tabs.nav-justified li:first-child .nav-link:hover, .dashboard-index .nav-tabs.nav-justified .nav-item:first-child .nav-link.active{
	border-top-right-radius: 0 !important;
}

.transparent-label {
	display: flex;
	position: absolute;
	bottom: -12px;
}

.b2b-carousel .owl-stage-outer, .b2b-carousel .owl-stage {
	margin-right: 3px;
}
.b2b-carousel .owl-stage-outer .owl-item, .b2b-carousel .owl-stage .owl-item {
  max-height: 400px;
}
.b2b-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 3px;
	position: absolute;
	width: 100%;
}
.b2b-carousel.owl-theme .owl-dots .owl-dot.active span, .b2b-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-primary);
}

.language-container {
	display: flex;
	position: absolute;
	bottom: 20px;
	width: max-content;
	z-index: 3;
	left: 30px;
}
.language-container .logo {
	display: flex;
	align-items: end;
}
.language-container .logo > img.language-logo {
	max-height: 40px;
	max-width: 150px;
}
.language-container .fa-globe {
	font-size: 20px;
	align-items: center;
	display: flex;
}
.language-container .language-select .language-flag img {
	height: 20px;
	width: 20px;
}
.language-container .fa-chevron-right {
	margin-bottom: 2px;
}
.language-select-collapse {
	display: flex;
}
@media (max-width: 991px) {
  .language-select-collapse{
		display: flex !important;
	}
	.language-container {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		justify-content: space-between;
		width: 100%;
	}
}

a.assistant-user, a.assistant-user:visited {
	color: yellow;
}

/* #messenger-chat .chatgpt {
	white-space: pre-wrap;
} */

#messenger-chat .chatgpt pre {
	border-radius: 5px;
}

#messenger-chat .chat_cmd {
	color: yellow;
}

#messenger-ai {
	padding: 10px;
	max-height: 75%;
	max-width: 75%;
	display: none;
	position: absolute;
	margin-left: 38px;
	bottom: 0;
	border: 1px solid var(--color-primary);
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
	-webkit-box-shadow: 0px 0px 40px 5px var(--color-primary);
	-moz-box-shadow: 0px 0px 40px 5px var(--color-primary);
	box-shadow: 0px 0px 40px 5px var(--color-primary);
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffff;
}
.messanger-container .messenger-input {
	border-top: 1px solid var(--color-primary);
}
@media (max-width: 767px){
	#messenger-ai {
		margin-left: 13px;
		margin-right: 13px;
	}
}
@media (max-width: 575px){
	#messenger-ai {
		max-width: 100%;
	}
}

.assistant-images img { width: 150px; cursor: pointer; }
.assistant-data-content {
	position: relative;
	display: flex;
	overflow: hidden;
	height: 100%;
}
.assistant-data-content .asystent-box {
	float: right;
	display: flex;
  align-items: flex-end;
}
.assistant-data-content .asystent-img {
	max-height: 216px;
	padding-left: 20px;
}
.messanger-container .asystent-img {
	max-height: 120px;
}
.asystent-thinking {
	animation: blinker 0.7s linear infinite;
	-webkit-filter: drop-shadow(-1px 2px 3px #0004);
	filter: drop-shadow(-1px 2px 3px #0004)
}


.lori-thinking {
	width: 50px;
	aspect-ratio: 1;
	display: grid;
  }
  
  .lori-thinking::before,
  .lori-thinking::after {    
	content: "";
	grid-area: 1/1;
	--c: no-repeat radial-gradient(farthest-side, #ee7752 92%, #0000);
	background: 
	  var(--c) 50%  0, 
	  var(--c) 50%  100%, 
	  var(--c) 100% 50%, 
	  var(--c) 0    50%;
	background-size: 12px 12px;
	animation: lori-thinking-anim1 1s infinite;
  }
  
  .lori-thinking::before {
	margin: 4px;
	filter: hue-rotate(45deg);
	--c: no-repeat radial-gradient(farthest-side, #e73c7e 92%, #0000);
	background: 
	  var(--c) 50%  0, 
	  var(--c) 50%  100%, 
	  var(--c) 100% 50%, 
	  var(--c) 0    50%;
	background-size: 8px 8px;
	animation-timing-function: linear;
  }
  
  @keyframes lori-thinking-anim1 { 
	100% { transform: rotate(.5turn); }
  }


/*.lori-thinking {
	width: 100px;
	aspect-ratio: 1;
	padding: 10px;
	box-sizing: border-box;
	display: grid;
	background: #fff;
	animation: lori-thinking-anim2 5s linear infinite;
	filter: blur(3px) contrast(7) hue-rotate(290deg);
	mix-blend-mode: darken;
  }
  .lori-thinking:before{
	content: "";
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #ff0000;
	background: currentColor;
	box-shadow: -30px 0,30px 0,0 30px, 0 -30px;
	animation: lori-thinking-anim1 1s infinite alternate, lori-thinking-anim3 5s infinite linear;
  }
  @keyframes lori-thinking-anim1 {
	90%,100% {box-shadow: -10px 0,10px 0,0 10px, 0 -10px; transform: rotate(180deg)}
  }

  @keyframes lori-thinking-anim2 {
	0% { filter: blur(3px) contrast(7) hue-rotate(0deg); }
	100% { filter: blur(3px) contrast(7) hue-rotate(360deg); }
}

@keyframes lori-thinking-anim3 {
	0% { color: #ff0000; }
	25% { color: #00ff00; }
	50% { color: #0000ff; }
	75% { color: #ffff00; }
	100% { color: #ff0000; }
}*/

.assistant-debug {
	background: #5B499D;
	padding: 5px;
}
.assistant-debug-params {
	background: #E36159;
}
.assistant-cancel {
	color: #000000 !important;
}

.assistant-error {
	color: #ffc000 !important;
	font-weight: bold;
}

.assistant-success {
	color: #0ff !important;
	font-weight: bold;
}

.assistant-title {
	font-weight: bold;
	border-bottom: 1px solid #ffffff30;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.assistant-cmds a {
	text-decoration: none !important;
}

.assistant-cmd-wrapper {
	padding: 5px;
}
.assistant-cmd {
	border-bottom: 1px solid #ffffff30;
	padding-bottom: 3px;
	margin-bottom: 7px;
}
#ai-output .assistant-cmd {
	border-bottom: 1px solid #e5e5e5;
}
#ai-output .assistant-title {
	border-bottom: 1px solid #e5e5e5;
}
#ai-output .assistant-cmd-wrapper {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 15px;
}
/*#ai-output .assistant-cmd + hr {*/
/*	display: none;*/
/*}*/
/*#ai-output .assistant-cmds {*/
/*	margin-top: 7px;*/
/*}*/

#messenger-ai hr {
	opacity: .2;
	margin-top: 6px;
	margin-bottom: 6px;
}

.ai-debug {
	overflow: auto;
}
.ai-debug, .ai-debug pre {
	color: #ffffff;
}

@keyframes blinker {
  50% {
    transform: scale(1.05);
  }
}

#bsx-ai-modal {
	z-index: 2000;
}

.preview-document {
	background-color: #ffffff;
    /* width: 200mm;
    min-width: 200mm;
    max-width: 200mm; */
	padding: 5px;
}

.bred {
	border:1px solid red;
}

#listFolders ul {
	padding: 0px;
	list-style-type: none;
}

.card-header-flex {
	display: flex !important;
	justify-content: space-between !important;

}
.card-header-flex .card-actions {
	margin-bottom: 0px;
}

.btn-label-icon i {
	display: none;
}

ol.summerlistcorrect {
	list-style-type: none;
	padding: 0px;
}

ol.summerlistcorrect li {
	padding-left: 10px;
}
ol.summerlistcorrect li:hover {
	background: #f0f0f0;
	cursor: pointer;
}
.mailbox-form .inner-toolbar {
	border-right: 0;
	border-left: 0;
	border-top: 0;
}
.mailbox-form .inner-toolbar > ul > li label {
	margin-bottom: 0;
}

.bsx-campain-preview {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 23px -16px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 0px 23px -16px rgba(66, 68, 90, 1);
	box-shadow: 0px 0px 23px -16px rgba(66, 68, 90, 1);
}

.wysiwyg-bsx-mail .note-editable, .bsx-mail { line-height: initial; font-family: "Poppins", Arial, sans-serif; color: #424242; font-size: 13px; }
.wysiwyg-bsx-mail .note-editable p, .bsx-mail p { margin: 0px 0px 0px 0px; padding: 0px; line-height: initial; min-height:12px; color: #424242; font-size: 13px; }

.bsx-table .table .progress, .bsx-preview .progress {
	background: #fff;
}

.codemirror-container {
	position: relative;
	z-index: 1;
}
.codemirror-container .CodeMirror {
	border: 1px solid #ddd;
	height: 300px;
}
.codemirror-container .CodeMirror-scroll {
	overflow: auto !important;
}

.bsx-component {
	outline: 2px dotted #00000008;
}
.bsx-component:hover {
	outline: 2px solid var(--color-primary);
}
.bsx-component-options {
	opacity: 0;
	transition: 0.15s opacity;
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid #f0f0f0;
	padding: 2px 10px;
	margin-top: 7px;
	margin-left: 7px;
	position: absolute;
}
.bsx-component-item:hover {
	outline: 2px solid var(--color-primary);
	outline-offset: -1px;
	cursor: pointer;
}
.bsx-component-options > .bsx-component-delete {
	color: var(--danger) !important;
}
.bsx-component-color {
	position: absolute;
	opacity: 0;
	right: 7px;
	top: 7px;
	width: 30px;
	height: 30px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #efefef;
	color: var(--color-primary);
	border-radius: 50px;
	font-size: 14px;
	transition: 0.15s all;
}
.bsx-component-color:hover {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: #fff;
}
.bsx-component-color + .bsx-color-picker {
	display: flex;
	visibility: hidden;
	opacity: 0;
	transition: 0.15s all;
	position: absolute;
  top: 7px;
  right: 50px;
  background-color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
  max-width: 350px;
  min-width: 250px;
  width: 100%;
  box-shadow: 3px 3px 13px 3px rgba(0,0,0,0.3);
  height: 50px;
	align-items: center;
}
.bsx-component-color + .bsx-color-picker .transparent-label {
	bottom: -2px;
}
.bsx-component-color.active + .bsx-color-picker {
	visibility: visible;
	opacity: 1;
}
.bsx-component:hover .bsx-component-options, .bsx-component:hover .bsx-component-color {
	opacity: 1;
}
.bsx-component-item {
	outline: 1px dotted;
	outline-offset: -1px;
}
.card-body .bsx-add-section {
	background: #fff;
	padding: 15px;
}

#bsx-component-toolbar {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10000;
	background: #000;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 2px #7B7A7A;
	padding: 4px;
	/* display: none; */
}
.bsx-components-editor a {
	pointer-events: none;
}
.bsx-components-editor .bsx-component-options a, .bsx-components-editor .bsx-component-item {
	pointer-events: auto;
}


/* ------ WYGLĄD KAFELKOWY --------- */
.bsx-modern-cards .bsx-masonry-card {
	text-decoration: none;
	color: initial;
}
.bsx-modern-cards .bsx-card-header-status {
	min-width: fit-content;
	justify-content: end;
}
.bsx-modern-card.card {
	--_bsx-modern-card-shadow: var(--bsx-modern-card-shadow, rgba(0, 0, 0, 0.1));
	--_bsx-modern-card-border: var(--bsx-modern-card-border, #f0f0f0);
	position: relative;
	bottom: 0;
	transition: 0.2s all;
	box-shadow: 0px 0px 13px -5px var(--_bsx-modern-card-shadow);
	border: 1px solid var(--_bsx-modern-card-border);
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.bsx-modern-card.card:hover {
	--bsx-modern-card-shadow: rgba(0, 0, 0, 0.4);
	bottom: 3px;
	opacity: 1;
}
.bsx-modern-card.bsx-card-green {
	--bsx-modern-card-header-top: var(--green);
	--bsx-modern-card-header-status: var(--green);
	--bsx-modern-card-footer-options: var(--green);
}
.bsx-modern-card.bsx-card-black {
	--bsx-modern-card-header-top: #000000;
	--bsx-modern-card-header-status: #000000;
	--bsx-modern-card-footer-options: #000000;
}
.bsx-modern-card.bsx-card-brown {
	--bsx-modern-card-header-top: #674747;
	--bsx-modern-card-header-status: #674747;
	--bsx-modern-card-footer-options: #674747;
}
.bsx-modern-card.bsx-card-yellow {
	--bsx-modern-card-header-top: var(--yellow);
	--bsx-modern-card-header-status: var(--yellow);
	--bsx-modern-card-footer-options: var(--yellow);
}
.bsx-modern-card.bsx-card-primary {
	--bsx-modern-card-header-top: var(--color-primary);
	--bsx-modern-card-header-status: var(--color-primary);
	--bsx-modern-card-footer-options: var(--color-primary);
}
.bsx-modern-card.bsx-card-orange {
	--bsx-modern-card-header-top: var(--orange);
	--bsx-modern-card-header-status: var(--orange);
	--bsx-modern-card-footer-options: var(--orange);
}
.bsx-modern-card.bsx-card-blue {
	--bsx-modern-card-header-top: var(--blue);
	--bsx-modern-card-header-status: var(--blue);
	--bsx-modern-card-footer-options: var(--blue);
}
.bsx-modern-card.bsx-card-cyan {
	--bsx-modern-card-header-top: var(--cyan);
	--bsx-modern-card-header-status: var(--cyan);
	--bsx-modern-card-footer-options: var(--cyan);
}
.bsx-modern-card.bsx-card-red {
	--bsx-modern-card-header-top: var(--red);
	--bsx-modern-card-header-status: var(--red);
	--bsx-modern-card-footer-options: var(--red);
}
/* kolor pill w kolumnach : --status-purple */
.bsx-modern-card.bsx-card-purple {
	--bsx-modern-card-header-top: var(--purple); 
	--bsx-modern-card-header-status: var(--purple);
	--bsx-modern-card-footer-options: var(--purple);
}

.bsx-modern-card.bsx-card-gray {
	--bsx-modern-card-header-top: var(--gray);
	--bsx-modern-card-header-status: var(--gray);
	--bsx-modern-card-footer-options: var(--gray);
}
.bsx-modern-card .bsx-card-header {
	--_bsx-modern-card-header-top: var(--bsx-modern-card-header-top, #fff);
	--_bsx-modern-card-header-status: var(--bsx-modern-card-header-status, #fff);
	border-top: 4px solid var(--_bsx-modern-card-header-top);
	padding: 15px;
	border-radius: 12px 12px 0 0;
}
.bsx-modern-card .bsx-card-header .table-status-pill {
	background-color: var(--_bsx-modern-card-header-status);
	color: #fff;
	margin: 0;
}
.bsx-modern-card .bsx-card-footer {
	--_bsx-modern-card-footer-options: var(--bsx-modern-card-footer-options, #fff);
	padding: 15px;
	padding-top: 0;
	display: flex;
	justify-content: space-between;
}
.bsx-modern-card .bsx-card-body {
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.bsx-modern-card .bsx-card-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bsx-modern-card .bsx-card-date {
	display: flex;
	height: 23px;
	justify-content: space-between;
	align-items: center;
	background-color: #fcfcfc;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	padding: 0 10px;
}
.bsx-card-priority {
	display: flex;
	height: 30px;
	justify-content: end;
	align-items: center;
	background-color: #f0f0f0;
	padding: 0 10px;
}
.bsx-modern-card .bsx-card-header-title {
	font-size: 1.2rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	width: 250px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.bsx-modern-card .bsx-card-footer .bsx-card-options {
	max-width: 43px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
	position: relative;
}
.bsx-modern-card .bsx-card-footer .bsx-card-options .dropdown-clicker {
	background-color: var(--_bsx-modern-card-footer-options);
	color: #fff !important;
	margin-bottom: 5px;
	padding-top: 5px;
  padding-bottom: 5px;
	width: 43px;
}
.bsx-modern-card hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bsx-right-sidebars .bsx-modern-card.card {
	background-color: #F9F6E6;
	border-color: #E1EACD;
}
#bsx-right-sidebars .bsx-modern-card.card hr {
	border-color: #E1EACD;
}

.bsx-modern-columns {
	overflow-y: hidden;
	overflow-x: auto;
	width: 100%;
}
.bsx-modern-cards .bsx-columns-cards {
	height: calc(100vh - 446px);
	min-height: 525px;
	position: relative;
}
.bsx-modern-cards .bsx-columns-cards .bsx-column-card {
	min-height: 100%;
}
.bsx-modern-cards .bsx-columns-cards > .nano.border-dotted {
	border: 2px dotted var(--color-primary);
}
.bsx-modern-cards .bsx-columns-cards > .nano {
	transition: 0.04s border;
	border: 0px dotted var(--color-primary);
}
.bsx-modern-cards .bsx-columns-cards > .col-12, .bsx-modern-cards .bsx-columns-header > .col-12, .bsx-modern-cards .bsx-masonry-cards > .col-12 {
	min-width: 300px;
  max-width: 400px;
}
.bsx-modern-cards .bsx-columns-header {
	position: relative;
}
.bsx-modern-cards .bsx-columns-addheader {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 11px;
	font-size: 14px;
  right: 0;
	top: 0;
  text-decoration: none;
  background: var(--color-primary, #0088CC);
  border-radius: 6px;
  color: #fff;
  padding-right: 12px;
  padding-left: 12px;
  position: absolute;
}
.bsx-modern-cards .bsx-columns-header, .bsx-modern-cards .bsx-columns-cards {
	display: grid;
	column-gap: 30px;
	width: 100%;
	grid-auto-columns: min(280px, 100%);
  grid-auto-flow: column;
}
.bsx-modern-cards .bsx-cards-label {
	text-align: center;
  padding: 7px;
	padding-right: 30px;
	padding-left: 30px;
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 1.0rem;
  font-weight: 700;
	color: #fff;
	position: relative;
}
.bsx-modern-cards .bsx-cards-label-options {
	opacity: 0;
	position: absolute;
	transition: 0.15s opacity;
	left: 12px;
}
.bsx-modern-cards .bsx-cards-label-options a {
	color: #fff;
}
.bsx-modern-cards .bsx-cards-label-options span {
	cursor: pointer;
}
.bsx-modern-cards .bsx-cards-label:hover {
	z-index: 1;
}
.bsx-modern-cards .bsx-cards-label:hover .bsx-cards-label-options {
	opacity: 1;
}
.bsx-modern-cards .bsx-card-footer-content .table-status-pill{
	line-height: 1.4;
	margin-left: 0;
	margin-top: 5px;
}
.bsx-card-footer-text {
	font-weight: 500;
}
.bsx-card-footer-text span {
	font-weight: 700;
}
.bsx-modern-card .bsx-card-header .bsx-card-header-content .bsx-card-header-right {
	display: flex;
}
.bsx-modern-card .bsx-card-header .bsx-card-header-content .bsx-card-header-right .bsx-card-document {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-right: 5px;
	width: 100px;
}
.bsx-modern-cards .bsx-card-footer-content{
	display: flex;
	flex-direction: column;
}
.bsx-modern-cards .bsx-card-footer .bsx-card-right{
	display: flex;
	align-items: center;
}
.bsx-modern-cards .bsx-card-footer .bsx-card-prices{
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.bsx-modern-card .bsx-card-footer .bsx-card-price-label {
	white-space: nowrap;
}
.bsx-modern-cards .bsx-cards-label .bsx-cards-label-checkbox {
	position: absolute;
	right: 12px;
	top: 9px;
	transition: 0.15s opacity;
	opacity: 0;
}
.bsx-modern-cards .bsx-cards-label:hover .bsx-cards-label-checkbox {
	opacity: 1;
}
.bsx-preview {
	display: grid;
	grid-auto-columns: 100%;
	position: relative;
}
.bsx-preview .cards-hide-button {
	position: absolute;
  right: 0;
  top: -29px;
  z-index: 1;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
	display: flex;
	align-items: center;
}
.modal-body .bsx-preview .cards-hide-button {
	position: relative;
	width: fit-content;
  top: 0;
	justify-self: end;
}
.bsx-preview .cards-hide-button + .row > div:last-child .card-header {
	border-top-right-radius: 0 !important;
}
.bsx-preview .cards-hide-button i {
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 1px;
}
@media (min-width: 576px) {
	.bsx-modern-cards .bsx-columns-header, .bsx-modern-cards .bsx-columns-cards {
		grid-auto-columns: min(400px, max(280px, calc((100% - 30px)/2)));
	}
}
@media (min-width: 992px) {
	.bsx-modern-cards .bsx-columns-header, .bsx-modern-cards .bsx-columns-cards {
		grid-auto-columns: min(400px, max(280px, calc((100% - 30px)/3)));
	}
}
@media (max-width: 390px) {
	.bsx-modern-card .bsx-card-footer .bsx-card-price-label {
		white-space: initial;
	}
}

.bsx-table-limitation {
	font-style: italic;
}

.bsx-table-layout {
	position: absolute;
	top: -20px;
  right: -4px;
}
.bsx-table-layout > i {
	cursor: pointer;
	margin-right: 5px;
	width: 12px;
	text-align: center;
}
.bsx-table-layout > i.active {
	color: var(--color-secondary, #0088cc);
}
.bsx-preview-header-buttons {
	position: absolute;
	right: 46px;
  top: 42px;
	z-index: 1;
}
.bsx-preview .card.card-modern, .bsx-edit-form .card.card-modern {
	display: block;
	height: 100%;
	background-color: transparent;
}
.bsx-preview .card.card-modern:not(section) .card-body, .bsx-edit-form .card.card-modern:not(section) .card-body {
	height: 100%;
}
.bsx-preview .card.card-modern .card-header + .card-body, .bsx-edit-form .card.card-modern .card-header + .card-body {
	height: calc(100% - 69px);
}

.btn-group-vertical.dropright .dropdown-toggle::after {
	position: absolute;
	right: 10px;
}
html.no-overflowscrolling .nano.jstree.jstree-checkbox-selection {
	overflow: auto !important;
}
.stars-container {
	position: relative;
	width: fit-content;
	overflow: hidden;
}
.rated-stars {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
}
.search-results-list .search-phone-icon {
	padding: 0;
	top: 30px;
	right: 12px;
}
.bsx-permission-subtable th,
.bsx-permission-subtable td { text-align: left; width: 100px; }

.line_h-datepicker, .line_h-datetimepicker {
	min-width: 206px;
}

.tooltip_data {
	display: none;
}

.preview-tabs {
	margin: -2.5rem -2rem;
}
.preview-tabs .tab-content {
	padding: 0;
}
.preview-tabs .universal-table-form {
	border: 1px solid #eee;
	border-top: 0;
}
.preview-tabs .bsx-modern-cards {
	padding: 10px 10px 0;
}
.preview-tabs .events-form {
	padding-top: 10px;
}
.preview-tabs .tab-content .table-with-sticky {
	border: 0;
}
.tabs-modern .preview-tabs .nav .nav-link.active {
	background: #FFF !important;
}
.tabs-modern .preview-tabs .nav .nav-link {
	padding: 0.5rem 1rem;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-radius: 5px 5px 0 0;
	font-weight: 400;
	font-size: 1rem;
	margin-right: 2px;
}

.change-parcel {
	color: var(--color-primary, var(--primary));
	cursor: pointer;
}
.event-direction-icon {
	font-size: 1.2rem;
}
.save-exit-permament {
	border-top: 1px solid #e5e5e5;
	padding-top: 6px;
	margin-bottom: -6px;
	padding-bottom: 6px;
	font-weight: bold;
}

.selectEditSelectOverlayContainer {
	position: relative; 
	display: inline-block;
	width: 100%; 
}

.selectEditSelect {
	background-size: 10px !important;
	content: none;
	z-index: 0;
}
.selectEditInput {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2.5rem); /* odejmij tyle, aby strzałka selektu pozostała widoczna */
	height: 100%;
	
	background-color: transparent;
	box-sizing: border-box;
	padding-left: .75rem;  /* żeby tekst w input nie pokrywał się z lewą krawędzią */
	z-index: 1;
}

.wysiwyg-formatter p {
	margin-bottom: 10px;
	line-height: 16px;
}
.wysiwyg-formatter p + p {
	margin-top: 0 !important;
}

.bsx-link:hover {
	text-decoration: underline;;
}

.more-modules-btn {
	background-color: rgb(from var(--color-primary) r g b / 60%) !important;
	border-color: rgb(from var(--color-primary) r g b / 30%) !important;
}
.more-modules-btn:hover {
	background-color: rgb(from var(--color-primary) r g b / 80%) !important;
	border-color: rgb(from var(--color-primary) r g b / 60%) !important;
}

#ai-output-copy {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0.25rem;
	margin-bottom: 0;
}

.bg-dark .card-title {
	color: white;
}

.bsx-auto-map .google-map {
	height: 300px;
	min-height: 400px;
}

.cms-article-editor {
	background-color: #dbe5ea;
	padding-top: 64px;
	padding-bottom: 64px;
}

.cms-article-editor .content {
	max-width: 1140px;
	margin: 0 auto;
}



.bsx-upload-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 400px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	z-index: 1050;
}

.bsx-upload-popup .bsx-drop-zone {
	border: 2px dashed #007bff;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	color: #007bff;
	cursor: pointer;
}

.bsx-upload-popup .bsx-drop-zone.dragover {
	background-color: #e9f7ff;
	border-color: #0056b3;
}

.md-editor > .md-preview,
.md-editor > textarea {
	background: #FFF;
	border-bottom: none;
	border-radius: 0 0 4px 4px;
	padding: 10px;
	outline: none;
	width: 100% !important;
}

/* Próbnik kolorów */

.bsx-color-box {
	border: 1px solid black;
	width: 150px;
	height: 30px;
	cursor: pointer;
	background-image: url('/assets/img/transparent.png'); /* Upewnij się, że ścieżka jest poprawna */
    background-repeat: repeat;
    background-size: 20px 20px;
	position: relative;
}

.bsx-color-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.bsx-color-picker-container {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.bsx-cp-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.bsx-cp-color-preview {
  flex: 1;
  min-width: 200px;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.bsx-cp-inputs {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.bsx-cp-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bsx-cp-input-row label {
  min-width: 80px;
  font-weight: bold;
}

.bsx-cp-input-row input[type="text"] {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
	text-align: center;
}

.bsx-cp-input-row input[type="range"] {
  flex: 1;
  margin: 0 10px 0 0;
}

.bsx-cp-gallery {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.bsx-cp-gallery ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.bsx-cp-palette-tile {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  position: relative;
  background-color: #fafafa;
}

.bsx-cp-palette-stripes {
  display: flex;
  height: 60px;
  justify-content: space-between;
}
.bsx-cp-palette-stripes span {
  flex: 1;
}

.bsx-cp-palette-tile:hover {
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.bsx-image-toolbar #size-fields {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.bsx-image-toolbar #operation-btn {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.bsx-websites-gallery {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
}

.bsx-websites-gallery ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1200px;
}

.bsx-websites-gallery li {
	border: 1px solid #c0c0c0;
	overflow: hidden;
	position: relative;
	background: #f8f8f8;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bsx-websites-gallery li.active {
	border:2px solid var(--danger);
}


.bsx-websites-gallery a {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.bsx-websites-gallery img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bsx-websites-gallery a:hover img {
	transform: scale(1.05);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.bsx-websites-gallery li:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.bsx-tooltip-box {
	position: relative;
	display: inline-block;
	padding: 15px;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background-color: #f8f9fa;
}

.bsx-tooltip-box.arrow-up::before,
.bsx-tooltip-box.arrow-down::before {
	content: "";
	position: absolute;
	border-style: solid;
}

.bsx-tooltip-box.arrow-up::before {
	bottom: 100%;
	left: 20px;
	border-width: 10px;
	border-color: transparent transparent #f8f9fa transparent;
}

.bsx-tooltip-box.arrow-down::before {
	top: 100%;
	left: 20px;
	border-width: 10px;
	border-color: #f8f9fa transparent transparent transparent;
}

.bsx-tooltip-box.bg-primary.arrow-up::before {
	border-color: transparent transparent var(--color-primary) transparent !important;
}
.bsx-tooltip-box.bg-primary.arrow-down::before {
	border-color: var(--color-primary) transparent transparent transparent !important;
}

.bsx-tooltip-box.bg-secondary.arrow-up::before {
border-color: transparent transparent var(--color-secondary) transparent;
}
.bsx-tooltip-box.bg-secondary.arrow-down::before {
border-color: var(--color-secondary) transparent transparent transparent;
}

.bsx-tooltip-box.bg-danger.arrow-up::before {
	border-color: transparent transparent var(--color-danger) transparent;
}
.bsx-tooltip-box.bg-danger.arrow-down::before {
	border-color: var(--color-danger) transparent transparent transparent;
}

.bsx-tooltip-box.bg-info.arrow-up::before {
	border-color: transparent transparent var(--color-info) transparent;
}
.bsx-tooltip-box.bg-info.arrow-down::before {
	border-color: var(--color-info) transparent transparent transparent;
}

.bsx-tooltip-box.bg-success.arrow-up::before {
	border-color: transparent transparent var(--color-success) transparent;
}
.bsx-tooltip-box.bg-success.arrow-down::before {
	border-color: var(--color-success) transparent transparent transparent;
}

.events-table .ecommerce-timeline-item a {
	font-weight: bold;
}

.bsx-table .ui-widget-content {
	background: inherit;
}

.bsx-table .ui-widget.ui-widget-content {
	border: 0px;
}

.bsx-table .ui-spinner-input {
	margin: 0px;
	width:100%;
}

.rfm_0, .rfm_1, .rfm_2, .rfm_3, .rfm_4, .rfm_5, 
.rfm_cat_0, .rfm_cat_1, .rfm_cat_2, .rfm_cat_3, .rfm_cat_4, .rfm_cat_5, .rfm_cat_6, .rfm_cat_7, .rfm_cat_8, .rfm_cat_9, .rfm_cat_10 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 10px;
	color: white;
	text-align: center;
	margin: 2px;
}

.rfm_cat {
	font-size: 14px;
}

/* Kolorystyka */
.rfm_0 { background-color: #a0a0a0; } /* Szary - wyłączony */
.rfm_1 { background-color: #d9534f; } /* Czerwony - słaba wartość */
.rfm_2 { background-color: #f0ad4e; } /* Pomarańczowy - średnia wartość */
.rfm_3 { background-color: #f8b400; } /* Żółty - dobra wartość */
.rfm_4 { background-color: #5bc0de; } /* Niebieski - bardzo dobra wartość */
.rfm_5 { background-color: #5cb85c; } 

.rfm_cat_0 { background-color: #6c757d; }
.rfm_cat_1 { background-color: #FFD700; }
.rfm_cat_2 { background-color: #3CB371; }
.rfm_cat_3 { background-color: #FFA500; }
.rfm_cat_4 { background-color: #17a2b8; }
.rfm_cat_5 { background-color: #0d6efd; }
.rfm_cat_6 { background-color: #fd7e14; }
.rfm_cat_7 { background-color: #dc3545; }
.rfm_cat_8 { background-color: #6c757d; }
.rfm_cat_9 { background-color: #6c757d; }
.rfm_cat_10 { background-color: #6f42c1; }


.hurt-modif-section .form-group {
	margin-bottom: 0px;
	padding-bottom: 1rem;
}
.hurt-modif-highlighted {
	background-color: #fffae6; /* delikatny żółty */
}

.advanced-search-btn-active {
	box-shadow: -1px 0 5px #dc3545 !important;
	border-color: #fe7585 !important;
}


.bsx-video-container {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	text-align: center;
}
.bsx-video-container video {
	width: 100%;
	border-radius: 10px;
}


.nav .groups-tree {
	list-style: initial;
	padding: 0px 5px 0px 47px;
}
ul.nav-main .groups-tree li {
	width: initial;
}

ul.nav-main .groups-tree li .nav-children li a {
	padding: initial;
}

ul.nav-main .groups-tree li a {
	display: initial;
}

#working_hours .table-with-sticky {
	height: auto !important;
}

.hover-underline:hover {
	text-decoration: underline !important;
}

#services_schedule .fc-h-event .fc-event-time {
	overflow: unset !important;
}

.modal-content .form-group .card-title {
	color: #33353f;
}