body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 0;
}

.box-left h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: rgba(68, 73, 77, 1);
}

.box-left p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  color: rgba(68, 73, 77, 1);
}

#txtSearch {
  border: 1px solid #ccc;
  height: 35px;
  width: 100%;
  border-radius: 6px;
  padding-left: 10px;
  margin-bottom: 1rem;
}

#btnSearch {
  background: #e03;
  border-radius: 5px;
  border: 0;
  color: #fff;
  width: 174px;
  height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding: 0 25px;
  position: relative;
  margin-top: 5px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 20px;
}

#btnSearch:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 48px;
  background: url(/wp-content/uploads/ic-submit.png) left no-repeat;
  position: absolute;
  right: 25px;
  top: 0;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#headerTracking,
#contentTracking {
  background-color: #f0f0f0;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px 1px #888;
  padding: 20px;
}

.bold {
  font-weight: 600;
}
.timeline {
  border-left: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  padding: 0 25px;
  list-style: none;
  text-align: left;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event {
  position: relative;
  padding-bottom: 15px;
}
.txt-color-red {
  color: #e03 !important;
}

.timeline .event:after {
  position: absolute;
  display: block;
  left: -31px;
  top: 3px;
  background: #ddd;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  border: 1px solid #ddd;
}

.timeline .event.active:after {
  background-image: url(radio-on.a79fea2….svg);
  background-size: 100%;
  background-position: center;
  margin: 0;
  border: 1px solid #e03;
  background-color: #fff;
}

.box-left {
  width: 50%;
}

.box-tracuu {
  background-image: url(/wp-content/uploads/svgexport-1-1.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 48em) {
  .box-tracuu {
    background-image: unset;
  }
}
