#yclients-floating-button{position:fixed;display:flex;flex-direction:column;gap:10px;right:20px;bottom:20px}.yclients-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;color:#fff;border-radius:50%;text-decoration:none;font-size:16px;transition:transform .3s ease;position:relative;padding:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:inherit}.yclients-button span{margin-left:5px;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}.yclients-blinking{animation:blink-animation 1s infinite}.yclients-bouncing{animation:bounce-animation 1s infinite}@keyframes blink-animation{50%{opacity:0}}@keyframes bounce-animation{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.yclients-custom-button-icon-only i{margin:0}.yclients-custom-button-text-only i{display:none}.yclients-custom-button-text-only span{margin:0}
