@font-face {
    font-family: Poppins;
    src: url("/fonts/Poppins/Poppins-Medium.ttf");
}

* {
    font-family: Poppins, sans-serif;
    box-sizing: border-box;
    font-size: 12px;
}

@media (min-width: 0) and (max-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

html, body {
    width: 100% !important;
    height: 100vh;
    /*height: 100% !important;*/
}

body {
    width: 100%;
    height: 100vh;
    /*height: 100%;*/
    display: flex;
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: var(--path);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: right;
    filter: grayscale(100%);
}

.no-scroll {
    overflow: hidden !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 0.5em 0.6em 0.4em 0.6em;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.k-filter-row th a, .k-grid-header th.k-header a {
    right: 0;
}

.no-cell-overflow td
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-toolbar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 1.2rem;
}

.layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: fixed;
}

.loader {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader div.loader-box {
    background: transparent;
}

.form-panel {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
}

.form-panel div.error-box {
    background: red;
    color: yellow;
    padding: 10px;
}

.form-panel div.error-box ul {
    list-style-type: decimal;
    margin-bottom: 0;
}

.form-panel div.form-panel-inner {
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.form-panel div.close-box {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border-radius: 30px;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.navbar-collapse i {
    color: yellow;
}

.message-box {
    width: 400px;
    position: fixed;
    right: 0;
    bottom: 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    cursor: pointer;
    color: black;
    gap: 10px;
}

.message-box div.img-box {
    width: 50px;
    min-width: 50px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.message-box div.img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.confirm-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.confirm-body div:first-child {
    display: flex;
    justify-content: center;
}

.confirm-body div:last-child {
    display: flex;
    gap: 2px;
    justify-content: stretch;
    justify-items: stretch;
}

.confirm-body div:last-child button {
    width: 50%;
}

.header-template {
    white-space: normal;
    vertical-align: middle;
}

#estates-list .k-listview-content {
    display: flex;
    background: white;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    min-height: 1410px;
    flex-wrap: wrap;
}

#estates-list .k-listview-content div {
    box-sizing: border-box !important;
}

#estates-list .k-listview-content > div.d-flex {
    max-width: 1000px;
}

@media (min-width: 2000px) {
    #estates-list .k-listview-content > div.d-flex {
        max-width: 25%;
    }
}

#estates-list .k-listview-content div.image-box {
    height: 300px;
    padding: 20px;
}

#estates-list .k-listview-content div.image-box img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.visible {
    visibility: visible !important;
}

#estate-photo-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#estate-photo-box div.estate-photo {
    width: 100px;
    height: 100px;
    background-color: white;
    position: relative;
}

#estate-photo-box div.estate-photo img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

#estate-photo-box div.estate-photo div.actions {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    position: absolute;
}

#estate-photo-box div.estate-photo div.actions i {
    color: yellow;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.k-calendar table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-width: 0;
    outline: 0;
    table-layout: fixed;
    float: left;
    left: -10px;
}

input, select {
    box-sizing: border-box !important;
}

.fa-circle {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    padding-right: 5px;
}

.yellow {
    color: white !important;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.gray {
    color: gray;
}

.statement-tab-item {
    display: flex;
    gap: 0;
    background: transparent;
}

.statement-tab-item > div {
    box-sizing: border-box;
}

.statement-tab-item > div:first-child {
    min-width: 400px;
    display: flex;
    flex-direction: column;
}

.detail-info div {
    box-sizing: border-box !important;
}

.detail-info div.k-listview-content {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px 20px;
    background: white;
    gap: 10px;
    min-height: 800px;
}

.detail-info div.k-listview-content > div {
    width: calc(25% - 10px);
    min-width: calc(25% - 10px);
    background: white;
    color: black;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 10px;
    position: relative;
    margin-bottom: 40px;
}

.detail-info div.k-listview-content > div div.action-box {
    background: transparent;
    position: absolute;
    top: -20px;
    height: 40px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 5px 5px;
    gap: 2px;
}

.detail-info div.k-listview-content > div div.action-box button {
    border-radius: 50%;
}

.k-grid-footer-wrap, .k-grid-header-wrap {
    width: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    position: relative;
    overflow: hidden;
}

form .item-3 div.mb-3 {
    max-width: 33%;
    flex-shrink: 1;
    flex-grow: 1;
}

form .item-2 div.mb-3 {
    max-width: 50%;
    flex-shrink: 1;
    flex-grow: 1;
}

#monthlyincome-type {
    display: flex;
    gap: 10px;
}

#companies-tab table {
    margin-bottom: 0;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: 0.125rem;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.25); /* IE */
    -moz-transform: scale(1.25); /* FF */
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -o-transform: scale(1.25); /* Opera */
}

table {
    margin-bottom: 0 !important;
}

#chart-row {
    min-height: 400px;
}

.closed-row {
    background: green !important;
    color: white !important;
}

