body {
    background-color: #3b3a3a;
    margin: 0;
    padding: 10px;
}

.container-fluid,
.container {
    background-color: #ffffff;
}

#sub-category-container,
#Products-container {
    height: 175px;
}

.heighted-button {
    height: 150px;
    font-size: 22px;
}

.categorised-button {
    font-size: 14px;
    border-radius: 5%;
    width: 175px;
    height: 50px;
    padding: 5px !important;
}

.categorised-button:focus {
    background-color: #494904;
}

.product-btn {
    font-size: 14px;
    border-radius: 5%;
    width: 150px;
    height: 50px;
    padding: 5px !important;
}

.product-btn span {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff700;
}

.button-default {
    color: white;
    background-color: #005052;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 10px;
    display: inline-block;
    font-size: 24px;
}

.button-slanted {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.button-slanted:hover {
    cursor: pointer;
}

.button-slanted-content {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: inline-block;
    font-size: 18px;
}

.tab-margin {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 20px !important;
    font-weight: bold;
}

#table-order,
#edit-order,
#finished-order {
    font-size: 20px;
}

.bg-custom {
    background-color: teal;
    color: #ffffff;
}

.main-category-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #000;
}

.main-category-btn:hover {
    border: 3px solid #f00;
}

#ordering-section {
    display: flex;
    flex-direction: column;
}

.flexbox1 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

#items {
    max-height: 500px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

@media print {
    body {
        font-size: 12px;
    }
    #edit-order {
        display: block;
    }
}

@media only screen and (max-width: 436px) {
    .categorised-button {
        font-size: 14px;
        border-radius: 5%;
        width: 160px;
        height: 50px;
        padding: 5px !important;
    }
    .product-btn {
        font-size: 14px;
        border-radius: 5%;
        width: 160px;
        height: 50px;
        padding: 5px !important;
    }
}