@import url(../../template/assets/fonts/NunitoSan/stylesheet.css);

.raq-success {
  margin-bottom: 9.6rem;
}

.raq-success-icon {
  width: 15.2rem;
  height: 15.2rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 2.4rem;
}

.raq-success-icon img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.raq-success-tt {
  color: #021051;
  font-weight: 600;
  margin-bottom: 2.4rem;
  text-align: center;
}

.raq-success-desc {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
}

.raq-success-desc p {
  text-align: center;
  font-size: 1.8rem;
  color: #021051;
}

.raq-success-desc p a {
  color: #EC7f21;
  font-weight: bold;
  transition: 0.3s;
}

.content strong{
  font-weight: bold;
}
.content ul {
    list-style: disc !important;
}

@media (min-width: 1025px) {
  .raq-success-desc p a:hover {
    color: #021051;
  }
}

@media (max-width: 1024px) {
  .raq-success {
    margin-bottom: 5rem;
  }

  .raq-success-icon {
    width: 8rem;
    height: 8rem;
  }
}
.progressing-item .progressing-stt img {
  animation: showNumber 9s linear infinite;
}
.progressing-item:nth-child(2) .progressing-stt img {
  animation-delay: 1.1s;
}
.progressing-item:nth-child(3) .progressing-stt img {
  animation-delay: 3.3s;
}
.progressing-item:nth-child(4) .progressing-stt img {
  animation-delay: 5s;
}
.progressing-item:nth-child(5) .progressing-stt img {
  animation-delay: 7s;
}
.progressing-item:nth-child(6) .progressing-stt img {
  animation-delay: 8.8s;
}
.path {
  animation: dash 9s linear forwards infinite;
}
.progressing-arrow img {
  animation: move 9s linear forwards infinite;
}
@keyframes showNumber {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.switch-rounting-item.hidden, .shipment-from.hidden,
.shipment-to.hidden, .un-number.hidden,
.type-of-shipment.hidden, .switch-rounting-list.hidden {
    display: none;
    pointer-events: none;
}

.shipment-from.remarks {
    position: relative;
    padding-bottom: 0.1rem;
}

.shipment-from.remarks::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}
