.pulpit7 {
	width: min(1780px, calc(100vw - 48px));
	margin: 28px auto;
	color: #202124;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

.pulpit7 * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.pulpit7__naglowek,
.pulpit7__panel {
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #fff;
}

.pulpit7__naglowek {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	padding: 26px 30px 22px;
}

.pulpit7__nadtytul,
.pulpit7__order-client,
.pulpit7__stan span,
.pulpit7__metryka small,
.pulpit7__column-head span,
.pulpit7__column-total span,
.pulpit7__empty,
.pulpit7__detail span {
	color: #666b70;
}

.pulpit7__nadtytul {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.pulpit7 h1 {
	margin: 0;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 650;
}

.pulpit7__filtry {
	display: grid;
	grid-template-columns: minmax(220px, 1.1fr) minmax(155px, .8fr) minmax(155px, .8fr) minmax(260px, 1.6fr) 112px;
	gap: 10px;
	align-items: end;
	width: 100%;
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 9px;
	background: #f6f7f8;
}

.pulpit7__pole,
.pulpit7__pole label {
	display: grid;
	gap: 6px;
}

.pulpit7__pole--wide,
.pulpit7__mode,
.pulpit7__submit {
	grid-column: auto;
}

.pulpit7__filtry label,
.pulpit7__pole > label {
	font-size: 13px;
	font-weight: 700;
	color: #33383d;
}

.pulpit7__filtry input,
.pulpit7__filtry select,
.pulpit7__filtry button,
.pulpit7__modal input,
.pulpit7__modal textarea {
	width: 100%;
	min-height: 38px;
	border: 1px solid #cfd3d7;
	border-radius: 8px;
	background: #fff;
	color: #202124;
	font: inherit;
}

.pulpit7__filtry input,
.pulpit7__modal input,
.pulpit7__modal textarea {
	padding: 0 12px;
}

.pulpit7__modal textarea {
	min-height: 124px;
	padding-top: 10px;
	resize: vertical;
}

.pulpit7__mode {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 3px;
	border: 1px solid #cfd3d7;
	border-radius: 8px;
	background: #f6f7f8;
}

.pulpit7__mode label {
	position: relative;
	min-height: 32px;
	border-radius: 6px;
	cursor: pointer;
}

.pulpit7__mode input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.pulpit7__mode span {
	display: grid;
	height: 100%;
	place-items: center;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #33383d;
}

.pulpit7__mode .is-active span {
	background: #202124;
	color: #fff;
}

.pulpit7 joomla-field-fancy-select {
	display: block;
}

.pulpit7 joomla-field-fancy-select .choices {
	margin: 0;
}

.pulpit7 joomla-field-fancy-select .choices__inner {
	min-height: 38px;
	max-height: 42px;
	overflow-y: auto;
	padding: 3px 34px 3px 6px;
	border-color: #cfd3d7;
	border-radius: 8px;
	background: #fff;
}

.pulpit7 joomla-field-fancy-select .choices__list--multiple .choices__item {
	margin: 1px 3px 1px 0;
	padding: 2px 22px 2px 7px;
	font-size: 11px;
	line-height: 1.3;
}

.pulpit7__submit,
.pulpit7__modal button[type="submit"] {
	border-color: #202124;
	background: #202124;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.pulpit7__stan,
.pulpit7__metryki {
	display: grid;
	gap: 12px;
	margin: 18px 0;
}

.pulpit7__stan {
	grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.pulpit7__metryki {
	grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.pulpit7__stan div,
.pulpit7__metryka {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 16px 18px;
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #f6f7f8;
}

.pulpit7__metryka {
	min-height: 108px;
	background: #fff;
}

.pulpit7__metryka span,
.pulpit7__stan span {
	font-weight: 700;
}

.pulpit7__stan strong {
	overflow-wrap: anywhere;
}

.pulpit7__metryka strong {
	font-size: 32px;
	line-height: 1;
	font-weight: 650;
}

.pulpit7__komunikat {
	margin: 0 0 18px;
	padding: 14px 18px;
	border: 1px solid #d9ad76;
	border-radius: 8px;
	background: #fff8ef;
	color: #6d491c;
}

.pulpit7__panel {
	padding: 22px;
}

.pulpit7__tytul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.pulpit7__tytul h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 650;
}

.pulpit7__layout-switch {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 3px;
	padding: 3px;
	border: 1px solid #cfd3d7;
	border-radius: 8px;
	background: #f6f7f8;
}

.pulpit7__layout-switch button {
	min-height: 32px;
	padding: 0 12px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #33383d;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.pulpit7__layout-switch button.is-active {
	background: #202124;
	color: #fff;
}

.pulpit7__board {
	display: flex;
	gap: 14px;
	min-height: 460px;
	overflow-x: auto;
	padding: 2px 2px 12px;
	scroll-snap-type: x proximity;
}

.pulpit7__column {
	flex: 0 0 318px;
	display: grid;
	grid-template-rows: auto minmax(260px, 1fr);
	max-height: calc(100vh - 180px);
	min-height: 420px;
	border: 1px solid #d8dcdf;
	border-radius: 8px;
	background: #f7f8f9;
	scroll-snap-align: start;
	transition: border-color .16s ease, background-color .16s ease;
}

.pulpit7__column.is-over {
	border-color: #d59a4a;
	background: #fff8ed;
}

.pulpit7__column.is-drop-target {
	border-color: #2f6f5e;
	background: #eef7f3;
}

.pulpit7__column--overdue {
	border-color: #d9ad76;
	background: #fff8ef;
}

.pulpit7__column--overdue .pulpit7__column-head {
	background: #fffaf4;
}

.pulpit7__column-head {
	display: grid;
	gap: 10px;
	padding: 14px;
	border-bottom: 1px solid #d8dcdf;
	background: #fff;
	border-radius: 8px 8px 0 0;
}

.pulpit7__column-head h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.pulpit7__column-head span,
.pulpit7__column-total span {
	font-size: 13px;
}

.pulpit7__column-total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.pulpit7__column-total strong {
	font-size: 24px;
	line-height: 1;
}

.pulpit7__overdue-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

.pulpit7__overdue-summary div {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 7px 8px;
	border: 1px solid #ead2b4;
	border-radius: 6px;
	background: #fff;
}

.pulpit7__overdue-summary strong {
	font-size: 15px;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.pulpit7__overdue-summary span {
	font-size: 10px;
	line-height: 1.25;
}

.pulpit7__bar,
.pulpit7__postep {
	overflow: hidden;
	border-radius: 999px;
	background: #e5e8eb;
}

.pulpit7__bar {
	height: 10px;
}

.pulpit7__bar span,
.pulpit7__postep span {
	display: block;
	width: var(--bar);
	height: 100%;
	border-radius: inherit;
	background: #2f6f5e;
}

.pulpit7__column.is-over .pulpit7__bar span {
	background: #b45f06;
}

.pulpit7__orders {
	display: grid;
	align-content: start;
	gap: 10px;
	min-height: 0;
	overflow-y: auto;
	padding: 12px;
}

.pulpit7__empty {
	display: grid;
	min-height: 88px;
	place-items: center;
	border: 1px dashed #cfd3d7;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
}

.pulpit7__order {
	display: grid;
	gap: 8px;
	padding: 11px 12px;
	border: 1px solid #dfe3e6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(32, 33, 36, .06);
	cursor: grab;
}

.pulpit7__order:active {
	cursor: grabbing;
}

.pulpit7__order.is-dragging {
	opacity: .58;
}

.pulpit7__order.has-request {
	border-color: #c89b2e;
}

.pulpit7__order.is-overdue {
	border-left: 3px solid #c78536;
}

.pulpit7__board--vertical {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	overflow: visible;
	scroll-snap-type: none;
}

.pulpit7__board--vertical .pulpit7__column {
	width: 100%;
	max-height: none;
	min-height: 0;
	grid-template-rows: auto auto;
	scroll-snap-align: none;
}

.pulpit7__board--vertical .pulpit7__orders {
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	align-items: start;
	overflow: visible;
}

.pulpit7__board--vertical .pulpit7__overdue-summary {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pulpit7__order-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.pulpit7__order-head strong {
	min-width: 0;
	font-size: 15px;
	overflow-wrap: anywhere;
}

.pulpit7__order-head span {
	color: #666b70;
	font-size: 12px;
	white-space: nowrap;
}

.pulpit7__order-client {
	font-size: 13px;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.pulpit7__order-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	font-size: 12px;
}

.pulpit7__order-grid span {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 6px;
	border-radius: 6px;
	background: #f6f7f8;
	color: #666b70;
}

.pulpit7__order-grid strong {
	color: #202124;
	font-size: 13px;
}

.pulpit7__postep {
	width: 100%;
	height: 7px;
}

.pulpit7__postep span {
	width: var(--progress);
}

.pulpit7__order-time {
	color: #62676d;
	font-size: 11px;
	line-height: 1.35;
}

.pulpit7__wniosek {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 7px 9px;
	border-radius: 6px;
	background: #fff2d0;
	color: #5f4300;
	font-size: 12px;
	font-weight: 700;
}

.pulpit7__wniosek small {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.pulpit7__details summary {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid #cfd3d7;
	border-radius: 999px;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.pulpit7__details-list {
	display: grid;
	gap: 7px;
	margin-top: 8px;
}

.pulpit7__detail {
	display: grid;
	gap: 7px;
	padding: 8px;
	border-radius: 6px;
	background: #f6f7f8;
	font-size: 12px;
}

.pulpit7__detail-meta,
.pulpit7__detail-progress > div,
.pulpit7__operation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.pulpit7__ready,
.pulpit7__operation small {
	flex: 0 0 auto;
	padding: 2px 6px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
}

.pulpit7__ready--yes {
	background: #e8f3ed;
	color: #32644e;
}

.pulpit7__ready--no {
	background: #f0f1f2;
	color: #62676d;
}

.pulpit7__detail-progress {
	display: grid;
	gap: 4px;
}

.pulpit7__detail-progress-bar {
	display: block;
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: #dfe3e6;
}

.pulpit7__detail-progress-bar i {
	display: block;
	width: var(--detail-progress);
	height: 100%;
	border-radius: inherit;
	background: #387565;
}

.pulpit7__detail-progress > small {
	color: #747a80;
	font-size: 10px;
}

.pulpit7__operations {
	display: grid;
	gap: 3px;
	margin-top: 4px;
}

.pulpit7__operation {
	padding: 4px 6px;
	border-radius: 4px;
	background: #fff;
	color: #4f555c;
	font-size: 11px;
}

.pulpit7__operation--finished {
	background: #edf6f1;
	color: #315f4d;
}

.pulpit7__operation--ready {
	background: #eef4fa;
	color: #3f617d;
}

.pulpit7__operation--active {
	background: #fff7e5;
	color: #75591f;
}

.pulpit7__operation--paused {
	background: #f8eeee;
	color: #7a4b4b;
}

.pulpit7__operation small {
	background: rgba(255, 255, 255, .72);
	color: inherit;
}

.pulpit7__modal[hidden] {
	display: none;
}

.pulpit7__modal {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}

.pulpit7__modal-bg {
	position: absolute;
	inset: 0;
	background: rgba(20, 22, 24, .54);
}

.pulpit7__modal-box {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 14px;
	width: min(520px, calc(100vw - 32px));
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.pulpit7__modal-box header,
.pulpit7__modal-box footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pulpit7__modal-box h2 {
	margin: 0;
	font-size: 22px;
}

.pulpit7__modal-box header button {
	width: 34px;
	height: 34px;
	border: 1px solid #cfd3d7;
	border-radius: 8px;
	background: #fff;
	color: #202124;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.pulpit7__modal-box p {
	margin: 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f6f7f8;
	color: #33383d;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.pulpit7__modal-box label {
	display: grid;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
}

.pulpit7__modal-box footer {
	justify-content: flex-end;
}

.pulpit7__modal-box footer button {
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid #202124;
	border-radius: 8px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.pulpit7__ghost {
	background: #fff;
	color: #202124;
}

@media (max-width: 1180px) {
	.pulpit7__stan,
	.pulpit7__metryki {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pulpit7__filtry {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.pulpit7 {
		width: min(100% - 24px, 1780px);
		margin: 14px auto;
	}

	.pulpit7__naglowek,
	.pulpit7__stan,
	.pulpit7__metryki,
	.pulpit7__filtry {
		grid-template-columns: 1fr;
	}

	.pulpit7__naglowek {
		padding: 22px 16px;
	}

	.pulpit7 h1 {
		font-size: 32px;
	}

	.pulpit7__panel {
		padding: 14px 10px;
	}

	.pulpit7__tytul {
		align-items: flex-start;
		flex-direction: column;
	}

	.pulpit7__column {
		flex-basis: min(310px, calc(100vw - 56px));
		max-height: none;
	}

	.pulpit7__board--vertical .pulpit7__orders,
	.pulpit7__board--vertical .pulpit7__overdue-summary {
		grid-template-columns: 1fr;
	}
}
