body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.navbar {
    background-color: #343a40;
}

.card {
    margin-bottom: 20px;
}

.table-container {
    max-height: 400px;
    overflow-y: auto;
}

.theme-dark {
    background-color: #222;
    color: #fff;
}

.theme-light {
    background-color: #fff;
    color: #000;
}

.language-switcher {
    position: absolute;
    top: 10px;
    right: 10px;
}

.table-editor {
    position: relative;
    height: 400px;
    border: 1px solid #ccc;
}

.table-box {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: move;
}

.kds-order {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.priority-order {
    border: 2px solid red;
}

.feedback-form {
    max-width: 500px;
}

.qr-code img {
    max-width: 200px;
}