.filling-roll-gauge {
    position: fixed;
    bottom: 0px;
   right: 340px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
   
   
    padding: 10px;
    z-index: 9999999;
    text-align: center;
    display: none;
}

.gauge-container {
    height: 35px;
    width: 23px;
    background: lightgrey;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.gauge-container img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
    bottom: -3px;
}

.gauge-fill {
    background: #7DC83C;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.gauge-fill-excess {
    background:#003C46;
}
