.order-add {
  .ark-form-item-required .ark-form-item-label:before{
    vertical-align: middle;
    font-size: 12px !important;
  }
}

.orderButtons {
  display: block;
  width: 100%;
  z-index: 1000;
  // position: absolute;
  // top: 14px;
  // left: 16px;
  padding: 0;
  background: #fff;
}

.order-add .table {
  display: flex;
}

.order-add .barcodeDetails,
.order-add .orderDetails {
  width: 100%;
}

.order-add .table {
  padding: 0 5px;
  // border-left: 1px solid #ccc;
  // border-right: 1px solid #ccc;
}

.order_add_loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000 !important;
}