:root {
	--main: #009241;
	--main-light: #8cdeb1;
	--main-rgb: 99, 102, 241;
	--blue: #41b8ed;
	--yellow: #f5ca01;
	--green-light: #d1fae5;
	--green-dark: #07976b;
	--green: #19bb85;
	--yellow-light: #fceec0; 
	--yellow-dark: #de8922;
	--red: #f4415f;
	--red-light: #ffe4e6;
}

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

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl');
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl#iefix') format('embedded-opentype'),
    url('../font/icomoon/fonts/icomoon.ttf?h7vcyl') format('truetype'),
    url('../font/icomoon/fonts/icomoon.woff?h7vcyl') format('woff'),
    url('../font/icomoon/fonts/icomoon.svg?h7vcyl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-banner:before {
  content: "\e90f";
}
.icon-abacus:before {
  content: "\e90b";
}
.icon-question:before {
  content: "\e90c";
}
.icon-thumb-down:before {
  content: "\e90d";
}
.icon-thumb-up:before {
  content: "\e90e";
}
.icon-store:before {
  content: "\e909";
}
.icon-dashboard:before {
  content: "\e90a";
}
.icon-logout:before {
  content: "\e900";
}
.icon-settings:before {
  content: "\e901";
}
.icon-ftp:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-users:before {
  content: "\e904";
}
.icon-category:before {
  content: "\e905";
}
.icon-article:before {
  content: "\e906";
}
.icon-pizza:before {
  content: "\e907";
}
.icon-money:before {
  content: "\e908";
}

body, html {
	height: 100%;
	background: #f1f5f9;
	font-size: 15px;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}

h2,h3,h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	letter-spacing: .8px !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;
}

.none {
	display: none !important;
}

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

#order-btns a {
	float: right;
	color: #D33C43;
	text-decoration: underline;
	margin-top: 10px;
	padding-right: 10px;
}

.main.w100p.mt-0.border-none .message-on-main-page {
	position: fixed;
	z-index: 1000000;
} 

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

.main {
	width: calc(100% - 250px);
	min-height: calc(100% - 30px);
	background: #fff;
	box-sizing: border-box;
	padding: 0 25px;
	border-top-left-radius: 10px;
	padding-bottom: 70px;
	float: right;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

.main h1 {
	font-weight: bold;
	font-size: 19px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}

nav.menu {
	width: 250px;
	height: 100%;
	float: left;
	position: fixed;
	box-sizing: border-box;
	padding: 25px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.button {
	border-radius: 4px;
	padding: 12px 25px;
	cursor: pointer;
	font-size: 15px;
	background: var(--main) !important;
	color: rgba(255,255,255,.95) !important;
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	border: 0 !important;
	position: relative;
}

.button--search {
	background-image: url('../img/search.svg') !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
}

.button--red {
	background: var(--red) !important;
}

.button--small {
	margin: 0 !important;
	padding: 3px 10px;
	opacity: .3;
	text-decoration: none !important;
}

.button:hover {
	color: #fff !important;
	filter: brightness(1.2);
}

.button--small:hover {
	opacity: 1;
}

.button--add {
	padding-left: 52px;
}

h1 .button {
	color: var(--green-dark) !important;
	background: var(--green-light) !important;
	border-radius: 25px;
}

h1 .button:hover {
	color: var(--green-dark) !important;
	background: var(--green-light) !important;
	text-decoration: none;
}

.order-items .item {
	font-size: 37px;
	margin-bottom: 10px;
}

.color-red {
	color: var(--red);
}

.error {
	background: #d81b1b;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	display: inline-block;
}

.button--add::before {
	content: '+';
	color: #fff;
	position: absolute;
	left: 0px;
	font-size: 28px;
	top: 0px;
	padding-left: 13px;
	height: 100%;
	background: var(--green-dark);
	padding-right: 13px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid var(--main-light);
	line-height: 36px;
}

.buttons {
  width: calc(100% - 250px);
  height: 52px;
  position: fixed;
  background: #fff;
  text-align: center;
  padding: 5px 0;
  padding-right: 0px;
  padding-right: 5px;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e1e6ea;
  border-left: 1px solid #e1e6ea;
  box-sizing: border-box;
  z-index: 100;
}

.buttons .button:not(.button--add) {
	background: var(--main);
	margin-right: 10px;
}

.w100p .buttons {
	width: 100%;
	border-left: 0;
}

.input.time input {
	background-color: transparent;
	border: 0.1rem solid #d1d1d1;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 3.8rem;
	padding: .6rem 1.0rem;
	width: 100%;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="password"],
input[type="color"],
input[type="tel"],
input[type="time"],
input[type="number"],
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: border-color, background-color .35s;
	height: 42px !important;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(var(--main-rgb)) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(var(--main-rgb), .25) !important;
	position: relative;
	z-index: 1000;
}

select {
	padding-right: 40px !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: var(--main);
}

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: 15px !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-4 {
	max-width: 400px;
	float: left;
}

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

.logo {
	width: 100%;
	height: 125px;
	background: url('../img/logo.jpg') no-repeat center center;
	background-size: cover;
	border-radius: 8px;
	display: block;
	margin-bottom: 25px;
}

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

.menu-link:before {
	width: calc(100% + 50px);
	height: 100%;
	background: #fff;
	position: absolute;
	content: '';
	left: -50px;
	top: 0;
	opacity: 0;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	transition: .3s all;
	border-radius: 13px;
	z-index: -1;
}

.menu-link:hover,
.menu-link.active {
	color: var(--main);
	opacity: 1;
}

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

.menu-link span {
	font-size: 20px !important;
	height: 20px !important;
	position: relative;
	top: 3px;
	margin-right: 10px;
	width: 30px;
	display: inline-block;
}

.menu-link--logout {
	z-index: 100;
	color: #e43434 !important;
}

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

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

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

.sorting:hover {
	color: var(--main) !important;
	text-decoration: underline;
}

.priceInput {
	background: #fff !important;
	width: 70px !important;
	margin: 0 !important;
}

.d-name-desc div.search {
	width: 68%;
	float: left;
}

.d-name-desc div.text {
	width: 28%;
	float: left;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: #000 !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;
	vertical-align: middle;
}

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

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

table td a {
	color: var(--main);
}

table td a:hover {
	color: var(--main);
	text-decoration: underline;
}

table .dblclick,
table .hover-tr {
	cursor: pointer;
	transition: .3s all;
}

table .dblclick:hover,
table .hover-tr:hover {
	background: rgba(var(--main-rgb), 0.065);
}

table tr.highlight,
.tr.highlight {
	background: #fff3bc;
}

table .view a,
table .delete a,
table .status a,
table .invoice a,
table .polygon a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .view a:hover,
table .delete a:hover,
table .status a:hover,
table .polygon a:hover,
table .invoice a:hover {
	opacity: 1;
}

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

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

table .delete a {
	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 .polygon a {
	background: url('../img/polygon.svg') no-repeat center left;
	background-size: contain;
}

table th small {
	display: block;
}

table th {
	background: #f8fafc;
	color: #64748b;
	font-weight: normal;
}

table th a {
	color: #64748b;
	font-weight: normal;
}

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;
	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;
	flex-flow: column;
	gap: 7px;
}

ul.jqtree-tree .jqtree-title {
	margin: 0 !important;
}

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 var(--main);
    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: var(--main);
    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 var(--main);
    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 var(--main));
}

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

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

