.order_select_field {
    margin-bottom: 0px;
}

.order_select_field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.validation-error {
    color: red; /* A common red color for errors */
    font-size: 14px;
    margin-top: 5px;
}

.has-error {
    border-color: #d63638;
}
.order_select_field {
    display: flex;
    flex-direction: column;
}
.order_select_field select {
  height: 40px; /* Adjust the height to your desired value */
}