#mghPushEnable{position:fixed;z-index:99999;right:16px;bottom:88px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;width:min(520px,calc(100vw - 32px));box-sizing:border-box;padding:14px 15px;border:1px solid rgba(255,105,0,.36);border-radius:18px;background:rgba(12,12,12,.97);box-shadow:0 18px 50px rgba(0,0,0,.42);direction:rtl}.mgh-push-enable-text{display:grid;gap:3px}.mgh-push-enable-text strong{color:#fff;font-size:13px}.mgh-push-enable-text span{color:#999;font-size:10px;line-height:1.7}#mghPushEnable button{border:0;border-radius:11px;background:#ff6900;color:#fff;padding:9px 12px;font:inherit;font-size:10px;font-weight:900;cursor:pointer}#mghPushEnable .mgh-push-enable-close{width:32px;height:32px;padding:0;border:1px solid #333;background:#151515;color:#aaa;font-size:18px}@media(max-width:600px){#mghPushEnable{left:12px;right:12px;bottom:84px;width:auto;grid-template-columns:minmax(0,1fr) auto}.mgh-push-enable-close{position:absolute!important;top:-8px;left:-6px}.mgh-push-enable-text span{font-size:9px}}

/* =========================================================
   MG HUB - Dashboard Push Activation
   ========================================================= */

#mghDashboardPushEnable{
    position:fixed;
    z-index:9000;

    left:18px;
    bottom:90px;

    width:54px;
    height:54px;

    border:1px solid rgba(255,125,35,.38);
    border-radius:17px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(18,18,18,.96);
    color:#ff7a1a;

    box-shadow:
        0 10px 30px rgba(0,0,0,.35),
        0 0 0 1px rgba(255,255,255,.02) inset;

    cursor:pointer;

    font-size:25px;
    line-height:1;

    -webkit-tap-highlight-color:transparent;
}

#mghDashboardPushEnable::after{
    content:"";

    position:absolute;

    width:9px;
    height:9px;

    top:8px;
    right:8px;

    border:2px solid #111;
    border-radius:50%;

    background:#ff6a00;
}

#mghDashboardPushEnable:active{
    transform:scale(.96);
}

#mghDashboardPushEnable.mgh-push-loading{
    opacity:.55;
    pointer-events:none;
}

#mghDashboardPushEnable[hidden]{
    display:none !important;
}


@media(max-width:720px){

    #mghDashboardPushEnable{
        left:14px;
        bottom:82px;

        width:50px;
        height:50px;

        border-radius:15px;

        font-size:23px;
    }

}

/* MG HUB PUSH MOBILE TAP FIX */
#mghDashboardPushEnable{
    z-index:2147483647 !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:rgba(255,120,0,.25) !important;
}

#mghDashboardPushEnable *{
    pointer-events:none !important;
}
