﻿#pwa_accept {
    position: fixed;
    bottom: 25%;
    left: 0px;
    width: 46px;
    z-index: 900;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    overflow: hidden;
    white-space: nowrap !important;
    display: inline-flex;
    align-content: center;
    justify-content: center;
}

    #pwa_accept span {
        display: none;
        font-size: 20px;
        margin-right: 0.5rem;
    }

    #pwa_accept:hover {
        left: 0px;
        width: 280px;
        transition: 0.5s linear;
    }

        #pwa_accept:hover span {
            display: inline;
        }
