﻿.wizard-container ul {
    display: flex;
    position: relative;
    padding-left: 0;
}

    .wizard-container ul li {
        text-align: center;
        width: 13.16%;
    }

ul {
    list-style: none;
}

span.line {
    height: 7px;
    background: #e6e6e6;
    display: inline-block;
    width: 90%;
    border-radius: 3.5px;
    text-align: center;
}

.line.current {
    background-color: #3fa3c9;
}

.color-light {
    color: #6b6b6b;
}
    .color-light.current {
        color: #555;
    }

.button-absolute {
    position: absolute;
    right: 0;
    top: 15px;
}

.wizard-container {
    width: 100%;
}

.wizard-buttons {
    position: absolute;
    right: 60px;
    top: 85px;
}

.wizard-container.companies {
    margin-bottom: 1rem;
}

    .wizard-container.companies ul {
        position: absolute;
        width: 100%;
        z-index: -1;
    }

li.completed .line {
    background-color: #3fa3c9;
}

li.completed span {
    color: #3fa3c9;
}
#data-content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}