#menu-bottom-tabs.tabs {
    display: none
}

@media screen and (max-width: 992px) {
    #menu-bottom-tabs.tabs {
        display: flex;
        width: 100%;

        position: fixed;
        left: 0;
        bottom: 0;

        background: var(--bg-card);

        box-shadow: 0 -2px #e8e8e8;

        z-index: 100;

        padding: 4px 0 env(safe-area-inset-bottom);

        /* chống lag/jump mobile */
        transform: translateZ(0);
        -webkit-transform: translateZ(0);

        will-change: transform;

        /* tránh bị lệch width */
        overflow: hidden;
    }

    #menu-bottom-tabs .menu-bottom-item {
        list-style: none
    }

    .menu-bottom_text {
        color: #82869e
    }

    .menu-bottom_icon {
        width: 85%
    }

    .menu-bottom-item {
        width: 20%
    }

    .__icon__profile:after {
        content: '';
        display: block;
        background-position: center;
        background-repeat: no-repeat
    }

    .__icon__profile.--link__profile {
        background-image: var(--path);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .__icon__profile.--sm__profile {
        width: 24px;
        height: 24px;
        display: inline-block
    }

    .menu-bottom-item.is-active .__icon__profile.--link__profile {
        filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(4327%) hue-rotate(229deg) brightness(90%) contrast(93%);
        transition: .2s
    }

    .menu-bottom-item.is-active .menu-bottom_icon {
        background-color: #f5f6fc
    }

    .menu-bottom-item.is-active .menu-bottom_text {
        color: #0e3eda
    }

    .menu-bottom-item:hover .menu-bottom_icon {
        background-color: #f5f6fc
    }

    .menu-bottom-item:hover .menu-bottom_text {
        font-weight: 600
    }

    .fb_dialog_content > iframe {
        bottom: 90px !important
    }
}
