﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

html, body {
    font-family: 'Open Sans', sans-serif!important;
}


/* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #087681;
    mix-blend-mode: multiply; */

/* material theme */
:root {
    --mdc-theme-primary: #ffffff !important;
    --mdc-typography-subtitle2-font-family: 'Open Sans', sans-serif!important;
    --mdc-typography-font-family: 'Open Sans', sans-serif!important;
    --gov-gr-blue: #003476;
    --gov-gr-button-blue: #003476;
    --gov-gr-light-grey: #f5f5f6;
}


/* Loading page */
.triangle-container {
    background-color:  #2E2E38 !important;
}


.mdc-top-app-bar__section .mdc-icon-button i {
    color: #2E2E38 !important;
}

.mdc-drawer__content {
    /* background-image: linear-gradient(180deg, rgb(121 121 121) 0%, #2E2E38 70%) !important; */
    background: var(--gov-gr-blue)!important;
    background-image: none!important;
}

.mdc-drawer-app-content {
    background: #ffffff!important;
}

.mdc-dialog__title {
    background: #2E2E38 !important;
}

.drawer-logo {
    background-color: transparent !important;
}

.mdc-top-app-bar {
    box-shadow: none!important;
}

.mdc-top-app-bar--fixed-adjust h3 {
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 300;
    margin-bottom: 20px;
}

.mdc-top-app-bar__title {
    display:none!important;
}

ul.breadcrumb {
    background-color: var(--gov-gr-light-grey)!important;
    padding: 10px 30px!important;    
}

ul.breadcrumb li a {
    color: #414141;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    text-transform:none!important;
}

ul.breadcrumb li:last-child a {
    font-weight:700;
}

ul.breadcrumb li a.disableLink {
    opacity:1!important;
}

.mdc-button {
    text-transform: none!important;
    background-color: var(--mdc-theme-primary)!important;
    color: var(--gov-gr-button-blue);
}

.k-toolbar .mdc-button:not(:disabled) {
    background-color: var(--gov-gr-button-blue)!important;    
}

.login-container .mdc-button,
.k-command-cell .mdc-button,
.mdc-button,
.k-toolbar .mdc-button {
    background-color: var(--gov-gr-button-blue) !important;
    color: var(--mdc-theme-primary) !important;
}

.mdc-top-app-bar .mdc-button {
    background-color: var(--mdc-theme-primarygov-gr-button-blue)!important;    
    color: var(--gov-gr-button-blue)!important;
}

.k-toolbar {
    box-shadow: none!important;
}

section > .k-toolbar {
    padding:0!important;
}

.drawer-header {
    width: 100%;
    height: auto!important;
    display: block;        
}

    .drawer-header::before {
        content: '';
        background-image: url('/images/service-bell.png');
        background-size: 100%;
        width: 50px;
        height: 40px;
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        left: 10px;
    }

.drawer-header .drawer-logo {
    margin-top: 35px;
    font-size:14px!important;
    font-weight: 700;    
}

.k-card {
    box-shadow: none!important;
    border-style: solid;
    border-width: 1px;
    border-color: var(--gov-gr-blue)!important;
}

.login-container .triangle-container {
    background: linear-gradient(89.96deg, var(--gov-gr-blue) 0.02%, var(--gov-gr-button-blue) 99.14%);
    mix-blend-mode: multiply;
    transform: rotate(-180deg);
}

/* Kliiing styles */


.kl-order-page {
    padding: 5px;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 500px;
}

.kl-order-page-flex {
    display: flex;
    justify-content: center;
}

.kl-button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 10px;
/*    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
*/    max-width: 100%; /* ← Important */
}

.kl-sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    background-color: #EEEEEE;
    /*box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);*/
    z-index: 1000;
    max-width: 500px;
    border-top: solid;
}


.kl-background-green {
    background-color: #49ad1e;
}

.kl-background-red {
    background-color: orangered;
}

.kl-button-container .z0-button-container {
    text-align: left;
    flex: 1;
}

.kl-order-button {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
}


.kl-button-icon-right .k-button-icon {
    order: 2;
}

.kl-food-list-container {
    padding-top: 25px;
}

.kl-food-list-container .k-tabstrip-items-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
    position: fixed;
    z-index: 1000;
    top: 53px;
    background: white;
    max-width: 100vw;
}

.kl-food-list-container .k-tabstrip-items {
    flex-wrap: nowrap;
}

.kl-category-item {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 4px;
    margin-top: 5px;
    margin-left: 0px;
    background-color: darkgrey;
    padding-left: 10px;
}

.kl-food-list-container .kl-item-card {
    border-bottom-color: #e0e0e0 !important;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-radius: 0px;
}

