.act-button-google{display:flex;align-items:center;justify-content:center;padding:10px 20px;gap:8px;border-radius:8px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid #eee;width:100%}.act-button-google:hover{background:#f0f0f0}.act-button-google .animate-spin{animation:spin 1s linear infinite;width:20px;opacity:0;visibility:hidden}.act-button-google.loading .animate-spin{opacity:1;visibility:visible}.google-auth-callback{padding:30px;text-align:center;min-height:400px}.google-auth-callback .animate-spin{width:30px;height:30px;display:block;margin:20px auto 0}#notification-widget .toast-container .toast-notification .toast-content .toast-header{background:rgba(0,0,0,0);box-shadow:none;border:none;padding:0}#notification-widget .toast-container .toast-notification .toast-content .toast-header .toast-body{padding:0;background:rgba(0,0,0,0)}@media(max-width: 480px){#notification-widget .toast-container{inset:80px 20px auto auto;max-width:none;width:90%}#notification-widget .toast-container.active:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.6)}}@keyframes spin{100%{transform:rotate(360deg)}}
