#tracking-form > .row > .title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  display: flex;
  align-items: center;

  color: #f68d1f;
}

#tracking-form > .row > .description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #000000;

  margin-top: 10px;
  margin-bottom: 10px;
}

.tracking-btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  margin-top: 30px;
}

.tracking-btn:hover {
  color: #f68d1f;
  background-color: white;
  border: 1px solid #f68d1f;
}

.tracking-btn:active {
  color: white !important;
  background-color: #f68d1f !important;

  border: 1px solid #f68d1f !important;
}

#tracking-result {
  margin-top: 30px;
}

.progress-bar {
  background-color: #f68d1f;
}

.bg-sb {
  background-color: #f68d1f !important ;
}
