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

.top-nav-links, .side-nav, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.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: #f2f5f7;
    font-size: 15px;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}
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;
}

.d-block {
    display: block !important;
}

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

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

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

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

.main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    float: right;

    height: 100%;
}

.print-label {
    display: block;
}

.grid-wrapper,
#bistro-iframe {
    height: 100%;
}

nav.menu {
    width: 100%;
    height: 60px;
    float: left;
    background: #fff;
    border-right: 1px solid #e1e6ea;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 5px 4px 10px #e1e6ea, 4px -9px 1px -1px #f8fafb !important;
}

.button {
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    background: rgba(106,227,195, 1) !important;
    color: rgba(255,255,255,.95) !important;
    text-transform: none;
    transition: .3s all;
    display: inline-block;
    border: 0 !important;
}

.button__img img {
    height: 16px;
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 10px;
}

.button__img {
    padding-left: 35px;
    position: relative;
}

.invert {
    filter: invert(100%);
}

.button:hover {
    color: #fff !important;
    background: rgba(31, 184, 143, 1) !important;
}

.button--link {
    background: none !important;
    text-decoration: underline;
    color: rgba(31, 184, 143, 1) !important;
}

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

.canvas {
    width: calc(50% - 5px);
    float: left;
    background: #fff;
    padding: 15px;
    box-sizing: border-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;
    margin-bottom: 25px;
    border-radius: 4px;
}

.canvas h4 {
    float: left;
    line-height: 73px;
}

.canvas form {
    float: right;
    margin: 0;
}

.canvas--right {
    float: right;
}

input[type="text"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="number"],
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: all .35s;
}

select {
    padding-right: 40px !important;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    color: #495057;
    border-color: rgba(106,227,195) !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(106,227,195, .25) !important;
}

select.smaller-select {
    margin-top: 5px;
    height: 30px;
    font-size: 13px;
    min-width: 195px;
}

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

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

.checkbox-input input[type="checkbox"] {
    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(106,227,195, 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: 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: 50px;
    height: 40px;
    background: url('../img/logo.svg') no-repeat left center;
    background-size: contain;
    display: block;
    margin-right: 10px;
    float: left;
}

.menu-link {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    color: rgb(32, 36, 40);
    margin-right: 30px;
    transition: 0.3s all;
    position: relative;
    text-decoration: none !important;
    float: left;
}

.menu-link:before {
    width: 115%;
    height: 100%;
    background: rgba(106,227,195, 0.1);
    border: 1px solid rgba(106,227,195, 0.4);
    position: absolute;
    content: '';
    left: -7.5%;
    top: 0;
    opacity: 0;
    transition: .3s all;
    border-radius: 10px;
}

.menu-link:hover,
.menu-link.active {
    color: rgba(31, 184, 143, 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: 20px;
    display: inline-block;
}

.menu-link--logout {
    padding-right: 10px;
    float: right;
    color: #e43434 !important;
    margin-right: 15px;
    z-index: 1;
}

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

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

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

.sorting:hover {
    color: rgba(31, 184, 143, 1) !important;
    text-decoration: underline;
}

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

table {
    margin: 40px 0;
    background: #fff !important;
    color: #323232 !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.025);
}

table td a {
    color: rgba(31, 184, 143, 1);
}

table td a:hover {
    color: rgba(31, 184, 143, 1);
    text-decoration: underline;
}

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

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

table .reklamace {
    background: #f7e7a0;
}

table .cancel-order {
    background: #f7e2e2;
}

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

table .pdf a {
    width: 25px;
}

table .print a:hover,
table .pdf a:hover,
table .view a:hover,
table .delete a:hover,
table .cancel a:hover,
table .status a:hover,
table .polygon a:hover {
    opacity: 1;
}

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

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

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

table .print a {
    background: url('../img/print.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;
}

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(31, 184, 143, 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(31, 184, 143, 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(31, 184, 143, 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(31, 184, 143, 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;
}

.mt-5 {
    margin-top: 5px !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;
}

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

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

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

    .flex-form {
        flex-flow: column;
    }

    .flex-form h3 {
        font-size: 21px;
    }

    .flex-form input,
    .flex-form button {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.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: 195px;
    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,
.settings-button.active {
    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.active {
    background: rgb(106, 227, 195);
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

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

.product-side {
    width: 72%;
    float: left;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 25px;
}

.client-side {
    width: 28%;
    float: right;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 25px;
    position: relative;
}

@media (min-width: 1441px) {
    .product-side {
        width: 60%;
    }

    .client-side {
        width: 40%;
    }

    /*
    .additives-list {
        display: inline-block !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
        width: auto !important;
    }
    */
}

@media (max-width: 1441px) {
    .max-smaller {
        max-width: 200px;
    }
}

#categories {
    list-style: none;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 0px;
}

#categories li {
    width: 120px;
    box-sizing: border-box;
    padding: 15px 5px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    position: relative;
    transition: .3s all;
    cursor: pointer;
    margin-bottom: 0;
}

#categories li span {
    width: 100%;
    height: 100%;
    opacity: .35;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s all;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
}

#categories li.active {
    z-index: 1;
}

#categories li.active span {
    opacity: 1;
    z-index: -1;
}

.color-box {
    width: 25px;
    height: 25px;
    display: block;
}

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

.product {
    width: 25%;
    position: relative;
    border: 1px solid #f3f3f3;
    background: #fff;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s all;
    display: table;
}

.product.disabled,
.product.perso-disabled {
    pointer-events: none;
    opacity: 1;
}

.product.disabled::after,
.product.perso-disabled::after {
    content: 'Vyprodáno!';
    position: absolute;
    left: 0;
    line-height: 160px;
    text-align: center;
    color: #d51111;
    font-size: 14px;
    height: 100%;
    font-weight: bold;
    display: block;
    width: 100%;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.8);
}

.product.perso-disabled::after {
    content: 'Pouze jedno jídlo';
}

.product.disabled .price,
.product.perso-disabled .price {
    opacity: 0;
}

.product p {
    margin: 0;
    font-size: 20px;
    height: 65px;
    padding: 0 10px;
    margin-bottom: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product .price {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    color: #323232;
    text-align: right;
    padding: 0 15px;
    text-align: center;
    display: table-row;
    box-sizing: border-box;
}

.loading {
    opacity: .6;
    pointer-events: none;
}

.category-box {
    width: 100%;
    background: #fff;
    float: left;
    border-top: 4px solid;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.26);
    position: relative;
}

.unactive::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Zadejte první adresu nebo vyberte pobočku';
    background: rgba(255,255,255,0.7);
    z-index: 100;
    line-height: 200px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #d51111;
    backdrop-filter: blur(3px);
}

.tabs:not(.reklamace) {
    list-style: none;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 25px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.26);
}

.tabs:not(.reklamace) li {
    width: 33.3333%;
    float: left;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.tabs:not(.reklamace) li::before {
    content: '';
    background: rgb(100,102,225);
    width: 97%;
    height: 90%;
    position: absolute;
    left: 1.5%;
    top: 5%;
    z-index: -1;
    border-radius: 6px;
    box-shadow: 0 4px 9px rgba(100,102,225,.27);
    opacity: 0;
    transition: .3s all;
}

.tabs:not(.reklamace) li.active {
    color: #fff;
}

.tabs:not(.reklamace) li.active::before {
    opacity: 1;
}

.not-bistro-tabs li {
    width: 50% !important;
}

.not-bistro-tabs #tab-restaurant {
    display: none;
}

#order-products {
    width: 100%;
    float: left;
}

#order-products .item {
    width: 100%;
    float: left;
    background: #fff;
    color: #5b6064;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
    padding: 10px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}

#order-products .item .price {
    float: right;
    font-weight: bold;
    color: #000;
}

#order-products .item .price ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
}

#order-products .item .price ul li {
    display: inline-block;
    margin-bottom: 0;
    min-width: 25px;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer;
}

#order-products .item .price ul li a {
    display: block;
    color: inherit;
    padding: 0 10px 3px;
    border-radius: 4px;
}

#order-products .item .price ul li:nth-child(1) {
    color: #4db126;
    background: rgba(154, 248, 161, 0.30);
}

#order-products .item .price ul li .remove-item {
    color: #e31212;
    background: rgba(245, 177, 177, 0.57);
}

#order-products .item .price ul li .edit-item {
    color: #767676;
    background: rgba(213, 213, 213, 0.77);
    font-weight: normal;
    font-size: 14px;
    padding-top: 2px;
}

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

iframe {
    width: 100%;
    border: 0;
}

iframe.full-size {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100000;
    /*padding: 25px;*/
    box-sizing: border-box;
    background: #f2f5f7;
}

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

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

.loading {
    opacity: .5;
    pointer-events: none;
    color: transparent !important;
    background: #6ae3c3 url('../img/loading.gif') no-repeat center center !important;
    background-size: 40px !important;
}

.sll,
.slr {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.sll {
    padding-right: 5px;
}

.slr {
    padding-left: 5px;
    float: right;
}

#close-full-size {
    text-align: center;
    background: #d72d2d !important;
}

.modal-additives .checkbox {
    float: left;
    margin-right: 15px;
}