.invoice-company-vat-type-declaration-empty {
    width: 100%;
    height: 800px;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    background-image: linear-gradient(0, black, black), url("../img/banner-image.jpg");
    background-size: cover;
    background-blend-mode: saturation;
}

.invoice-company-vat-type-declaration-empty h1 {
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 5px;
}

.k-upload .k-dropzone {
    border-color: #dee2e6;
    color: #212529;
    background-color: transparent !important;
    border: none;
    border-color: transparent;
    box-shadow: none;
    padding: 0;
}

.k-upload {
    color: #212529;
    background-color: transparent;
    border: none #dee2e6;
}

.k-dropzone-hint {
    display: none !important;
}

.k-upload .k-dropzone .k-upload-status {
    font-weight: 400;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: none !important;
}

.k-upload .k-upload-button {
    min-width: 7.167em;
    margin-right: 0;
}

.insert-row {
    background: #E3EEF4 !important;
}

.insert-row td {
    padding: 0;
}

.insert-row div.action-box {
    background: #E3EEF4;
}

.inner-chart {
    background: yellow;
    box-sizing: border-box;
}

.k-scheduler-header .k-event {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.k-event .k-event-actions, kendo-scheduler .k-event .k-event-actions {
    right: 0.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.k-event, kendo-scheduler .k-event {
    min-height: 25px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-radius: 0.25rem;
    text-align: left;
    outline: 0;
    cursor: default;
    position: absolute;
    overflow: hidden;
    padding-right: 1rem;
    display: flex;
    align-items: start;
}

.k-scheduler-content {
    overflow-x: hidden;
}

#priorities-grid .k-filter-row th, #priorities-grid .k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 0.5em 0.6em 0.4em 0.6em;
    white-space: pre-line;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

div#task-grid.k-grid.k-widget.k-grid-display-block div.k-grid-content.k-auto-scrollable table tbody tr.k-master-row td a.btn.btn-secondary.text-white.w-100 {
    box-sizing: border-box;
}

#users-grid div.btn-group > button.btn:first-child {
    width: 130px;
}

#users-grid ul.dropdown-menu {
    box-sizing: border-box !important;
    width: 200px;
}

#users-grid ul.dropdown-menu li {
    box-sizing: border-box !important;
    padding: 5px;
}

#users-grid ul.dropdown-menu li button {
    box-sizing: border-box;
    white-space: normal;
    text-align: left;
}

#users-grid ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

#userlog-list {
    box-sizing: border-box;
    padding: 20px;
}

#userlog-list div {
    box-sizing: border-box !important;
}

#userlog-list div.k-listview-content {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

#userlog-list div.k-listview-content > div.card {
    box-sizing: border-box;
    width: calc(50% - 10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media screen and (max-width: 1900px) {
    #userlog-list div.k-listview-content {
        flex-direction: column;
    }

    #userlog-list div.k-listview-content > div.card {
        box-sizing: border-box;
        width: 100%;
    }
}

.models-detail {
    display: flex;
    gap: 20px;
}

.models-detail table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}

.models-detail table td, .models-detail table th {
    border: 1px solid #cccccc;
}

.summa-box {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

div.main-card div.card-title {
    margin: 0;
}

div.site-error {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

div.site-error div.alert {
    background: transparent;
    border: none;
    color: white;
}

div.popuplayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(26, 1, 1, 0.5);
}

div.formpopup.active {
    top: 20px;
    opacity: 1;
    transition: 0.5s;
    left: 50%;
    transform: translateX(-50%) translateY(0) scale(1);
}

div.formpopup.active div.container div.content form, div.formpopup.active div.popup-container div.content form {
    transform: translateY(0);
    opacity: 1;
}

div.formpopup {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%) scale(0);
    background: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 5px;
    color: black;
    opacity: 0;
    transition: 0.5s;
}

div.formpopup div.card-title {
    margin: 0;
}

div.formpopup div.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.formpopup div.container, div.formpopup div.popup-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    height: 100%;
    padding: 0;
    max-width: initial;
}

div.formpopup div.container div.error-box, div.formpopup div.popup-container div.error-box {
    background: red;
    width: 100%;
    color: yellow;
    padding: 10px;
    display: none;
}

div.formpopup div.container div.error-box *, div.formpopup div.popup-container div.error-box * {
    box-sizing: border-box;
}

div.formpopup div.container div.error-box ul, div.formpopup div.popup-container div.error-box ul {
    list-style-type: decimal;
}

div.formpopup div.container div.error-box.active, div.formpopup div.popup-container div.error-box.active {
    display: block;
    opacity: 1;
    animation: slide-in-top 0.5s;
}

div.formpopup div.container div.header, div.formpopup div.popup-container div.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 5px;
    flex-grow: 0;
}

div.formpopup div.container div.header div.close-box, div.formpopup div.popup-container div.header div.close-box {
    cursor: pointer;
}

div.formpopup div.container div.header div.close-box:hover i, div.formpopup div.popup-container div.header div.close-box:hover i {
    transform: rotate(360deg);
    transform-origin: center;
    color: red;
}

