.floating-action-button{position:fixed;right:15px;bottom:15px;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;outline:none;border:none;border-radius:50%;background:#fff;color:#000;cursor:pointer;z-index:9999}@media (min-width:550px){.floating-action-button{width:56px;height:56px}}.floating-action-button.active{opacity:1;pointer-events:auto}.floating-action-button svg{fill:#fff;width:15px;height:15px}