iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://ecommercedb.com/_nuxt/Modal.CMxsJRTy.css
.modal{display:none;left:0;opacity:0;position:absolute;top:0;z-index:35}.modal.is-open{animation-duration:.3s;animation-fill-mode:forwards;animation-name:modalFadeIn;display:block}.modal.is-fading-out{animation-duration:.3s;animation-fill-mode:forwards;animation-name:modalFadeOut}.modal__backdrop{background:#0f27414d;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.modal__content{background:#fff;border-radius:10px;left:50%;max-height:90vh;max-width:90vw;padding:1.5rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}@media print,screen and (min-width:769px){.modal__content{max-width:770px;width:auto}}@media screen and (min-width:1024px){.modal__content{max-width:900px}}.modal__content.modal__content--narrow{max-width:440px}.modal__close{border-radius:100%;box-shadow:0 5px 32px #33383e26;display:block;height:2rem;line-height:0;padding:0!important;position:absolute;right:1rem;top:1rem;width:2rem;z-index:2}.modal__close svg{height:20px;width:20px}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}