html {
  overflow-y: auto !important;
}

@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;
} 


.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;
}

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

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

.bsxdocument {
	color: #000000;
}

.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;
}

@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;
}

table.table {

}

.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;
}
@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;
}
.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;
		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;
	}
}

.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;
}
.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;
}

.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.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;
}

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

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


/* .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;
}

.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%;
}

@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-avatar {
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin: -0.5rem;
	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;
}


.datepicker table tr td.today {
	color: #fff !important;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.datepicker table tr td.today.active{
  color: #fff !important;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.datepicker table thead tr:last-child th:hover{
  color: #fff;
}

.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);
}

.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;
}

.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-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: 150px;
	}
	.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;
	}
}
/*
========
== 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%;
	}

	.table-summary-modern {
		padding-left: 0 !important;
		padding-right: 0 !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: 550px;
	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-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);
}


/**
 * == 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 {
	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;
}
.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);
	text-align: right;
}

.messanger-container .messanger .chat .bubble table {
	color: #ffffff;
}
.messanger-container .messenger-input {
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 38px;
	padding-right: 13px;
}

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

.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;
}
@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); */
	}
	.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: 40px;
	}
}


.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 { background: #ffffff; }
	#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;
}
.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.bsx-smart-table-container .dataTables_wrapper .dataTables_filter {
	
}
.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;
}

.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: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;
}

.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;
}

.help-body img {
	max-width: 100%;
	width: fit-content;
}

.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;
}

.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: 95px;
	background: transparent;
	z-index: 11111111;
	cursor: pointer;
}
body[data-smartsupp-hidden] #chat-application{
	display: none !important;
}
@media (max-width: 520px) {
	body #chat-application, .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;
}

.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);
}

.table-with-sticky tr:nth-child(2n+1) .limit-text-6 span, .table-with-sticky tr:nth-child(2n) .limit-text-6 span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	position: relative;
}
.table-with-sticky tr .limit-text-6 span::after{
	content: '';
	position: absolute;
  top: -5px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.table-with-sticky tr:nth-child(2n+1) .limit-text-6 span::after{
	background: linear-gradient(rgba(255, 255, 255, 0) 50%, #f2f2f2 97%) !important;
}
.table-with-sticky tr:nth-child(2n) .limit-text-6 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: 0px;
	padding-bottom: 0px;
}

.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: 2045 !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;
}

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

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

.attchments-refresh {
	float: right;
}

#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-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	padding: 5px 0px 0px 10px !important;
	box-shadow: none !important;
}

.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;
}
.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;
}
@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: -15px;
	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;
}

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

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

@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: 5px;
}

.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: 10px;
	min-width: 250px;
	max-width: 400px;
}

.dashboard-tabs .tab-content {
	border-radius: 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;
}

.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 .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;
}
.assistant-data-content .asystent-img {
	max-height: 216px;
	float: right;
}
.messanger-container .asystent-img {
	max-height: 90px;
}
.asystent-thinking {
	animation: blinker 0.7s linear infinite;
}

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

.assistant-success {
	color: green;
}

.assistant-title {
	font-weight: bold;
}

#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);
  }
}
