/* Custom Code skills */

.single-skill {
    display: flex;
    margin-top: -4px;
}

.single-skill span {
    color: #79838b;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 14px;
    display: block;
}

.single-skill .bar-progress {
    width: 100%;
}

/* Default */

.barfiller {
    width: 100%;
    height: 6px;
    background: none;
    position: relative;
    border-radius: 0px;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
    border-radius: 0px;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -11px;
    padding: 1px 7px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-weight: 400;
    margin-left: 20px;
    background: #FF6378;
    border-radius: 12px;
    left: 0;
}

.barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9;
    display: none;
}