#wht{position:fixed;background:#4DC247;width:50px;height:50px;line-height:32px;border-radius:25px;cursor:pointer;z-index:999999;transition:all 0.2s linear;bottom:25px;left:20px;text-align:center;box-shadow:rgb(0 0 0 / 40%) 2px 2px 6px;padding-top:7.5px}
.fab-container{position:fixed;bottom:2.5rem;left:1.5rem;z-index:999;cursor:pointer}
.fab-options li{display:flex;justify-content:flex-start;padding:5px}
.fab-label{padding:2px 5px;align-self:center;user-select:none;white-space:nowrap;border-radius:3px;font-size:16px;background:#666;color:#fff;box-shadow:0 6px 20px rgb(0 0 0 / .2);margin-right:10px}
.fab-icon-holder{width:50px;height:50px;border-radius:100%;background:#6b6967;box-shadow:0 6px 20px rgb(0 0 0 / .2)}
.fab-icon-holder:hover{background:#444}
.fab-icon-holder.whatsapp{background:#8bc34a}
.fab-icon-holder.phone{background:#FF5722}
.fab-icon-holder.email{background:#3F51B5}
.fab-icon-holder i{display:flex;align-items:center;justify-content:center;height:100%;font-size:25px;color:#fff}
.fab-bg{width:60px;height:60px;background:#2196F3}
.fab-options{list-style-type:none;margin:0;position:absolute;bottom:65px;left:0;opacity:0;transition:all 0.3s ease;transform:scale(0);transform-origin:50% bottom;padding-left:2px}
.fab:hover+.fab-options,.fab-options:hover{opacity:1;transform:scale(1)}

