.smPortalTeams-mainContainer {
	position: absolute;
	width: 100%;
	height: calc(100% - 111px);
	overflow-y: auto;
	overflow-x: hidden;
}

.smPortalTeams-body {
	max-width: 100%;
	height: 100%;
	color: var(--white-color);
}

.smPortalTeams-section {
	max-width: 1366px;
	margin: auto;
	padding-top: 38px;
}

.smPortalTeams-heading {
	font-weight: bold;
	font-size: var(--heading-font-size);
	color: var(--primary-color);
	letter-spacing: 0px;
}

.dark-theme .smPortalTeams-teamDescriptionDiv {
	background-color: var(--dark-secondary-background-color);
}

.dark-theme .smPortalTeams-name {
	color: var(--dark-label-color);
}

.dark-theme .smPortalTeams-role {
	color: var(--dark-label-color);
}

.dark-theme .smPortalTeams-description {
	color: var(--dark-label-color);
}

.dark-theme .smPortalTeams-photoName {
	color: var(--dark-label-color);
}

.dark-theme .smPortalTeams-photoRole {
	color: var(--dark-label-color);
}

.dark-theme .smPortalTeams-heading {
	color: var(--dark-label-color);
}

.dark-theme .smPortalTeams-carousel {
	background-color: var(--dark-secondary-background-color);
}

.smPortalTeamsDiv {
	display: flex;
}

.smPortalTeams-teamDescriptionDiv {
	min-height: 370px;
	border-radius: 13px;
	border: none;
	background-color: var(--secondary-color);
	margin-top: 10%;
	margin-bottom: 51px;
	padding: 26px 34px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.smPortalTeams-groupImageDiv {
	background-image:
		url("https://storage.googleapis.com/smartmoney-assets/sm-portal-v4-assets/PortalTeam.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.smPortalTeams-name {
	font-weight: bold;
	font-size: var(--primary-label-font-size);
	color: var(--primary-color);
}

.smPortalTeams-role {
	font-weight: normal;
	font-size: var(--primary-label-font-size);
	color: var(--primary-color);
}

.smPortalTeams-description {
	font-weight: normal;
	font-size: var(--secondary-label-font-size);
	color: var(--primary-color);
	text-align: left;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.smPortalTeams-socialMedia {
	height: 35px;
	width: 100%;
	display: flex;
}

.smPortalTeams-socialMediaImage {
	height: 35px;
	width: 35px;
	margin-right: 20px;
}

.smPortalTeams-carousel {
	height: 328px;
	background-color: var(--secondary-color);
	margin-bottom: 20px;
}

.smPortalTeams-carouselDiv {
	margin: auto;
	max-width: 1366px;
	height: 100%;
}

.dark-theme .smPortalTeams-arrowCircle {
	color: var(--dark-label-color);
}

.smPortalTeams-arrowCircle {
	color: var(--primary-color);
	font-size: var(--sub-heading-font-size) !Important;
	cursor: pointer;
}

.smPortalTeams-photoName {
	font-weight: bold;
	font-size: var(--primary-label-font-size);
	color: var(--primary-color);
}

.smPortalTeams-photoRole {
	font-weight: normal;
	font-size: var(--secondary-label-font-size);
	color: var(--primary-color);
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
}

.smPortalTeams-photoDiv {
	background-image:
		url("https://storage.googleapis.com/smartmoney-assets/sm-portal-v4-assets/SelvanRajan.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 173px;
	width: 173px;
	border-radius: 106px;
	border: 5px solid var(--white-color);
}

.smPortalTeams-teamListDiv {
	display: flex;
	width: 90%;
	height: 100%;
	justify-content: space-between;
}

.smPortalTeams-teamList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}