.mt-10 {
	margin-top: 10px !important;
}

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

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

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

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

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

.ml-20 {
	margin-left: 20px !important;
}

.ml-0 {
	margin-left: 0 !important;
}

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

.checkbox-input small {
	opacity: .4;
}

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

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

@keyframes scaleOpacity {
	0% {
		opacity: .13;
		transform: scale(1.0) rotate(0deg);
		-webkit-transform: scale(1.0) rotate(0deg);
	}
	50% {
		opacity: .05;
		transform: scale(1.3) rotate(15deg);
		-webkit-transform: scale(1.3) rotate(15deg);
	}
	100% {
		opacity: .13;
		transform: scale(1.0) rotate(0deg);
		-webkit-transform: scale(1.0) rotate(0deg);
	}
}

.bg {
	width: 100%;
	height: 100vh;
	background: url('../img/bg.jpg') no-repeat center center;
	background-size: auto;
	background-size: cover;
	filter: blur(25px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .05;
	pointer-events: none;
	animation: scaleOpacity ease-in-out infinite 10s;
}

.login-section .wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.login-section {
	width: 100%;
	min-width: 100%;
	padding: 0;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-page {
	width: 100%;
	max-width: 450px;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, .03);
	border: 1px solid rgba(0,0,0,0.1);
}

.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 form {
	margin: 0;
}

.login-page form img {
	border-radius: 8px;
}

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

.button.w100p {
  width: 100%;
  height: 50px;
}

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

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

.order-table td:nth-child(1) {
	width: 150px;
}

.order-table th,
.order-table strong {
	color: #000;
}

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

.small-boxes {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.small-box {
	width: 25%;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px 0px 1px -1px #f8fafb !important;
	position: relative;
	overflow: hidden;
	color: #626262;
	transition: .35s ease-in-out all;
	cursor: pointer;
}

.small-box:hover {
	box-shadow: 3px -1px 15px -2px #dadee1,4px 0px 1px -3px #f8fafb !important;
}

.small-box p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.small-box::after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	right: -7%;
	bottom: -11%;
	opacity: .25;
}

.small-box::before {
	position: absolute;
	right: 5%;
	bottom: 11%;
	font-size: 40px;
	color: #fff;
	z-index: 10;
}

.small-box.green::after {
	background: #00c650;
}

.small-box.green::before {
	color: rgba(41, 186, 100, 0.40);
}

.small-box.red::after {
	background: #e70606;
}

.small-box.red::before {
	color: rgba(232, 6, 6, 0.30);
}

.small-box.yellow::after {
	background: #f3e406;
}

.small-box.yellow::before {
	color: rgba(227, 212, 0, 0.64);
}

.small-box.blue::after {
	background: #0d52e6;
}

.small-box.blue::before {
	color: rgba(15, 83, 230, 0.30);
}

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

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

.settings-button span {
	font-size: 22px;
	line-height: 57px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

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

.tox.tox-tinymce {
	height: 600px !important;
}

#choose-branch {
	position: relative;
	top: 30px;
	color: var(--main);
	text-decoration: underline;
}

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

.statistics-table th {
	width: 400px;
}

table tr.not-active,
table tr.not-active a {
  color: #c6c6c6 !important;
}

.tabs {
	float: left;
	clear: both;
	display: flex;
	margin-bottom: 10px;
}

.tabs li {
	display: block;
	list-style: none;
	padding: 10px 20px;
	margin: 0 10px;
	float: left;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	border: 1px solid #e2e8f0;
	color: #475569;
	background: #fff;
	margin-right: -1px;
	border-radius: 10px;
}

.tabs li strong {
	display: block;
}

.tabs li:first-child {
	margin-left: 0;
}

.tabs li.active {
	opacity: 1;
	background: var(--main);
	color: var(--yellow);
	border-color: var(--main);
}

.tab {
  padding-top: 15px;
  width: 100%;
  float: left;
}

.table-prices {
	width: 500px;
}

.table-prices .input {
	width: calc(100% - 50px);
}

.table-prices .input input {
	margin-bottom: 0;
}

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  height: 42px;
  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;
}

