:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-item{border-radius:10px;cursor:pointer;padding:5px;transition:background-color .2s ease}.sidebar-item:hover{background-color:#444}.sidebar{overflow:hidden;transition:width .3s ease;width:240px}.sidebar.collapsed{width:60px}.sidebar-item-content{opacity:1;transform:translateX(0);transition:opacity .3s ease,transform .3s ease}.sidebar.collapsed .sidebar-item-content{opacity:0;pointer-events:none;transform:translateX(-10px)}.sFont{font-size:10px}.smFont{font-size:12px}.mFont{font-size:13px}.bFont{font-size:14px}.lFont{font-size:16px}.xlFont{font-size:20px}.xxlFont{font-size:24px}.xxxlFont{font-size:28px}.lFont-imp{font-size:16px!important}.xlFont-imp{font-size:20px!important}.font-italic{font-style:italic}.fx-r{display:flex;flex-direction:row}.fx-rr{display:flex;flex-direction:row-reverse}.fx-c{display:flex;flex-direction:column}.fx-rc{display:flex;flex-direction:column-reverse}.fx-nw{flex-wrap:nowrap}.fx-w{flex-wrap:wrap}.fx-justify-fs{justify-content:flex-start}.fx-justify-fe{justify-content:flex-end}.fx-justify-c{justify-content:center}.fx-justify-sb{justify-content:space-between}.fx-justify-sa{justify-content:space-around}.fx-justify-se{justify-content:space-evenly}.fx-items-fs{align-items:flex-start}.fx-items-fe{align-items:flex-end}.fx-items-c{align-items:center}.fx-items-bl{align-items:baseline}.fx-items-st{align-items:stretch}.fx-content-fs{align-content:flex-start}.fx-content-fe{align-content:flex-end}.fx-content-c{align-content:center}.fx-content-sa{align-content:space-around}.fx-content-sb{align-content:space-between}.fx-content-se{align-content:space-evenly}.fx-fg-0{flex-grow:0}.fx-fg-half{flex-grow:1/2}.fx-fg-1{flex-grow:1}.fx-fg-2{flex-grow:2}.fx-fg-3{flex-grow:3}.fx-fs-0{flex-shrink:0}.fx-fs-1{flex-shrink:1}.txt-align-c{text-align:center}.txt-align-e{text-align:end}.txt-align-s{text-align:start}.txt-align-r{text-align:right}.txt-align-l{text-align:left}.pad-0-imp{padding:0!important}.pad-3px-imp{padding:3px!important}.pad-5px-imp{padding:5px!important}.pad-10px-imp{padding:10px!important}.pad-r-3-imp{padding-right:3px!important}.pad-l-3-imp{padding-left:3px!important}.pad-1px{padding:1px}.pad-2px{padding:2px}.pad-3px{padding:3px}.pad-5px{padding:5px}.pad-10px{padding:10px}.pad-15px{padding:15px}.pad-20px{padding:20px}.pad-b-5px{padding-bottom:5px}.pad-b-10px{padding-bottom:10px}.pad-b-15px{padding-bottom:15px}.pad-l-3px{padding-left:3px}.pad-l-5px{padding-left:5px}.pad-l-10px{padding-left:10px}.pad-l-15px{padding-left:15px}.pad-l-20px{padding-left:20px}.pad-r-3px{padding-right:3px}.pad-r-5px{padding-right:5px}.pad-r-10px{padding-right:10px}.pad-r-15px{padding-right:15px}.pad-r-20px{padding-right:20px}.pad-t-3px{padding-top:3px}.pad-t-5px{padding-top:5px}.pad-t-10px{padding-top:10px}.pad-t-15px{padding-top:15px}.m-auto{margin:auto}.m--3px-imp{margin:-3px!important}.m--5px-imp{margin:-5px!important}.m-0{margin:0}.m-3px{margin:3px}.m-5px{margin:5px}.m-10px{margin:10px}.m-15px{margin:15px}.m-20px{margin:20px}.m-b-5px{margin-bottom:5px}.m-b-10px{margin-bottom:10px}.m-b-15px{margin-bottom:15px}.m-l-3px{margin-left:3px}.m-l-5px{margin-left:5px}.m-l-10px{margin-left:10px}.m-l-15px{margin-left:15px}.m-r-3px{margin-right:3px}.m-r-5px{margin-right:5px}.m-r-10px{margin-right:10px}.m-r-15px{margin-right:15px}.m-t-5px{margin-top:5px}.m-t-10px{margin-top:10px}.m-t-15px{margin-top:15px}.gap-5px{gap:5px}.gap-10px{gap:10px}.gap-15px{gap:15px}.gap-20px{gap:20px}.gap-25px{gap:25px}.gap-30px{gap:30px}.z-idx-1{z-index:1!important}.z-idx-2{z-index:2!important}.z-idx-3{z-index:3!important}.z-idx-4{z-index:4!important}.z-idx-1111{z-index:1111!important}.pos-sy{position:sticky}.pos-ab{position:absolute}.pos-re{position:relative}.pos-fi{position:fixed}.w-2px{width:2px}.w-8px{width:8px}.w-10px{width:10px}.w-23px-imp{width:23px!important}.w-40px-imp{width:40px!important}.w-190px-imp{width:190px!important}.w-200px-imp{width:200px!important}.w-5px{width:5px}.w-20px{width:20px}.w-25px{width:25px}.w-30px{width:30px}.w-35px{width:35px}.w-50px{width:50px}.w-60px{width:60px}.w-75px{width:75px}.w-80px{width:80px}.w-100px{width:100px}.w-125px{width:125px}.w-150px,.w-175px{width:150px}.w-200px{width:200px}.w-250px{width:250px}.w-280px{width:280px}.w-300px{width:300px}.w-400px{width:400px}.w-100vh{width:100vw}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-50{width:50%}.w-75{width:75%}.w-90{width:90%}.w-100{width:100%}.min-w-10px-imp{min-width:10px!important}.min-w-10px{min-width:10px}.min-w-50px{min-width:50px}.min-w-100px{min-width:100px}.min-w-150px{min-width:150px}.min-w-200px{min-width:200px}.min-w-250px{min-width:250px}.min-w-300px{min-width:300px}.min-w-400px{min-width:400px}.max-w-50px{max-width:50px}.max-w-100px{max-width:100px}.max-w-150px{max-width:150px}.max-w-200px{max-width:200px}.max-w-250px{max-width:250px}.max-w-300px{max-width:300px}.max-w-400px{max-width:400px}.max-w-500px{max-width:500px}.h-auto{height:auto}.h-1px{height:1px}.h-23px-imp{height:23px!important}.h-40px-imp{height:40px!important}.h-5px{height:5px}.h-10px{height:10px}.h-20px{height:20px}.h-25px{height:25px}.h-30px{height:30px}.h-40px{height:40px}.h-50px{height:50px}.h-100px{height:100px}.h-150px{height:150px}.h-200px{height:200px}.h-250px{height:250px}.h-300px,.h-400px{height:300px}.h-0{height:0}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-200{height:200%}.h-80vh{height:80vh}.h-100vh{height:100vh}.min-h-0-imp{min-height:0!important}.min-h-25px{min-height:25px}.min-h-40px{min-height:40px}.min-h-50px{min-height:50px}.min-h-100px{min-height:100px}.min-h-150px{min-height:150px}.min-h-200px{min-height:200px}.min-h-250px{min-height:250px}.min-h-300px{min-height:300px}.min-h-50{min-height:50%}.min-h-75{min-height:75%}.min-h-100{min-height:100%}.max-h-50px{max-height:50px}.max-h-100px{max-height:100px}.max-h-150px{max-height:150px}.max-h-200px{max-height:200px}.max-h-250px{max-height:250px}.max-h-300px{max-height:300px}.max-h-400px{max-height:400px}.max-h-500px{max-height:500px}.max-h-50{max-height:50%}.max-h-75{max-height:75%}.max-h-100{max-height:100%}.of-x-auto{overflow-x:auto}.of-x-hidden{overflow-x:hidden}.of-x-scroll{overflow-x:scroll}.of-x-visible{overflow-x:visible}.of-y-auto{overflow-y:auto}.of-y-hidden{overflow-y:hidden}.of-y-scroll{overflow-y:scroll}.of-y-visible{overflow-y:visible}.display-none{display:none}.top--13{top:-13px}.top--5{top:-5px}.top-0{top:0}.top-10px{top:10px}.top-20px{top:20px}.top-30px{top:30px}.top-40px{top:40px}.top-50px{top:50px}.left-0{left:0}.left-10px{left:10px}.left-20px{left:20px}.left-30px{left:30px}.left-40px{left:40px}.left-50px{left:50px}.left-230px{left:230px}.left-290px{left:290px}.left-310px{left:310px}.left-430px{left:430px}.left-50{left:50%}.bottom-0{bottom:0}.bottom-10px{bottom:10px}.bottom-20px{bottom:20px}.bottom-30px{bottom:30px}.bottom-40px{bottom:40px}.bottom-50px{bottom:50px}.right-0{right:0}.right-10px{right:10px}.right-20px{right:20px}.right-30px{right:30px}.right-40px{right:40px}.right-50px{right:50px}.bg-red{background-color:red}.bg-orange{background-color:orange}.bg-green{background-color:green}.bg-yellow{background-color:#ff0}.bg-blue{background-color:blue}.bg-euro{background-color:#039}.bg-purple{background-color:purple}.bg-white{background-color:#fff}.bg-whitesmoke{background-color:#f5f5f5}.bg-gray{background-color:gray}.bg-dimgray{background-color:dimgray}.bg-black{background-color:#000}.bg-lightblack{background-color:#333}.bg-lightgray{background-color:#d3d3d3}.bg-transparent{background-color:initial}.bg-black-imp{background-color:#000!important}.border{border:1px solid #000}.border-0{border:0}.border-b-1px{border-bottom:1px solid}.border-t-1px{border-top:1px solid}.border-l-1px{border-left:1px solid}.border-r-1px{border-right:1px solid}.border-gray{border-color:#789}.border-lightgray{border-color:#d3d3d3}.border-white{border-color:#fff}.border-black{border-color:#000}.border-radius-5px{border-radius:5px}.border-radius-10px{border-radius:10px}.border-radius-15px{border-radius:15px}.text-red{color:red}.text-crimson{color:crimson}.text-darkred{color:darkred}.text-green{color:green}.text-yellow{color:#ff0}.text-blue{color:blue}.text-white{color:#fff}.text-gray{color:gray}.text-lightgray{color:#d3d3d3}.text-black{color:#000}.text-black-imp{color:#000!important}.text-decoration-ul{text-decoration:underline}.font-w-400{font-weight:400}.font-w-500{font-weight:500}.font-w-600{font-weight:600}.font-w-700{font-weight:700}.font-w-800,.plan-date{font-weight:800}.plan-date{font-size:20px}.one-line{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.one-line-container{display:table;table-layout:fixed;vertical-align:middle;width:100%}.outline-black{outline-color:#000}.accent-black{accent-color:#000}.flex-container{display:flex;flex-wrap:wrap;justify-content:space-around}.outline-orange{outline-color:orange}.outline-crimson{outline-color:crimson}.hover-black:hover{outline:1px solid #fff}.outline-1px{outline-style:solid;outline-width:1px}.focus-outline:focus{outline:2px solid #fff}.wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,height .3s ease,visibility .3s ease;visibility:collapse}.wrapper.open{max-height:500px;opacity:1;visibility:visible}.hidden-xs{display:none}.display-xs{display:flex}@media (min-width:768px){.hidden-xs{display:flex}.display-xs{display:none}}.tooltip{background-color:#000;border-color:#fff;border-radius:5px;padding:5px}#root,body,html{background-color:#000;height:100vh;max-height:100vh;max-width:100vw;width:100vw}#root,main{display:flex;flex-direction:column}main{background-color:#000;border-radius:16px;flex-grow:1;height:100%;margin-bottom:10px;margin-right:10px;overflow-y:hidden}@media screen and (max-height:700px){main{overflow-y:scroll}}@media screen and (max-width:900px){main{border-radius:0;margin:0}}.new-table-container{border-radius:10px;display:flex;flex-direction:column;overflow-x:auto;position:relative;table{background-color:#fff;border-collapse:collapse;border-radius:10px;border-spacing:0;box-sizing:border-box;height:fit-content;table-layout:fixed}td,th{border:none!important;margin:0;padding:0}table img{box-sizing:initial}thead{th{word-wrap:break-word;background-color:#000;color:#d3d3d3;font-size:14px;height:40px;min-height:1px;padding:2px;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:3}th>.source{color:cyan}th>.dest{color:#90ee90}tr{background-color:#000;position:sticky;top:0;z-index:3}}tbody{z-index:2;td{word-wrap:break-word;border:0 solid #ddd;font-size:13px;height:1px;min-height:1px;padding:5px 3px;text-align:left;vertical-align:top}tr:nth-child(2n) td{background-color:#fcfcfc}tr:nth-child(odd) td{background-color:#f0f0f0}tr:hover .only-over,tr:hover td{background-color:#e3e3e3}}.only-over{display:none}tr:hover .only-over{display:inline;display:initial}td.usage-col,td.usage-col-main,th.usage-col,th.usage-col-main{background-color:#1c1c1e;border-left:2px solid #ddd;color:#b17e87;text-align:center;text-transform:lowercase}td.usage-col-main,th.usage-col-main{font-weight:700}@media screen and (max-width:768px){.pos-sy,th{position:static}}}.ag-cell{line-height:1.5;padding-bottom:5px!important;padding-top:5px!important}.only-over{display:none}.ag-row-hover .only-over{display:inline;display:initial}.ag-header-cell.text-center{.ag-header-cell-label{justify-content:center}}.ag-cell-remove-of{.ag-cell-value{overflow:visible!important}}.ag-header-cell.text-right{.ag-header-cell-label{justify-content:right}}.ag-center-cols-viewport{min-height:0!important;min-height:auto!important}.ag-row.row-top-group{border-top-left-radius:10px;border-top-right-radius:10px;margin-top:5px}.ag-row.row-bottom-group{border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:5px}.usage-col{color:#b17e87}.usage-col-main{color:#b17e87;font-weight:700}.droppable{display:inline;height:100%;width:100%}.draggable{align-items:center;background-color:#d3d3d3;border-radius:3px;display:flex;flex-direction:row;justify-content:space-between}.draggable-text{flex-direction:column;text-overflow:ellipsis;white-space:nowrap;width:100%}.draggable-children,.draggable-text{display:flex;overflow:hidden;padding-left:5px}.draggable-children{border-radius:10px;flex:1 1;flex-direction:column;justify-content:center;padding-right:5px}input,textarea{font-family:Inter,Geist Sans,SF Pro Text,"system-ui",-apple-system,Segoe UI,Roboto,"sans-serif"}input[type=text]:focus,textarea:focus{outline-color:#000}.autocomplete-focused .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#000}.autocomplete-warning{border-color:#ff8c00!important}.autocomplete-infos{border-color:#88d!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.logo{animation:fadeIn 5s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0}50%{opacity:1}to{opacity:0}}html{position:fixed;width:100%}body,html{height:100%}body{font-family:Inter,Geist Sans,SF Pro Text,"system-ui",-apple-system,Segoe UI,Roboto,"sans-serif";font-weight:400}.divider{background-color:#555;height:20px;width:2px}.divider-h{background-color:#d3d3d3;height:1px;margin:5px 0;width:100%}.dashboard{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:minmax(300px,auto);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));max-width:100%}.card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;padding:10px;transition:all .3s ease}.card-header{color:#333;font-size:1.2em;font-weight:800;padding-bottom:5px;text-align:center}.card-body{display:flex;flex:1 1;flex-direction:column}.card.Wsmall{grid-column:span 1}.card.Wmedium{grid-column:span 2}.card.Wlarge{grid-column:span 3}.card.Wxlarge{grid-column:span 4}.card.Wxxlarge{grid-column:span 5}.card.Hxsmall{grid-row:span .5}.card.Hsmall{grid-row:span 1}.card.Hmedium{grid-row:span 2}.card.Hlarge{grid-row:span 3}@media (max-width:768px){.dashboard{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.card.Wsmall{grid-column:span 1}.card.Wlarge,.card.Wmedium,.card.Wxlarge{grid-column:span 2}.card.Hsmall{grid-row:span 1}.card.Hlarge,.card.Hmedium{grid-row:span 2}}.id-card{background:#000;border-radius:12px;box-shadow:0 0 10px #0003;color:#fff;margin:20px auto;max-width:400px;padding:20px;width:100%}.id-card-header{border-bottom:1px solid #fff;margin-bottom:10px;padding-bottom:10px}.id-card-header h2{font-size:20px;font-weight:700;margin:0}.id-card-header span{font-size:14px;font-style:italic}.id-card-body p{font-size:14px;margin:5px 0}.scroll-container{height:100%;overflow-y:auto}.card{margin-bottom:20px}.card-header{background:red;padding:10px;position:sticky;top:0;z-index:1}.card-body{padding:10px}
/*# sourceMappingURL=main.a22d356b.css.map*/