/* Home page styles */
@font-face {
	font-family: 'cakefont';
	src: url('../font/cakedingbats-webfont.eot');
	src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/cakedingbats-webfont.woff2') format('woff2'),
		url('../font/cakedingbats-webfont.woff') format('woff'),
		url('../font/cakedingbats-webfont.ttf') format('truetype'),
		url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,
html {
	height: 100%;
	background: #f2f5f7;
	font-size: 15px;
}

header {
	margin-bottom: 60px;
}

img {
	margin-bottom: 30px;
}

h1 {
	font-weight: bold;
}

.mt0 {
	margin-top: 0 !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

h2 {
	font-weight: bold !important;
	font-size: 21px !important;
}

ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding-left: 25px;
}

a {
	color: #0071BC;
	text-decoration: underline;
}

hr {
	border-bottom: 1px solid #e7e7e7;
	border-top: 0;
	margin-bottom: 35px;
}

#moveSklad {
	float: left;
}

.none {
	display: none !important;
}

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

.links a {
	margin-right: 10px;
}

.release-name {
	color: #D33C43;
	font-weight: 400;
	font-style: italic;
}

.bullet:before {
	font-family: 'cakefont', sans-serif;
	font-size: 18px;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: -1px;
}

.success:before {
	color: #88c671;
	content: "\0056";
}

.problem:before {
	color: #d33d44;
	content: "\0057";
}

.cake-error {
	padding: 10px;
	margin: 10px 0;
}

.dz-details,
.dz-error-message,
.dz-success-mark,
.dz-error-mark {
	display: none !important;
}

.dz-upload {
	display: block;
	height: 3px;
	background: #fff;
	border-radius: 6px;
}

#dropzone {
	display: flex;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}

.dz-success .dz-success-mark {
	display: block !important;
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
}

.dz-image img {
	border-radius: 10px;
}

.dz-preview {
	position: relative;
}

.dz-default {
	width: 100%;
}

.main {
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding: 0 25px;
	float: right;
}

.image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	gap: 20px;
}

.image a {
	display: inline-block;
	text-decoration: none;
	color: #d5202f;
}

nav.menu {
	width: 240px;
	height: calc(100% - 20px);
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 16px;
	float: left;
	position: fixed;
	background: #fff;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	z-index: 100;
	box-shadow: 3px -1px 5px -2px #e1e6ea !important;
}

.relative {
	position: relative;
}

.sn-button {
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 13px;
	background-color: rgba(103, 62, 228, 1);
	color: rgba(255, 255, 255, .95);
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 25px;
	border: 0;
}

.button {
	font-weight: 600;
	border-radius: 8px;
	padding: 0 24px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	font-size: 14px;
	background-color: rgba(103, 62, 228, 0.85);
	color: #fff;
	text-transform: none;
	border: 0 !important;
	white-space: nowrap;
}

.button--green {
	background: rgba(31, 184, 143, 1);
}

.button:hover {
	box-shadow: 0 6px 16px rgba(103, 62, 228, 0.3);
	color: #fff;
	background-color: rgba(103, 62, 228, 1);
}

.button--new,
.button--save,
.button--calendar {
	padding-left: 50px;
	position: relative;
}

