.nav-bot {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    z-index: 999;
    /* border-radius: 10px 10px 0px 0px; */
    box-shadow: 0px -10px 10px -10px rgba(33,35,38,0.1);
    /* border-top: 1px solid #232333; */
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.0rem;
    color: #FFF;
    font-weight: 900;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    #color: #fdfdfd;
    color: #55bc7e;
    background-color: #ffffff;
.nav__link--active {
    color: #fdfdfd;
    border-color: rgba(0, 0, 0, 0);
    background: #55bc7e !important;
    border-radius: 10px;
    margin: 5px;
};
.nav__link--active {
    color: #fdfdfd;
    border-color: rgba(0, 0, 0, 0);
    background: #55bc7e !important;
    border-radius: 10px;
    margin: 5px;
};
.nav__link--active {
    color: #fdfdfd;
    border-color: rgba(0, 0, 0, 0);
    background: #55bc7e !important;
    border-radius: 10px;
    margin: 5px;
};
.nav__link--active {
    color: #fdfdfd;
    border-color: rgba(0, 0, 0, 0);
    background: #55bc7e !important;
    border-radius: 10px;
    margin: 5px;
};
    /* border-radius: 10px; */
    /* margin: 5px; */
}

.nav__link--active {
    color: #55bc7e;
    border-color: rgba(0, 0, 0, 0);
    background: #ffffff !important;
    font-weight: 600;
}

.nav__icon {
    font-size: 18px;
}

.nav__link img {
    width: auto;
    height: 80px;
}
