.ios-pwa-container {
    align-items: flex-end;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 24px;
    position: fixed;
    width: 100%;
    z-index: 100000;
    pointer-events: none;
	top:0;
	left:0;
}

.ios-pwa-container.ipad {
    align-items: flex-start;
}

.ios-pwa {
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 13%);
    box-sizing: border-box;
    color: #424242;
    font-family: sans-serif;
    width: 320px;
    height: 260px;
    opacity: 0;
    position: relative;
    text-align: center;
    transition: opacity 0.15s, transform 0.15s ease-in-out;
    z-index: 1;
}

.ios-pwa.ipad {
    margin-left: 60vw;
}

.ios-pwa-cross {
    border: 0;
    bottom: 100%;
    display: block;
    height: 16px;
    margin: 0px 14px -22px;
    font-size: 24px;
    position: absolute;
    right: 0;
    width: 16px;
    color: #dedede;
    cursor: pointer;
    user-select: none;
    pointer-events: all;
}

.ios-pwa:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-top: solid 23px #FFF;
    border-left: solid 24px transparent;
    border-right: solid 24px transparent;
}

.ios-pwa.ipad:after {
    content: '';
    position: absolute;
    top: unset;
    bottom: 100%;
    left: 60%;
    margin-top: 1px;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-left: solid 24px transparent;
    border-right: solid 24px transparent;
    border-bottom: solid 23px #FFF;
}

.ios-pwa-icon-container {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F0F0F0' d='M65,17C65,10.377 59.623,5 53,5L17,5C10.377,5 5,10.377 5,17L5,53C5,59.623 10.377,65 17,65L53,65C59.623,65 65,59.623 65,53L65,17Z' /%3E%3C/svg%3E%0A") center center / 70px 70px repeat-x;
    margin: 40px 0 0;
}

.ios-pwa-icon-thumb {
    border-radius: 12px;
    display: block;
    margin: 0 auto;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.ios-pwa-content {
    padding: 10px 20px;
}

.ios-pwa-text {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0px;
}

.ios-pwa-guide {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin-top: 20px;
}

.ios-pwa-guide-icon {
    margin: 0 2px 6px;
    width: 20px;
}
