:root{--b_t:#020202;--b_d:#0a0a0acc;--b_bg:#fff;--b_svg:#0a0a0ae6;--b_br:#63636340;--t_an:5s;--b_h:0;--b_w:350px;--b_x:30px}html.dark{--b_t:#0a0a0ab3;--b_d:#636363a6;--b_bg:#fff;--b_br:#0000000d}.b_c,.b_c *,.b_p,.b_p *{box-sizing:border-box;margin:0;padding:0}.b_p{z-index:1;--height-parent:0px;width:var(--b_w);height:0;padding:10px;position:fixed}.b_p:hover{height:var(--height-parent)}.b_c{cursor:pointer;width:var(--b_w);border:1px ridge var(--b_br);background-color:var(--b_bg);z-index:2;opacity:0;border-radius:7px;align-items:center;gap:15px;height:fit-content;padding:16px 17px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Oxygen,Open Sans,sans-serif;transition:all .15s;display:flex;position:fixed;overflow:hidden;box-shadow:0 3px 10px #0a0a0a12}.b_c.timeline:before{opacity:1;content:"";background:var(--b_svg,#111);width:100%;height:2px;transition:width .15s;position:absolute;bottom:0;left:0}.b_c.timeline.init_count:before{animation:a var(--t_an)ease forwards;animation-duration:var(--t_an)}.b_c.active:nth-last-child(n+4),.b_c.pending.timeline:before,.b_c:nth-last-child(2)>.b_close,.b_c:nth-last-child(2)>div,.b_c:nth-last-child(2)>span,.b_c:nth-last-child(3)>.b_close,.b_c:nth-last-child(3)>div,.b_c:nth-last-child(3)>span{opacity:0;transition:all .2s ease-in}.b_close{cursor:pointer;background:0 0;border:none;position:absolute;top:5px;right:5px}.b_close svg{fill:var(--b_t);opacity:.8;width:15px;height:15px}.b_c.active,.b_close:hover svg,.b_p.expand .b_c:nth-last-child(2) .b_close,.b_p.expand .b_c:nth-last-child(2)>div,.b_p.expand .b_c:nth-last-child(2)>span,.b_p.expand .b_c:nth-last-child(3) .b_close,.b_p.expand .b_c:nth-last-child(3)>div,.b_p.expand .b_c:nth-last-child(3)>span,.b_p:hover .b_c:nth-last-child(2) .b_close,.b_p:hover .b_c:nth-last-child(2)>div,.b_p:hover .b_c:nth-last-child(2)>span,.b_p:hover .b_c:nth-last-child(3) .b_close,.b_p:hover .b_c:nth-last-child(3)>div,.b_p:hover .b_c:nth-last-child(3)>span{opacity:1}.b_c.ease-in{transition-timing-function:ease-in!important}.b_c.ease-in-out{transition-timing-function:ease-in-out!important}.b_c.bound{transition-timing-function:cubic-bezier(1,.08,0,.96)!important}.b_c.bound-2{transition-timing-function:cubic-bezier(.55,-.57,.55,1.58)!important}.b_i{min-width:22px;height:22px;position:relative}.b_i svg{color:var(--b_svg);fill:currentColor;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b_t-c{flex-direction:column;flex:1;line-height:1.4;display:flex;position:relative}.b_t,.b_t_p{color:var(--b_t);font-size:.92rem;font-weight:600}.b_d{color:var(--b_d);text-overflow:ellipsis;font-size:.91rem;overflow:hidden}.b_c.bottom{bottom:-70px}.b_p.bottom{bottom:var(--b_x)}.b_c.top{top:-70px}.b_p.top{top:var(--b_x)}.b_c.left,.b_p.left{left:var(--b_x)}.b_c.right,.b_p.right{right:var(--b_x)}.b_c.center,.b_p.center{left:calc(50vw - (var(--b_w)/2))}.b_c.active.bottom{bottom:var(--b_x);--top:30px}.b_c.active.top{top:var(--b_x);--top:30px}.b_p.expand .b_c.active,.b_p:hover .b_c.active{opacity:1;height:var(--b_h)!important;scale:1!important}.b_p.expand .b_c.top.active,.b_p:hover .b_c.top.active{top:var(--top)!important}.b_p.expand .b_c.bottom.active,.b_p:hover .b_c.bottom.active{bottom:var(--top)!important}@keyframes a{to{width:0}0%{width:100%}}.b_c.pending .b_i>svg,.b_c.pending .b_t-c .b_d,.b_c.pending .b_t-c .b_t,.complete .b_t_p,.complete.promise svg{opacity:0}.b_c.pending .b_i>svg{scale:.8}.b_t_p,.promise{position:absolute;top:50%;transform:translateY(-50%)}.promise{width:100%;height:100%;display:block}.b_i svg,.b_t{transition:all .3s cubic-bezier(.25,.1,1,1.97)}.complete .b_i{animation:.3s backwards b}@keyframes b{0%{opacity:0;scale:.8}70%{opacity:1;scale:1.1}to{scale:1}}.b_c.info{--b_svg:#0e69be;--b_t:#1472ca;--b_d:#18608bcc;--b_bg:#f5fcff;--b_br:#0891c759}.b_c.warning{--b_svg:#c5520a;--b_t:#a03e00;--b_d:#8b5518cc;--b_bg:#fff8eb;--b_br:#c754084d}.b_c.error{--b_svg:#c70808;--b_t:#b50505e6;--b_d:#8b1818cc;--b_bg:#fff5f5;--b_br:#c708084d}.b_c.success{--b_svg:#25a92c;--b_t:#21751a;--b_d:#337526cc;--b_bg:#f6fffa;--b_br:#35890059}.dark .b_c.info,:root[data-theme=dark] .b_c.info{--b_svg:#2f82ce;--b_t:#408fd9;--b_d:#71bfeecc;--b_bg:#242627;--b_br:#204d5f59}.dark .b_c.warning,:root[data-theme=dark] .b_c.warning{--b_svg:#d46824;--b_t:#b9642e;--b_d:#dc9648cc;--b_bg:#292824;--b_br:#8564094d}.dark .b_c.error,:root[data-theme=dark] .b_c.error{--b_svg:#d03b3b;--b_t:#de4848e6;--b_d:#e15e5ecc;--b_bg:#292525;--b_br:#8f2f2f4d}.dark .b_c.success,:root[data-theme=dark] .b_c.success{--b_svg:#39ce41;--b_t:#55b94c;--b_d:#89eb76cc;--b_bg:#2c2f2d;--b_br:#3589002e}.dark .b_c,:root[data-theme=dark] .b_c{--b_bg:#302c2c;--b_d:#e3e3e3;--b_t:#fff;--b_svg:#fff}@media (max-width:768px){.b_c,.b_p{left:calc(50vw - (var(--b_w)/2))}}
.b_c.light{border:none;box-shadow:0 3px 10px #0a0a0a1a}.b_c.light.info{--b_svg:#30a0cf}.b_c.light.info,.b_c.warning.light{--b_bg:#fff;--b_d:#787878;--b_t:#282828}.b_c.warning.light{--b_svg:#c86022}.b_c.error.light{--b_svg:#cd3535}.b_c.error.light,.b_c.success.light{--b_bg:#fff;--b_d:#787878;--b_t:#282828}.b_c.success.light{--b_svg:#4caf50}.dark .b_c.light,:root[data-theme=dark] .b_c.light{--b_bg:#302c2c;--b_d:#e3e3e3;--b_t:#fff}
.b_p,.b_c{z-index:9999}.b_p.top{top:76px}.b_c.active.top{--top:76px;top:76px}@media (max-width:768px){.b_p.top{top:68px}.b_c.active.top{--top:68px;top:68px}}
