body,html{width:100%;height:100%;margin:0}#spinnerContainer{display:flex;justify-content:center;align-items:center;height:100%}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;width:100px;height:100px}.spinner .path{stroke:#446ee0;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.chrome-tabs .chrome-tab{width:calc(var(--tab-width) + 20px)}.chrome-tabs .chrome-tab .chrome-tab-title{color:#576577;cursor:pointer;font:normal normal 600 12pt/22pt Inter}.chrome-tabs .chrome-tab:hover .chrome-tab-title,.chrome-tabs .chrome-tab[active] .chrome-tab-title{color:var(--data-color)}.chrome-tabs .chrome-tab{-webkit-transform:translate3d(calc(var(--tab-width)*var(--tab-index)),0,0);transform:translate3d(calc(var(--tab-width)*var(--tab-index)),0,0)}.chrome-tabs{min-height:34pt;box-sizing:border-box;position:relative;font-size:12px;height:46px;padding:8px 3px 4px;background:#ebeffc;overflow:hidden;-webkit-transform:scaley(1.2);transform:scaley(1.2)}.chrome-tabs *{box-sizing:inherit;font:inherit}.chrome-tabs .chrome-tabs-content{position:relative;width:100%;height:100%}.chrome-tabs .chrome-tab{position:absolute;left:-12px;height:42px;border:0;margin:0;z-index:1;pointer-events:none}.chrome-tabs .chrome-tab,.chrome-tabs .chrome-tab *{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.chrome-tabs .chrome-tab .chrome-tab-dividers{position:absolute;top:7px;bottom:7px;left:var(--tab-content-margin);right:var(--tab-content-margin)}.chrome-tabs .chrome-tab .chrome-tab-dividers,.chrome-tabs .chrome-tab .chrome-tab-dividers:after,.chrome-tabs .chrome-tab .chrome-tab-dividers:before{pointer-events:none}.chrome-tabs .chrome-tab .chrome-tab-dividers:after{content:"";display:block;position:absolute;top:0;bottom:8px;width:1px;background:#a9adb0;opacity:1;transition:opacity .2s ease}.chrome-tabs .chrome-tab .chrome-tab-dividers:before{left:0}.chrome-tabs .chrome-tab .chrome-tab-dividers:after{right:0}.chrome-tabs .chrome-tab:first-child .chrome-tab-dividers:before,.chrome-tabs .chrome-tab:last-child .chrome-tab-dividers:after{opacity:0}.chrome-tabs .chrome-tab .chrome-tab-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.chrome-tabs .chrome-tab .chrome-tab-background>svg{width:100%;height:100%}.chrome-tabs .chrome-tab .chrome-tab-background>svg .chrome-tab-geometry{fill:#f4f5f6}.chrome-tabs .chrome-tab[active]{z-index:5}.chrome-tabs .chrome-tab[active] .chrome-tab-background>svg .chrome-tab-geometry{fill:#fafaff}.chrome-tabs .chrome-tab:not([active]) .chrome-tab-background{transition:opacity .2s ease;opacity:0}.chrome-tabs .chrome-tab.chrome-tab-was-just-added{top:10px;-webkit-animation:chrome-tab-was-just-added .12s ease-in-out forwards;animation:chrome-tab-was-just-added .12s ease-in-out forwards}.chrome-tabs .chrome-tab .chrome-tab-content{position:absolute;display:flex;top:0;bottom:0;left:var(--tab-content-margin);right:var(--tab-content-margin);padding-left:8pt;padding-top:4px;padding-right:0;border-top-left-radius:8pt;border-top-right-radius:8pt;overflow:hidden;pointer-events:all;-webkit-transform:scaleY(.8);transform:scaleY(.8)}.chrome-tabs .chrome-tab[is-mini] .chrome-tab-content{padding-left:2px;padding-right:2px}.chrome-tabs .chrome-tab .chrome-tab-favicon{position:relative;flex-shrink:0;flex-grow:0;height:16px;width:16px;background-size:16px;margin-left:4px}.chrome-tabs .chrome-tab[is-small] .chrome-tab-favicon{margin-left:0}.chrome-tabs .chrome-tab[is-mini]:not([active]) .chrome-tab-favicon{margin-left:auto;margin-right:auto}.chrome-tabs .chrome-tab[is-mini][active] .chrome-tab-favicon{display:none}.chrome-tabs .chrome-tab .chrome-tab-title{flex:1 1;vertical-align:top;overflow:hidden;white-space:nowrap;margin-left:4px;font:normal normal 600 1.3em/2em "Inter";letter-spacing:.38pt;-webkit-mask-image:linear-gradient(90deg,#000,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(90deg,#000,#000 calc(100% - 24px),transparent)}.chrome-tabs .chrome-tab[is-small] .chrome-tab-title{margin-left:0}.chrome-tabs .chrome-tab .chrome-tab-favicon+.chrome-tab-title,.chrome-tabs .chrome-tab[is-small] .chrome-tab-favicon+.chrome-tab-title{margin-left:8px}.chrome-tabs .chrome-tab[is-mini] .chrome-tab-title,.chrome-tabs .chrome-tab[is-smaller] .chrome-tab-favicon+.chrome-tab-title{display:none}.chrome-tabs .chrome-tab .chrome-tab-drag-handle{position:absolute;top:0;bottom:0;right:0;left:0;border-top-left-radius:8px;border-top-right-radius:8px}.chrome-tabs .chrome-tab .chrome-tab-close{flex-grow:0;flex-shrink:0;position:relative;width:16px;height:16px;border-radius:50%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path stroke='rgba(0, 0, 0, .65)' stroke-linecap='square' stroke-width='1.5' d='M0 0 L8 8 M8 0 L0 8'></path></svg>");background-position:50%;background-repeat:no-repeat;background-size:8px 8px;top:5px;right:6px;cursor:pointer}@media not all and (hover:hover){.chrome-tabs .chrome-tab .chrome-tab-close:active{background-color:#dadce0}}@media (hover:hover){.chrome-tabs .chrome-tab:not([active]) .chrome-tab-close:not(:hover):not(:active){opacity:.8}}.chrome-tabs .chrome-tab[is-smaller] .chrome-tab-close{margin-left:auto}.chrome-tabs .chrome-tab[is-mini]:not([active]) .chrome-tab-close{display:none}.chrome-tabs .chrome-tab[is-mini][active] .chrome-tab-close{margin-left:auto;margin-right:auto}@-webkit-keyframes chrome-tab-was-just-added{to{top:0}}@keyframes chrome-tab-was-just-added{to{top:0}}.chrome-tabs.chrome-tabs-is-sorting .chrome-tab:not(.chrome-tab-is-dragging),.chrome-tabs:not(.chrome-tabs-is-sorting) .chrome-tab.chrome-tab-was-just-dragged{transition:-webkit-transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out}.chrome-tabs-bottom-bar{width:100%;min-height:5px;margin-top:0;background:#fafaff;z-index:999}.chrome-tabs-optional-shadow-below-bottom-bar{position:relative;height:1px;width:100%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1' viewBox='0 0 1 1'><rect x='0' y='0' width='1' height='1' fill='rgba(0, 0, 0, .17)'></rect></svg>");background-size:1px 1px;background-repeat:repeat-x;background-position:0 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.chrome-tabs-optional-shadow-below-bottom-bar{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2' height='2' viewBox='0 0 2 2'><rect x='0' y='0' width='2' height='1' fill='rgba(0, 0, 0, .27)'></rect></svg>")}}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;width:auto!important;white-space:normal!important}
/*# sourceMappingURL=main.25315315.chunk.css.map */