.button--new::before,
.button--save::before,
.button--calendar::before {
	background-color: rgba(103, 62, 228, 1);
	border-right: 1px solid rgba(103, 62, 228, 1);
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	border-radius: 8px 0 0 8px;
	background-image: url('../img/plus.svg');
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.button--calendar {
	background: #16a69f;
}

.button--calendar:hover {
	background-color: #05c0b4;
}

.button--calendar::before {
	background-color: #05c0b4;
}

.button--save::before {
	background-image: url('../img/save.svg');
	background-size: 16px;
}

.button--comment::before {
	background-image: url('../img/comment.svg');
	background-size: 18px;
}

.button--red {
	background: #df2020;
}

.button--orange {
	background: #e8cf0e;
}

.button--search {
	background-image: url('../img/search.svg');
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	font-size: 0;
}

.button--calendar::before {
	background-image: url('../img/calendar.svg');
	background-size: 16px;
}

.buttons {
	width: calc(100% - 250px - 40px);
	height: 56px;
	position: fixed;
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	text-align: center;
	padding: 8px 15px;
	right: 20px;
	bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	z-index: 100;
}

.buttons .button {
	font-weight: 600;
	border-radius: 8px;
	padding: 0 24px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.buttons .button:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.buttons .button--save {
	background-color: #05c067;
	box-shadow: 0 4px 12px rgba(5, 192, 103, 0.3);
}

.buttons .button--save:hover {
	background-color: #04a95a;
	box-shadow: 0 6px 16px rgba(5, 192, 103, 0.4);
}

.buttons .button--save::before {
	background-color: #007c74;
	border-color: #007c43;
}

.buttons .button--save:before {
	display: none !important;
}

.arrow-icon {
	padding-left: 15px;
	background: url('../img/arrow.svg') no-repeat left center;
	background-size: 9px;
}

.red-color {
	color: #d31010 !important;
}

.red-color .arrow-icon {
	padding-left: 15px;
	background: url('../img/arrow-red.svg') no-repeat left center;
	background-size: 9px;
}

#comments {
	margin-bottom: 70px;
}

.settings-button {
	float: left;
	padding: 20px;
	padding-left: 50px;
	width: 200px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	color: #5b6064;
	border: 1px solid #e1e6ea;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb;
	transition: all .35s;
	margin-right: 10px;
	margin-bottom: 10px;
}

.settings-button:hover {
	color: #495057;
	border-color: rgba(106, 227, 195) !important;
	outline: 0;
	box-shadow: 0 0 0 .35rem rgba(106, 227, 195, .25) !important;
}

.icon-tasks {
	background: #fff url('../img/tasks.svg') no-repeat left 15px center;
	background-size: 24px;
}

.icon-ftp {
	background: #fff url('../img/ftp.svg') no-repeat left 15px center;
	background-size: 24px;
}

.icon-balance {
	background: #fff url('../img/balance.svg') no-repeat left 15px center;
	background-size: 24px;
}

.icon-categories {
	background: #fff url('../img/categories.svg') no-repeat left 15px center;
	background-size: 24px;
}

.icon-article {
	background: #fff url('../img/articles.svg') no-repeat left 15px center;
	background-size: 24px;
}

canvas {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
	border-radius: 5px;
	margin-bottom: 20px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="tel"],
textarea,
select {
	background: #fff !important;
	color: #5b6064 !important;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
	transition: all .35s;
	appearance: none;
	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(103, 62, 228, .7) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(103, 62, 228, .25) !important;
}

input[type="number"].red:focus,
input[type="number"].red {
	border-color: rgba(215, 44, 44, 0.62) !important;
	color: rgba(215, 44, 44, 1) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(215, 44, 44, .25) !important;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.input-price {
	margin-bottom: 1rem;
}

.input-group input {
	width: 80% !important;
}

.input-group.w100p .input input {
	width: 100% !important;
}

.abs-pos {
	position: absolute;
	top: -20px;
	right: 2px;
}

.input-group-prepand {
	display: -ms-flexbox;
	display: flex;
	margin-right: -3px;
	position: absolute;
	right: 0;
	top: -2px;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 11px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0 3px 3px 0;
	position: relative;
	margin-top: 20px;
	right: 3px;
	cursor: pointer;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
}

.checkbox-input {
	padding-right: 30px !important;
}

.checkbox-input label {
	margin-left: 15px !important;
	padding-left: 8px;
	padding-top: 1px;
}

.checkbox-input input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-input label {
	position: relative;
}

.checkbox-input label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
}

.checkbox-input label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.small-col.checkbox-input label::before,
.small-col.checkbox-input label::after {
	top: 31px !important;
	left: 45px !important;
}

label.active::before {
	background: rgba(103, 62, 228, 1);
}

label.active::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

select {
	appearance: none;
	background: #fff url('../img/arrow-down.svg') no-repeat center right 15px !important;
	background-size: 15px !important;
}

label {
	margin-bottom: 5px !important;
	line-height: 1 !important;
	font-size: 13px !important;
}

h1 {
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	font-size: 28px !important;
}

form {
	margin-top: 15px;
}

.col {
	max-width: 300px;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.col-3 {
	max-width: 300px;
	float: left;
}

.col-price {
	max-width: 205px;
	float: left;
	margin-right: 10px;
}

.col-price .input {
	width: 225px;
}

.col-4 {
	max-width: 400px;
	float: left;
}

.col-5 {
	max-width: 500px;
	float: left;
}

.logo {
	width: 100%;
	height: 95px;
	background: url('https://www.balmeto.cz/img/logo.svg') no-repeat center center;
	background-size: contain;
	display: block;
	margin-bottom: 25px;
	font-size: 39px;
	text-align: center;
	line-height: 50px;
	color: rgba(103, 62, 228, 1);
	letter-spacing: 2px;
	transform: scale(2);
	text-transform: uppercase;
	cursor: pointer;
}

.logo small {
	color: #606c76;
	display: block;
	line-height: 1;
	font-size: 13px;
	text-transform: none;
}

.menu-link {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
	font-weight: 500;
	color: rgb(32, 36, 40);
	transition: 0.3s all;
	position: relative;
	margin-bottom: 10px;
	text-decoration: none !important;
}

.menu-link svg {
	font-size: 20px !important;
	height: 20px !important;
	position: relative;
	top: 4px;
	margin-right: 10px;
	width: 30px;
	color: rgba(0, 0, 0, 0.4);
	transition: .3s all;
}

.menu-link:before {
	width: 110%;
	height: 100%;
	background: rgba(103, 62, 228, .1);
	position: absolute;
	content: '';
	left: -7.5%;
	top: 0;
	opacity: 0;
	transition: .3s all;
	border-radius: 14px;
}

.menu-link:hover,
.menu-link.active,
.menu-link:hover svg,
.menu-link.active svg {
	color: rgba(103, 62, 228, 1);
}

.menu-link:hover:before,
.menu-link.active:before {
	opacity: 1;
}

.menu-link--logout {
	width: 199px;
	position: absolute;
	bottom: 15px;
	color: #e43434 !important;
}

.menu-link--logout svg {
	color: rgba(227, 52, 52, 0.58) !important;
}

.menu-link--logout:before {
	background: rgba(217, 30, 30, 0.1) !important;
}

.menu-link--logout:hover,
.menu-link--logout:hover svg {
	color: #fff !important;
}

.menu-link--logout:hover:before {
	background: #e43434 !important;
}

.sorting:hover {
	color: rgba(103, 62, 228, 1) !important;
	text-decoration: underline;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: rgba(0, 0, 0, .8) !important;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
}

table small {
	display: block;
	margin-top: 5px;
}

table td:first-child,
table th:first-child {
	padding-left: 15px;
}

tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.025);
}

table td:last-child,
table th:last-child {
	padding-right: 15px;
}

table td a {
	color: #3387af;
}

table tr.green td {
	background: rgba(106, 227, 195, .5);
	color: #000;
}

table td a:hover {
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
}

table .dblclick {
	cursor: pointer;
	transition: .3s all;
}

table .dblclick:hover {
	background: rgba(106, 227, 195, 0.065);
}

table .view a,
table .delete a,
table .copy a,
table .reclamation a,
table .status a,
table .inf a,
table .month-1 a,
table .month-2 a,
table .month-3 a,
table .users_actions a,
table .pdf a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .pdf a {
	width: 25px;
}

table .view a:hover,
table .pdf a:hover,
table .copy a:hover,
table .reclamation a:hover,
table .month-1 a:hover,
table .month-2 a:hover,
table .month-3 a:hover,
table .inf a:hover,
table .users_actions a:hover,
table .delete a:hover,
table .status a:hover {
	opacity: 1;
}

table .pdf a {
	background: url('../img/pdf.svg') no-repeat center left;
	background-size: contain;
}

table .copy a {
	background: url('../img/copy.svg') no-repeat center left;
	background-size: contain;
}

table .reclamation a {
	background: url('../img/reclamation.svg') no-repeat center left;
	background-size: contain;
}

table .inf a {
	background: url('../img/inf.svg') no-repeat center left;
	background-size: contain;
	opacity: .2;
}

table .month-1 a {
	background: url('../img/1month.svg') no-repeat center left;
	background-size: contain;
	opacity: .2;
}

table .month-2 a {
	background: url('../img/2month.svg') no-repeat center left;
	background-size: contain;
	opacity: .2;
}

table .month-3 a {
	background: url('../img/3month.svg') no-repeat center left;
	background-size: contain;
	opacity: .2;
}

#inf-filter.active,
#month1-filter.active,
#month2-filter.active,
#month3-filter.active {
	opacity: 1;
}

