 
.tab-bar-screen_tab_bar_container__SFEA0 {
  position: relative;  
}.tab-liquid-indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;

  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.25),
    0 8px 25px rgba(0,0,0,0.25);

  opacity: 0;
  transform: translateX(0);
  transition:
    transform 0.25s cubic-bezier(.22,1,.36,1),
    width 0.25s cubic-bezier(.22,1,.36,1),
    opacity 0.15s ease;
}
 