div.formpopup div.container div.header div.close-box i, div.formpopup div.popup-container div.header div.close-box i {
    transform-origin: center;
    transition: 0.5s;
}

div.formpopup div.container div.content, div.formpopup div.popup-container div.content {
    position: relative;
    flex-grow: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

div.formpopup div.container div.content form, div.formpopup div.popup-container div.content form {
    width: 100%;
    transition: 0.5s;
    transform: translateY(100%);
    opacity: 0;
}

div.formpopup div.container div.content form input, div.formpopup div.popup-container div.content form input {
    border-radius: 0;
}

div.formpopup div.container div.content div.image-box, div.formpopup div.popup-container div.content div.image-box {
    width: 126px;
    height: 126px;
    background: transparent;
}

div.formpopup div.container div.content div.image-box img, div.formpopup div.popup-container div.content div.image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

div.formpopup div.container div.footer, div.formpopup div.popup-container div.footer {
    background: transparent;
    border-top: 1px solid #cccccc;
    height: 50px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 0;
}

div#main-content {
    transition: 0.5s;
    width: 100%;
}

div.blur {
    filter: opacity(0);
}

.k-input:focus-within {
    border-color: #ffae8d;
    color: #495057;
    background-color: #fff;
    box-shadow: none;
}

span.k-searchbox.k-input.k-input-md.k-rounded-md.k-input-solid span.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid input.k-input-inner {
    padding: 0;
}

div.notification.active {
    transform: translateY(-50%) translateX(0%);
}

div.notification {
    width: 300px;
    padding: 10px;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    right: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: column;
    gap: 10px;
}

div.notification div.image-box {
    width: 50px;
    height: 50px;
}

div.notification div.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.notification h1 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
}

li:hover > a i {
    color: red !important;
}

tr.selected td {
    background: green;
    color: white;
    transition: 0.5s;
}

tr.selected button {
    transition: 0.5s;
    transform: scale(0);
}

tr.selected-2 td {
    background: green;
    color: white;
    transition: 0.5s;
}

tr.selected-2 button[data-name=add-btn] {
    transition: 0.5s;
    transform: scale(0);
}

tr.recipe-selected td {
    background: green;
    color: white;
}

section#login {
    position: relative;
    height: 100vh;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

section#login div.login-container {
    position: relative;
    width: 900px;
    height: 500px;
    background: transparent;
    box-shadow: 0 55px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

section#login div.login-container div.user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

section#login div.login-container div.user div.image-box {
    position: relative;
    width: 50%;
    height: 100%;
    transition: 0.5s;
}

section#login div.login-container div.user div.image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#login div.login-container div.user div.form-box {
    position: relative;
    width: 50%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
}

section#login div.login-container div.user div.form-box form h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #555555;
}

section#login div.login-container div.user div.form-box form input:not(.simple) {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    color: #333333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

section#login div.login-container div.user div.form-box form input[type=submit] {
    max-width: 100px;
    background: #677eff;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
}

section#login div.login-container div.user div.form-box form .link-btn {
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

section#login div.login-container div.user div.form-box form p.new-pass-box {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555555;
    text-transform: uppercase;
    font-weight: 300;
}

section#login div.login-container div.user div.form-box form p.new-pass-box a {
    font-weight: 600;
    text-decoration: none;
    color: #677eff;
    white-space: nowrap;
}

section#login div.login-container div.user.forgot-bx input[type=submit] {
    max-width: 200px !important;
}

section#login div.login-container div.forgot-bx {
    pointer-events: none;
}

section#login div.login-container div.forgot-bx div.form-box {
    left: 100%;
}

section#login div.login-container div.forgot-bx div.image-box {
    left: -100%;
}

section#login div.login-container div.register-box {
    pointer-events: none;
    display: none;
}

section#login div.login-container div.register-box div.form-box {
    left: 100%;
}

section#login div.login-container div.register-box div.image-box {
    left: -100%;
}

section#login div.login-container.active div.forgot-bx {
    pointer-events: all;
}

section#login div.login-container.active div.forgot-bx div.form-box {
    left: 0;
}

section#login div.login-container.active div.forgot-bx div.image-box {
    left: 0;
}

section#login div.login-container.active-register {
    display: none;
}

section#login div.login-container.active-register div.register-box {
    pointer-events: all;
}

section#login div.login-container.active-register div.register-box div.form-box {
    left: 0;
}

section#login div.login-container.active-register div.register-box div.image-box {
    left: 0;
}

@media (max-width: 991px) {
    section#login div.login-container {
        max-width: 400px;
    }

    section#login div.login-container div.register-box h1 {
        display: none;
    }

    section#login div.login-container div.register-box div.image-box {
        display: none;
    }

    section#login div.login-container div.register-box div.form-box {
        width: 100%;
    }

    section#login div.login-container div.register-box select {
        box-sizing: border-box;
    }

    section#login div.login-container div.user div.image-box {
        display: none;
    }

    section#login div.login-container div.user div.form-box {
        width: 100%;
    }
}

