.annfu_none {
    display: none;
}

#annfu_download_pwa_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    background: #000;
    z-index: 9999;
}

#annfu_download_pwa_wrapper.annfu_fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#annfu_install{
    padding: 5px 10px;
    color:#000;
    background:#fff;
    border-radius: 5px;
}

#annfu_ios_istruzioni a {
    color: #fff;
}

#annfu_close_pwa {
    margin-left: 1rem;
    color: #fff;
}

#annfu_allow_notifications_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    background: #000;
}

#annfu_notification_text {
    color: #fff;
    font-size: .75rem;
    line-height: 1rem;
}

#annfu_allow_notifications {
    padding: 5px 10px;
    border: 2px solid #7a7a7a;
    border-radius: 20px;
    background: #fff;
    color: #7a7a7a;
    font-size: .75rem;
}

@media screen and (min-width: 992px) {
    #annfu_download_pwa_wrapper {
        display: none;
    }
}

@media (display-mode: standalone) {
    #annfu_download_pwa_wrapper {
        display: none;
    }
}