table .view a,
.icon-edit {
	background: url('../img/pencil.svg') no-repeat center left;
	background-size: contain;
}

table .delete a,
.icon-trash {
	background: url('../img/trash.svg') no-repeat center left;
	background-size: contain;
}

table .status a {
	background: url('../img/check.svg') no-repeat center left;
	background-size: contain;
}

table .status.deactive a {
	background: url('../img/ban.svg') no-repeat center left;
	background-size: contain;
}

table .users_actions a {
	background: url('../img/balance.svg') no-repeat center left;
	background-size: contain;
}

.reclamation-after {
	display: block;
	position: relative;
}

.reclamation-after::after {
	content: 'Reklamace';
	padding: 4px;
	border-radius: 4px;
	background: #4c4c4c;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 30px;
	top: -1px;
	pointer-events: none;
	opacity: 0;
	transition: .3s all;
}

.reclamation-after:hover::after {
	opacity: 1;
}

table th small {
	display: block;
}

ul.jqtree-tree {
	list-style: none outside;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

ul.jqtree-tree.jqtree-dnd {
	touch-action: none;
}

ul.jqtree-tree ul.jqtree_common {
	list-style: none outside;
	margin-left: 12px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
}

ul.jqtree-tree li.jqtree-closed>ul.jqtree_common {
	display: none;
}

ul.jqtree-tree li.jqtree_common {
	clear: both;
	list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
	border-bottom: none;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
	color: #000;
	text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
	background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
	margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
	margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
	cursor: pointer;
	position: relative;
	display: flex;
}

ul.jqtree-tree .jqtree-title {
	color: #1c4257;
	vertical-align: middle;
	margin-left: 1.5em;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
	margin-left: 0;
}

ul.jqtree-tree li.jqtree-folder {
	margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
	margin-bottom: 1px;
}

ul.jqtree-tree li.jqtree-ghost {
	position: relative;
	z-index: 10;
	margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
	display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
	border: solid 2px rgba(103, 62, 228, 1);
	border-radius: 100px;
	height: 8px;
	width: 8px;
	position: absolute;
	top: -4px;
	left: -6px;
	box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
	background-color: rgba(103, 62, 228, 1);
	height: 2px;
	padding: 0;
	position: absolute;
	top: -1px;
	left: 2px;
	width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
	margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
	position: absolute;
	display: block;
	left: -2px;
	top: 0;
	border: solid 2px rgba(103, 62, 228, 1);
	border-radius: 6px;
	margin: 0;
	box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected>.jqtree-element,
ul.jqtree-tree li.jqtree-selected>.jqtree-element:hover {
	background-color: rgba(31, 184, 143, 0.3);
	background: linear-gradient(#bee0f5, #89afca);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving>.jqtree-element .jqtree-title {
	outline: dashed 1px rgba(103, 62, 228, 1));
}

ul.jqtree-tree.jqtree-rtl {
	direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
	margin-left: 0;
	margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
	margin-left: 0.5em;
	margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
	margin-left: 0;
	margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
	margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
	margin-right: 0;
	margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
	right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
	right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
	margin-left: 0;
	margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
	right: -2px;
}

span.jqtree-dragging {
	color: #fff;
	background: #000;
	opacity: 0.6;
	cursor: pointer;
	padding: 2px 8px;
}

.float-right {
	float: right;
}

.float-right .col {
	padding-right: 0;
	padding-left: 10px;
}

.float-left {
	float: left;
}

.ml-15 {
	margin-left: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mr15 {
	margin-right: 15px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.jqtree-element {
	background: #fff !important;
	border: 0px solid rgb(225, 230, 234);
	border-radius: 4px;
	padding: 10px 11px 7px 17px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin-bottom: 10px !important;
	box-shadow: 0 1px 2px rgba(63, 71, 79, .15);
	transition: 0.3s all;
}

.jqtree-element:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(63, 71, 79, .15);
}

.clear {
	clear: both;
}

#editor {
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
}

.ql-toolbar {
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
	padding-bottom: 0 !important;
}

.col-3 {
	width: 33%;
	box-sizing: border-box;
	padding-right: 15px;
}

.message.success::before {
	display: none;
}

.message {
	margin-top: 25px;
	max-width: 50%;
}

#ftp-images .thumb-editor {
	margin-bottom: 0;
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
}

.ql-image-ftp {
	background: url('../img/img.svg') no-repeat center center !important;
	background-size: 18px !important;
}

.file-caption.form-control.kv-fileinput-caption {
	height: 4.8rem !important;
}

.file-input .file-preview .close {
	display: none;
}

.file-input .btn {
	line-height: 38px !important;
	cursor: pointer;
}

.login-section {
	width: 100%;
}

.login-section {
	width: 100%;
}

.login-page {
	width: 92%;
	max-width: 450px;
	padding: 15px;
	border-radius: 4px;
	margin: 155px auto;
}

.login-page fieldset {
	margin: 0;
	margin-bottom: 20px;
}

.login-page input {
	margin-bottom: 0;
}

.border-bottom-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom: 0;
	margin-bottom: -1px;
}

.border-top-none {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	margin-top: -1px;
}

.login-page h3,
.login-page legend {
	text-align: center;
	width: 100%;
}

.login-page legend {
	margin-bottom: 40px;
}

.login-page .col-3 {
	width: 50%;
}

.login-page .col-3:nth-child(3) {
	padding-right: 0;
}

.login-page .submit {
	text-align: center;
}

.login-page .submit .button {
	display: inline-block;
}

.w100p {
	width: 100% !important;
}

#branches {
	width: 150px;
	position: absolute;
	right: 55px;
	top: 10px;
	cursor: pointer;
}

.sklad::before {
	content: attr(data-logged);
	position: absolute;
	right: 240px;
	top: 14px;
	font-weight: 500;
}

.sklad::after {
	content: attr(data-group);
	position: absolute;
	right: 240px;
	top: 30px;
	font-size: 13px;
	font-weight: 300;
}

.small-col {
	width: 80px;
}

.col-left {
	width: 49.5%;
	float: left;
}

.col-right {
	width: 49.5%;
	float: right;
}

.col var {
	font-style: normal;
	width: 80px;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
}

#branches {
	width: 150px;
	position: absolute;
	right: 75px;
	top: 10px;
	cursor: pointer;
}