.k-tabstrip-items .k-item {
    margin: 0;
    padding: 10px;
    border: 1px solid transparent;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-items: stretch;
    outline: 0;
}

form#person-form textarea {
    height: 200px;
    box-sizing: border-box;
}

div.detail-container {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    transition: 0.5s;
    transform-origin: center;
    opacity: 0;
}

div.short-text {
    cursor: pointer;
}

#unit-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

#unit-box > div {
    width: calc(25% - 10px);
    box-sizing: border-box;
}

div.panel-wrapper {
    width: 90%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    transition: 0.5s;
    box-sizing: border-box;
}

div.panel-wrapper.edit div.content-wrapper div.card div.card-header {
    background: #DC3545;
    color: white;
    justify-content: space-between !important;
}

div.panel-wrapper.edit div.content-wrapper div.card div.card-header span {
    margin-right: auto;
    margin-left: auto;
}

div.panel-wrapper.edit div.content-wrapper div.card div.card-header i {
    color: yellow;
    animation: blink-1 1s infinite;
}

div.panel-wrapper .k-grid .k-grid-content-locked, div.panel-wrapper .k-grid .k-grid-content-locked td, div.panel-wrapper .k-grid .k-grid-header-locked, div.panel-wrapper .k-grid .k-grid-header-locked .k-header {
    border: 1px solid #cccccc;
    outline: none;
    border-collapse: separate;
    border-left: none;
    border-top: none;
}

div.panel-wrapper .k-grid .k-grid-header-locked, div.panel-wrapper .k-grid .k-grid-header-locked .k-header {
    border-bottom: none;
}

div.panel-wrapper * {
    box-sizing: border-box !important;
}

div.panel-wrapper.hide {
    transform: translateX(calc(100% - 50px)) translateY(-50%);
}

div.panel-wrapper.hide div.arrow-wrapper div.arrow {
    background-color: rgb(220, 53, 69);
    color: yellow;
}

div.panel-wrapper.hide div.arrow-wrapper div.arrow i {
    transform: rotate(180deg);
}

div.panel-wrapper div.arrow-wrapper {
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

div.panel-wrapper div.arrow-wrapper div.arrow {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    pointer-events: all;
    transition: background-color 1s linear;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

div.panel-wrapper div.arrow-wrapper div.arrow i {
    transition-delay: 0.5s;
    transition: 0.5s;
}

div.panel-wrapper div.content-wrapper {
    position: relative;
    background: transparent;
    flex-grow: 1;
    pointer-events: all;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

div.panel-wrapper div.content-wrapper div.recipe-error {
    position: absolute;
    background: transparent;
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
    transition: 0.5s;
    top: 20px;
    left: 50%;
    width: 600px;
    min-height: 200px;
    height: 200px;
    z-index: 10001;
    cursor: pointer;
}

div.panel-wrapper div.content-wrapper div.recipe-error.active {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

div.panel-wrapper div.content-wrapper div.recipe-error > div {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

div.panel-wrapper div.content-wrapper div.recipe-error > div ul {
    list-style-type: decimal;
}

#recipe-ingredient-grid {
    width: 1200px;
}

div.form-box {
    width: 100%;
    height: calc(100vh - 140px);
    background: url("/web/img/wallhaven-o31j25.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

div.form-box div.form-content {
    min-width: 600px;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation-delay: 0.5s;
}

div.form-box div.form-content form {
    margin-top: 20px;
    transition: 0.5s;
}

div.form-box div.form-content form div.form-header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    background: white;
}

div.form-box div.form-content form div.form-header h1 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
}

div.form-box div.form-content form > div:nth-child(3) {
    background: white;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    padding: 10px;
}

div.form-box div.form-content textarea {
    height: 600px;
}

#recipe-ingredient-grid > div.k-grid-content.k-auto-scrollable > table > tbody > tr > td {
    height: 50px;
}

div.btn-group button {
    box-shadow: none !important;
}

#recipe-existing-list {
    box-sizing: border-box;
}

#recipe-existing-list * {
    box-sizing: border-box !important;
}

#recipe-existing-list div.k-listview-content {
    width: 100%;
    padding: 0 50px 100px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    height: calc(100vh - 240px);
}

#recipe-existing-list div.k-listview-content > div {
    margin-top: 100px;
}

div.recipe-card {
    position: relative;
    width: 350px;
    height: 730px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation-delay: var(--i);
}

div.recipe-card.active {
    height: 1150px;
}

div.recipe-card.active div.toggle-btn i {
    transform: rotate(180deg);
}

div.recipe-card.active div.image-box {
    width: 150px;
    height: 150px;
}

div.recipe-card.active div.content div.details div.inner-data {
    transform: scale(1);
    visibility: visible;
    background: white;
}

div.recipe-card div.toggle-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20px;
    right: -10px;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, 0.5);
    z-index: 10000;
}