.modal-additives h5 {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.clear {
    clear: both;
}

.additives-list {
    width: 100%;
    padding-top: 0px;
    margin-top: 8px;
    width: 100%;
    clear: both;
    float: left;
}

.additives-list span {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 4px;
    margin-top: 5px;
    color: #fff;
}

.additives-list span.red {
    background: #d50000;
}

.additives-list span.green {
    background: #00d737;
}

#log-info {
    padding: 5px 10px;
    border-radius: 4px;
    background: #5c5c5c;
    color: #fff;
    position: absolute;
    top: 77px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: .2s all;
}

#log-info.active {
    opacity: 1;
}

.subtitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
    float: left;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 25px !important;
}

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

.pagination li.ellipsis {
    line-height: 28.5px;
    padding: 0 5px;
}

.pagination-info {
    width: 100%;
    text-align: center;
    color: #616161;
    margin-bottom: 20px;
    margin-top: 13px;
}

.pagination li a {
    padding: 9px 15px;
    font-size: 15px;
    position: relative;
    display: block;
    color: #5b6064;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination li.active a {
    background: rgba(106,227,195, 1);
    color: #fff;
}

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

#resetOrder {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: rgba(215, 26, 26, 1);
    text-decoration: underline;
    display: block;
    margin-bottom: 50px;
}

.rec-tips {
    list-style: none;
    margin: 20px 0 5px;
}

.rec-tips li {
    display: inline-block;
    padding: .75rem 1.25rem;
    color: #1b1e21;
    background-color: #d6d8d9;
    border: 1px solid #c6c8ca;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s all;
}

.rec-tips li:hover,
.rec-tips li.active {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .menu-link {
        font-size: 11px;
        margin-right: 20px;
    }

    #categories li {
        width: 95px;
        padding: 13px 5px;
        font-size: 11px;
    }
}

.modal-additives {
    height: 100%;
    overflow: scroll;
    padding-bottom: 70px;
}

.modal-additives h5 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.modal-additives .checkbox {
    width: 25%;
    float: left;
    margin: 0;
}

#selected-additives .checkbox small {
    display: none;
}

.modal-additives .checkbox small {
    color: #19D527;
}

.modal-additives .wrapper {
    width: 96%;
    max-width: 1024px;
    margin: 0 auto;
}

.buttons {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 5px;
    background: #f2f5f7;
}

.buttons .button {
    width: 50%;
    float: left;
    margin: 0;
    padding: 13px 15px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
}

.buttons .button:nth-child(1) {
    width: calc(70% - 7px);
    float: left;
}

.buttons .button:nth-child(2) {
    width: 30%;
    float: right;
}

#reclamation-tabs {
    width: 240px;
    text-align: right;
}

#order-products #reclamation-tabs{
    display: none !important;
}

#reclamation-tabs.v2 {
    width: auto;
    list-style: none;
    text-align: left;
}

#reclamation-tabs li {
    width: 120px;
    float: left;
    text-align: center;
    margin-right: -1px;
    font-size: 12px;
    color: #767676 !important;
    background: #fff !important;
    font-weight: normal !important;
    padding: 4px 5px;
    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;
}

#reclamation-tabs.v2 li {
    display: inline-block;
    font-size: 16px;
    border-radius: 0px;
    padding: 5px 8px;
    cursor: pointer;
}

#reclamation-tabs li.active {
    background: #d50000 !important;
    color: #fff !important;
    box-shadow: 0 1px 9px rgba(213,0,0,.27);
}

#rec-rek {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

#rec-kre {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

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

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

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

.upsellings {
    width: 100%;
    float: left;
    margin: 10px 0;
    display: table;
    z-index: 1000;
    position: relative;
}

.upselling {
    width: 32.3%;
    margin-left: 1.5%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 5px;
    height: 58px;
    float: none !important;
    display: table-cell !important;
    vertical-align: middle;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #5b6064;
    position: relative;
    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;
}

.upsellings.deactive {
    pointer-events: none;
    opacity: .3;
}

.upselling.soldout::after {
    content: 'Vyprodáno!';
    position: absolute;
    left: 0;
    line-height: 50px;
    text-align: center;
    color: #d51111;
    font-size: 14px;
    height: 100%;
    font-weight: bold;
    display: block;
    width: 100%;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.8);
}

.upselling strong {
    display: block;
    margin-top: 5px;
}

.upselling:first-child {
    margin-left: 0;
}

tr.branch td:first-child {
    padding-left: 35px;
}

tr.branch td {
    background: #ebebeb !important;
}

tr.operator td {
    background: rgba(0, 0, 0, 0.015) !important;
}

tr.hr td {
    padding: 0 !important;
    background: #fff;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    float: left;
}

#alert-error {
    width: 100%;
    text-align: center;
}

#address.error-input {
    color: #721c24 !important;
    border-color: #d50000 !important;
}

.alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;

    background-color: #d50000;
    background: #d50000;
    color: #fff;
    border-radius: 8px;
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab--button {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 8px;
    margin: 6px;
    padding: 20px;
    min-width: 200px;
    min-height: 60px;
    border: none;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.tab--button:hover {
    color: rgba(31, 184, 143, 1);
    background: rgba(106,227,195, 0.1);
}

.tab--button.active {
    background: rgba(31, 184, 143, 1);
    color: #fff;
}

.accordion::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 100px;
    opacity: .4;
    border: 1px solid rgba(31, 184, 143, 1);
    background: rgba(106,227,195, 0.2);
}

.accordion.active::before {
    background: rgba(106,227,195, 0.9);
}

.accordion {
    cursor: pointer;
    padding: 25px 40px;
    width: 100%;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    color: #000;
    border: none;
    background: none;
    margin-bottom: 0;
    position: relative;
}

.accordion--panel {
    padding: 0 40px;
        padding-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid hsla(0,0%,43.9%,.1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.accordion.active + .accordion--panel {
    padding-bottom: 15px;
}

.works {
    width: 560px;
    float: left;
    margin-top: 0px;
    position: relative;
}

#branches {
    width: 180px;
    position: absolute;
    right: -175px;
    top: 15px;
    height: 45px;
    cursor: pointer;
}

.works #code {
    height: 45px;
    line-height: 45px;
    font-size: 24px;
}

.works .submit {
    float: left;
}

#prichod,
#odchod {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    width: 120px;
    text-align: center;
}

#prichod {
    background: #25d519 !important;
}

#prichod:hover {
    background: #0f8b07 !important;
}

#odchod {
    margin-left: 10px;
    background: #e43434 !important;
}

#odchod:hover {
    background: #c20d0d !important;
}

.works p strong {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
}

.works p strong span {
    color: rgba(31, 184, 143, 1);
}

.works .work-day {
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 15px;
}

.works .work-day .time {
    display: inline-block;
    margin-left: 30px;
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.shifts li {
    width: 100%;
    line-height: 25px;
    color: #25d519;
    list-style: none;
    border: 1px solid #e1e6ea !important;
    background: #fff;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.shifts li strong {
    float: right;
    color: #000 !important;
}

.shifts--red li {
    color: #e43434;
}

.product-checkbox {
    margin-bottom: 0;
}

.tooltip-info {
    position: relative;
}

.tooltip-info::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    top: 40px;
    box-sizing: border-box;
    width: 350px;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    background: #000;
    color: #fff;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

.tooltip-info:hover::after {
    opacity: 1;
}

.input.date {
    border: none;
    box-sizing: border-box;
    outline: 0;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.buttons-fixed {
    width: 100%;
    height: 48px;
    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;
    box-sizing: border-box;
    z-index: 100;
}

.button--save {
    padding-left: 60px;
    position: relative;
}

.button--continue::before, .button--repas::before, .button--new::before, .button--save::before, .button--sms::before, .button--price::before,
.button--comment::before, .button--calendar::before {
  background-color: rgba(42, 209, 165, 1);
  border-right: 1px solid rgba(31, 184, 143, 1);
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 4px 0 0 4px;
  background-image: url('../img/plus.svg');
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.work-box {
    white-space: nowrap;
    background: #fff;
    font-size: 20px;
    width: 530px;
    min-height: 100px;
    font-weight: bold;
    padding: 1%;
    margin: 4% 10% 0 0;
    float: right;
    position: relative;
    border: 1px solid #e1e6ea;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.rolldate-container header {
    margin-bottom: 0;
}

.not-time {
    pointer-events: none;
    opacity: .4;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.circle::after {
    content: attr(data-title);
    position: absolute;
    right: -210px;
    top: -9px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    font-size: 12px;
    width: 200px;
    text-align: center;
    display: none;
}

.circle::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent rgba(0,0,0,0.8) transparent transparent;
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    display: none;
}

.circle.red::after {
    width: 350px;
    right: -360px;
}

.circle:hover::before,
.circle:hover::after {
    display: block;
}

.circle.red {
    background: #e43434;
}

.circle.green {
    background: rgba(106,227,195, 1);
}

#msg {
    width: 400px;
    height: 200px;
}

.support {
    width: 400px;
    margin: 0 auto;
}

.support .button {
    width: 100%;
}

a.link {
    font-size: 14px;
    text-decoration: underline;
    color: rgba(42, 209, 165, 1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    float: right;
    margin-left: 15px;
}

.workers-codes {
    width: 560px;
    float: left;
}

.workers-codes .worker {
    width: 200px;
    font-size: 16px;
    margin-bottom: 5px;
    float: left;
    margin-right: 40px;
}

.workers-codes .worker strong {
    float: right;
}

@media (min-width: 764px) and (max-width: 1060px) {
    /*
    .product-side,
    .client-side {
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .product-side {
        order: 1;
        padding-top: 10px;
    }

    .grid-wrapper {
        display: grid;
    }

    #products-iframe {
        width: 100%;
        border: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100000;
        height: 140px !important;
        box-shadow: 0 -15px 15px rgba(0,0,0,0.1);
        background: #fff;
    }
    */

    #categories {
        margin-bottom: 5px;
    }

    #categories li {
        margin-bottom: 5px;
    }

    #categories li span {
        border-radius: 6px;
    }



    #order-products {
        overflow: scroll;
        height: 100%;
    }

    .client-side {
        order: 2;
        padding-bottom: 400px;
    }

    .main {
        padding: 0 10px;
    }
}