.activeOrders {
	position: absolute;
	right: 25px;
	width: 36px;
	top: 10px;
	height: 36px;
	background: rgba(103, 62, 228, 1);
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.activeOrders::before {
	content: 'Počet aktivních zakázek pobočky';
	position: absolute;
	right: 45px;
	top: 0;
	background: #6b6b6b;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	width: 150px;
	pointer-events: none;
	line-height: 1.3;
	opacity: 0;
	transition: .3s all;
}

.activeOrders::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #6b6b6b;
	content: '';
	position: absolute;
	left: -10px;
	top: 15px;
	opacity: 0;
	transition: .3s all;
}

.activeOrders:hover::before,
.activeOrders:hover::after {
	opacity: 1;
}

#showHiddenComments {
	text-decoration: underline;
	color: rgba(103, 62, 228, 1);
}

#showHiddenComments:hover {
	text-decoration: none;
}

.completedComment {
	background: url('../img/check.svg') no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transition: .3s all;
}

.comment {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #e1e6ea;
	position: relative;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb;
}

.comment:hover .completedComment {
	opacity: .15;
}

.completedComment:hover {
	opacity: .45 !important;
}

.comment:nth-child(odd) {
	background: #f5f5f5;
}

.comment p {
	font-size: 12px;
}

.comment h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

.actions {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	top: 0px;
	right: 30px;
	opacity: 0;
	pointer-events: none;
	transition: .3s all;
}

.actions li {
	display: inline-block;
	margin-right: 5px;
}

.actions li a {
	display: block;
	width: 15px;
	height: 15px;
}

.comment date {
	font-size: 13px;
	color: #5b6064;
	margin-top: 2px;
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
	letter-spacing: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-left: 5px;
}

.comment a {
	color: rgba(103, 62, 228, 1);
}

.comment a:hover {
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
}

.comment:hover .actions {
	opacity: 1;
	pointer-events: all;
}

.comment.eye {
	background-image: url('../img/eye.svg');
	background-position: right 10px top 10px;
	background-size: 30px;
	background-repeat: no-repeat;
}

.comment.pdf {
	background-image: url('../img/pdf.svg');
	background-position: right 10px top 10px;
	background-size: 20px;
	background-repeat: no-repeat;
}

.task-order,
.task-variant {
	width: 100%;
	float: left;
	min-height: 40px;
	padding: 5px 15px 5px 15px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb;
	border-radius: 3px;
	position: relative;

	display: flex;
	align-content: center;
	align-items: center;
}

.task-variant a {
	float: right;
	color: #ec0c0c;
}

.task-variant .info {
	width: 100%;
}

.task-order p,
.task-order .ask {
	width: 350px;
	float: left;
	padding-top: 15px;
}

.task-variant p {
	line-height: 40px;
}

.task-order .ask {
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
}

.task-order .input.text {
	margin-left: 0 !important;
}

.task-order .basic .input label {
	display: none;
}

.task-order:nth-child(1) .basic .input label {
	display: block;
}

.task-order:nth-child(1) .basic p,
.task-order:nth-child(1) .basic a {
	padding-top: 30px;
}

.delete-task {
	color: #dc2626;
	font-weight: normal;
	font-size: 13px;
	position: relative;
	top: -1px;
	opacity: 0;
	transition: .25s all;
	pointer-events: none;
}

.delete-task:hover {
	color: #dc2626;
	text-decoration: underline;
}

.task-order:hover .delete-task {
	opacity: 1;
	pointer-events: all;
}

.task-order .done,
.task-variant .done-variant {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff url('../img/only-check.svg') no-repeat center center;
	background-size: 10px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 100%;
	transition: .3s all;
}

.task-order select {
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 12px;
	text-align: right;
	padding-right: 32px;
}

.task-order .done.active,
.task-variant .done-variant.active {
	background: rgba(103, 62, 228, 1) url('../img/only-check-white.svg') no-repeat center center;
	background-size: 10px;
	border-color: rgba(103, 62, 228, 1);
}

.task-order span {
	width: 150px;
	float: right;
	color: #5b6064;
	font-weight: normal;
}

.task-title {
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url('../img/plus-circle.svg') no-repeat left center;
	background-size: 14px;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.task-title.active {
	background: url('../img/minus-circle.svg') no-repeat left center;
	background-size: 14px;
}

.task-prices .task-order {
	padding-left: 15px;
}

.task-prices .task-order .text.input {
	width: 100px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.task-order-new .text.input {
	width: 100% !important;
}

.input-new {
	margin-bottom: 1rem;
}

.price-span {
	float: right;
	background: rgba(103, 62, 228, .8);
	color: #fff;
	padding: 2px 15px;
	border-radius: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.hide {
	animation: goAway;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.task-order .info .basic {
	width: calc(100% - 160px);
	float: left;
	margin-top: 11px;
	font-size: 12px;
}

.on-dashboard .basic {
	margin-top: 4px !important;
}

.on-dashboard {
	padding-bottom: 10px;
}

.on-dashboard a.view {
	color: rgba(103, 62, 228, 1);
}

.on-dashboard a.view:hover {
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
}

.on-dashboard .info span {
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding-left: 0;
	list-style: none;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.pagination li {
	margin: 0 !important;
}

.pagination li a {
	padding: 0 14px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	box-sizing: border-box;
	color: #3c3c43;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e1e6ea;
	border-radius: 8px !important;
	transition: all .2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.pagination li a:hover {
	background: #f5f5f7;
	border-color: #d1d1d6;
	color: #1d1d1f;
}

.pagination li.active a {
	background: rgba(103, 62, 228, 1);
	border-color: rgba(103, 62, 228, 1);
	color: #fff;
	box-shadow: 0 2px 6px rgba(103, 62, 228, 0.3);
}

.link {
	position: relative;
	top: 10px;
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
}

#choose-branch {
	position: relative;
	top: 30px;
}

#pick-branch {
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 50px;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
}

#pick-branch::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	z-index: 2;
}

#pick-branch::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent #e1e6ea transparent;
	content: '';
	position: absolute;
	left: 19px;
	top: -11px;
	z-index: 1;
}

.done-order,
.reclamation-order {
	font-size: 14px;
	font-weight: bold;
	background: #e43434;
	color: #fff;
	padding: 3px 8px;
	border-radius: 3px;
	margin-left: 5px;
	position: relative;
	top: -3px;
	letter-spacing: .2px;
}

.reclamation-order {
	background: #e1810a;
}

.box {
	margin-bottom: 10px;
	margin-right: 10px;
}

.box,
.history-box {
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
	border-radius: 4px;
	background: #fff;
	float: left;
	padding: 10px;
}

.history-box {
	float: right;
}

.history-box ul li:last-child {
	margin-bottom: 0;
}

.box .col {
	width: 80px;
}

.none-events {
	pointer-events: none;
	opacity: 0.9;
}

#confirm {
	width: 330px;
	height: 202px;
	text-align: center;
	line-height: 1.7;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: .3s opacity;
}

#confirm.active {
	opacity: 1;
	pointer-events: all;
}

