#overlay{
    font-size: 1rem;
}

.d-none{
    display:none;
}

.interact{
    pointer-events: all;
}

#bucket-bar{
    font-size: 5rem;
}

/* EMPTYING BAR */
.emptying-bar {
    width: 200px;
    height: 10px;
    background: #ccc;
    border: 1px solid #999;
    border-radius: 4px;
    overflow: hidden;
}

.emptying-bar > div {
    height: 100%;
    width: 0%;
    background: #00aaff;
    transition: width 0.1s linear;
}