﻿@keyframes slideUpStickyBar{from{transform:translateX(-50%) translateY(100%);opacity:0;}to{transform:translateX(-50%) translateY(0);opacity:1;}}#stickyBar{transform:translateX(-50%);position:fixed;bottom:0;z-index:1000;margin-bottom:40px;left:50%;animation:slideUpStickyBar .5s ease-out forwards;background-color:rgba(255,255,255,.4);padding:5px;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);border-radius:50px;display:flex;gap:5px;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-width:max-content;}@media(max-width:1200px){#stickyBar{margin-bottom:20px;}}#stickyBar .btn-sticky-bar{width:max-content;background-color:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);max-height:40px;border-radius:50px;padding:10px;display:flex;align-items:center;justify-content:center;font-size:16px;font-family:"GraphikTH-SemiBold";gap:8px;color:#000;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;}#stickyBar .btn-sticky-bar img{height:20px;}#stickyBar .btn-sticky-bar:hover{transform:scale(1.04);}#stickyBar .btn-sticky-bar-social{height:40px!important;width:40px!important;}#stickyBar .btn-sticky-bar-social img{height:30px!important;width:30px!important;border-radius:50%;}