/* Vimp tools by @tchaura, 2023 */
.vimp-tools {
    width: 100vw;
    display: flex;
    position: fixed;
    bottom: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 999;
    background-color: rgba(212, 241, 239, 0.8);
    padding: 20px 0;
    gap: 30px;
}

.vimp-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vimp-block h5 {
    margin-bottom: 0;
}

@media screen and (max-width: 425px) {
    .vertical-divider {
        display: none;
    }
}

#bonw {
    background-color: whitesmoke;
    color: black;
    border: none;
}

#wonb {
    background-color: black;
    color: whitesmoke;
    border: none;
}

#bonlb {
    background-color: #9dd1ff;
    color: #063462;
    border: none;
}

#bony {
    background-color: #f7f3d6;
    color: #4d4b43;
    border: none;
}
