body{
    touch-action: manipulation;
}

.sidebar-wrapper {
    background-color: black; !important;
}

.contrainer-fluid{
    background-color: orange; !important;
}

.birtday_details td {
    border: 2px solid black;
    padding: 5px;
    font-size: 1.3em;
}

.order_comment p {
    font-size: 12px !important;
    line-height: 1 !important;
}

.barcode-polygon {
    fill:rgba(85,240,40,0.5);
    stroke:green;
    stroke-width:1;
}

td.is_actor {
    width: 30px;
    height: 100%;
    background-color: red;
    color: white;
    text-align: center;
    font-weight: bold;
}
td.is_table {
    width: 30px;
    height: 100%;
    background-color: green;
    color: white;
    text-align: center;
    font-weight: bold;
}