#confirm::after {
	width: 100000px;
	height: 1000000px;
	background: #000;
	content: '';
	position: absolute;
	left: -50000px;
	top: -50000px;
	z-index: -1;
	opacity: 0.25;
}

#confirm .content {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#confirm .wrap {
	padding: 20px;
	text-align: left;
	height: 156px;
}

a.close-modal {
	position: static;
	width: 50%;
	float: left;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	line-height: 45px;
	padding: 0;
	color: rgba(0, 0, 0, 0.47);
}

#confirm .none-events {
	opacity: 1;
	color: #f28181;
}

.red-warning {
	padding: 3px 6px;
	;
	border-radius: 3px;
	color: #fff;
	background: #d31010;
	display: inherit;
}

#mobile-menu {
	display: none;
}

@keyframes goAway {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	90% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(100%);
		opacity: 0;
		height: 0;
		position: absolute;
		display: none;
	}
}

#show-filter {
	display: none;
}

.created-input {
	width: 135px !important;
	margin-bottom: 0;
}

#inf-filter {
	position: relative;
}

#inf-filter::after {
	position: absolute;
	content: attr(data-info);
	padding: 5px;
	border-radius: 4px;
	background: #434343;
	color: #fff;
	bottom: -2px;
	left: -135px;
	width: 128px;
	font-size: 13px;
	transition: .3s all;
	opacity: 0;
	pointer-events: none;
}

#inf-filter:hover::after {
	opacity: 1;
}

.no-events {
	pointer-events: none;
}

.hidden-fields {
	height: 110px;
	overflow: hidden;
	position: relative;
}

.toggleFields {
	position: relative;
	padding-left: 25px;
}

.toggleFields::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	background: url('../img/plus-circle.svg') no-repeat left center;
}

.toggleFields.active::before {
	background: url('../img/minus-circle.svg') no-repeat left center;
}

@media (max-width: 1445px) {
	#filter .col {
		max-width: 115px !important;
	}
}

.order-table a {
	display: table;
}

@media (max-width: 1024px) {
	.overflow-table {
		width: 100%;
		overflow-x: scroll;
	}

	.menu {
		pointer-events: none;
		transform: translateX(-250px);
		transition: .3s all;
	}

	.menu.active {
		pointer-events: all;
		transform: translateX(0);
	}

	.main {
		width: 100%;
		padding: 0 10px;
		margin-top: 40px;
	}

	.order-table tr th:nth-child(2),
	.order-table tr th:nth-child(3),
	.order-table tr th:nth-child(6),
	.order-table tr td:nth-child(2),
	.order-table tr td:nth-child(3),
	.order-table tr td:nth-child(6) {
		height: 61px;
	}

	.order-table tr th:nth-child(4),
	.order-table tr td:nth-child(4) {
		height: 61.5px;
	}

	.order-table tr th:nth-child(7),
	.order-table tr td:nth-child(7) {
		height: 66.5px;
	}

	.order-table tr th:nth-child(8),
	.order-table tr td:nth-child(8) {
		height: 48px;
	}

	.order-table tr td:nth-child(5) small {
		display: none;
	}

	.dashboard-table tr th:nth-child(2),
	.dashboard-table tr th:nth-child(4),
	.dashboard-table tr td:nth-child(2),
	.dashboard-table tr td:nth-child(4) {
		height: 61px;
	}

	.dashboard-table tr th:nth-child(6),
	.dashboard-table tr td:nth-child(6) {
		height: 67.5px;
	}

	.dashboard-table tr th:nth-child(7),
	.dashboard-table tr td:nth-child(7) {
		height: 48px;
	}

	table tr th:last-child {
		height: 48px;
	}

	.no-mobile {
		display: none;
	}

	#branches {
		right: 10px;
	}

	.sklad::before,
	.sklad::after {
		display: none;
	}

	form[method="post"] .col {
		max-width: 100% !important;
		width: 50% !important;
		margin-right: 0 !important;
	}

	.buttons {
		width: 100%;
	}

	.mobile-margin {
		width: 100%;
		height: 100px;
		float: left;
	}

	.col-left,
	.col-right {
		width: 100% !important;
	}

	.button--calendar {
		display: none;
	}

	#mobile-menu {
		display: block;
		position: fixed;
		top: 10px;
		left: 10px;
		background: #fff url('../img/bars.svg') no-repeat center center;
		background-size: 15px;
		border-radius: 4px;
		height: 40px;
		width: 40px;
		cursor: pointer;
		border: 1px solid #e1e6ea !important;
		border-bottom-color: rgb(225, 230, 234);
		border-bottom-color: #d4dbe1;
		box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
		z-index: 100000;
	}

	#nav {
		padding-top: 60px;
	}

	.logo {
		display: none;
	}

	form .float-right {
		display: none;
	}

	#sendComment {
		display: block !important;
		float: left !important;
	}

	#comments .col.checkbox-input {
		width: 100% !important;
	}

	#show-filter {
		display: inline-block;
		position: relative;
		top: -14px;
	}
}

.first-no-mb .input.checkbox {
	margin-bottom: 0 !important;
}

.checkbox-float .checkbox {
	float: left;
	width: 50%;
}

.checkbox-float {
	margin-bottom: 15px;
	width: 100%;
	float: left;
}

.disable-state {
	color: #818181 !important;
	position: relative;
}

.disable-state::before {
	content: 'Nelze změnit stav, nejsou dokončené všechny úkoly';
	position: absolute;
	left: 65px;
	top: 0;
	background: #6b6b6b;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	width: 150px;
	pointer-events: none;
	opacity: 0;
	transition: .3s all;
}

.disable-state::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #6b6b6b transparent transparent;
	content: '';
	position: absolute;
	right: -11px;
	top: 9px;
	opacity: 0;
	transition: .3s all;
}

.disable-state:hover::before,
.disable-state:hover::after {
	opacity: 1;
}

.disable-state .arrow-icon {
	background: url('../img/arrow-gray.svg') no-repeat left center;
}

