
.progress-group .progress-skill-bar .skill-bar-content {
	margin-bottom: 7px;
}

.progress-group .progress-skill-bar .skill-bar-content .skill-title {
	color: var(--guten-txt-color);
	font-weight: 700;
}

.progress-group .progress-skill-bar .skill-bar {
	background-color: var(--guten-element-lighten-bg-color);
	height: 3px;
}

.progress-group .progress-skill-bar .skill-bar .skill-track {
	background-color: var(--guten-element-darken-bg-color);
	display: block;
	height: 100%;
	overflow: visible !important;
	position: relative;
	width: 0;
}

.progress-group .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
	position: absolute;
	right: 0;
	top: -33px;
	z-index: 1;
}

.progress-group .progress-skill-bar .number-percentage {
	color: var(--guten-txt-color);
}

.progress-group.inner-content .progress-skill-bar {
	position: relative;
}

.progress-group.inner-content .progress-skill-bar .skill-bar-content {
	left: 0;
	margin-bottom: 0;
	padding-left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.progress-group.inner-content .progress-skill-bar .skill-bar-content .skill-title {
	color: var(--guten-bg-color);
}

.progress-group.inner-content .progress-skill-bar .skill-bar {
	height: 35px;
}

.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon {
	color: var(--guten-bg-color);
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .skill-track-icon+.number-percentage-wrapper {
	padding-right: 57px;
}

.progress-group.inner-content .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
	color: var(--guten-bg-color);
	padding-right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.progress-group.inner-content .progress-skill-bar .number-percentage {
	color: var(--guten-bg-color);
}

.progress-group.bar-shadow .progress-skill-bar .skill-bar {
	background-color: var(--guten-bg-color);
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	height: 30px;
	padding: 10px;
}

.progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track {
	border-radius: 5px;
	height: 100%;
}

.progress-group.bar-shadow .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
	top: -39px;
}

.progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
	background-color: var(--guten-txt-color);
	border-radius: 4.32px;
	border-bottom-right-radius: 0;
	color: var(--guten-bg-color);
	display: inline-block;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	padding: 0 11px;
	text-align: center;
}

.progress-group.tooltip-style .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before {
	border-color: currentcolor currentcolor transparent transparent;
	border-style: solid;
	border-width: 4px;
	bottom: -8px;
	color: var(--guten-txt-color);
	content: "";
	position: absolute;
	right: 0;
}

.progress-group.tooltip-style .progress-skill-bar .number-percentage {
	color: var(--guten-bg-color);
}

.progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper, .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
	background-color: var(--guten-txt-color);
	color: var(--guten-bg-color);
	font-size: 13px;
	height: 22px;
	padding: 0 8px;
	right: -20px;
	text-align: center;
	top: -31px;
	z-index: 1;
}

.progress-group.tooltip-box .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before, .progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before {
	background-color: var(--guten-txt-color);
	bottom: -6px;
	content: "";
	height: 14px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	width: 14px;
	z-index: -1;
}

.progress-group.tooltip-box .progress-skill-bar .number-percentage, .progress-group.tooltip-rounded .progress-skill-bar .number-percentage {
	color: var(--guten-bg-color);
}

.progress-group.tooltip-rounded .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
	border-radius: 8px;
}

.progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper {
	background-color: var(--guten-txt-color);
	border-radius: 50%;
	color: var(--guten-bg-color);
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	right: -15.5px;
	text-align: center;
	top: -39.9px;
	width: 35px;
}

.progress-group.tooltip-circle .progress-skill-bar .skill-bar .skill-track .number-percentage-wrapper:before {
	background-color: var(--guten-txt-color);
	bottom: -5px;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3px;
}

.progress-group.tooltip-circle .progress-skill-bar .number-percentage {
	color: var(--guten-bg-color);
}

.progress-group.switch .progress-skill-bar .skill-bar-content {
	margin-bottom: 18px;
}

.progress-group.switch .progress-skill-bar .content-group {
	display: inline-block;
	width: calc(100% - 50px);
}

.progress-group.switch .progress-skill-bar .content-group .skill-bar .skill-track:before {
	background-color: var(--guten-bg-color);
	border: 1px solid var(--guten-txt-color);
	border-radius: 50%;
	box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07), inset 0 2px 3px 0 rgba(0, 0, 0, .2);
	color: var(--guten-txt-color);
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.progress-group.switch .progress-skill-bar .number-percentage-wrapper {
	float: right;
	position: relative;
	top: 31px;
}

.progress-group.ribbon .skill-bar .skill-track .number-percentage-wrapper {
	background-color: var(--guten-txt-color);
	color: var(--guten-bg-color);
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	text-align: center;
	top: -10px;
	z-index: 1;
}

.progress-group.ribbon .skill-bar .skill-track .number-percentage-wrapper:before {
	border-bottom: solid var(--guten-txt-color);
	border-left: 5px solid transparent;
	border-right: solid var(--guten-txt-color);
	border-width: 5px 5px medium;
	border-top: 5px solid transparent;
	color: #1a1a1a;
	content: "";
	left: -10px;
	position: absolute;
	top: 0;
}

.progress-group.ribbon .number-percentage {
	color: var(--guten-bg-color);
}
