.bkash1-mobile-bottom-nav,
.bkash1-mobile-bottom-nav-spacer {
    display: none;
}

@media (max-width: 900px) {
    .bkash1-mobile-bottom-nav {
        position: fixed;
        left: 50%;
        bottom: 0;
        z-index: 1200;
        width: 100%;
        max-width: 480px;
        min-height: 58px;
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr 1fr 76px 1fr 1fr;
        align-items: end;
        gap: 0;
        transform: translateX(-50%);
        border-top: 1px solid rgba(83, 255, 242, 0.3);
        border-radius: 18px 18px 0 0;
        background: linear-gradient(180deg, rgba(8, 167, 171, 0.98), rgba(0, 112, 119, 0.98));
        box-shadow: 0 -8px 24px rgba(0, 42, 47, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }

    body.home-sidebar-open .bkash1-mobile-bottom-nav {
        z-index: 1100;
    }

    .bkash1-mobile-bottom-nav-spacer {
        display: block;
        height: calc(76px + env(safe-area-inset-bottom));
        flex: 0 0 auto;
    }

    .bkash1-mobile-nav-item,
    .bkash1-mobile-nav-invite {
        appearance: none;
        -webkit-appearance: none;
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: rgba(224, 255, 252, 0.9);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        font: inherit;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .bkash1-mobile-nav-item svg {
        width: 22px;
        height: 22px;
        display: block;
        fill: currentColor;
        flex: 0 0 auto;
        opacity: 0.95;
    }

    .bkash1-mobile-nav-item span,
    .bkash1-mobile-nav-invite span {
        max-width: 66px;
        overflow: hidden;
        color: currentColor;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.05;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bkash1-mobile-nav-item.is-active {
        color: #ffdc26;
    }

    .bkash1-mobile-nav-item[data-mobile-nav-pending] {
        cursor: default;
    }

    .bkash1-mobile-nav-center {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 48px;
    }

    .bkash1-mobile-nav-invite {
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 68px;
        height: 68px;
        gap: 1px;
        transform: translateX(-50%);
        border-radius: 50%;
        color: #073a39;
        background: radial-gradient(circle at 50% 33%, #fff77a 0%, #ffce01 48%, #ed9b00 100%);
        box-shadow: 0 0 0 6px rgba(0, 84, 91, 0.78), 0 8px 20px rgba(0, 28, 32, 0.38), inset 0 2px 4px rgba(255, 255, 255, 0.42);
    }

    .bkash1-mobile-nav-invite svg {
        width: 24px;
        height: 24px;
        display: block;
        fill: currentColor;
    }

    .bkash1-mobile-nav-invite span {
        max-width: 58px;
        color: currentColor;
        font-size: 12px;
        font-weight: 700;
    }

    .bkash1-mobile-nav-invite.is-active {
        box-shadow: 0 0 0 6px rgba(0, 84, 91, 0.78), 0 0 22px rgba(255, 213, 31, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.42);
    }
}

@media (max-width: 360px) {
    .bkash1-mobile-bottom-nav {
        grid-template-columns: 1fr 1fr 68px 1fr 1fr;
        padding-left: 5px;
        padding-right: 5px;
    }

    .bkash1-mobile-nav-item svg {
        width: 20px;
        height: 20px;
    }

    .bkash1-mobile-nav-item span {
        max-width: 58px;
        font-size: 10px;
    }

    .bkash1-mobile-nav-invite {
        width: 62px;
        height: 62px;
    }

    .bkash1-mobile-nav-invite svg {
        width: 22px;
        height: 22px;
    }

    .bkash1-mobile-nav-invite span {
        font-size: 11px;
    }
}