.section {
	width: 100%;
	float: left;
}

#calling {
	margin-right: 10px;
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
	float: right;
	position: relative;
	top: 8px;
}

#calling-info {
	pointer-events: none;
	opacity: 0;
	position: fixed;
	transition: .3s all;
	width: 262px;
	padding: 10px;
	height: 120px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
	bottom: 55px;
	right: 10px;
	z-index: 1000;
}

#calling-info.active {
	opacity: 1;
	pointer-events: all;
}

.green-color {
	color: rgba(103, 62, 228, 1);
}

.sn {
	color: #383d41;
	background-color: #e2e3e5;
	border: 1px solid #d6d8db;
	border-radius: 3px;
	padding: 5px 8px;
	margin: 5px;
	margin-left: 0;
	margin-top: 0;
}

.fieldset {
	border-width: 1px;
	padding: .35em .75em .625em;
	border-radius: 3px;
	background: #fff !important;
	border-color: rgba(225, 230, 235, 0.4) !important;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb !important;
}

.tabs {
	width: 100%;
	max-width: 300px;
	display: inline-block;
	padding: 0;
	height: 38px;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .26);
	position: relative;
	top: 8px;
	margin-left: 10px;
}

.tabs li {
	width: 33.333%;
	display: block;
	float: left;
	cursor: pointer;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 15px;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: .3s all;
}

.tabs.li-4 {
	max-width: 400px;
}

.tabs.li-4 li {
	width: 25%;
}

.tabs li:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tabs li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.tabs li a {
	color: #000 !important;
	padding: 10px 15px;
	display: block;
}

.tabs li.active,
.tabs li.active a {
	color: #fff !important;
}

.color-green {
	color: rgba(103, 62, 228, 1);
}

.color-red,
.color-red a {
	color: #df2020 !important;
}

.tabs li::before {
	content: '';
	background: #d50000;
	width: 93%;
	height: 90%;
	position: absolute;
	left: 3%;
	top: 5%;
	z-index: -1;
	border-radius: 6px;
	box-shadow: 0 4px 9px rgba(213, 0, 0, .27);
	opacity: 0;
	transition: .3s all;
}

.tabs li:first-child {
	border-radius: 6px 0 0 6px;
}

.tabs li:last-child {
	border-radius: 0 6px 6px 0;
}

.tabs li:last-child::before {
	left: 4%;
}

.tabs li.active::before {
	opacity: 1;
}

.hideBranches .sklad,
.hideBranches .activeOrders {
	display: none;
}

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	z-index: 100;
}

.modalWin {
	width: 400px;
	height: 270px;
	background: #fff;
	display: none;
	border-radius: 6px;
	position: fixed;
	z-index: 10000;
	left: 0;
	margin: auto;
	right: 0;
	top: 100px;
	box-sizing: border-box;
	padding: 20px;
}

#closeAskModal {
	color: #cd1b1b;
	margin-left: 20px;
	text-decoration: underline;
}

.modalWin.active {
	display: block;
}

.label {
	display: inline-block;
	width: 100px;
}

tr.deactive,
tr.deactive a {
	color: #c6c6c6 !important;
}

.doNotAllow .done {
	opacity: .4;
	pointer-events: none;
}

.doNotAllow h2 var {
	font-size: 13px;
	position: absolute;
	font-style: normal;
	background: #6b6b6b;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	line-height: 1.3;
	font-weight: normal;
	margin-left: 15px;
	letter-spacing: .5px;
}

.doNotAllow h2 var::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #6b6b6b transparent transparent;
	content: '';
	position: absolute;
	left: -5px;
	top: 8.5px;
	transition: .3s all;
}

.image--drag {
	display: flex;
	flex-flow: column-reverse;
	gap: 10px;
	padding-top: 10px;
	background: #fff;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb;
}

.image--drag img {
	margin-bottom: 0;
}

.edit-link {
	margin-right: 15px;
	color: #9074e9 !important;
	text-decoration: underline;
}

.newComposits .col-price {
	width: 140px;
}

.tab-seg {
	position: relative;
	display: inline-flex;
	background: #e5e5ea;
	border-radius: 9px;
	padding: 2px;
	gap: 2px;
	margin-bottom: 1.5rem;
	z-index: 1;
}

.tab-seg::before {
	content: '';
	position: absolute;
	top: 2px;
	left: var(--tab-left, 2px);
	width: var(--tab-width, 0px);
	height: calc(100% - 4px);
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .18), 0 0.5px 1px rgba(0, 0, 0, .12);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.tab-btn {
	position: relative;
	border: none;
	background: transparent;
	padding: 7px 22px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 500;
	color: #3c3c43;
	cursor: pointer;
	transition: color 0.3s ease;
	z-index: 2;
}

.tab-btn.active {
	background: transparent;
	color: #000;
	box-shadow: none;
}

.ql-container {
	background: #fff;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.list {}

.list a {
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.arrow-right {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../img/arrow-right.svg') no-repeat center center;
	background-size: auto;
	background-size: contain;
	transform: rotate(-90deg);
}

table td a {
	color: rgba(103, 62, 228, 1);
}

.tab-panel {
	display: none;
	padding-bottom: 60px;
}

.tab-panel.active {
	display: block;
}

.ql-container.ql-snow {
	border-radius: 0 0 8px 8px;
	min-height: 140px;
	border-color: #d1d1d6;
}

.ql-toolbar.ql-snow {
	border-radius: 8px 8px 0 0;
	border-color: #d1d1d6;
	background: #f5f5f7;
}

.modern-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none !important;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.02) !important;
	margin: 30px 0;
}

.modern-table th {
	background: #fbfbfd;
	color: #86868b;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 16px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.modern-table td {
	padding: 14px 20px;
	border-bottom: 1px solid #f5f5f7;
	vertical-align: middle;
}

.modern-table tr:last-child td {
	border-bottom: none;
}

.modern-table tr {
	background: #fff;
	transition: background 0.2s;
}

.modern-table tr:nth-child(even) {
	/*background: #fdfdfd;*/
}

.modern-table tr:hover,
.modern-table .dblclick:hover {
	background: #f5f5f7 !important;
}

.modern-table td:first-child,
.modern-table th:first-child {
	padding-left: 20px;
}

.modern-table td:last-child,
.modern-table th:last-child {
	padding-right: 20px;
}

.badge-yes {
	display: inline-block;
	background: #e6f4ea;
	color: #137333;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
}

.badge-no {
	display: inline-block;
	background: #fce8e6;
	color: #c5221f;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
}

