.progress-bar {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #e01c1e;
    border: none;
    bottom: auto;
    display: fixed;
    height: 4px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 9999999;
}