.nav--custom-padding-x {
  padding-left: 0px;
  padding-right: 2rem;
}
.nav--header {
  padding: 1rem;
}
.nav--header a img {
   width: 100%;
  height: 100%;
  object-fit: contain
}

html,
body {
  height: 100%;
}

body {
  /* font-family: "Roboto", sans-serif; */
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.icon-10,
.icon-11,
.icon-12,
.icon-13,
.icon-14,
.icon-15,
.icon-16,
.icon-18,
.icon-20,
.icon-24,
.icon-28,
.icon-32,
.icon-40,
.icon-60,
.icon-80,
.icon-90,
.icon-100,
.icon-150,
.logo-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  height: 100%;
}
.icon-10 svg,
.icon-11 svg,
.icon-12 svg,
.icon-13 svg,
.icon-14 svg,
.icon-15 svg,
.icon-16 svg,
.icon-18 svg,
.icon-20 svg,
.icon-24 svg,
.icon-28 svg,
.icon-32 svg,
.icon-40 svg,
.icon-60 svg,
.icon-80 svg,
.icon-90 svg,
.icon-100 svg,
.icon-150 svg,
.logo-container svg {
  display: block;
  width: 100%;
  fill: currentColor;
  height: 100%;
}

.icon-10 {
  width: 0.625rem;
  height: 0.625rem;
}

.icon-11 {
  width: 0.6875rem;
  height: 0.6875rem;
}

.icon-12 {
  width: 0.75rem;
  height: 0.75rem;
}

.icon-13 {
  width: 0.8125rem;
  height: 0.8125rem;
}

.icon-14 {
  width: 0.875rem;
  height: 0.875rem;
}

.icon-15 {
  width: 0.9375rem;
  height: 0.9375rem;
}

.icon-16 {
  width: 1rem;
  height: 1rem;
}

.icon-18 {
  width: 1.125rem;
  height: 1.125rem;
}

.icon-20 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-28 {
  width: 1.75rem;
  height: 1.75rem;
}

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-60 {
  width: 3.75rem;
  height: 3.75rem;
}

.icon-80 {
  width: 5rem;
  height: 5rem;
}

.icon-90 {
  width: 5.625rem;
  height: 5.625rem;
}

.icon-100 {
  width: 6.25rem;
  height: 6.25rem;
}

.icon-150 {
  width: 9.375rem;
  height: 9.375rem;
}

.logo-container {
  width: 100%;
  height: auto;
}

.svg-icon-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.nav--pointer {
  cursor: pointer;
}
.nav--pointer:hover {
  color: var(--primary-color);
}

.bg-primary,
.btn-primary {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  border-color: var(--primary-color) !important;
}

.content-card {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 16px;

  /* Multi-layer shadow = depth */
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.08),
    0 6px 12px rgba(0, 0, 0, 0.12),
    0 16px 24px rgba(0, 0, 0, 0.08);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.content-card-title {
  padding: 8px 13px;
  background-color: var(--primary-color);
  border-radius: 4px 4px 0 0;
  color: white;
  font-weight: 600;

  .content-card-title-status {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: white;
    color: var(--primary-color);
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
  }
}

.status-text {
  color: var(--primary-color) !important;
  font-size: 1.1rem !important;
}

.view-details-btn {
  color: var(--primary-color);
  background: #f8f8f8;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 3px 5px;
  font-weight: 600;
  margin-right: 0.6rem;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;

  &:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }
}

.job-item-details {
  position: absolute;
  z-index: 100;

  left: -1.3rem;
  right: 0.2rem;
  top: 0rem;

  height: 0;
  max-height: 40vh;

  background: #f9f9f9;
  border-radius: 12px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    0 6px 12px rgba(0, 0, 0, 0.04),
    0 16px 24px rgba(0, 0, 0, 0.01);
  border: solid 1px #e3e3e3;

  overflow: hidden;
  opacity: 0;

  transform: translateY(-8px);
  pointer-events: none;

  transition:
    height 300ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
}

