.pricing-nav-pills {
	position: relative;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
	&::-webkit-scrollbar {
		width: 0;
		background-color: transparent;
	}
	&.game-plan {
		overflow-x: auto;
		&::after {
			content: "";
			position: absolute;
			inset-inline: 0;
			top: 0;
			height: 1px;
			background: linear-gradient(
				90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba($primary, 1) 10%,
				rgba($primary, 1) 90%,
				rgba(255, 255, 255, 0) 100%
			);
			z-index: -1;
		}
		.nav {
			flex-wrap: nowrap;
			& > li {
				flex-shrink: 0;
			}
		}
	}

	.nav {
		--bs-nav-link-font-weight: 600;
		--bs-nav-link-color: var(--bs-body-color);
	}
	&--success {
		.partner-tab-nev {
			&.active {
				color: $success !important;
				border-bottom: 1px solid $success !important;
			}
		}
	}
}
