.assign-team {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	height: 45px;
	background-color: white;
	justify-content: start;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	gap: 10px;
}

.summarize-assign {
	display: flex;
	padding-left: 5px;
	padding-right: 5px;
	justify-content: start;
	align-items: center;
	font-size: 12px;
}

.cycle-pim-assign-team {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 1px solid #CBD5E1;
	background: #16A085;
}

.pim-assign-employee-header {
	background-color: #E4F2FF;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	height: 35px;
	justify-content: start;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	gap: 10px;
}