.modern-section {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px 32px;
	margin-bottom: 32px;
	box-shadow: 0 4px 24px rgba(120, 40, 180, 0.08);
}

.modern-section-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
	color: #1d1d1f;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 12px;
}

.modern-section-subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
	margin: 20px 0 12px 0;
}

.modern-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.modern-section .input {
	margin-bottom: 0px;
}

.modern-section label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #86868b;
	margin-bottom: 8px !important;
	outline: none !important;
}

.modern-section input[type="text"],
.modern-section input[type="email"],
.modern-section input[type="number"],
.modern-section select,
.modern-section textarea {
	width: 100%;
	background-color: #f5f5f7;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 15px;
	margin-bottom: 0;
	color: #1d1d1f;
	transition: all 0.2s ease;
	box-sizing: border-box;
	padding: 10px 14px;
}

.modern-section input[type="text"]:focus,
.modern-section input[type="email"]:focus,
.modern-section input[type="number"]:focus,
.modern-section select:focus,
.modern-section textarea:focus {
	outline: none;
	background-color: #ffffff;
	border-color: #a040d0;
	box-shadow: 0 0 0 3px rgba(160, 64, 208, 0.2);
}

.search-result-item img,
.assigned-product-item img,
.assigned-product-item .remove-product-btn {
	margin-bottom: 0 !important;
}

.red-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #e74c3c;
	border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
	cursor: help;
}

@keyframes aiGlowRotateCW {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

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

	100% {
		transform: rotate(0deg);
	}
}

@keyframes aiGlowPulse {

	0%,
	100% {
		opacity: 0.8;
		filter: blur(14px);
	}

	50% {
		opacity: 1;
		filter: blur(24px);
	}
}

.apple-intelligence-glow {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 999999;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	overflow: hidden;
}

.apple-intelligence-glow.active {
	opacity: 1;
}

/* Okrajová maska záře:
   1. clip-path: inset(0) ZARUČUJE 100% HRANATÉ VNĚJŠÍ ROHY (0px) lícující s displejem.
   2. XOR maska s padding 16px a border-radius 36px VYŘÍZNE STŘED OBSAHU, takže střed je 100% PRŮHLEDNÝ a má VNITŘNÍ ZAKULACENÉ ROHY.
   3. Rozostření na vrstvách dodá plynulé slábnutí (fade-out) zevnitř.
*/
.ai-edge-glow-mask {
	position: absolute;
	inset: 0;
	padding: 16px;
	/* Tloušťka svítící lišty u okrajů */
	border-radius: 36px;

	/* XOR maska: vyřízne středový obsah tak, že zůstane kompletně průhledný */
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	/* Vnější ořez: zaručuje ostré 0px hranaté vnější rohy přímo u obrazovky */
	clip-path: inset(0);
	overflow: hidden;
}

.ai-glow-layer {
	position: absolute;
	inset: -100vmin;
}

/* Vrstva 1: Hlavní Apple Intelligence gradient (Cyan, Purple, Magenta, Gold, Blue) */
.ai-glow-layer.layer-1 {
	background: conic-gradient(from 0deg at 50% 50%,
			#5ee7e7 0deg,
			#a855f7 60deg,
			#ec4899 120deg,
			#ffb703 180deg,
			#3b82f6 240deg,
			#a855f7 300deg,
			#5ee7e7 360deg);
	animation: aiGlowRotateCW 3.8s linear infinite, aiGlowPulse 2.4s ease-in-out infinite;
}

/* Vrstva 2: Druhá protiběžná shimmering vrstva s prolínáním */
.ai-glow-layer.layer-2 {
	background: conic-gradient(from 180deg at 50% 50%,
			#ff2a85 0deg,
			#3b82f6 70deg,
			#5ee7e7 140deg,
			#ffb703 210deg,
			#a855f7 280deg,
			#ff2a85 360deg);
	animation: aiGlowRotateCCW 5.2s linear infinite;
	opacity: 0.8;
	mix-blend-mode: color-dodge;
	filter: blur(18px);
}

/* Styl pro tlačítko zkontrolováno v liště */
.btn-check-product {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	background: #f1f3f5 !important;
	color: #495057 !important;
	border: 1px solid #ced4da;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	font-weight: 600;
	position: relative;
	user-select: none;
}

.btn-check-product:hover {
	background: #e9ecef !important;
	color: #212529 !important;
	border-color: #adb5bd;
}

.btn-check-product.is-checked {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
	color: #ffffff !important;
	border-color: #059669 !important;
	box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4) !important;
}

.btn-check-product.is-checked:hover {
	background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
	box-shadow: 0 6px 18px rgba(16, 185, 129, 0.5) !important;
}

.btn-check-product .check-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
}

.btn-check-product.is-checked .check-icon {
	transform: scale(1.1);
}

.btn-check-product:active {
	transform: scale(0.97);
}

/* Zelená vlaječka v tabulce přehledu */
.green-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
	vertical-align: middle;
	cursor: help;
	transition: transform 0.2s ease;
}

.green-flag:hover {
	transform: scale(1.2);
}

.green-flag svg {
	display: inline-block;
	vertical-align: middle;
	filter: drop-shadow(0 1px 2px rgba(16, 185, 129, 0.35));
}

/* Toast notifikace pro okamžitou zpětnou vazbu */
.check-toast {
	position: fixed;
	bottom: 90px;
	right: 30px;
	background: #1e293b;
	color: #ffffff;
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 9999;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.check-toast.show {
	opacity: 1;
	transform: translateY(0);
}

.check-toast.success {
	background: #065f46;
	border: 1px solid #059669;
	color: #ecfdf5;
}


.products-filter-toolbar,
.filter-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
	background: #ffffff;
	padding: 14px 18px;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.products-filter-toolbar .toolbar-left,
.filter-toolbar .toolbar-left {
	display: flex;
	align-items: flex-end;
}

.products-filter-toolbar .toolbar-left .button--new,
.filter-toolbar .toolbar-left .button--new {
	margin-bottom: 0;
	height: 38px;
	display: inline-flex;
	align-items: center;
}

.products-filter-toolbar .toolbar-right,
.filter-toolbar .toolbar-right {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}

.products-filter-toolbar .filter-item,
.filter-toolbar .filter-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.products-filter-toolbar .filter-item label,
.filter-toolbar .filter-item label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #64748b;
	margin-bottom: 5px;
	line-height: 1;
}

