.pricing-tab .bg-price-tab {
  background: #e3eaef;
  padding: 0.5rem;
}
.pricing-tab .nav-link {
  background-color: #fff !important;
  color: #333 !important;
}
.pricing-tab .nav-link span {
  background: #e3eaef;
  color: #6100ff;
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
}
.pricing-tab .nav-link.active {
  background-color: #6100ff !important;
  color: #fff !important;
}
.pricing-tab .nav-link.active span {
  background: rgba(137, 65, 252, 0.9);
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
}

.table-price table,
.table-price thead,
.table-price tbody,
.table-price tr,
.table-price th,
.table-price td {
  background: #e3eaef !important;
}
.table-price table th,
.table-price table td,
.table-price table tr {
  border-color: #fff !important;
}
.table-price .table-responsive {
  height: 550px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .table-price th {
    position: sticky;
    top: 0;
  }
}/*# sourceMappingURL=pricing.css.map */