﻿.onlineorder-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    height: 100vh;
}

    .onlineorder-container .rz-splitter {
        /*        display: flex;
        flex-direction: row;
        flex: 1;*/
        padding: 0.5rem;
        overflow: auto;
    }

        .onlineorder-container .rz-splitter .rz-splitter-pane {
            /*            display: flex;
            flex-direction: row;
            flex: 1;*/
        }

    .onlineorder-container .statusbar {
        display: flex;
        justify-content: space-between;
        background-color: white;
        padding: 0.5rem;
        height: unset !important;
        align-items: center;
    }

        .onlineorder-container .statusbar .statusbar-left {
            display: flex;
            gap: 1rem;
            align-items: center;
        }

        .onlineorder-container .statusbar .statusbar-right {
            text-align: center;
            width: unset !important;
            padding: unset !important;
            display: flex;
            gap: 2rem;
            align-items: center;
        }

        .onlineorder-container .statusbar .statusbar-left .logo {
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: unset !important;
        }

        .onlineorder-container .statusbar .statusbar-right .statusbar-button {
            min-width: 40px;
            height: 40px;
        }

.onlineorder-content-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    width: 100%;
    flex: 1;
    gap: 0.5rem;
}

.onlineorder-headers {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 10px;
    width: 100%;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.5rem;
}

.header-filter-sections {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

.onlineorder-headers .header-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex:1;
}

.onlineorder-content {
    height: 100%;
    flex: 1;
    width: 100%;
    overflow: auto;
}

.onlineorder-content-action {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    background-color: white;
}

.onlineorder-itemcontainer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
}

    .onlineorder-itemcontainer .rz-datalist-data {
        padding: 0px;
    }

        .onlineorder-itemcontainer .rz-datalist-data > li {
            border: none !important;
            box-shadow: none !important;
            padding: 0.5rem;
            border-radius: 10px;
            background-color: white;
        }

.onlineorder-item {
    display: flex;
    gap: 0.5rem;
}

.onlineorder-product-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 10px;
    flex: 1;
}

.onlineorder-product {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.onlineorder-product-actions {
    border-top: var(--rz-border-base-300);
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding-top: 0.5rem;
    justify-content: space-between;
    align-items: center;
}

.onlineorder-customer-container {
    display: flex;
    flex-direction: column !important;
    background-color: var(--rz-body-background-color);
    padding: 0.5rem;
    border-radius: 10px;
}

.onlineorder-actions {
}

.onlineorder-item-section {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    flex-wrap:wrap;
}

.rz-splitbutton-menu .rz-menu-list {
    box-shadow: var(--rz-shadow-4);
}

    .rz-splitbutton-menu .rz-menu-list > .rz-menuitem {
        border-bottom: var(--rz-border-base-300);
    }

        .rz-splitbutton-menu .rz-menu-list > .rz-menuitem .rz-menuitem-link {
            display: flex;
            align-items: center;
        }

.onlineorder-empty {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 1rem;
}

.onlineorder-kitchentime {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.onlineorder-refresh {
    min-width: 40px;
    height: 40px;
}

.digital-clock {
    display: flex;
    gap: 0rem;
    align-items: center;
}

    .digital-clock .date {
        padding-right: 0.5rem;
    }

    .digital-clock .time {
        border-left: var(--rz-border-base-600);
        padding-left: 0.5rem;
    }

.onlineorder-datepicker {
    width: 140px;
}

.editonlineorder-content {
    padding: 0.5rem;
    background-color: white;
    border-radius: 10px;
    background-color: white;
    position: relative;
    box-shadow: var(--rz-shadow-10);
    overflow-x: hidden;
}

.reservation-message-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-top: var(--rz-border-base-300);
    overflow: auto;
}

.reservation-messages {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 0.5rem;
    gap: 0.5rem;
    overflow: auto;
}

.reservation-message-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: var(--rz-border-base-300);
}

    .reservation-message-input .search {
        flex: 1;
        border: unset !important;
        resize: none;
        padding-inline: 0px;
    }

        .reservation-message-input .search:active, .reservation-message-input .search:focus {
            border: unset !important;
            box-shadow: unset !important;
        }

    .reservation-message-input .send {
        width: 50px;
        height: 50px;
    }

.reservation-editor-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.reservation-message-item {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

    .reservation-message-item .customer {
        width: 70px;
        height: 60px;
        background-color: var(--rz-dialog-background-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reservation-message-item .message-container {
        display: flex;
        flex-direction: column;
        padding: 0.5rem;
        background-color: var(--rz-dialog-background-color);
        border-radius: 15px;
        width: 100%;
        justify-content: space-around;
    }

        .reservation-message-item .message-container .message {
            line-height: normal;
            border: none;
            background-color: transparent;
            white-space: pre-wrap;
        }

        .reservation-message-item .message-container .time {
            font-size: 12px;
            text-align: end;
            line-height: normal;
        }

.reservation-left-color {
    background-color: rgba(33, 150, 243, 0.2) !important;
}

.reservation-right-color {
    background-color: rgba(76, 175, 80, 0.16) !important;
}
