ul.stagestepper {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stagestepper .step {
    margin-top: 1rem;
    display: flex;
    align-items: center;

}

.stagestepper .stepname {
    margin-left: 0.5rem;
}

.stagestepper .current {
    font-weight: bold;
}

.stagestepper .success .counter {
}

.stagestepper .counter {
    display: inline-block;
    font-weight: bold;
    align-items: center;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 1.5rem;
    border: solid 1px;
}

.stagestepper .counter .current {
}

.stagestepper li:not(:last-child) .counter:after {
    position: absolute;
    top: 1.5rem;
    left: calc(50% - 1px);
    content: "";
    border: solid 1px;
    height: 1rem;
}

.stagestepper li:last-of-type .counter:after {
    height: 0;
}

.uk-navbar-nav {
    display: none !important;
}