﻿#PHLabel {
  font-size: 14px;
  line-height: 1.42857143; }
  #PHLabel .label-local-wapper {
    font-weight: bold;
    position: relative; }
    #PHLabel .label-local-wapper .label-title-route {
      background-color: #000;
      height: 0.9cm;
      color: #FFF;
      overflow: hidden;
      font-size: 20px;
      font-weight: bold;
      padding: 1mm; }
    #PHLabel .label-local-wapper .label-title-store-name {
      font-size: 4.5mm;
      font-weight: bold;
      overflow: hidden;
      height: 5mm;
      word-break: break-all; }
    #PHLabel .label-local-wapper .label-order-no {
      font-size: 4.5mm;
      font-weight: bold;
      overflow: hidden; }
    #PHLabel .label-local-wapper .label-order-date {
      margin-top: 2mm;
      width: 75%; }
    #PHLabel .label-local-wapper .label-receiver-mobile {
      font-size: 4mm; }
    #PHLabel .label-local-wapper .label-barcode-wrapper {
      text-align: left;
      width: 45mm;
      font-weight: normal;
      margin-top: 7mm; }
    #PHLabel .label-local-wapper .label-qrcode-wrapper {
      text-align: center;
      position: absolute;
      right: 5mm;
      width: 18mm;
      height: 18mm;
      top: 28.5mm; }
      #PHLabel .label-local-wapper .label-qrcode-wrapper img {
        width: 100%;
        height: 100%; }
    #PHLabel .label-local-wapper .label-local-ship-no-last-three {
      font-size: 8.3mm;
      border: 1px solid #000;
      display: inline-block;
      padding-left: 2mm;
      padding-right: 2mm;
      position: absolute;
      right: 5mm;
      top: 48mm;
      line-height: 11.5mm; }
    #PHLabel .label-local-wapper .label-package-wrapper {
      position: absolute;
      right: 26mm;
      text-align: right;
      top: 28.5mm; }
    #PHLabel .label-local-wapper .label-package-title {
      font-size: 2mm;
      font-weight: normal; }
    #PHLabel .label-local-wapper .label-package-quantity {
      font-size: 5mm;
      text-align: right; }

@media print {
  #PHLabel .label-local-wapper .label-title-route {
    background-color: #000 !important;
    color: #FFF !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }
