.pricing-container {
	/* max-width: 80em; */
	margin: 1vw;
	text-align: center;
	background-color: #d4e8ef75;
	padding: 2em;
	margin-top: 3em;
	border-radius: 20px;
	box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.1);
	/* border: 1px solid #9c846e; */
}

.pricing-header h1 {
	margin-bottom: 1rem;
}

.price-toggle {
	margin: 20px 0;
}

.toggle-btn {
	background: #bcbcb1;
	border: none;
	padding: 10px 20px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 5px;
	outline: none;
}

.toggle-btn-phone {
	border: 1px solid goldenrod;
}

.toggle-btn.active {
	background: #133545;
	color: white;
}

.toggle-btn-phone.active {
	background: #133545;
	color: white;
}

.pricing-table {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.tier {
	border: 1px solid #00a3ed;
	padding: 20px;
	border-radius: 8px;
	width: 100%;
}

.price {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.5rem;
}

.hidden {
	display: none;
}

.line1-price {
	margin-bottom: 0;
}

.line2-price {
	color: gray;
	font-size: 1rem;
}

.line3-price {
	color: rgb(81, 149, 172);
	font-size: 1rem;
	font-weight: normal;
	font-style: italic;
}
button {
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #365b6d;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

button:hover {
	background-color: #365b6dad;
}

.active {
	background-color: #365b6d;
}

li {
	text-align: left;
}

.ul-div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul {
	list-style-position: outside;
}

li span {
	position: relative;
	left: -8px;
}

.ul-div * li {
	margin-bottom: 0.5em;
}

button:disabled {
	background-color: #365b6d53;
}

.text-italic {
	font-style: italic;
	color: rgba(128, 128, 128, 0.352);
}

.plan-na {
	color: #c5cec2;
}

.m-0 img {
	max-height: 5vh;
	margin-right: 0.6em;
}

.mb-4 a {
	color: black !important;
}

.dark-text {
	color: black !important;
}

.dark-icon {
	color: black !important;
	border-color: black !important;
}

.btn-primary {
	border-color: transparent !important;
}

.btn-primary.disabled {
	background-color: cadetblue !important;
}

.hide {
	display: none;
}

.nav-link {
	font-size: 1.1rem !important;
}
