/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--primary:#ee931d;--body-color:#222;--even-rows:#2f3338;--header-color:#39414b;--nav-color:#d46f91;--main-color:#22b14c;--aside-color:var(--header-color);--burger-color:#e7e7e7;--fieldset-border-color:#5c6671;--text-color:#e1eeff;--hover-color:#495a70;--border-color:var(--body-color);--modal-border-color:#2c2c2c;--transition-duration:0.075s;--aside-mobile-width:80%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--body-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}input{min-height:38px;padding:6px 12px}input[type=checkbox]{min-height:0;min-height:auto}.hidden{display:none}.breadcrumb-container{align-items:center;display:flex;justify-content:flex-start;min-height:38px}.breadcrumb-container a,.breadcrumb-container a:active,.breadcrumb-container a:focus,.breadcrumb-container a:hover,.breadcrumb-container span{color:var(--text-color);text-transform:capitalize}.breadcrumb-container svg{margin:0 5px;vertical-align:middle}html{box-sizing:border-box;height:100%}*,:after,:before{box-sizing:inherit}body{color:#fff;height:100%;margin:0;padding:0}.container{display:grid;grid-template-areas:"header header" "aside nav" "aside main";grid-template-columns:1.5fr 8.5fr;grid-template-rows:.08fr .04fr 50fr;height:100vh;position:relative}.as-button,button{-webkit-appearance:none;-moz-appearance:none;background:var(--aside-color);border:none;border-radius:4px;color:#abb6c3;cursor:pointer;display:inline-block;font-size:100%;font-weight:700;margin:20px 0;padding:1rem 2rem;text-align:center;text-decoration:none;transition:background .25s ease-in-out,transform .15s ease}.as-button,button:hover{background:#abb6c3;color:#192029}.flex-container{align-items:center;display:flex;height:100%;justify-content:flex-start}header{background-color:var(--header-color);border-bottom:1px solid var(--border-color);grid-area:header;position:relative;z-index:100}nav{background-color:var(--body-color);grid-area:nav;padding:0 24px}main{grid-area:main;overflow:auto}aside{background-color:var(--aside-color);border-right:1px solid var(--border-color);grid-area:aside;margin-top:0}@media only screen and (max-width:1280px){.container{grid-template-columns:1.8fr 8.2fr}}@media only screen and (max-width:992px){.container{grid-template-areas:"header" "nav" "main";grid-template-columns:1fr;grid-template-rows:.8fr 1.5fr 50fr}.container:before{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;content:"";height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:5}.container.sidebar-open:before{opacity:1;visibility:visible}aside{height:100%;left:-100%;max-width:280px;padding:80px 1rem 1rem;position:fixed;top:0;transition:all calc(var(--transition-duration) + .08s) ease-out;visibility:hidden;width:auto;z-index:10}aside.is-active{left:0;visibility:visible}nav{background-color:var(--body-color);display:inline-block;height:45px;margin:0;overflow:hidden;padding:.5rem;width:auto}}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:initial;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:15px;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:var(--burger-color)}.hamburger-box{display:inline-block;height:24px;position:relative;width:40px}.hamburger-inner{display:block;margin-top:-2px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:var(--burger-color);border-radius:4px;height:4px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:40px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:var(--transition-duration);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top var(--transition-duration) .12s ease,opacity var(--transition-duration) ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom var(--transition-duration) .12s ease,transform var(--transition-duration) cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;transition:top var(--transition-duration) ease,opacity var(--transition-duration) .12s ease}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom var(--transition-duration) ease,transform var(--transition-duration) .12s cubic-bezier(.215,.61,.355,1)}@media only screen and (min-width:992px){.hamburger{display:none}}.login-form{display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0 auto;max-width:300px}.login-error-messages{margin-bottom:12px;text-align:center}.input-control-login{display:flex;flex-direction:column;padding:12px 24px;text-align:center}.input-control-login label{margin-bottom:6px}.input-control-login input,.input-control-login input[type=password]:-webkit-autofill,.input-control-login input[type=password]::placeholder,.input-control-login input[type=text]:-webkit-autofill,.input-control-login input[type=text]::placeholder{text-align:center}.sidebar-nav{list-style-type:none;margin:0;padding:0}.sidebar-nav li{border-bottom:1px solid var(--border-color)}.sidebar-nav li a{color:var(--text-color);cursor:pointer;display:block;font-size:.9rem;padding:14px 0 14px 22px!important;text-decoration:none;transition:background-color .3s linear}.sidebar-nav li a:hover{background-color:var(--hover-color)}.sidebar-nav li a svg{background-color:var(--body-color);border-radius:100%;color:var(--text-color);margin:0 8px 0 0;padding:6px;transform:translateY(-1px);vertical-align:middle}.sidebar-nav li.active a svg{background-color:var(--primary)}.tabulator{border:none!important}.tabulator .tabulator-header{border-bottom:1px solid #cfcfcf!important}.tabulator-row .tabulator-cell{border-right:1px solid #cfcfcf!important}.tabulator-row{background-color:var(--body-color)!important}.tabulator-row.tabulator-row-even{background-color:var(--even-rows)!important}.tabulator .tabulator-header .tabulator-col{background-color:var(--aside-color)!important}.tabulator-cell.token_icon{padding:12px 0}.tabulator-cell .formatterCell a{color:var(--text-color);display:block;height:inherit}fieldset{--fs-bg-color:#39414b;background-color:var(--fs-bg-color);border:0;border-radius:6px;box-sizing:border-box;color:#e1eeff;font-size:110%;font-weight:700;padding:40px 6px 0;position:relative;transition:max-height .28s ease-out}.MuiOutlinedInput-root fieldset.MuiOutlinedInput-notchedOutline{background:#0000!important}.dark-textfield .MuiOutlinedInput-root{background:#2b3138;color:#fff}.dark-textfield .MuiOutlinedInput-input{color:#fff}.dark-textfield .MuiOutlinedInput-input::placeholder{color:#ffffffb3}.dark-textfield .MuiTypography-root{color:#fff!important}.dark-card{background:#2b3138!important;border-radius:8px!important}.dark-card .MuiCardContent-root{color:#fff}.dark-table.MuiTable-root{background:#2b3138!important;border-collapse:initial;border-radius:8px;border-spacing:0}.dark-table .MuiTableCell-root{background:#0000;border-bottom:1px solid #ffffff1a;color:#fff}.dark-table .MuiCheckbox-root svg{color:#fff}.dark-table .MuiInputBase-root{background:#2f353c;color:#fff}.dark-table .MuiOutlinedInput-notchedOutline{border-color:#ffffff4d}.dark-table .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6ba8ff}.dark-table .MuiTableRow-root:hover .MuiTableCell-root{background:#353c44}fieldset *{box-sizing:border-box;transition:max-height .28s ease-in}fieldset:disabled .slider-control,fieldset:disabled .switch-control{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none}fieldset>legend.with-switch{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:0;position:relative}fieldset>legend.with-switch>div{margin-left:14px}fieldset.hide{max-height:102px!important}fieldset span.dismiss{-webkit-touch-callout:none;background-color:#161a1e;border-radius:50%;color:#abb6c3;cursor:pointer;display:block;font-size:100%;height:22px;line-height:20px;position:absolute;right:25px;text-align:center;top:-6px;transform:rotate(-180deg);-webkit-user-select:none;user-select:none;width:22px;z-index:10}fieldset.hide span{transform:rotate(1turn)}fieldset>div{align-items:stretch;border-top:1px solid #5c6671;display:flex;flex-direction:column;justify-content:stretch;opacity:1;padding:16px 20px 32px;transition:all .44s ease-in}fieldset.hide div{border-color:#0000;display:none;opacity:0;transition:all .12s ease-out}legend{padding:16px 20px;position:relative;transform:translateY(32px);width:auto}@media screen and (min-width:768px){fieldset>div{grid-column-gap:20px;grid-row-gap:20px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:auto;padding:16px 20px;row-gap:20px}fieldset>div>:first-child{-ms-grid-column:1;-ms-grid-row:1}}.input-control{--brand-color:#71788e;--label-color:#abb6c3;--focus-border-color:#6a6e73;--input-bg-color:#161a1e;--input-color:#e1eeff;--input-border-color:#5c6671;--unit-of-measure-color:#757c85}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]:focus,input[type=text]:focus{box-shadow:inset 0 0 0 1px var(--focus-border-color),0 0 16px 2px hsla(210,5%,52%,.288);outline:none}.input-control *{box-sizing:border-box}.input-control{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 0;position:relative;text-align:left}.input-control div:first-child{margin-bottom:12px;width:100%}.input-control label{color:var(--label-color);font-size:90%;font-weight:700}.input-control label.with-tooltip{display:flex;justify-content:space-between}.tooltip-wrapper{position:relative}.tooltip{background-color:#222222f5;border:1px solid var(--fieldset-border-color);border-radius:6px;display:none;font-size:.8rem;font-weight:400;padding:.8rem 1rem;pointer-events:none;position:absolute;top:8px;width:100%;z-index:999}.tooltip.show-tooltip{display:block}.input-control label.with-tooltip span{cursor:pointer}.input-control label.switch{height:22px}.input-control .bot-input{background-color:var(--input-bg-color);border:1px solid var(--input-border-color);border-radius:6px;color:var(--input-color);font-size:80%;padding:7.8px 12px;text-align:left;width:100%}.input-control .bot-input:disabled{opacity:.3}.input-control .unit-of-measure{bottom:9px;color:var(--unit-of-measure-color);display:inline-block;font-size:70%;font-weight:400;margin:0;padding:7.8px 12px 7.8px 0;position:absolute;right:0;text-align:right;-webkit-user-select:none;user-select:none;width:auto;z-index:1}.switch{--bg-color:#475260;--thumb-color:#fff;--checked-color:#82cfd0;--focus-border-color:#63686f}.switch-control{padding:6px 0}.switch-control>div{height:22px}.switch{display:block}.switch.disabled{opacity:.3;pointer-events:none}.switch.disabled .switch-slider{cursor:auto}.switch input[type=checkbox]{height:0;opacity:0;width:0}.switch-slider{background-color:var(--bg-color);border-radius:34px;cursor:pointer;display:block;height:22px;position:relative;top:-20px;transition:.4s;width:48px}.switch-slider:before{background-color:var(--thumb-color);border-radius:50%;bottom:3px;content:"";height:16px;left:6px;position:absolute;transition:.4s;width:16px}input:checked+.switch-slider{background-color:var(--checked-color)}input:focus+.switch-slider{box-shadow:inset 0 0 0 1px var(--focus-border-color),0 0 10px 2px #ffffff4d;outline:none}input:focus:checked+.switch-slider{box-shadow:0 0 10px 2px #ffffff4d;outline:none}input:checked+.switch-slider:before{transform:translateX(20px)}select{--input-bg-color:#161a1e;--input-br-color:#6a7680;--input-color:#e1eeff;--focus-br-color:#6a6e73}.custom-select,select{width:100%}select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:var(--input-bg-color);border:1px solid var(--input-br-color);border-radius:6px;color:var(--input-color);cursor:pointer;font-size:80%;height:38px;padding:8px 34px 8px 12px}select:focus{box-shadow:inset 0 0 0 1px var(--focus-br-color),0 0 10px 2px #ffffff4d;outline:none}select:disabled{cursor:auto;opacity:.3}.custom-select{position:relative}.custom-arrow{background-color:initial;border-bottom-right-radius:6px;border-top-right-radius:6px;display:block;height:27px;pointer-events:none;position:absolute;right:6px;text-align:center;top:6px;width:22px}.slider-control{--slider-value-color:#82cfd0;--slider-track-color:#475260;--slider-thumb-color:#fff;--input-border-color:#5c6671;--input-bg-color:#161a1e;--focus-br-color:#6a6e73;--label-color:#abb6c3;--unit-of-measure-color:#757c85}.slider-control *{box-sizing:border-box}.slider-control{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 0;position:relative;text-align:left}.slider-control output{background-color:var(--input-bg-color);border:1px solid var(--input-border-color);border-radius:6px;display:block;font-size:80%;font-weight:400;max-height:38px;padding:8px 12px;width:100%}.slider-control div:first-child{margin-bottom:12px;width:100%}.slider-control label{color:var(--label-color);font-size:90%;font-weight:700}.slider-control .unit-of-measure{bottom:40px;color:var(--unit-of-measure-color);display:inline-block;font-size:70%;font-weight:400;margin:0;padding:7.8px 12px 7.8px 0;position:absolute;right:0;text-align:right;-webkit-user-select:none;user-select:none;width:auto;z-index:1}.slider{-webkit-appearance:none;background:linear-gradient(to right,var(--slider-value-color) 0,var(--slider-value-color) 0,var(--slider-track-color) 0,var(--slider-track-color) 100%);border:none;border-radius:4.4px;height:8.4px;margin:24px 0 0;min-height:8.4px;padding:0;transition:background .45s ease-in;width:100%}.slider.disabled{opacity:.3}.slider:focus{box-shadow:inset 0 0 0 1px var(--focus-br-color),0 0 10px 2px #ffffff4d;outline:none}.slider::-ms-track{background:#0000;border-color:#0000;color:#0000;cursor:pointer;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--slider-thumb-color);border-radius:50%;cursor:pointer;height:16px;margin-top:-3.4px;width:16px}.slider.disabled::-webkit-slider-thumb{cursor:auto}.slider::-webkit-slider-runnable-track{background:#0000;border:none;border-radius:4.4px;cursor:pointer;height:8.4px;width:100%}.slider.disabled::-webkit-slider-runnable-track{cursor:auto}.slider::-moz-range-thumb{background-color:var(--slider-thumb-color);border:none;border-radius:50%;box-shadow:none;cursor:pointer;height:16px;width:16px}.slider.disabled::-moz-range-thumb{cursor:auto}.slider::-moz-range-track{background:#0000;border:none;border-radius:4.4px;cursor:pointer;height:8.4px;width:100%}.slider.disabled::-moz-range-track{cursor:auto}.modal-wrapper{background:#000000b3;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9999999}.modal-container,.modal-wrapper{align-items:center;display:flex;justify-content:center}.modal-container{background:var(--body-color);border-radius:5px;flex-direction:column;max-width:300px;min-width:300px}@media screen and (min-width:768px){.modal-container{max-width:600px;min-width:300px}}.modal-container footer,.modal-container header{background-color:var(--body-color);border-bottom:0 solid #0000;margin-top:5px;width:100%}.modal-container footer{margin-bottom:5px;margin-top:0}.modal-container .footer-content,.modal-container .header-content{align-items:center;border-bottom:1px solid var(--modal-border-color);display:flex;height:60px;justify-content:flex-end;padding:0 10px;width:inherit}.modal-container .footer-content{border-bottom:0 solid #0000;border-top:1px solid var(--modal-border-color);justify-content:space-between}.modal-container .footer-content button{background-color:var(--header-color);border:1px solid var(--text-color);color:var(--text-color);font-weight:400;padding:8px 10px}.modal-container .header-content svg{cursor:pointer}.modal-content{display:flex;flex-direction:column;height:100%;justify-content:center;max-width:inherit;min-height:160px;padding:8px 18px;text-align:left;width:100%}.modal-content *{word-wrap:break-word;color:var(--text-color);margin:4px 0}.textarea-control{--brand-color:#71788e;--label-color:#abb6c3;--focus-border-color:#6a6e73;--input-bg-color:#161a1e;--input-color:#e1eeff;--input-border-color:#5c6671;--unit-of-measure-color:#757c85}textarea::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}textarea[type=number]:focus,textarea[type=text]:focus{box-shadow:inset 0 0 0 1px var(--focus-border-color),0 0 16px 2px hsla(210,5%,52%,.288);outline:none}.textarea-control *{box-sizing:border-box;width:100%}.textarea-control{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 0;position:relative;text-align:left}.textarea-control div:first-child{margin-bottom:12px;width:100%}.textarea-control label{color:var(--label-color);font-size:90%;font-weight:700}.textarea-control label.switch{height:22px}.textarea-control .bot-input{background-color:var(--input-bg-color);border:1px solid var(--input-border-color);border-radius:6px;color:var(--input-color);font-size:80%;padding:7.8px 12px;text-align:left;width:100%}.textarea-control textarea{height:300px}.textarea-control .bot-input:disabled{opacity:.3}.textarea-control .unit-of-measure{bottom:9px;color:var(--unit-of-measure-color);display:inline-block;font-size:70%;font-weight:400;margin:0;padding:7.8px 12px 7.8px 0;position:absolute;right:0;text-align:right;-webkit-user-select:none;user-select:none;width:auto;z-index:1}.multiselect-control{--brand-color:#71788e;--label-color:#abb6c3;--focus-border-color:#6a6e73;--input-bg-color:#161a1e;--input-color:#e1eeff;--input-border-color:#5c6671;--unit-of-measure-color:#757c85}.multiselect-control label{color:var(--label-color);font-size:90%;font-weight:700}.multiselect-control label.switch{height:22px}.submit-button{background-color:#5c6671;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.5rem 1.3rem;transition:background-color .3s}.submit-button:hover{background-color:#4c5560}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;will-change:width,height;z-index:1}.react-grid-item.react-draggable-dragging{transition:none;will-change:transform;z-index:3}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;-webkit-user-select:none;-o-user-select:none;user-select:none;z-index:2}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{height:20px;position:absolute;width:20px}.react-grid-item>.react-resizable-handle:after{border-bottom:2px solid #0006;border-right:2px solid #0006;bottom:3px;content:"";height:5px;position:absolute;right:3px;width:5px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.cb-element{--cb-element-bg-color:#39414b;--cb-element-header-color:#1717f8;--cb-element-border-color:#161a1e}.cb-element-draggable-header{background:#2f3338;border-bottom:1px solid #5c6671;border-top-left-radius:10px;border-top-right-radius:10px;padding:3px}.cb-element-content{padding:3px}.cb-element-content,.cb-element-main{background:#222;border:2px solid var(--cb-element-border-color);border-radius:10px}.cb-element-main{font-size:.85em;padding:0}.multi-value-formatter-content span{border:1px solid #d3d3d3;border-radius:2px;margin-right:4px;padding:2px 4px}.react-tags{border:none!important;padding:0 0 0 6px!important}.react-tags__selected-tag:after{display:none!important}.react-tags__selected-tag{padding:2px 4px!important}.react-tags__search input{width:100%!important}.react-tags{border:1px solid #d1d1d1;border-radius:1px;cursor:text;font-size:1em;line-height:1.2;padding:6px 0 0 6px;position:relative}.react-tags.is-focused{border-color:#b1b1b1}.react-tags__selected{display:inline}.react-tags__selected-tag{background:#f1f1f1;border:1px solid #d1d1d1;border-radius:2px;box-sizing:border-box;display:inline-block;font-size:inherit;line-height:inherit;margin:0 6px 6px 0;padding:6px 8px}.react-tags__selected-tag:after{color:#aaa;content:"\2715";margin-left:8px}.react-tags__selected-tag:focus,.react-tags__selected-tag:hover{border-color:#b1b1b1}.react-tags__search{display:inline-block;margin-bottom:6px;max-width:100%;padding:7px 2px}@media screen and (min-width:30em){.react-tags__search{position:relative}}.react-tags__search input{border:0;font-size:inherit;line-height:inherit;margin:0;max-width:100%;outline:none;padding:0}.react-tags__search input::-ms-clear{display:none}.react-tags__suggestions{left:0;position:absolute;top:100%;width:100%}@media screen and (min-width:30em){.react-tags__suggestions{width:240px}}.react-tags__suggestions ul{background:#fff;border:1px solid #d1d1d1;border-radius:2px;box-shadow:0 2px 6px #0003;list-style:none;margin:4px -1px;padding:0}.react-tags__suggestions li{border-bottom:1px solid #ddd;padding:6px 8px}.react-tags__suggestions li mark{background:none;font-weight:600;text-decoration:underline}.react-tags__suggestions li:hover{background:#eee;cursor:pointer}.react-tags__suggestions li.is-active{background:#b7cfe0}.react-tags__suggestions li.is-disabled{cursor:auto;opacity:.5}.tabulator{background-color:#888;border:1px solid #999}.tabulator .tabulator-header{background-color:#e6e6e6;color:#555}.tabulator .tabulator-header .tabulator-col{background:#e6e6e6}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#cdcdcd}.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover{background-color:#cdcdcd}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder{background:#f3f3f3!important;border-top:1px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#e2e2e2!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #aaa}.tabulator .tabulator-footer{background-color:#e6e6e6;color:#555}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important}.tabulator .tabulator-footer .tabulator-paginator{color:#555}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator-row{background-color:#fff}.tabulator-row.tabulator-row-even{background-color:#efefef}.tabulator-row.tabulator-selectable:hover{background-color:#bbb}.tabulator-row.tabulator-selected{background-color:#9abcea}.tabulator-row.tabulator-selected:hover{background-color:#769bcc}.tabulator-row.tabulator-moving{border-bottom:1px solid #aaa;border-top:1px solid #aaa}.tabulator-row .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator-row .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #aaa;border-top:1px solid #aaa}.tabulator-row .tabulator-cell{border-right:1px solid #aaa}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-left:2px solid #aaa}.tabulator-row .tabulator-cell .tabulator-data-tree-control{border:1px solid #333}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{color:#fff}.tabulator-row.tabulator-group{border-right:1px solid #aaa}.tabulator-menu{background:#fff;border:1px solid #aaa}.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#efefef}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#aaa}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #aaa}.tabulator-edit-select-list{border:1px solid #aaa}.tabulator-edit-select-list .tabulator-edit-select-list-item{color:#333}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{background:#1d68cd;color:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused{outline:1px solid #ffffff80}.tabulator-edit-select-list .tabulator-edit-select-list-item.focused{outline:1px solid #1d68cd}.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{background:#1d68cd;color:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-notice{color:#333}.tabulator-edit-select-list .tabulator-edit-select-list-group{border-bottom:1px solid #aaa;color:#333}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-right:2px solid #aaa}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-left:2px solid #aaa}.tabulator-print-table .tabulator-print-table-group{border-right:1px solid #aaa}.tabulator-print-table .tabulator-data-tree-control{border:1px solid #333}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333}.tabulator{border:1px solid #333;font-size:14px;overflow:hidden;position:relative;text-align:left;transform:translatez(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select{-webkit-user-select:none;user-select:none}.tabulator .tabulator-header{background-color:#333;border-bottom:1px solid #999;box-sizing:border-box;color:#fff;font-weight:700;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-col{background:#333;border-right:1px solid #aaa;box-sizing:border-box;display:inline-block;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#1a1a1a;border:1px solid #999;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-menu-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid #0000;border-right:6px solid #0000;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev{display:none}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover{background-color:#1a1a1a;cursor:pointer}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter{color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter{color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{display:inline-block;position:absolute;z-index:10}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #888}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #888}.tabulator .tabulator-header .tabulator-calcs-holder{background:#404040!important;border-bottom:1px solid #aaa;border-top:1px solid #888;box-sizing:border-box;min-width:600%;overflow:hidden}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#404040!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{min-width:600%}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%;min-width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder span{color:#ccc;display:inline-block;font-size:20px;font-weight:700;margin:0 auto;padding:10px}.tabulator .tabulator-tableholder .tabulator-table{background-color:#666;color:#fff;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#373737!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #888}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #888}.tabulator .tabulator-footer{background-color:#333;border-top:1px solid #999;color:#333;font-weight:700;padding:5px 10px;text-align:right;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#404040!important;border-bottom:1px solid #888;border-top:1px solid #888;box-sizing:border-box;margin:-5px -10px 5px;overflow:hidden;text-align:left;width:calc(100% + 20px)}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#404040!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer .tabulator-paginator{color:#333;font-family:inherit;font-size:inherit;font-weight:inherit}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:#fff3;border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#fff}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{background:#0003;color:#fff;cursor:pointer}.tabulator .tabulator-col-resize-handle{bottom:0;position:absolute;right:0;top:0;width:5px}.tabulator .tabulator-col-resize-handle.prev{left:0;right:auto}.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}.tabulator .tabulator-loader{align-items:center;background:#0006;display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-loader .tabulator-loader-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading{border:4px solid #333;color:#000}.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#666;box-sizing:border-box;min-height:22px;position:relative}.tabulator-row.tabulator-row-even{background-color:#444}.tabulator-row.tabulator-selectable:hover{background-color:#999;cursor:pointer}.tabulator-row.tabulator-selected{background-color:#000}.tabulator-row.tabulator-selected:hover{background-color:#888;cursor:pointer}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #888;border-top:1px solid #888;pointer-events:none;position:absolute;z-index:15}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}.tabulator-row .tabulator-frozen{background-color:inherit;display:inline-block;position:absolute;z-index:10}.tabulator-row .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #888}.tabulator-row .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #888}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #888;border-top:1px solid #888;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #888;box-sizing:border-box;display:inline-block;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #999;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:#0000;border:1px}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:#0000;border:1px;color:#d00}.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev{display:none}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #888;border-bottom-left-radius:1px;border-left:2px solid #888;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:#0000001a;border:1px solid #fff;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:#0003;cursor:pointer}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:#0000;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#fff;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#666;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:inline;display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close,.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #888;border-top:1px solid #999;box-sizing:border-box;font-weight:700;padding:5px 5px 5px 10px}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid #0000;border-left:6px solid #666;border-right:0;border-top:6px solid #0000;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-menu{-webkit-overflow-scrolling:touch;background:#666;border:1px solid #888;box-shadow:0 0 5px 0 #0003;box-sizing:border-box;display:inline-block;font-size:14px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;-webkit-user-select:none;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#444;cursor:pointer}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#888;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #888}.tabulator-edit-select-list{-webkit-overflow-scrolling:touch;background:#666;border:1px solid #888;box-sizing:border-box;display:inline-block;font-size:14px;max-height:200px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-edit-select-list .tabulator-edit-select-list-item{color:#fff;padding:4px}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{background:#999;color:#666}.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused{outline:1px solid #66666680}.tabulator-edit-select-list .tabulator-edit-select-list-item.focused{outline:1px solid #999}.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{background:#999;color:#666;cursor:pointer}.tabulator-edit-select-list .tabulator-edit-select-list-notice{color:#fff;padding:4px;text-align:center}.tabulator-edit-select-list .tabulator-edit-select-list-group{border-bottom:1px solid #888;color:#fff;font-weight:700;padding:6px 4px 4px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:left;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial;text-align:left;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #888;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #888;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-col-resize-handle{left:0;position:absolute;right:auto}.tabulator.tabulator-rtl .tabulator-col-resize-handle.prev{left:auto;right:0}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #888;border-bottom-left-radius:1px;border-left:2px solid #888;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #888;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}.tabulator-print-table .tabulator-print-table-group:hover{background-color:#0000001a;cursor:pointer}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid #0000;border-left:6px solid #666;border-right:0;border-top:6px solid #0000;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:#0000001a;border:1px solid #fff;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}.tabulator-print-table .tabulator-data-tree-control:hover{background:#0003;cursor:pointer}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:#0000;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#fff;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#fff;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator{background-color:#222}.tabulator .tabulator-header .tabulator-col{background-color:#333}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input,.tabulator .tabulator-header .tabulator-col .tabulator-header-filter select{background:#444;border:1px solid #999;color:#fff}.tabulator .tabulator-header .tabulator-calcs-holder,.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#1a1a1a!important}.tabulator .tabulator-footer .tabulator-calcs-holder,.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#262626!important}.tabulator .tabulator-footer .tabulator-paginator label{color:#fff}.tabulator .tabulator-footer .tabulator-page{color:#333;font-family:inherit;font-size:inherit;font-weight:inherit}.tabulator-row.tabulator-group{color:#333;min-width:100%}.tabulator-row.tabulator-group:hover{background-color:#0000001a;cursor:pointer}.tabulator-row.tabulator-group span{color:#666}.tabulator-edit-select-list{background:#fff}.tabulator-edit-select-list .tabulator-edit-select-list-item{color:#666}.tabulator-edit-select-list .tabulator-edit-select-list-item.active{background:#444;color:#999}.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused{outline:1px solid #99999980}.tabulator-edit-select-list .tabulator-edit-select-list-item.focused{outline:1px solid #444}.tabulator-edit-select-list .tabulator-edit-select-list-item:hover{background:#666;color:#999}.tabulator-print-table .tabulator-print-table-group{color:#333}
/*# sourceMappingURL=main.1ebdf662.css.map*/