/* MIIGO_V4_TABBAR_CSS_EMPTY_SHELL_0620 */

.miigo-v4-tabbar {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 430px;
    height: 64px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid rgba(15, 23, 42, .08);
    z-index: 50;
}

.miigo-v4-tabbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    color: #64748b;
}

.miigo-v4-tabbar a.is-active {
    color: #0f172a;
}