.address {
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

address {
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
	font-style: normal;
	border: 1px solid #ced4da;
	border-radius: 5px;
	line-height: 1.35;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

address .top {
	width: 100%;
	float: left;
}

address h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

address p {
	opacity: .7;
}

address a {
	color: rgba(217, 30, 30, 1);
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
	float: right;
	line-height: 23.4px;
	margin-left: 15px;
}

#polygon-table input {
	margin-bottom: 0 !important;
}

.green-color {
	color: var(--green);
}

.red-color {
	color: var(--red);
}

.blue-color {
	color: var(--main);
}

.yellow-tag,
.green-tag,
.red-tag {
	color: var(--yellow-dark);
	background: var(--yellow-light);
	padding: 5px 12px;
	border-radius: 50px;
	display: inline-block;
}

.green-tag {
	color: var(--green-dark);
	background: var(--green-light);
}

.red-tag {
	color: var(--red);
	background: var(--red-light);
}

h1 a {
	color: var(--main);
	text-decoration: underline;
}

h1 a:hover {
	color: var(--main);
}

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

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

.col .input-group input {
	width: calc(100% - 42px);
}

.col .input-group .input-group-prepand {
	top: 0;
}

.d-block {
	display: block;
}

.mt-small {
	margin-top: 5px;
}

.message {
	position: absolute;
	z-index: 10;
	top: 12px;
	margin: 0;
	right: 180px;
}

.message.success {
	color: var(--green-dark) !important;
	background: var(--green-light) !important;
	border: 0 !important;
	border-radius: 9px;
}

.pagination {
	margin-top: 20px !important;
	justify-content: right !important;
	width: 70% !important;
	float: right;
}

.ellipsis {
	display: flex;
	padding: 0 7px;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.pagination-info {
	width: 30%;
	float: left;
	margin-top: 20px;
	line-height: 31.5px;
	color: rgba(100, 116, 139, .7);
}

.pagination li {
	margin: 0 !important;
	float: left;
	display: block;
	margin-left: -1px !important;
}

.pagination li a {
	display: block;
	float: left;
	padding: 6px 13px !important;
	width: 100%;
	height: 100%;
	background: #fff;
	color: var(--main);
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.pagination li.active a {
	background: var(--main);
	color: #fff;
}

.hide {
	opacity: 0;
	pointer-events: none;
}

.tooltip {
	position: relative;
}

.tooltip::after {
	content: attr(data-text);
	position: absolute;
	left: calc(100% + 10px);
	top: 0;
	background: #fff;
	color: #626f7f;
	padding: 4px 8px;
	z-index: 100;
	font-size: 13px;
	white-space: nowrap;
	border-radius: 6px;
	transition: .3s all ease-in-out;
	opacity: 0;
	pointer-events: none;
	transform: translateX(5px);
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.tooltip__left:after {
	left: auto;
	right: calc(100% + 10px);
}

.tooltip:hover::after {
	opacity: 1;
	transform: translateX(0);
}

.tooltip__top:after {
	top: -20px;
	left: 0;
}

.half {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.col-half {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.col-half:nth-child(even) {
	padding-left: 10px;
}

.col-half:nth-child(odd) {
	padding-right: 10px;
}

@media (min-width: 1690px) {
	.half {
		width: 50%;
		float: left;
	}
	
	#loadProducts .half {
		width: 100%;
	}
}

.first-one {
	box-sizing: border-box;
	padding-right: 20px;
}

.table input {
	width: calc(100% - 10px) !important;
}

.table input {
	margin-bottom: 0 !important;
}

.disabled {
	pointer-events: none;
	opacity: .7;
}

.button.disabled {
	background: #b0b0b0 !important;
}

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

.input.search {
	position: relative;
}

#autocompleter {
	position: absolute;
	width: calc(100% - 10px);
	background: #f8fafc;
	z-index: 10000;
	border: 1px solid #e2e8f0;
	border-bottom: 0;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	pointer-events: none;
	opacity: 0;
	left: 0;
	transition: .3s all;
}

#autocompleter.show {
	opacity: 1;
	pointer-events: all;
}

#autocompleter h3 {
	margin-bottom: 0;
	padding: 10px;
	font-size: 15px;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	border-bottom: 1px solid #e2e8f0;
	color: #475569;
	transition: .3s all;
}

#autocompleter h3:hover {
	background: #e2e7ec;
}

.error-message {
	position: absolute;
	background: #fcebea;
	color: #cc1f1a;
	line-height: 1;
	padding: 5px 9px;
	border-radius: 6px;
	display: block;
}

.relative {
	position: relative !important;
}

.smaller-btn {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	border: 0;
	background: #fff url('../img/hide.png');
	background-size: contain;
	opacity: 1;
	cursor: pointer;
	line-height: 1;
	z-index: 10000;
	font-size: 13px;
	margin: 0;
	right: 25px;
	top: 31px;
}

.smaller-btn.hide {
	background: #fff url('../img/view.png');
	background-size: contain;
}

.smaller {
	max-width: 140px !important;
}

.smaller input {
	width: 100% !important;
}

.searchClientHolder input {
	margin-bottom: 0;
}

.searchClientHolder #autocompleter {
	width: 100%;
}

