

#manual-button-wrapper {
    display: flex;
    background-color: #8A7451;
    align-items: center;
    justify-content: center;
    background: #8A7451;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
    bottom: 65px;
    left: 15px;
}