.price-card-footer {
  border-top: none!important;
  border-radius: 0px 0px 20px 6px!important;
  background-color: transparent!important;
  height: 350px;
}

.price-upgrade-btn {
  background-color: transparent!important;
  padding: 3px 0;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) scaleX(1);
  width: 70%;
  height: 1px;
  background-image: linear-gradient(to right, #3650d2, #7a88ff);
  border-radius: 1px;
  box-shadow: 0 0.5px 4px rgba(54, 80, 210, 0.4);
  transition: transform 0.3s ease;
  transform-origin: center;
  clip-path: polygon(0 50%, 20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%);
}

.nav-link {
  position: relative;
}

.icon-question.price-tab-icon {
  position: absolute;
  top: 14px;
  right: 0;
}

.price-card:hover {
  border: 0.2px solid rgba(113, 112, 112, 0.614);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.534);
  transform: translateY(0px)!important;
}

.price-detail:hover {
  color: #3650d2!important;
  border: 1px solid #3650d2!important;
  background: linear-gradient(to right, #f0f0f0, #ffffff);
}

.error-icon {
  width: 19px;
}

.price-detail-row {
  min-height: 70px;
  border-bottom: 1px solid #f0f1f3;
  /*border-radius: 20px;*/
  margin: 0;
}

.price-detail-row:hover {
  /*background-color: rgb(243,246,255);*/
}

