@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

#cookies {
	opacity: 0.95;
	width: 100%;
	margin: 0;
	padding: 0 8%;
	background: #20282a;
	z-index: 10001;
	bottom: 0;
	position: fixed;
}

#cookies p {
	color: rgb(255,255,250);
	margin: 4px;
}

.btn-group-toggle .active {
	background-color: #000!important;
	color: #fff!important;
}
.navbar-mobile .flag {
	width: 30px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 5px;
	border-radius: 2px;
}

.navbar-lang {
	color: #fff;
}

.dropdown-menu.languages.show {
	min-width: 11rem !important;
}

.dropdown-menu.languages.mobile-view.show {
	display: flex;
	flex-wrap: wrap;
	width: 275px;
}

.dropdown-menu.languages.mobile-view.show .dropdown-item {
	width: 50%;
}

.logo-dark, .logo-light {
	width: 90px;
}

@media (min-width: 1400px) {
	.container.wide {
		max-width: 1360px;
	}
}

.round-with-shadow {
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	border-radius: 10px;
}

.step-item {
	padding: 0;
	margin-bottom: 10px;
}

.step-item h6 {
	margin-bottom: 0;
}

.campaign-annual-plan {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.bg-light-blue {
	background-color: #f5faff;
}

.screenshot {
	border-radius: 10px;
	box-shadow: 0 0 10px #0003;
	width: 750px;
}

.card {
	margin-bottom: 50px;
}

.scroll-top {
	left: 20px !important;
	bottom: 20px !important;
}

#integrations img {
	width: 120px;
}

.basic-plan {
	background: radial-gradient(#ca8fff, #b76bfb);
}

.starter-plan {
	background: radial-gradient(#87dcf1, #68c7ff);
}

.professional-plan {
	background: radial-gradient(#a1e4a1, #86d689);
}

.enterprise-plan {
	background: radial-gradient(#ffc176, #ffab43);
}

.hover-shadow-6:hover {
	transform: translateY(-10px);
}

.old-price-unit {
	color: #b9b9b9;
}

.new-price {
	margin-bottom: -20px;
}

.yearly-pricing {
	color: #b9b9b9;
	font-size: 39px;
}

.announcement-img-height {
	height: 340px;
}

.blog-img {
	height: 220px;
}

.card-img-top {
	color: #fff;
}

.footer .logo {
	height: 28px;;
}

.footer .flag {
	height: 18px;
	margin-right: 5px;
	border-radius: 2px;
	vertical-align: text-bottom;
}

.user-card {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgb(6 12 58 / 8%);
	padding: 8px 10px;
	width: 400px;
	margin: 10px 0 20px;
}

.user-card img {
	margin: 5px;
	border-radius: inherit;
}

.user-card h4 {
	margin: auto 5px;
}

.adjacent-img {
	height: 160px;
}

thead td {
	font-weight: 600;
}

#gdpr-page tbody td:first-child {
	font-weight: 600;
}

#app-comparison-page td:not(:first-child) {
	text-align: center;
}

#slack-page .screenshot {
	width: auto;
}

.fw-icons .media i {
	width: 35px;
}

.fs-28 {
	font-size: 28px;
}

@media (max-width: 992px) {
	.navbar-lang {
		color: rgba(117,117,117,0.8);
		font-weight: 600;
	}

	.adjacent-img {
		height: 15%;
	}
}

@media (min-width: 768px) {
	.plan-box {
		max-width: calc(min(25%, 350px)) !important;
	}
}

.main-body {
	font-family: "Poppins", sans-serif;
	color: #555;
}

.main-body .bg-blue-gradient {
	background-image: linear-gradient(to right, #0a5aea, #0065e7, #006ee1, #0077db, #257ed3, #257ed3, #257ed3, #257ed3, #0077db, #006ee1, #0065e7, #0a5aea);
}

.main-body .section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.main-body .slick-dots li button {
	border: 1px solid #FFFFFF !important;
}

.main-body .slick-dots li.slick-active button {
	background-color: #FFFFFF !important;
}