.job-item-details.open {
  height: 40vh;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.job-item-details .content {
  height: calc(40vh - 44px);
  overflow-y: auto;
  padding: 16px;
}

.close-banner {
  position: sticky;
  bottom: 0;

  height: 44px;
  background: #f4f4f4;
  border-top: 1px solid #e5e7eb;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  color: var(--primary-color);
}

@keyframes popIn {
  to {
    transform: scale(1.3);
  }
}

.job-item-content {
  height: calc(40vh - 30px);
  overflow-y: hidden;
  padding: 1.8rem 1rem 0rem;
  border-left: solid 1px #dedddd;
  margin-left: 1.1rem;
  margin-top: 1.2rem;
  z-index: 101;

  .track-point-job-item {
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    border: 1px solid color-mix(in srgb, var(--primary-color) 55%, white);
    border-radius: 50%;
    background: white;
    z-index: 102;

    h5 {
      position: relative !important;
      left: 2.5rem;
      top: -0.2rem;
      line-height: 1.2;

      .status-text {
        font-size: 0.85rem !important;
        font-weight: 600;
      }
      .status-date-time {
        font-size: 0.675rem !important;
        color: #989898;
        font-weight: 600;
      }
    }

    .track-point-job-item-inner-circle {
      width: 1.0375rem;
      height: 1.0375rem;
      background-color: var(--primary-color);
      border-radius: 50%;
      z-index: 103;
      top: 0.15rem !important;
      left: 0.15rem;
    }
  }

  .sub-1 {
    top: 0.5rem;
    left: 0.4rem;
    transform: scale(1);
    animation: popIn 300ms ease forwards;
    h5 {
      top: -0.1rem;
    }
  }

  .sub-2 {
    bottom: 0.5rem;
    left: 0.4rem;
    transform: scale(1.2);

    h5 {
      top: -0.9rem;

      .status-text {
        font-size: 0.9rem !important;
      }
      .status-date-time {
        font-size: 0.75rem !important;
      }
    }
  }

  .view-less-btn {
    position: absolute;
    right: -0.1rem;
    top: 0.2rem;
    color: var(--primary-color);
    background: #f8f8f8;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 3px 5px;
    font-weight: 600;
    margin-right: 0.6rem;

    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;

    &:hover {
      border: 1px solid var(--primary-color);
      color: var(--primary-color);
    }
  }
}

.nav--order-tree ul li.nav--section-completed:last-child {
  .job-item-content {
    margin-left: 1.09rem;

    .track-point-job-item {
      left: 0.6rem;
    }
  }
}

.no-wrap {
  white-space: nowrap;
}

.job-item-tracking-details-container {
  z-index: 100;

  background: #f8f8f8;
  border-radius: 12px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    0 6px 12px rgba(0, 0, 0, 0.04),
    0 16px 24px rgba(0, 0, 0, 0.01);
  border: 1px solid #e3e3e3;

  overflow: hidden;

  .job-item-list {
    padding: 0rem 1rem 1rem 1rem;
    height: 100%;
    overflow-y: auto;
    background-color: #f7f7f7;

    table thead th {
      border-bottom: var(--primary-color) solid 2px;
      background-color: #f7f7f7;
      position: sticky;
      top: 0;
    }
  }
}

.header-details-section {
  height: fit-content;
}

@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1900px;
  }
}
.nav--banner-sectionFooter {
  /* background-image: url(../images/457024189_1050030390057259_3360311216414438956_n.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 20rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav--banner-section {
  background-image: url(../images/Domain/Banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav--banner-section::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.253);
  content: "";
}
.nav--banner-section > * {
  position: relative;
  z-index: 2;
}
.nav--banner-section input {
  height: 3.25rem;
}
.nav--banner-section.sm {
  height: 5.625rem;
}
.nav--banner-title {
  font-size: 2rem;
  font-weight: bold;
}
.nav--banner-title.sm {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.nav--help-text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.nav--help-text.sm {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.nav--search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
}
.nav--input-p-right {
  padding-right: 7.9375rem;
}
.nav--content-area {
  padding: 2rem 0;
  position: relative;
}
.nav--section-header {
  position: relative;
  padding-bottom: 0.0625rem;
}
.nav--section-header img {
  width: 10.25rem;
}
.nav--section-header p {
  padding: 0.75rem 0;
  font-size: 0.9rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #808080d1;
}
.nav--section-header:after {
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 4px;
  border-radius: 20px;
  background-color: var(--primary-color);
  content: "";
}
.nav--about-content {
  font-weight: 400;
}
.nav--about-content p {
  font-size: 1.1rem;
}
.nav--fixed-col.nav--card {
  padding: 2rem 1rem;
  /* background-color: #F9F9F9; */
  border-radius: 0.5rem;
  width: 26.25rem;
}
.nav--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.25rem 1rem 7.25rem 1rem 7.25rem;
  grid-template-columns: repeat(3, 7.25rem);
  grid-auto-rows: 7.25rem;
  grid-gap: 1rem;
  gap: 1rem;
}
.nav--grid .nav--grid-inner {
  background-color: #fff;
  border: 2px solid #4b7fa71c;
  padding: 1rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}
