.install-prompt{display:flex;justify-content:space-between;align-items:center;width:96%;background-color:#fff;color:#4285f4;padding:12px 8px;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.5),0 6px 20px 0 rgba(0,0,0,.25);position:fixed;bottom:-120%;left:2%;z-index:900;transition:1s}.install-prompt.show{bottom:20px}.install-prompt.hide{bottom:-120%}.install-prompt .close-btn{position:absolute;top:0;left:5px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;font-weight:700;background-color:red;color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 4px 0 rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.1)}.install-prompt .close-btn .icon{font-size:12px}.install-prompt .app-details{display:flex;align-items:center;width:70%}.install-prompt .app-details .logo{position:relative;width:30px;height:30px;border-radius:50%;border:1px solid #4285f4;overflow:hidden;margin:5px}.install-prompt .app-details .info{margin-left:8px;width:calc(100% - 50px)}.install-prompt .app-details .info .name{font-weight:700;font-size:18px}.install-prompt .app-details .info .name .size{font-size:10px;font-weight:400;vertical-align:middle}.install-prompt .app-details .info .tagline{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;opacity:.8;font-size:12px}.install-prompt .install-btn{background-color:#4285f4;color:#fff;padding:8px 12px;font-weight:500;border-radius:4px;margin-right:5px;font-size:12px}