#pwaInstallWrap {
    align-content: center;
    display: none;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    background: #353e48;
    align: center;
    color: #DEDEDE;
    cursor: pointer;
    align-items: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 17%);
    padding: 15px 39px 15px 59px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    height: 60px;
    flex-wrap: wrap;
    line-height: 22px;
    transition: opacity .3s linear;
}
/*#pwaInstallWrap:hover {
	opacity: 0.95;
}*/
#pwaInstallWrap .pwa-icon-close {
	position: absolute;
    z-index: 999;
    right: 6px;
    display: flex;
    top: 50%;
    height: 24px;
    width: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    transform: translateY(-50%);
    align-items: center;
}

#pwaInstallWrap .pwaInstallWrapText, 
#pwaInstallWrap #pwaInstallBtn, 
#pwaInstallWrap .pwaInstallLogo { 
    display: flex; 
    width: 100%; 
    flex: 0 0 100%; 
    justify-content: center;  
}

#pwaInstallWrap .pwaInstallLogo { 
    height: 40px; 
    width: auto; 
    align-items: center; 
    justify-content: center; 
    position: absolute; 
    left: 14px;
    top: 7px; 
}

#pwaInstallWrap .pwa-icon-close i { font-size: 14px; }
#pwaInstallWrap .pwaInstallLogo img { height: 100%; width: auto; }

@media (hover: hover) {
    #pwaInstallWrap { display: none !important; }
}