/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

.logo-header img, .logo-show-in-mobile img, .logo-footer img {
    width: auto;
    height: auto;
    max-height: 150px;
    background-color: white;
    border-radius: 20px;
}

@media (max-width: 767px) {
  .logo-header img,
  .logo-show-in-mobile img,
  .logo-footer img {
    max-height: 40px;
  }
}

.tracking-card {
  background: #f8f9fb;
  border: 1px solid #e2e6ea;
  border-radius: 12px;
  padding: 20px;
}

.tracking-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tracking-table-wrap {
  overflow-x: auto;
}

.tracking-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.tracking-table th,
.tracking-table td {
  padding: 12px 14px;
  border: 1px solid #e2e6ea;
  text-align: left;
  vertical-align: top;
  background: #fff;
}

.tracking-table th {
  background: #e9edf2;
  font-weight: 700;
}

.tracking-loading,
.tracking-empty {
  background: #f8f9fb;
  border: 1px solid #e2e6ea;
  border-radius: 12px;
  padding: 14px 16px;
}