.load {
	opacity: .5;
	pointer-events: none;
}

.loading {
	background-image: url('../img/loading.gif') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 30px !important;
}

input.loading {
	background-image: url('../img/loading.gif') !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 30px !important;
}

#loadProducts {
	width: 100%;
	min-height: 100px;
	float: left;
}

#loadProducts input {
	width: 80px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	height: 28px !important;
}

.button--link {
	padding: 0;
	font-weight: normal !important;
	cursor: pointer;
	background: none !important;
	text-decoration: underline;
	margin: 0 !important;
	color: var(--main) !important;
}

.button--link:hover {
	color: var(--green) !important;
}

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

.box-item {
	cursor: pointer;
	border: 1px solid #444;
}

.box-name {
	width: 100%;
	background: #444;
	color: #fff;
	padding: 4px 6px;
	font-size: 18px;
	transition: .3s all ease-in-out;
}

.box-item:hover .box-name {
	background: var(--blue);
}

.d-flex {
	display: flex;
}

.btn-down,
.btn-down-selected,
.btn-remove {
	width: 30px;
	height: 30px;
	background: #fff url('../img/arrow-down.svg') no-repeat center center;
	background-size: 15px;
	border: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
	border-radius: 4px;
}

.btn-remove {
	background: var(--red) url('../img/cancel.svg') no-repeat center center;
	background-size: 15px;
}

.detail-row,
.detail-row-selected {
	background: #f8fafc !important;
}

.detail-row td,
.detail-row-selected td {
	padding-right: 15px !important;
}

.take-order.active td {
	background: var(--green-light);
}

.done td {
	background: var(--green-dark) !important;
	color: #fff !important;
}

.w100p {
	width: 100% !important;
}

.move-right {
	float: right;
}

.main.driver {
	padding: 10px;
	border: 0;
	border-radius: 0;
	padding-bottom: 60px !important;
	background: #f9f9f9 !important;
}

.order h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

.order {
	border: 1px solid #fff;
	background: #fff;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	border-radius: 8px;
	transition: .3s all ease-in-out;
}

.order ul {
	list-style: none;
	margin-top: 20px;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 5px;
}

.order .actions {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.actions .button {
	padding: 12px 25px;
	margin-bottom: 0;
}

.button--green {
	background: var(--green) !important;
}

.actions .button img {
	margin: 0 !important;
	filter: invert(100%);
	transform: scale(1.8);
}

.order p {
	opacity: .6;
}

.order ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 10px;
	font-size: 17px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.order ul li span {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 10px;
}

.order ul li strong {
	float: right;
	display: flex;
	align-items: center;
	align-content: center;
}

.color {
	width: 25px;
	height: 25px;
	border-radius: 8px;
	display: inline-block;
}

.driver-header a {
	color: var(--red);
	border-bottom: 1px solid var(--red);
	position: absolute;
	right: 10px;
}

.logout {
	color: var(--red);
	border-bottom: 1px solid var(--red);
}

.no-bottom-border td {
	border-bottom: 0 !important;
	padding-bottom: 2px !important;
}

.no-bottom-border + tr {
	transition: .3s all;
}

.no-bottom-border:hover + tr {
	background: rgba(var(--main-rgb), 0.065);
}

tr.green {
	background: #cbffed;
}

.driver-header {
	width: 100%;
	left: 0px;
	margin-bottom: -10px;
	position: relative;
	top: 0px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	border-bottom: 1px solid #e1e6ea;
	box-shadow: 3px 2px 5px -2px #e1e6ea, 4px -1px 1px -1px #f8fafb;
	padding: 15px 10px;
	background: #fff;
}

.flip-card {
  perspective: 1000px; /* Vytvoří 3D efekt */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.6s;
  transform-style: preserve-3d; /* Zachovává 3D efekt pro potomky */
}

.flip-card.active .flip-card-inner {
  transform: rotateY(180deg); /* Otočí kartu na druhou stranu */
}

.flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Skrývá zadní stranu karty */
}

.flip-card.active .flip-card-front {
	pointer-events: none;
}

.flip-card-back {
  background-color: #fff;
  transform: rotateY(180deg); /* Počáteční stav zadní strany karty */
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px;
  z-index: 1000;
}

.flip-card.flipped .flip-card-back {
  pointer-events: auto; /* Povolit zachytávání událostí kliknutí na zadní straně při otočení */
}

.flipped-content {
	transform: rotateY(0deg);
}

.stat-holder {
	width: 100%;
	float: left;
}

.date-holder {
	width: 100%;
	float: left;	
}

.date-holder form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.date-holder form .col {
	width: calc(50% - 5px);
	max-width: calc(50% - 5px);
}

.date-holder form .submit {
	width: 100%;
	min-width: 100%;
	margin-bottom: 25px;
}

.show-stats {
	width: 100%;
	text-decoration: underline;
	text-align: center;
	width: 100%;
	float: left;
	color: #009241 !important;
	margin-bottom: 10px;
}

.driver .message {
	left: 0;
	right: 0;
	max-width: 150px;
	text-align: center;
	margin: auto;
	top: 15px;
	transform: scale(1.5);
}

