.action.button{cursor:pointer;position:fixed;user-select:none;line-height:1;overflow:hidden}.action.button *{box-sizing:border-box}.action.button.floating{z-index:999;position:fixed;box-shadow:0 0 30px rgba(0,0,0,0.3);min-width:40px;max-width:350px}.action.button.floating:before{transition:opacity .5s ease;content:"";background-color:rgba(0,0,0,0.05);width:100%;position:absolute;left:0;bottom:0;height:60px;z-index:1;opacity:0}.action.button.floating:hover:before{opacity:1}.action.button.floating :hover .icon{background-color:rgba(0,0,0,0)}.action.button.floating.circular{border-radius:100px}.action.button.floating.left{right:inherit;left:15px}.action.button.floating.right{left:inherit;right:15px}.action.button.floating span.text{padding:15px;position:relative;z-index:2;font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.action.button.floating.left span.text{padding-right:20px;float:right}.action.button.floating.right span.text{padding-left:20px;float:left}.action.button.floating span.text{overflow:hidden;max-width:0;transition-property:all;transition-duration:2s;transition-timing-function:ease;transition-delay:5s}.action.button.floating:hover span.text,.action.button.floating:hover .icon+span.text{pointer-events:none;max-width:260px;transition-delay:0s}.action.button.floating span.text.initial{max-width:260px}@media screen and (max-width: 768px){.action.button.floating span.text{display:none}.action.button.floating:hover span.text,.action.button.floating:hover .icon+span.text{display:inline-block}.action.button.floating span.text.initial{display:inline-block;max-width:260px}}.action.button.floating span.headline{color:black}.action.button.floating span.headline::after{content:"\A";white-space:pre}.action.button.floating .icon{width:auto;padding:10px 14px;position:relative;z-index:2;height:58px;padding:10px 12px;background:rgba(0,0,0,0.05);transition:background-color .5s ease}.action.button.floating.left .icon{float:left;border-radius:0 0 0 15px}.action.button.floating.right .icon{float:right;border-radius:0 15px 0 0}

/*# sourceMappingURL=floatingactionbutton.min.css.map */