.enteraddons-process-bar-wrapper {
    max-width: 400px;
    height: 5px;
    background-color: #eaeaea;
    position: relative;
    margin-top: 71px;
    color: #505050;
    font-size: 14px;
}
.enteraddons-process-bar-wrapper .process-name,
.enteraddons-process-bar-wrapper .process-width {
    position: absolute;
    bottom: 100%;
    left: 0;
    line-height: 1.8;
    margin-bottom: 6px;
}
.enteraddons-process-bar-wrapper .process-width {
    left: auto;
    right: 0;
}
.enteraddons-process-bar-wrapper .process-bar {
    background-color: #101010;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    border-radius: inherit;
}
.inside-trackbar-percentage,
.inside-trackbar-title {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.inside-trackbar-percentage .process-width,
.inside-trackbar-title .process-name {
    position: relative;
    bottom: auto;
    margin-bottom: 0!important;
}