.p-12 {
  padding: 12px;
}

.nav-pills {
  background: #f9f9fc;
  border: 1px solid #d5d8e9;
  padding: 5px;
  margin-bottom: 4px;
}

.nav-pills .nav-link {
  font-family: PeydaFaNum;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  color: #5a5c6b;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-pills .nav-link path {
  fill: #5a5c6b;
  /* stroke: #5a5c6b; */
}

.nav-pills .nav-link.active {
  background: #eaebf4;
  border-radius: 4px;
  color: #2b3b8f;
  font-family: PeydaFaNum;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.4px;
}

.nav-pills .nav-link.active path {
  fill: #2b3b8f;
  /* stroke: #5a5c6b; */
}

.download-link {
  padding: 0 33.5px !important;
  margin-bottom: 12px;
}

.veiw-link {
  padding: 0 27.5px !important;
  border: 1px solid #8089bc;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.88px;
  color: #2b3b8f;
  transition: 0.5s;
}

.veiw-link path {
  transition: 0.5s;
}

.veiw-link:hover {
  background: #d5d8e9;
  border: 1px solid #2b3b8f;
}

/* .veiw-link:hover path {
  fill: #fff;
} */

.image-line {
  position: relative;
}

.image-line::after {
  position: absolute;
  content: "";
  background: #d5d8e9;
  width: 1px;
  height: 50px;
  top: 0;
  right: -12px;
  top: 10px;
}

.circle-after {
  position: relative;
}

.circle-after::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #707386;
  top: 9px;
  left: -10px;
}

@media only screen and (max-width: 990px) {
  .download-link {
    margin-bottom: 0;
  }

  .sm-mt-32 {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e3e7;
  }

  .nav-pills {
    width: max-content;
  }

  .image-line::after {
    display: none;
  }
}
