/*!
 * This file is part of the Wasabi package.
 * 
 * (c) Marc Ortolà 
 * 
 * For the full copyright and license information, please view the LICENSE 
 * file that was distributed with this source code.
 * 
 */.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;z-index:99;background-color:#5da437;border-radius:4px;transition:background-color .3s,opacity .5s,visibility .5s}.scroll-to-top:hover{cursor:pointer}.scroll-to-top.show{opacity:1;visibility:visible}.scroll-to-top:before{content:"";display:inline-block;padding:3px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(-135deg)}