#float-wrapper {
    position: fixed;
    transition: 0.2s ease-in-out;
    bottom: 0;
    z-index: 9999;
    margin: 4rem 0;
}

.button-float {
    transform: scale(1);
    position: relative;
    z-index: 2;
    width: fit-content;
    cursor: pointer;
}

.button-float img {
    transition: 0.2s all;
}

#list-float {
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
}

#list-float .lists {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 10px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: 0.3s ease-in-out;
}

#list-overlay {
    position: relative;
    width: 0;
    transition: 0.2s all;
    right: -60px;
    background-color: #000;
    border-radius: 25px;
}

.mx-important {
    margin: 0 !important;
}
