.pisell-sale-detail-dish-record {
  position: relative;
  min-height: 72px;
  padding: 12px 60px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(8, 13, 26, 0.84);
  color: #f9fafb;

  &__quantity,
  &__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 4px 0;
    border-radius: 999px;
    vertical-align: middle;
  }

  &__quantity {
    min-width: 38px;
    padding: 3px 10px;
    text-align: center;
    background: #101828;
    font-size: 18px;
    font-weight: 800;
  }

  &__status {
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
  }

  &__status--not {
    background: #dc6803;
  }

  &__status--ready {
    background: #1570ef;
  }

  &__status--done {
    background: #079455;
  }

  &__content {
    min-width: 0;
  }

  &__name {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  &__specification {
    margin-top: 4px;
    color: rgba(234, 240, 255, 0.72);
    font-size: 15px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  &__complete {
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 2px solid #7f56d9;
    border-radius: 50%;
    background: transparent;
    color: #c4b5fd;
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
  }

  &__complete:disabled {
    cursor: default;
    opacity: 0.82;
  }

  &--done &__quantity {
    background: #667085;
    color: #f2f4f7;
  }

  &--done &__name-text,
  &--done &__specification {
    color: #98a2b3;
    text-decoration: line-through;
  }
}