div.recipe-card div.toggle-btn:hover {
    background: black;
    color: white;
}

div.recipe-card div.toggle-btn i {
    transform: rotate(0deg);
    transition: 0.5s;
}

div.recipe-card div.header {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 1000;
}

div.recipe-card div.header div.k-grid-content {
    overflow-x: hidden;
}

div.recipe-card div.header .k-group-cell, div.recipe-card div.header .k-grouping-row {
    background: #E3EEF4;
}

div.recipe-card div.header h2 {
    font-size: 1.25em;
    font-weight: 600;
    color: #555555;
    line-height: 1.2em;
}

div.recipe-card div.header h2 span {
    font-size: 0.75em;
    font-weight: 500;
    opacity: 0.5;
}

div.recipe-card div.content {
    all: initial;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

div.recipe-card div.content div.time {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

div.recipe-card div.content div.time h3 {
    font-size: 1em;
}

div.recipe-card div.content div.time h3 span {
    font-size: 0.75em;
    font-weight: 500;
    opacity: 0.5;
}

div.recipe-card div.content div.preparation {
    margin: 10px 0;
    height: 200px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #cccccc;
    text-align: left;
}

div.recipe-card div.content div.details {
    padding: 40px;
    text-align: center;
    width: 100%;
    transition: 0.5s;
}

div.recipe-card div.content div.details div.inner-data {
    transform: scale(0);
    transition: 0.5s;
    visibility: visible;
    background: white;
}

div.recipe-card div.content div.details h2 {
    font-size: 1.25em;
    font-weight: 600;
    color: #555555;
    line-height: 1.2em;
}

div.recipe-card div.content div.details h2 span {
    font-size: 0.75em;
    font-weight: 500;
    opacity: 0.5;
}

div.recipe-card div.content div.details div.data {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
}

div.recipe-card div.content div.details div.data h3 {
    font-size: 1em;
    color: #555555;
    line-height: 1.2em;
    font-weight: 600;
    width: calc(33.3333% - 5px);
}

div.recipe-card div.content div.details div.data h3 span {
    font-size: 0.85em;
    font-weight: 400;
    opacity: 0.5;
}

div.recipe-card div.content div.details div.action-btn {
    display: flex;
    justify-content: space-between;
}

div.recipe-card div.content div.details div.action-btn button {
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 1em;
    font-weight: 500;
    background: #ff5f95;
    color: white;
    cursor: pointer;
}

div.recipe-card div.content div.details div.action-btn button:nth-child(2) {
    border: 1px solid #999999;
    color: #999999;
    background: white;
}

div.recipe-card div.image-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transition: 0.5s;
}

div.recipe-card div.image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#filter-name-input {
    max-width: 400px;
    box-shadow: none;
}

#filter-name-input::placeholder {
    color: #cccccc;
}

#tester-table tbody tr th {
    font-size: 1em;
    font-weight: 500;
}

#tester-table tbody tr td:nth-child(2) {
    width: 300px;
}

#tester-table tbody tr td:nth-child(3) {
    width: 200px;
}

#tester-table tbody tr td div[data-name=loader] {
    width: 100%;
    background: yellow;
    height: 30px;
}

#tester-table tbody tr td button {
    width: 100%;
}

div.k-grid-content {
    overflow-x: hidden;
}

div.k-grid-content.k-auto-scrollable {
    overflow-x: auto;
}

#day-scroller {
    position: fixed;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    background: rgba(255, 255, 255, 0);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 50px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

#day-scroller div.hide-action {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    background: black;
    color: white;
    z-index: 1000;
    transition: 0.5s;
}

#day-scroller div.hide-action i {
    transform: rotate(180deg);
    transition: 0.5s;
}

#day-scroller div.hide-action:hover i {
    animation: blink-1 0.5s infinite;
}

#day-scroller.hide {
    box-shadow: none;
}

#day-scroller.hide div.hide-action {
    position: absolute;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#day-scroller.hide ul {
    opacity: 0;
}

#day-scroller.hide div.hide-action {
    border-radius: 10px;
}

#day-scroller.hide div.hide-action i {
    transform: rotate(0);
}

#day-scroller ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    list-style-type: none;
    gap: 10px;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    background: white;
}

#day-scroller ul li {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 120px;
    border-left: 1px solid #cccccc;
    overflow: hidden;
}

#day-scroller ul li:hover span, #day-scroller ul li.active span {
    margin-top: 10px;
}

#day-scroller ul li:hover i, #day-scroller ul li.active i {
    transform: translateY(5px);
}

#day-scroller ul li span {
    font-size: 1em;
    transition: 0.5s;
    font-weight: 500;
}

#day-scroller ul li i {
    transform: translateY(-50px);
    transition: 0.5s;
    position: absolute;
    top: 0;
}

#day-scroller ul li:last-child {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
}

#menu-form-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

#menu-form-box > div:first-child {
    width: 500px;
    min-width: 500px;
    flex-grow: 0;
}

