.order__status {
  font-weight: 500;
  padding: 4px 7px;
  border-radius: 50px;
}
.order__status--0 {
  color: #3c3c3c;
  background-color: rgba(60, 60, 60, 0.3);
}
.order__status--1 {
  color: #997533;
  background-color: rgba(153, 117, 51, 0.3);
}
.order__status--3 {
  color: #fa3c3c;
  background-color: rgba(250, 60, 60, 0.3);
}
.order__status--4 {
  color: #3c3c3c;
  background-color: rgba(60, 60, 60, 0.3);
}
.order__status--5 {
  color: #708d3f;
  background-color: rgba(112, 141, 63, 0.3);
}
.order__status--7 {
  color: #3d4d5b;
  background-color: rgba(61, 77, 91, 0.3);
}
.order__status--8, .order__status--9 {
  color: #3c3c3c;
  background-color: rgba(60, 60, 60, 0.3);
}
.order__status--10 {
  color: #3c79fa;
  background-color: #d4e1fc;
}
.order__status--99 {
  color: #ca7711;
  background-color: rgba(202, 119, 17, 0.3);
}
.order__field {
  padding: 10px 0;
  border-bottom: 1px solid rgba(162, 162, 162, 0.4);
}
.order__field > div,
.order__field > span {
  margin-left: 16px;
}
.order__field-label {
  opacity: 0.7;
}
.order__field-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  position: relative;
}
.order__field-top img {
  position: absolute;
  right: 0;
  top: 10px;
}
.order__field-edit {
  cursor: pointer;
}
.order__field-value .btn {
  padding: 0;
  color: #c1c2c3;
}
.order__field-value input {
  margin-top: -6px;
  width: 40%;
  line-height: 2;
}
.order__field-value span {
  line-height: 2;
}
.order__field-status span {
  cursor: pointer;
}
.order__field-status .v-select {
  max-width: 300px;
}
.order__field-statusedit {
  display: flex;
  justify-content: space-between;
}
.order__markinvoice {
  display: flex;
  margin: 1em 0;
}
.order__markinvoice .v-select {
  max-width: 200px;
}
.order__markinvoice button {
  height: 56px;
  margin-left: 0.5em;
}
.order__rows td {
  vertical-align: middle;
}
.order__rows--refund input {
  width: 50px;
}
.order__rows--reason input {
  width: 100%;
}
.order .refund__input {
  border-style: solid;
  border-color: rgba(0, 40, 100, 0.12);
  padding: 2px;
  border-radius: 4px;
}
.order__products {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.order__products thead tr th:nth-child(1) {
  width: 50px;
}
.order__products thead tr th:nth-child(2) {
  width: 13%;
}
.order__products thead tr th:nth-child(3) {
  width: 13%;
}
.order__products thead tr th:nth-child(4) {
  width: 35%;
}
.order__products tbody .order__rows--shipping td:nth-child(1), .order__products tbody .order__rows--coupons td:nth-child(1) {
  padding-left: calc(50px + 0.75rem);
}
.order__products tbody .order__rows--shipping .minus span, .order__products tbody .order__rows--coupons .minus span {
  margin-left: -12px;
}
.order__products h2 {
  margin-bottom: 16px;
  color: #000;
  font-size: 15px;
}
.order__products th {
  font-weight: 400;
}
.order__products th span {
  display: inline-block;
  line-height: 16px;
  border-bottom: 1px solid;
}
.order__dialog {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.order__modalcontent {
  padding: 0 50px;
  background: #fff;
}
.order__modalclose {
  position: absolute;
  top: 1em;
  right: 1em;
  transform: scale(1.2);
}
.order__footer {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px;
}
.order__footer-checkbox {
  margin-top: 0 !important;
}
.order__footer-checkbox label {
  margin-bottom: 0;
}
.order__header {
  position: relative;
  padding: 50px 50px 20px;
}
.order__header-title {
  font-size: 20px;
  font-weight: bold;
  color: #242528 !important;
}
.order__notes {
  margin-top: 32px;
  color: #000000;
}
.order__notes h2 {
  color: #000;
  font-size: 15px;
}
.order__notes--heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.order__notes--heading button {
  padding-right: 25px;
}
.order__notes .notified {
  text-align: center;
}
.order__notes--yes, .order__notes--no {
  padding: 5px;
  border-radius: 4px;
}
.order__notes--yes {
  color: #4fbe95;
  background-color: rgba(79, 190, 149, 0.3);
}
.order__notes--no {
  color: #fa3c3c;
  background-color: rgba(250, 60, 60, 0.3);
}
.order__notes--foot {
  display: flex;
}
.order__notes--foot button:first-of-type {
  margin-left: auto;
}

.plusminus {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.plusminus .v-input {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.plusminus .v-input__prepend-outer,
.plusminus .v-input__append-outer {
  margin: 0 !important;
}
.plusminus .v-input__icon {
  width: 40px;
  height: 40px;
}
.plusminus .v-input__icon button {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
}
.plusminus .v-input__icon button:after {
  content: none;
}
.plusminus .v-input__control {
  margin: 0 4px;
  max-width: 40px;
}
.plusminus .v-input__slot {
  padding: 0 !important;
  max-width: 40px;
}
.plusminus .v-input__slot .v-text-field__slot {
  width: 40px;
}
.plusminus .v-input__slot .v-text-field__slot input {
  width: 40px !important;
}
.plusminus .v-input__slot fieldset {
  padding: 0;
}
.plusminus .v-input__slot input {
  text-align: center;
}
.plusminus .v-input__slot input::-webkit-outer-spin-button,
.plusminus .v-input__slot input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plusminus .v-input__slot input[type=number] {
  -moz-appearance: textfield;
}

.v-application {
  font-family: "Helvetica Neue", sans-serif !important;
}

.v-btn {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
}

.v-btn.primary,
.v-btn.secondary,
.v-btn.tertiary,
.v-btn.error,
.v-btn.warning,
.v-btn.special,
.v-btn--outlined,
.v-btn--plain,
.v-btn--off {
  padding: 0 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
}

.v-btn.primary,
.v-btn.secondary,
.v-btn.tertiary,
.v-btn.error,
.v-btn.warning,
.v-btn.special {
  color: #fff !important;
}

.v-btn.shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137) !important;
}

.v-application {
  background: unset !important;
}

.v-application--wrap {
  min-height: unset !important;
}

.btn-primary {
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #3c79fa important;
}
.btn-outline-primary:hover {
  background: #3c79fa important;
  border-color: #3c79fa important;
}

.vuetify-time-picker {
  max-width: 120px;
}
.vuetify-time-picker .v-input__slot {
  box-shadow: none !important;
}
.vuetify-time-picker legend {
  width: 0 !important;
}
.vuetify-time-picker legend span {
  padding: 0 !important;
  line-height: 0 !important;
}

.vuetify-date-picker {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.vuetify-date-picker__year {
  width: 90px;
  margin-right: 20px !important;
}
.vuetify-date-picker__month {
  width: 140px;
  margin-right: 20px !important;
}
.vuetify-date-picker__day {
  width: 86px;
}
.vuetify-date-picker .v-input__slot {
  box-shadow: none !important;
}
.vuetify-date-picker legend {
  width: 0 !important;
}
.vuetify-date-picker legend span {
  padding: 0 !important;
  line-height: 0 !important;
}

@media print {
  body {
    margin: 100px 0 0;
    grid-template-columns: 1fr;
  }
  body .sidebar,
  body .main-breadcrumbs__wrapper,
  body .order__field-edit,
  body button,
  body .order__refund-btns {
    display: none;
  }
  body .order {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: calc(100vw - 45px);
  }
  body .order__field {
    padding: 0 0 10px;
  }
  body .order__products th:nth-child(1),
  body .order__products td:nth-child(1) {
    display: none;
  }
  body .order__products tfoot,
  body .order__products thead {
    display: table-row-group;
  }
  body .order__products, body .order__notes {
    grid-column: span 2;
    margin-top: 10px;
  }
  body .order__products table, body .order__notes table {
    margin-bottom: 0;
  }
  body .order .not__notified {
    display: none;
  }
}