.fixed-driver-menu {
	width: 100%;
	background: rgba(255,255,255,.8);
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #e1e6ea;
	box-shadow: 3px 2px 5px -2px #e1e6ea, 4px -1px 1px -1px #f8fafb;
	padding: 10px 15px;
	box-sizing: border-box;
	display: flex;
	z-index: 100;
	text-align: center;
	justify-content: center;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.fixed-driver-menu a {
	text-align: center;
	padding: 5px;
	font-size: 18px;
	box-sizing: border-box;
	display: inline-block;
}

.fixed-driver-menu a small {
	margin-top: 8px;
	display: block;
	font-size: 14px;
}

.fixed-driver-menu a img {
	margin: 0 auto;
	margin-bottom: 3px;
	height: 20px;
	display: block;
	opacity: .2;
	transform: scale(1.3);
}

.scale-1-3 {
	
}

.fixed-driver-menu a {
	padding: 4px 17px;
	color: rgba(0,0,0,0.4);
}

.fixed-driver-menu a.active {
	color: var(--green);
}

.fixed-driver-menu a.active img {
	opacity: 1;
}

.grid {
	background: #fff;
	box-shadow: 3px 2px 5px -2px #e1e6ea, 4px -1px 1px -1px #f8fafb;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #e1e6ea;
}

.grid h2 {
	font-size: 21px;
	margin-bottom: 7px;
}

.grid p {
	color: rgba(0,0,0,.4);
}

tr.warning td {
	background: #fbe8e8 !important;
}

.msg.error {
	background: #fbe8e8 !important;
	clear: both;
	margin: 15px 0;
	border-radius: 6px;
	padding: 10px;
}

.info-paid {
	display: flex;
	justify-content: space-around;
	position: sticky;
	top: 0;
}

.info-paid h3 {
	margin-bottom: 6px;
	text-align: center;
}

.info-paid h3 small {
	display: block;
	font-size: 16px;
	opacity: .4;
}

.grid-paid {
	margin-top: 20px;
}

.grid-paid form {
	margin: 0;
}

.grid-paid .col {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.grid-paid .input {
	display: flex;
}

.grid-paid .input label {
	width: 135px;
	min-width: 165px;
	font-size: 21px !important;
	line-height: 42px !important;	
}

.grid-paid .button {
	margin-bottom: 0;
	width: 100%;
}

.grid-paid .button.red {
	margin-top: 25px;
	text-align: center;
	background: var(--red) !important;
}

.food-items li:last-child {
	margin-bottom: 0;
}

.quantity {
	max-width: 60px;
	text-align: center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.gap10 {
	gap: 10px;
}

.btn {
	width: 42px;
	height: 42px;
	line-height: 42px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	cursor: pointer;
	border: 0;
	border-radius: 8px;
	margin-bottom: 0;
}

.border-none {
	border: 0;
	border-radius: 0;
}

.remove {
	background: var(--red-light);
}

.add {
	background: var(--green-light);
}

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

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

.alert.warning {
	background: #d1ecf1;
	color: #145a66;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
	margin-top: 10px;
	width: 100%;
}

.alert.ready {
	padding: 10px; 
	display: inline-block; 
	border-radius: 6px; 
	background: #fff3cd; 
	color: #664d03;
}

.qr {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	left: 0;
	top: 0;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	background: rgba(0, 146, 65, .3);
	backdrop-filter: blur(10px);
	z-index: 1000;
}

.qr input {
	width: 300px !important;
	height: 60px !important;
	line-height: 60px !important;
	font-size: 21px !important;
	background: #fff url('../img/qr.svg') no-repeat right 15px center / 30px !important;
}

.qr button {
	border: 0;
	width: 50px;
	height: 62px;
	top: 0;
	margin: 0;
	right: 0;
	cursor: pointer;
	position: absolute;
	z-index: 1000000;
	pointer-events: none;
}

.qr button img {
	margin: 0;
}

input.error-input {
	border-color: #cc1f1a !important;
	outline: 2px solid #fcebea;
}

.alert-msg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.alert-modal {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

.alert-modal-content {
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 0px;
}

.close-alert-modal {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid rgba(0,0,0,.1);
}

.alert-modal-content h2 {
	font-size: 17px !important;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
}

.tag {
	background: var(--green-light);
	color: var(--green-dark);
	font-weight: normal;
	padding: 8px;
	border-radius: 8px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 33.25px;
}

.gwt-SuggestBoxPopup {
	z-index: 10000 !important;
	border: 1px solid #d8d8d8 !important;
	border-radius: 0px !important;
	margin-top: -1px !important;
}

.gwt-SuggestBoxPopup table {
	border: 0 !important;
}

.gwt-SuggestBoxPopup .item {
	padding: 9px !important;
	cursor: pointer !important;
}

.gwt-SuggestBoxPopup .item-selected {
	background: rgba(106,227,195, 0.1) !important;
}

.map {
	width: 700px;
	height: 700px;
	background: url('../img/loading.gif') no-repeat center center / 150px;
	position: sticky !important;
	top: 0;
}

.gap20 {
	gap: 20px;
}

.node-name {
	font-weight: 700;
}

.v-line {
	display: block;
	width: 1px;
	height: 77px;
	background: #e1e6ea;
}

.jqtree-element.hover {
	background: rgba(0, 146, 65, .2) !important;
}

.info-box {
	margin-top: 35px;
	line-height: 1.4;
}

.info-box strong {
	display: inline-block;
	width: 100px;
}

.info-box a {
	color: #009241;
	text-decoration: underline;
}

#map {
	height: 800px;
	width: calc(100% - 300px);
	float: left;
}

#groups {
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
	float: left;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: 800px;
	width: 300px;
}

.group {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	background-color: #f9f9f9;
}

.group strong {
	cursor: move;
	margin-bottom: 10px;
	display: block;
}

.customer {
	margin-bottom: 5px;
	padding: 5px 10px;
	line-height: 1.4;
	cursor: move;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	color: #000;
}

.customer.highlight {
	background: #f4c901;
}

.customer:before {
	content: attr(data-name);
	margin-right: 10px;
	float: right;
	color: #000;
}

.customer small {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#findOrders {
	width: 100%;
	min-height: 145px;
	float: left;
	border: 0;
	margin-bottom: 10px;
}

.stat-box {
	width: 250px;
	background: #fff;
	padding: 22px;
	float: left;
	border: 1px solid #e1e6ea;
	box-shadow: 0 2px 2px rgba(0,0,0,0.07);
	position: relative;
	margin-bottom: 30px;
}

.rounded-left {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-right: 0;
}

.rounded-right {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-left: 0;
}

.stat-box span {
	display: block;
	color: #494f5a;
}

.stat-box strong {
	color: rgba(31, 184, 143, 1);
	font-size: 20px;
	margin-top: 3px;
	display: block;
	font-weight: normal;
}

.indicator {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 3px 9px;
	padding-left: 9px;
	border-radius: 20px;
}

.indicator.yellow {
	background: #FFE4B5;
	color: #808000;
	padding-left: 10px;
}

.indicator.green {
	background: #dcfce7 url('../img/green-arrow.png') no-repeat 7px 6px;
	background-size: 11px;
	color: #206c3d;
	padding-left: 23px;
}

.indicator.red {
	background: #fee2e2 url('../img/red-arrow.png') no-repeat 7px 6px;
	background-size: 11px;
	color: #9c2121;
	padding-left: 23px;
}

.ordered-qty {
	font-style: normal;
	font-weight: bold;
	float: right;
	cursor: pointer;
}

.ordered-qty:hover {
	color: #9c2121;
	text-decoration: underline;
}

.vyuctovani-row {
	width: 100%;
	float: left;
	padding: 7px 0;
	border-bottom: 1px solid #e1e6ea;
}

.vyuctovani-row.border-top {
	border-top: 1px solid #e1e6ea;
}

.vyuctovani-row:nth-child(odd) {
	background: #f1f5f9;
}

.vyuctovani-name {
	width: 150px;
	height: 40px;
	display: flex;
	align-content: center;
	align-items: center;
	float: left;
	padding-left: 10px;
}

.no-height {
	height: auto;
}

.menu-name {
	width: 65px;
	float: left;
	display: block;
}

.menu-name span {
	display: block;
	margin-top: 5px;
	opacity: .5;
}

.active-highlight input,
.active-highlight select {
	background-color: #cbffed !important;
	border-color: #4bb279 !important;
}

.sticky {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.wrapper-float {
	height: 100%;
	float: left;
}

.imagine-table {
	border-left: 1px solid #e1e6ea;
	border-right: 1px solid #e1e6ea;
	width: 100%;
	display: block;
	float: left;
}

.imagine-table td,
.imagine-table th {
	padding: 10px 5px;
}

.imagine-table tr td:first-child,
.imagine-table tr th:first-child {
	padding-left: 0;
}

.nudlicka {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.nudlicka__menu {
	padding: 5px;
	min-width: 50px;
	font-size: 12px;
}

.nudlicka .tr {
	display: flex;
	align-items: center;
	align-content: center;
	padding: 5px;
	border-radius: 8px;
	margin-top: 6px;
}

.nudlicka-link {
	float: right;
	text-decoration: underline;
	color: #64748b;
	background: #f8fafc url('../img/menu.svg') no-repeat left 5px center / 23px;
	border: 1px solid #e1e1e1;
	padding: 10px;
	padding-left: 33px;
	border-radius: 6px;
	margin-top: 25px;
}

.nudlicka-link:hover {
	text-decoration: none;
	color: var(--main);
}

.stats-table {
	font-size: 18px;
	line-height: 2;
}

.driver-title {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #f0f0f0;
	font-size: 16px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	/*position: sticky;*/
	top: 5px;
	z-index: 100;
}

.driver-title .button {
	width: 100px;
	min-width: 100px;
	padding: 10px 10px;
	margin: 0;
}

.ts-control .item {
  align-items: center;
  display: flex;
}

.ts-control > input {
	width: auto !important;
	height: 25px !important;
	font-size: 15px !important;
}

.ts-control {
	background: #fff url('../img/arrow-down.svg') no-repeat center right 15px !important;
	background-size: 15px !important;
	color: #5b6064 !important;
	font-size: 15px !important;
	border: 1px solid #e1e6ea !important;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	transition: border-color, background-color .35s;
	height: 42px !important;
}

.skupina-holder {
	height: 62px;
	display: flex;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 15px;
	font-size: 13px;
}

.small-button {
	padding: 5px 10px;
}

.tooltip-btn {
	visibility: hidden;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%; /* Poloha nad tlačítkem */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

/* Šipka pod tooltipem */
.tooltip-btn::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

/* Zobrazit tooltip při aktivaci */
.show-tooltip-btn {
	visibility: visible;
	opacity: 1;
}

/* Umístění tlačítka a relativní pozice */
.tooltip-container-btn {
	position: relative;
	display: inline-block;
}

.viewOrderTable tbody tr:nth-child(4n-3),
.viewOrderTable tbody tr:nth-child(4n-2) {
	background-color: #ffffff;
}

.viewOrderTable tbody tr:nth-child(4n-2),
.viewOrderTable tbody tr:nth-child(4n-1) {
	background-color: #fff;
}

nav.menu .col {
	width: 100%;
	padding-right: 0;
	max-width: 100%;
}

nav.menu .col .button {
	width: 100%;
	background: none !important;
	color: #000 !important;
}

nav.menu .col .button:not(.disabled):hover {
	color: var(--main) !important;
}

nav.menu .col .button::before {
	width: 8px;
	height: 8px;
	background: var(--main);
	border-radius: 100%;
	position: absolute;
	content: '';
	left: 5px;
	top: 17px;
}

nav.menu .col .button.disabled {
	color: #919191 !important;
}

nav.menu .col .button.disabled::before {
	background: #919191;
}

.ts-control {
	min-width: 190px;
}

.holder {
	display: flex;
	flex-flow: column;
	align-content: center;
	justify-content: center;
	justify-items: center;
	align-items: center;
}

.holder iframe {
	border: 1px solid #e1e6ea;
	border-radius: 4px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.message-on-main-page .message {
	width: 100%;
	position: fixed;
	top: 10px;
	left: 0;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 35px;
	right: 0;
	border: 2px solid #07976b !important;
}

.mobile {
	display: none;
}

.remove-item-date {
	margin-left: -35px;
	margin-top: 10px;
	margin-bottom: 0;
	position: absolute;
	background: var(--red);
	color: #fff;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: block;
}

.close-img {
	cursor: pointer;
	opacity: .3;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: .3s all ease-in-out;
}

.close-img:hover {
	opacity: .7;
}

.hidding-filter {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	background: #fff;
	height: 100vh;
	z-index: 100;
	box-sizing: border-box;
	overflow: scroll;
	padding: 50px 15px;
	border-left: 1px solid #e1e6ea;
	box-shadow: -29px 10px 31px -4px rgba(0,0,0,0.16);
	transform: translateX(120%);
	transition: .3s all ease-in-out;
}

.hidding-filter.active {
	transform: translateX(0%);
}

.hidding-filter .col {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

.hidding-filter .col select,
.hidding-filter .col input {
	width: 100% !important;
	max-width: 100% !important;
}

.not-desktop {
	display: none;
}

.choose-branch {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	float: left;
}

.choose-branch a {
	width: 100%;
	display: block;
	font-size: 20px;
	padding: 20px 10px;
	color: #000;
	background: #fff;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	border-radius: 8px;
	margin-bottom: 7px;
	box-sizing: border-box;
}

#formOrder table .th-color th {
	font-size: 16px;
	font-weight: bold;
	background: #f5ca01;
	color: #000;
	position: sticky;
	top: 0;
	z-index: 100;
}

@media screen and (max-width: 764px) {
	.menu,
	.no-mobile {
		display: none;
	}
	
	#formOrder table .th-color th {
		padding: 8px 8px;
		font-size: 16px;
		font-weight: bold;
		background: #f5ca01;
		color: #000;
		position: static;
	}
	
	.menu.active {
		display: block;
		position: fixed;
		z-index: 100;
		width: 100%;
		background: #fff;
		top: 51px;
		left: 0;
	}
	
	.logo {
		background-size: contain;
	}
	
	.mobile {
		display: flex;
		padding: 10px;
		gap: 20px;
		box-sizing: border-box;
		justify-content: end;
	}
	
	.buttons {
		width: 100%;
	}
	
	.main {
		width: 100%;
		margin: 0;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		padding: 0 10px;
	}
	
	#menu {
		width: 30px;
		height: 30px;
		background: url('../img/menu.svg') no-repeat center center / contain;
	}
	
	#filter {
		width: 30px;
		height: 30px;
		background: url('../img/search_black.svg') no-repeat center center / contain;
	}
	
	table td,
	table th {
		padding: 5px;
		max-width: 100px;
	}
	
	table td.d-flex {
		flex-direction: column-reverse;
	}
	
	table td.d-flex .btn,
	.quantity {
		width: 40px;
		max-width: 40px;
	}
	
	.ordered-qty {
		width: 50px;
		display: block;
		margin-top: 10px;
		height: 30px;
		line-height: 28px;
		background: #fff;
		text-align: center;
		border-radius: 10px;
		border: 1px solid rgba(0,0,0,.2);
	}
	
	.mobile-flex {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	table td:first-child, table th:first-child {
		max-width: 55px;
	}
	
	/*
	table {
		display: flex;
		flex-direction: column;
		overflow-x: auto;
		margin-top: 10px;
	}
	
	table tr {
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}
	
	table tr > * {
		flex: 1;
		min-height: 50px;
		overflow: scroll;
	}
	*/
	
	.pagination-info,
	.pagination {
		width: 100% !important;
		float: left;
		text-align: center;
	}
	
	.float-right:not(.active) {
		display: none;
	}
	
	h1 .button {
		padding: 9px !important;
	}
	
	.col,
	.col-3 {
		width: 100%;
		max-width: 100% !important;
		padding: 0 !important;
		margin-bottom: 10px;
	}
	
	.col input,
	.col select {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.button--search {
		width: 100%;
		margin-top: -50px;
		position: relative;
		top: -10px;
	}
}

.mobile-flex {
	display: flex;
	gap: 20px;
}

.not-allowed {
	position: absolute;
	top: -1000000px;
}

.move-inputs-away button {
	position: absolute;
	top: -1000000px;
}

.move-inputs-away input {
	pointer-events: none;
	opacity: .8;
	margin-left: 51px;
}

.digital-clock {
	font-size: 56px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	font-weight: bold;
}

.digital-clock.midd {
	margin: auto;
	width: 250px;
	text-align: center;
	left: 0;
	right: 0;
}

.grid-list {
	list-style: none;
	gap: 15px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0px, 1fr));
	padding: 20px;
	background: #f1f5f9;
	border-radius: 5px;
	border: 1px solid #e1e6ea;
	margin-top: 35px;
}

.grid-list li {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	transition: .3s all ease-in-out;
}

.grid-list li:hover {
	background: #fbfbfb;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 1px rgba(0,0,0,.1);
}

.grid-list li a.active {
	background: rgba(7, 151, 107, .1);
	outline: 1px solid #07976b;
	border-radius: 5px;
}

.grid-list li a {
	padding: 20px;
	display: block;
	color: #4e4e4e;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.testing {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #cc1f1a;
	float: left;
}