.fsb-container{position:fixed;z-index:99999;display:flex;flex-direction:column}.fsb-container.fsb-left{left:0;top:50%;transform:translateY(-50%)}.fsb-container.fsb-right{right:0;top:50%;transform:translateY(-50%)}.fsb-container.fsb-top{top:0;left:50%;transform:translateX(-50%)}.fsb-container.fsb-bottom{bottom:0;left:50%;transform:translateX(-50%)}.fsb-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:1px;border-radius:5px;text-decoration:none;transition:opacity .3s ease;color:inherit}.fsb-container[data-size=small] .fsb-button{width:30px;height:30px}.fsb-container[data-size=large] .fsb-button{width:50px;height:50px}.fsb-button i{font-size:20px;color:inherit}.fsb-whatsapp i{font-family:"Font Awesome 5 Brands"}.fsb-telegram i{font-family:"Font Awesome 5 Brands"}.fsb-email i{font-family:"Font Awesome 5 Free"}.fsb-button:hover{opacity:.8}.fsb-text-block{position:fixed;right:0;top:calc(23%);z-index:99999;width:42px;height:auto;text-align:center;padding:15px 5px;background:rgba(255,255,255,.9);border-radius:5px;border:1px solid #ccc;font-weight:700;font-size:16px;line-height:1.5;margin:0 0 3px;writing-mode:vertical-rl;transform:rotate(180deg);display:flex;align-items:center;justify-content:center}.fsb-text-block.fsb-text-small{font-size:12px}.fsb-text-block.fsb-text-medium{font-size:14px}.fsb-text-block.fsb-text-large{font-size:16px}.fsb-button:hover{opacity:.9;animation:none}@media screen and (min-width:768px){.fsb-button{animation:fsb-pulse 2s ease-in-out infinite}}@keyframes fsb-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@media screen and (max-width:767px){.fsb-button{transition:opacity .3s ease}.fsb-button:hover{opacity:.9}}