#installer-profile-form #installerform-tab
{
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    overflow: hidden;
}
#installer-profile-form #installerform-tab .nav-link
{
    font-size: 0;
    background-color: #EEEEEE;
    border-radius: 0;
    flex: 1;
    padding: 0;
    height: 8px;
}
#installer-profile-form #installerform-tab .nav-link.active
{
    background-color: #0097c3;
    position: relative;
}
#installer-profile-form #installerform-tab .nav-link.active:before
{
    content: '';
    height: 20px;
    width: 100vw;
    background-color: #0097c3;
    position: absolute;
    top: 0;
    right: 0;
}