.Tooltip_tooltip__JCJHr{--tooltip-background:var(--gray-800);z-index:10000;padding:4px 8px;background:var(--tooltip-background);border-radius:5px;color:var(--white);font-size:12px;-webkit-animation:appear .12s ease-in-out both;animation:appear .12s ease-in-out both}.Tooltip_arrow__5TpcZ{fill:var(--tooltip-background)}.Avatar_container__bW011{--avatar-border:2px;position:relative;border:var(--avatar-border) solid var(--avatar-color);aspect-ratio:1;border-radius:50%}.Avatar_avatar__VUPoZ{position:absolute;overflow:hidden;width:calc(100% - 2 * var(--avatar-border));height:calc(100% - 2 * var(--avatar-border));background:var(--gray-100);border-radius:50%;inset:var(--avatar-border)}.Avatar_avatar__VUPoZ img{width:100%;height:100%}.Cell_cell__VHd11{--cell-selection-z-index:50;--cell-top-left-radius:0;--cell-top-right-radius:0;--cell-bottom-left-radius:0;--cell-bottom-right-radius:0;position:relative;width:var(--cell-width);height:var(--cell-height);padding:0;border:var(--border) solid var(--gray-100);cursor:cell}.Cell_cell__VHd11:after,.Cell_cell__VHd11:before{position:absolute;content:"";inset:0;pointer-events:none;transition:opacity .12s ease-in-out}.dragging .Cell_cell__VHd11:after,.dragging .Cell_cell__VHd11:before,.dragging .Cell_user__N2lY7{opacity:0}.Cell_cell__VHd11:before{z-index:calc(var(--cell-selection-z-index) - 10);box-shadow:0 2px 6px var(--cell-selection);opacity:.3}.Cell_cell__VHd11:after{z-index:var(--cell-selection-z-index);box-shadow:0 0 0 2px var(--cell-selection)}.Cell_cell__VHd11.editing:before{box-shadow:0 2px 12px var(--cell-selection),0 2px 12px rgba(31,41,55,.3),0 6px 32px -2px rgba(31,41,55,.2)}.Cell_cell__VHd11.selected:before{z-index:var(--cell-selection-z-index)}.Cell_cell__VHd11.selected:after{z-index:calc(var(--cell-selection-z-index) + 10)}.Cell_user__N2lY7{--user-height:16px;--user-padding:4px;position:absolute;z-index:1;top:calc((var(--border) + var(--user-height)) * -1);left:calc(var(--border) * -1);display:flex;max-width:calc(100% + 2 * var(--border));height:calc(var(--user-height) + var(--radius));padding:1px var(--user-padding) var(--radius) var(--user-padding);background:var(--cell-selection);border-top-left-radius:calc(var(--radius) / 2 + var(--cell-top-left-radius) * var(--radius) / 2 + var(--border));border-top-right-radius:calc(var(--radius) / 2 + var(--cell-top-right-radius) * var(--radius) / 2 + var(--border));place-items:center;pointer-events:none;transform:translateY(var(--user-height));transition:transform .12s ease-in-out,opacity .12s ease-in-out}.Cell_user_avatar__0ADnJ{overflow:hidden;width:calc(var(--user-height) - 4px);height:calc(var(--user-height) - 4px);flex:none;margin-top:1px;margin-right:var(--user-padding);border-radius:50%}.Cell_user_label__DJBgn{overflow:hidden;min-width:0;color:var(--white);font-size:10px;font-weight:500;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.Cell_cell__VHd11:not(.selected):hover .Cell_user__N2lY7{transform:translateY(0)}.Cell_cell__VHd11.selected .Cell_user__N2lY7{display:none}.Cell_content__utD9e{position:absolute;z-index:1;overflow:hidden;background:var(--gray-0);inset:0;pointer-events:none}.Cell_cell__VHd11.selected-other .Cell_content__utD9e{z-index:calc(var(--cell-selection-z-index) - 5)}.Cell_value__gLH9v{--value-padding:8px;--value-type-padding:2px;--value-type-size:calc(var(--row-height) - var(--border) - var(--value-type-padding) * 2);position:absolute;z-index:1;overflow:hidden;padding:0 var(--value-padding);color:var(--gray-800);cursor:text;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;inset:0;line-height:var(--cell-height);outline:none;text-align:left;white-space:nowrap}.Cell_value__gLH9v.numerical{text-align:right}.Cell_value__gLH9v.alphabetical{font-weight:600}.Cell_cell__VHd11.editing .Cell_value__gLH9v,.Cell_cell__VHd11.selected .Cell_value__gLH9v{pointer-events:auto}.Cell_cell__VHd11.selected:not(.editing) .Cell_value__gLH9v{padding-left:calc(var(--value-type-size) + var(--value-type-padding) * 4)}.dragging .Cell_value__gLH9v{padding-left:var(--value-padding)!important}.Cell_cell__VHd11.editing .Cell_value__gLH9v{text-align:left}.Cell_cell__VHd11.editing .Cell_value__gLH9v,.Cell_cell__VHd11.editing .Cell_value__gLH9v *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.Cell_cell__VHd11.editing .Cell_value__gLH9v:after,.Cell_cell__VHd11.editing .Cell_value__gLH9v:before{position:absolute;left:0;width:100%;height:calc((100% - 1.5em) / 2);background:var(--gray-0);content:"";pointer-events:none}.Cell_cell__VHd11.editing .Cell_value__gLH9v:before{top:0}.Cell_cell__VHd11.editing .Cell_value__gLH9v:after{bottom:0}.Cell_value_type__hCTcB{position:absolute;top:calc(50% - var(--value-type-size) / 2);left:calc(var(--value-type-padding) * 2);display:flex;width:var(--value-type-size);aspect-ratio:1;color:var(--cell-selection);font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:10px;font-style:italic;font-weight:500;line-height:normal;place-content:center;place-items:center}.Cell_value_type__hCTcB.scrubbable{cursor:ew-resize;touch-action:none}.dragging .Cell_value_type__hCTcB{display:none}.Cell_value_content__YuTzw{position:relative;display:inline-block}.Cell_value_content__YuTzw:before{--display-highlight-height:calc(1em + 6px);position:absolute;z-index:-1;top:calc(50% - var(--display-highlight-height) / 2);right:-4px;left:-4px;height:var(--display-highlight-height);background:rgb(31 41 55/8%);border-radius:4px;content:"";opacity:var(--display-highlight-opacity,0);pointer-events:none;will-change:opacity}.Cell_cell__VHd11.selected{z-index:calc(var(--cell-selection-z-index) + 15)}.Cell_error__oOkDW{position:absolute;display:flex;inset:0;place-content:center;place-items:center}.Cell_cell__VHd11:after,.Cell_cell__VHd11:before,.Cell_content__utD9e{border-bottom-left-radius:calc(var(--radius) / 2 + var(--cell-bottom-left-radius) * var(--radius) / 2);border-bottom-right-radius:calc(var(--radius) / 2 + var(--cell-bottom-right-radius) * var(--radius) / 2);border-top-left-radius:calc(var(--radius) / 2 + var(--cell-top-left-radius) * var(--radius) / 2);border-top-right-radius:calc(var(--radius) / 2 + var(--cell-top-right-radius) * var(--radius) / 2)}.Cell_cell__VHd11 .token{margin:0 .1em;caret-color:var(--gray-800);color:var(--token-color,currentColor)}.Cell_cell__VHd11 .token:first-of-type{margin-left:0}.Cell_cell__VHd11 .token:last-of-type{margin-right:0}.Cell_cell__VHd11 .token.asterisk,.Cell_cell__VHd11 .token.caret,.Cell_cell__VHd11 .token.close-parenthesis,.Cell_cell__VHd11 .token.colon,.Cell_cell__VHd11 .token.equal,.Cell_cell__VHd11 .token.minus,.Cell_cell__VHd11 .token.mod,.Cell_cell__VHd11 .token.open-parenthesis,.Cell_cell__VHd11 .token.plus,.Cell_cell__VHd11 .token.slash{display:inline-block;color:var(--gray-400)}.Cell_cell__VHd11 .token.cell{font-weight:600}.DropdownMenu_menu__SJ91F{--menu-inset:4px;--menu-item-height:30px;--menu-item-radius:6px;--menu-background:var(--gray-0);z-index:1000;padding:var(--menu-inset);background:var(--menu-background);border-radius:calc(var(--menu-item-radius) + var(--menu-inset));box-shadow:0 0 0 1px rgb(31 41 55/4%),0 2px 6px rgb(31 41 55/8%),0 8px 24px -2px rgba(31,41,55,.16);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-animation:appear .12s ease-in-out both;animation:appear .12s ease-in-out both}.DropdownMenu_item__IzbNy{display:flex;height:var(--menu-item-height);padding:0 8px 0 calc(var(--menu-item-height) + 2px);border-radius:var(--menu-item-radius);color:var(--gray-700);cursor:pointer;font-size:14px;outline:none;place-items:center}.DropdownMenu_item__IzbNy:focus{background:var(--accent);color:var(--white)}.DropdownMenu_item__IzbNy[data-disabled]{color:var(--gray-300);cursor:default}.DropdownMenu_icon__zf9iZ{position:absolute;left:calc(var(--menu-inset) + 6px);display:block;align-self:center;color:var(--accent)}.DropdownMenu_item__IzbNy:focus .DropdownMenu_icon__zf9iZ,.DropdownMenu_item__IzbNy[data-disabled] .DropdownMenu_icon__zf9iZ{color:inherit}.DropdownMenu_separator__vkRqc{height:var(--border);margin:var(--menu-inset) calc(var(--menu-inset) * -1);background:var(--gray-100)}.Headers_headers__h7k7_{position:relative;display:flex}.Headers_headers__h7k7_:before{position:absolute;background:var(--gray-200);content:"";inset:0}.Headers_header_draggable_container__JyzDR,.Headers_header_resizable_container__Yg_ba{position:relative}.Headers_header_container__2oWCg{position:absolute;inset:0;transition:background .12s ease-in-out}.Headers_header__jYA3t{--header-control-padding:5px;position:absolute;display:flex;padding:var(--header-control-padding);inset:0;place-items:center}.Headers_header_container__2oWCg.selected{background:var(--gray-200)}.Headers_header_container__2oWCg,.dragging .Headers_header_container__2oWCg.selected{background:var(--gray-100)}.Headers_header_container__2oWCg.over{background:var(--gray-200)!important}.Headers_headers__h7k7_.row .Headers_header__jYA3t{width:var(--column-header-width)}.Headers_headers__h7k7_.row .Headers_header_container__2oWCg{inset:calc(var(--border) / 2) 0}.Headers_headers__h7k7_.row .Headers_header_draggable_container__JyzDR:first-child .Headers_header_container__2oWCg{top:var(--border)}.Headers_headers__h7k7_.row .Headers_header_draggable_container__JyzDR:last-child .Headers_header_container__2oWCg{bottom:var(--border)}.Headers_headers__h7k7_.column .Headers_header__jYA3t{height:var(--row-height)}.Headers_headers__h7k7_.column .Headers_header_container__2oWCg{inset:0 calc(var(--border) / 2)}.Headers_headers__h7k7_.column .Headers_header_draggable_container__JyzDR:first-child .Headers_header_container__2oWCg{left:var(--border)}.Headers_headers__h7k7_.column .Headers_header_draggable_container__JyzDR:last-child .Headers_header_container__2oWCg{right:var(--border)}.Headers_header_label__SMM92{display:flex;flex:1 1 auto;font-size:13px;place-content:center;place-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Headers_header_container__2oWCg.selected .Headers_header_label__SMM92{color:var(--gray-500);font-weight:700}.Headers_header_label__SMM92,.dragging .Headers_header_container__2oWCg.selected .Headers_header_label__SMM92{color:var(--gray-400);font-weight:500}.Headers_header_control__zBEP3{all:unset;display:flex;width:calc(var(--row-height) - var(--header-control-padding) * 2);height:calc(var(--row-height) - var(--header-control-padding) * 2);flex:none;border-radius:var(--radius);color:var(--gray-400);cursor:pointer;opacity:0;place-content:center;place-items:center;transition:opacity .12s ease-in-out,background .12s ease-in-out}.Headers_header_container__2oWCg.menu-opened .Headers_header_menu__S8_M8,.Headers_header_control__zBEP3:focus,.Headers_header_control__zBEP3:hover{background:var(--gray-200);opacity:1}.Headers_header_container__2oWCg.selected .Headers_header_control__zBEP3:focus,.Headers_header_container__2oWCg.selected .Headers_header_control__zBEP3:hover,.Headers_header_container__2oWCg.selected.menu-opened .Headers_header_menu__S8_M8{background:var(--gray-300)}.Headers_header__jYA3t:hover .Headers_header_control__zBEP3{opacity:1}.dragging .Headers_header__jYA3t .Headers_header_control__zBEP3{opacity:0}.Headers_header_handler__D8Hc7{cursor:-webkit-grab;cursor:grab;touch-action:none}.Headers_header_resizable_handle__lrDmh{--header-resizable-handle-z-index:50;position:absolute;z-index:var(--header-resizable-handle-z-index);background:rgb(31 41 55/5%);opacity:0;touch-action:none;transition:opacity .12s ease-in-out}.Headers_header_resizable_handle__lrDmh:hover{opacity:1}.Headers_headers__h7k7_.column .Headers_header_resizable_handle__lrDmh{z-index:calc(var(--header-resizable-handle-z-index) + 1);right:calc(-2 * var(--border));width:calc(4 * var(--border));height:var(--row-height);cursor:col-resize}.Headers_headers__h7k7_.row .Headers_header_resizable_handle__lrDmh{bottom:calc(-2 * var(--border));width:var(--column-header-width);height:calc(4 * var(--border));cursor:row-resize}.Headers_overlay__3S36U{position:relative;filter:drop-shadow(0 2px 6px rgb(31 41 55/8%)) drop-shadow(0 8px 24px rgb(31 41 55/16%));-webkit-animation:appear .12s ease-in-out both;animation:appear .12s ease-in-out both}.Headers_overlay_header__KJMOs{--header-control-padding:5px;display:flex;width:100%;height:100%;padding:var(--header-control-padding);background:var(--accent);place-items:center}.Headers_overlay_header__KJMOs .Headers_header_control__zBEP3{color:var(--white);opacity:1;transition:background .12s ease-in-out}.Headers_overlay_header__KJMOs .Headers_header_control_active__Cp7YG{background:hsla(0,0%,100%,.12)}.Headers_overlay_header__KJMOs:after{position:absolute;border:var(--border) solid var(--accent);content:"";inset:calc(-1 * var(--border));pointer-events:none}.Headers_overlay__3S36U.column .Headers_overlay_header__KJMOs{border-top-left-radius:calc(var(--radius) / 2);border-top-right-radius:calc(var(--radius) / 2)}.Headers_overlay__3S36U.column .Headers_overlay_header__KJMOs:after{bottom:0;border-bottom:none;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.Headers_overlay__3S36U.row .Headers_overlay_header__KJMOs{border-bottom-left-radius:calc(var(--radius) / 2);border-top-left-radius:calc(var(--radius) / 2)}.Headers_overlay__3S36U.row .Headers_overlay_header__KJMOs:after{right:0;border-right:none;border-bottom-left-radius:var(--radius);border-top-left-radius:var(--radius)}.Headers_overlay_header__KJMOs .Headers_header_label__SMM92{color:var(--white)}.Headers_overlay_cells__l4C25{position:absolute;display:flex;background:var(--gray-0);opacity:.9}.Headers_overlay_cells__l4C25:after{position:absolute;border:var(--border) solid var(--accent);content:"";inset:calc(-1 * var(--border));pointer-events:none}.Headers_overlay__3S36U.column .Headers_overlay_cells__l4C25{top:var(--row-height);left:0;width:100%;flex-direction:column;border-bottom-left-radius:calc(var(--radius) / 2);border-bottom-right-radius:calc(var(--radius) / 2)}.Headers_overlay__3S36U.column .Headers_overlay_cells__l4C25:after{top:0;border-top:none;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.Headers_overlay__3S36U.row .Headers_overlay_cells__l4C25{top:0;left:var(--column-header-width);height:100%;flex-direction:row;border-bottom-right-radius:calc(var(--radius) / 2);border-top-right-radius:calc(var(--radius) / 2)}.Headers_overlay__3S36U.row .Headers_overlay_cells__l4C25:after{left:0;border-left:none;border-bottom-right-radius:var(--radius);border-top-right-radius:var(--radius)}.Headers_overlay_cell__BD9iM{position:relative;overflow:hidden;width:var(--cell-width);height:var(--cell-height);border:calc(var(--border) / 2) solid var(--gray-100)}.Headers_overlay__3S36U.column .Headers_overlay_cell__BD9iM{border-right:none;border-left:none}.Headers_overlay__3S36U.column .Headers_overlay_cell__BD9iM:first-of-type{border-top:none}.Headers_overlay__3S36U.column .Headers_overlay_cell__BD9iM:last-of-type{border-bottom:none}.Headers_overlay__3S36U.row .Headers_overlay_cell__BD9iM{border-top:none;border-bottom:none}.Headers_overlay__3S36U.row .Headers_overlay_cell__BD9iM:first-of-type{border-left:none}.Headers_overlay__3S36U.row .Headers_overlay_cell__BD9iM:last-of-type{border-right:none}.Sheet_sheet__NcwEw{position:relative;display:grid;overflow:auto;grid-template-areas:".    columns" "rows table";grid-template-columns:var(--column-header-width) 1fr var(--padding);grid-template-rows:var(--row-height) 1fr var(--padding);-ms-overflow-style:none;scrollbar-width:none}.Sheet_sheet__NcwEw::-webkit-scrollbar{display:none}.Sheet_rows___3SFK{flex-direction:column;grid-area:2/1/3/4}.Sheet_columns__wCZ6v{flex-direction:row;grid-area:1/2/4/3}.Sheet_table_container__SbryH{z-index:100;background:var(--gray-200);grid-area:2/2/3/3}.Sheet_table__Zhg_6{display:table;background:var(--gray-0);border-collapse:collapse;border-radius:var(--radius);border-spacing:0;box-shadow:0 0 0 1px rgb(31 41 55/4%),0 2px 4px rgb(31 41 55/6%),0 4px 16px -2px rgba(31,41,55,.12);outline:none}.Sheet_table__Zhg_6 tr:first-of-type .Sheet_cell__IwVqG{border-top:none}.Sheet_table__Zhg_6 tr:last-of-type .Sheet_cell__IwVqG{border-bottom:none}.Sheet_table__Zhg_6 tr .Sheet_cell__IwVqG:first-of-type{border-left:none}.Sheet_table__Zhg_6 tr .Sheet_cell__IwVqG:last-of-type{border-right:none}.Sheet_table__Zhg_6 tr:first-of-type .Sheet_cell__IwVqG:first-of-type{--cell-top-left-radius:1}.Sheet_table__Zhg_6 tr:first-of-type .Sheet_cell__IwVqG:last-of-type{--cell-top-right-radius:1}.Sheet_table__Zhg_6 tr:last-of-type .Sheet_cell__IwVqG:first-of-type{--cell-bottom-left-radius:1}.Sheet_table__Zhg_6 tr:last-of-type .Sheet_cell__IwVqG:last-of-type{--cell-bottom-right-radius:1}.Sheet_sort_indicators__6CRFk{z-index:200;display:flex;grid-area:2/2/3/3;pointer-events:none}.Sheet_sort_indicators__6CRFk.column{flex-direction:row}.Sheet_sort_indicators__6CRFk.row{flex-direction:column}.Sheet_sort_indicator_container__KZGBl{position:relative;flex:none}.Sheet_sort_indicator__s_4HL{--sort-indicator-size:2px;position:absolute;background:var(--accent)}.Sheet_sort_indicator__s_4HL:after,.Sheet_sort_indicator__s_4HL:before{position:absolute;width:calc(var(--border) * 4);height:calc(var(--border) * 4);background:var(--accent);border-radius:50%;content:""}.Sheet_sort_indicators__6CRFk.column .Sheet_sort_indicator__s_4HL{width:var(--sort-indicator-size);height:100%}.Sheet_sort_indicators__6CRFk.column .Sheet_sort_indicator__s_4HL.before{left:calc(-1 * var(--border) / 2)}.Sheet_sort_indicators__6CRFk.column .Sheet_sort_indicator__s_4HL.after{right:calc(-1 * var(--border) / 2)}.Sheet_sort_indicators__6CRFk.column .Sheet_sort_indicator__s_4HL:after,.Sheet_sort_indicators__6CRFk.column .Sheet_sort_indicator__s_4HL:before{left:calc(-2 * var(--border) + var(--border) / 2)}.Sheet_sort_indicators__6CRFk.column .Sheet_sort_indicator__s_4HL:before{top:calc(-2 * var(--border))}.Sheet_sort_indicators__6CRFk.column .Sheet_sort_indicator__s_4HL:after{bottom:calc(-2 * var(--border))}.Sheet_sort_indicators__6CRFk.row .Sheet_sort_indicator__s_4HL{width:100%;height:var(--sort-indicator-size)}.Sheet_sort_indicators__6CRFk.row .Sheet_sort_indicator__s_4HL.before{top:calc(-1 * var(--border) / 2)}.Sheet_sort_indicators__6CRFk.row .Sheet_sort_indicator__s_4HL.after{bottom:calc(-1 * var(--border) / 2)}.Sheet_sort_indicators__6CRFk.row .Sheet_sort_indicator__s_4HL:after,.Sheet_sort_indicators__6CRFk.row .Sheet_sort_indicator__s_4HL:before{top:calc(-2 * var(--border) + var(--border) / 2)}.Sheet_sort_indicators__6CRFk.row .Sheet_sort_indicator__s_4HL:before{left:calc(-2 * var(--border))}.Sheet_sort_indicators__6CRFk.row .Sheet_sort_indicator__s_4HL:after{right:calc(-2 * var(--border))}.index_container__gnN1f{position:relative;display:flex;overflow:hidden;max-width:calc(100vw - 2 * var(--margin));max-height:calc(100vh - 2 * var(--margin));flex-direction:column;background:var(--gray-100);border-radius:calc(var(--radius) + var(--padding))}.index_banner__LJIuh{--banner-height:32px;position:relative;height:calc(var(--banner-height) + 2 * var(--padding));flex:none;border-bottom:var(--border) solid var(--gray-200)}.index_banner_content__OXW7p{position:absolute;display:flex;padding:var(--padding);inset:0;-ms-overflow-style:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.index_banner_content__OXW7p::-webkit-scrollbar{display:none}.index_buttons__jOyIn{display:flex;height:var(--banner-height);flex:none;margin-right:var(--padding)}.index_button_group__m85Uc{display:flex}.index_button_group__m85Uc:not(:last-child):after{display:block;width:var(--border);height:calc(var(--banner-height) - var(--padding) * 2);align-self:center;margin:0 var(--padding);background:var(--gray-200);border-radius:var(--border);content:""}.index_button__6kyPH{all:unset;display:flex;padding:0 6px;border-radius:var(--radius);color:var(--gray-500);cursor:pointer;font-size:13px;place-content:center;place-items:center;transition:background .12s ease-in-out}.index_button__6kyPH:disabled{color:var(--gray-300);cursor:default}.index_button__6kyPH span{margin-right:2px;margin-left:5px}.index_button__6kyPH:not(:disabled):focus,.index_button__6kyPH:not(:disabled):hover{background:var(--gray-200)}.index_avatars__vTIr_{display:flex;flex:none;flex-direction:row-reverse;margin-left:auto;place-items:center}.index_avatar__49IuR:not(:last-child){margin-left:calc(-.2 * var(--row-height))}.index_avatar__49IuR{width:calc(var(--banner-height) - var(--padding) / 2);height:calc(var(--banner-height) - var(--padding) / 2);background:var(--gray-100);box-shadow:0 0 0 var(--border) var(--gray-100)}.index_avatar_ellipsis__YTPC6{z-index:1;display:flex;background:var(--gray-300);border-radius:50%;color:var(--gray-600);font-size:11px;font-weight:500;place-content:center;place-items:center;will-change:transform}.index_loading__ifQvF{width:64px;height:64px;opacity:.2}