.branches-checkboxes {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.branches-checkboxes .checkbox {
    width: 210px;
    padding: 15px;
    box-sizing: border-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: 6px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.branches-checkboxes .checkbox label,
.branches-checkboxes .checkbox input {
    margin-bottom: 0;
}

.branches-checkboxes .checkbox input {
    margin-right: 15px;
}

#phone-completer {
    width: calc(100% - 25px);
    position: absolute;
    background: rgba(255,255,255,0.85);
    box-sizing: border-box;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    z-index: 10000;
    box-shadow: 0 0 15px rgba(0,0,0,0.09);
    display: none;
    max-height: 280px;
    overflow: scroll;
}

#phone-completer.show {
    display: block;
}

#hide-completer {
    position: absolute;
    right: 6px;
    width: 25px;
    height: 25px;
    line-height: 1;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    border-radius: 1000%;
    top: 26px;
    cursor: pointer;
}

#hide-completer span {
    position: relative;
    top: -1px;
}

.relative {
    position: relative;
}

.au-client {
    padding: 13px;
    box-sizing: border-box;
    transition: .3s all;
    cursor: pointer;
    border-radius: 5px;
}

.addr {
    opacity: .6;
}

.au-client:hover {
    background: #ebebeb;
}

.au-client h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
}

.au-client p {
    line-height: 1.4;
}

a.link {
    font-size: 14px;
    text-decoration: underline;
    color: rgba(42, 209, 165, 1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    float: right;
    margin-left: 15px;
}

li:not(.add-cheese) .copy-item {
    display: none !important;
}

.item ul li {
    margin-left: 4px !important;
}

.warning {
    background: rgba(217, 30, 30, 0.1) !important;
}

/* RELEASE 1.9.2022 */

.checkbox-input input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.mb0-checkbox .input.checkbox {
    margin-bottom: 0;
}

.checkbox-input input[type="number"] {
    width: 30px !important;
    margin-bottom: 0;
    height: 18px;
    font-size: 11px;
    float: left;
    margin-left: 20px;
    margin-right: 7px;
    position: relative;
    z-index: 100;
}

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

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

.no-wrap {
    white-space: nowrap;
}

/*
#submit_order {
    position: sticky;
    bottom: 5px;
}
*/

#sendOrderHolder.active {
    pointer-events: none;
    clear: both;
    position: relative;
}

#sendOrderHolder.active #submit_order {
  opacity: .5
}

#sendOrderHolder {
  position: sticky;
  bottom: 0px;
  z-index: 10000;
  clear: both;
  background: #f2f5f7;
  border-top: 1px solid #e1e6ea;
  border-bottom: 1px solid #e1e6ea;
}

#sendOrderHolder.active::before {
    content: 'Chybí hlavní jídlo';
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 5px;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
    background: #d50000;
    color: #fff;
}

#sendOrderHolder.msg-2::before {
    content: 'Nelze odeslat, pobočka již nepřijímá objednávky';
}

#sendOrderHolder.msg-3::before {
  content: 'Vyber nějaké produkty';
}

#sendOrderHolder.active::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d50000 transparent transparent transparent;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 24px;
}

.button--red {
    background: #d50000 !important;
    margin-bottom: 0 !important;
    margin-left: 10px;
    font-size: 13px;
    padding: 7px 12px;
}

.tag-main {
    background: #ffcf00;
    padding: 5px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.tag-main::after {
    content: 'Hlavní jídlo';
    position: absolute;
    left: 6px;
    top: 0;
    text-align: right;
    background: #ffcf00;
    z-index: -1;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding-right: 10px;
    border-radius: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0px;
    width: 0px;
    color: #ffcf00;
    transition: .3s all;
}

.tag-main:hover::after {
    width: 110px;
    font-size: 14px;
    color: #000;
}

.tag {
    background: #ffcf00;
    color: #000;
    padding: 3px 7px;
    border-radius: 5px;
    display: inline-block;
}

.tag.tag--red {
    background: #d50000;
    color: #fff;
}

.tag.tag--orange {
    border-radius: 15px;
    background: #ffb900;
    color: #fff;
}

.tag.tag--green {
    background: rgba(31, 184, 143, 1);
    color: #fff;
}

.product-main {
    background: rgba(255, 207, 0, 0.4);
}

.product-main.product .price {
    background: rgba(255, 207, 0, 0.8);
}

#modal {
    box-shadow: 0 0 55px rgba(0,0,0,.4);
}

.view-order #modal {
    display: none;
}

#overlay {
    display: none;
}

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

#modal.active {
    width: 400px;
    height: 260px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: block;
}

#closeWindow {
    width: 20px;
    height: 20px;
    background: url('../img/cross.svg') no-repeat center center;
    float: right;
}

#modal table,
#modal table tr,
#modal table th,
#modal table td {
    background: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
}

#modal table tr td:first-child {
    font-weight: bold;
    padding-left: 0;
}

#modal table tr td:nth-child(2),
#modal table tr td:nth-child(3) {
    position: relative;
}

#modal table tr td:last-child {
    font-size: 13px;
    opacity: .6;
}

.bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #939393;
    display: inline-block;
}

.line {
    width: 2px;
    height: 73px;
    background: #939393;
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: -19px;
    left: 19px;
}

#modal table tr:last-child .bullet {
    width: 15px;
    height: 15px;
    background: #44df4c;
    margin-left: -2px;
}

#modal .cancelled.bullet {
    background: #d50000 !important;
}

.btn-add-remove {
    width: 20px;
    box-sizing: border-box;
    display: none;
    color: #fff !important;
    padding: 0px 5px;
    text-align: center;
    background: rgba(106,227,195, 1);
    border-radius: 2px;
    padding-bottom: 3px;
    position: relative;
    top: -2px;
}

.removeOneMore {
    background: #d72d2d;
}

#selected-additives .showPrice small {
    display: inline-block !important;
}

#selected-additives .btn-add-remove {
    display: inline-block;
    line-height: 1 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.history {
    background: #e8e8e8;
    color: #6a6a6a;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
}

.filter-buttons {
    float: right;
    margin-top: 20px;
}

.filter-buttons .submit {
    float: left;
    margin-right: 10px !important;
}

.lot-filters.active {
    height: 73px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    float: left !important;
    max-width: calc(100% - 260px);
}

.lot-filters.active::after {
    content: '';
    text-align: center;
    line-height: 73px;
    background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(242,245,247,1) 100%);
    background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(242,245,247,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(242,245,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f5f7',GradientType=1 );
    position: absolute;
    right: 0;
    top: 0;
    height: 73px;
    width: 240px;
    pointer-events: none;
}

.lot-filters.active .col {
    display: inline-block;
    float: none;
}

#show-filters {
    color: rgba(106,227,195, 1) !important;
    background: none !important;
    text-decoration: underline;
}

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

.stat-box__smaller {
    width: 165px;
}

.stat-boxes .stat-box:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.stat-boxes .stat-box:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}


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

.stat-box-holder {
    position: relative;
}

.stat-box-holder .stat-box-front {
    transition: .3s all ease-in-out;
}

.stat-box-holder .stat-box-front .rounded-right:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url('../img/rotate.svg') no-repeat center center / contain;
    position: absolute;
    right: 6px;
    bottom: 6px;
    opacity: .4;
}

.stat-box-holder .stat-box-back {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: .3s all ease-in-out;
}

.stat-box-holder:hover .stat-box-back {
    opacity: 1;
}

.stat-box-holder:hover .stat-box-front {
    opacity: 0;
}

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

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

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

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

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

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

.indicator.black {
    background: rgba(0,0,0,.1);
    padding-left: 9px;
    color: rgba(0,0,0,.7);
    top: 18px;
    bottom: auto;
}

.stats-box-right {
    float: right;
}

.stats-box-right .stat-box {
    width: 200px;
}

.stats-branches {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: start;
    gap: 10px;
    margin-bottom: 50px;
    clear: both;
}

