.order-table .order-table-menu form > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.order-table form .select-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.order-table form .select-container > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 400px;
}

.order-table .order-table-menu select {
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    background-color: #fad39a;
    height: auto;
    min-height: 3rem;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 15px;
    font-family: Inter, sans-serif;
    color: #000 !important;
}

.order-table table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    text-align: center;
}

.order-table {
    padding: 0px !important;
    margin: 0px !important;
    max-width: unset !important;
}

/*.order-table table tbody tr:not(.row-detail):hover {*/
/*    background-color: lightgray;*/
/*}*/

.order-table button:hover {
    cursor: pointer;
}

.order-table table .row-detail {
    display: none;
}

.button {
    display: inline-block;
    background: #ed9309;
    min-width: 48px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    /*border-radius: 15px;*/
    border: 0;
    font-size: 18px;
    padding: 0 15px;
}

h1, :root :where(h1, h2, h3, h4, h5, h6), body {
    font-family: Helvetica, Arial !important;
}

.order-table thead th {
    height: 50px !important;
    border: 1px solid #AAAAAA;
    border-bottom: 0px;
}

.order-table tfoot th {
    height: 50px !important;
    border: 1px solid #AAAAAA;
    border-top: 0px;
}

.order-table td {
    font-size: 12px;
    min-width: 150px;
    max-width: 150px;
    width: 150px;
    max-height: 90px;
    min-height: 90px;
    height: 90px;
    padding: 10px;
    border: 1px solid #AAAAAA;
}

.order-table td {
    font-size: 15px;
}

.order-table .row-detail > td {
    text-align: left;
}