#vue-app form .posr {
  position: relative; }
#vue-app form .error {
  color: red; }
#vue-app form .item-error {
  color: red;
  position: absolute;
  top: 6px;
  right: 30px; }
#vue-app form .input-group.mb-3.posr input[type="number"].form-control.remove-qty-input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }
#vue-app form .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
#vue-app form .input-group:not(.has-validation)
> .form-floating:not(:last-child)
> .form-control,
#vue-app form .input-group:not(.has-validation)
> .form-floating:not(:last-child)
> .form-select,
#vue-app form .input-group:not(.has-validation)
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating
) {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }
