<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * jQuery Line Progressbar
 * Author: KingRayhan&lt;rayhan095@gmail.com&gt;
 * Author URL: https://electronthemes.com
 * Version: 1.1.1
 */

/** Progressbar class css*/
.progressbar {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 30px;
	position: relative;
	background-color: #EEEEEE;
}

.proggress{
	height: 8px;
	width: 10px;
	background-color: #FE8C00;
}

.percentCount{
	float:right;
	clear: both;
	position: relative;
	top: -12px;
	right: -45px;
	font-size: 14px;
}</pre></body></html>