.floatingButton{position:fixed;bottom:20px;right:20px;width:200px;height:60px;background-color:rgba(115,178,255,.2);box-shadow:0 4px 10px rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;z-index:1000;transition:transform .3s ease,box-shadow .3s ease;border:none;outline:none}.floatingButton:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.25)}.floatingButton svg{width:24px;height:24px}.floatingButtonIcon{font-size:12px}