.stats-branches .stat-box {
    min-width: 260px;
    border-radius: 7px;
    flex: 1;
    max-width: 300px;
    margin-bottom: 0px;
    margin-right: 0px;
}

@media (max-width: 540px) {
    .product-side,
    .client-side {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        padding-left: 0;
    }

    .product-side .product {
        width: 50%;
    }

    .modal-additives .checkbox {
        width: 100%;
    }

    #categories li {
        width: 120px;
        box-sizing: border-box;
        padding: 15px 5px;
        line-height: 1;
        text-align: center;
        display: inline-block;
        border-radius: 5px;
        position: relative;
        transition: .3s all;
        cursor: pointer;
        margin-bottom: 5px;
    }

    #categories li span {
        border-radius: 5px;
    }

    .alergiesSwitcher {
        display: none;
    }

    .ui-button {
        float: none !important;
        margin: 0 !important;
        margin-right: 10px !important;
        top: 2px !important;
    }

    .submenu {
        position: fixed !important;
    }

    .menu {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .menu .menu-link  {
        display: inline-block;
        float: none;
    }

    .main {
        padding: 0 10px;
    }

    .works,
    .work-box {
        width: 100%;
        margin: 0;
    }

    .work-box {
        padding: 15px;
    }

    .works .work-day {
        font-size: 28px;
    }

    .works p strong {
        font-size: 16px;
    }

    #branches {
        position: static;
    }

    .workers-codes {
        display: none;
    }

    .stat-box {
        width: calc(50% - 5px);
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 7px;
    }

    .stat-box.rounded-right {
        margin-left: 10px;
    }

    .stat-box.rounded-left {
        width: 100%;
    }

    .stat-box span {
        font-size: 14px;
    }

    .lot-filters.active {
        margin-top: 20px;
    }

    .overflow-table table {
        margin-top: 10px;
    }

    .stat-box strong {
        font-size: 17px;
    }

    .indicator {
        right: 12px;
        bottom: 12px;
        padding: 3px 7px;
        padding-left: 23px;
        font-size: 12px;
        background-size: 8px !important;
    }

    .pagination {
        transform: scale(.8);
    }

    .pagination-info {
        margin-top: 0;
        font-size: 12px;
    }

    .filter-buttons {
        margin-top: 40px;
    }
}

#category[data-cat="3"] h3.destroy-after {
    display: none;
}

#selected-additives h5 {
    margin-top: 0 !important;
}

#selected-additives .btn-add-remove {
    color: #4db126 !important;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-left: 7px;
    border: 1px solid rgba(77, 177, 38, 0.7);
    background: rgba(154, 248, 161, .3);
    border-radius: 100%;
    top: 0;
    line-height: 22px;
}

#selected-additives .removeOneMore.btn-add-remove  {
    background: #d72d2d !important;
    color: #fff !important;
    border-color: #d72d2d !important;
    line-height: 18px;
}

#selected-additives .checkbox .selected:not(.active) .btn-add-remove {
    opacity: .5;
    pointer-events: none;
}

#selected-additives .checkbox.disabled {
    opacity: 1 !important;
    pointer-events: all !important;
}

#selected-additives .checkbox.disabled input {
    opacity: .5 !important;
    pointer-events: none !important;
}

#selected-additives .checkbox.disabled label,
#selected-additives .checkbox.disabled small {
    pointer-events: none !important;
}

#selected-additives .checkbox .selected.active .btn-add-remove {
    pointer-events: all !important;
}

.modal-additives .wrapper {
    max-width: 1124px;
}

.modal-additives h5 {
    margin-bottom: 0;
    margin-top: 22px;
    font-weight: normal;
}

.modal-additives .checkbox small {
    color: #4db126;
    border: 1px solid rgba(77, 177, 38, 0.7);
    background: rgba(154, 248, 161, 0.30);
    display: inline-block;
    font-size: 13px !important;
    border-radius: 20px;
    padding: 4px 7px;
    line-height: 1;
    min-width: 60px;
    margin-left: 10px;
}

.modal-additives .checkbox label,
.switchCheckbox .checkbox label {
    font-size: 17px !important;
    line-height: 1 !important;
    padding-top: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    padding: 5px 0;
    margin-top: 5px;
}

.modal-additives .checkbox,
.switchCheckbox .checkbox {
    padding-right: 10px;
}

.modal-additives .checkbox input,
.switchCheckbox .checkbox input {
    width: 50px;
    min-width: 50px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.modal-additives .checkbox input,
.switchCheckbox .checkbox input {
    width: 50px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.modal-additives .checkbox input:checked,
.switchCheckbox .checkbox input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #19D527;
    border-color: #19D527;
}

.modal-additives .checkbox label[for="additives-26"] {
    color: #ebbb00 !important;
}

.modal-additives .checkbox label[for="additives-26"] small {
    background: #ebbb00 !important;
    color: #fff !important;
    border-color: #ebbb00 !important;
}

.copy-item {
    font-weight: normal;
}

#order-products .item .price ul li a {
    padding-top: 2px;
}

#order-products .item .price ul li.remove-li {
  color: #e31212;
  background: rgba(245, 177, 177, 0.57);
}

.add-cheese {
    position: relative;
}

.add-cheese.green-li a::before {
    content: '+ ';
}

.add-cheese.red-li a {
    color: #e31212 !important;
    border-radius: 4px;
    background: rgba(245, 177, 177, 0.57) !important;
}

.add-cheese.red-li a::before {
    content: '- ';
}

.hidden-info {
    display: none;
    width: 200px;
    position: absolute;
    left: -206px;
    color: #fff;
    background: rgba(0,0,0,1);
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    top: -2px;
    font-size: 16px;
}

.hidden-info::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent rgba(0,0,0,1);
    position: absolute;
    right: -3px;
    top: 6px;
}

.info-product {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 11px;
    color: #fff !important;
    background: #2a4956;
    border-radius: 4px;
    line-height: 1;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    text-align: center;
    line-height: 15px;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.product {
    display: block;
}

.d-table {
    display: table;
    width: 100%;
}

.info-product:hover .hidden-info {
    display: block;
}

#alertInfo {
  width: 80%;
  margin: 0 auto;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(31, 184, 143, 1);
  font-size: 26px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s all;
  transform: translateY(0);
  z-index: 10000;
  pointer-events: all;
}

#alertInfo.hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.delete-link a {
    color: #e31212 !important;
    text-decoration: underline;
}

.tag--green {
    border-radius: 15px;
    color: #fff;
    background: #25d519;
}

.tag--red {
    border-radius: 15px;
    color: #fff;
    background: #e43434;
}

#min-order-info.active {
    display: block;
    color: #fff;
    background: #e43434;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    position: relative;

    display: none;
}

#min-order-info.active::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e43434 transparent;
    position: absolute;
    right: 0;
    top: -10px;
    left: 0;
    margin: auto;
}

#min-order-info.active strong {
    display: block;
    font-size: 21px;
}

.on-print,
.on-print-table {
    display: none;
}

#category {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media (min-width: 1260px) {
    .product:hover {
        background: #f9f9f9;
    }

    .product:hover .info-product {
        opacity: 1;
    }
}

#sendOrderHolder.active #choosePayment,
#sendOrderHolder.active #orderMinimalOrder {
    display: none;
}

#choosePayment,
#orderMinimalOrder {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: rgba(106,227,195, 1);
    font-size: 15px;
    text-align: center;
    line-height: 50px;
}

#orderMinimalOrder {
    color: #fff;
    background: #e04242;
}

#log-info.error {
    background: rgba(211, 8, 8, 1);
}

#alert {
    width: 650px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    background: #e04242;
    box-shadow: 0 0 135px rgba(224, 66, 66, .9);
    font-size: 26px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s all;
    transform: translateY(0);
    z-index: 10000;
    pointer-events: all;
}

#alert.hidden {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

#alert.ok {
    background: rgba(42, 209, 165, 1);
}

#alert.alert--basic {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    position: relative;
    top: 0;
    left: 0;
    font-size: 15px;
    box-shadow: none;
    max-width: initial;
    width: auto;
}

.tabs.tabs--rounded {
    background: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    width: auto;
    margin-bottom: 5px;
}

.tabs.tabs--rounded li {
    width: auto;
    padding: 10px 17px;
    background: #fff;
    border: 1px solid #e1e6ea;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
    color: #111827;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

.tabs.tabs--rounded li::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    transform: scale(0.95);
}

.tabs.tabs--rounded li.active::before {
    transform: scale(1);
}

#map-overlay {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: .3s all ease-in-out;
}

#map-overlay.active {
    opacity: .6;
    pointer-events: all;
}

#address {
    position: relative;
    z-index: 10000;
}

.gwt-SuggestBoxPopup {
    margin-top: 0 !important;
}

.form-box {
  width: 75%;
  float: left;
  box-sizing: border-box;
}

.form-box form {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
}

.article {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-sizing: border-box;
    padding: 25px;
    border-radius: 5px;
    margin-top: 25px;
    text-align: center;
}

.article img {
    max-width: 300px;
    height: auto;
    display: inline-block;
}