#menu-form-box > div:nth-child(2) {
    flex-grow: 1;
    position: relative;
}

#menu-form-box > div:nth-child(2) div.card-body {
    display: flex;
    overflow: hidden;
}

#menu-form-box > div:nth-child(2) div.card-body > div {
    width: 100%;
}

#menu-form-box > div:nth-child(2) div.card-body div.selected-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: 0.5s;
    display: flex;
}

#menu-form-box > div:nth-child(2) div.card-body div.selected-detail div.select-content-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
    width: 100%;
}

#menu-form-box > div:nth-child(2) div.card-body div.selected-detail div.select-content-box div.card {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    height: 100%;
}

#menu-form-box > div:nth-child(2) div.card-body div.selected-detail div.select-content-box div.card div.card-body {
    flex-grow: 1;
    background: white;
}

#menu-form-box > div:nth-child(2) div.card-body div.selected-detail.hide {
    transform: translateX(calc(100% + 40px));
}

#menu-form-box > div:nth-child(2) div.card-body div.selected-detail div.toggle-box {
    width: 40px;
    height: 100%;
    position: relative;
}

#menu-form-box > div:nth-child(2) div.card-body div.selected-detail div.toggle-box div.toggle-inner {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: black;
    color: white;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#stepper {
    width: 100%;
    position: relative;
    height: max-content;
}

#stepper ul.stepper-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#stepper ul.stepper-ul li {
    background: white;
    padding: 10px;
    color: black;
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    position: relative;
    cursor: pointer;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    transition: background-color 1s linear;
    pointer-events: none;
}

#stepper ul.stepper-ul li.line:after {
    height: 10px;
    width: var(--width);
    background: rgb(255, 0, 0);
}

#stepper ul.stepper-ul li.active {
    background: green;
    color: white;
}

#stepper ul.stepper-ul li.active div:first-child {
    background: white;
    color: red;
}

#stepper ul.stepper-ul li:before {
    content: "";
    position: absolute;
    width: var(--width);
    height: 1px;
    background: rgba(255, 0, 0, 0.2);
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    transition: 0.5s;
}

#stepper ul.stepper-ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: rgba(255, 0, 0, 0.2);
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    transition: 0.5s;
}

#stepper ul.stepper-ul li:last-child:after {
    display: none;
}

#stepper ul.stepper-ul li > div:first-child {
    background: red;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: background-color 1s linear;
}

#stepper ul.stepper-ul li > div:nth-child(2) {
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    text-align: center;
}

#stepper div.stepper-container {
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 20px;
}

#stepper div.stepper-container div.stepper-content {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

#stepper div.stepper-container div.stepper-content.active {
    visibility: visible;
}

#stepper div.stepper-container div.stepper-content h1 {
    font-size: 10.5em;
    font-weight: 600;
}

.k-grid .k-grid-content-locked, .k-grid .k-grid-content-locked td, .k-grid .k-grid-header-locked, .k-grid .k-grid-header-locked .k-header {
    border-collapse: separate;
    border-color: #dee2e6;
}

div.menu-detail-list div.k-listview-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 600px));
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px;
    justify-content: center;
    align-items: flex-start;
}

div.menu-detail-list div.k-listview-content > div {
    width: 600px;
}

div.menu-detail-list-item {
    width: calc(33.33333% - 20px);
    max-width: 460px;
    background: white;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 40px;
    animation: slit-in-vertical 0.45s ease-out both;
    animation-delay: var(--delay);
}

