.ez_logo {
    width: 40%;
}

.sidebar-brand {
    padding: 58px !important;
    background: #fff;
}

.sidebar-brand a img {
    width: 100%;
}
h4#trackingNumberDisplay {
    TEXT-ALIGN: LEFT;
}
.barcode-wrapper {
  max-width: 100%;
  overflow: hidden;
}
svg#barcode {
    display: none;
}

.loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 1055; /* above Bootstrap modal backdrop */
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-overlay .loading-content {
  text-align: center;
}
#barcode {
  width: 100%;
  height: auto;
}
.login-logo {
    padding-top: 30px;
    padding-right: 34px;
}

.register-logo {
    padding-top: 30px;
    padding-right: 34px;
}


div#label-content {
    border: 10px solid #25346f;
}

h4#trackingNumberDisplay {
    color: #f47b21;
}
.label_logo
{
    width: 20%;
    height: auto;
        margin-bottom: 20px;
        margin-top: 30px;
}

img.parcel_logo {
    width: 20%;
    height: auto;
}

div#labelModal49 .modal-content
{
    width: 75%;
    margin: auto;
    border: 10px solid #25346f
}


div#labelModal49 .label_logo {
    width: 30%;
  
}
.modal-dialog .modal-content {
    border: 10px solid #25346f !important;
}



button.btn.btn-sm.btn-info {
    background: #f47b21 !important;
    border: none;
    color: #fff;
}

button.btn.btn-sm.btn-primary {
    background: #25346f !important;
    border: none;
}

ul.pagination li {
    margin: 4px;
}
body.login-page.bg-body-secondary {
    background-image: url(../assets/img/login_bg.jpeg);
}
body.register-page.bg-body-secondary
{
     background-image: url(../assets/img/login_bg.jpeg);
}
.login-box, .register-box {
    width: 434px;
}




  /* Base */
  #app-sidebar {
    z-index: 1040; /* above content, below modal (Bootstrap modals are 1050+) */
  }

  /* Mobile off-canvas */
  @media (max-width: 991.98px) {
    #app-sidebar {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      width: 270px;
      max-width: 85%;
      transform: translateX(-100%);
      transition: transform .25s ease;
      box-shadow: 0 0 20px rgba(0,0,0,.25);
    }
    /* When open, slide in */
    body.sidebar-open #app-sidebar {
      transform: translateX(0);
    }
    /* Prevent background scroll when sidebar open */
    body.sidebar-open {
      overflow: hidden;
      touch-action: none;
    }
    /* Dim overlay */
    .sidebar-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.35);
      z-index: 1035;
    }
    body.sidebar-open .sidebar-overlay {
      display: block !important;
    }
  }







