.dark-theme .smPortalFooter-footerContainer {
	background-color: var(--dark-secondary-background-color);
}

.smPortalFooter-footerContainer {
	background-color: var(--primary-color);
	padding: 20px;
	color: var(--white-color);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.smPortalFooter-footerContentDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1366px;
	width: 100%;
	margin-bottom: 20px;
}

.smPortal-footerSection {
	flex: 1;
	margin: 10px;
}

.smPortal-footerTitle {
	font-weight: 600;
	font-size: var(--secondary-label-font-size);
}

.smPortal-footerAnchorContent {
	margin: 12px 0;
	color: var(--white-color) !important;
	font-size: var(--secondary-label-font-size);
}

.footerAppStore, .socialMediaIconsBlock {
	display: flex;
	justify-content: space-between;
}

.footerAppStore img {
	width: 135px;
	height: 49px;
	box-shadow: 0px 0px 6px var(--primary-color);
	border-radius: 10px;
}

.footer-bottom {
	text-align: center;
	font-size: var(--secondary-label-font-size);
}

.smPortal-footerSectionReachUs {
	min-width: 330px;
}