div.menu-detail-list-item div.summary {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

div.menu-detail-list-item div.summary div.summary-item {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.menu-detail-list-item div.summary div.summary-item h2 {
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
}

div.menu-detail-list-item div.summary div.summary-item h2 span {
    font-size: 0.8em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.2);
}

div.menu-detail-list-item div.text-box {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
}

div.menu-detail-list-item * {
    box-sizing: border-box;
}

div.menu-detail-list-item div.preparation {
    padding: 20px;
}

div.menu-detail-list-item div.time-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

div.menu-detail-list-item div.time-box > div {
    text-align: center;
    min-width: 160px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.menu-detail-list-item div.time-box h2 {
    font-size: 1em;
    font-weight: 500;
}

div.menu-detail-list-item div.time-box h2 span {
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

div.menu-detail-list-item div.restaurant-menu-food-ingredient-grid {
    min-height: 400px;
}

div.menu-detail-list-item div.header {
    position: relative;
}

div.menu-detail-list-item div.header div.action-box {
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    top: -25px;
    right: -10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    cursor: pointer;
}

div.menu-detail-list-item div.header div.action-box:hover i {
    transition: 0.5s;
    transform: rotate(70deg);
}

div.menu-detail-list-item div.header div.action-box i {
    transition: 0.5s;
    color: red;
}

div.menu-detail-list-item div.header div.title {
    text-align: center;
}

div.menu-detail-list-item div.header div.title h1 {
    font-size: 1.8em;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 10px;
    white-space: nowrap;
}

div.menu-detail-list-item div.header div.title h1 span {
    font-size: 0.8em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

div.menu-detail-list-item div.header div.img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

div.menu-detail-list-item div.header div.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

table tbody td.k-state-disabled {
    text-decoration: line-through !important;
    color: rgba(204, 204, 204, 0.3) !important;
}

#menu-order-day-grid > div.k-grid-content.k-auto-scrollable {
    overflow-x: hidden;
}

div.hidden-form-content div.hidden {
    position: relative;
    transition: 0.5s;
    background: white;
    transform: translateY(-100%);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    height: 0;
}

div.hidden-form-content.active div.hidden {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transform-origin: bottom;
    height: min-content;
}

div.food-item-template {
    width: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.food-item-template div.menu-detail-list-item {
    width: 100%;
}

div.food-item-template div.menu-detail-list-item div.header {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 300px;
}

div.filter-chk-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

tr.old-order td {
    color: blue;
}

tr.changed td {
    animation: blink-1 1s;
    animation-iteration-count: 5;
}

div.order-list {
    padding-top: 20px;
}

div.order-list div.k-listview-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

div.order-box {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

div.order-box div.order-person-box {
    flex-grow: 1;
}

div.order-box div.grid-box {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}

#order-person-grid > div.k-grid-content.k-auto-scrollable {
    overflow-x: hidden;
}

#menu-order-grid > div.k-grid-content.k-auto-scrollable tr.order-selected td:not(td.k-group-cell) {
    background: green;
    color: white;
    transition: 0.5s;
}

div.grid div.k-grid-content {
    overflow-x: hidden;
}

#daily-food-grid tr.prepared td {
    background: red !important;
    color: white !important;
    transition: 1.5s background-color;
}

div.chef-content {
    display: grid;
    height: 100%;
    grid-template-columns: 400px 2fr 1fr;
    grid-template-rows: auto;
    column-gap: 10px;
    padding: 10px;
}

div.chef-content > div div.card {
    display: flex;
    height: 100%;
    flex-direction: column;
}

div.chef-content > div div.card div.card-body {
    flex-grow: 1;
    padding: 0;
}

div.group-list-box {
    overflow-x: hidden;
    width: 100%;
}

div.group-list-box div.k-listview-content {
    display: inline-flex;
    gap: 10px;
    width: 100%;
    overflow-x: scroll;
    padding: 10px;
    box-sizing: border-box;
}

div.group-list-box div.summary-item h2 {
    font-size: 0.8em !important;
}

div.group-list-box div.time-box {
    flex-direction: column !important;
}

div.group-list-box div.menu-detail-list-item {
    max-width: 350px;
    width: 350px;
    margin-bottom: 10px;
}

div.group-list-box div.menu-detail-list-item div.action-box-1 {
    width: 100%;
    height: 60px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #DC3545;
    border-radius: 5px 5px 0 0;
}

div.group-list-box div.menu-detail-list-item div.action-box-1 button {
    border: 1px solid #cccccc !important;
}

div.group-list-box div.menu-detail-list-item h1 {
    font-size: 1em !important;
    white-space: normal !important;
    min-height: 60px !important;
}

div.count-box, div.price-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

div.count-box i, div.price-box i {
    animation: blink-1 5s infinite;
}

div.restaurant-menu-food-form-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-column-gap: 20px;
    transition: 0.5s;
}

@media (max-width: 1500px) {
    div.restaurant-menu-food-form-content div.portions-box.active {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 1300px) {
    div.restaurant-menu-food-form-content {
        grid-template-columns: 2fr 1fr;
        grid-row-gap: 20px;
    }

    div.restaurant-menu-food-form-content div.portions-box.active {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }
}

@media (max-width: 800px) {
    div.restaurant-menu-food-form-content {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }

    div.restaurant-menu-food-form-content div.portions-box.active {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }
}

div.restaurant-menu-food-form-content div.portions-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}

div.restaurant-menu-food-form-content div.portions-box.active {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, min(600px, max(64px, 33.3333333333%))));
}

div.restaurant-menu-food-form-content div.portions-box.active h1 {
    display: none;
}

div.restaurant-menu-food-form-content div.portions-box div.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

div.restaurant-menu-food-form-content div.portions-box div.card div.card-header span {
    white-space: nowrap;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
}

div.restaurant-menu-food-form-content div.portions-box div.card div.ingredient-grid {
    min-height: 300px;
}

div.restaurant-menu-food-form-content div.portions-box div.card div.ingredient-grid div.k-grid-content {
    overflow-x: hidden;
}

div.restaurant-menu-food-form-content div.portions-box div.card div.card-body {
    flex-grow: 1;
}

div.restaurant-menu-food-form-content div.portions-box div.card div.card-body div.image-box {
    width: 100%;
    height: 220px;
    background: black;
}