.article code {
    width: 100%;
    float: left;
    clear: both;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.form-info {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 50px !important;
  padding: 25px 0;
}

.form-info strong {
    display: block;
    color: rgba(0,0,0,1);
    font-size: 14px;
    margin-bottom: 5px;
}

.form-info p {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.6);
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 500px) {
    .col-left,
    .col-right {
        width: 100%;
        white-space: nowrap;
        overflow: scroll;
    }

    .col-left .settings-button {
        float: none;
        display: inline-block;
    }

    .canvas {
        width: 100%;
    }

    .branches-live-box .stat-box {
        width: 48%;
    }

    .livenow {
        right: 10px !important;
    }

    .settings-holder {
        width: 100%;
        white-space: nowrap;
        overflow: scroll;
    }

    .settings-holder .settings-button {
        display: inline-block;
        float: none;
    }
}

.livenow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #eceff1;
  box-sizing: border-box;
}

.livenow > div {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  border: 2px solid rgba(106, 227, 195, 1);
  -webkit-animation: live 1.4s infinite ease-in-out;
  animation: live 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.livenow > div:nth-child(1) {
    background-color:rgba(106, 227, 195,0.3);
    background-color:rgba(106, 227, 195,1);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.livenow > div:nth-child(2) {
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}
.livenow > div:nth-child(3) {
    -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s;
    border:3px solid rgba(106, 227, 195,0.5);
}
.livenow > div:nth-child(4) {
    border:3px solid rgba(106, 227, 195,1);
    -webkit-animation-delay: -0.42s;
    animation-delay: -0.42s;
}

@-webkit-keyframes live {
  0%, 80%, 100% { -webkit-transform: scale(0.6) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes live {
  0%, 80%, 100% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.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 .input {
  width: 80%;
}

.input-group-prepand {
  display: -ms-flexbox;
  display: flex;
  margin-right: -2px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .55rem;
  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;
  right: 4px;
  top: 20px;
  box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.inputPrice {
    width: 120px;
}

.inputPrice.input-group .input {
    width: 62.5%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.highlight {
    position: relative;
    z-index: 1;
}

.highlight::before {
    width: calc(100% + 20px);
    height: calc(100% + 12px);
    position: absolute;
    top: -11px;
    left: -10px;
    background: #fff;
    border-radius: 4px;
    content: '';
    transition: .3s all ease-in-out;
    opacity: 0;
    z-index: -1;
    border: 1px solid rgba(0,0,0,0.1);
}

.highlight.active::before {
    opacity: 1;
}

#product-table tr:hover td {
    background: rgba(106,227,195, .15) !important;
}

.pick-tax {
    font-size: 12px;
    text-decoration: none;
    padding: 0 4px;
    border-radius: 4px;
    color: #5b6064 !important;
    border: 1px solid #e1e6ea;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
    transition: all .35s;
    font-weight: normal;
}

.pick-tax.active {
    background: rgb(106, 227, 195);
    color: #fff !important;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    overflow: hidden;
    height: 47px;
    background-color: #fff;
    padding-left: 100%;
    box-sizing: content-box;
    border: 1px solid #e1e6ea;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.ticker {
    display: inline-block;
    height: 47px;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: 75s;
            animation-duration: 75s;
}

.ticker__item {
    display: inline-block;
    padding: 6px 2rem;
    font-size: 13px;
    line-height: 1.35;
    color: #000;
}

.ticker__item small {
    display: block;
    font-weight: bold;
    position: relative;
}

.ticker-holder {
    position: relative;
    margin-left: -25px;
    width: calc(100% + 50px);
    overflow: hidden;
}

.ticker__green small {
    color: rgba(31, 184, 143, 1);
}

.ticker__red small {
    color: #e43434;
}

.ticker__item small .indicator {
    position: static;
    font-size: 9px;
    padding-right: 6px;
    padding-left: 16px;
    background-position: 5px 5px !important;
    background-size: 8px !important;
}

.anim-number {
    position: relative;
    perspective: 240px;
    transition: .3s all ease-in-out;
    overflow: hidden;
}

.anim-number::before {
    content: attr(data-value);
    top: -20px;
    left: 0;
    position: absolute;
}

.anim-number.active::before {
    transform: translateY(-100px);
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#branch option[value="11"] {
    color: red !important;
}

.dropdown {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    top: -17px;
}

.dropdown-content {
    width: 100%;
    box-sizing: border-box;
    display: none;
    position: absolute;
    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 1px 25px 0px rgba(0,0,0,0.13), 0 2px 1px -1px #f8fafb;
    z-index: 1000;
    max-height: 300px;
    overflow: scroll;
}

.dropdown-content span {
    display: block;
    cursor: pointer;
    padding: 7px 10px;
    transition: .1s all;
    border-bottom: 1px solid rgba(212, 219, 225, 0.5);
}

.dropdown-content span strong {
    float: right;
    text-align: right;
    color: #d51111;
}

.dropdown-content span:last-child {
    border-bottom: 0;
}

.dropdown-content span:hover {
    background: #e1e6ea;
}

.open {
    display: block;
}

.a-none {
    position: absolute;
    top: -100000px;
}

.modal-additives .checkbox.deactive {
    pointer-events: none;
}

.modal-additives .checkbox.deactive small {
    background: rgba(215, 45, 45, .3) !important;
    border-color: #d72d2d !important;
    color: #d72d2d !important;
    text-align: center !important;
}

#pmc-form .modal-additives .checkbox.deactive small {
    min-width: 80px;
}

.modal-additives .checkbox.deactive input {
    opacity: 0.4;
    pointer-events: none;
}

.w100p {
    width: 100% !important;
}

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

#pick-branch {
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 65px;
    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;
}

.dj-tag,
.ol-tag,
.wolt-tag,
.bolt-tag {
    width: 70px;
    height: 18px;
    display: inline-block;
    background: url('../img/dj.svg') no-repeat left center;
    background-size: contain;
}

.bolt-tag {
    height: 16px;
    background: url('../img/bolt.png') no-repeat left center;
    background-size: contain;
}

.wolt-tag {
    height: 12px;
    background: url('../img/wolt.png') no-repeat left center;
    background-size: contain;
}

#prepTime.active {
    float: right;
    padding: 8px 12px;
    margin-top: 7px;
    color: #7f4505;
    border: 1px solid rgba(127, 69, 5, .2);
    box-sizing: border-box;
    background: #fdf8c2;
    border-radius: 25px;
}

#doprava-item ul.hidden {
    display: none !important;
}

.info-red-label {
    color: #7f4505;
    border: 1px solid rgba(127, 69, 5, .2);
    box-sizing: border-box;
    background: #fdf8c2;
    padding: 4px 8px;
    text-align: center;
    font-size: 14px;
    letter-spacing: .3px;
    position: relative;
    top: -2px;
    margin-left: 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 20px;
}

#confirm {
    position: fixed;
    top: 100px;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 100px rgba(0,0,0,.4);
}

#confirm h2 {
    font-size: 21px;
    padding: 15px;
    margin-bottom: 0;
    box-sizing: border-box;
    letter-spacing: 0.7px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#confirm button {
    width: 50%;
    float: left;
    background: #fff;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px 0;
    appearance: none;
    -webkit-appearance: none;
    border-bottom-left-radius: 8px;
    transition: .3s all ease-in-out;
}

#confirm button#confirm-no {
    border-left: 1px solid rgba(0,0,0,0.15);
    font-weight: bold;
    color: #d72d2d;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
}

#confirm button:hover {
    background: rgba(0, 0, 0, .07);
}

.ios-modal {
    top: 50% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 21px;
    box-shadow: 0 0 200px rgba(0,0,0,.8);
}

.ios-modal__content {
    padding: 25px 15px;
}

.ios-modal__footer a {
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: rgba(0,0,0,.7);
    border-top: 1px solid rgba(0,0,0,0.1);
    transition: .3s all;
    border-bottom-left-radius: 8px;
}

.ios-modal__footer a:hover {
    color: #000;
    background: rgba(0,0,0,0.05);
}

.ios-modal #confirm-no {
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
}

@media (max-width: 1280px) {
    #prepTime.active {
        padding: 8px;
        margin-top: 10px;
        font-size: 11px;
    }
}

.stats--two-sides .one-side {
    display: block;
}

.stats--two-sides .next-side {
    display: none;
}

.stats--two-sides:hover .one-side {
    display: none;
}

.stats--two-sides:hover .next-side {
    display: block;
}

.stats-box-right .one-side .stat-box {
  width: 150px;
}

/* DASHBOArD */

