#tlb-top-loading-bar{position:fixed;top:0;left:0;width:100%;height:var(--tlb-height,3px);z-index:var(--tlb-z,999999);pointer-events:none}#tlb-top-loading-bar .tlb-bar{height:100%;width:0%;background:var(--tlb-color,#e62117);transform:translateZ(0);transition:width 180ms ease-out,opacity 240ms ease-out;opacity:0}html.tlb-loading #tlb-top-loading-bar .tlb-bar{opacity:1}:root{--tlb-color:#e62117;--tlb-height:3px;--tlb-z:999999}