html {
  font-size: 85%;
  /* changes a default 16px font size to 10px */
}

h1 {
  font-size: 2.4rem;
  /* font size = 24px */

}

h2 {
  font-size: 1.6rem;
  /* font size = 16px */
}

p {
  font-size: 1.2rem;
  /* font size = 12px */
}






.bg-pink {
  background-color: #96007d;
}

.overlap-logo a {
  position: absolute;
  float: none;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlap-logo img {
  width: 130px;
  height: auto;
}

.error {
  font-size: 1rem;
  color: #A94442;
  padding: 10px 0;
  border-radius: 5px;
  margin: 20px auto;
}

.errormsg {
  background: #F2DEDE;
}

.responsive-text-primary {
  color: #000;
}

.responsive-text-danger {
  color: #000;
}

.responsive-text-success {
  color: #000;
}


.timeline {
  color: #2c3e50;
  max-width: 100%;
  font-weight: 300;
  position: relative;
  display: block;
  margin: 0rem auto 2rem;
}

.timeline h2,
.timeline h4,
.timeline h6 {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.order-track {
  border-top: 1px dashed blue;
  padding: 0 1rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
}

.order-track-step {
  display: flex;
  height: auto;
}

.order-track-step:last-child {
  overflow: hidden;
  height: auto;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}

.order-track-text-stat {
  text-align: justify;
  text-justify: inter-word;
  font-size: 1rem;
  font-weight: 500;
  color: #aba1b4;
  margin-bottom: 1px;
}

.order-track-text-sub {
  font-size: 0.9rem;
  font-weight: 300;
  color: #aba1b4;
}

.order-active-stat {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.order-active-sub {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}
.vertical-line {
  border-left: 1px solid #aba1b4;
  height: 12px;
  margin: 5px 0px;
}
.p-adjust {
  min-width: 120px;
}
.refno-responsive {
  min-width: 190px;
  max-width: 190px;
}
.title-text-responsive {
  font-size: 12pt;
}


@media (max-width: 575px) {
  body * {
    font-size: 97%;
  }
  .custom-tr th {
    font-size: 0.75rem!important;
  }
  .custom-tr td {
    font-size: 0.75rem!important;
  }
  .responsive-text-primary {
    color: blue!important;
  }
  .responsive-text-danger {
    color: red!important;
  }
  .responsive-text-success {
    color: green!important;
  }
  .order-track-text-stat {
    font-size: 0.75rem!important;
  }
  .order-track-text-sub {
    font-size: 0.6rem!important;
  }
  .order-track-status {
    margin-right: 1rem!important;
  }
  .p-adjust {
    min-width: 42px;
  }
  .refno-responsive {
    min-width: 150px;
    max-width: 150px;
  }
  .title-text-responsive {
    font-size: 10.5pt;
  }
}

@media (max-width: 400px) {
  .refno-responsive {
    min-width: 130px;
    max-width: 130px;
  }
  .title-text-responsive {
    font-size: 9pt;
  }
}
