.container_pwa_install { position: fixed;z-index: 30;right: 20px;bottom: 20px;}
a[data-pwa-install-btn].ico { display: block; position:relative; width: 58px;height: 58px;border-radius: 50%;border: 1px solid var(--pwa_text_color,'#ffffff');background-color: var(--pwa_background_color,'#000000');}
a[data-pwa-install-btn].ico:before {content: '';position: absolute;left: 2px;right: 0;bottom: 0;top: 1px;-webkit-mask-image: url(ico_pwa.svg);mask-image: url(ico_pwa.svg);background-color: var(--pwa_text_color,'#ffffff');background-repeat: no-repeat;background-position: center center;-moz-transform: rotate(8deg);-webkit-transform: rotate(8deg);transform: rotate(8deg);transition: all 0.2s cubic-bezier(0.34,1.56,0.64,1);}
a[data-pwa-install-btn].ico:hover {border: 1px solid var(--pwa_background_color,'#000000');background-color: var(--pwa_text_color,'#ffffff');}
a[data-pwa-install-btn].ico:hover:before{background-color: var(--pwa_background_color,'#000000');}
.iosinfoinstall ul{ list-style-type:none;padding: 0;margin: 0;margin-top: 10px; }
.iosinfoinstall ul li + li { margin-top: 5px; }
.iosinfoinstall .ios-share { background: url(ios-share.svg) no-repeat left top;padding-left: 35px; }
.iosinfoinstall .add-to-home-screen { background: url(add-to-home-screen.svg) no-repeat left top;padding-left: 35px; }
.badgeNotification_closeButton {
    cursor:pointer; position:absolute; z-index: 3; background:#6b7184; width: 22px; display:flex;justify-content: center; align-items: flex-start; height: 22px;border-radius: 50%; border:1px solid #fff; right:-5px; top:-5px;
}
#popuplink { position:fixed;top:0;left:0;width:100%;height:100%;background:white;z-index:9999999; }
#popuplink iframe {width:100%;height:100%;border:none;}
#popuplink img { position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-width: 100%;max-height: 100%;}
#popuplink .popuplink_close {position:absolute; width:31px; height:31px; right:25px; top:25px; overflow:hidden; text-indent:-99rem;  cursor:pointer; background:no-repeat center center / 18px #fff url(/svgs_ionicons_close_000000); border-radius:50%; box-shadow: 0px 3px 6px #00000029; z-index:999;transform: translate(40%,-40%);}
#popuplink .popuplink_close.v_pdf { right:24px; top:21px; width:33px; height:33px; background:no-repeat center center / 18px transparent url(/svgs_ionicons_close_000000); box-shadow: none; }