.kl-item-card .k-actions-horizontal {
    width: unset;
    padding-right: 1rem;
}

.kl-item-price-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
}

.kl-food-list-container .kl-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-bottom: 0px;
    min-height: 100px;
    cursor: pointer;
}

.kl-food-list-container .k-card-title {
    font-size: 17px;
    font-weight: 500;
}

.kl-food-list-container .kl-card-content {
    flex: 1;
}

.kl-food-list-container .kl-card-image img {
    max-height: 86px;
    width: auto;
}

.kl-food-list-container .kl-card-price {
    font-size: medium;
    font-weight: 500;
    padding-left: 1rem;
    padding-top: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.kl-food-list-container .case-actions {
    display: flex;
    margin-top: -62px;
}

.kl-food-list-container .case-actions p, .kl-item-details-container .case-actions p {
    margin: 0 5px; /* Adjust margin to position the number */
    font-size: 16px; /* Adjust the font size as needed */
    font-weight: 600;
    display: flex;
    align-items: center; /* Ensure the number is centered vertically */
    justify-content: center;
    width: 30px; /* Adjust width to match button size */
    height: 30px; /* Adjust height to match button size */
}

.kl-food-list-container .kl-item-title {
    margin-top: -40px;
}

.kl-green-button {
    background-color: #49ad1e;
}

/* check */
.kl-item-details-window .k-window-actions {
    margin-left: 338px;
    position: absolute;
    margin-top: 36px;
    z-index: 10;
}

.kl-item-details-container .kl-card-image {
    width: 100%;
    height: 322px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-top: 24px; */
}

.kl-item-details-window .k-window-titlebar {
    height: 0px;
    padding: 0px;
}

.kl-item-details-container .kl-card-price {
    font-size: large;
    font-weight: 600;
    padding-left: 2px;
    padding-top: 8px;
    margin-top: 6px;
}

.kl-item-details-container .kl-card-price p {
    margin-bottom: 0px;
}

.kl-item-details-container .case-actions {
    margin-top: -10px;
    padding-top: 20px;
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 2051;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -4px 12px 0px;
}


.kl-item-details-container {
    max-width: 500px;
    /* padding: 20px; */
    background: rgb(244, 244, 244);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kl-item-options-content .price {
    text-align: center;
    margin-left: auto;
    font-size: 0.875rem;
    color: rgb(112, 112, 112);
}

.kl-item-options-content .options-group {
    margin: 15px 0;
}

.kl-item-options-content .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
}

.kl-item-options-content .option-group-title {
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.kl-item-options-content .option {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
}

.kl-item-options-content .option input {
    margin-right: 10px;
}

.kl-item-details-window .k-window-content:first-child {
    padding-top: unset;
}

.kl-item-details-window .k-window-content {
    padding: unset;
    padding-block: unset;
    padding-inline: unset;
}

.kl-item-details-window .modal-close {
    align-items: center;
    color: hsl(0, 0%, 44%);
    cursor: pointer;
    display: flex;
    height: 2rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    z-index: 252;
    background: hsl(0 0% 100%);
    border-radius: 50%;
}

.kl-item-options-content {
    padding: 1rem 1rem 1rem;
    flex: 1;
    overflow-y: auto;
}

.kl-item-details-container .options-content-header {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 4px 4px 8px 0px;
    position: sticky;
    top: 0px;
    z-index: 99;
    padding: 1rem;
}

.kl-order-intro {
    margin-bottom: 1rem;
}

.kl-order-page .k-form-field, .kl-order-page h4{
    font-size: 1.1rem;
    font-weight: 600;
}

.kl-order-page .list-item p {
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 5px;
}


.language-container {
    margin-left: auto;
    text-align: -webkit-right;
}

.k-input-solid:disabled, .k-input-solid[disabled], .k-input-solid.k-disabled {
    border-color: rgb(0 0 0 / .06);
    color: rgb(0 0 0);
    background-color: #fafafa;
}

.kl-font-x-large {
    font-size: x-large;
}

.kl-font-x-large input {
    font-size: x-large;
}

.kl-grid-large .k-table-md .k-table-td {
    padding: 0px 8px;
}

.kl-grid-large td.k-table-td {
    font-size: large;
}

.kl-grid-large .k-grid .k-grid-md .k-table-th > .k-cell-inner > .k-link, .k-grid-md .k-table-th > .k-cell-inner > .k-link {
    padding-block: 0px;
    padding-inline: 8px;
}

.kl-zindex-button {
    position: relative; /* Χρειάζεται position διαφορετικό από static για να ισχύει το z-index */
    z-index: 1000;
}