/*
.bg {
    width: 100%;
    height: 100vh;
    background: url('../img/bg.jpg') no-repeat center center;
    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;
}

nav.menu {
    position: relative;
    z-index: 1;
}

.row {
    width: 100%;
    float: left;
    display: flex;
    max-width: 1024px;
    margin: 0 auto !important;
    float: none;
    gap: 25px;
    margin-bottom: 15px !important;
}

.column {
    background: rgba(255,255,255,.7);
    box-sizing: border-box;
    padding: 25px !important;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: .3s all ease-in-out;
}

.column--warning {
    background: rgba(254, 155, 65, .75);
}

.column--warning h3,
.column--warning p {
    color: #000 !important;
}

.column form,
.column .message {
    margin-top: 0 !important;
}

.column form input {
    height: 50px;
    line-height: 50px;
    font-size: 19px;
}

.column-1 {
    width: 35% !important;
    min-width: 35% !important;
    max-width: 35% !important;
}

.column-2 {
    width: 60% !important;
    min-width: 60% !important;
    max-width: 65% !important;
}

.column-3 {
    width: 45% !important;
    min-width: 45% !important;
    max-width: 45% !important;
}

.column-4 {
    width: 55% !important;
    min-width: 55% !important;
    max-width: 55% !important;
}

.column .stat-box {
    width: 33.333333% !important;
    margin-bottom: 0 !important;
    height: 100%;
}

.column .stat-box .stat-inside strong {
    margin-top: 20px;
}

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

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

@keyframes columnAnim {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(10px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0px);
    }
}

.column-anim {
    opacity: 0;
    transform: scale(1) translateY(10px);
    animation: columnAnim ease-in-out forwards .4s;
}

.column-anim--delay-0 {
    animation-delay: 0;
}

.column-anim--delay-3 {
    animation-delay: .3s;
}

.column-anim--delay-6 {
    animation-delay: .6s;
}

.column-anim--delay-9 {
    animation-delay: .9s;
}

.works {
    width: 560px;
    float: left;
    margin-top: 0px;
    position: relative;
}

#branches {
    width: 260px;
    height: 45px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.works #code {
    height: 45px;
    line-height: 45px;
    font-size: 24px;
}

.works .submit {
    float: left;
}

#prichod,
#odchod {
    width: calc(50% - 5px) !important;
    float: left;
    margin-bottom: 0 !important;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    width: 120px;
    text-align: center;
}

#prichod {
    background: #25d519 !important;
}

#prichod:hover {
    background: #0f8b07 !important;
}

#odchod {
    margin-left: 10px;
    background: #e43434 !important;
}

#odchod:hover {
    background: #c20d0d !important;
}

.works p strong {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
}

.works .work-day {
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 15px;
}

.works .work-day .time {
    display: inline-block;
    margin-left: 30px;
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.shifts li {
    width: 100%;
    line-height: 25px;
    color: #25d519;
    list-style: none;
    border: 1px solid #e1e6ea !important;
    background: #fff;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.shifts li strong {
    float: right;
    color: #000 !important;
}

.shifts--red li {
    color: #e43434;
}

#branches {
    width: 260px;
    height: 45px;
    cursor: pointer;
    position: static;
    margin-bottom: 0 !important;
}

.works {
    width: 560px;
    float: left;
    margin-top: 0px;
    position: relative;
}

.works #code {
    height: 45px;
    line-height: 45px;
    font-size: 24px;
}

.works .submit {
    float: left;
}

.work-box {
    white-space: nowrap;
    font-size: 20px;
    width: 100%;
    min-height: 100px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    float: left;
    background: none;
    border: 0;
    box-shadow: none;
    position: relative;
}

.work-box .link {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
}

#modal-window {
    width: 96%;
    max-width: 470px;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 50px;
    transition: .3s all ease-in-out;
}

#modal-window:after {
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0 0 350px rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
}

#close-modal {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(0,0,0,.2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    padding: 10px 0;
    color: rgba(0,0,0,.6);
}

.img-dashboard {
    opacity: .3;
    height: 50px;
    margin: 0 auto 10px;
    display: block;
}

.column--midd {

}

.column--stats {
    display: flex !important;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    max-height: 300px;
}

.column--stats .indicator {
    position: static;
    display: inline-block;
    margin-bottom: 7px;
}

.column--stats p {
    font-size: 18px;
    margin-bottom: 7px;
    color: rgba(0,0,0,0.6);
}

.column--stats p strong {
    font-size: 28px;
    color: #000;
}

.column--stats.column .stat-box {
    height: auto !important;
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
    text-align: center;
}

.stat-inside small {
    display: block;
    color: rgba(31, 184, 143, .7);
}

.column--stats.column .stat-box strong {
    margin-top: 7px !important;
    font-size: 23px;
}

@media (max-width: 1050px) {
    .row .column {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .column--stats.column .stat-box {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 5px !important;
        border-radius: 5px !important;
    }

    .column--stats.column .stat-box strong {
        font-size: 15px !important;
    }

    .column--stats.column .stat-box span {
        font-size: 11px !important;
    }

    #branches {
        width: calc(100% - 100px) !important;
    }

    .works .work-day {
        font-size: 24px !important;
        margin-top: 10px !important;
    }

    .shifts li {
        font-size: 13px;
    }
}

.column--stats .column--midd h2 {
    font-size: 15px;
    letter-spacing: 1px;
}

.blured {
    filter: blur(10px);
    transition: .3s all ease-in-out;
}

.blured:hover {
    filter: blur(0);
}

.drivers {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 10px;
}

.driver {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
    color: rgba(58, 58, 58, 1);
    border: 1px solid #e1e6ea;
    background: #fff;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    transition: .3s all ease-in-out;
}

.driver:hover {
    text-decoration: none;
    background: rgba(106,227,195, 0.1);
    border: 1px solid rgba(106,227,195, 0.4);
    color: rgba(31, 184, 143, 1);
}

.modal-drivers {
    box-shadow: 0 0 350px rgba(0,0,0,.6);
    border-radius: 15px;
    display: block !important;
    width: 400px;
    height: 260px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.uzaverka p strong {
    display: block;
    color: rgba(31, 184, 143, 1);
}

.uzaverka p {
    width: calc(50% - 5px);
    float: left;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e1e6ea;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
    border-radius: 5px;
    margin-bottom: 10px;
}

.uzaverka p:nth-child(even) {
    float: right;
}

.not-interesting {
    opacity: .55;
}

#close-modal {
    border-top: 1px solid #e2e4e2;
    color: #1a69ff;
    padding: 12px 0;
}

.message {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    border: 1px solid rgba(0,0,0,0.15);
    position: relative;
}

.message h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.message__photo {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    position: absolute;
    left: 10px;
    top: 10px;

    display: none;
}

.column--messages {
    height: 100%;
    width: 100%;
}
*/

tr.tr-highlight {
    background: rgba(106,227,195, 0.465);
    font-weight: bold;
}

tr.holiday {
    background: rgba(237, 190, 67, 0.465);
}

tr.vacation {
    background: rgba(67, 170, 237, 0.465);
}

tr.weekend {
    background: rgba(106,227,195, 0.465);
}

tr.warning {
    background: rgba(217, 30, 30, 0.4) !important;
}

.legend {
    display: flex;
    list-style: none;
    gap: 15px;
}

.legend li {
    display: flex;
    align-items: center;
}

.legend li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}

.show-error {
    position: relative;
}

.show-error::after {
    content: 'aut. upravený čas na nejbližší možný';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #d50000;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.timePickerWrapper {
  position: absolute;
  width: calc(100% - 5px);
  background: #f8fafc;
  z-index: 10000;
  border: 1px solid #e2e8f0;
  box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
  pointer-events: none;
  opacity: 0;
  transition: .3s all;
  max-height: 220px;
  overflow: scroll;
}

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

.timePickerWrapper div {
  margin-bottom: 0;
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: normal;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  transition: .3s all;
  width: 33.33333%;
  float: left;
  text-align: center;
}

@media (min-width: 1450px) {
    .timePickerWrapper div {
        width: 25%;
    }
}

.timePickerWrapper div:hover {
    background: #e2e7ec;
}

form.bistro .hide-bistro {
    display: none;
}

form.bistro #prepTime.active {
    display: none;
}

form.perso .hide-bistro:not(.not-hide-perso) {
    display: none;
}

form.perso .hide-perso {
    display: none;
}

form.perso #prepTime.active {
    display: none;
}

.bistro .slr.relative {
    width: 100%;
    padding-left: 0;
}

.tip {
    background: #fff3cd;
    color: #664d03;
    padding: 10px;
    border-radius: 6px;
    display: block;
    float: left;
}

input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

@media (min-width: 764px) and (max-width: 1060px) {
    .product {
        width: 16.666666%;
    }

    .product p {
        font-size: 13px;
    }

    .subtitle {
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 20px;
        height: 20px;
    }
}

#pm-load {
    width: 100%;
    max-width: 700px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 70px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
}

#pm-load .modal-additives .checkbox {
    width: 33.33%;
}

#pm-load .modal-additives {
    padding-bottom: 20px;
    overflow: hidden;
}

#pm-load .modal-additives .checkbox input {
    min-width: 60px;
    height: 40px;
}

.pm-title {
    float: left;
    margin-right: 20px;
    font-weight: bold;
    font-size: 15px;
    opacity: .4;
    transition: .3s all;
    padding: 5px 8px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
}

.pm-title.active {
    opacity: 1;
    background: rgb(100,102,225);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 9px rgba(100,102,225,.27);
}

.pm-title.done {
    background: rgba(106,227,195, 1);
    color: #fff;
    opacity: 1;
    border-color: rgba(106,227,195, 1);
}

.pm-title.done strong {
    border-right: 1px solid rgba(255,255,255,.2);
}

