.push-web-popup-container{position:fixed;top:0;left:0;right:0;z-index:20000000}.push-web-popup{position:relative;width:500px;max-width:100%;margin:0 auto;padding:18px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 20px 3px rgba(0,0,0,.22);background:#fff;font-family:Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;-webkit-animation:slide-down .5s ease-out;animation:slide-down .5s ease-out}.push-web-popup.omm .push-web-popup-logo{width:68px}.push-web-popup.omm .push-web-popup-txt{margin-left:68px}.push-web-popup.close{-webkit-animation:slide-up .5s ease-out;animation:slide-up .5s ease-out;top:-500px}.push-web-popup-logo{float:left;width:140px;height:80px}.push-web-popup-logo .logo-color-small{margin:10px 0;padding:0}.push-web-popup-txt{margin-left:140px;color:#666}.push-web-btn-container{clear:both;width:100%;margin:3px 3px 0 0}.push-web-btn{display:inline-block;padding:10px 28px;font-size:14px;text-transform:uppercase;cursor:pointer;background:#fff;color:#4285f4}.push-web-btn-no,.push-web-btn-yes{float:right;margin-left:10px}.push-web-btn-yes{background:#4285f4;color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12)}.push-web-btn-close,.push-web-btn-retry{margin:20px auto 0 auto}@-webkit-keyframes slide-down{from{top:-500px}to{top:0}}@keyframes slide-down{from{top:-500px}to{top:0}}@-webkit-keyframes slide-up{from{top:0}to{top:-500px}}@keyframes slide-up{from{top:0}to{top:-500px}}.push-web-container{margin:0;padding:0;width:100%;height:100%;background:#f6f6f6;color:#666;text-align:center;font-size:16px;line-height:28px;font-family:Roboto,Noto,Helvetica Neue,Helvetica,Arial,sans-serif}.push-web-container h1{font-weight:400;color:#333}.push-web-container .push-web-notification{margin:220px auto 0 auto;max-width:320px}.push-web-container .push-web-error,.push-web-container .push-web-loader,.push-web-container .push-web-registered{display:none}.spinner{position:absolute;left:50%;margin:20px 0 0 -40px;width:80px;height:80px;clip:rect(0,80px,80px,40px);-webkit-animation:close-wrapper 10ms linear 3s 1 forwards;animation:close-wrapper 10ms linear 3s 1 forwards}.spinner .circle{width:60px;height:60px;border:10px solid #666;border-radius:50px;position:absolute;clip:rect(0,40px,80px,0);box-sizing:content-box}.spinner .circle-right{-webkit-animation:right-spin 3s linear 0s 1 forwards;animation:right-spin 3s linear 0s 1 forwards}.spinner .circle-left{-webkit-animation:left-spin 6s linear 0s 1 forwards;animation:left-spin 6s linear 0s 1 forwards}@-webkit-keyframes right-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes right-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes left-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes left-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes close-wrapper{to{clip:rect(auto,auto,auto,auto)}}@keyframes close-wrapper{to{clip:rect(auto,auto,auto,auto)}}