@charset "UTF-8";

.iAMSmartDark {
	background-color: #2b7367;
	border: none;
	color: #FFFFFF !important;
	padding: 4.375px 8.75px 4.375px 8.75px;
	cursor: pointer;
	/*outline: none;*/
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans SC", Arial, Helvetica, sans-serif;
}

.iAMSmartButtontext {
	font-size: 16.2px;
	padding-left: 8.75px;
/* 	overflow: hidden; */
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
}

/* .iamsmartLoginSection a { */
/* 	color: #2b7367; */
/* 	font-size: smaller; */
/* 	font-weight: bold; */
/* } */
.iamsmartMoreInfo {
	font-family: Noto Sans SC;
	font-size: 16px;
}

.iAMSmartDark:hover {
	color: #FFFFFF !important;
}