.pm-title strong {
    border-right: 1px solid rgba(0,0,0,.2);
    padding-right: 6px;
    margin-right: 6px;
}

.pm-title.active strong {
    border-right: 1px solid rgba(255,255,255,.4);
}

.pm-timeline {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

#close-pm-modal {
    width: 40px;
    height: 40px;
    background: url('../img/cancel.svg') no-repeat center center;
    filter: grayscale(100%);
    position: absolute;
    right: 20px;
    top: -40px;
}

.form-box .form-div {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
}

.form-box .form-div form {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.form-box .form-div .col {
    display: inline-block;
    float: none;
}

.form-box .form-div ul {
    list-style: none;
    max-width: 450px;
}

.form-box .form-div ul li {
    padding-bottom: 14px;
    margin-top: 14px;
    border-bottom: 1px solid #e1e6ea;
}

.form-box .form-div ul li:last-child {
    border-bottom: 0;
}

.form-box .form-div ul li a {
    float: right;
    color: #e43434;
    text-decoration: underline;
}

.bistroOrders {
    width: 100%;
    margin-top: 25px;
    overflow: scroll;
    padding-bottom: 150px;
    display: flex;
}

.bistroOrders.flex-vertical {
  flex-flow: column;
}

.release-table {
  font-size: 12px;
  background: #fbe8e8;
  color: #e43434;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  top: -3px;
}

.b-order {
    text-decoration: none;
    padding: 1.5rem 3rem;
    padding-left: 45px;
    color: rgba(58, 58, 58, 1);
    border: 1px solid #e1e6ea;
    background: #fff;
    background-size: 30px;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    font-size: 14px;
    transition: .3s all ease-in-out;
}

.b-order.ready {
    background-image: url('../img/check-green.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.flex {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.b-order h2 {
    margin-bottom: 0;
    font-size: 26px;
    pointer-events: none;
}

.b-order h6 {
    margin-bottom: 0;
}

.b-order p {
    font-size: 14px !important;
}

#bistro-iframe {
    min-height: 500px;
    margin-top: 10px;
}

.b-order__orange {
    background-color: #FBCEB1;
    border-color: #efb189;
}

.b-order__red {
    background-color: #ED2939;
}

.b-order.done {
    border-color: rgba(42, 209, 165, 1) !important;
    background-color: rgba(42, 209, 165, .4) !important;
}

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

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

.col-bistro {
    width: calc(100% - 200px);
    float: left;
}

.col-200px {
    width: 200px;
    float: right;
}

.perct-branch {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;

    opacity: 0;
    transition: .25s all ease-in;
}

.perct-branch span {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    line-height: 50px;
    margin: auto;
    font-size: 21px;
    color: #fff;
    z-index: 10;
}

.perct-branch span strong {
    width: 30px;
    display: inline-block;
}

.perct-branch.active {
    transform: scaleY(1.04) scaleX(1.02);
    box-shadow: 0 0 5px 3px rgba(0,0,0,.09);
    filter: grayscale(0) !important;
    position: sticky;
    bottom: 10px;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,0.25);
}

.perct-branch.active .perct-loading {
    filter: grayscale(0) !important
}

.perct-loading {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
    display: flex;
}

.loading-30,
.loading-60,
.loading-more {
    height: 50px;
    float: left;
}

.loading-30 {
    background: #2AD1A5;
}

.loading-60 {
    background: #78eba2;
}

.loading-more {
    background: #ED2939;
}

.loading__bar {
    position: relative;
}

.motivation-board__legends {
    width: 100%;
    float: left;
    display: flex;
    margin-bottom: 20px;
}

.motivatoin-board__legend {
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 20px;
    margin-right: 20px;
}

.motivatoin-board__legend:before {
    width: 30px;
    height: 20px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: red;
}

.motivatoin-board__legend:nth-child(1):before {
    background: #2AD1A5;
}

.motivatoin-board__legend:nth-child(2):before {
    background: #78eba2;
}

.motivatoin-board__legend:nth-child(3):before {
    background: #ED2939;
}

.loading__bar var {
    position: absolute;
    right: 10px;
    font-style: normal;
    text-align: center;
    height: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: rgba(255,255,255,.85);
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in-out;

    display: none;
}

.perct-branch:hover .loading__bar var {
    opacity: 1;
}

.loading-60 var,
.loading-more var {
    left: 10px;
    right: auto;
}

.loading-more var {
    display: none;
}

.loading__bar var small {
    display: block;
    color: rgba(255,255,255,.7);
}

