:root{
	--ascptred: #ed0f69;
}

.nav_logo img {
  max-height: 45px;
  max-width: 200px;
}

#progressbar li.active:not(.done)::before, #progressbar li.doing:not(.done)::before{
	background: linear-gradient(90deg, var(--color-bg-primary) 0%, var(--color-bg-primary) 50%, var(--ascptred) 50%, var(--ascptred) 100%) !important;
}

#progressbar li.disabled::before, #progressbar li.doing::before,
#progressbar li.disabled .btn-circle, #progressbar li.doing:not(.active) .btn-circle {
  	background-color: var(--ascptred) !important;
}