:host {
	height: 100%;
	width: calc(100% - 8px);
	display: flex;
	align-items: center;
	margin-left: 4px;
	margin-right: 4px;
}

progress {
	position: relative;
	top: unset;
	height: calc(100% - 4px);
	width: 100%;
	margin-left: unset;
	margin-right: unset;
	border-radius: 0;
}
	
progress::-webkit-progress-bar {
	
}

progress::-webkit-progress-value {
}
	
span {
	position: absolute;
	width: unset !important;
	justify-content: center;
	--text-shadow: 0 0 0.1em black, 0 0 0.1em black;
}

div.ng-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
