body {
    max-width: none;
    font-family: 'Roboto';
    /* background-color: #000; */
    color: #fff;
    /*padding-top: 10px;*/
    margin: 0;

    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

[x-cloak] {
    display: none;
}

#header {
    height: min(5vh, 50px);
}

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


#zone-holder {
    display: flex;
    justify-content: center;
    height: 10vh;
    width: 100%;
    margin-bottom: 20px;
}

.zone, .section {
    background-color: #777;
    flex: 1;
    margin: 5px;

}

.table {
    background-color: #aaa;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.table-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
    height: 80vh;

}


.selected {
    background-color: #7AC74F;
}

#table-details {
    height: 85vh;

}

#table-footer {
    height: 5vh;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button {
    border-radius: 0;
}

#cart-row {
    height: 40vh;
    display: flex;
}


#cart-holder {
    flex: 0.7;
    overflow-y: auto;

}


#cart-holder::-webkit-scrollbar-thumb {
    background-color: #fff;
}

th, td {
    text-align: center
}

td {
    font-size: 1rem;
    font-weight: bold;
}

#right-menu {
    flex: 0.3;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#product-row {
    height: 50vh;
    margin: 10px;
    display: flex;

}

#menu-holder {
    flex: 0.7;
    display: flex;
    flex-direction: column;
}

#total-holder {
    flex: 0.3;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
}

.section {
    font-weight: bold;
    /*height: 5vh;*/
    padding: 5px;
    flex-grow: 1;
    flex: 1 1 12.5%;
    /*font-size: 0.7rem;*/
}

@media (min-width: 1400px) {
    .section {
        font-weight: bold;
        /* height: 5vh; */
        padding: 10px;
        flex-grow: 1;
        flex: 1 1 12.5%;
        font-size: 1rem;
    }
}


#sections {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /*height: 150px;*/
    /*overflow: auto;*/

}

#categories {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    height: 150px;
    overflow: auto;

}

.product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    height: 100%;

}

#products {
    /*height: 150px;*/
    padding: 10px;
    overflow: auto;
}

.product {
    background-color: #aaa;
    min-height: 50px;
    max-height: 100px;
    width: 100%;
    font-weight: bold;
}

#total-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#order-total {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.hide {
    display: none;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.selectedOrderItem {
    background-color: #7AC74F !important;
}

.addButton {
    height: 10vh;
    width: 10vh;
    background-color: #7AC74F;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.removeButton {
    height: 10vh;
    width: 10vh;
    background-color: #ED254E;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deleteButton {
    margin-left: 25px;
    height: 10vh;
    width: 10vh;
    background-color: #ED254E;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

#deschisa_de {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

#contactless-holder {
    height: auto;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactless {
    height: 50vh;
    width: auto;
    color: #41adff;
}


.table-container {
    max-height: 70vh;
    overflow-y: auto;
    flex: 0.5;
    padding: 10px;
}

#table-row {
    display: flex;
    width: 100%
}

#form-row {
    flex-direction: column;
}


#checkout-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.checkoutButton {
    height: 10vh;
    width: 10vh;
    background-color: #7AC74F;
    font-weight: bold;
}

.cancelButton {
    height: 10vh;
    width: 10vh;
    background-color: #ED254E;
    font-weight: bold;
    font-size: 1.5rem;
}


.moveButton {
    height: 8vh;
    width: 8vh;
    background-color: #3a81ce;
    font-weight: bold;
}

.tipsButton {
    height: 10vh;
    width: 10vh;
    background-color: #8e9342;
    font-weight: bold;
}

.invoiceButton {
    height: 10vh;
    width: 10vh;
    background-color: #031b9b;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.noteButton {
    height: 10vh;
    width: 10vh;
    background-color: #d347e1;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

#notebuttons {
    padding-top: 10px;
}

#scan-card-prompt {
    width: 50vh;
    height: 60vh;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #202b38;
    padding: 25px;
    border: 3px solid #7AC74F;
}

#move_products_prompt {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #202b38;
    padding: 25px;
    border: 3px solid #7AC74F;
    overflow: auto;
    min-height: 90%;
}

.w-1 {
    width: 1%;
}

#datepicker {
    float: right;
    margin-bottom: 20px;
    font-weight: 600;
}

#picker {
    display: flex;
    align-items: center;
}

th {
    width: 100%;
}

#table-buttons {
    text-align: center;
    padding-top: 30px;
    display: flex;

}

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

.kioskboard-key-capslock {
    display: none !important;
}

.product p {
    font-size: 0.7rem;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    max-height: 100%;
    overflow: hidden;
}

.section p {
    font-size: small;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}


::-webkit-scrollbar {
    width: 1em !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey !important;
    outline: 1px solid slategrey !important;
}

#order-form-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

#order-form-container input {
    max-width: 15vw;
}


body {
    margin-top: 20px;
}

.card-style1 {
    box-shadow: 0px 0px 10px 0px rgb(89 75 128 / 9%);
}

.border-0 {
    border: 0 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

section {
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
}

.mb-2-3, .my-2-3 {
    margin-bottom: 2.3rem;
}

.section-title {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.text-primary {
    color: #ceaa4d !important;
}

.text-secondary {
    color: #15395A !important;
}

.font-weight-600 {
    font-weight: 600;
}

.display-26 {
    font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
    .p-lg-7 {
        padding: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .p-md-6 {
        padding: 3.5rem;
    }
}

@media screen and (min-width: 576px) {
    .p-sm-2-3 {
        padding: 2.3rem;
    }
}

.p-1-9 {
    padding: 1.9rem;
}

.bg-secondary {
    background: #15395A !important;
}

@media screen and (min-width: 576px) {
    .pe-sm-6, .px-sm-6 {
        padding-right: 3.5rem;
    }
}

@media screen and (min-width: 576px) {
    .ps-sm-6, .px-sm-6 {
        padding-left: 3.5rem;
    }
}

.pe-1-9, .px-1-9 {
    padding-right: 1.9rem;
}

.ps-1-9, .px-1-9 {
    padding-left: 1.9rem;
}

.pb-1-9, .py-1-9 {
    padding-bottom: 1.9rem;
}

.pt-1-9, .py-1-9 {
    padding-top: 1.9rem;
}

.mb-1-9, .my-1-9 {
    margin-bottom: 1.9rem;
}

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }
}

.rounded {
    border-radius: 0.25rem !important;
}

#statusBar {
    margin: 0;
}

.profile_image {
    height: calc(100vh - 305px);
    width: auto;
}

.form-label {
    color:black;
}
.col-form-label.required:after, .form-label.required:after {
    content: "*";
    margin-left: .25rem;
    color: #d63939;
}

body {
    position: relative;
}

.back-button-container {
    position: absolute;
    top: 22vh;
    left: 80px;
    z-index: 1000;
}

.buttonhref {
    text-decoration: none;
}