:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root,html,body{margin:0;padding:0}.dash-splash{height:100vh;background-color:var(--primary-color);pointer-events:none}.dash-splash .MuiCircularProgress-root{color:var(--primary-contrast)}.dash-app-layout .MuiCircularProgress-root{color:var(--primary-color)!important}.transition-container{transition:opacity .5s ease-in-out}.transition-container.transitioning{opacity:.5}.motion-wrapper-bg{background-color:#000000b3;width:100%;height:100%;z-index:1000;position:absolute;top:0;left:0;pointer-events:none;z-index:100}.spinner-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:100;transition:opacity .5s ease-in-out}.react-beautiful-dnd-dragging{overflow-x:hidden!important}[data-rbd-drag-handle-draggable-id]{transition:transform .2s ease!important}[data-rbd-placeholder-context-id]{transition:height .2s ease!important}.spinner-in{opacity:1}.spinner-out{opacity:0}.slide-in{position:fixed;top:calc(50% - 40px)!important;left:calc(50% - 40px)!important;width:100px;height:100px;background-color:var(--primary-color);padding:10px;box-sizing:border-box;transform-origin:center;border-radius:50%}.slide-out{position:fixed;top:calc(50% - 40px)!important;left:calc(50% - 40px)!important;transform:translate(-50%,-50%);width:100px;height:100px;background-color:var(--primary-color);padding:10px;box-sizing:border-box;transform-origin:center;border-radius:50%}.fade-in{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background-color:var(--primary-color);padding:10px;box-sizing:border-box;transform-origin:center;border-radius:50%;opacity:1;transition:opacity .3s ease-in}.fade-out{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background-color:var(--primary-color);padding:10px;box-sizing:border-box;transform-origin:center;border-radius:50%;opacity:0;transition:opacity .3s ease-out}.lds-ring{display:inline-block;position:relative;width:80px;height:80px;z-index:200}.lds-ring:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwNDlweCIgaGVpZ2h0PSIyMDQ5cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgoKPGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iI0ZGRkZGRiIgZD0iTSAxNDczLjUsMTU4Ni41IEMgMTQ5OS42NiwxNTg3LjUgMTUyNS45OSwxNTg3LjgzIDE1NTIuNSwxNTg3LjVDIDE1NTIuNSwxNjQyLjE3IDE1NTIuNSwxNjk2LjgzIDE1NTIuNSwxNzUxLjVDIDE1MTQuNSwxNzUxLjUgMTQ3Ni41LDE3NTEuNSAxNDM4LjUsMTc1MS41QyAxMzk4LjAzLDE3NTEuMDkgMTM1OS42OSwxNzQxLjkyIDEzMjMuNSwxNzI0QyAxMjgzLjIyLDE3MDIuNzEgMTI1Ni4zOSwxNjcwLjIxIDEyNDMsMTYyNi41QyAxMjM2LjI5LDE2MDMuMyAxMjMyLjI5LDE1NzkuNjQgMTIzMSwxNTU1LjVDIDEyMzAuNSwxNDYzLjE3IDEyMzAuMzMsMTM3MC44MyAxMjMwLjUsMTI3OC41QyAxMjA0LjUsMTI3OC41IDExNzguNSwxMjc4LjUgMTE1Mi41LDEyNzguNUMgMTE1Mi42NywxMjQ0LjUgMTE1Mi41LDEyMTAuNSAxMTUyLDExNzYuNUMgMTA4MC4zMSwxMjYyLjY5IDEwMDguODEsMTM0OS4wMiA5MzcuNSwxNDM1LjVDIDEwMjUuNjEsMTU0MC43NiAxMTEzLjk1LDE2NDUuNzYgMTIwMi41LDE3NTAuNUMgMTEyMi42NywxNzUxLjUgMTA0Mi42NywxNzUxLjgzIDk2Mi41LDE3NTEuNUMgODk4LjAyMSwxNjYzLjIzIDgzMy41MjEsMTU3NC45IDc2OSwxNDg2LjVDIDc2OC41LDE1NzQuODMgNzY4LjMzMywxNjYzLjE3IDc2OC41LDE3NTEuNUMgNzAzLjgzMywxNzUxLjUgNjM5LjE2NywxNzUxLjUgNTc0LjUsMTc1MS41QyA1NzQuODMzLDE0OTYuODMgNTc0LjUsMTI0Mi4xNyA1NzMuNSw5ODcuNUMgNTE3LjA2Miw5NjkuNTYyIDQ4MC4yMjksOTMyLjIyOSA0NjMsODc1LjVDIDQ2MC41NzUsODY0LjYxNSA0NTguOTA4LDg1My42MTUgNDU4LDg0Mi41QyA0NTcuMzMzLDY2Mi41IDQ1Ny4zMzMsNDgyLjUgNDU4LDMwMi41QyA0NjguMjA1LDI3Mi4wODkgNDg4LjcwNSwyNjEuNTg5IDUxOS41LDI3MUMgNTMyLjU0MiwyNzcuNzA5IDU0MC43MDksMjg4LjIwOSA1NDQsMzAyLjVDIDU0NC4zMzMsNDQyLjE2NyA1NDQuNjY3LDU4MS44MzMgNTQ1LDcyMS41QyA1NDkuMzA3LDczMS4zNjEgNTU2LjQ3NCw3MzQuMTk1IDU2Ni41LDczMEMgNTY5LjQ2Miw3MjcuNzEzIDU3MS42MjksNzI0Ljg4IDU3Myw3MjEuNUMgNTczLjMzMyw1ODIuMTY3IDU3My42NjcsNDQyLjgzMyA1NzQsMzAzLjVDIDU4Mi4wODcsMjc1LjM2OSA2MDAuNTg3LDI2My44NjkgNjI5LjUsMjY5QyA2NDUuODQ4LDI3NC4wMTUgNjU2LjAxNSwyODQuODQ4IDY2MCwzMDEuNUMgNjYwLjMzMyw0NDEuMTY3IDY2MC42NjcsNTgwLjgzMyA2NjEsNzIwLjVDIDY2Ni41MTIsNzMyLjQzMSA2NzQuODQ2LDczNC43NjUgNjg2LDcyNy41QyA2ODcsNzI1LjgzMyA2ODgsNzI0LjE2NyA2ODksNzIyLjVDIDY4OS4zMzMsNTgzLjE2NyA2ODkuNjY3LDQ0My44MzMgNjkwLDMwNC41QyA2OTcuMzMzLDI3Ny4wNzUgNzE1LjE2NiwyNjQuOTA5IDc0My41LDI2OEMgNzYwLjMzMywyNzIuODMzIDc3MS4xNjcsMjgzLjY2NyA3NzYsMzAwLjVDIDc3Ny4zMjUsNDQxLjEzMiA3NzcuOTkyLDU4MS43OTkgNzc4LDcyMi41QyA3ODMuMjUxLDczMS44NDQgNzkwLjc1MSw3MzQuMDExIDgwMC41LDcyOUMgODAyLjk1Niw3MjYuNTkyIDgwNC43ODksNzIzLjc1OSA4MDYsNzIwLjVDIDgwNi4zMzMsNTgwLjUgODA2LjY2Nyw0NDAuNSA4MDcsMzAwLjVDIDgxMC44NDYsMjg1Ljk4OCA4MTkuNjgsMjc1LjgyMSA4MzMuNSwyNzBDIDg1NC44MTksMjYzLjY2MyA4NzIuMzE5LDI2OS4xNjMgODg2LDI4Ni41QyA4ODguNTUxLDI5MC45MzUgODkwLjU1MSwyOTUuNjAxIDg5MiwzMDAuNUMgODkzLjE2MiwzOTEuMjkgODkzLjY2Miw0ODIuMTI0IDg5My41LDU3M0MgODkzLjY1NCw2NjUuODUyIDg5My4xNTQsNzU4LjY4NSA4OTIsODUxLjVDIDg4MC4yNzMsOTIzLjU2MiA4MzkuMjczLDk2OS41NjIgNzY5LDk4OS41QyA3NjguMzMzLDExMTcuODMgNzY4LjMzMywxMjQ2LjE3IDc2OSwxMzc0LjVDIDgzMy4yODgsMTI4OC43NiA4OTcuNDU1LDEyMDIuOTIgOTYxLjUsMTExN0MgMTA1MS4xNywxMTE2LjUgMTE0MC44MywxMTE2LjMzIDEyMzAuNSwxMTE2LjVDIDEyMzAuNjcsMTA3Mi4xNyAxMjMwLjUsMTAyNy44MyAxMjMwLDk4My41QyAxMTUyLjE5LDk2My4zNTUgMTA5Ny41Myw5MTYuMzU1IDEwNjYsODQyLjVDIDEwNDkuMTQsNzk5LjQ2MyAxMDQwLjE0LDc1NC43OTcgMTAzOSw3MDguNUMgMTAzNi4xNiw2MTguMTc4IDEwNTIuNSw1MzEuNTExIDEwODgsNDQ4LjVDIDExMDguNyw0MDEuODIyIDExMzcuMiwzNjAuNjU2IDExNzMuNSwzMjVDIDEyMDcuMjQsMjkzLjk2OCAxMjQ2LjksMjc0Ljk2OCAxMjkyLjUsMjY4QyAxMzUxLjg0LDI2My4yMjYgMTQwMy44NCwyODAuMjI2IDE0NDguNSwzMTlDIDE0ODkuMTIsMzU2LjM3MyAxNTIwLjI5LDQwMC41NCAxNTQyLDQ1MS41QyAxNTg1LjgxLDU1NC45NzIgMTU5OS40OCw2NjIuMzA1IDE1ODMsNzczLjVDIDE1NzQuNDUsODI0LjkxNSAxNTUzLjc4LDg3MC41ODEgMTUyMSw5MTAuNUMgMTQ5NC4zOCw5NDAuMjI0IDE0NjIuMjIsOTYxLjU1NyAxNDI0LjUsOTc0LjVDIDE0MjQuNSwxMDIxLjgzIDE0MjQuNSwxMDY5LjE3IDE0MjQuNSwxMTE2LjVDIDE0NjYuODMsMTExNi41IDE1MDkuMTcsMTExNi41IDE1NTEuNSwxMTE2LjVDIDE1NTEuNSwxMTcwLjUgMTU1MS41LDEyMjQuNSAxNTUxLjUsMTI3OC41QyAxNTA5LjE3LDEyNzguNSAxNDY2LjgzLDEyNzguNSAxNDI0LjUsMTI3OC41QyAxNDI0LjMzLDEzNjcuNSAxNDI0LjUsMTQ1Ni41IDE0MjUsMTU0NS41QyAxNDI5LjIsMTU3My4wNSAxNDQ1LjM3LDE1ODYuNzIgMTQ3My41LDE1ODYuNSBaIi8+PC9nPgo8Zz48cGF0aCBzdHlsZT0ib3BhY2l0eToxIiBmaWxsPSIjYzJlMjliIiBkPSJNIDE0NzMuNSwxNTg2LjUgQyAxNTAwLjE3LDE1ODYuNSAxNTI2LjgzLDE1ODYuNSAxNTUzLjUsMTU4Ni41QyAxNTUzLjUsMTY0MS44MyAxNTUzLjUsMTY5Ny4xNyAxNTUzLjUsMTc1Mi41QyAxNTE1LDE3NTIuODMgMTQ3Ni42NiwxNzUyLjUgMTQzOC41LDE3NTEuNUMgMTQ3Ni41LDE3NTEuNSAxNTE0LjUsMTc1MS41IDE1NTIuNSwxNzUxLjVDIDE1NTIuNSwxNjk2LjgzIDE1NTIuNSwxNjQyLjE3IDE1NTIuNSwxNTg3LjVDIDE1MjUuOTksMTU4Ny44MyAxNDk5LjY2LDE1ODcuNSAxNDczLjUsMTU4Ni41IFoiLz48L2c+CjxnPjxwYXRoIHN0eWxlPSJvcGFjaXR5OjEiIGZpbGw9IiNiOWRlOGMiIGQ9Ik0gMTIwMi41LDE3NTAuNSBDIDEyMDMuMDQsMTc1MC41NiAxMjAzLjM4LDE3NTAuODkgMTIwMy41LDE3NTEuNUMgMTEyMywxNzUyLjgzIDEwNDIuNjcsMTc1Mi44MyA5NjIuNSwxNzUxLjVDIDEwNDIuNjcsMTc1MS44MyAxMTIyLjY3LDE3NTEuNSAxMjAyLjUsMTc1MC41IFoiLz48L2c+Cjwvc3ZnPgo=);background-size:contain;background-repeat:no-repeat;z-index:201;pointer-events:none}.lds-ring div{box-sizing:border-box;display:block;position:absolute;top:0;left:0;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lds-ripple{display:inline-block;position:relative;width:76px;height:76px;z-index:12}.lds-ripple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.loading-overlay{opacity:.3;pointer-events:none;position:relative}.datagrid-olverlay-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.default-overlay{opacity:1}.dash-layout-content>.dash-layout-content{padding:0}html,body,#root{height:100vh}@media(min-width:768px){.framed-layout .dash-app-layout{border-radius:20px}}.dash-app-layout{transition:margin-left .2s ease-in-out;will-change:margin-left;contain:layout}.dash-app-layout *{transition:background-color .1s ease,color .1s ease}.dash-app-layout-sidebar-expanded{margin-left:240px}.dash-app-layout-sidebar-collapsed{margin-left:80px}.small.expanded .sidebar-drawer .MuiPaper-root,.large.collapsed .sidebar-drawer .MuiPaper-root{width:var(--sidebar-small-width)}.large.expanded .sidebar-drawer .MuiPaper-root{width:var(--sidebar-large-width)}.dash-module-box-content>.MuiBox-root{height:auto}#dash-app-layout>div.dash-app-layout-content.MuiBox-root{overflow:auto;height:100vh}@media(max-width:768px){#dash-app-layout>div.dash-app-layout-content.MuiBox-root{overflow:auto;-ms-overflow-style:none;scrollbar-width:none}#dash-app-layout>div.dash-app-layout-content.MuiBox-root::-webkit-scrollbar{display:none}}.framed-layout #root{box-shadow:unset}.framed-layout .dash-module-horizontal-nav li:first-child .dash-link{margin-left:8px}.dash-app-layout .dash-layout-content{overflow-y:auto}.dash-app-layout .dash-layout-content .dash-app-module{margin:0;width:100%}.dash-app-layout .dash-layout-content .dash-app-module .dash-module-box-content{padding:0}.dash-app-layout .dash-layout-content .dash-app-module .dash-box{width:100%}.dash-app-layout.collapsed.small .dash-layout-content,.dash-app-layout.collapsed.small .dash-theme-content{padding:0}.dash-app-layout.collapsed.large.sidebar-position-left .dash-header-container,.dash-app-layout.collapsed.large.sidebar-position-left .dash-layout-content,.dash-app-layout.collapsed.large.sidebar-position-left .dash-theme-content{padding-left:var(--sidebar-small-width)}.dash-app-layout.expanded.large.sidebar-position-left .dash-header-container,.dash-app-layout.expanded.large.sidebar-position-left .dash-layout-content,.dash-app-layout.expanded.large.sidebar-position-left .dash-theme-content{padding-left:var(--sidebar-large-width)}.dash-app-layout.collapsed.large.sidebar-position-right .dash-header-container,.dash-app-layout.collapsed.large.sidebar-position-right .dash-layout-content,.dash-app-layout.collapsed.large.sidebar-position-right .dash-theme-content{padding-right:var(--sidebar-small-width)}.dash-app-layout.expanded.large.sidebar-position-right .dash-header-container,.dash-app-layout.expanded.large.sidebar-position-right .dash-layout-content,.dash-app-layout.expanded.large.sidebar-position-right .dash-theme-content{padding-right:var(--sidebar-large-width)}.dash-app-layout.sidebar-position-top .dash-app-layout-content{padding-top:var(--sidebar-horizontal-height)}.dash-app-layout.sidebar-position-bottom .dash-app-layout-content{padding-bottom:var(--sidebar-horizontal-height)}@media(max-width:768px){body.framed-layout{padding:0}.framed-layout>#root{border-radius:0}.dash-header,.dash-layout-content,.dash-app-layout-sidebar-collapsed .dash-header,.dash-app-layout-sidebar-collapsed .dash-layout-content{padding:0}.dash-layout-content .dash-app-module{margin:0;padding:0}}.dash-app-layout-content .dash-app-login-wrapper{background:none}.dash-app-layout .dash-layout-content .dash-app-module{padding-right:8px;padding-left:8px}@media(max-width:768px){.dash-app-layout .dash-layout-content .dash-app-module{padding-right:0;padding-left:0}}.touch-device .RaToolbar-mobileToolbar{bottom:calc(var(--sidebar-horizontal-height) + 40px)!important}@media(max-width:990px)and (max-width:990px){.webview .dash-header .dash-header-container,.android .dash-header .dash-header-container,.webview .sidebar-header,.android .sidebar-header{padding-top:40px!important}}.dash-page-title{font-size:20px;font-weight:700;margin:15px 0}.dash-header-item{cursor:pointer}.dash-datagrid-wrapper{margin-top:0!important}.dash-module-top{display:flex;flex-flow:row-reverse}.dash-header{display:flex;align-items:center;height:auto;position:static;top:0;left:0;width:100%;background-color:transparent;box-shadow:unset;line-height:unset;transition:all .4s}.dash-header-container{width:100%;display:flex;align-items:center;margin-right:0}.dash-header-container .dash-header-subheader-action,.dash-header-container .dash-header-subheader-logo{display:none}.dash-header-container .dash-header-subheader-avatar{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:2px}.dash-header-container .dash-header-subheader-avatar svg{fill:var(--highlight-color);color:var(--highlight-color);width:23.5px;height:24.88px;object-fit:contain}.dash-header-container .dash-header-subheader-avatar .dash-header-user-profile{padding:0}.dash-header-container .dash-header-subheader-avatar .dash-header-user-avatar{background-color:var(--highlight-color);width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--primary-color)}.dash-header-container .dash-header-content{width:100%;margin-right:8px;margin-left:8px;margin-top:8px;padding:8px 0;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center;flex:1;border-radius:8px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--primary-contrast) 100%)}@media(max-width:768px){.dash-header-container .dash-header-content{background:none;margin:inherit;width:inherit;max-width:inherit;border-radius:inherit;border:inherit;align-items:flex-start;justify-content:space-between}}.dash-header-container .dash-header-content .dash-header-items{display:flex;flex-wrap:wrap;margin:0;align-items:center;justify-content:flex-end}.dash-header-container .dash-header-content .dash-header-items .dash-header-item .dash-header-actions{flex:1;display:flex;flex-wrap:wrap}.dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn{display:flex;flex-direction:column;align-items:center;margin:10px 15px 10px 0;padding:5px 16px;width:auto;height:auto;background:transparent;border:1px solid var(--highlight-color);border-radius:8px;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:var(--highlight-color)}.dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn>span{color:var(--highlight-color)}.dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn:last-child{margin-right:0}.dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn:hover{border-color:var(--highlight-color);background-color:var(--highlight-color);color:var(--primary-color)}.dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn:hover>span{color:var(--primary-color)}.RaToolbar-mobileToolbar{display:flex!important;justify-content:flex-end!important;z-index:1000!important}.RaToolbar-desktopToolbar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;display:flex!important;justify-content:flex-end!important}.auto-admin-grouped-form{margin-bottom:var(--sidebar-horizontal-height)}@media(max-width:768px){.dash-header{position:fixed;z-index:1000}.dash-app-layout .dash-layout-content .dash-app-module{height:calc(100% - var(--sidebar-horizontal-height));display:flex}#dash-app-layout>div.dash-app-layout-content.MuiBox-root>div.dash-layout-content.MuiBox-root{margin-top:calc(var(--sidebar-horizontal-height));height:calc(100vh - var(--sidebar-horizontal-height))}.webview #dash-app-layout>div.dash-app-layout-content.MuiBox-root>div.dash-layout-content.MuiBox-root,.android #dash-app-layout>div.dash-app-layout-content.MuiBox-root>div.dash-layout-content.MuiBox-root{margin-top:calc(var(--sidebar-horizontal-height, 64px) + 40px)}.dash-app-layout .dash-layout-content .dash-app-module .dash-module-box-content{padding-bottom:var(--sidebar-horizontal-height)}.android #dash-app-layout>div.dash-app-layout-content.MuiBox-root>div.dash-layout-content.MuiBox-root{margin-top:calc(var(--sidebar-horizontal-height) + 40px);height:100vh}.android .dash-app-layout .dash-layout-content .dash-app-module{height:calc(100% - var(--sidebar-horizontal-height) + 40px);display:flex}.dash-header-container .dash-header-content .dash-header-items{position:absolute;right:0}.auto-admin-grouped-form{margin-bottom:15px}body[class*=android] .auto-admin-grouped-form{margin-bottom:calc(var(--sidebar-horizontal-height) + 15px);height:100vh}}.dash-header-inline{display:flex;flex-direction:row;-webkit-box-align:center;align-items:baseline;width:auto;margin-left:8px}.dash-header-inline-img{margin:5px 0;width:45px;height:var(--sidebar-horizontal-height)}.dash-header-inline-img img{width:100%;height:100%;object-fit:contain;line-height:1}.dash-header-inline-title{display:inline-block;font-style:normal;font-weight:700;line-height:.9;color:var(--text-header)}.dash-header-inline-title:after{content:"▸";margin-left:5px}.dash-header-inline-subtitle{display:inline-block;font-weight:500;line-height:22px;color:var(--text-header);overflow:visible}.dash-header-breadcrumbs{display:inline-flex;flex-direction:row;align-items:center;flex-wrap:nowrap;margin:0 0 0 12px;height:auto;line-height:1;border-left:1px solid var(--text-header-muted, rgba(255, 255, 255, .3));padding:0 0 0 12px}.dash-breadcrumbs{display:inline-flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:2px;margin:0;padding:0}.dash-breadcrumbs .dash-breadcrumb-item{display:inline-flex;flex-direction:row;align-items:center;gap:2px;transition:color .2s ease;flex-shrink:0}.dash-breadcrumbs .dash-breadcrumb-item--active .dash-breadcrumb-label{font-weight:500;color:var(--text-header)}.dash-breadcrumbs .dash-breadcrumb-icon{display:inline-flex;align-items:center;color:var(--text-header-muted, rgba(255, 255, 255, .7));flex-shrink:0}.dash-breadcrumbs .dash-breadcrumb-icon svg{font-size:12px}.dash-breadcrumbs .dash-breadcrumb-label{font-size:11px;font-weight:400;color:var(--text-header-muted, rgba(255, 255, 255, .7));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;transition:color .2s ease;line-height:1.2}.dash-breadcrumbs .dash-breadcrumb-link{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}.dash-breadcrumbs .dash-breadcrumb-link:hover .dash-breadcrumb-label{color:var(--text-header);text-decoration:underline}.dash-breadcrumbs .dash-breadcrumb-link:hover .dash-breadcrumb-icon{color:var(--text-header)}.dash-breadcrumbs .dash-breadcrumb-separator{display:inline-flex;align-items:center;margin:0 1px;color:var(--text-header-muted, rgba(255, 255, 255, .5));flex-shrink:0}.dash-breadcrumbs .dash-breadcrumb-separator svg{font-size:12px}@media(max-width:768px){.dash-header-breadcrumbs{display:none}}@media(max-width:768px){.dash-header .dash-header-container{flex-direction:column;flex-flow:nowrap}.dash-header .dash-header-container .dash-header-subheader{height:auto;margin:0}.dash-header .dash-header-container .dash-header-subheader-action{display:flex;align-items:center;justify-content:center;width:18px;height:16px;margin:6px}.dash-header .dash-header-container .dash-header-subheader-logo{display:flex;align-items:center;justify-content:center;height:34px;width:34px;border-radius:50%;padding:4px;box-sizing:border-box;margin:0;background-color:#fff}.dash-header .dash-header-container .dash-header-subheader-logo img{width:100%;height:100%;object-fit:contain}.dash-header .dash-header-container .dash-header-subheader-avatar,.dash-header .dash-header-container .dash-header-subheader-avatar .dash-header-user-avatar{width:24px;height:24px}.dash-header .dash-header-container .dash-header-content{margin:0;width:100%;max-width:100%;border-radius:0;border:none;display:flex;flex-direction:row;align-items:center}.dash-header .dash-header-container .dash-header-content .dash-page-header-heading{width:100%}.dash-header .dash-header-container .dash-header-content .dash-page-header-heading-inline{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0}.dash-header .dash-header-container .dash-header-content .dash-page-header-heading-inline .dash-page-header-heading-img{display:none}.dash-header .dash-header-container .dash-header-content .dash-page-header-heading-inline .dash-page-header-heading-title{display:inline-block;font-style:normal;font-weight:700;font-size:14px;line-height:24px;color:var(--highlight-color);margin-left:0}.dash-header .dash-header-container .dash-header-content .dash-page-header-heading-inline .dash-page-header-heading-sub-title{display:inline-block;font-style:normal;font-weight:700;font-size:20px;line-height:24px;overflow:visible;margin:0}.dash-header .dash-header-container .dash-header-content .dash-header-items{display:flex;flex-direction:column;padding:0}.dash-header .dash-header-container .dash-header-content .dash-header-items .dash-header-item,.dash-header .dash-header-container .dash-header-content .dash-header-items .dash-header-actions{width:100%}.dash-header .dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn{padding:8px 16px;width:100%;height:64px;border:1px solid var(--highlight-color);border-radius:8px}.dash-header .dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn:hover{border-color:var(--highlight-color);background-color:var(--highlight-color);color:var(--primary-color)}.dash-header .dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn.hide-sm{display:none}}@media(max-width:768px)and (max-width:768px){.dash-header .dash-header-container{background-color:var(--primary-color)}}.expanded.small .sidebar-drawer .MuiDrawer-paper,.collapsed.large .sidebar-drawer .MuiDrawer-paper,.collapsed.small .sidebar-drawer .MuiDrawer-paper{width:var(--sidebar-small-width);transition:width 225ms cubic-bezier(.4,0,.6,1) 0ms;overflow-x:hidden}.expanded.large .sidebar-drawer .MuiDrawer-paper{width:var(--sidebar-large-width);transition:width 195ms cubic-bezier(0,0,.2,1) 0ms;overflow-x:hidden}.sidebar-drawer .MuiDrawer-paper{transition:width 225ms cubic-bezier(.4,0,.6,1) 0ms;overflow-x:hidden}.expanded.large .sidebar-drawer .MuiDrawer-paper{transition:width 195ms cubic-bezier(0,0,.2,1) 0ms}.collapsed .sidebar-drawer .MuiDrawer-paper,.expanded.small .sidebar-drawer .MuiDrawer-paper{transition:width 225ms cubic-bezier(.4,0,.6,1) 0ms}.dash-menu-actions{display:flex;align-self:anchor-center;flex-direction:row}.expanded.large .dash-menu-user{position:relative;display:flex;justify-content:center;margin-top:-30px}.expanded.large .dash-menu-user .dash-menu-actions{display:flex;align-self:anchor-center;flex-direction:row;justify-content:flex-end;width:200px;position:absolute;bottom:0;gap:5px}.expanded.large .dash-menu-user .dash-user-avatar .MuiAvatar-root{width:200px;height:200px;background-color:var(--primary-color)}.collapsed .dash-menu-user,.small .dash-menu-user{position:relative;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:8px}.collapsed .dash-menu-user .dash-menu-actions,.small .dash-menu-user .dash-menu-actions{align-self:anchor-center;display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:center}.collapsed .dash-menu-user .dash-user-avatar .MuiAvatar-root,.small .dash-menu-user .dash-user-avatar .MuiAvatar-root{width:50px;height:50px;background-color:var(--primary-color)}.dash-icon-button-color{color:var(--highlight-color)}.dash-icon-button-color svg{fill:var(--highlight-color)}.dash-icon-button-color:hover{color:var(--highlight-color-contrast)}.dash-icon-button-color:hover svg{fill:var(--highlight-color-contrast)}.dash-icon-button-bg{color:var(--text-color);background-color:var(--secondary-color)}.dash-icon-button-bg svg{fill:var(--text-color)}.dash-icon-button-bg:hover{color:var(--text-color);background-color:var(--highlight-color)}.dash-icon-button-bg:hover svg{fill:var(--text-color)}.dash-language-menu-portal{background:var(--module-bg);z-index:9999;pointer-events:none}.dash-language-menu-portal .dash-language-menu{background:var(--module-bg);color:var(--text-light);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;border-radius:4px;pointer-events:auto;display:none}.dash-language-menu-portal .dash-language-menu.show{display:block;animation:popIn .2s ease-out forwards}.dash-language-menu-portal .dash-language-menu.hide{animation:popOut .2s ease-out forwards}.dash-language-menu-portal .dash-language-menu .dash-language-menu-item:hover{background-color:var(--component-hover-bg)!important}.dash-language-menu-portal .dash-language-menu .dash-language-menu-item.selected{font-weight:500}.dash-user-menu-portal{position:fixed;inset:0;z-index:9999;pointer-events:none}.dash-user-menu-portal .dash-user-menu{pointer-events:auto;display:none}.dash-user-menu-portal .dash-user-menu.show{display:block;animation:popIn .2s ease-out forwards}.dash-user-menu-portal .dash-user-menu.hide{animation:popOut .2s ease-out forwards}.dash-user-menu{background-color:var(--module-bg);color:var(--text-light);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;border-radius:4px;min-width:200px;padding:8px 0}.dash-user-menu span,.dash-user-menu p{color:var(--text-light)!important}.dash-user-menu svg{fill:var(--text-light)!important}.dash-user-menu .dash-user-name{font-weight:500;border-bottom:1px solid var(--border-color);margin-bottom:8px}.sidebar-drawer{z-index:2000}.sidebar-drawer>.MuiPaper-root.MuiDrawer-paper{background:linear-gradient(140deg,var(--primary-color) 60%,var(--primary-contrast) 100%);flex-shrink:0;white-space:nowrap;box-sizing:border-box;border-radius:0 20px 20px 0;box-shadow:#00000040 0 14px 28px,#00000038 0 10px 10px}.sidebar-drawer .sidebar-logo{display:block;height:50px;margin:10px auto}.sidebar-drawer .sidebar-logo>img{width:100%;height:100%;object-fit:contain}.sidebar-drawer .sidebar-list{display:flex;flex-direction:column;overflow-y:auto}.sidebar-drawer .sidebar-list::-webkit-scrollbar{width:5px}.sidebar-drawer .sidebar-list::-webkit-scrollbar-track{background:transparent}.sidebar-drawer .sidebar-list::-webkit-scrollbar-thumb{background:var(--sidebar-handle-primary);border-radius:5px}.sidebar-drawer .sidebar-list::-webkit-scrollbar-thumb:hover{background:var(--sidebar-handle-contrast)}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root{background-color:var(--sidebar-bg-primary);display:flex;align-items:center;min-height:auto;padding:9px 17px 9px 8px}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root:hover{background-color:var(--sidebar-bg-hover);color:var(--sidebar-contrast)}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root .MuiListItemIcon-root{width:18px;height:18px;margin:0 10px 0 12px;min-width:auto}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root .MuiListItemIcon-root svg{width:100%;height:100%;object-fit:contain}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root.Mui-selected .MuiListItemIcon-root{color:var(--highlight-color)}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root .MuiListItemText-root{margin:0}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root .MuiListItemText-root .MuiTypography-root{font-family:Montserrat;font-style:normal;font-weight:500;font-size:14px;line-height:22px}.sidebar-drawer .sidebar-list .MuiCollapse-wrapper{background-color:var(--sidebar_submenu-bg-primary)}.sidebar-drawer .sidebar-list .MuiCollapse-wrapper .MuiButtonBase-root.MuiListItemButton-root span.RaMenuItemLink-icon{border-radius:5px;padding:3px;background-color:var(--sidebar-bg-primary);width:18px;height:18px;display:inline-grid;margin-right:3px}.sidebar-drawer .sidebar-list .MuiCollapse-wrapper .MuiButtonBase-root.MuiListItemButton-root span.RaMenuItemLink-icon .MuiSvgIcon-root{width:12px;height:12px}.sidebar-drawer .sidebar-list .MuiCollapse-wrapper .MuiButtonBase-root.MuiListItemButton-root a.RaMenuItemLink-active{background-color:var(--sidebar_submenu-bg-contrast)}.sidebar-drawer.large.expanded .sidebar-logo{width:100%}.sidebar-drawer.large.expanded .sidebar-list .MuiButtonBase-root.MuiListItemButton-root a{display:block;width:100%;padding:9px 17.55px 9px 15.15px}.sidebar-drawer.small.collapsed .sidebar-logo,.sidebar-drawer.large.collapsed .sidebar-logo{display:block;height:60px;margin:0 auto 8px}.sidebar-drawer.small.collapsed .sidebar-logo>img,.sidebar-drawer.large.collapsed .sidebar-logo>img{width:100%;height:100%;object-fit:contain}.sidebar-drawer.small.collapsed .sidebar-list .MuiButtonBase-root.MuiListItemButton-root,.sidebar-drawer.large.collapsed .sidebar-list .MuiButtonBase-root.MuiListItemButton-root{padding:9px 13px 9px 15px;position:relative}.sidebar-drawer.small.collapsed .sidebar-list .MuiButtonBase-root.MuiListItemButton-root:before,.sidebar-drawer.large.collapsed .sidebar-list .MuiButtonBase-root.MuiListItemButton-root:before{content:"";display:block;position:absolute;width:32px;height:0px;bottom:0;left:15px;border-bottom:.5px solid rgba(255,255,255,.2);pointer-events:none}.sidebar-drawer.small.collapsed .sidebar-list .MuiListItemIcon-root,.sidebar-drawer.large.collapsed .sidebar-list .MuiListItemIcon-root{margin-right:auto}.sidebar-drawer.small.collapsed .sidebar-list .Mui-selected,.sidebar-drawer.large.collapsed .sidebar-list .Mui-selected{background:var(--highlight-color);color:var(--primary-color)}.sidebar-drawer .sidebar-list-sub .MuiListItemButton-root .MuiListItemIcon-root{margin-left:25px!important}.sidebar-collapsed-menu .menu-items{position:relative;font-size:14px}.sidebar-collapsed-menu .menu-items a{display:block;font-size:inherit;color:inherit;text-decoration:none}.sidebar-collapsed-menu .menu-items button{display:flex;align-items:center;color:inherit;font-size:inherit;border:none;background-color:transparent;cursor:pointer;width:100%}.sidebar-collapsed-menu button span{margin-left:3px}.sidebar-collapsed-menu .menu-items>a,.sidebar-collapsed-menu .menu-items button{text-align:left;padding:.7rem 1rem}.sidebar-collapsed-menu .arrow:after{content:"";display:inline-block;margin-left:.28em;vertical-align:.09em;border-top:.42em solid;border-right:.32em solid transparent;border-left:.32em solid transparent}.sidebar-collapsed-menu .dropdown{position:fixed;box-shadow:0 10px 15px -3px #2e293314,0 4px 6px -2px #473f4f29;font-size:.875rem;z-index:9999;min-width:10rem;padding:.5rem 0;list-style:none;background-color:var(--sidebar_submenu-bg-primary);border-radius:.5rem;display:none}.sidebar-collapsed-menu .dropdown.show{display:block}.sidebar-collapsed-menu .dropdown .dropdown-submenu{position:absolute;left:100%;top:-7px}.sidebar-list>.MuiButtonBase-root>.MuiListItemIcon-root,.dropdown>.MuiButtonBase-root>.MuiListItemIcon-root,.sidebar-list>.MuiButtonBase-root>.MuiListItemText-root .MuiTypography-root,.dropdown>.MuiButtonBase-root>.MuiListItemText-root .MuiTypography-root{color:var(--sidebar-primary)}>.sidebar-list>.MuiButtonBase-root:hover,>.dropdown>.MuiButtonBase-root:hover{color:var(--secondary-color)}>.sidebar-list>.MuiButtonBase-root:hover .MuiListItemIcon-root,>.dropdown>.MuiButtonBase-root:hover .MuiListItemIcon-root,>.sidebar-list>.MuiButtonBase-root:hover .MuiListItemText-root .MuiTypography-root,>.dropdown>.MuiButtonBase-root:hover .MuiListItemText-root .MuiTypography-root{color:var(--secondary-color)}.sidebar-list-sub .MuiButtonBase-root .MuiListItemIcon-root,.dropdown-sub .MuiButtonBase-root .MuiListItemIcon-root,.sidebar-list-sub .MuiButtonBase-root .MuiListItemText-root .MuiTypography-root,.dropdown-sub .MuiButtonBase-root .MuiListItemText-root .MuiTypography-root{color:var(--sidebar_submenu-color-primary)}.sidebar-list-sub .MuiButtonBase-root:hover .MuiListItemText-root .MuiTypography-root,.dropdown-sub .MuiButtonBase-root:hover .MuiListItemText-root .MuiTypography-root,.sidebar-list-sub .MuiButtonBase-root:hover .MuiListItemIcon-root,.dropdown-sub .MuiButtonBase-root:hover .MuiListItemIcon-root{color:var(--sidebar_submenu-color-contrast)}.dash-app-layout.sidebar-position-left{flex-direction:row}.dash-app-layout.sidebar-position-left .sidebar-drawer .MuiDrawer-paper{border-radius:0 20px 20px 0}.dash-app-layout.sidebar-position-right{flex-direction:row-reverse}.dash-app-layout.sidebar-position-right .sidebar-drawer .MuiDrawer-paper{border-radius:20px 0 0 20px}.dash-app-layout.sidebar-position-top{flex-direction:column}.dash-app-layout.sidebar-position-top .sidebar-drawer{width:100%!important}.dash-app-layout.sidebar-position-top .sidebar-drawer .MuiDrawer-paper{width:100%!important;height:var(--sidebar-horizontal-height, 64px);max-height:120px;border-radius:0 0 20px 20px;display:flex!important;flex-direction:row!important;align-items:center!important;overflow-x:auto;overflow-y:hidden}.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-header{display:flex!important;flex-direction:row!important;align-items:center!important;width:auto;min-width:auto;padding:0;flex-shrink:0}.dash-app-layout.sidebar-position-top .sidebar-drawer .dash-layout-sider-scrollbar{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;flex:1;transform:rotateX(180deg)}.dash-app-layout.sidebar-position-top .sidebar-drawer .dash-layout-sider-scrollbar>div,.dash-app-layout.sidebar-position-top .sidebar-drawer .dash-layout-sider-scrollbar>*{display:flex!important;flex-direction:row!important;transform:rotateX(180deg)}.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list.sidebar-collapsed-menu{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;padding:0;margin:0}.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list>.MuiButtonBase-root,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>.MuiButtonBase-root,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list>.MuiListItemButton-root,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>.MuiListItemButton-root,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list>.menu-items,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>.menu-items,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list>li,.dash-app-layout.sidebar-position-top .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>li{flex-shrink:0;white-space:nowrap}.dash-app-layout.sidebar-position-top .dash-app-layout-content{flex:1;height:auto;overflow:auto}.dash-app-layout.sidebar-position-bottom{flex-direction:column-reverse}.dash-app-layout.sidebar-position-bottom .sidebar-drawer{width:100%!important}.dash-app-layout.sidebar-position-bottom .sidebar-drawer .MuiDrawer-paper{width:100%!important;height:auto!important;max-height:120px;border-radius:20px 20px 0 0;display:flex!important;flex-direction:row!important;align-items:center!important;overflow-x:auto;overflow-y:hidden}.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-header{display:flex!important;flex-direction:row!important;align-items:center!important;width:auto;min-width:auto;flex-shrink:0}.dash-app-layout.sidebar-position-bottom .sidebar-drawer .dash-layout-sider-scrollbar{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;flex:1}.dash-app-layout.sidebar-position-bottom .sidebar-drawer .dash-layout-sider-scrollbar>div{display:flex!important;flex-direction:row!important}.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list.sidebar-collapsed-menu{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;padding:0;margin:0}.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list>.MuiButtonBase-root,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>.MuiButtonBase-root,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list>.MuiListItemButton-root,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>.MuiListItemButton-root,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list>.menu-items,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>.menu-items,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list>li,.dash-app-layout.sidebar-position-bottom .sidebar-drawer .sidebar-list.sidebar-collapsed-menu>li{flex-shrink:0;white-space:nowrap}.dash-app-layout.sidebar-position-bottom .dash-app-layout-content{flex:1;height:auto;overflow:auto}.horizontal-mode{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;flex:1;height:100%}.horizontal-mode>div,.horizontal-mode>nav,.horizontal-mode>ul,.horizontal-mode .sidebar-list,.horizontal-mode .sidebar-collapsed-menu{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important}.horizontal-mode .MuiList-root,.horizontal-mode .MuiButtonBase-root{flex-shrink:0!important;white-space:nowrap!important}.toolbar-filters>div{display:flex}.toolbar-settings{position:absolute;right:0;top:0}.toolbar-buttons{align-items:center}.toolbar-right-buttons{position:absolute;top:0;right:2px;display:flex;z-index:5}.toolbar-filters{display:flex;flex-direction:column;justify-content:space-around}@font-face{font-family:Montserrat;font-weight:400;src:local("Montserrat"),url(/fonts/Montserrat-Regular-D3UCWjz4.ttf) format("truetype")}@font-face{font-family:Montserrat;font-weight:600;src:local("Montserrat"),url(/fonts/Montserrat-Bold-nPtuWU9B.ttf) format("truetype")}li{list-style:none}ul{padding-inline-start:0px}.MuiTypography-root{width:100%}h3{margin:0}@media(max-width:768px){.sm-hide,body.ingresar-paquete .dash-header-content,body.egresar-paquete .dash-header-content,body.admin-warehouse-enter .dash-header-content,body.admin-warehouse-dispatch .dash-header-content,body.admin-warehouse-return .dash-header-content{display:none!important}}.dash-app-module{flex:unset}.dash-module-box{max-width:calc(100% - 1px)}.dash-module-box-content{width:100%;overflow:unset}@media screen and (max-width:991px){.dash-module-box-content,.framed-layout .dash-module-box-content{max-width:100%}}.dash-module-box,.dash-module-horizontal-box{max-width:100%;width:100%}.MuiTablePagination-displayedRows{margin-right:15px}.MuiTablePagination-toolbar{background-color:transparent!important;justify-content:center;align-items:baseline}.MuiFormLabel-root.MuiInputLabel-shrink{top:-2px!important}.MuiStack-root-RaLabeled-root{width:100%;margin-bottom:1rem!important}.MuiStack-root{align-items:stretch}.MuiAutocomplete-root{width:100%}.RaList-actions .MuiAutocomplete-input{width:100%!important}.RaList-actions .MuiInputBase-root{flex-wrap:inherit}@media screen and (max-width:576px){.MuiPaper-root{overflow-x:none!important}}a,.dash-link{color:var(--primary-color)}.link{display:flex;width:fit-content;margin:.5rem 0;font-weight:500;font-size:12px;line-height:22px;text-align:right;text-decoration-line:underline;transition:all .4s}.link--secondary{color:var(--link-color)}.link .icon{margin-right:10px}.link:hover{text-decoration:underline}.MuiButtonBase-root-MuiTab-root.Mui-selected,.MuiButtonBase-root.MuiTab-root.MuiTab-labelIcon.MuiTab-textColorPrimary.form-tab{color:var(--primary-color)}.MuiButtonBase-root.MuiTab-root.MuiTab-labelIcon.MuiTab-textColorPrimary.form-tab:hover,.MuiButtonBase-root.MuiTab-root.MuiTab-labelIcon.MuiTab-textColorPrimary.form-tab:focus{color:var(--scroll_thumb-color)}.MuiTablePagination-actions{margin-left:1rem!important}.MuiPaginationItem-root{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5px 6px;width:32px;height:32px;background:var(--highlight-color);border:1px solid var(--module-bg);border-radius:2px;font-style:normal;font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#262626}.MuiPaginationItem-root.Mui-selected{background:var(--highlight-color);border:1px solid var(--primary-color);color:var(--primary-color)}.MuiPaginationItem-root.MuiPaginationItem-previousNext{background:var(--primary-color);border:1px solid var(--primary-color);color:var(--highlight-color)}.MuiPaginationItem-root.Mui-disabled{background:#f5f5f5;border:1px solid var(--module-bg);color:#bfbfbf}.dash-pagination-component{bottom:15px;right:20px;box-shadow:0 4px 8px #0000001a,0 6px 20px #0000001a;border-radius:8px}.dash-pagination-component .MuiTablePagination-select{background-color:var(--primary-color);color:var(--highlight-color);font-weight:700;font-size:10px}.MuiPaginationItem-page{display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;position:relative;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0px;border:0px;cursor:pointer;user-select:none;vertical-align:middle;appearance:none;text-decoration:none;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:.875rem;line-height:1.43;letter-spacing:.01071em;border-radius:13px;text-align:center;box-sizing:border-box;min-width:26px;height:26px;padding:0 4px;margin:0 1px;color:#233044;transition:color .25s cubic-bezier(.4,0,.2,1) 0ms,background-color .25s cubic-bezier(.4,0,.2,1) 0ms}.dash-app-static-content{width:100%;align-items:center;padding:170px 6.208vw 0 7.083vw}.dash-app-static-logo{position:absolute;width:200px;left:61px;top:68px}.dash-app-static-back{align-items:flex-end;justify-content:flex-start;width:100%;max-width:50.694%;flex:0 0 50.694%;height:100vh;position:fixed;top:0;right:0;z-index:1}.dash-app-static-back:before{content:"";display:block;width:50.694vw;height:100vh;right:0;top:0;background:var(--btn-bg);background:linear-gradient(130.87deg,var(--btn-bg) 4.81%,var(--btn-danger-bg) 107.52%);border-radius:40px 0 0 40px;position:absolute;z-index:-1}.dash-app-static-img{position:absolute;width:76.208vw;height:91.136vh;object-fit:contain;object-position:bottom right;left:-6.208vw;bottom:0}.dash-app-static-img img,.dash-app-static-img svg{width:100%;height:100%;object-fit:contain;object-position:bottom right}.dash-app-static-img img *,.dash-app-static-img svg *{pointer-events:none}.dash-app-static-img-logo{display:none}.dash-app-notfound{width:100%;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center}.dash-app-notfound-img{width:280px;height:280px}.dash-app-notfound-img img{display:block;object-fit:contain;width:100%;height:100%}.dash-app-notfound-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:34px}.dash-app-notfound-content h1{display:block;width:100%;text-align:center;font-style:normal;font-weight:900;font-size:24px;line-height:24px;color:#1e1e1e;margin-bottom:15px}.dash-app-notfound-content span{display:block;width:100%;text-align:center;font-style:normal;font-weight:400;font-size:24px;line-height:24px}.dash-app-notfound-content .ant-btn{margin:50px auto 0}.auto-admin-grouped-form{padding:0}fieldset{border:none;margin-top:15px}fieldset legend{font-size:larger;font-weight:700}legend{float:inherit}.dash-app-form-item{margin-bottom:10px}.icon-fill-w path{fill:var(--highlight-color)}.stroke-purple,.stroke-purple *{stroke:var(--btn-color)}.packages-resource-field-wrapper-row{background-color:#fff;font-size:12pt}.packages-resource-field-wrapper-row .label{color:var(--primary-color)}.packages-resource-field-wrapper-row .field{color:#000}.dash-notification .MuiSnackbarContent-message{padding:20px}.dash-media-body .table{width:100%;border:1px solid rgba(0,0,0,.12);margin-top:1rem;border-collapse:collapse}.dash-media-body .table th,.dash-media-body .table td{padding:5px 10px;border:1px solid rgba(0,0,0,.12)}.dash-media-body .table th{background-color:#0000001f;font-size:12px}.dash-media-body .table td{vertical-align:top;min-width:90px;font-size:11px}.RaDatagrid-headerCell{text-align:center}.MuiTableCell-root.MuiTableCell-body{padding:2px 8px}.MuiTableRow-hover:hover{background-color:var("--primary-contrast")}.MuiTableContainer-root,.dash-datagrid-wrapper{overflow:visible!important}.MuiTableContainer-root .RaDatagrid-tableWrapper,.dash-datagrid-wrapper .RaDatagrid-tableWrapper{width:100%}.RaDatagrid-tableWrapper{overflow:auto}.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root{background-color:var("--primary-contrast");border:1px solid var("--primary-color");border-radius:6px!important;font-family:Montserrat!important;font-style:normal!important;font-size:16px!important;line-height:24px!important;color:var("--highlight-color");min-height:auto!important;height:auto!important;padding:4px 10px!important}.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root .MuiButton-startIcon{color:var("--highlight-color");width:18px!important}.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root:hover,.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root:hover .MuiButton-startIcon{color:var("--text-color")}.dash-sticky-header .RaDatagrid-tableWrapper{max-height:calc(100vh - 90px);box-sizing:border-box}.dash-sticky-header .RaDatagrid-root .RaDatagrid-tableWrapper{max-height:70vh;overflow-y:auto;position:relative}.dash-sticky-header .RaDatagrid-root .MuiTable-stickyHeader .MuiTableHead-root{position:sticky;top:0;z-index:10}.dash-sticky-header .RaDatagrid-root .MuiTable-stickyHeader .MuiTableHead-root:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#0000001a}.dash-sticky-header .RaDatagrid-root .MuiTableCell-stickyHeader{font-weight:700}@media(max-width:768px){.dash-sticky-header .RaDatagrid-tableWrapper{max-height:60vh}}.dash-app-layout.w50 .dash-app-login-content{max-width:50%;flex:0 0 50%}.dash-app-login-wrapper{width:100%;display:flex;flex-wrap:wrap}.dash-app-login-content,.dash-app-login-back{display:flex;position:relative}.dash-app-login-content{z-index:3;width:100%;max-width:50%;flex:0 0 50%;align-items:flex-start;justify-content:center;padding-top:60px;flex-direction:column}.dash-app-login-content .dash-app-login a,.dash-app-login-content .dash-app-login-form a{color:var(--highlight-color)}.dash-app-login-content .dash-app-login .MuiPaper-root,.dash-app-login-content .dash-app-login-form .MuiPaper-root{background-color:var(--module-bg);border-color:var(--module-border)}.dash-app-login-content .dash-app-login-form,.dash-app-login-content .dash-app-login-form-form{flex-direction:column}.dash-app-login-content .dash-app-login-form .MuiInputBase-root,.dash-app-login-content .dash-app-login-form-form .MuiInputBase-root{min-height:45px;margin-bottom:20px;color:var(--text-header--light)!important}.dash-app-login-content .dash-app-login-form .MuiInputBase-root fieldset,.dash-app-login-content .dash-app-login-form-form .MuiInputBase-root fieldset{border-radius:33px;border-color:var(--text-header--light)!important;border-width:1px;box-shadow:2px 2px var(--component-shadow, 0 2px 4px rgba(0, 0, 0, .1))}.dash-app-login-content .dash-app-login-form .MuiInputBase-root input:-webkit-autofill,.dash-app-login-content .dash-app-login-form-form .MuiInputBase-root input:-webkit-autofill,.dash-app-login-content .dash-app-login-form .MuiInputBase-root input:-webkit-autofill:hover,.dash-app-login-content .dash-app-login-form-form .MuiInputBase-root input:-webkit-autofill:hover,.dash-app-login-content .dash-app-login-form .MuiInputBase-root input:-webkit-autofill:focus,.dash-app-login-content .dash-app-login-form-form .MuiInputBase-root input:-webkit-autofill:focus,.dash-app-login-content .dash-app-login-form .MuiInputBase-root input:-webkit-autofill:active,.dash-app-login-content .dash-app-login-form-form .MuiInputBase-root input:-webkit-autofill:active{-webkit-text-fill-color:var(--text-color)!important}.dash-app-login-content .dash-app-login-form .MuiInputLabel-shrink,.dash-app-login-content .dash-app-login-form-form .MuiInputLabel-shrink,.dash-app-login-content .dash-app-login-form .MuiLink-button,.dash-app-login-content .dash-app-login-form-form .MuiLink-button{color:var(--text-header--light)!important}.dash-app-login-content .dash-app-login-form .MuiButtonBase-root,.dash-app-login-content .dash-app-login-form-form .MuiButtonBase-root{color:var(--primary-contrast);font-weight:bolder;background-color:var(--highlight-color)}.dash-app-login-content .dash-app-login-form-title,.dash-app-login-content .dash-app-login-form-form-title{display:block;font-style:normal;font-weight:900;font-size:24px;line-height:34px;color:var(--highlight-color)}.dash-app-login-back{align-items:flex-end;justify-content:flex-start;width:100%;max-width:50%;flex:0 0 50%;height:100vh;position:fixed;top:0;right:0;z-index:1}.dash-app-login-back:before{content:"";display:block;width:100%;height:100vh;right:0;top:0;background:var(--primary-color);background:linear-gradient(130.87deg,var(--primary-color) 4.81%,var(--primary-contrast) 107.52%);border-radius:40px 0 0 40px;position:absolute;z-index:-1}.dash-app-login-logo{position:absolute;object-fit:contain;object-position:top center;top:10px;right:0;width:100%;max-width:100%;z-index:2}.dash-app-login-logo img{max-width:100%;max-height:120px;object-fit:contain}.dash-app-login-img{position:absolute;width:100%;height:70vh;max-height:60vh;object-fit:contain;left:0;bottom:0}.dash-app-login-img img,.dash-app-login-img svg{width:100%;height:100%;object-fit:contain;object-position:bottom center}.dash-app-login-img img *,.dash-app-login-img svg *{pointer-events:none}.dash-app-login-img-logo{display:none}@media(max-width:960px){.framed-layout .dash-app-login-wrapper,.dash-app-login-wrapper{flex-direction:column}.framed-layout .dash-app-login-content,.dash-app-login-content,.framed-layout .dash-app-login-back,.dash-app-login-back{display:flex;position:relative;max-width:100%;flex:0 0 auto;padding:0}.framed-layout .dash-app-login-back,.dash-app-login-back{display:none}.framed-layout .dash-app-login-logo,.dash-app-login-logo{position:relative;top:auto;right:auto;width:100%;max-width:100%;z-index:2;padding:20px;background:none;display:flex;justify-content:center;align-items:center}.framed-layout .dash-app-login-logo img,.dash-app-login-logo img{width:100%;max-width:280px;max-height:80px;object-fit:contain}.framed-layout .dash-app-login-img,.dash-app-login-img{position:relative;object-position:center;width:100%;height:auto;min-height:120px;max-height:50vh;right:auto;left:auto;bottom:0;z-index:1;margin-top:auto}.framed-layout .dash-app-login-img img,.dash-app-login-img img,.framed-layout .dash-app-login-img svg,.dash-app-login-img svg{width:100%;height:100%;max-height:50vh;object-fit:contain;object-position:bottom center}.framed-layout .dash-app-login-img-logo,.dash-app-login-img-logo{display:none}.framed-layout .dash-app-login-content,.dash-app-login-content{max-width:100%;width:100%;flex:1 0 auto;padding-top:20px;align-items:center;justify-content:flex-start}.framed-layout .dash-app-login-content .dash-app-login-logo,.dash-app-login-content .dash-app-login-logo{display:none}.framed-layout .dash-app-login-content .dash-app-login-form,.dash-app-login-content .dash-app-login-form{margin:0;padding:20px;width:100%}.framed-layout .dash-app-login-content .dash-app-login-form-title,.dash-app-login-content .dash-app-login-form-title{display:block;margin-bottom:20px;font-style:normal;font-weight:900;font-size:20px;line-height:30px;color:var(--heading-color)}.framed-layout .dash-app-login-content .dash-app-login-form-item,.dash-app-login-content .dash-app-login-form-item{display:flex;flex-direction:column;width:100%;max-width:unset;margin-bottom:20px}.framed-layout .dash-app-login-content .dash-app-login-form-label,.dash-app-login-content .dash-app-login-form-label{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color)}.framed-layout .dash-app-login-content .dash-app-login-form-input,.dash-app-login-content .dash-app-login-form-input{width:100%}.framed-layout .dash-app-login-content .dash-app-login-form-input:before,.dash-app-login-content .dash-app-login-form-input:before,.framed-layout .dash-app-login-content .dash-app-login-form-input:after,.dash-app-login-content .dash-app-login-form-input:after{display:none}.framed-layout .dash-app-login-content .dash-app-login-form-input>input,.dash-app-login-content .dash-app-login-form-input>input{font-size:16px}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;background-color:var(--component-bg);border-color:var(--component-border)}.MuiAutocomplete-inputRoot{flex-wrap:nowrap!important}.MuiInputBase-colorPrimary{color:var(--text-color)}.MuiInputBase-colorPrimary fieldset{border-radius:6px;border-color:var(--component-border);border-width:1px!important;box-shadow:2px 2px var(--component-shadow);transition:all .4s}.MuiInputBase-colorPrimary input,.MuiInputBase-colorPrimary .MuiSelect-select{width:100%;min-width:0;border-radius:6px;font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:var(--text-color)}.MuiInputBase-colorPrimary input::placeholder,.MuiInputBase-colorPrimary .MuiSelect-select::placeholder,.MuiInputBase-colorPrimary input::-webkit-input-placeholder,.MuiInputBase-colorPrimary .MuiSelect-select::-webkit-input-placeholder,.MuiInputBase-colorPrimary input::-moz-placeholder,.MuiInputBase-colorPrimary .MuiSelect-select::-moz-placeholder,.MuiInputBase-colorPrimary input:-ms-input-placeholder,.MuiInputBase-colorPrimary .MuiSelect-select:-ms-input-placeholder,.MuiInputBase-colorPrimary input::-ms-input-placeholder,.MuiInputBase-colorPrimary .MuiSelect-select::-ms-input-placeholder{color:var(--text-light)}.MuiInputBase-colorPrimary input:focus,.MuiInputBase-colorPrimary .MuiSelect-select:focus{color:var(--text-color)}.MuiInputBase-colorPrimary input:disabled,.MuiInputBase-colorPrimary .MuiSelect-select:disabled{color:var(--text-color);background-color:var(--disabled-bg)}.MuiInputBase-colorPrimary:hover fieldset{box-shadow:2px 2px var(--component-hover-bg)}.MuiInputBase-colorPrimary.Mui-focused fieldset{border-color:var(--primary-color);border-width:2px!important}.MuiInputBase-colorPrimary.Mui-error fieldset{border-color:var(--error-color)}.MuiInputBase-colorPrimary.Mui-disabled fieldset{border-color:var(--disabled-border)}.dash-app-form-item-input label,.MuiFormLabel-root{color:var(--text-color)}.MuiFormLabel-root.Mui-focused{color:var(--primary-color)}.MuiFormLabel-root.Mui-disabled{color:var(--disabled-color)}.MuiFormLabel-root.Mui-error{color:var(--error-color)}.MuiFormLabel-colorPrimary.Mui-focused{color:var(--primary-color)}.input-label-top>.MuiFormLabel-root{position:static;transform:unset;font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color)}.input-label-top>.MuiInputBase-root fieldset{top:0}.input-label-top>.MuiInputBase-root fieldset legend{display:none}.select-label{position:static;transform:unset;font-family:Montserrat!important;font-style:normal!important;font-weight:400!important;font-size:14px!important;line-height:22px!important}.MuiList-root .MuiMenuItem-root{font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:24px}.MuiCheckbox-root,.MuiCheckbox-root.Mui-checked{color:var(--primary-color)}.MuiCheckbox-root.Mui-disabled{color:var(--disabled-color)}.MuiFormLabel-asterisk{color:var(--error-color)}.MuiFormControlLabel-label{font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color)}[data-theme=dark] .MuiInputBase-colorPrimary input::placeholder,[data-theme=dark] .MuiInputBase-colorPrimary .MuiSelect-select::placeholder,[data-theme=dark] .MuiInputBase-colorPrimary input::-webkit-input-placeholder,[data-theme=dark] .MuiInputBase-colorPrimary .MuiSelect-select::-webkit-input-placeholder,[data-theme=dark] .MuiInputBase-colorPrimary input::-moz-placeholder,[data-theme=dark] .MuiInputBase-colorPrimary .MuiSelect-select::-moz-placeholder,[data-theme=dark] .MuiInputBase-colorPrimary input:-ms-input-placeholder,[data-theme=dark] .MuiInputBase-colorPrimary .MuiSelect-select:-ms-input-placeholder,[data-theme=dark] .MuiInputBase-colorPrimary input::-ms-input-placeholder,[data-theme=dark] .MuiInputBase-colorPrimary .MuiSelect-select::-ms-input-placeholder{color:var(--text-color)}[data-theme=light] .MuiInputBase-colorPrimary input::placeholder,[data-theme=light] .MuiInputBase-colorPrimary .MuiSelect-select::placeholder,[data-theme=light] .MuiInputBase-colorPrimary input::-webkit-input-placeholder,[data-theme=light] .MuiInputBase-colorPrimary .MuiSelect-select::-webkit-input-placeholder,[data-theme=light] .MuiInputBase-colorPrimary input::-moz-placeholder,[data-theme=light] .MuiInputBase-colorPrimary .MuiSelect-select::-moz-placeholder,[data-theme=light] .MuiInputBase-colorPrimary input:-ms-input-placeholder,[data-theme=light] .MuiInputBase-colorPrimary .MuiSelect-select:-ms-input-placeholder,[data-theme=light] .MuiInputBase-colorPrimary input::-ms-input-placeholder,[data-theme=light] .MuiInputBase-colorPrimary .MuiSelect-select::-ms-input-placeholder{color:var(--text-light)}.MuiButton-root{border:1px solid var(--component-border);font-family:Montserrat!important;font-style:normal!important;font-weight:400!important;font-size:16px!important;line-height:24px!important;transition:all .4s;text-transform:unset!important}.MuiButton-root>span{display:inline-flex;align-items:center}.MuiButton-root>span svg{margin-right:9.75px}.MuiButton-root.MuiButton-containedPrimary>span{color:var(--btn-color)}.MuiButton-root.MuiButton-containedPrimary>span svg{filter:brightness(0) invert(1)}.MuiButton-root.MuiButton-outlinedPrimary{color:var(--highlight-color)}.MuiButton-root.MuiButton-outlinedPrimary>span svg{filter:brightness(0) invert(1)}.card-title{display:block;font-weight:800;font-size:20px;line-height:22px;color:var(--heading-color)}.card-subtitle{display:block;color:var(--text-contrast);font-style:normal;font-weight:700;font-size:16px;line-height:24px}.card-text{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color)}.dash-card-prod{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:15px;background:var(--component-bg);border-radius:5px;box-shadow:0 0 5px 2px #00000005}.dash-card-prod .ant-tag{margin:0 0 0 auto}.dash-card-icon{width:30px!important;height:30px!important;margin-right:10px}.dash-card-desc{flex:1}.dash-card-price{display:block;font-size:24px;font-weight:400;margin-bottom:.25rem}.dash-card-number{display:block;font-size:20px;font-weight:300;margin-bottom:.25rem}.dash-card-name{display:block;font-size:12px;font-weight:400;margin-bottom:0}.dash-card-svg{border-radius:15px!important;box-shadow:unset!important}.dash-card-svg .MuiCardContent-root{height:100%;padding-top:4rem}.dash-card-svg .MuiCardContent-root svg{margin-bottom:.5rem}.dash-card-svg.blue{background-color:var(--alert-info-bg)!important}.dash-card-svg.empty{background-color:transparent!important}.dash-card-svg .ant-progress-text{font-size:12px;color:var(--text-contrast);opacity:.54}.dash-card-svg span{display:block}.dash-card .MuiCardHeader-title{font-size:20px!important}.dash-card .MuiCardHeader-subheader .ant-tag{margin-top:4px;margin-bottom:0}.card-history-steps{margin-top:30px;width:100%}.card-history-step{padding:0;background:var(--component-bg);border-radius:10px;margin-bottom:20px}.card-history-step .ant-card-body{padding:0;background:var(--component-bg)}.card-history-content{background:var(--component-bg);padding:14px 24px;display:grid;grid-template-columns:14px 1fr;gap:0 17px}.card-history-icon{width:14px;height:100%;margin-right:17px;grid-column:1/2;grid-row:1/2}.card-history-icon:before,.card-history-icon:after{content:"";display:block;width:2px;background-color:var(--primary-color);margin:0 auto}.card-history-icon svg{display:block;width:14px;height:14px;object-fit:contain;margin:3px auto}.card-history-icon:before{height:2px}.card-history-icon:after{height:calc(100% - 22px)}.card-history-text{grid-column:2/3;grid-row:1/2}.card-history-text>span,.card-history-text>label{display:block;font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--component-text);margin-bottom:0}.card-history-text>.card-history-state{display:inline-block}.card-history-date{display:flex;align-items:center}.card-history-separator{display:inline-block;width:14px!important;height:14px!important;object-fit:contain;margin:0 10px;transform:translateY(2px);pointer-events:none}.dash-widget .MuiCardHeader-root,.dash-widget-white .MuiCardHeader-root{padding:16px 22.37px 16px 24px;border-bottom:1px solid var(--component-border-split);align-items:center}.dash-widget .MuiCardHeader-root .MuiTypography-root,.dash-widget-white .MuiCardHeader-root .MuiTypography-root{font-family:Montserrat;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:var(--heading-color)}.dash-widget .MuiCardHeader-root .MuiCardHeader-action,.dash-widget-white .MuiCardHeader-root .MuiCardHeader-action{display:flex;align-items:center;justify-content:center;align-self:center;margin:0}.dash-widget .MuiCardHeader-root .MuiCardHeader-action .MuiSvgIcon-root,.dash-widget-white .MuiCardHeader-root .MuiCardHeader-action .MuiSvgIcon-root{color:var(--primary-color);width:16px;height:16px}.dash-widget .MuiCardHeader-root .MuiCardHeader-action .MuiButton-root.MuiButton-containedPrimary,.dash-widget-white .MuiCardHeader-root .MuiCardHeader-action .MuiButton-root.MuiButton-containedPrimary{min-width:unset;width:40px;height:40px;padding:0;border-radius:4px!important;color:var(--btn-color)}.dash-widget .MuiCardHeader-root .MuiCardHeader-action .MuiButton-root.MuiButton-containedPrimary svg,.dash-widget-white .MuiCardHeader-root .MuiCardHeader-action .MuiButton-root.MuiButton-containedPrimary svg{color:var(--primary-color)}.dash-widget .MuiCardHeader-root .MuiCardHeader-action .MuiButton-root.MuiButton-containedPrimary svg path,.dash-widget-white .MuiCardHeader-root .MuiCardHeader-action .MuiButton-root.MuiButton-containedPrimary svg path{fill:var(--primary-color)}.dash-widget .MuiCardContent-root,.dash-widget-white .MuiCardContent-root{font-family:Montserrat;font-style:normal;font-weight:400;font-size:20px;line-height:22px;color:var(--primary-color)}.dash-widget.dash-widget-inner,.dash-widget-white.dash-widget-inner{background-color:var(--component-bg)!important}.dash-widget.dash-widget-inner .MuiCardHeader-root,.dash-widget-white.dash-widget-inner .MuiCardHeader-root{display:inline-flex;align-items:center;width:100%;min-height:56px;border-bottom:1px solid var(--component-border-split);padding:8px 12px}.dash-widget.dash-widget-inner .MuiCardContent-root,.dash-widget-white.dash-widget-inner .MuiCardContent-root{min-height:54px;padding:12px;font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:var(--primary-color)}.dash-widget-inner{padding:0!important;background-color:var(--component-bg);border:1px solid var(--component-border-base);border-radius:10px!important;box-shadow:unset!important}.dash-widget-inner .ant-card-head,.dash-widget-inner .ant-card-body{background-color:var(--component-bg)}.dash-widget-purple .dash-widget,.dash-widget-purple .dash-card-content{background:var(--component-hover-bg)!important}.dash-widget-purple span{font-size:3rem}.dash-widget-purple .dash-widget.dash-widget-inner .MuiCardHeader-root{border-bottom:none}.dash-form{width:100%}.dash-card-profile .MuiGrid-item{border-right:1px solid var(--component-border-split)}.dash-card-profile .MuiGrid-item:last-child{border-right:unset}.dash-card-profile .MuiFormControl-root{width:100%}.dash-card-profile .dash-profile-name{color:var(--highlight-color)}.dash-card-profile .dash-profile-img{width:130px;height:130px;position:relative;margin:0 auto 2rem;background-color:var(--primary-color)}.dash-card-profile .dash-profile-img img{width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden}.dash-module-box-header{background-color:transparent;padding:0;min-height:auto;border:unset}.dash-module-top-content{width:100%;overflow-y:hidden;overflow-x:auto;position:relative}.dash-module-horizontal-nav{display:flex;flex-wrap:unset;position:relative;padding-top:4px;margin:0}.dash-module-horizontal-nav li{cursor:pointer}.dash-module-horizontal-nav li .dash-link{display:flex;align-items:center;justify-content:center;border:1px solid var(--component-border-split);border-top-left-radius:8px;border-top-right-radius:8px;margin:0 .75rem 0 0;border-bottom:none;padding:5px 15px;width:max-content;height:45px;min-height:45px;font-size:14px;font-weight:700;text-align:center;color:var(--text-light)!important;text-decoration:none!important;position:relative;transition:all .4s}.dash-module-horizontal-nav li .dash-link .icon{display:none}.dash-module-horizontal-nav li.active .dash-link{background-color:var(--tab-selected-bg);border-color:var(--primary-color);border-bottom:2px solid var(--component-active-bg);z-index:1}.dash-module-horizontal-nav li:first-child .dash-link{margin-left:4px}.dash-module-action-group{position:absolute;right:0;top:0;z-index:100}.dash-module-top button{background-color:var(--primary-color);z-index:5}.dash-module-action{position:relative}.dash-module-action .MuiButton-root{font-size:.8rem!important}.dash-auto-admin-tabbed-form .MuiTabs-scroller{overflow-x:auto!important;overflow-y:hidden}.dash-auto-admin-tabbed-form .MuiTabs-root{border-top:1px solid var(--component-border-base)}.dash-auto-admin-tabbed-form .MuiTabs-root .MuiTab-root{display:-moz-box;display:-webkit-box;align-items:center}.dash-auto-admin-tabbed-form .MuiTabs-root .MuiTab-root svg{width:18px;height:18px;margin:-3px 5px 0 0}.MuiTabs-root{min-height:auto!important}@media(max-width:768px){ul.dash-module-horizontal-nav{margin:0}ul.dash-module-horizontal-nav .dash-link{height:auto;min-height:auto;padding:2px 5px}.tabbed-form .MuiTabs-root .MuiTab-root{min-height:24px;height:24px;padding:2px 8px;font-size:.75rem;font-weight:500}}.ant-notification-notice{padding:16px;border-radius:2px;overflow:initial}.ant-notification-notice-icon{margin:0;width:21px;height:21px;color:initial!important}.ant-notification-notice-icon>svg{width:100%!important;height:100%!important}.ant-notification-notice-icon>svg>*{pointer-events:none}.ant-notification-notice-success{background:#f6ffed;border:1px solid #52C41A}.ant-notification-notice-success .ant-notification-notice-icon{filter:invert(61%) sepia(34%) saturate(993%) hue-rotate(56deg) brightness(95%) contrast(99%)}.ant-notification-notice-error{background:#fff1f0;border:1px solid var(--pink)}.ant-notification-notice-error .ant-notification-notice-icon{filter:invert(18%) sepia(28%) saturate(6396%) hue-rotate(340deg) brightness(132%) contrast(109%)}.ant-notification-notice-info{background:#ede0ff;border:1px solid var(--primary-color)}.ant-notification-notice-info .ant-notification-notice-icon{filter:invert(43%) sepia(96%) saturate(420%) hue-rotate(222deg) brightness(92%) contrast(91%)}.ant-notification-notice-custom{background:linear-gradient(92.77deg,#9a65e080 2.44%,#cb126280 97.8%);border:1px solid var(--primary-color)}.ant-notification-notice-custom strong{color:var(--primary-color)}.ant-notification-notice-custom .ant-notification-notice-icon{filter:invert(10%) sepia(15%) saturate(10%) hue-rotate(314deg) brightness(101%) contrast(90%)}.ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:0}.ant-notification-notice-with-icon .ant-notification-notice-description{margin-top:4px}.ant-notification-notice-with-icon .ant-notification-notice-description:empty{display:none}.ant-popover-title{padding:5px 16px;font-family:Montserrat;font-style:normal;font-weight:700;font-size:14px;line-height:22px;color:var(--primary-color);border-bottom:1px solid #F0F0F0}.ant-popover-inner-content{padding:12px 16px;font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#262626}.ant-tag{display:inline-flex;align-items:center;justify-content:center;padding:1px 8px;width:max-content;min-width:71px;height:30px;background:var(--component-bg);border:1px solid var(--component-border);border-radius:4px;color:var(--component-text)}.ant-tag svg{color:var(--component-text)}.ant-tag svg path{stroke:var(--component-text)}.ant-tag.ant-tag-magenta{color:#eb2f96;background:#fff0f6;border:1px solid #FFADD2}.ant-tag.ant-tag-magenta.color svg{color:#eb2f96}.ant-tag.ant-tag-magenta.stroke svg path{stroke:#eb2f96}.ant-tag.dash-tag-red{color:#f5222d;background:#fff1f0;border:1px solid var(--pink)}.ant-tag.dash-tag-red.color svg{color:#f5222d}.ant-tag.dash-tag-red.stroke svg path{stroke:#f5222d}.ant-tag.dash-tag-volcano{color:#fa541c;background:#fff2e8;border:1px solid #FFBB96}.ant-tag.dash-tag-volcano.color svg{color:#fa541c}.ant-tag.dash-tag-volcano.stroke svg path{stroke:#fa541c}.ant-tag.dash-tag-orange{color:#fa8c16;background:#fff7e6;border:1px solid #FFD591}.ant-tag.dash-tag-orange.color svg{color:#fa8c16}.ant-tag.dash-tag-orange.stroke svg path{stroke:#fa8c16}.ant-tag.dash-tag-gold{color:#faad14;background:#fffbe6;border:1px solid #FFE58F}.ant-tag.dash-tag-gold.color svg{color:#faad14}.ant-tag.dash-tag-gold.stroke svg path{stroke:#faad14}.ant-tag.dash-tag-lime{color:#a0d911;background:#fcffe6;border:1px solid #EAFF8F}.ant-tag.dash-tag-lime.color svg{color:#a0d911}.ant-tag.dash-tag-lime.stroke svg path{stroke:#a0d911}.ant-tag.dash-tag-green{color:#52c41a;background:#f6ffed;border:1px solid #B7EB8F}.ant-tag.dash-tag-green.color svg{color:#52c41a}.ant-tag.dash-tag-green.stroke svg path{stroke:#52c41a}.ant-tag.dash-tag-cyan{color:#13c2c2;background:#e6fffb;border:1px solid #87E8DE}.ant-tag.dash-tag-cyan.color svg{color:#13c2c2}.ant-tag.dash-tag-cyan.stroke svg path{stroke:#13c2c2}.ant-tag.dash-tag-blue{color:#1890ff;background:#e6f7ff;border:1px solid #91D5FF}.ant-tag.dash-tag-blue.color svg{color:#1890ff}.ant-tag.dash-tag-blue.stroke svg path{stroke:#1890ff}.ant-tag.dash-tag-geekblue{color:#2f54eb;background:#f0f5ff;border:1px solid #ADC6FF}.ant-tag.dash-tag-geekblue.color svg{color:#2f54eb}.ant-tag.dash-tag-geekblue.stroke svg path{stroke:#2f54eb}.ant-tag.dash-tag-purple{color:#722ed1;background:#f9f0ff;border:1px solid #D3ADF7}.ant-tag.dash-tag-purple.color svg{color:#722ed1}.ant-tag.dash-tag-purple.stroke svg path{stroke:#722ed1}.file-dragdrop-component{display:inline-block;width:100%;border:3px var(--primary-color) dashed;border-radius:16px;padding:16px;margin:15px 0;background-color:#fff}.file-dragdrop-component label{font-size:16px;font-weight:700}.file-dragdrop-text{font-size:16px;text-align:center}.file-dragdrop-file{width:70px;float:left;margin:5px}.file-dragdrop-file span{font-size:10px}.svg-icon-regular{color:var(--text-color, #233044)}.svg-icon-regular svg{fill:var(--text-color, #233044)}.svg-icon-red{color:var(--danger-color)}.svg-icon-red svg{fill:var(--danger-color)}.svg-icon-green{color:var(--success-color, #4CAF50)}.svg-icon-green svg{fill:var(--success-color, #4CAF50)}.svg-icon-blue{color:var(--primary-color, #1976D2)}.svg-icon-blue svg{fill:var(--primary-color, #1976D2)}.svg-icon-yellow{color:var(--warning-color, #FF9800)}.svg-icon-yellow svg{fill:var(--warning-color, #FF9800)}.stats-number{font-size:42px;font-weight:600}.dash-profile-img{display:flex;margin:0 auto 2rem;width:160px;height:160px;border-radius:50%;justify-content:center;align-items:center;position:relative}.dash-profile-img img{width:100%;height:100%;position:relative;object-fit:cover;border-radius:50%}.dash-profile-icon{display:flex;width:100%;height:100%;background-color:#ffb74d;justify-content:center;align-items:center;position:relative;border-radius:50%}.dash-profile-edit{display:flex;width:42px;height:42px;border-radius:50%;background-color:var(--highlight-color)!important;justify-content:center;align-items:center;position:absolute!important;top:0;right:10px;box-shadow:0 5px 6px #00000061}.dash-module-box-content div:empty,.edit-page div:empty,.show-page div:empty,.view-page div:empty,.create-page div:empty{display:none}.MuiStack-root{align-items:stretch!important}.top-toolbar .MuiToolbar-root{padding-bottom:0;padding-right:10px}.RaCreate-main>.MuiPaper-root,.RaEdit-main>.MuiPaper-root{background-color:inherit;border-radius:inherit;box-shadow:inherit}.RaList-actions>span{display:none}.RaList-actions{display:block!important}.RaList-actions form{min-height:auto}.list-page .RaList-main,.toolbar-filters{width:100%}.filter-field{width:25%}@media(max-width:1300px){.filter-field{width:33%}}@media(max-width:960px){.filter-field{width:50%}}@media(max-width:768px){.filter-field{width:100%}}.MuiSelect-select .RaSelectArrayInput-chips{display:contents!important}.MuiSelect-select:hover .RaSelectArrayInput-chips{position:absolute;background:#fff;border-radius:14px;padding:4px}.RaDatagrid-tableWrapper table{margin-top:auto!important}.RaList-actions{padding:15px 5px;background:var(--module-bg);border-radius:8px;margin-bottom:3px}.RaDatagrid-root [class*=RaBulkActionsToolbar-root]{position:inherit;background-color:"none"}.RaEdit-main,.RaCreate-main{display:block!important}.RaSingleFieldList-root .RaSingleFieldList-link>*{color:var(--text-color)}.RaReferenceField-root .RaReferenceField-link>*{color:var(--text-color)}html{background-color:var(--primary-contrast, #00044c);background:linear-gradient(var(--angle),var(--primary-color, #8f00cb),var(--primary-contrast, #00044c))}body{margin:0;font-family:Montserrat}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:var(--highlight-color, #d4ff00)!important}fieldset{padding:8px;margin:8px;border:1px dashed rgba(0,0,0,.5)}fieldset legend{font-size:small;font-weight:400}.kt-mall-client-tab-create-view{display:flex;flex-direction:row;height:100vh}.kt-mall-client-tab-sidebar{width:80px;flex-shrink:0;border-right:1px solid var(--divider-color);display:flex;flex-direction:column}@media(min-width:600px){.kt-mall-client-tab-sidebar{width:100px}}.kt-mall-client-tab-main-content{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.kt-mall-client-tab-header{border-radius:0;background:none;border-bottom:1px solid var(--divider-color)}.kt-mall-client-tab-assistance-container{margin-bottom:16px}.kt-mall-client-tab-products-section{flex-grow:1;overflow:hidden;display:flex;flex-direction:column}.kt-mall-client-tab-header{background-color:transparent!important}.kt-mall-client-tab-toolbar{display:flex;flex-direction:column;width:100%}.kt-mall-client-tab-toolbar-controls{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;padding:8px;border-radius:4px;background-color:transparent;box-shadow:0 2px 4px #0000001a}.kt-mall-client-tab-search-field{flex:1;min-width:120px;max-width:60%}@media(min-width:600px){.kt-mall-client-tab-search-field{min-width:200px;max-width:none}}.kt-mall-client-tab-cart-empty{padding:4px;border-radius:8px;background-color:transparent;display:flex;align-items:center;justify-content:center}@media(min-width:600px){.kt-mall-client-tab-cart-empty{padding:16px}}.kt-mall-client-tab-cart-empty-icon{opacity:.4;color:var(--grey-500)}.kt-mall-client-tab-cart-summary{padding:4px;border-radius:8px;color:var(--primary-contrast);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}@media(min-width:600px){.kt-mall-client-tab-cart-summary{padding:16px}}.kt-mall-client-tab-cart-summary:hover{transform:scale(1.01);box-shadow:0 8px 16px #0003}.kt-mall-client-tab-cart-summary:active{transform:scale(.99)}.kt-mall-client-tab-cart-summary-content{display:flex;align-items:center;justify-content:space-between}.kt-mall-client-tab-cart-left{display:flex;align-items:center;gap:16px}.kt-mall-client-tab-cart-badge .MuiBadge-badge{font-weight:700;font-size:.75rem}.kt-mall-client-tab-cart-icon{font-size:32px}.kt-mall-client-tab-cart-caption{opacity:.85}.kt-mall-client-tab-cart-right{display:flex;align-items:center;gap:8px}.kt-mall-client-tab-cart-total{text-align:right}.kt-mall-client-tab-cart-arrow{font-size:28px;transform:rotate(-90deg);opacity:.7}.kt-mall-client-tab-cart-stores{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.kt-mall-client-tab-cart-store-chip{color:var(--primary-contrast)!important;font-weight:600!important;font-size:.7rem!important}.kt-mall-client-tab-cart-floating{position:fixed;bottom:16px;left:16px;right:16px;z-index:1200;display:block}@media(min-width:960px){.kt-mall-client-tab-cart-floating{display:none}}.kt-mall-client-tab-cart-floating-btn{padding-top:16px!important;padding-bottom:16px!important;border-radius:12px!important;box-shadow:0 4px 20px #0000004d!important;display:flex!important;justify-content:space-between!important}.kt-mall-client-tab-cart-floating-left{display:flex;align-items:center;gap:8px}.kt-mall-product-card{height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:8px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.kt-mall-product-card:hover{transform:scale(1.02);box-shadow:0 8px 16px #0003}.kt-mall-product-card:active{transform:scale(.98)}.kt-mall-product-card-badges{position:absolute;top:8px;left:8px;z-index:2;display:flex;flex-direction:row;gap:8px}.kt-mall-product-card-featured-icon{display:flex;font-weight:600;font-size:22px;color:var(--warning-main, #ed6c02)}.kt-mall-product-card-modifier-icon{display:flex;font-size:22px;font-weight:600;color:var(--primary-main)}.kt-mall-product-card-image-container{position:relative;padding-top:75%}.kt-mall-product-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.kt-mall-product-card-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.kt-mall-product-card-image-placeholder-icon{font-size:48px;opacity:.3;color:var(--grey-500)}.kt-mall-product-card-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,#000000b3,#0000)}.kt-mall-product-card-content{flex-grow:1;padding:8px 12px!important}.kt-mall-product-card-tenant{font-size:.7rem;line-height:1.2;display:block;text-align:center;margin-bottom:4px}.kt-mall-product-card-price{font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:22px}.kt-mall-product-card-name{font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kt-mall-product-card-description{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px}.kt-mall-product-card-actions{padding:0 8px 8px!important}.kt-mall-product-card-add-button{border-radius:6px!important;font-weight:600!important;text-transform:none!important}.kt-mall-product-grid-container{flex-grow:1;overflow:hidden;display:flex;flex-direction:column}.kt-mall-product-grid-horizontal{height:100%;overflow:hidden;position:relative}.kt-mall-product-grid-horizontal-scroll{height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kt-mall-product-grid-horizontal-scroll::-webkit-scrollbar{display:none}.kt-mall-product-grid-horizontal-content{display:flex;height:100%;gap:16px;padding:16px}@media(min-width:600px){.kt-mall-product-grid-horizontal-content{gap:24px;padding:24px}}.kt-mall-product-grid-horizontal-item{flex-shrink:0;width:280px;scroll-snap-align:start}@media 768px{.kt-mall-product-grid-horizontal-item{width:300px}}@media(min-width:960px){.kt-mall-product-grid-horizontal-item{width:320px}}.kt-mall-product-grid-horizontal-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;border-radius:50%;box-shadow:0 2px 8px #0003}.kt-mall-product-grid-horizontal-nav.kt-mall-product-grid-nav-left{left:8px}.kt-mall-product-grid-horizontal-nav.kt-mall-product-grid-nav-right{right:8px}@media(min-width:600px){.kt-mall-product-grid-horizontal-nav.kt-mall-product-grid-nav-left{left:16px}.kt-mall-product-grid-horizontal-nav.kt-mall-product-grid-nav-right{right:16px}}.kt-mall-product-grid-infinite{flex-grow:1;overflow-y:auto;padding:16px}@media(min-width:600px){.kt-mall-product-grid-infinite{padding:24px}}.kt-mall-product-grid-loading{display:flex;justify-content:center;align-items:center;padding:32px}.kt-mall-product-grid-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center}.kt-mall-product-grid-empty-icon{font-size:64px;opacity:.3;color:var(--grey-500);margin-bottom:16px}.kt-mall-store-selector-container{height:100%;overflow-y:auto;padding:8px 0}.kt-mall-store-selector-container::-webkit-scrollbar{width:4px}.kt-mall-store-selector-container::-webkit-scrollbar-track{background:transparent}.kt-mall-store-selector-container::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.kt-mall-store-selector-button{width:100%;padding:12px 8px!important;border-radius:0!important;border-bottom:1px solid var(--divider-color)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;transition:background-color .2s ease!important}.kt-mall-store-selector-button.kt-mall-store-selector-active{color:var(--primary-contrast)!important;border-left:4px solid var(--primary-dark)!important}.kt-mall-store-selector-button.kt-mall-store-selector-active:hover{background-color:var(--primary-dark)!important}.kt-mall-store-selector-avatar{width:48px!important;height:48px!important}@media(min-width:600px){.kt-mall-store-selector-avatar{width:56px!important;height:56px!important}}.kt-mall-store-selector-name{font-size:.7rem!important;font-weight:600!important;text-align:center!important;line-height:1.2!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important}@media(min-width:600px){.kt-mall-store-selector-name{font-size:.75rem!important}}.kt-mall-store-selector-count-badge{position:absolute!important;top:8px!important;right:8px!important}.kt-mall-store-selector-count-badge .MuiBadge-badge{font-size:.65rem!important;font-weight:700!important;min-width:18px!important;height:18px!important}.kt-mall-order-summary-drawer .MuiDrawer-paper{width:100%}@media(min-width:600px){.kt-mall-order-summary-drawer .MuiDrawer-paper{width:400px}}@media(min-width:960px){.kt-mall-order-summary-drawer .MuiDrawer-paper{width:480px}}.kt-mall-order-summary-header{padding:16px;border-bottom:1px solid var(--divider-color);display:flex;justify-content:space-between;align-items:center}.kt-mall-order-summary-content{flex-grow:1;overflow-y:auto;padding:16px}.kt-mall-order-summary-footer{padding:16px;border-top:1px solid var(--divider-color)}.kt-mall-order-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.kt-mall-order-summary-submit{width:100%!important;padding-top:12px!important;padding-bottom:12px!important;font-size:1.1rem!important;font-weight:700!important}.kt-mall-cart-item{padding:12px;margin-bottom:12px;border-radius:8px;border:1px solid var(--divider-color);transition:background-color .2s ease}.kt-mall-cart-item:hover{background-color:var(--grey-50)}.kt-mall-cart-item-content{display:flex;gap:12px}.kt-mall-cart-item-image{width:80px;height:80px;border-radius:4px;object-fit:cover}@media(min-width:600px){.kt-mall-cart-item-image{width:96px;height:96px}}.kt-mall-cart-item-image-placeholder{width:80px;height:80px;border-radius:4px;background-color:var(--grey-200);display:flex;align-items:center;justify-content:center}@media(min-width:600px){.kt-mall-cart-item-image-placeholder{width:96px;height:96px}}.kt-mall-cart-item-details{flex-grow:1;display:flex;flex-direction:column;gap:4px}.kt-mall-cart-item-name{font-weight:600!important;line-height:1.3!important}.kt-mall-cart-item-tenant{font-size:.75rem;color:var(--text-secondary)}.kt-mall-cart-item-modifiers{margin-top:8px;padding-top:8px;border-top:1px solid var(--divider-color)}.kt-mall-cart-item-modifier{font-size:.8rem;color:var(--text-secondary);display:flex;justify-content:space-between;margin-bottom:2px}.kt-mall-cart-item-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.kt-mall-cart-item-quantity{display:flex;align-items:center;gap:8px}.kt-mall-cart-item-quantity-btn{min-width:32px!important;padding:4px!important}.kt-mall-cart-item-price{font-weight:700!important;color:var(--primary-main)!important}.kt-mall-cart-item-remove{color:var(--error-main)!important}.kt-mall-modifiers-modal .MuiDialog-paper{max-width:600px;width:100%;margin:16px}.kt-mall-modifiers-header{padding:16px 24px;border-bottom:1px solid var(--divider-color)}.kt-mall-modifiers-content{padding:24px;max-height:60vh;overflow-y:auto}.kt-mall-modifiers-group{margin-bottom:24px}.kt-mall-modifiers-group:last-child{margin-bottom:0}.kt-mall-modifiers-group-title{font-weight:600!important;margin-bottom:12px!important}.kt-mall-modifiers-group-required{color:var(--error-main);font-size:.75rem;margin-left:8px}.kt-mall-modifiers-footer{padding:16px 24px;border-top:1px solid var(--divider-color);display:flex;gap:12px}.kt-mall-modifiers-footer-button{flex:1}.kt-mall-assistance-button{width:100%;padding-top:12px!important;padding-bottom:12px!important;font-weight:600!important;text-transform:none!important}@media 520px{.kt-mall-hide-xs{display:none!important}}.kt-mall-show-xs{display:none!important}@media 520px{.kt-mall-show-xs{display:block!important}}@media(max-width:959px){.kt-mall-hide-md-down{display:none!important}}.kt-mall-show-lg{display:none!important}@media 1300px{.kt-mall-show-lg{display:block!important}}.light .dash-app-layout{background:#ffffffe6}input:-webkit-autofill{-webkit-box-shadow:unset!important;box-shadow:unset!important}.route-transition-enter{opacity:0;transform:translate(10px)}.route-transition-enter-active{opacity:1;transform:translate(0);transition:opacity .15s ease-in,transform .15s ease-in}.route-transition-exit{opacity:1;transform:translate(0)}.route-transition-exit-active{opacity:0;transform:translate(-10px);transition:opacity .1s ease-out,transform .1s ease-out}.dash-theme-dark{color-scheme:dark}.dash-theme-light{color-scheme:light}.dash-app-loading{contain:strict;content-visibility:hidden}.dash-app-loaded{contain:layout;content-visibility:visible}@property --angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes rotateGradient{to{--angle: 360deg}}:root{--primary-color--light: #c3c3c3;--primary-contrast--light: #f1f1f1;--secondary-color--light: #e8e8e8;--bodybg-primary--light: #ffffffff;--bodybg-secondary--light: #ecececff;--highlight-color--light: #49a000;--highlight-color-contrast--light: #333333;--module-bg--light: #d6d6d6;--module-border--light: #4f4f4f;--text-color--light: #000000;--text-contrast--light: #595959;--text-light--light: #4b4b4b;--text-header--light: #ffffff;--heading-color--light: #535353;--framed_layout-bg--light: #ffffff;--link-color--light: #171d3d;--nav-bg--light: rgba(64, 64, 64, .5);--component-bg--light: #ffffff;--component-border--light: #999;--component-text--light: #333333;--component-shadow--light: 0 2px 4px rgba(0, 0, 0, .1);--component-hover-bg--light: #f8f8f8;--component-active-bg--light: #e6e6e6;--component-border-base--light: #999;--component-border-split--light: #999;--border-color--light: #999;--link-hover--light: #999999;--link-active--light: #666666;--disabled-color--light: #808080;--disabled-bg--light: #eeeeee;--disabled-border--light: #eeeeee;--scroll_track--light: #808080;--scroll_thumb-color--light: #333;--header-bg--light: #ffffff;--header-font--light: #333333;--header-badge--light: #999999;--header-badge-hover--light: #F1F1F1;--header-input-bg--light: #2b2b2b;--sidebar-bg--light: rgba(255, 255, 255, 0);--sidebar-bg-hover--light: rgba(255, 255, 255, .5);--sidebar--light: rgba(60, 60, 60, .5);--sidebar-active--light: rgba(60, 60, 60, .5);--sidebar_icon--light: #ffffff;--sidebar_icon-active--light: #ffffff;--sidebar-primary--light: #000000;--sidebar-contrast--light: #3d3d3d;--sidebar_icon-primary--light: #ffffff;--sidebar_icon-secondary--light: #f0f0f0;--sidebar-bg-primary--light: rgba(0, 0, 0, 0);--sidebar-bg-contrast--light: rgba(62, 62, 62, .5);--sidebar_submenu-bg-primary--light: rgba(0, 0, 0, .05);--sidebar_submenu-bg-contrast--light: rgba(64, 64, 64, .5);--sidebar_submenu-color-primary--light: #010101;--sidebar_submenu-color-contrast--light: #383838;--sidebar-handle-primary--light: rgba(64, 64, 64, .2);--sidebar-handle-contrast--light: rgba(61, 61, 61, .5);--alert-info-bg--light: #0065fd;--alert-info-border--light: #CCE0FF;--alert-info-color--light: #121857;--alert-info-title--light: #121857;--alert-info-link--light: rgba(18, 24, 87, .4);--alert-error-bg--light: #DD7373;--alert-error-border--light: #DD7373;--alert-error-color--light: #535353;--alert-error-title--light: #535353;--alert-error-link--light: rgba(18, 24, 87, .4);--alert-warning-bg--light: #FFCB2F;--alert-warning-border--light: #FFCB2F;--alert-warning-color--light: #121857;--alert-warning-title--light: #121857;--alert-warning-link--light: rgba(18, 24, 87, .4);--alert-success-bg--light: #99F4BD;--alert-success-border--light: #99F4BD;--alert-success-color--light: #121857;--alert-success-title--light: #121857;--alert-success-link--light: rgba(18, 24, 87, .4);--btn-bg--light: #34831b;--btn-color--light: #ffffff;--btn-border-color--light: #808080;--btn-hover-bg--light: #666666;--btn-active-bg--light: #4D4D4D;--btn-disabled-bg--light: #999999;--btn-disabled-color--light: #ffffff;--btn-secondary-bg--light: #666666;--btn-secondary-color--light: #ffffff;--btn-success-bg--light: #808080;--btn-success-color--light: #ffffff;--btn-danger-bg--light: #808080;--btn-danger-color--light: #ffffff;--btn-warning-bg--light: #999999;--btn-warning-color--light: #333333;--btn-info-bg--light: #666666;--btn-info-color--light: #ffffff;--btn-light-bg--light: #f8f8f8;--btn-light-color--light: #333333;--tab-selected-bg--light: #dcdcdc;--primary-color--dark: #343434;--primary-contrast--dark: #191919;--secondary-color--dark: #202020;--module-bg--dark: #252526;--module-border--dark: #404040;--bodybg-primary--dark: #101010;--bodybg-secondary--dark: #242424;--highlight-color--dark: #fbfbfb;--highlight-color-contrast--dark: #000000;--text-color--dark: #f2f2f2;--text-contrast--dark: #cccccc;--text-light--dark: #ffffff;--text-header--dark: #FFFFFF;--heading-color--dark: #e0e0e0;--framed_layout-bg--dark: #363636;--main-bg--dark: #3b3b3b;--link-color--dark: #2eac19;--nav-bg--dark: #252526;--component-bg--dark: #252526;--component-border--dark: #ffffff2e;--component-text--dark: #d4d4d4;--component-shadow--dark: 0 2px 4px rgba(0, 0, 0, .4);--component-hover-bg--dark: #2d2d2d;--component-active-bg--dark: #37373d;--component-border-base--dark: #404040;--component-border-split--dark: #ffffff4d;--border-color--dark: #ffffff4d;--link-hover--dark: #9cdcfe;--link-active--dark: #007acc;--disabled-color--dark: #6c6c6c;--disabled-bg--dark: #2d2d2d;--disabled-border--dark: #404040;--scroll_track--dark: #1e1e1e;--scroll_thumb-color--dark: #424242;--header-bg--dark: #252526;--header-font--dark: #d4d4d4;--header-badge--dark: #007acc;--header-badge-hover--dark: #1e8ad2;--header-input-bg--dark: #3c3c3c;--sidebar-bg--dark: rgba(0, 0, 0, 0);--sidebar-bg-hover--dark: #00000061;--sidebar--dark: #d4d4d4;--sidebar-active--dark: #ffffff;--sidebar_icon--dark: #d4d4d4;--sidebar_icon-active--dark: #ffffff;--sidebar-primary--dark: #ffffff;--sidebar-contrast--dark: #cccccc;--sidebar_icon-primary--dark: #d4d4d4;--sidebar_icon-secondary--dark: #858585;--sidebar-bg-primary--dark: transparent00;--sidebar-bg-contrast--dark: #2d2d2d;--sidebar_submenu-bg-primary--dark: #12121229;--sidebar_submenu-bg-contrast--dark: #2d2d2d;--sidebar_submenu-color-primary--dark: #d4d4d4;--sidebar_submenu-color-contrast--dark: #cccccc;--sidebar-handle-primary--dark: rgba(65, 65, 65, .4);--sidebar-handle-contrast--dark: rgba(85, 85, 85, .6);--alert-info-bg--dark: #0058ef;--alert-info-border--dark: #063b49;--alert-info-color--dark: #9cdcfe;--alert-info-title--dark: #9cdcfe;--alert-info-link--dark: rgba(156, 220, 254, .6);--alert-error-bg--dark: #49060f;--alert-error-border--dark: #49060f;--alert-error-color--dark: #f48771;--alert-error-title--dark: #f48771;--alert-error-link--dark: rgba(244, 135, 113, .6);--alert-warning-bg--dark: #352a06;--alert-warning-border--dark: #352a06;--alert-warning-color--dark: #dcdcaa;--alert-warning-title--dark: #dcdcaa;--alert-warning-link--dark: rgba(220, 220, 170, .6);--alert-success-bg--dark: #063b1d;--alert-success-border--dark: #063b1d;--alert-success-color--dark: #6a9955;--alert-success-title--dark: #6a9955;--alert-success-link--dark: rgba(106, 153, 85, .6);--btn-bg--dark: #38a222;--btn-color--dark: #ffffff;--btn-border-color--dark: #37373d;--btn-hover-bg--dark: #45454d;--btn-active-bg--dark: #242424;--btn-disabled-bg--dark: #2d2d2d;--btn-disabled-color--dark: #6c6c6c;--btn-secondary-bg--dark: #1c1c1c;--btn-secondary-color--dark: #d4d4d4;--btn-success-bg--dark: #2f5534;--btn-success-color--dark: #d4d4d4;--btn-danger-bg--dark: #a1260d;--btn-danger-color--dark: #d4d4d4;--btn-warning-bg--dark: #8c8c35;--btn-warning-color--dark: #d4d4d4;--btn-info-bg--dark: #0e639c;--btn-info-color--dark: #d4d4d4;--btn-light-bg--dark: #252526;--btn-light-color--dark: #d4d4d4;--tab-selected-bg--dark: #505050;--table-header-color--light: #000000;--table-header-color--dark: #ffffff;--table-header-bg--light: #69de00;--table-header-bg--dark: #3aaa00;--black: #000000;--dash-scroll-width: 6px;--size-8: 8px;--size-10: 10px;--size-20: 20px;--size-30: 30px;--size-36: 36px;--size-40: 40px;--size-50: 50px;--size-60: 60px;--size-80: 80px;--size-100: 100px;--size-120: 120px;--size-150: 150px;--size-175: 175px;--size-200: 200px;--layout-header-height: 72px;--layout-header-height-res: 50px;--layout-header-padding: 0 32px;--layout-header-padding-res: 0 15px;--layout-footer-padding: 14px 32px;--layout-footer-padding-res: 14px 15px;--layout-trigger-height: 30px;--layout-zero-trigger-width: 36px;--layout-zero-trigger-height: 28px;--layout-main-content-padding: 32px;--layout-main-content-padding-res: 15px;--font-size-base: 14px;--font-size-lg: 16px;--font-size-sm: 12px;--line-height-base: 1.3;--h1-font-size: 22px;--h2-font-size: 20px;--h3-font-size: 18px;--h4-font-size: 16px;--h5-font-size: 14px;--h6-font-size: 12px;--headings-font-weight: 400;--headings-line-height: 1.2;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--font-weight-heavy: 900;--letter-spacing-base: 3px;--letter-spacing-lg: 6px;--letter-spacing-xl: 8px;--menu-inline-toplevel-item-height: 42px;--menu-item-height: 42px;--menu-expanded-width: 97px;--form-item-margin-bottom: 20px;--form-vertical-label-padding: 0 0 8px;--form-vertical-label-margin: 0;--border-width-base: 1px;--border-style-base: solid;--dragndrop-paddding-tb: 24px;--dragndrop-paddding-lr: 16px;--dash-customizer-width: 370px;--dash-customizer-base: 20px;--framed-layout-base: 30px;--custom-padding: 10px;--content-horizontal-padding: 10px;--sidebar-padding-lr: 25px;--min-body-width: 575px;--sidebar-mini-drawer-width: 100px;--sidebar-large-width: 255px;--sidebar-small-width: 60px;--sidebar-horizontal-height: 120px;--app-sidebar-width: 230px;--app-chat-sidebar-width: 315px;--scroll-bar-margin: 19px;--scroll-bar-expanded-margin: 5px;--sidebar_submenu-padding: 40px;--card-head-padding: 16px;--card-inner-head-padding: 12px;--card-padding-base: 24px;--card-padding-wider: 24px;--dash-card-padding-base: 24px;--dash-card-padding-sm: 14px;--dash-card-margin-base: 32px;--dash-card-margin-base-res: 20px;--grid-gutter-width: 32px;--border-radius-xxl: 30px;--border-radius-circle: 50%;--input-height-base: 36px;--input-height-lg: 40px;--input-height-sm: 24px;--input-height-base-sm: 28px;--btn-height-base: 36px;--btn-height-lg: 40px;--btn-height-sm: 24px;--btn-height-base-sm: 28px;--btn-font-size-lg: 16px;--btn-font-size-sm: 12px;--btn-font-size-xs: 10px;--btn-padding-xs: 0 6px;--btn-border-radius-base: 4px;--btn-border-radius-sm: 4px;--btn-padding-base: 0 15px;--btn-padding-lg: 0 15px;--btn-padding-sm: 0 7px;--border-radius-base: 6px;--border-radius-sm: 4px;--border-radius-lg: 10px;--body-background--dark: #005a32;--body-background--light: #41ab5d;--body-bg--dark: #505050;--body-bg--light: #2e2e2e;--border-color-base--dark: #000;--border-color-base--light: #c7e9c0;--border-color-split--dark: #000;--border-color-split--light: #c7e9c0;--btn-primary-bg--dark: #238b45;--btn-primary-bg--light: #367800;--btn-primary-color--dark: #f7fcf5;--btn-primary-color--light: #fff;--component-active-background--dark: #005a32;--component-active-background--light: #e6e6e6;--component-background--dark: rgba(0, 0, 0, .6);--component-background--light: #f8f8f8;--component-border-color--dark: #000;--component-border-color--light: #c7e9c0;--component-hover-background--dark: #145429;--component-hover-background--light: #f8f8f8;--component-text-color--dark: #f7fcf5;--component-text-color--light: #000;--dash-alert-error-bg--dark: #ff0022;--dash-alert-error-bg--light: #DD7373;--dash-alert-error-border--dark: #49060f;--dash-alert-error-border--light: #DD7373;--dash-alert-error-color--dark: #f48771;--dash-alert-error-color--light: #535353;--dash-alert-error-link--dark: rgba(244, 135, 113, .6);--dash-alert-error-link--light: rgba(18, 24, 87, .4);--dash-alert-error-title--dark: #f48771;--dash-alert-error-title--light: #535353;--dash-alert-info-bg--dark: #063b49;--dash-alert-info-bg--light: #CCE0FF;--dash-alert-info-border--dark: #063b49;--dash-alert-info-border--light: #CCE0FF;--dash-alert-info-color--dark: #9cdcfe;--dash-alert-info-color--light: #121857;--dash-alert-info-link--dark: rgba(156, 220, 254, .6);--dash-alert-info-link--light: rgba(18, 24, 87, .4);--dash-alert-info-title--dark: #9cdcfe;--dash-alert-info-title--light: #121857;--dash-alert-success-bg--dark: #063b1d;--dash-alert-success-bg--light: #99F4BD;--dash-alert-success-border--dark: #063b1d;--dash-alert-success-border--light: #99F4BD;--dash-alert-success-color--dark: #6a9955;--dash-alert-success-color--light: #121857;--dash-alert-success-link--dark: rgba(106, 153, 85, .6);--dash-alert-success-link--light: rgba(18, 24, 87, .4);--dash-alert-success-title--dark: #6a9955;--dash-alert-success-title--light: #121857;--dash-alert-warning-bg--dark: #db9900;--dash-alert-warning-bg--light: #FFCB2F;--dash-alert-warning-border--dark: #352a06;--dash-alert-warning-border--light: #FFCB2F;--dash-alert-warning-color--dark: #dcdcaa;--dash-alert-warning-color--light: #121857;--dash-alert-warning-link--dark: rgba(220, 220, 170, .6);--dash-alert-warning-link--light: rgba(18, 24, 87, .4);--dash-alert-warning-title--dark: #dcdcaa;--dash-alert-warning-title--light: #121857;--dash-border-color--dark: #000;--dash-border-color--light: #c7e9c0;--dash-framed-layout-background--dark: #41ab5d;--dash-framed-layout-background--light: #ffffff;--dash-link-color--dark: #74c476;--dash-link-color--light: #005a32;--dash-main-background--dark: #005a32;--dash-main-background--light: #ffffff;--dash-scroll-thumb-color--dark: #41ab5d;--dash-scroll-thumb-color--light: #74c476;--dash-scroll-track-color--dark: #005a32;--dash-scroll-track-color--light: #e5f5e0;--dash-sidebar-bg--dark: #005a32;--dash-sidebar-bg--light: #41ab5d;--dash-sidebar-bg-contrast--dark: #238b45;--dash-sidebar-bg-contrast--light: #005a32;--dash-sidebar-bg-hover--dark: #238b45;--dash-sidebar-bg-hover--light: #005a32;--dash-sidebar-bg-primary--dark: #005a32;--dash-sidebar-bg-primary--light: #41ab5d;--dash-sidebar-color--dark: #238b45;--dash-sidebar-color--light: #fff;--dash-sidebar-color-active--dark: #f7fcf5;--dash-sidebar-color-active--light: #e5f5e0;--dash-sidebar-color-contrast--dark: #a1d99b;--dash-sidebar-color-contrast--light: #e5f5e0;--dash-sidebar-color-primary--dark: #238b45;--dash-sidebar-color-primary--light: #fff;--dash-sidebar-handle-contrast--dark: rgba(35, 139, 69, .6);--dash-sidebar-handle-contrast--light: rgba(255, 255, 255, .5);--dash-sidebar-handle-primary--dark: rgba(65, 171, 93, .4);--dash-sidebar-handle-primary--light: rgba(255, 255, 255, .2);--dash-sidebar-icon-color--dark: #f7fcf5;--dash-sidebar-icon-color--light: #41ab5d;--dash-sidebar-icon-color-active--dark: #41ab5d;--dash-sidebar-icon-color-active--light: #e5f5e0;--dash-sidebar-icon-color-primary--dark: #f7fcf5;--dash-sidebar-icon-color-primary--light: #41ab5d;--dash-sidebar-icon-color-secondary--dark: #41ab5d;--dash-sidebar-icon-color-secondary--light: #e5f5e0;--dash-sidebar-submenu-bg-contrast--dark: #238b45;--dash-sidebar-submenu-bg-contrast--light: #005a32;--dash-sidebar-submenu-bg-primary--dark: #238b45;--dash-sidebar-submenu-bg-primary--light: #e5f5e0;--dash-sidebar-submenu-color-contrast--dark: #a1d99b;--dash-sidebar-submenu-color-contrast--light: #e5f5e0;--dash-sidebar-submenu-color-primary--dark: #f7fcf5;--dash-sidebar-submenu-color-primary--light: #41ab5d;--header-background--dark: rgba(0, 0, 0, .6);--header-background--light: #f8f8f8;--header-font-color--dark: #f7fcf5;--header-font-color--light: #000;--header-input-background--dark: rgba(0, 0, 0, .6);--header-input-background--light: #f8f8f8;--link-active-color--dark: #238b45;--link-active-color--light: #005a32;--link-hover-color--dark: #a1d99b;--link-hover-color--light: #41ab5d;--module-background--dark: #053c00;--module-background--light: #f8f8f8;--primary-contrast-color--dark: #005a32;--primary-contrast-color--light: #005a32;--text-contrast-color--dark: #cccccc;--text-contrast-color--light: #595959;--text-light-color--dark: #ffffff;--text-light-color--light: #6c6c6c;--ant-color-bg-container: var(--component-bg);--ant-color-bg-elevated: var(--module-bg);--ant-color-bg-layout: var(--bodybg-primary);--ant-color-text: var(--text-color);--ant-color-text-secondary: var(--text-light-color);--ant-color-border: var(--border-color);--ant-color-border-secondary: var(--border-color);--ant-color-split: var(--component-border-split);--ant-color-primary: var(--btn-bg);--ant-table-header-bg: var(--table-header-bg);--ant-table-header-color: var(--table-header-color);--ant-table-header-sort-active-bg: var(--component-active-bg);--ant-table-header-sort-hover-bg: var(--component-hover-bg);--ant-table-body-sort-bg: var(--component-bg);--ant-table-row-hover-bg: var(--component-hover-bg);--ant-table-row-selected-bg: var(--component-active-bg);--ant-table-row-selected-hover-bg: var(--component-hover-bg);--ant-table-row-expanded-bg: var(--component-bg);--ant-table-border-color: var(--border-color);--ant-table-header-split-color: var(--component-border-split);--ant-table-fixed-header-sort-active-bg: var(--component-active-bg);--ant-table-header-filter-hover-bg: var(--component-hover-bg);--ant-table-filter-dropdown-menu-bg: var(--component-bg);--ant-table-filter-dropdown-bg: var(--component-bg);--ant-table-expand-icon-bg: var(--component-bg);--ant-table-footer-bg: var(--component-bg);--ant-table-footer-color: var(--text-color);--ant-table-header-icon-color: var(--text-contrast);--ant-table-header-icon-hover-color: var(--text-color);--ant-table-sticky-scroll-bar-bg: var(--scroll_thumb-color);--ant-pagination-item-bg: var(--component-bg);--ant-pagination-item-active-bg: var(--btn-bg);--ant-pagination-item-active-color: var(--btn-color)}.ant-table-css-var{--ant-table-header-bg: var(--table-header-bg) !important;--ant-table-header-color: var(--table-header-color) !important;--ant-table-header-sort-active-bg: var(--component-active-bg) !important;--ant-table-header-sort-hover-bg: var(--component-hover-bg) !important;--ant-table-body-sort-bg: var(--component-bg) !important;--ant-table-row-hover-bg: var(--component-hover-bg) !important;--ant-table-row-selected-bg: var(--component-active-bg) !important;--ant-table-row-selected-hover-bg: var(--component-hover-bg) !important;--ant-table-row-expanded-bg: var(--component-bg) !important;--ant-table-border-color: var(--border-color) !important;--ant-table-header-split-color: var(--component-border-split) !important;--ant-table-fixed-header-sort-active-bg: var(--component-active-bg) !important;--ant-table-header-filter-hover-bg: var(--component-hover-bg) !important;--ant-table-filter-dropdown-menu-bg: var(--component-bg) !important;--ant-table-filter-dropdown-bg: var(--component-bg) !important;--ant-table-expand-icon-bg: var(--component-bg) !important;--ant-table-footer-bg: var(--component-bg) !important;--ant-table-footer-color: var(--text-color) !important;--ant-table-header-icon-color: var(--text-contrast) !important;--ant-table-header-icon-hover-color: var(--text-color) !important;--ant-table-sticky-scroll-bar-bg: var(--scroll_thumb-color) !important}.css-var-root{--ant-color-bg-container: var(--component-bg) !important;--ant-color-bg-elevated: var(--module-bg) !important;--ant-color-bg-layout: var(--bodybg-primary) !important;--ant-color-text: var(--text-color) !important;--ant-color-text-secondary: var(--text-light-color) !important;--ant-color-border: var(--border-color) !important;--ant-color-border-secondary: var(--border-color) !important;--ant-color-split: var(--component-border-split) !important;--ant-color-primary: var(--btn-bg) !important}.ant-pagination-css-var{--ant-pagination-item-bg: var(--component-bg) !important;--ant-pagination-item-active-bg: var(--table-header-bg) !important;--ant-pagination-item-active-color: var(--table-header-color) !important;--ant-pagination-item-active-color-disabled: var(--disabled-color) !important;--ant-pagination-item-link-bg: var(--component-bg) !important;--ant-pagination-item-input-bg: var(--component-bg) !important}.ant-pagination .ant-pagination-item{background:var(--component-bg);border-color:var(--border-color)}.ant-pagination .ant-pagination-item a{color:var(--text-color)}.ant-pagination .ant-pagination-item:hover{border-color:var(--table-header-bg)}.ant-pagination .ant-pagination-item:hover a{color:var(--table-header-bg)}.ant-pagination .ant-pagination-item.ant-pagination-item-active{background:var(--table-header-bg);border-color:var(--table-header-bg)}.ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:var(--table-header-color)}.ant-pagination .ant-pagination-item.ant-pagination-item-active:hover{border-color:var(--table-header-bg)}.ant-pagination .ant-pagination-item.ant-pagination-item-active:hover a{color:var(--table-header-color)}.ant-pagination .ant-pagination-prev .ant-pagination-item-link,.ant-pagination .ant-pagination-next .ant-pagination-item-link{color:var(--text-color)}.ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,.ant-pagination .ant-pagination-next:hover .ant-pagination-item-link{color:var(--table-header-bg)}.ant-pagination .ant-pagination-prev.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination .ant-pagination-next.ant-pagination-disabled .ant-pagination-item-link{color:var(--disabled-color)}.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-ellipsis,.ant-pagination .ant-pagination-jump-next .ant-pagination-item-ellipsis{color:var(--text-color)}.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link-icon,.ant-pagination .ant-pagination-jump-next .ant-pagination-item-link-icon{color:var(--table-header-bg)}.ant-pagination .ant-pagination-options .ant-select-selector{background:var(--component-bg)!important;border-color:var(--border-color)!important;color:var(--text-color)!important}.dash-modal-default .MuiDialog-paper{background:var(--component-bg, #FFFFFF);box-shadow:var(--component-shadow, 0px 9px 28px 8px rgba(0, 0, 0, .05), 0px 6px 16px rgba(0, 0, 0, .08), 0px 3px 6px -4px rgba(0, 0, 0, .12))}.dash-modal-default .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root{font-family:Montserrat;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:var(--heading-color, #262626);padding:16px 24px}.dash-modal-default .MuiDialog-paper>.MuiDialogContent-root{padding:24px;border:1px solid var(--component-border-split, #F0F0F0);border-left:unset;border-right:unset;font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color, #262626)}.dash-modal-default .MuiDialog-paper>.MuiDialogActions-root{padding:10px 16px}.dash-modal-info .MuiDialog-paper,.dash-modal-success .MuiDialog-paper,.dash-modal-danger .MuiDialog-paper{padding-top:39px;background:transparent;box-shadow:unset}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root{height:115px;background:var(--primary-color, #9A65E0);border-radius:8px;padding:0 0 30px}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img{position:relative;width:138.55px;height:124px;margin:-39px auto 0}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg{width:100%;height:100%;object-fit:contain}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg *,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg *,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg *{pointer-events:none}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img svg{fill:var(--highlight-color)}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-info svg,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-info svg,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-info svg{fill:var(--alert-info-bg)}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-success svg,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-success svg,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-success svg{fill:var(--alert-success-bg)}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-danger svg,.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-danger svg,.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root .dash-modal-img-danger svg{fill:var(--alert-error-bg)}.dash-modal-info .MuiDialog-paper>.MuiDialogContent-root,.dash-modal-success .MuiDialog-paper>.MuiDialogContent-root,.dash-modal-danger .MuiDialog-paper>.MuiDialogContent-root{margin-top:-20px;padding:32px 32px 0;border:unset;background:var(--component-bg, #FFFFFF);border-top-left-radius:8px;border-top-right-radius:8px;font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:32px;text-align:center;color:var(--text-color, #262626)}.dash-modal-info .MuiDialog-paper>.MuiDialogActions-root,.dash-modal-success .MuiDialog-paper>.MuiDialogActions-root,.dash-modal-danger .MuiDialog-paper>.MuiDialogActions-root{padding:10px 16px;background:var(--component-bg, #FFFFFF);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dash-modal-info .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root{background:linear-gradient(93.81deg,var(--primary-color) 3%,var(--primary-contrast) 100%)}.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root{background:var(--btn-success-bg, #58BE34)}.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root{background:var(--btn-danger-bg, #ED483D)}
