.fixedSize{overflow:hidden;height:100%;touch-action:none}.tooltip-container{height:100vh;z-index:1000;display:flex}.tooltip-container,.tooltip-overlay{position:fixed;width:100%;top:0;left:0;justify-content:center;align-items:center}.tooltip-overlay{background-color:rgba(0,0,0,.5);z-index:20}.tooltip-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999999}.tooltip{position:static;background-color:#090909;color:white;border:1px solid #43f7fc;padding:16px 32px;border-radius:10px;font-size:18px;opacity:0;animation:fadeIn .3s forwards;text-align:center;max-width:90vw;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box;box-shadow:0 0 5px #43f7fc}@keyframes slide{0%{width:0}to{width:100%}}.animate-slide{animation:slide 2s ease-out forwards}@media (max-width:768px){.tooltip{padding:14px 24px;font-size:16px}}.timer{width:100%;height:5px;background-color:white;position:relative;border-radius:5px;overflow:hidden;margin-top:20px}@keyframes timerAnimation{0%{width:0}to{width:100%}}.timer:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#43f7fc;animation:timerAnimation 2s linear forwards}.container{--uib-size:100px;--uib-color:rgb(51,172,241);--uib-speed:1.4s;--uib-bg-opacity:0.1;height:var(--uib-size);width:var(--uib-size);transform-origin:center;overflow:visible}.car{fill:none;stroke:var(--uib-color);stroke-dasharray:15,85;stroke-dashoffset:0;stroke-linecap:round;animation:travel var(--uib-speed) linear infinite;will-change:stroke-dasharray,stroke-dashoffset}.car,.track{transition:stroke .5s ease}.track{stroke:var(--uib-color);opacity:var(--uib-bg-opacity)}@keyframes travel{0%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}