@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";h1,h2,h3,h4,h5,h6,p,img{margin:0;-webkit-user-select:none;user-select:none;color:#fff}a{cursor:pointer;text-decoration:none;color:#fff}html,body{height:100%;margin:0;padding:0}body{margin:0;padding:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000}body #root{min-height:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}body #root main,body #root form{margin-top:56px;padding:20px 24px;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;flex-shrink:0;width:100%;box-sizing:border-box}body #root main>:not(:last-child),body #root form>:not(:last-child){margin-bottom:20px}body #root .grid-layout{display:grid;grid-template-columns:repeat(auto-fit,420px);justify-content:center;gap:24px;align-items:start;width:100%;box-sizing:border-box}body #root .grid-layout>*{margin-bottom:0}body #root .grid-section-header{grid-column:1/-1;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;align-items:flex-start;margin-bottom:0}body #root .grid-section-header .section-title{display:flex;justify-content:start;align-items:center;margin-bottom:8px}body #root .grid-section-header .section-title svg{height:30px;width:30px;margin-right:9px;color:#fff}body #root .grid-section-header p{color:#ffffffb3;margin:0}body #root .grid-layout-graphs{display:grid;grid-template-columns:repeat(auto-fit,800px);justify-content:center;gap:24px;align-items:start;width:100%;box-sizing:border-box}body #root .grid-layout-graphs>*{margin-bottom:0}body #root main,body #root form{flex-grow:1;min-height:calc(100vh - 56px)}body #root .login-form{justify-content:center;flex-grow:1;margin-top:0;padding:0}body #root .login-form img{width:300px;animation:spin 20s linear infinite}body #root .button-bar{width:420px;display:flex;justify-content:space-evenly;align-items:center}body #root .page-bottom{margin-top:auto;flex-shrink:0;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%}body #root main>footer,body #root form>footer{margin-top:auto;flex-shrink:0}@media only screen and (max-width: 768px){html{scroll-behavior:smooth}html,body{overflow-x:hidden}body #root main,body #root form{padding:20px 0}body #root .grid-layout,body #root .grid-layout-graphs{grid-template-columns:1fr;gap:0}body #root .login-form{justify-content:flex-start}body #root .login-form img{width:240px;margin:40px 0 60px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nav{width:100%;background:#0f0f0f;display:flex;justify-content:space-between;align-items:center;height:56px;border-bottom:2px solid black;padding-right:15px;box-sizing:border-box;position:fixed;z-index:999;top:0;left:0}nav .nav-left{height:100%;display:flex;justify-content:start;align-items:center}nav .nav-left img{height:75%;margin:0 15px;cursor:pointer}nav .nav-left .menu-icon{width:40px;height:40px;margin-left:10px;flex-shrink:0;display:none}nav .nav-left .menu-icon svg{width:26px;height:26px}@media only screen and (max-width: 768px){nav .nav-left img{margin:0 0 0 10px}nav .nav-spinner{display:none}nav .nav-tabs{display:none}nav .menu-icon{display:flex!important}.icon-menu{display:block!important}}.icon-menu{position:absolute!important;top:54px;left:0;width:100%;z-index:998;color:#fff;background:#0f0f0f;border-top:2px solid black;border-bottom:2px solid black;display:none;transform:translateY(-100%);transition:transform .3s ease-in-out}footer{width:100%;height:50px;display:flex;justify-content:center;align-items:center}footer h5{font-weight:300}footer a{display:inline-flex;margin:1px 0 0 10px;transition:.2s ease}footer a svg{height:16px!important;width:16px!important}footer a:hover{color:#c1c1c1}.graph-card{background-color:#0f0f0f;padding:16px;border-radius:4px;width:800px;box-sizing:border-box}.graph-header{padding:0 48px 0 32px;display:flex;justify-content:space-between;align-items:center}.graph-title{display:flex;justify-content:start;align-items:center;gap:10px}.graph-title img{height:28px;width:28px;border-radius:4px}.graph-title h6{color:#fff;margin:0;font-size:1.25rem}.graph-subtitle{color:#ffffffb3;font-size:1.1rem;font-weight:400}.graph-emoji{font-size:1.5rem;line-height:28px}.graph-legend{display:flex;justify-content:start;align-items:center;gap:20px}.graph-legend-item{display:flex;justify-content:start;align-items:center;gap:8px}.graph-legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0}.graph-legend-label{color:#ffffffd9;font-size:.95rem}@media only screen and (max-width: 768px){.graph-card-mobile{width:100vw;margin-left:calc(-50vw + 50%);border-radius:0;margin-bottom:24px}.graph-legend{display:none}}.line-chart-container{height:400px}@media only screen and (max-width: 768px){.line-chart-container{height:250px}}.pie-chart-container{height:400px}@media only screen and (max-width: 768px){.pie-chart-container{height:250px}}.stats-page,.stats-charts{width:100%}.stats-loading{display:flex;justify-content:center;align-items:center;margin:40px 0}.stats-error{margin-bottom:24px}.stats-empty{background-color:#0f0f0f;padding:24px;border-radius:4px;text-align:center}.stats-empty h6{color:#ffffffb3;margin:0 0 16px;font-size:1.25rem}.stats-empty p{color:#ffffffb3;margin:0;font-size:.875rem}.panel{width:420px;background:#0f0f0f;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;padding:20px 30px 30px;box-sizing:border-box;border-radius:4px}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5{width:100%;text-align:left}.panel .panel-top{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px!important}.panel .panel-top .panel-top-left{display:flex;justify-content:start;align-items:center}.panel .panel-top .panel-top-left img{height:30px;margin-right:15px}.panel .panel-top .panel-top-left svg{height:30px;width:30px;margin-right:9px;color:#fff}.panel .panel-row{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:10px}.panel .panel-bottom{width:100%;min-height:40px;display:flex;justify-content:flex-end;align-items:flex-end}.panel .panel-bottom p{color:#ffffffb3}.panel .panel-bottom p:hover{cursor:pointer;color:#fff}.panel .panel-bottom:has(p:first-child+p){justify-content:space-between}.panel>:not(:last-child){margin-bottom:20px}.panel .MuiTextField-root{width:100%}.panel .panel-description{margin-bottom:40px}.panel .api-connections-bar{display:flex;justify-content:space-between;align-items:center}.panel .api-connections-bar .api-connection:not(:last-of-type){margin-right:6px}.panel .api-connections-bar .api-connection{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.panel .api-connections-bar .api-connection img{width:24px;height:24px;margin-right:5px}.panel .api-connections-bar .api-connection svg{width:20px;height:20px}@media only screen and (max-width: 700px){.panel{width:100%!important;max-width:none;border-radius:0;border-left:0;border-right:0}}.loop{width:100%;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center}.loop .title-and-toggle{width:100%;display:flex;justify-content:space-between;align-items:center}.loop .title-and-toggle .loop-title{width:100%;display:flex;justify-content:start;align-items:center}.loop .title-and-toggle .loop-title h4{width:auto}.loop .title-and-toggle .loop-title .disabled-text{padding-left:5px;color:#757575;font-size:.75rem;white-space:nowrap}.loop p{width:100%}.loop .loop-params{width:100%;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;align-items:start}.loop .loop-params>*{margin-top:20px;max-width:265px}.loop-time{width:100%;display:flex;justify-content:start;align-items:center}.loop-time>:not(:last-child){margin-right:10px}.mui-autocomplete{width:100%}.mui-autocomplete-option{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:6px 12px 6px 16px;box-sizing:border-box;outline:0;-webkit-tap-highlight-color:transparent}.mui-autocomplete-option span{max-width:85%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}.mui-autocomplete-no-end-adornment{pointer-events:none}.mui-autocomplete-no-end-adornment .MuiAutocomplete-endAdornment{display:none}.tidy-path-picker{width:100%;height:200px;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center}.tidy-path-picker .tidy-path-picker-back{height:28px;pointer-events:all;cursor:pointer;display:flex;justify-content:start;align-items:center;flex-shrink:0}.tidy-path-picker .tidy-path-picker-back svg{color:#fff}.tidy-path-picker .ticked-path-demo{display:flex;justify-content:end;align-items:center;flex-shrink:0}.tidy-path-picker .ticked-path-demo .MuiSvgIcon-root{color:#66bb6a;width:18px;height:18px}.tidy-path-picker .ticked-path-demo p{margin-left:3px}.tidy-path-picker .tidy-path-paths{width:100%;flex-grow:1;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;overflow-y:auto;border:1px solid rgba(255,255,255,.23);border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:0;box-sizing:border-box}.tidy-path-picker .short-path{white-space:nowrap}.tidy-path-picker fieldset{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.tidy-error .tidy-path-paths{border-color:#f44336}.edit-path-autocomplete input{display:none}.edit-path-autocomplete .MuiInputBase-root{display:flex;justify-content:space-between;align-items:center;padding-right:7px!important}.edit-path-autocomplete .MuiInputBase-root .edit-path-delete{pointer-events:all;padding:2px;margin-right:3px}.tidy-disabled .tidy-path-picker-back{pointer-events:none}.tidy-disabled .tidy-path-picker-back p,.tidy-disabled .tidy-path-picker-back svg{color:#757575}.tidy-disabled .ticked-path-demo p,.tidy-disabled .ticked-path-demo svg{color:#757575!important}.tidy-disabled .tidy-path-paths{overflow-y:hidden}.tidy-disabled .MuiInputBase-root .edit-path-delete{pointer-events:none}.tidy-disabled .MuiInputBase-root .edit-path-delete svg{color:#757575}.tidy-path{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;box-sizing:border-box;position:relative;flex-shrink:0;cursor:pointer}.tidy-path p{max-width:90%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}.tidy-path svg{width:18px;height:18px;color:#fff}.tidy-path .tidy-path-checkbox{height:18px;width:18px}.tidy-path .Mui-checked svg{color:#66bb6a}.tidy-path-disabled{pointer-events:none}.tidy-path-disabled p,.tidy-path-disabled svg{color:#757575!important}.tidy-path-error svg,.tidy-path-error p{color:#f44336}.edit-path{width:100%;flex-grow:1;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;overflow-y:auto;border:1px solid rgba(255,255,255,.23);border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:0;box-sizing:border-box;position:relative}.edit-path-disabled{overflow-y:hidden}.segment-bar{width:100%;height:18px;border-radius:4px;overflow:hidden;display:flex;gap:2px}.segment-bar.segment-bar-empty{background:#ffffff0f}.segment-bar .segment-bar-section{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;min-width:0;box-sizing:border-box}.segment-bar .segment-bar-section span{font-size:.65rem;font-weight:600;color:#fff;white-space:nowrap;line-height:1;width:100%;padding:0 8px;box-sizing:border-box}.segment-bar-tooltip{background:#1a1a1a!important;padding:10px 14px!important;border-radius:6px!important;max-width:none!important}.segment-bar-tooltip-arrow{color:#1a1a1a!important}.segment-bar-tooltip-content{display:flex;flex-direction:column;gap:6px}.segment-bar-tooltip-content .segment-bar-tooltip-row{display:flex;align-items:center;gap:8px}.segment-bar-tooltip-content .segment-bar-tooltip-row .segment-bar-tooltip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.segment-bar-tooltip-content .segment-bar-tooltip-row .segment-bar-tooltip-label{font-size:.75rem;color:#ffffffb3;flex:1}.segment-bar-tooltip-content .segment-bar-tooltip-row .segment-bar-tooltip-value{font-size:.75rem;font-weight:600;color:#fff;margin-left:12px}.list-card{display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;align-items:stretch;gap:12px;background:#0f0f0f;border-radius:4px;padding:14px 18px;width:260px;flex:0 0 260px;cursor:pointer;transition:background .2s ease;box-sizing:border-box}.list-card:hover{background:#1c1c1c}.list-card.error{background:#f4433626}.list-card.error:hover{background:#f4433638}.list-card .list-card-header{display:flex;justify-content:start;align-items:center}.list-card .list-card-header .list-card-status{font-size:10px;margin-right:8px;flex-shrink:0}.list-card .list-card-header .list-card-status.enabled{color:#66bb6a}.list-card .list-card-header .list-card-status.disabled{color:#f44336}.list-card .list-card-header h3{color:#fff;font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-card .list-card-meta{display:flex;flex-wrap:wrap;gap:6px}.list-card .list-card-meta .list-card-tag{font-size:.7rem;color:#ffffffb3;background:#ffffff0f;padding:2px 8px;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.list-card .list-card-meta .list-card-error-tag{font-size:.7rem;color:#f44336;background:#ffffff0f;padding:2px 8px;border-radius:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.list-card-tooltip{background:#1a1a1a!important;padding:10px 14px!important;border-radius:6px!important;font-size:.75rem!important}.list-card-tooltip-arrow{color:#1a1a1a!important}@media only screen and (max-width: 700px){.list-card{width:100%!important;flex:0 0 auto!important}}.modal-paper{background:#0f0f0f!important;background-image:none!important;color:#fff!important;border-radius:8px!important}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px 0}.modal-header .modal-title{display:flex;justify-content:start;align-items:center;gap:10px}.modal-header .modal-title img{height:24px;width:24px;border-radius:4px}.modal-header .modal-title svg{height:24px;width:24px;color:#fff}.modal-header .modal-title h2{color:#fff;font-size:1.2rem}.modal-header .MuiIconButton-root{color:#ffffffb3}.modal-content{display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;padding:16px 24px 24px!important}.modal-content>:not(:last-child){margin-bottom:20px}.modal-content .MuiTextField-root{width:100%}.modal-content .modal-actions{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:8px}.modal-content .modal-actions .MuiButton-root{text-transform:none}.modal-content .modal-actions .modal-action-danger{background:#f44336!important;color:#fff!important}.modal-content .modal-actions .modal-action-danger:hover{background:#ea1c0d!important}.modal-content .modal-actions .modal-action-cancel{background:#ffffff14!important;color:#fff!important}.modal-content .modal-actions .modal-action-cancel:hover{background:#ffffff24!important}.modal-content .modal-actions .modal-actions-right{display:flex;justify-content:end;align-items:center;gap:8px;margin-left:auto}.toggle{width:100%;height:56px;display:flex;justify-content:space-between;align-items:center}.import-list-field-group{width:100%}.import-list-field-group .toggle{margin-bottom:0}.import-list-field-group .import-list-description{font-size:.7rem;color:#ffffffb3;line-height:1.3;margin-top:-2px;max-width:78%;transform:translateY(-10px)}.import-list-test-btn{min-width:64px!important;min-height:36.5px!important;transition:background .2s ease!important}.import-list-test-btn.test-pass.modal-action-cancel,.import-list-test-btn.test-pass.modal-action-cancel:hover{background:#66bb6a!important}.import-list-test-btn.test-fail.modal-action-cancel,.import-list-test-btn.test-fail.modal-action-cancel:hover{background:#f44336!important}.lists-page .lists-section{width:100%;display:flex;flex-flow:column nowrap;justify-content:start;align-items:center;align-items:flex-start;padding:0 40px;box-sizing:border-box}.lists-page .lists-section>:not(:last-child){margin-bottom:16px}.lists-page .lists-section .lists-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative}.lists-page .lists-section .lists-section-header .lists-section-title{display:flex;justify-content:start;align-items:center}.lists-page .lists-section .lists-section-header .lists-section-title img{height:28px;width:28px;margin-right:12px;border-radius:4px}.lists-page .lists-section .lists-section-header .lists-section-title h2{color:#fff}.lists-page .lists-section .lists-section-header .lists-section-stats{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:16px}.lists-page .lists-section .lists-section-header .lists-section-stats .lists-stat{display:flex;justify-content:center;align-items:center;gap:4px}.lists-page .lists-section .lists-section-header .lists-section-stats .lists-stat .lists-stat-dot{font-size:10px}.lists-page .lists-section .lists-section-header .lists-section-stats .lists-stat .lists-stat-dot.downloaded{color:#66bb6a}.lists-page .lists-section .lists-section-header .lists-section-stats .lists-stat .lists-stat-dot.downloading{color:#ffa726}.lists-page .lists-section .lists-section-header .lists-section-stats .lists-stat .lists-stat-dot.missing{color:#f44336}.lists-page .lists-section .lists-section-header .lists-section-stats .lists-stat span{font-size:.8rem;color:#ffffffb3;white-space:nowrap}.lists-page .lists-section .lists-section-header .lists-section-stats .lists-stat .lists-stat-size{font-weight:500;color:#fff}.lists-page .lists-section .lists-section-header .lists-new-btn{color:#fff;text-transform:none;font-size:1.2rem;padding:6px 16px}.lists-page .lists-section .lists-inactive,.lists-page .lists-section .lists-empty{color:#ffffffb3}.lists-page .lists-section .lists-loading{width:100%;display:flex;justify-content:center;align-items:center;padding:20px 0}.lists-page .lists-section .lists-grid{width:100%;display:flex;flex-wrap:wrap;gap:12px}@media only screen and (max-width: 700px){.lists-page .lists-section{padding:0 16px}.lists-page .lists-section .lists-section-header .lists-section-stats{display:none}.lists-page .lists-section .lists-grid{flex-direction:column}}.draggable-pool-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;cursor:grab}.draggable-pool-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.12)}.draggable-pool-item.dragging{opacity:.4}.draggable-pool-item:active{cursor:grabbing}.draggable-pool-item .item-title{flex-grow:1;margin-right:8px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;position:relative;height:1.5em}.draggable-pool-item .item-title .title-text,.draggable-pool-item .item-title .storage-text{position:absolute;top:0;left:0;width:100%;transition:opacity .1s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.draggable-pool-item .item-title .title-text{color:#fff}.draggable-pool-item .item-title .storage-text{color:#fff;font-weight:500}.draggable-pool-item .item-title .fade-in{opacity:1}.draggable-pool-item .item-title .fade-out{opacity:0}.draggable-pool-item .item-actions{display:flex;justify-content:flex-end;flex-shrink:0}.draggable-pool-item .item-actions .action-buttons{display:flex;gap:4px}.draggable-pool-item .item-actions .delete-button{min-width:auto;width:28px;height:28px}.draggable-pool-item .item-actions .confirm-button{min-width:auto;padding:0 8px}.user-card{flex:0 0 auto;width:300px;height:400px;display:flex;flex-direction:column;background-color:#0f0f0f;border-radius:4px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}@media (max-width: 700px){.user-card{width:calc(100vw - 40px)}}.user-card:hover{transform:translateY(-2px);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.user-card-header{padding:16px 16px 0}.user-card-header .user-card-header-content{display:flex;justify-content:space-between;align-items:center}.user-card-header .user-card-header-content .user-name{flex-grow:1;margin:0 8px 0 0;font-size:1.25rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.user-card-header .user-card-header-content .user-card-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.user-card-content{flex-grow:1;padding-top:0;display:flex;flex-direction:column}.user-card-content.MuiCardContent-root{padding:16px 16px 12px}.user-card-toggle{display:flex;background-color:#2a2a2a;border-radius:4px;padding:2px;margin-bottom:16px}.user-card-toggle .toggle-button{flex:1;min-height:28px;padding:4px 0;text-transform:none}.user-card-toggle .toggle-button.active{background-color:#1976d2;color:#fff}.user-card-toggle .toggle-button.active:hover{background-color:#1565c0}.user-card-toggle .toggle-button.inactive{background-color:transparent;color:#ccc}.user-card-toggle .toggle-button.inactive:hover{background-color:#3a3a3a}.user-card-scroll-container{flex-grow:1;overflow-y:auto;border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:8px;height:0}.empty-state{color:#fff9;font-style:italic}.user-settings-container{display:flex;flex-direction:column;height:0;flex-grow:1}.user-settings-container .user-settings-toggles{display:flex;flex-direction:column;gap:8px;padding-top:8px}.user-settings-container .user-settings-toggles .toggle{height:40px}.user-settings-container .user-settings-autocompletes{display:flex;flex-direction:column;gap:12px;padding-top:16px}.user-confirm-container{display:flex;flex-direction:column;height:0;flex-grow:1}.user-card-footer{display:flex;align-items:center;justify-content:flex-start;padding:0 16px 12px}.user-card-footer span{color:#ffffffb3;font-size:.875rem}.droppable-user-card{transition:outline .2s ease,background-color .2s ease;border-radius:4px}.droppable-user-card.drop-target{outline:2px solid #1976d2;outline-offset:-2px;background-color:#1976d214;border-radius:4px}.drag-overlay-item{background-color:#1976d2;color:#fff;padding:6px 12px;border-radius:4px;font-size:.875rem;box-shadow:0 4px 12px #0000004d;white-space:nowrap;max-width:250px;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.users-cards{padding:24px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.users-cards{padding:20px 24px 24px;align-items:flex-start;margin-top:56px}}.users-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}@media (max-width: 768px){.users-grid{flex-direction:column;gap:16px;width:100%}}.nivo-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:12px;line-height:1;-webkit-user-select:none;user-select:none}.nivo-legend .nivo-legend-item{display:flex;align-items:center;cursor:default;transition:opacity .2s ease}.nivo-legend .nivo-legend-item:hover{opacity:1!important}.nivo-legend .nivo-legend-item.left-to-right{flex-direction:row}.nivo-legend .nivo-legend-item.left-to-right .nivo-legend-symbol{margin-right:6px}.nivo-legend .nivo-legend-item.right-to-left{flex-direction:row-reverse}.nivo-legend .nivo-legend-item.right-to-left .nivo-legend-symbol{margin-left:6px}.nivo-legend .nivo-legend-item .nivo-legend-symbol{flex-shrink:0;display:flex;align-items:center;justify-content:center}.nivo-legend .nivo-legend-item .nivo-legend-symbol svg{display:block}.nivo-legend .nivo-legend-item .nivo-legend-text{color:#fff;font-weight:400;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nivo-legend[style*="flex-direction: column"] .nivo-legend-item{margin-bottom:4px}.nivo-legend[style*="flex-direction: column"] .nivo-legend-item:last-child{margin-bottom:0}.storage-chart-container{position:relative;padding:20px 0;background-color:inherit}@media (max-width: 768px){.storage-chart-container{display:none}}.storage-chart{width:80vw;height:120px;margin:0 auto 24px;position:relative;z-index:1000}.storage-chart .storage-chart-legend{position:absolute;top:calc(100% + 40px);left:0;right:0;justify-content:center;width:80vw;margin:0 auto}.nivo-tooltip{background:#0f0f0f;padding:8px 12px;border:none;border-radius:4px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:12px;position:relative;z-index:1000}
