.tabs{background:hsl(var(--background));color:hsl(var(--muted-foreground));border-bottom:0;border-radius:0;font-weight:700;position:relative}.tabs-active{color:hsl(var(--foreground));font-weight:700}.tabs-active:after{content:"";background:hsl(var(--secondary-foreground));width:100%;height:2px;position:absolute;bottom:-1px;left:0}
.pulsing-dot{width:14px;height:14px;position:absolute}.pulsing-dot-wrapper:before{content:"";box-sizing:border-box;background-color:#e11d48;border-radius:45px;width:250%;height:250%;margin-top:-75%;margin-left:-75%;animation:1.25s cubic-bezier(.215,.61,.355,1) infinite pulse;display:block;position:relative}.pulsing-dot-wrapper:after{content:"";background-color:#e11d48;border-radius:50px;width:100%;height:100%;animation:1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite circle;display:block;position:absolute;top:0;left:0}.pulsing-dot-yellow .pulsing-dot:before,.pulsing-dot-yellow .pulsing-dot:after{background-color:#fd0}@keyframes pulse{0%{transform:scale(.33)}80%,to{opacity:0}}@keyframes circle{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}
