.BottomMenu_container__tJIbc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--button_bg);
    border-top: 1px solid var(--body_bg);
    display: flex;
    padding: 0;
    justify-content: space-evenly;
    z-index: 101;
    height: 3rem
}

.BottomMenu_nav_item__xcHNT {
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: gray;
    flex: 1 1;
    font-weight: 700;
    font-size: .9rem
}

.BottomMenu_nav_item__xcHNT.BottomMenu_active__JUFGd {
    color: var(--purple)
}

.BottomMenu_nav_item__xcHNT.BottomMenu_active__JUFGd svg {
    fill: var(--purple)
}

.BottomMenu_nav_item__xcHNT svg {
    fill: gray
}

.BottomMenu_nav_item__xcHNT:disabled {
    opacity: .25
}

.BottomMenu_wallet_button__Qf3p_ {
    border: none;
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1
}

.BottomMenu_connect_button__1Q7LD {
    flex: 1 1;
    height: 100%;
    border: none;
    background-color: var(--purple);
    font-weight: 700;
    color: #fff
}

.BottomMenu_menu_container__x099m {
    position: fixed;
    inset: 0;
    bottom: calc(3rem);
    margin: .5rem 0 0;
    padding: 0 .5rem 1rem;
    z-index: 101;
    background-color: var(--container_bg);
    overflow-y: scroll;
    display: flex
}

.BottomMenu_menu_container__x099m::-webkit-scrollbar {
    width: 0
}

.Menu_container__NMCD5 {
    padding: 4rem 1rem 1rem;
    flex: 1 1
}

.Menu_bottom__IvPGz {
    display: flex;
    padding-bottom: 1rem
}