.nav--grid .nav--grid-inner span {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
}
.nav--section-header-sm {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1rem;
}
.nav--custom-form-group {
  max-width: 65%;
  margin: 0 auto;
}

.message-content {
  width: 100%;
  background-color: #e74c3c;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 1rem 1rem 2rem 2rem;
  display: flex;
  gap: 1rem;
  height: 5.5rem;
  align-items: flex-end;
  i {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 991px) {
  .nav--sm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav--card {
    width: 100% !important;
    margin-top: 1rem;
  }
  .nav--grid {
    -ms-grid-columns: 7.25rem 1rem 7.25rem 1rem 7.25rem 1rem 7.25rem 1rem
      7.25rem 1rem 7.25rem;
    grid-template-columns: repeat(6, 7.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .nav--grid {
    -ms-grid-columns: 31.33% 1rem 31.33% 1rem 31.33%;
    grid-template-columns: repeat(3, 31.33%);
  }
}
.nav--loop-list-container {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 0.375rem 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.nav--loop-list-container:hover {
  background-color: var(--primary-color);
  color: white !important;
  .nav--label {
    color: white !important;
  }
  .nav--col-value {
    color: white !important;
  }
  .on-hover-btn {
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 600;
  }
}
.nav--fixed-col-w {
  width: 9.375rem;
  padding: 0.5rem;
}
.nav--fixed-col-w.sm {
  width: 6.875rem;
}
.nav--fixed-col-w.md {
  width: 12.5rem;
}
.nav--col-value {
  word-break: break-all;
  font-size: 0.875rem;
  font-weight: bold;
  color: #292c40;
}
.nav--label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6e707e;
}
.nav--text-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.nav--ellipse {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .nav--sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .nav--tracking-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav--loop-list-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .nav--fixed-col-w {
    width: 50% !important;
  }
  .nav--fixed-col-w.nav--text-end {
    width: 100% !important;
    padding-top: 12px;
    border-top: solid 1px #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .nav--custom-form-group {
    max-width: 100%;
    display: flex;
    .wrapper {
      width: 100%;
      padding: none !important;
    }
  }
  .nav--loop-list-container {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 48% !important;
    flex: 1 1 48% !important;
  }
  .nav--fixed-col-w {
    width: 100% !important;
  }
  .nav--fixed-col-w.nav--text-end {
    width: 100% !important;
    padding-top: 12px;
    border-top: solid 1px #ccc;
  }
  .w-list {
    width: 53rem !important;
    .nav--content-area {
      padding: 0px;
    }
    .text-center {
      text-align: justify !important;
    }
    .container {
      padding: 0px !important;
    }
    .disclaimer {
      text-align: justify !important;
      padding: 0px !important;
    }

    .list-container {
      max-height: max-content !important;
    }
  }

  /* .not-found {
    width: 54.13rem !important;
    height: 9vh !important;
    padding-bottom: 1rem !important;
    margin-top: -5vh !important;
    i {
      font-size: 0rem !important;
    }
    span {
      margin-right: 1rem !important;
    }
  } */
}
@media only screen and (max-width: 520px) {
  .nav--loop-list-container {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
  }
  .nav--fixed-col-w {
    width: 50% !important;
  }
  .nav--fixed-col-w.nav--text-end {
    width: 100% !important;
    padding-top: 12px;
    border-top: solid 1px #ccc;
  }
}
.nav--latest-status {
  background-color: #f8f8f8;
  border: dashed 1px #dcdcdc;
  width: 33.875rem;
  padding: 2.625rem 2rem;
  border-radius: 0.5rem;
}
.nav--quickview {
  width: 21.875rem !important;
  font-size: 1.125rem;
  font-weight: bold;
}
.nav__loop-updates {
  margin-bottom: 0.9rem;
}
.nav__loop-updates span {
  font-size: 0.9rem;
  color: #8d8c8c;
}
.nav__loop-updates strong {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}
.nav--icon-container {
  width: 2rem;
  border-right: solid 1px #fff;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.nav--tracking-info {
  padding: 0.75rem;
  line-height: 1rem;
  background-color: #17a433;
  color: #fff;
  border-radius: 0.5rem;
  margin-top: 1rem;
  font-size: 0.8125rem;
}
.nav--section-style {
  padding-right: 2rem;
  border-right: solid 1px #efefef;
}
.nav--tracking-container .accordion-item {
  border-radius: 0 !important;
  border-radius: 0 !important;
  border: solid 1px #e3e3e3 !important;
  margin-bottom: 8px;
  /* -webkit-box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.08); */
}
.nav--tracking-container h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.nav--tracking-container span {
  font-size: 1rem;
  font-weight: bold;
  color: #4b7fa7;
}
.nav--tracking-container span strong {
  font-size: 0.875rem;
}
.nav--contact-info {
  background-image: url(../images/map-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31.25rem;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav--card-info {
  background-color: #fff;
  padding: 2rem;
  width: 20rem;
  border-radius: 0.5rem;
}
.nav--card-info p {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.nav--contact-details .nav--icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.nav--contact-details .nav--icon span {
  color: #4b7fa7 !important;
}
/* .nav--contact-details .nav--icon:hover {
  background-color: #3d6787;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */
/* .nav--contact-details .nav--icon:hover span {
  color: #fff !important;
} */
.nav--contact-details h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1rem;
  color: #474141;
}
.nav--order-tree ul {
  margin: 0;
  padding: 0 0 0 21px;
}
.nav--order-tree ul li {
  list-style: none;
  padding-left: 2.25rem;
  border-left: dashed 2px #bbbbbb;
  padding-bottom: 1.125rem;
  position: relative;
}
.nav--order-tree ul li:before {
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  /* border: solid 1px #989898; */
  top: 0;
  left: -0.75rem;
  content: "";
  border-radius: 50%;
  background: #f8f8f8;
}
.nav--order-tree ul li:after {
  position: absolute;
  width: 1.0625rem;
  height: 1.0625rem;
  border: solid 1px #989898;
  top: 0.1875rem;
  left: -0.5625rem;
  content: "";
  border-radius: 50%;
  background: #989898;
}
.nav--order-tree ul li h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.nav--order-tree ul li h5 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #989898;
}
.nav--order-tree ul li h5 p {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
}
.nav--order-tree ul li:last-child {
  padding-bottom: 0;
  border-left: 0;
}
.nav--order-tree ul li.nav--section-completed {
  list-style: none;
  padding-left: 2.25rem;
  border-left: dashed 3px var(--primary-color);
  padding-bottom: 1.125rem;
  position: relative;
  transition: padding-bottom 300ms ease;
}

.nav--order-tree ul li.nav--section-completed-expanded {
  padding-bottom: 35vh !important;
}

.nav--order-tree ul li.nav--section-completed:before {
  position: absolute;
  width: 1.8375rem;
  height: 1.8375rem;
  border: solid 1px var(--primary-color);
  top: 0;
  left: -1rem;
  content: "";
  border-radius: 50%;
  background: #f8f8f8;
}
.nav--order-tree ul li.nav--section-completed:after {
  position: absolute;
  width: 1.4625rem;
  height: 1.4625rem;
  border: solid 1pxvar(--primary-color);
  top: 0.1875rem;
  left: -0.84rem;
  content: "✔";
  color: var(--secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color);
}

.nav--order-tree ul li.nav--section-completed:last-child::after {
  left: -0.644rem;
}

.nav--order-tree ul li.nav--section-completed:last-child::before {
  left: -0.83rem;
}

.nav--button-rounded {
  border-radius: 1.875rem;
  background-color: #f2f100;
  padding: 0.5rem 1.1875rem;
  color: #000;
  font-weight: 600;
  border-color: #f2f100;
  width: 100%;
}
.nav--button-rounded span {
  display: inline-block !important;
  color: #000 !important;
  margin-left: 0.375rem;
}
.nav--button-rounded:hover span {
  color: #fff !important;
}
.nav__carrier-details-container {
  background-color: var(--primary-color);
  padding: 1rem;
  border-radius: 0.5rem;
}
.nav__carrier-details-container .nav__loop-container {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: dashed 1px #fff;
  color: #fff;
}
.nav__carrier-details-container .nav__loop-container span {
  font-size: 0.8125rem;
  color: #eeeeee;
  font-weight: bold;
  display: block;
}
.nav__carrier-details-container .nav__loop-container p {
  margin: 0;
  font-size: 0.9375rem;
}
.nav__carrier-details-container .nav__loop-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.nav__delivery-status.nav__if-completed {
  color: #21b13e;
}
.nav__delivery-status.nav__if-pending {
  color: #db8718;
}
.nav__delivery-status.nav__if-canceled {
  color: #d31616;
}
.nav__accordion-head {
  font-size: 0.875rem;
  font-weight: bold;
  color: #363e44;
}
.nav__accordion-head span {
  color: var(--primary-color);
  font-size: 0.875rem;
  font-weight: bold;
}
.nav__status-update {
  background-color: #ccc;
  padding: 0.1875rem 0.8125rem;
  color: #474141;
  border-radius: 30px;
  font-size: 0.75rem;
}
.nav__status-update span {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #474141;
  margin-right: 4px;
  border-radius: 50%;
}
.nav__status-update.nav__if-pending {
  background-color: #ffdb77;
  color: #785900;
}
.nav__status-update.nav__if-pending span {
  background-color: #785900;
}
.nav__status-update.nav__if-delivered {
  background-color: #a2fe9d;
  color: #15a131;
}
.nav__status-update.nav__if-delivered span {
  background-color: #15a131;
}
.nav__status-update.nav__lg {
  padding: 0.3125rem 1rem;
  font-weight: bold;
}
.nav__status-update.nav__lg span {
  width: 0.625rem;
  height: 0.625rem;
}
.nav__custom-accordion {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0.6875rem 1rem !important;
}
.nav__custom-accordion:not(.collapsed) {
  background-color: var(--primary-color);
}
.nav__custom-accordion:not(.collapsed) .nav__accordion-head {
  color: #fff !important;
}
.nav__custom-accordion:not(.collapsed) .nav__accordion-head span {
  color: #fff !important;
}
.nav__col-title {
  font-size: 0.875rem;
}
.nav__col-title span {
  font-weight: bold;
}
.nav__delivery-date {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italics;
}

@media only screen and (max-width: 1199px) {
  .nav--contact-info {
    position: relative;
    width: 21.875rem;
  }
  .nav--tracking-container {
    padding-right: 0;
  }
  .nav--latest-status {
    width: 21.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .nav--custom-form-group {
    max-width: 100%;
    display: flex;
    .wrapper {
      width: 100%;
      padding: none !important;
    }
  }
  .nav--sm-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav--latest-status {
    width: 100%;
  }
  .nav--section-style {
    border-right: none;
    padding-right: 0;
  }
  .nav--latest-updated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav--latest-updated .nav__loop-updates {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    margin-bottom: 12px;
  }
  .nav--latest-status {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .nav--section-style {
    margin-bottom: 2rem;
  }
  .nav--ps-sm-0 {
    padding-left: 0 !important;
  }
  .nav--contact-info {
    position: relative;
    width: 100%;
    padding: 2rem;
  }
  .nav--tracking-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 590px) {
  .nav--header a img {
    width: 140px;
  }
  .nav--custom-form-group {
    max-width: 100%;
    display: flex;
    .wrapper {
      width: 100%;
      padding: none !important;
    }
  }
  .screen-responce-track-list {
    padding: 0px !important;
  }
  .w-list {
    width: 93vw !important;

    .nav--content-area {
      padding: 0px;
    }
    .text-center {
      text-align: justify !important;
    }
    .container {
      padding: 0px !important;
    }
    .disclaimer {
      text-align: justify !important;
      padding: 0px !important;
    }

    .list-container {
      max-height: max-content !important;
    }
  }

  .nav--loop-list-container {
    padding: 0.375rem 0.5rem;
    .nav--fixed-col-w {
      padding: 0.2rem !important;
    }
  }
}

/* Extra Large Screens (1921px and above) */
@media only screen and (min-width: 1921px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
}

/* Large Screens (1600px to 1920px) */
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
  .nav--quickview {
    width: 21.875rem !important;
  }
  .nav--latest-status {
    width: 32rem !important;
  }
}

/* Desktop Screens (1200px to 1599px) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
  .nav--quickview {
    width: 19.875rem !important;
  }
  .nav--latest-status {
    width: 30rem !important;
  }

  .content-card {
    margin-bottom: 0rem !important;
  }

  .nav--latest-status {
    width: 30rem !important;
  }

  .quickview-header {
    margin-left: -0.5rem !important;
  }
}

/* Small Desktop/Tablet Landscape (992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .message-content {
    height: 7.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 2 !important;
    }
  }

  .nav--quickview {
    width: 16.875rem !important;
  }

  .nav--latest-status {
    width: 16.875rem !important;
  }

  .content-card {
    margin-bottom: 1rem !important;
  }

  .nav--latest-status {
    width: 24rem !important;
  }

  .nav--order-tree ul li.nav--section-completed-expanded {
    padding-bottom: 37vh !important;
  }
}

/* Tablet Portrait (768px to 991px) */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .message-content {
    height: 5.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 1 !important;
    }
  }
  .nav--quickview {
    width: 91vw !important;
  }
  .nav--latest-status {
    width: 90vw !important;
  }

  .nav--tracking-container {
    padding-right: 4.5vw !important;
    padding-left: 4.5vw !important;
    margin-top: 3vh !important;
  }

  .content-card {
    margin-bottom: 1rem !important;
    height: unset !important;
  }

  .col-quick-view {
    margin-bottom: 0rem !important;
    padding: 0rem 2rem 0rem 3rem;
  }

  .col-track-view {
    padding: 0rem 2rem 0rem 3rem !important;
    /* .content-card {
      height: 42vh !important;
    } */
  }

  .nav--order-tree ul {
    padding: 0 0 0 13px !important;
  }

  .job-item-details {
    max-height: 30vh !important;
  }

  .job-item-details.open {
    height: 30vh !important;
  }

  .job-item-details .content {
    height: calc(30vh - 44px);
  }

  .job-item-content {
    height: 27vh !important;
  }

  .nav--order-tree ul li.nav--section-completed-expanded {
    padding-bottom: 27vh !important;
  }

  .header-details-section {
    height: unset !important;
  }

  .h-track-details-section {
    height: fit-content !important;
  }

  .nav--order-tree ul li.nav--section-completed:after {
    left: -0.8rem;
  }
}

/* Large Mobile (521px to 767px) */
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .message-content {
    height: 7rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 2 !important;
    }
  }
  .nav--quickview {
    width: 90vw !important;
  }
  .nav--latest-status {
    width: 90vw !important;
  }

  .nav--tracking-container {
    padding-right: 3vw !important;
    padding-left: 4vw !important;
    margin-top: 3vh !important;
  }

  .content-card {
    margin-bottom: 1rem !important;
  }

  .col-track-view {
    .content-card {
      margin: auto 1rem !important;
    }
  }

  .header-details-section {
    height: unset !important;
  }

  .h-track-details-section {
    height: auto !important;
  }
}

/* Small Mobile (520px and below) */
@media only screen and (min-width: 351px) and (max-width: 520px) {
  .message-content {
    height: 8.5rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 2 !important;
    }
  }
  .nav--quickview {
    width: 90vw !important;
  }
  .nav--latest-status {
    width: 90vw !important;
  }

  .nav--tracking-container {
    padding-right: 3vw !important;
    padding-left: 4vw !important;
    margin-top: 2vh !important;
  }

  .content-card {
    padding-bottom: 1rem !important;
    margin-left: 1rem !important;

    .card-body {
      padding: 0.5rem 0.2rem !important;
    }
  }

  .col-quick-view {
    margin-bottom: 1rem !important;
  }
  .nav--order-tree ul {
    padding: 0 0 0 16px !important;
  }

  .job-item-content {
    padding-left: 1rem !important;
  }

  .header-details-section {
    height: unset !important;
  }

  .h-track-details-section {
    height: auto !important;
  }

  .nav--order-tree ul li.nav--section-completed:after {
    top: 0.15rem !important;
  }
}

@media only screen and (max-width: 351px) {
  .message-content {
    height: 8.8rem !important;
    i {
      font-size: 1.5rem !important;
      line-height: 3 !important;
    }
  }
  .nav--quickview {
    width: 24.875rem !important;
  }

  .nav--latest-status {
    width: 24.875rem !important;
  }

  .nav--tracking-container {
    padding-right: 2vw !important;
    padding-left: 3vw !important;
    margin-top: 2vh !important;
  }
  .content-card {
    margin-bottom: 1rem !important;
  }

  .header-details-section {
    height: unset !important;
  }

  .h-track-details-section {
    height: auto !important;
  }
}
