.fab__content,.fab__content--heading{-webkit-box-sizing:border-box;box-sizing:border-box}.fab__content{width:290px;background-color:#fff;color:var(--color-text-darker, darkslategrey);border-radius:4px;-webkit-box-shadow:0 12px 45px rgba(0,0,0,.15);box-shadow:0 12px 45px rgba(0,0,0,.15);text-align:center;margin:0 0 10px;overflow:hidden;opacity:0;padding:15px;-webkit-clip-path:circle(0);clip-path:circle(0);visibility:collapse;position:absolute;bottom:-500px;right:0}.fab__content.open{visibility:visible;-webkit-clip-path:none;clip-path:none;opacity:1;bottom:70px}.fab__content.popup-ani{-webkit-transition:all .8s cubic-bezier(.175,.885,.32,1);-o-transition:all .8s cubic-bezier(.175,.885,.32,1);transition:all .8s cubic-bezier(.175,.885,.32,1)}.fab__content--heading{padding-bottom:15px;margin:0;color:#757575;font-weight:700;font-size:20px;letter-spacing:1px}.fab__content--message p{padding-bottom:10px}.fab__button{width:65px;height:65px;border-radius:50%;float:right;-webkit-box-shadow:0 12px 45px rgba(0,0,0,.3);box-shadow:0 12px 45px rgba(0,0,0,.3);z-index:5;position:relative;cursor:pointer}.fab__button--info{background-color:#0084b2}.fab__button--warning{background-color:#ffb347}.fab__button--critical{background-color:#ff6961}.fab__button .img__fab{font-size:30px;color:#fff}.fab__button .ani,.fab__button .wrap{-webkit-transition:all .15s cubic-bezier(.15,.87,.45,1.23);-o-transition:all .15s cubic-bezier(.15,.87,.45,1.23);transition:all .15s cubic-bezier(.15,.87,.45,1.23)}.fab__button .wrap{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.fab__button .ani{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.img__fab--close.hide,.img__fab--open.hide{display:none}.img__fab--close.show,.img__fab--open.show{display:inline}.fab__wrapper{position:fixed;right:25px;bottom:25px;z-index:100}