.app-bottom-nav {
    position: fixed;
    z-index: 10000;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 65px;
    padding: 0 0 10px;
    border: 0;
    border-radius: 20px 20px 0 0;
    background: #222430;
}

.app-bottom-item {
    display: flex;
    flex: 1 1 25%;
    min-width: 0;
    height: 55px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #7d8290 !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

.app-bottom-item img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    object-fit: contain;
}

.app-bottom-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-bottom-item.is-active,
.app-bottom-item.is-active .app-bottom-label {
    color: #00b897 !important;
}

body { padding-bottom: 65px !important; }

.footer { display: none !important; }

@media (min-width: 600px) {
    .app-bottom-nav {
        right: auto;
        left: 50%;
        max-width: 480px;
        transform: translateX(-50%);
    }
}
