#learn-press-profile {
	--dot-purple: #49429d;
	--dot-purple-light: #6c68d5;
	--dot-green: #1fb268;
	--dot-panel: #ffffff;
	--dot-card: #e9e9e9;
	--dot-text: #111111;
	--dot-muted: #737373;
	color: var(--dot-text);
	font-family: "Poppins", "Inter", Arial, sans-serif;
}

#learn-press-profile .lp-content-area {
	display: flex;
	align-items: stretch;
	max-width: 1170px;
	margin: 72px auto 56px;
	padding: 0;
	background: var(--dot-panel);
	border: 1px solid #eeeeee;
	border-radius: 32px;
	box-shadow: 0 7px 24px rgba(20, 20, 20, 0.09);
	overflow: hidden;
}

#learn-press-profile .lp-user-cover-image_background {
	display: none;
}

#profile-sidebar {
	width: 25%;
	flex: 0 0 25%;
	min-height: 720px;
	background: var(--dot-purple);
	color: #ffffff;
}

.dot-profile-sidebar__header {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 38px 38px 34px;
	background: var(--dot-purple);
}

.dot-profile-sidebar__avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #ffffff;
	overflow: hidden;
	flex: 0 0 auto;
}

.dot-profile-sidebar__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dot-profile-sidebar__name {
	margin: 0;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.15;
	font-weight: 700;
}

.dot-profile-sidebar__section {
	padding: 20px 38px;
	background: var(--dot-purple-light);
	color: #ffffff;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 700;
}

#profile-nav .lp-profile-nav-tabs,
#profile-nav .profile-tab-sections {
	list-style: none;
	margin: 0;
	padding: 24px 0;
}

#profile-nav li {
	margin: 0;
	padding: 0;
}

#profile-nav a {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 70px;
	padding: 0 38px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

#profile-nav li.active > a,
#profile-nav a:hover,
#profile-nav a:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.dot-profile-nav__icon {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
}

.dot-profile-nav__icon svg {
	width: 30px;
	height: 30px;
	stroke: currentColor;
}

#profile-content {
	width: 70%;
	flex: 0 0 70%;
	padding: 0;
}

.dot-profile-content__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 54px 18px;
}

.dot-profile-content__head h1 {
	margin: 0;
	color: #000000;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 800;
}

.dot-profile-badges {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 43px;
	padding: 0 18px;
	border-radius: 5px;
	background: var(--dot-green);
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.dot-profile-badges svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.dot-profile-content__body {
	padding: 0 54px 42px;
}

#learn-press-profile .learn-press-profile-course__statistic,
#learn-press-profile .learn-press-tabs {
	display: none;
}

#learn-press-profile .learn-press-subtab-content,
#learn-press-profile .learn-press-profile-course__tab,
#learn-press-profile .learn-press-profile-course__progress,
#learn-press-profile .learn-press-course-tab-filters {
	margin: 0;
	padding: 0;
	border: 0;
}

#learn-press-profile .lp_profile_course_progress {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.dot-course-grid {
	display: grid;
	grid-template-columns: repeat(3, 178px);
	gap: 30px 20px;
	margin: 0;
	padding: 0;
	align-items: start;
	justify-content: start;
}

.dot-course-card,
.dot-add-course {
	width: 178px;
	min-height: 206px;
	border-radius: 13px;
	background: var(--dot-card);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	box-sizing: border-box;
}

.dot-course-card {
	padding: 20px 14px 14px;
	color: #111111;
	text-decoration: none !important;
}

.dot-course-card:hover,
.dot-course-card:focus {
	color: #111111;
	text-decoration: none !important;
}

.dot-course-card__icon {
	width: 86px;
	height: 76px;
	margin-bottom: 16px;
	display: grid;
	place-items: center;
}

.dot-course-card__icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.dot-course-card__placeholder {
	width: 76px;
	height: 76px;
	border: 3px solid #111111;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 28px;
	font-weight: 800;
}

.dot-course-card__title {
	color: #111111;
	font-size: 18px;
	line-height: 1.12;
	font-weight: 800;
}

.dot-course-card__title {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	text-align: center;
}

.dot-course-card__progress {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
}

.dot-course-card__bar {
	width: min(96px, 72%);
	height: 7px;
	border-radius: 999px;
	background: #bdbdbd;
	overflow: hidden;
}

.dot-course-card__fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--dot-green);
}

.dot-course-card__percent {
	color: #111111;
	font-size: 13px;
	line-height: 1;
}

.dot-add-course {
	color: #111111;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.35;
	gap: 14px;
	padding: 60px 18px 18px;
	justify-content: flex-start;
}

.dot-add-course__plus {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--dot-green);
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
}

.dot-add-course__text {
	max-width: 120px;
}

#learn-press-profile .lp-list-table,
#learn-press-profile table {
	width: 100%;
}

#learn-press-profile input,
#learn-press-profile select,
#learn-press-profile textarea {
	border-radius: 8px;
}

@media (max-width: 980px) {
	#learn-press-profile .lp-content-area {
		display: block;
		margin: 32px 18px;
		border-radius: 24px;
	}

	#profile-sidebar {
		width: 100%;
		flex-basis: auto;
		min-height: 0;
	}

	#profile-content {
		width: 100%;
		flex-basis: auto;
	}

	#profile-nav .lp-profile-nav-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 12px 0;
	}

	#profile-nav a {
		min-height: 58px;
		padding: 0 24px;
		font-size: 18px;
	}

	.dot-profile-sidebar__header,
	.dot-profile-sidebar__section {
		padding-left: 24px;
		padding-right: 24px;
	}

	.dot-profile-content__head,
	.dot-profile-content__body {
		padding-left: 24px;
		padding-right: 24px;
	}

	.dot-course-grid {
		grid-template-columns: repeat(2, 178px);
		gap: 22px;
	}
}

@media (max-width: 560px) {
	.dot-profile-content__head {
		align-items: flex-start;
		flex-direction: column;
	}

	#profile-nav .lp-profile-nav-tabs,
	.dot-course-grid {
		grid-template-columns: 1fr;
	}

	.dot-course-card,
	.dot-add-course {
		width: 100%;
	}

	.dot-profile-sidebar__name,
	.dot-profile-sidebar__section {
		font-size: 22px;
	}

	.dot-profile-content__head h1 {
		font-size: 28px;
	}
}