div.menu-item-box div.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.menu-item-box div.card-header span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.menu-item-box div.card-header div.remove-btn {
    cursor: pointer;
}

div.menu-item-box ul.tab-ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

div.menu-item-box ul.tab-ul li.tab-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    transition: background-color 1s;
    transition-delay: 0.5s;
}

div.menu-item-box ul.tab-ul li.tab-li.k-state-active {
    background-color: #E3EEF4;
    transition: background-color 1s;
}

div.menu-item-box ul.tab-ul li.tab-li span.k-link {
    display: flex;
    justify-content: space-between;
}

div.menu-item-box ul.tab-ul li.tab-li span.k-link i:hover {
    animation: blink-1 5s infinite;
}

div.menu-item-box div.image-box {
    width: 100%;
    height: 220px;
    background: black;
}

div.menu-item-box div.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

div.other-data {
    padding: 10px;
}

div.portions-item div.image-box img {
    filter: grayscale(100%);
}

div.portions-item div.card-header {
    transition: background-color 2s;
}

div.portions-item.selected div.card-header {
    transition: background-color 2s;
    background: #EB5518;
    color: white;
}

div.portions-item.selected div.image-box img {
    filter: grayscale(0);
}

div[data-name=summary-grid] div.k-grid-content {
    overflow-x: hidden;
}

div.k-listview-content {
    box-sizing: border-box !important;
    min-height: 400px !important;
}

div.frm form {
    transition: 5.5s, height 5.5s;
    overflow: hidden;
}

div.frm div.card-header div.card-title {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

div.frm div.card-footer {
    display: flex;
    justify-content: flex-end;
}

div.form-error {
    background: red;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    animation-name: slide-in-blurred-top;
    animation-duration: 0.5s;
}

div.form-error ul {
    list-style-type: decimal;
}

#mainform {
    position: relative !important;
    box-sizing: border-box !important;
}

div.k-grid-content.k-auto-scrollable {
    overflow-x: auto !important;
}

div.order-wrapper {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.order-wrapper * {
    box-sizing: border-box;
}

div.order-wrapper ul {
    list-style-type: none;
}

div.order-wrapper div.order-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

div.order-wrapper ul.sub-ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style-type: decimal;
}

div.order-wrapper ul.sub-ul > div:nth-of-type(1) {
    display: inline-flex;
    justify-content: flex-end;
}

div.order-wrapper ul.sub-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.order-wrapper ul.sub-ul li > div:nth-of-type(1) {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.order-wrapper ul.sub-ul li > div:nth-of-type(1) > span:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
}

div.order-wrapper div.summa-box {
    border-top: 1px solid black;
    padding: 10px 0;
}

div.order-wrapper > div:first-child {
    position: relative;
    width: calc(100% - 50px);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div.order-wrapper div.header {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

div.order-wrapper div.header h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0;
}

#google-login {
    width: 100%;
    height: 150px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

#google-login a {
    width: 100%;
    white-space: nowrap;
}

#google-login img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

div.close-box {
    cursor: pointer;
}

div.close-box:hover i {
    transform: rotate(360deg);
    transform-origin: center;
    color: red;
}

div.close-box i {
    transform-origin: center;
    transition: 0.5s;
}

div.k-animation-container {
    box-sizing: border-box !important;
}

div.k-animation-container * {
    box-sizing: border-box !important;
}

div.szamlazasicim-box {
    display: grid;
    grid-template-columns: 120px 1fr 1fr;
    grid-column-gap: 10px;
}

div.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
    transition: all 0.5s;
}

div.invalid-feedback.active {
    display: block;
    background: red;
    color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.bg-danger {
    --bs-bg-opacity: 1;
/*    background-color: #0F352C !important; */
}

textarea {
    box-sizing: border-box !important;
}


#main-content {
    height: 100%;
}

#main-content main {
    height: calc(100% - 50px);
}

#main-content main > div.container-fluid {
    height: 100%;
    background-color: #212529;
}

div.card div.card-header div.card-title {
    margin: 0;
    padding: 0;
}

div.read-more {
    overflow: hidden;
    max-height: 40px;
}

.dropdown-menu.show {
    display: block;
    z-index: 10000;
}

.k-calendar .k-calendar-view {
    width: min-content;
    height: 17em;
    position: relative;
    z-index: 1;
}

.k-calendar table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-width: 0;
    outline: 0;
    table-layout: fixed;
    float: left;
    left: 0px;
}

.k-popover {
    border-color: #dee2e6;
    color: #212529;
    background-color: #fff;
    max-width: 400px;
}


.btn-check:focus+.btn-warning, .btn-warning:focus {
    color: black;
    background-color: #cf850f;
    border-color: #c27d0e;
    box-shadow: none !important;
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none !important;
}

.deleted-row {
    background-color: #6c757d !important; /* Dark gray background */
    opacity: 0.8;
}

.deleted-row td {
    background-color: #6c757d !important; /* Ensure all cells get the background */
}

/*# sourceMappingURL=main.css.map */
