.button {
    transition: all 50ms;
}

.button:hover {
    filter: drop-shadow(0 0 6px #E39827) !important;
}

.progressbar-full {
    transition: all 150ms;
}