.install-app-banner {
    display: none;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: -1px 0 18px 4px #d3d3d3;
}

.install-app-banner.show {
    display: flex;
    flex-direction: column;
}

.install-app-banner .logo {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.install-app-banner p {
    font-size: 18px;
    line-height: normal;
}

.install-app-banner button {
    border-radius: 5em !important;
    margin-right: inherit;
    height: max-content;
}

.install-app-banner-info {
    /*display: none;*/
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: -1px 0 18px 4px #d3d3d3;
}
