.progressbar-wrapper {
    width: 100%;
    padding-bottom: 15px;
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}


.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 30px;
    left: -50%;
    z-index: 0;
}
   
.progressbar li:first-child:after {
         content: none;
}
.progressbar li.active {
    color: green;
    font-weight: bold;
	position: relative;
    
}
.progressbar li.user:before, .progressbar li.dogovor:before, .progressbar li.sign:before {
    content: "\f007";
    font-size: 2rem;
	font-family: "Font Awesome 5 Pro";
	font-weight:300;
}
.progressbar li.dogovor:before {
	content: "\f56c";
}
.progressbar li.sign:before {
	content: "\f5b7";
}
.progressbar li.active + li:after {
    background-color: green;
}
.progressbar li.active:before {
}
.input-group .custom-file-label::after {
	content: 'Выбрать файл';
	cursor: pointer;
}
.newSketchpad {
	position: relative;
	top: 0;
	border: 1px solid #dddddd;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 400px;
	height: 300px;
	background: #ffffff;
	z-index: 100;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}