#my-projects-container,
#my-team-container {
	padding-top: 10px;
	max-height: 800px;
	overflow-y: scroll;
}

.my_project__card {
	border: 1px solid #E4EBED;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 20px 10px 15px;
	position: relative;
}

.my_project__tag {
	display: none;
	position: absolute;
	padding: 4px 8px;
	border-radius: 4px;
	background: #E84C7B;
	left: 10px;
	top: -10px;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	align-items: center;
}

.my_project__tag span {
	display: block;
	background: #fff;
	border-radius: 50%;
	margin-right: 4px;
	width: 5px;
	height: 5px;
}

.my_project__card.active {
	background: #2E2E2E;
	box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.my_project__head {
	display: flex;
	justify-content: space-between;
}

.my_project__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #373944;
	margin-bottom: 5px;
	display: block;
}

.my_project__info {
	display: flex;
}

.my_project__info_item {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: rgba(78, 94, 106, 0.7);
	margin-right: 20px;
}

.my_project__info_item strong {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #4E5E6A;
	padding-left: 5px;
}

.my_project__time {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #55B88B;
	flex-shrink: 0;
	margin-left: 15px;
}

.my_project__time.active {
	background: #FF4C62;
}

.my_project__time.disabled {
	background: gray;
	cursor: not-allowed;
}

.my_project__pause {
	display: none;
}

.my_project__time.active .my_project__pause {
	display: block;
}

.my_project__time.active .my_project__play {
	display: none;
}

.my_project__progress {
	width: 100%;
	height: 5px;
	background: #DBF6ED;
	position: relative;
	margin-top: 15px;
}

.my_project__progress span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	background: #00BA88;
	max-width: 100%;
}

.my_project__progress.yellow {
	background: rgba(244, 183, 64, 0.25);
}

.my_project__progress.yellow span {
	background: #F4B740;
}

.my_project__progress.red {
	background: rgba(255, 77, 98, 0.25);
}

.my_project__progress.red span {
	background: #E84C7B;
}

.my_project__percent {
	font-weight: 600;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #00BA88;
	margin-top: 5px;
	height: 12px;
	position: relative;
}

.my_project__percent.yellow {
	color: #F4B740;
}

.my_project__percent.red {
	color: #E84C7B;
}

.my_project__percent span {
	position: absolute;
}

.my_project__card.active .my_project__title {
	color: #fff;
}

.my_project__card.active .my_project__info_item {
	color: rgba(255, 255, 255, 0.5);
}

.my_project__card.active .my_project__info_item strong {
	color: #fff;
}

.my_project__card.active .my_project__progress {
	background: rgba(255, 255, 255, 0.26) !important;
}

.my_project__card.active .my_project__tag {
	display: flex;
}

.my_team__card {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #E4EBED;
	border-radius: 4px;
}

.my_team__card__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.my_team__person {
	display: flex;
	align-items: center;
}

.my_team__photo {
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 50%;
	background: gray;
	flex-shrink: 0;
	margin-right: 12px;
	display: block;
}

.my_team__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.my_team__photo span {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #D0D5DD;
	border: 1.5px solid #FFFFFF;
	bottom: 0;
	right: 0;
}

.my_team__card.active .my_team__photo span {
	background: #12B76A;
}

.my_team__name {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #344054;
	display: block;
}

.my_team__role {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #667085;
}

.my_team__tag {
	padding: 4px 8px;
	border-radius: 4px;
	background: #E84C7B;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	align-items: center;
	display: flex;
	width: max-content;
	margin-left: auto;
}

.my_team__tag span {
	display: block;
	background: #fff;
	border-radius: 50%;
	margin-right: 4px;
	width: 5px;
	height: 5px;
}

.my_team__project {
	display: block;
	max-width: 140px;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	text-align: right;
	letter-spacing: -0.01em;
	background: #F1F1F1;
	border-radius: 4px;
	padding: 4px 10px;
	margin-top: 2px;
	color: #373944;
}

.widget_filter {
	margin-top: 12px;
}

.widget_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	width: 100%;
	margin: 0;
}

.widget_filter input {
	border-radius: 2px;
	border: 1px solid #e2e7f1;
	box-shadow: none;
	padding: 7px 10px;
	outline: none;
	font-weight: normal;
	background: url('../images/search.png') no-repeat 96% 45% #fff;
	width: 200px !important;
	transition: all 0.5s;
	height: 32px;
}

.my_team__link {
	color: #4B88FF;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	padding-right: 15px;
	display: inline-flex;
	align-items: center;
	margin-top: 5px;
}

.my_team__link:before {
	position: absolute;
	background: url('../images/keyboard_arrow_down.svg') no-repeat;
	top: auto;
	right: 0;
	width: 15px;
	height: 15px;
	content: '';
}

.my_team__link.active:before {
	transform: rotate(180deg);
}

.my_team__time_list_item {
	color: #A1A1A1;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	margin-top: 2px;
}

.my_team_calendar_wrap{
	display: flex;
	justify-content: space-between;
}

.my_team_calendar {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: #373944;
}

.my_team_calendar img {
	width: 15px;
	height: auto;
	margin: 0 5px;
	display: block;
}