button.glowbutton { position: relative; }
button.glowbutton::before { background: rgb(61, 126, 255); border-radius: inherit; content: ""; filter: blur(10px); position: absolute; transition: all 0.3s ease-in-out 0s; width: 100%; height: 100%; top: 0px; right: 0px; z-index: -1; }
button.glowbutton:hover::before { filter: blur(20px); }

a.scroll-top svg { height: 1.4em; opacity: 0.7; margin: 0px; padding: 5px 0px 0px; }
a { color: rgb(9, 113, 224); }

#zoid-paypal-buttons-uid_94b6d38edd_mdc6mzg6mjm { position: relative; display: inline-block; width: 100%; min-height: 25px; min-width: 150px; font-size: 0px; }
#zoid-paypal-buttons-uid_94b6d38edd_mdc6mzg6mjm > iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
#zoid-paypal-buttons-uid_94b6d38edd_mdc6mzg6mjm > iframe.component-frame { z-index: 100; }
#zoid-paypal-buttons-uid_94b6d38edd_mdc6mzg6mjm > iframe.prerender-frame { transition: opacity 0.2s linear 0s; z-index: 200; }
#zoid-paypal-buttons-uid_94b6d38edd_mdc6mzg6mjm > iframe.visible { opacity: 1; }
#zoid-paypal-buttons-uid_94b6d38edd_mdc6mzg6mjm > iframe.invisible { opacity: 0; pointer-events: none; }
#zoid-paypal-buttons-uid_94b6d38edd_mdc6mzg6mjm > .smart-menu { position: absolute; z-index: 300; top: 0px; left: 0px; width: 100%; }