.badge {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.badge__first {
    background: #fff url('../img/medal-1.png') no-repeat center center;
    background-size: 80%;
}

.badge__second {
    background: #fff url('../img/medal-2.png') no-repeat center center;
    background-size: 80%;
}

.badge__third {
    background: #fff url('../img/medal-3.png') no-repeat center center;
    background-size: 80%;
}

.badge__angry {
    background: #fff url('../img/angry.png') no-repeat center center;
    background-size: 80%;
}

.badge__dont-panic {
    background: #fff url('../img/cool.png') no-repeat center center;
    background-size: 80%;
}

.badge__surprised {
    background: #fff url('../img/surprised.png') no-repeat center center;
    background-size: 80%;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 4s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.section-motivation-board {
    width: 100%;
    float: left;
    margin-top: 0;
}

.confetti{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.column iframe {
    height: 100%;
}

.ui-button {
    float: right;
    cursor: pointer;
    height: 42px;
    width: 42px;
    line-height: 42px;
    position: relative;
    top: -1px;
    border: 1px solid #e9e9ed;
    background: #f9f9f9;
    border-radius: 5px;
    transition: .3s all ease-out;
    margin-right: 20px;
}

.ui-button:hover {
    background: #e9e9ed;
}

.ui-button svg {
    position: relative;
    top: 3px;
}

.submenu {
    width: 387px;
    position: absolute;
    right: -2px;
    top: 48px;
    background: #fff;
    z-index: 1000;
    border: 1px solid #e1e6ea;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-top: 0;
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    transform: translateY(-30px);
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in-out;
}

.ui-button::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.ui-button:hover::after {
    display: block;
}

.ui-button:hover .submenu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    z-index: 1000000;
}

.submenu nav.menu-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.submenu nav.menu-icons a {
    color: rgb(32, 36, 40);
    font-size: 16px !important;
    width: 33.33%;
    transition: .3s all;
}

.submenu nav.menu-icons a:hover {
    color: rgba(31, 184, 143, 1);
}

.submenu nav.menu-icons a span {
    display: inline-block;
    margin-right: 7px;
}

.alergies {
    font-size: 12px;
    box-sizing: border-box;
    padding: 3px;
    color: rgba(0,0,0,.4);
    pointer-events: none;
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
    height: 21px;
}

.product-main .alergies {
    border-bottom: 1px solid rgba(255,255,255,.8);
}

.emojis {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 2.5%;
}

.emoji {
  min-width: 30%;
  max-width: 30%;
  border-radius: 100%;
  cursor: pointer;
  transition: .35s all;
  box-shadow: 0px 12px 16px -4px #00000014;
  background-size: 80 !important;
}

.emoji:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.emoji--green {
  background: #fff url('../img/emoji/1.svg') no-repeat center center;
  background-size: 80% !important;
}

.emoji--yellow {
  background: #fff url('../img/emoji/2.svg') no-repeat center center;
  background-size: 80% !important;
}

.emoji--red {
  background: #fff url('../img/emoji/3.svg') no-repeat center center;
  background-size: 80% !important;
}

.confetti {
  transition: .7s all;
  pointer-events: none !important;
}

.nps {
  display: flex;
  flex-flow: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.nps:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: #522b79 url('../img/zendino-bg.svg') no-repeat top center / cover;
}

.nps.blur:before {
  background: #522b79;
}

.emoji-blur {
  filter: blur(15px);
  opacity: .3;
}

.emoji-title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 5rem !important;
  margin-top: 120px !important;
  margin-bottom: 30px !important;
  pointer-events: none;
}

.emoji-pargh {
  width: 100%;
  text-align: center;
  font-size: 24px;
  position: relative;
  top: -25px;
}

.qr-text {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.questions {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.quetstion-btn {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 12px 16px -4px #00000014;
  border: 0;
  font-size: 21px;
  box-sizing: border-box;
  padding: 30px;
}

.quetstion-btn.active {
  background: #eb1985;
  color: #fff;
}

.submit-btn {
  max-width: 500px;
  border: 0;
  padding: 30px 0;
  background: #d2da27;
  border-radius: 15px;
  width: 100%;
  font-size: 26px;
  margin-top: 50px;
  border-radius: 45px;
}

@media (max-width: 1024px) {
  .quetstion-btn {
    padding: 20px;
  }
  
  .questions {
    width: 95%;
  }
}

.thanks {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    flex-flow: column;
    z-index: 10;
}

.emoji-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.em-stat {
    width: 510px;
    min-width: 510px;
    float: left;
}

.em-stat strong {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.em-stat .stat-box {
    width: 170px;
    margin-bottom: 0;
}

.em-stat .stat-box strong {
    margin-top: 10px;
    margin-bottom: 0;
}

.em-stat .stat-box var {
    font-style: normal;
    font-size: 14px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.em-stat .stat-box:nth-child(3) strong {
    color: rgba(255, 195, 0, 1);
}

.em-stat .stat-box:nth-child(4) strong {
    color: red;
}

.em-stat .error {
    float: right;
    color: red;
}

.alergiesSwitcher {
    width: 140px;
    float: right;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

#body.waiting::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5) url('../img/spinner.svg') no-repeat center center;
    z-index: 1000;
}

.perso-workers {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.5);
    z-index: 1000000;
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in-out;
}

.perso-workers.active {
    opacity: 1;
    pointer-events: all;
}

.perso-content {
    width: 500px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 7px;
    max-height: 80vh;
    overflow: scroll;
}

.perso-content h2 {
    letter-spacing: normal;
    font-size: 23px;
    font-weight: bold;
}

.perso-worker:nth-child(1) {
    border-top: 1px solid rgba(0,0,0,.1);
}

.perso-worker {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    font-size: 18px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.perso-worker:hover {
    background: rgba(0,0,0,.05);
}

.flex-form {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.flex-form #newDate {
    width: 210px;
    max-width: 210px;
    min-width: 210px;
    margin-bottom: 0;
}

.flex-form .button {
    height: 50px;
    margin-bottom: 0;
}

.flex-form h3 {
    margin-bottom: 0;
}

.avg-indicator {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: auto;
    top: -12px;
    width: 80px;
    height: 25px;
    bottom: auto;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.15);
}

.avg-indicator:after {
    content: attr(data-info);
    position: absolute;
    width: 260px;
    top: 27px;
    left: -95px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in-out;
    z-index: 1000;
}

.avg-indicator:hover:after {
    opacity: 1;
}

.canvas canvas {
    margin-top: 120px !important;
}

.custom-tooltip {
  position: absolute;
  display: none;
  padding: 10px;
  background-color: #fff;
  border-radius: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-right: 1px solid #e1e6ea;
  border-bottom: 1px solid #e1e6ea;
  pointer-events: none;
  font-size: 14px;
  line-height: 1.4;
  z-index: 10;
}

.custom-tooltip label {
    display: inline-block;
    width: 80px;
    font-size: 14px !important;
}

.custom-tooltip p {
  margin: 0;
}

.variants {
    display: flex;
    gap: 10px;
}

.variants .check-variant {
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    font-size: 17px;
}

.variants .check-variant:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    left: 0;
}

.variants .check-variant:after {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    left: 3px;
    top: 13px;
    content: '';
    transition: .3s all ease-in-out;
    transform: scale(0);
}

.variants .check-variant.active:after {
    transform: scale(1);
}

.variants .check-variant span {
    background: rgba(31, 184, 143, 1);
    color: #fff;
    padding: 4px 6px;
    padding-top: 6px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1;
}

.additives .check-additive,
.options .check-additive {
    position: relative;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 17px;
}

.additives .check-additive:after,
.options .check-additive:after {
    background: #DADADA;
    height: 28px;
    width: 60px;
    border-radius: 30px;
    content: '';
    position: absolute;
    right: 0;
    transition: .3s all ease-in-out;
}

.options .check-additive:after {
    background: rgba(31, 184, 143, 1);
}

.additives .check-additive:before,
.options .check-additive:before {
    content: '';
    width: 23px;
    height: 23px;
    top: 2px;
    right: 34px;
    z-index: 10;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    display: block;
    position: absolute;
    transition: .3s all ease-in-out;
}

.options .check-additive:before {
    right: 3px;
}

.additives .check-additive.active:after {
    background: rgba(31, 184, 143, 1);
}

.options .check-additive.active:after {
    background: #DADADA;
}

.additives .check-additive.active:before {
    right: 3px;
}

.options .check-additive.active:before {
    right: 34px;
}

.modal-options strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.tables {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.tables .table {
    padding: 15px;
    background: #fff;
    font-size: 17px;
    color: #5b6064;
    border: 1px solid #e1e6ea;
    box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.tables .table:hover {
    background: #f8fafc;
}

.tables .table.active {
    background: #f0fcf9;
    border-color: #6ae3c3;
}

.tables--biggerFont .table {
    font-size: 24px;
}

.order-ticket {
    padding-top: 15px;
    border-top: 1px solid #e9edf0;
    margin-top: 15px;
    display: block;
}

.table-order-item {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    clear: both;
    float: left;
}

.table-order-item .additives-list {
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 12px;
  margin-top: 0;
}

.table-order-item.paid {
    color: rgba(31, 184, 143, 0.6);
    text-decoration: line-through;
}

.button.table-order-item {
    line-height: 30px;
    font-size: 21px;
    margin-top: 20px;
}

.toi-checkbox {
    width: 27px;
    height: 27px;
    border: 1px solid #c5c5c5;
    background: #fff;
    margin-right: 10px;
    float: left;
}

.toi-checkbox.active {
    background: #6ae3c3;
}

.toi-price {
  width: calc(100% - 50px);
  float: left;
}

.bolt {
    background: #34BB78;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    right: 3px;
    top: 23px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.bolt:hover {
    background: #81cfa8;
}

.button--cancel {
  margin: 5px 0 0 !important;
  float: right;
  border-radius: 20px;
  height: 50px !important;
  font-size: 20px;
  background: #e43434 !important;
}

.d-flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.remove-item {
  color: #e43434;
  padding: 0 0 0 10px;
}

.toi-price strong {
  margin-left: 15px;
}

.text-right {
  text-align: right !important;
}

#dataErrorContainer {
  display: block;
  float: left;
  padding: 10px;
  background: red;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
}

.remove-time {
  position: absolute; 
  right: 10px; 
  top: 30px; 
  text-decoration: underline; 
  color: #d50000; 
  cursor: pointer;
}

.center {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

.center #confirm {
  position: static;
}

.center #confirm button {
  font-size: 24px;
}

#alertCupon {
  font-size: 32px;
  color: #fff;
  background: #d50000;
  display: block;
  margin: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}

.input-cupon {
  background: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.show-cupon {
  font-size: 19px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  color: rgba(31, 184, 143, 1);
}

.container-loading {
  width: 80%;
  max-width: 400px;
  margin-top: 40px;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.progress-bar {
  height: 30px;
  width: 0;
  background-color: #d2da27;
  border-radius: 5px 0 0 5px;
}

.transition-anim {
  transition: width 1s linear;
}

.countdown {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
}

.dot {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.dot--green {
  background: #3eb394;
}

.dot--yellow {
  background: #ffa136;
}

.dot--red {
  background: #ff3636;
}

#itemList {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  clear: both;
}

#itemList li {
  float: left;
  margin-bottom: 0;
  padding: 7px 15px;
  border-radius: 6px;
  box-sizing: border-box;
  color: #5b6064 !important;
  border: 1px solid #e1e6ea !important;
  transition: .3s all ease-in-out;
  position: relative;
  padding-left: 35px;
}

#itemList li ul {
  display: flex;
  float: left;
  flex-flow: column;
  gap: 10px;
  margin-left: 0;
}

#itemList li ul li {
  padding: 5px;
}

#itemList li a {
  color: #5b6064 !important;
  text-decoration: underline;
}

#itemList li:hover {
  background: #edf1f4;
}

#itemList li a span {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 25px;
  text-align: center;
  background: #edf1f4;
  line-height: 30px;
  border-right: 1px solid #e1e6ea;
}

#modalWindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#modal-content {
  position: relative;
  width: 80%;
  height: 80%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff5f5f;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.calculator {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100000;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.calculator__inputs {
  width: 15%;
  float: left;
  margin-right: 30px;
  position: relative;
}

.calculator__inputs .input-group {
  width: 100%;
  margin-bottom: 20px;
}

.calculator__inputs label {
  position: absolute;
  padding: 10px;
  color: #5b6064;
}

.calculator__inputs .button {
  width: 100%;
  font-size: 45px;
  box-sizing: border-box;
  box-shadow: 5px 4px 10px #e1e6ea, 4px -4px 1px -1px #f8fafb;
}

.calculator__inputs .button.button__red {
  background: #ff5f5f !important;
  margin-bottom: 20px;
}

.calculator input {
  width: calc(100% - 30px) !important;
  padding: 10px;
  padding-right: 15px !important;
  height: 80px !important;
  line-height: 80px !important;
  margin: 0 !important;
  box-sizing: border-box;
  font-size: 58px;
  text-align: right;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.calculator .input-group-text {
  top: 0;
  height: 80px;
}

.calculator .btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.calculator .btns button {
  padding: 15px;
  font-size: 58px;
  height: calc(25vh - 20px);
  margin-bottom: 0;
  border: none;
  border-radius: 5px;
  background-color: #e9ecef;
  box-shadow: 5px 4px 10px #e1e6ea, 4px -4px 1px -1px #f8fafb;
  border: 1px solid #ced4da;
  color: #495057;
  cursor: pointer;
  transition: background 0.3s;
}

.calculator .btns button.green-btn {
  background: #DDEB9D;
  border-color: #A0C878;
  color: #A0C878;
}


/*
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
*/