.centiva-progress-bar-container {
    display          : inline-block;
    height           : 32px;
    width            : 100%;
    padding          : 0;
    border-width     : 1px;
    border-style     : solid;
    border-radius    : 3px;
    position         : relative;
    box-sizing       : border-box;
}
.centiva-progress-bar {
    height           : 100%;
    width            : 100%;
    position         : absolute;
    top              : 0;
    left             : 0;
    overflow         : hidden;
    white-space      : nowrap;
    padding          : 5px 0;
    box-sizing       : border-box;
}
.centiva-progress-bar-color {
    width            : 0%;
    transition       : width 0.5s;
}
.centiva-progress-bar-percent {
    margin-left      : 10px
}
.centiva-progress-bar-text {
    margin-left      : -3px;
    white-space      : nowrap
}
.centiva-text-light {
    color            : var(--color-clear);
}