.products-filter-toolbar .filter-item input[type="text"],
.products-filter-toolbar .filter-item select,
.filter-toolbar .filter-item input[type="text"],
.filter-toolbar .filter-item select {
	height: 38px;
	margin-bottom: 0;
	font-size: 13px;
	padding: 6px 10px;
}

.products-filter-toolbar .filter-id {
	width: 70px;
}

.products-filter-toolbar .filter-name {
	width: 155px;
}

.products-filter-toolbar .filter-code {
	width: 95px;
}

.products-filter-toolbar .filter-branch {
	width: 185px;
	position: relative;
}

.products-filter-toolbar .filter-material {
	width: 130px;
}

/* Searchable Select pro dodavatele */
.searchable-select {
	position: relative;
	width: 100%;
}

.searchable-select-trigger {
	height: 38px;
	background: #fff;
	border: 1px solid #e1e6ea;
	border-bottom-color: #d4dbe1;
	border-radius: 5px;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb;
	padding: 0 30px 0 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 13px;
	color: #5b6064;
	user-select: none;
	transition: all .25s ease;
	box-sizing: border-box;
	position: relative;
}

.searchable-select-trigger:focus,
.searchable-select.is-open .searchable-select-trigger {
	border-color: rgba(103, 62, 228, .7) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(103, 62, 228, .25) !important;
	color: #1e293b;
}

.searchable-select-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	flex: 1;
}

.searchable-select-clear {
	display: none;
	font-size: 16px;
	line-height: 1;
	color: #94a3b8;
	margin-right: 6px;
	padding: 2px 4px;
	border-radius: 3px;
	cursor: pointer;
	transition: color 0.15s;
}

.searchable-select-clear:hover {
	color: #ef4444;
}

.searchable-select-clear.is-visible {
	display: inline-block;
}

.searchable-select-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #64748b;
	pointer-events: none;
	transition: transform 0.2s ease;
}

.searchable-select.is-open .searchable-select-arrow {
	transform: translateY(-50%) rotate(180deg);
}

.searchable-select-dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	min-width: 260px;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12), 0 4px 6px rgba(0, 0, 0, 0.04);
	z-index: 1050;
	padding: 8px;
	box-sizing: border-box;
}

.searchable-select.is-open .searchable-select-dropdown {
	display: block;
	animation: fadeInDown 0.15s ease-out;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.searchable-select-search-wrap {
	margin-bottom: 6px;
}

.searchable-select-search-input {
	width: 100% !important;
	height: 32px !important;
	padding: 4px 8px !important;
	font-size: 13px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 4px !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
}

.searchable-select-search-input:focus {
	border-color: #6366f1 !important;
	box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2) !important;
}

.searchable-select-options {
	max-height: 220px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.searchable-select-option {
	padding: 7px 10px;
	font-size: 13px;
	color: #334155;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.15s, color 0.15s;
	user-select: none;
}

.searchable-select-option:hover,
.searchable-select-option.is-highlighted {
	background-color: #f1f5f9;
	color: #0f172a;
}

.searchable-select-option.selected {
	background-color: #e0e7ff;
	color: #4338ca;
	font-weight: 600;
}

.searchable-select-option.is-hidden {
	display: none;
}

.searchable-select-no-results {
	padding: 10px;
	font-size: 12px;
	color: #94a3b8;
	text-align: center;
	display: none;
}

/* Tlačítka a akce */
.products-filter-toolbar .filter-actions,
.filter-toolbar .filter-actions {
	margin-bottom: 0;
}

.products-filter-toolbar .filter-button-group,
.filter-toolbar .filter-button-group {
	display: flex;
	align-items: center;
	gap: 6px;
}

.btn-more-filters {
	height: 38px;
	padding: 0 12px;
	border: 1px solid #e1e6ea;
	border-bottom-color: #d4dbe1;
	border-radius: 5px;
	background: #fff;
	color: #5b6064;
	font-size: 13px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	box-shadow: 0 3px 2px -2px #e1e6ea, 0 2px 1px -1px #f8fafb;
	transition: all .25s ease;
	margin-bottom: 0 !important;
	text-transform: none;
}

.btn-more-filters:hover {
	color: #1e293b;
	border-color: #cbd5e1;
	background: #f8fafc;
}

.btn-more-filters.has-active {
	background: #eff6ff;
	border-color: rgba(103, 62, 228, 0.7);
	color: rgba(103, 62, 228, 1);
}

.filter-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	background: rgba(103, 62, 228, 0.9);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
}

.products-filter-toolbar .button--search,
.filter-toolbar .button--search {
	margin-bottom: 0;
}

.btn-reset-filters {
	height: 38px;
	width: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #dc2626;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	transition: all .2s ease;
	box-sizing: border-box;
}

.btn-reset-filters:hover {
	background: #fee2e2;
	color: #b91c1c;
	border-color: #fca5a5;
}

/* Modální okno pro další filtry */
.filter-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 9998;
	display: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.filter-modal-overlay.active {
	display: block;
	opacity: 1;
}

.filter-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -46%);
	width: 90%;
	max-width: 440px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e1e6ea;
	border-bottom-color: #d4dbe1;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	display: none;
	opacity: 0;
	padding: 24px;
	box-sizing: border-box;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.filter-modal.active {
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%);
}

.filter-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid #e1e6ea;
	margin-bottom: 20px;
}

.filter-modal-header h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: 1.2;
}

.filter-modal-close {
	background: transparent;
	border: none !important;
	font-size: 24px;
	line-height: 1;
	color: #888;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: all 0.15s;
	box-shadow: none !important;
}

.filter-modal-close:hover {
	color: #df2020;
	background: #f8fafc;
}

.filter-modal-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 24px;
}

.filter-modal-field {
	display: flex;
	flex-direction: column;
}

.filter-modal-field.full-width {
	grid-column: span 2;
}

.filter-modal-field label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #64748b;
	margin-bottom: 6px;
}

.filter-modal-field select,
.filter-modal-field input {
	height: 38px;
	margin-bottom: 0;
	font-size: 13px;
}

.filter-modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 16px;
	border-top: 1px solid #e1e6ea;
}

.filter-modal-footer .modal-cancel-link {
	color: #cd1b1b;
	text-decoration: underline;
	font-size: 13px;
	cursor: pointer;
	font-weight: 500;
}

.filter-modal-footer .modal-cancel-link:hover {
	color: #a01010;
}

.filter-modal-footer .button {
	margin-bottom: 0;
}