: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: 0;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)}.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{--primary-color: #ccc;--primary-contrast-color: #ccc;--secondary-color: #333;--module-background: #f5f5f5;--module-border: #d3d3d3;--text-color: #090909;--text-contrast-color: #595959;--text-light-color: #000000;--heading-color: #535353;--body-background: #e8e8e8;--dash-framed-layout-background: #ccc;--dash-main-background: #ffffff;--dash-link-color: #ccc;--nav-bg: #cccccc;--component-background: #ffffff;--component-border-color: #d9d9d9;--component-text-color: #333333;--component-shadow: 0 2px 4px rgba(0, 0, 0, .1);--component-hover-background: #f8f8f8;--component-active-background: #e6e6e6;--dash-border-color: #CCCCCC;--border-color-base: #D9D9D9;--border-color-split: #E6E6E6;--border-color: #E6E6E6;--link-color: #333333;--link-hover-color: #999999;--link-active-color: #666666;--disabled-color: #808080;--disabled-bg: #eeeeee;--disabled-border: #eeeeee;--dash-scroll-track-color: #808080;--dash-scroll-thumb-color: #333;--header-background: #ffffff;--header-font-color: #333333;--header-badge: #999999;--header-badge-hover: #F1F1F1;--header-input-background: #2b2b2b;--dash-sidebar-bg: #808080;--dash-sidebar-bg-hover: #F0F0F0;--dash-sidebar-color: #ffffff;--dash-sidebar-color-active: #808080;--dash-sidebar-icon-color: #ffffff;--dash-sidebar-icon-color-active: #808080;--dash-sidebar-color-primary: #fff;--dash-sidebar-color-contrast: #eee;--dash-sidebar-icon-color-primary: #ccc;--dash-sidebar-icon-color-secondary: #f0f0f0;--dash-sidebar-bg-primary: #ccc;--dash-sidebar-bg-contrast: #ccc;--dash-sidebar-submenu-bg-primary: #f0f0f0;--dash-sidebar-submenu-bg-contrast: #ccc;--dash-sidebar-submenu-color-primary: #ccc;--dash-sidebar-submenu-color-contrast: #f0f0f0;--dash-sidebar-handle-primary: rgba(255, 255, 255, .2);--dash-sidebar-handle-contrast: rgba(255, 255, 255, .5);--dash-alert-info-bg: #CCE0FF;--dash-alert-info-border: #CCE0FF;--dash-alert-info-color: #121857;--dash-alert-info-title: #121857;--dash-alert-info-link: rgba(18, 24, 87, .4);--dash-alert-error-bg: #DD7373;--dash-alert-error-border: #DD7373;--dash-alert-error-color: #535353;--dash-alert-error-title: #535353;--dash-alert-error-link: rgba(18, 24, 87, .4);--dash-alert-warning-bg: #FFCB2F;--dash-alert-warning-border: #FFCB2F;--dash-alert-warning-color: #121857;--dash-alert-warning-title: #121857;--dash-alert-warning-link: rgba(18, 24, 87, .4);--dash-alert-success-bg: #99F4BD;--dash-alert-success-border: #99F4BD;--dash-alert-success-color: #121857;--dash-alert-success-title: #121857;--dash-alert-success-link: rgba(18, 24, 87, .4);--btn-bg: #808080;--btn-color: #ffffff;--btn-border-color: #808080;--btn-hover-bg: #666666;--btn-active-bg: #4D4D4D;--btn-disabled-bg: #999999;--btn-disabled-color: #ffffff;--btn-primary-bg: linear-gradient(101.98deg, var(--primary-color, #ccc) 0%, var(--primary-contrast-color, #ccc) 111.65%);--btn-primary-color: var(--text-color, #090909);--btn-secondary-bg: #666666;--btn-secondary-color: #ffffff;--btn-success-bg: #808080;--btn-success-color: #ffffff;--btn-danger-bg: #808080;--btn-danger-color: #ffffff;--btn-warning-bg: #999999;--btn-warning-color: #333333;--btn-info-bg: #666666;--btn-info-color: #ffffff;--btn-light-bg: #f8f8f8;--btn-light-color: #333333;--primary-color--light: #ccc;--primary-contrast-color--light: #ccc;--secondary-color--light: #333;--module-background--light: #f5f5f5;--module-border--light: #d3d3d3;--text-color--light: #090909;--text-contrast-color--light: #595959;--text-light-color--light: #000000;--heading-color--light: #535353;--body-background--light: #e8e8e8;--dash-framed-layout-background--light: #ccc;--dash-main-background--light: #ffffff;--dash-link-color--light: #ccc;--nav-bg--light: #cccccc;--component-background--light: #ffffff;--component-border-color--light: #d9d9d9;--component-text-color--light: #333333;--component-shadow--light: 0 2px 4px rgba(0, 0, 0, .1);--component-hover-background--light: #f8f8f8;--component-active-background--light: #e6e6e6;--dash-border-color--light: #CCCCCC;--border-color-base--light: #D9D9D9;--border-color-split--light: #E6E6E6;--border-color--light: #E6E6E6;--link-color--light: #333333;--link-hover-color--light: #999999;--link-active-color--light: #666666;--disabled-color--light: #808080;--disabled-bg--light: #eeeeee;--disabled-border--light: #eeeeee;--dash-scroll-track-color--light: #808080;--dash-scroll-thumb-color--light: #333;--header-background--light: #ffffff;--header-font-color--light: #333333;--header-badge--light: #999999;--header-badge-hover--light: #F1F1F1;--header-input-background--light: #2b2b2b;--dash-sidebar-bg--light: #808080;--dash-sidebar-bg-hover--light: #F0F0F0;--dash-sidebar-color--light: #ffffff;--dash-sidebar-color-active--light: #808080;--dash-sidebar-icon-color--light: #ffffff;--dash-sidebar-icon-color-active--light: #808080;--dash-sidebar-color-primary--light: #fff;--dash-sidebar-color-contrast--light: #eee;--dash-sidebar-icon-color-primary--light: #ccc;--dash-sidebar-icon-color-secondary--light: #f0f0f0;--dash-sidebar-bg-primary--light: #ccc;--dash-sidebar-bg-contrast--light: #ccc;--dash-sidebar-submenu-bg-primary--light: #f0f0f0;--dash-sidebar-submenu-bg-contrast--light: #ccc;--dash-sidebar-submenu-color-primary--light: #ccc;--dash-sidebar-submenu-color-contrast--light: #f0f0f0;--dash-sidebar-handle-primary--light: rgba(255, 255, 255, .2);--dash-sidebar-handle-contrast--light: rgba(255, 255, 255, .5);--dash-alert-info-bg--light: #CCE0FF;--dash-alert-info-border--light: #CCE0FF;--dash-alert-info-color--light: #121857;--dash-alert-info-title--light: #121857;--dash-alert-info-link--light: rgba(18, 24, 87, .4);--dash-alert-error-bg--light: #DD7373;--dash-alert-error-border--light: #DD7373;--dash-alert-error-color--light: #535353;--dash-alert-error-title--light: #535353;--dash-alert-error-link--light: rgba(18, 24, 87, .4);--dash-alert-warning-bg--light: #FFCB2F;--dash-alert-warning-border--light: #FFCB2F;--dash-alert-warning-color--light: #121857;--dash-alert-warning-title--light: #121857;--dash-alert-warning-link--light: rgba(18, 24, 87, .4);--dash-alert-success-bg--light: #99F4BD;--dash-alert-success-border--light: #99F4BD;--dash-alert-success-color--light: #121857;--dash-alert-success-title--light: #121857;--dash-alert-success-link--light: rgba(18, 24, 87, .4);--btn-bg--light: #808080;--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-primary-bg--light: linear-gradient(101.98deg, var(--primary-color, #ccc) 0%, var(--primary-contrast-color, #ccc) 111.65%);--btn-primary-color--light: var(--text-color, #090909);--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;--primary-color--dark: #2d2d2d;--primary-contrast-color--dark: #2d2d2d;--secondary-color--dark: #cccccc;--module-background--dark: #252526;--module-border--dark: #404040;--text-color--dark: #d4d4d4;--text-contrast-color--dark: #cccccc;--text-light-color--dark: #ffffff;--heading-color--dark: #e0e0e0;--body-background--dark: #1e1e1e;--dash-framed-layout-background--dark: #1e1e1e;--dash-main-background--dark: #1e1e1e;--dash-link-color--dark: #808080;--nav-bg--dark: #252526;--component-background--dark: #252526;--component-border-color--dark: #404040;--component-text-color--dark: #d4d4d4;--component-shadow--dark: 0 2px 4px rgba(0, 0, 0, .4);--component-hover-background--dark: #2d2d2d;--component-active-background--dark: #37373d;--dash-border-color--dark: #474747;--border-color-base--dark: #404040;--border-color-split--dark: #474747;--border-color--dark: #474747;--link-color--dark: #569cd6;--link-hover-color--dark: #9cdcfe;--link-active-color--dark: #007acc;--disabled-color--dark: #6c6c6c;--disabled-bg--dark: #2d2d2d;--disabled-border--dark: #404040;--dash-scroll-track-color--dark: #1e1e1e;--dash-scroll-thumb-color--dark: #424242;--header-background--dark: #252526;--header-font-color--dark: #d4d4d4;--header-badge--dark: #007acc;--header-badge-hover--dark: #1e8ad2;--header-input-background--dark: #3c3c3c;--dash-sidebar-bg--dark: #252526;--dash-sidebar-bg-hover--dark: #2d2d2d;--dash-sidebar-color--dark: #d4d4d4;--dash-sidebar-color-active--dark: #ffffff;--dash-sidebar-icon-color--dark: #d4d4d4;--dash-sidebar-icon-color-active--dark: #ffffff;--dash-sidebar-color-primary--dark: #333333;--dash-sidebar-color-contrast--dark: #cccccc;--dash-sidebar-icon-color-primary--dark: #d4d4d4;--dash-sidebar-icon-color-secondary--dark: #858585;--dash-sidebar-bg-primary--dark: #252526;--dash-sidebar-bg-contrast--dark: #2d2d2d;--dash-sidebar-submenu-bg-primary--dark: #333333;--dash-sidebar-submenu-bg-contrast--dark: #2d2d2d;--dash-sidebar-submenu-color-primary--dark: #d4d4d4;--dash-sidebar-submenu-color-contrast--dark: #cccccc;--dash-sidebar-handle-primary--dark: rgba(65, 65, 65, .4);--dash-sidebar-handle-contrast--dark: rgba(85, 85, 85, .6);--dash-alert-info-bg--dark: #063b49;--dash-alert-info-border--dark: #063b49;--dash-alert-info-color--dark: #9cdcfe;--dash-alert-info-title--dark: #9cdcfe;--dash-alert-info-link--dark: rgba(156, 220, 254, .6);--dash-alert-error-bg--dark: #49060f;--dash-alert-error-border--dark: #49060f;--dash-alert-error-color--dark: #f48771;--dash-alert-error-title--dark: #f48771;--dash-alert-error-link--dark: rgba(244, 135, 113, .6);--dash-alert-warning-bg--dark: #352a06;--dash-alert-warning-border--dark: #352a06;--dash-alert-warning-color--dark: #dcdcaa;--dash-alert-warning-title--dark: #dcdcaa;--dash-alert-warning-link--dark: rgba(220, 220, 170, .6);--dash-alert-success-bg--dark: #063b1d;--dash-alert-success-border--dark: #063b1d;--dash-alert-success-color--dark: #6a9955;--dash-alert-success-title--dark: #6a9955;--dash-alert-success-link--dark: rgba(106, 153, 85, .6);--btn-bg--dark: #37373d;--btn-color--dark: #d4d4d4;--btn-border-color--dark: #37373d;--btn-hover-bg--dark: #45454d;--btn-active-bg--dark: #505050;--btn-disabled-bg--dark: #2d2d2d;--btn-disabled-color--dark: #6c6c6c;--btn-primary-bg--dark: #3c3c3c;--btn-primary-color--dark: #ffffff;--btn-secondary-bg--dark: #3c3c3c;--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;--info-color: #1890ff;--success-color: #52c41a;--processing-color: #1890ff;--error-color: #f5222d;--warning-color: #faad14;--normal-color: #d9d9d9;--danger-color: #ff4d4f;--light-color: #e6e6e6;--dash-blue: #4D4D4D;--dash-purple: #808080;--dash-light-blue: #999999;--dash-green: #666666;--dash-red: #808080;--dash-yellow: #999999;--dash-orange: #666666;--dash-error: #808080;--dash-alert: #808080;--dash-null: #808080;--dash-light-grey: #757575;--dash-purple-background: #F2F2F2;--dash-light-blue-background: #E6E6E6;--dash-green-background: #D9D9D9;--dash-yellow-background: #E6E6E6;--dash-orange-background: #D9D9D9;--dash-null-background: #EFEFF1;--highlight-color: #000;--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: 10px;--min-body-width: 575px;--sidebar-width: 200px;--sidebar-mini-drawer-width: 100px;--dash-sidebar-width-large: 255px;--dash-sidebar-width-small: 60px;--app-sidebar-width: 230px;--app-chat-sidebar-width: 315px;--scroll-bar-margin: 19px;--scroll-bar-expanded-margin: 5px;--dash-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}#root{height:100vh;margin:0;padding:0}body{background-color:var(--primary-color, #ccc);margin:0;padding:0}.dash-splash{height:100vh;background-color:var(--primary-color, #ccc);pointer-events:none}.dash-splash .MuiCircularProgress-root{color:var(--primary-contrast-color, #ccc)}.dash-app-layout .MuiCircularProgress-root{color:var(--primary-color, #ccc)!important}.transition-container{transition:opacity .5s ease-in-out}.transition-container.transitioning{opacity:.5}.motion-wrapper-background{background-color:#fff;width:100%;height:100%;z-index:1000;position:absolute;top:0;left:0;pointer-events:none;z-index:100}.spinner-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:100;transition:opacity .5s ease-in-out}.spinner-in{opacity:1}.spinner-out{opacity:0}.slide-in,.slide-out{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background-color:var(--primary-color, #ccc);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, #ccc);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, #ccc);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 div{box-sizing:border-box;display:block;position:absolute;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}}.MuiTablePagination-displayedRows{margin-right:15px}.MuiToolbar-root{background:inherit!important}.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}@font-face{font-family:Montserrat;font-weight:400;src:local("Montserrat"),url(/assets/Montserrat-Regular-D3UCWjz4.ttf) format("truetype")}@font-face{font-family:Montserrat;font-weight:600;src:local("Montserrat"),url(/assets/Montserrat-Bold-nPtuWU9B.ttf) format("truetype")}#root{height:100%}li{list-style:none}ul{padding-inline-start:0px}.MuiTypography-root{width:100%}legend{float:inherit}h3{margin:0}fieldset{border:none}fieldset legend{font-size:larger;font-weight:700}@media (max-width: 990px){.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}}a,.dash-link{color:var(--primary-color, #ccc)}.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--dark-red{color:var(--primary-contrast-color, #ccc)!important}.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, #ccc)}.MuiButtonBase-root.MuiTab-root.MuiTab-labelIcon.MuiTab-textColorPrimary.form-tab:hover,.MuiButtonBase-root.MuiTab-root.MuiTab-labelIcon.MuiTab-textColorPrimary.form-tab:focus{color:var(--dash-scroll-thumb-color, #333)}.dash-app-module{flex:unset}.dash-module-box{max-width:calc(100% - 1px)}.dash-module-box-content{width:100%;max-width:calc(100vw - 107px);overflow:auto}@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%}.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, #000);border:1px solid var(--module-background, #f5f5f5);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, #000);border:1px solid var(--primary-color, #ccc);color:var(--primary-color, #ccc)}.MuiPaginationItem-root.MuiPaginationItem-previousNext{background:var(--primary-color, #ccc);border:1px solid var(--primary-color, #ccc);color:var(--highlight-color, #000)}.MuiPaginationItem-root.Mui-disabled{background:#f5f5f5;border:1px solid var(--module-background, #f5f5f5);color:#bfbfbf}.dash-pagination-component{background-color:#f5f5f5;z-index:800;position:fixed;bottom:15px;right:0;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;border-radius:8px}.dash-pagination-component .MuiTablePagination-select{background-color:var(--primary-color, #ccc);color:#fff!important;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;-webkit-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;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-primary-bg, linear-gradient(101.98deg, var(--primary-color, #ccc) 0%, var(--primary-contrast-color, #ccc) 111.65%));background:linear-gradient(130.87deg,var(--btn-primary-bg, linear-gradient(101.98deg, var(--primary-color, #ccc) 0%, var(--primary-contrast-color, #ccc) 111.65%)) 4.81%,var(--btn-danger-bg, #808080) 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}.dash-layout-content>.dash-layout-content{padding:0!important}.framed-layout>#root{background-color:var(--dash-framed-layout-background, #ccc)}.framed-layout>#root>div>div>.lite{background-color:transparent}.framed-layout>#root .ant-layout .ant-layout-content.dash-layout-content,.framed-layout>#root .ant-layout .ant-layout-footer{background-color:transparent;border-top:unset}.framed-layout .dash-module-box-content{max-width:calc(100vw - 167px)}.dash-layout-content{padding:0 15px 0 263px;transition:all .4s}.dash-layout-content .dash-app-module{margin:0;padding:0 0 0 5px;width:100%}.dash-layout-content .dash-app-module .dash-module-box-content{padding:0}.dash-layout-content .dash-app-module .dash-box{width:100%}.dash-app-layout-sidebar-collapsed .dash-header,.dash-app-layout-sidebar-collapsed .dash-layout-content{padding:0 15px 0 65px}.dash-header{padding:0 0 0 263px}@media (max-width: 990px){.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{width:100%;max-width:100%;margin:0;padding: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}fieldset{margin-top:15px}.dash-app-form-item{margin-bottom:10px}.dash-auto-admin-tabbed-form .MuiTabs-scroller{overflow-x:auto!important;overflow-y:hidden}.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}.dash-page-title{font-size:20px;font-weight:700;margin:15px 0}.dash-header-item{cursor:pointer}.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;padding:10px 5px 13px 8px;margin-right:0}.dash-header-container .dash-header-subheader{width:64px;height:64px;margin-right:20px}.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:#000;color:#000;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:#000;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#ccc}.dash-header-container .dash-header-content{width:100%;height:65px;margin-right:10px;max-width:calc(100% - 84px);display:flex;flex-wrap:wrap;align-items:center;flex:1;border-radius:8px;justify-content:space-between;background:linear-gradient(90deg,var(--primary-color, #ccc) 0%,var(--primary-contrast-color, #ccc) 100%)}@media (max-width: 990px){.dash-header-container .dash-header-content{background:none}}.dash-header-container .dash-header-content .dash-header-items{display:flex;flex-wrap:wrap;margin:0;padding:0 40px;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 #000;border-radius:8px;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#000}.dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn>span{color:#000}.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:#000;background-color:#000;color:#ccc}.dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn:hover>span{color:#ccc}.dash-header-inline{display:flex;align-items:center;width:auto}.dash-header-inline-img{margin:5px 0;width:45px;height:54px}.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;font-size:20px;line-height:28px;color:#fff;padding-left:15px}.dash-header-inline-subtitle{display:inline-block;font-weight:500;font-size:14px;line-height:22px;color:#fff;overflow:visible;margin-left:12px}@media (max-width: 990px){.dash-header-inline{display:contents}}@media (max-width: 990px){.dash-header .dash-header-container{flex-direction:column;padding:0}.dash-header .dash-header-container .dash-header-subheader{display:flex;justify-content:space-between;width:100%;height:auto;margin:0;padding:5px}.dash-header .dash-header-container .dash-header-subheader-action{display:flex;align-items:center;justify-content:center;width:18.75px;height:16.5px;margin:6px}.dash-header .dash-header-container .dash-header-subheader-logo{display:block;height:34px}.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:column}.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, #000);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;width:100%}.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:40px;border:1px solid var(--highlight-color, #000);border-radius:8px}.dash-header .dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn:hover{border-color:var(--highlight-color, #000);background-color:var(--highlight-color, #000);color:var(--primary-color, #ccc)}.dash-header .dash-header-container .dash-header-content .dash-header-items .dash-header-actions-btn.hide-sm{display:none}}@media (max-width: 990px) and (max-width: 990px){.dash-header .dash-header-container{background-color:var(--primary-color, #ccc)}}@media (max-width: 990px) and (max-width: 990px){.dash-header .dash-header-container .dash-header-subheader-logo img{filter:brightness(0) invert(1)}}@media (max-width: 990px) and (max-width: 990px){.dash-header .dash-header-container .dash-header-content{padding:0 7px}}.sidebar-drawer{z-index:2000}.sidebar-drawer.expanded.small .MuiDrawer-paper{width:var(--dash-sidebar-width-small, 60px)!important}.sidebar-drawer.expanded.large .MuiDrawer-paper{width:var(--dash-sidebar-width-large, 255px)!important}.sidebar-drawer>.MuiPaper-root.MuiDrawer-paper{background-color:var(--dash-sidebar-bg, #808080);background:linear-gradient(140deg,var(--primary-color, #ccc) 60%,var(--primary-contrast-color, #ccc) 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-header{width:100%;padding:10px}.sidebar-drawer .sidebar-logo{display:block;height:80px;margin:0 auto 8px}.sidebar-drawer .sidebar-logo>img{width:100%;height:100%;object-fit:contain}.dark .sidebar-drawer .sidebar-logo>img{filter:brightness(0) invert(1)}.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(--dash-sidebar-handle-primary, rgba(255, 255, 255, .2));border-radius:5px}.sidebar-drawer .sidebar-list::-webkit-scrollbar-thumb:hover{background:var(--dash-sidebar-handle-contrast, rgba(255, 255, 255, .5))}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root{color:var(--dash-sidebar-color-primary, #fff);display:flex;align-items:center;min-height:auto;padding:9px 17px 9px 15px}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root:hover{background-color:var(--dash-sidebar-bg-contrast, #ccc);color:var(--dash-sidebar-color-contrast, #eee)}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root .MuiListItemIcon-root{width:18px;height:18px;margin:0 10px 0 7px;min-width:auto}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root .MuiListItemIcon-root svg{width:100%;height:100%;object-fit:contain;color:currentColor}.sidebar-drawer .sidebar-list .MuiButtonBase-root.MuiListItemButton-root .MuiListItemIcon-root svg path{fill:currentColor}.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(--dash-sidebar-submenu-bg-primary, #f0f0f0)}.sidebar-drawer .sidebar-list .MuiCollapse-wrapper .MuiButtonBase-root.MuiListItemButton-root span.RaMenuItemLink-icon{border-radius:5px;padding:3px;background-color:var(--dash-sidebar-bg-primary, #ccc);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(--dash-sidebar-submenu-bg-contrast, #ccc)}.sidebar-drawer.expanded.large .sidebar-logo{width:230px}.sidebar-drawer.expanded.large .sidebar-list .MuiButtonBase-root.MuiListItemButton-root a{display:block;width:100%;padding:9px 17.55px 9px 15.15px}.sidebar-drawer.collapsed .sidebar-logo{width:100%}.sidebar-drawer.collapsed .sidebar-list .MuiButtonBase-root.MuiListItemButton-root{padding:9px 13px 9px 15px;position:relative}.sidebar-drawer.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.collapsed .sidebar-list .MuiListItemIcon-root{margin-right:auto}.sidebar-drawer.collapsed .sidebar-list .Mui-selected{background:var(--highlight-color, #000);color:var(--primary-color, #ccc)}.collapsed .sidebar-logo{display:block;height:60px;margin:0 auto 8px}.collapsed .sidebar-logo>img{width:100%;height:100%;object-fit:contain}@media (max-width: 990px){.sidebar-drawer>.MuiPaper-root.MuiDrawer-paper{transition:all .4s;left:-100%}.sidebar-drawer.expanded>.MuiPaper-root.MuiDrawer-paper{left:0}}.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(--text-color, #090909)}>.sidebar-list>.MuiButtonBase-root:hover,>.dropdown>.MuiButtonBase-root:hover{color:var(--highlight-color, #000)}>.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(--highlight-color, #000)}.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(--dash-sidebar-submenu-color-primary, #ccc)}.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(--dash-sidebar-submenu-color-contrast, #f0f0f0)}.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;left:50px;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(--dash-sidebar-submenu-bg-primary, #f0f0f0);border-radius:.5rem;display:none}.sidebar-collapsed-menu .dropdown.show{display:block}.sidebar-collapsed-menu .dropdown .dropdown-submenu{position:absolute;left:100%;top:-7px}.icon-fill-w path{fill:var(--highlight-color, #000)}.stroke-purple,.stroke-purple *{stroke:var(--btn-color, #ffffff)}.packages-resource-field-wrapper-row{background-color:#fff;font-size:12pt}.packages-resource-field-wrapper-row .label{color:var(--primary-color, #ccc)}.packages-resource-field-wrapper-row .field{color:#000}.auto-admin-grouped-form{padding:0}.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}.MuiTableCell-root.MuiTableCell-head{background-color:var(--primary-color, #ccc)!important}.MuiTableCell-root.MuiTableCell-head span{font-style:normal;font-weight:600;font-size:14px;line-height:22px;color:var(--text-color, #090909)}.MuiTableCell-root.MuiTableCell-head svg{color:var(--text-color, #090909)!important}.MuiTableCell-root.MuiTableCell-body span{flex-wrap:wrap;align-items:center;justify-content:center}.MuiTableCell-root.MuiTableCell-body span label{margin:0 5px}.MuiTableCell-root.MuiTableCell-body .tags-wrapper{display:flex;flex-direction:column;align-items:center}.RaDatagrid-headerCell{text-align:center}.MuiTableCell-root.MuiTableCell-body{border-bottom:1px solid #ccc;padding:2px 8px}.sticky-header-wrapper .RaDatagrid-tableWrapper{max-height:calc(100vh - 90px);box-sizing:border-box}.MuiTableContainer-root .RaDatagrid-tableWrapper,.dash-datagrid-wrapper .RaDatagrid-tableWrapper{width:100%}.RaDatagrid-tableWrapper{overflow:auto}.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root{background-color:var("--primary-contrast-color", #ccc);border:1px solid var("--primary-color", #ccc);border-radius:6px!important;font-family:Montserrat!important;font-style:normal!important;font-size:16px!important;line-height:24px!important;color:var("--highlight-color", #000);min-height:auto!important;height:auto!important;padding:4px 10px!important}.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root .MuiButton-startIcon{color:var("--highlight-color", #000);width:18px!important}.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root:hover,.RaBulkActionsToolbar-topToolbar .MuiButtonBase-root:hover .MuiButton-startIcon{color:var("--text-color", #090909)}.toolbar-settings{position:absolute;right:0;top:0}.toolbar-buttons{align-items:center}.toolbar-collapse-button{right:10px;bottom:10px}.toolbar-settings-button{right:10px;top:10px}.toolbar-filters{display:flex;flex-direction:column;justify-content:space-around}.top-toolbar,.top-toolbar-default{box-shadow:none}.top-toolbar>.MuiToolbar-root{box-shadow:unset!important;padding:1rem!important;position:relative}.framed-layout .dash-app-login-wrapper{min-height:calc(100vh - 60px)}.framed-layout .dash-app-login-back{height:calc(100vh - 60px);top:30px}.dash-app-login-wrapper{width:100%;min-height:100vh;display:flex;flex-wrap:wrap}.dash-app-login-content,.dash-app-login-back{display:flex;position:relative}.dash-app-login-content{width:100%;align-items:center;max-width:49.306%;flex:0 0 49.306%;flex-direction:column}.dash-app-login-content .dash-app-login-form{flex-direction:column;padding:0 50px;margin-bottom:30px;width:100%}.dash-app-login-content .dash-app-login-form .MuiInputBase-root{min-height:45px}.dash-app-login-content .dash-app-login-form-title{display:block;font-style:normal;font-weight:900;font-size:24px;line-height:34px;color:var(--heading-color, #535353);margin-bottom:55px}.dash-app-login-content .dash-app-login-form-item{display:flex;flex-direction:column;width:100%;max-width:290px;margin-bottom:21px}.dash-app-login-content .dash-app-login-form-item>.MuiButtonBase-root{font-size:16px;line-height:24px}.dash-app-login-content .dash-app-login-form-label{display:block;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color, #090909)}.dash-app-login-content .dash-app-login-form-input{width:100%}.dash-app-login-content .dash-app-login-form-input:before,.dash-app-login-content .dash-app-login-form-input:after{display:none}.dash-app-login-content .dash-app-login-form-input>input{padding:8px 12px;max-width:290px;min-height:40px;background-color:var(--component-background, #ffffff);border:1px solid var(--component-border-color, #d9d9d9);border-radius:6px}.dash-app-login-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-login-back:before{content:"";display:block;width:50.694vw;height:100vh;right:0;top:0;background:var(--primary-color, #ccc);background:linear-gradient(130.87deg,var(--primary-color, #ccc) 4.81%,var(--primary-contrast-color, #ccc) 107.52%);border-radius:40px 0 0 40px;position:absolute;z-index:-1}.dash-app-login-img{position:absolute;width:76.208vw;height:91.136vh;object-fit:contain;object-position:bottom right;left:-6.208vw;bottom:0}.dash-app-login-img img,.dash-app-login-img svg{width:80%;height:100%;object-fit:contain;object-position:bottom right}.dash-app-login-img img *,.dash-app-login-img svg *{pointer-events:none}.dash-app-login-img-logo{display:none}@media (max-width: 990px){.dash-app-login-wrapper{flex-direction:column}.dash-app-login-content,.dash-app-login-back{display:flex;position:relative;max-width:100%;flex:0 0 100%;padding:0}.dash-app-login-back{order:1;align-items:flex-end;justify-content:center;width:100%;height:72.222vw;position:relative;top:0;right:0;z-index:10}.dash-app-login-back:before{display:block;width:100%;height:100%;background:var(--primary-color, #ccc);background:linear-gradient(95.21deg,var(--primary-color, #ccc) 1%,var(--primary-contrast-color, #ccc) 99.46%);border-radius:0 0 8px 8px;position:absolute;z-index:-1}.dash-app-login-img{position:relative;object-position:center;width:82.278vw;height:59.444vw;right:auto;left:auto;bottom:-6.275vw;z-index:1}.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-logo{top:10px;display:block;position:absolute;width:250px;filter:brightness(0) invert(1)}.dash-app-login-content{order:2}.dash-app-login-content .dash-app-login-logo{display:none}.dash-app-login-content .dash-app-login-form{margin:0;padding:49px 40px 79px;width:100%}.dash-app-login-content .dash-app-login-form-title{display:block;margin-bottom:28px;font-style:normal;font-weight:900;font-size:20px;line-height:30px;color:var(--heading-color, #535353)}.dash-app-login-content .dash-app-login-form-item{display:flex;flex-direction:column;width:100%;max-width:unset;margin-bottom:20px}.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, #090909)}.dash-app-login-content .dash-app-login-form-input{width:100%}.dash-app-login-content .dash-app-login-form-input:before,.dash-app-login-content .dash-app-login-form-input:after{display:none}.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}.MuiAutocomplete-inputRoot{flex-wrap:nowrap!important}.MuiInputBase-colorPrimary{background-color:var(--component-background, #ffffff);border-color:var(--component-border-color, #d9d9d9);color:var(--component-text-color, #333333)}.MuiInputBase-colorPrimary fieldset{border-radius:6px;border-color:var(--component-border-color, #d9d9d9)!important;border-width:1px!important;box-shadow:2px 2px var(--component-shadow, 0 2px 4px rgba(0, 0, 0, .1));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-light-color, #000000)}.MuiInputBase-colorPrimary:hover fieldset{box-shadow:2px 2px var(--component-hover-background, #f8f8f8)}.MuiFormLabel-colorPrimary{color:var(--text-light-color, #000000)}.MuiFormLabel-colorPrimary.Mui-focused{color:var(--primary-color, #ccc)!important}.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, #090909)}.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;color:var(--text-light-color, #000000)}.MuiCheckbox-root{color:var(--primary-color, #ccc)!important}.MuiFormLabel-asterisk{color:var(--dash-alert-error-color, #535353)!important}.MuiFormControlLabel-label{font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color, #090909)}.MuiButton-root{background:var(--component-background, #ffffff);border:1px solid var(--component-border-color, #d9d9d9);border-radius:8px!important;font-family:Montserrat!important;font-style:normal!important;font-weight:400!important;font-size:16px!important;line-height:24px!important;color:var(--text-color, #090909);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{border:1px solid transparent;background:var(--btn-primary-bg, linear-gradient(101.98deg, var(--primary-color, #ccc) 0%, var(--primary-contrast-color, #ccc) 111.65%))}.MuiButton-root.MuiButton-containedPrimary>span svg{filter:brightness(0) invert(1)}.MuiButton-root.MuiButton-outlinedPrimary{border:1px solid var(--component-border-color, #d9d9d9);background:var(--component-background, #ffffff)}.MuiButton-root.MuiButton-outlinedPrimary>span svg{filter:brightness(0) invert(1)}.btn-sm{min-width:24px;height:24px}.btn-md{min-width:32px;height:32px}.btn-lg{min-width:40px;height:40px}.btn-sm,.btn-md,.btn-lg{padding:0;min-height:auto}.btn-sm span,.btn-md span,.btn-lg span{display:flex;align-items:center;justify-content:center}.btn-sm svg,.btn-md svg,.btn-lg svg{margin:0;width:16px;height:16px}.btn-width-sm,.btn-width-md,.btn-width-lg,.btn-width-full{width:100%}.btn-width-sm{max-width:114px}.btn-width-md{max-width:150px}.btn-width-lg{max-width:290px}.btn-detail-link{background-color:var(--primary-color, #ccc)!important;border-radius:4px!important;height:28px!important;justify-content:center!important;margin-right:5px!important;width:28px!important}.btn-detail-link svg path{fill:var(--text-contrast-color, #595959)}.ant-modal-content .ant-modal-close-x{display:flex;align-items:center;justify-content:center;color:var(--text-light-color, #000000);width:57px;height:57px}.ant-modal-content .ant-modal-close-x svg path{fill:var(--text-light-color, #000000)}.ant-modal-header{padding:16px 24px}.ant-modal-header .ant-modal-title{font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:var(--heading-color, #535353)}.ant-modal-body{font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-color, #090909);padding:24px}.ant-modal-footer{padding:10px 16px}.ant-modal.ant-modal-dialog .ant-modal-content{border-radius:8px}.ant-modal.ant-modal-dialog .ant-modal-header{padding:0;margin-bottom:-19px;border-top-left-radius:8px;border-top-right-radius:8px}.ant-modal.ant-modal-dialog .ant-modal-body{position:relative;z-index:1;background-color:var(--component-background, #ffffff);border-radius:8px;text-align:center;font-size:16px;padding:32px}.ant-modal.ant-modal-dialog .ant-modal-dialog-header{display:flex;align-items:center;justify-content:center;background-color:var(--primary-color, #ccc);border-top-left-radius:8px;border-top-right-radius:8px}.ant-modal.ant-modal-dialog .ant-modal-dialog-header img,.ant-modal.ant-modal-dialog .ant-modal-dialog-header svg{margin:-38px auto 31px;width:138px;height:121px;object-fit:contain}.ant-modal.ant-modal-dialog .ant-modal-dialog-header img>*,.ant-modal.ant-modal-dialog .ant-modal-dialog-header svg>*{pointer-events:none}.ant-modal.ant-modal-dialog.ant-modal-dialog-correct .ant-modal-dialog-header{background-color:var(--btn-success-bg, #808080)}.ant-modal.ant-modal-dialog.ant-modal-dialog-error .ant-modal-dialog-header{background-color:var(--btn-danger-bg, #808080)}.ant-modal.ant-modal-dialog.ant-modal-dialog-info .ant-modal-dialog-header{background-color:var(--primary-color, #ccc)}.ant-modal.ant-modal-dialog.ant-modal-dialog-info-styled .ant-modal-dialog-header{background:linear-gradient(93.81deg,var(--primary-color, #ccc) 2.98%,var(--primary-contrast-color, #ccc) 102.49%)}.dash-modal-default .MuiDialog-paper{background:var(--component-background, #ffffff);box-shadow:var(--component-shadow, 0 2px 4px rgba(0, 0, 0, .1))}.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, #535353);padding:16px 24px}.dash-modal-default .MuiDialog-paper>.MuiDialogContent-root{padding:24px;border:1px solid var(--border-color-split, #E6E6E6);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, #090909)}.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, #ccc);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>.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-background, #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, #090909)}.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-background, #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, #ccc) 2.98%,var(--primary-contrast-color, #ccc) 102.49%)}.dash-modal-success .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root{background:var(--btn-success-bg, #808080)}.dash-modal-danger .MuiDialog-paper>.MuiTypography-root.MuiDialogTitle-root{background:var(--btn-danger-bg, #808080)}.card-title{display:block;font-weight:800;font-size:20px;line-height:22px;color:var(--heading-color, #535353)}.card-subtitle{display:block;color:var(--text-contrast-color, #595959);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, #090909)}.dash-card-prod{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:15px;background:var(--component-background, #ffffff);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(--dash-alert-info-bg, #CCE0FF)!important}.dash-card-svg.empty{background-color:transparent!important}.dash-card-svg .ant-progress-text{font-size:12px;color:var(--text-contrast-color, #595959);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-background, #ffffff);border-radius:10px;margin-bottom:20px}.card-history-step .ant-card-body{padding:0;background:var(--component-background, #ffffff)}.card-history-content{background:var(--component-background, #ffffff);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, #ccc);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-color, #333333);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-white{background:var(--component-background, #ffffff)!important;border-radius:12px!important;box-shadow:unset!important;padding:1rem!important;position:relative}.dash-widget,.dash-card-content{background:var(--module-background, #f5f5f5)!important;border-radius:12px!important;box-shadow:unset!important;padding:1rem;position:relative}.dash-widget .MuiCardHeader-root,.dash-widget-white .MuiCardHeader-root{padding:16px 22.37px 16px 24px;border-bottom:1px solid var(--border-color-split, #E6E6E6);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, #535353)}.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, #ccc);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-primary-color, var(--text-color, #090909))}.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, #ccc)}.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, #ccc)}.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, #ccc)}.dash-widget.dash-widget-inner,.dash-widget-white.dash-widget-inner{background-color:var(--component-background, #ffffff)!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(--border-color-split, #E6E6E6);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, #ccc)}.dash-widget-inner{padding:0!important;background-color:var(--component-background, #ffffff);border:1px solid var(--border-color-base, #D9D9D9);border-radius:10px!important;box-shadow:unset!important}.dash-widget-inner .ant-card-head,.dash-widget-inner .ant-card-body{background-color:var(--component-background, #ffffff)}.dash-widget-purple .dash-widget,.dash-widget-purple .dash-card-content{background:var(--component-hover-background, #f8f8f8)!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(--border-color-split, #E6E6E6)}.dash-card-profile .MuiGrid-item:last-child{border-right:unset}.dash-card-profile .MuiFormControl-root{width:100%}.dash-profile-img{width:130px;height:130px;position:relative;margin:0 auto 2rem;background-color:var(--primary-color, #ccc)}.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;border-bottom:1px solid var(--border-color-base, #D9D9D9);position:relative;padding-top:4px}.dash-module-horizontal-nav li{cursor:pointer}.dash-module-horizontal-nav li .dash-link{display:flex;align-items:center;justify-content:center;background-color:var(--component-background, #ffffff);border:1px solid var(--border-color-split, #E6E6E6);border-top-left-radius:8px;border-top-right-radius:8px;margin:0 .75rem 0 0;padding:5px 15px;width:max-content;height:45px;min-height:45px;font-size:14px;font-weight:700;text-align:center;color:var(--text-light-color, #000000)!important;text-decoration:none!important;position:relative;z-index:-1;transition:all .4s}.dash-module-horizontal-nav li .dash-link .icon{display:none}.dash-module-horizontal-nav li:hover .dash-link{color:var(--text-color, #090909)!important}.dash-module-horizontal-nav li.active .dash-link{background-color:var(--component-active-background, #e6e6e6);border-color:var(--primary-color, #ccc);border-bottom:2px solid var(--component-active-background, #e6e6e6);z-index:1;transform:translateY(1px)}.dash-module-horizontal-nav li:first-child .dash-link{margin-left:4px}.dash-module-action{display:flex;justify-content:flex-end;margin:4px 4px -50px 0}.dash-module-action button{z-index:1000}.dash-module-action .MuiButton-root{padding:2px 8px;font-size:.8rem!important;min-width:40px;min-height:20px}@media (max-width: 990px){ul.dash-module-horizontal-nav{margin:0}ul.dash-module-horizontal-nav .dash-link{height:auto;min-height:auto;padding:2px 5px}}@media (max-width: 990px) and (max-width: 990px){.dash-module-action{margin-bottom:-28px}}.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, #E6E6E6)}.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, #ccc)}.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, #ccc)}.ant-notification-notice-custom strong{color:var(--primary-color, #ccc)}.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:#ccc;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-background, #ffffff);border:1px solid var(--component-border-color, #d9d9d9);border-radius:4px;color:var(--component-text-color, #333333)}.ant-tag svg{color:var(--component-text-color, #333333)}.ant-tag svg path{stroke:var(--component-text-color, #333333)}.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, #E6E6E6)}.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, #ccc) 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, #ff4d4f)}.svg-icon-red svg{fill:var(--danger-color, #ff4d4f)}.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:#000!important;justify-content:center;align-items:center;position:absolute!important;top:0;right:10px;box-shadow:0 5px 6px #00000061}.dash-user-avatar .MuiAvatar-root{width:65px;height:65px;background-color:#ccc}.dash-user-menu .MuiList-root.MuiList-padding.MuiMenu-list{padding:.5rem .75rem}.dash-user-menu .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation{overflow:visible;transform:translateY(10px)!important;filter:drop-shadow(0px 6px 16px rgba(0,0,0,.08))}.dash-user-menu .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation:before{content:"";display:block;width:12px;height:12px;background:var("--module-background", #f5f5f5);transform:rotate(-45deg);position:absolute;top:-6px;left:25px;z-index:99}.dash-user-name{display:block;width:100%;padding:6px 4px .5rem;border-bottom:1px solid #ddd;font-style:normal;font-weight:900;font-size:14px;line-height:16px;margin-bottom:.5rem}.dash-user-item .MuiTypography-root{font-family:Montserrat;font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#ccc}.dash-user-icon{display:inline-block;width:18px;height:18px;margin:0 10px 0 0;min-width:auto;color:#ccc}.dash-user-icon svg{width:18px;height:18px;object-fit:contain;color:#ccc}.dash-user-icon svg path{fill:#ccc}@media (max-width: 990px){.dash-user-avatar .MuiAvatar-root{width:24px;height:24px}.dash-user-menu .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation:before{right:10px;left:auto}}.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;margin-right:35px}.RaCreate-main>.MuiPaper-root,.RaEdit-main>.MuiPaper-root{background-color:inherit;border-radius:inherit;box-shadow:inherit}.RaCreate-main form>.MuiToolbar-root,.RaEdit-main form>.MuiToolbar-root{margin-top:15px}.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: 1024px){.filter-field{width:50%}}@media (max-width: 990px){.filter-field{width:100%}}.MuiToolbar-root.RaBulkActionsToolbar-toolbar{min-height:unset!important;-webkit-transform:translateY(0px)!important;-moz-transform:translateY(0px)!important;-ms-transform:translateY(0x)!important;transform:translateY(0)!important;position:relative!important;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}.RaTabbedShowLayout-content{background-color:#f1f1f1;border-radius:20px;margin-top:15px}.RaTabbedShowLayout-content .MuiStack-root.ra-field{font-size:larger}.RaTabbedShowLayout-content .MuiStack-root.ra-field p{font-weight:700}.RaList-main>.MuiToolbar-root{margin-bottom:15px}:root{--primary-color: #ccc;--primary-contrast-color: #ccc;--secondary-color: #333;--module-background: #f5f5f5;--module-border: #d3d3d3;--text-color: #090909;--text-contrast-color: #595959;--text-light-color: #000000;--heading-color: #535353;--body-background: #e8e8e8;--dash-framed-layout-background: #ccc;--dash-main-background: #ffffff;--dash-link-color: #ccc;--nav-bg: #cccccc;--component-background: #ffffff;--component-border-color: #d9d9d9;--component-text-color: #333333;--component-shadow: 0 2px 4px rgba(0, 0, 0, .1);--component-hover-background: #f8f8f8;--component-active-background: #e6e6e6;--dash-border-color: #CCCCCC;--border-color-base: #D9D9D9;--border-color-split: #E6E6E6;--border-color: #E6E6E6;--link-color: #333333;--link-hover-color: #999999;--link-active-color: #666666;--disabled-color: #808080;--disabled-bg: #eeeeee;--disabled-border: #eeeeee;--dash-scroll-track-color: #808080;--dash-scroll-thumb-color: #333;--header-background: #ffffff;--header-font-color: #333333;--header-badge: #999999;--header-badge-hover: #F1F1F1;--header-input-background: #2b2b2b;--dash-sidebar-bg: #808080;--dash-sidebar-bg-hover: #F0F0F0;--dash-sidebar-color: #ffffff;--dash-sidebar-color-active: #808080;--dash-sidebar-icon-color: #ffffff;--dash-sidebar-icon-color-active: #808080;--dash-sidebar-color-primary: #fff;--dash-sidebar-color-contrast: #eee;--dash-sidebar-icon-color-primary: #ccc;--dash-sidebar-icon-color-secondary: #f0f0f0;--dash-sidebar-bg-primary: #ccc;--dash-sidebar-bg-contrast: #ccc;--dash-sidebar-submenu-bg-primary: #f0f0f0;--dash-sidebar-submenu-bg-contrast: #ccc;--dash-sidebar-submenu-color-primary: #ccc;--dash-sidebar-submenu-color-contrast: #f0f0f0;--dash-sidebar-handle-primary: rgba(255, 255, 255, .2);--dash-sidebar-handle-contrast: rgba(255, 255, 255, .5);--dash-alert-info-bg: #CCE0FF;--dash-alert-info-border: #CCE0FF;--dash-alert-info-color: #121857;--dash-alert-info-title: #121857;--dash-alert-info-link: rgba(18, 24, 87, .4);--dash-alert-error-bg: #DD7373;--dash-alert-error-border: #DD7373;--dash-alert-error-color: #535353;--dash-alert-error-title: #535353;--dash-alert-error-link: rgba(18, 24, 87, .4);--dash-alert-warning-bg: #FFCB2F;--dash-alert-warning-border: #FFCB2F;--dash-alert-warning-color: #121857;--dash-alert-warning-title: #121857;--dash-alert-warning-link: rgba(18, 24, 87, .4);--dash-alert-success-bg: #99F4BD;--dash-alert-success-border: #99F4BD;--dash-alert-success-color: #121857;--dash-alert-success-title: #121857;--dash-alert-success-link: rgba(18, 24, 87, .4);--btn-bg: #808080;--btn-color: #ffffff;--btn-border-color: #808080;--btn-hover-bg: #666666;--btn-active-bg: #4D4D4D;--btn-disabled-bg: #999999;--btn-disabled-color: #ffffff;--btn-primary-bg: #808080;--btn-primary-color: #ffffff;--btn-secondary-bg: #666666;--btn-secondary-color: #ffffff;--btn-success-bg: #808080;--btn-success-color: #ffffff;--btn-danger-bg: #808080;--btn-danger-color: #ffffff;--btn-warning-bg: #999999;--btn-warning-color: #333333;--btn-info-bg: #666666;--btn-info-color: #ffffff;--btn-light-bg: #f8f8f8;--btn-light-color: #333333;--primary-color--light: #ccc;--primary-contrast-color--light: #ccc;--secondary-color--light: #333;--module-background--light: #f5f5f5;--module-border--light: #d3d3d3;--text-color--light: #090909;--text-contrast-color--light: #595959;--text-light-color--light: #000000;--heading-color--light: #535353;--body-background--light: #e8e8e8;--dash-framed-layout-background--light: #ccc;--dash-main-background--light: #ffffff;--dash-link-color--light: #ccc;--nav-bg--light: #cccccc;--component-background--light: #ffffff;--component-border-color--light: #d9d9d9;--component-text-color--light: #333333;--component-shadow--light: 0 2px 4px rgba(0, 0, 0, .1);--component-hover-background--light: #f8f8f8;--component-active-background--light: #e6e6e6;--dash-border-color--light: #CCCCCC;--border-color-base--light: #D9D9D9;--border-color-split--light: #E6E6E6;--border-color--light: #E6E6E6;--link-color--light: #333333;--link-hover-color--light: #999999;--link-active-color--light: #666666;--disabled-color--light: #808080;--disabled-bg--light: #eeeeee;--disabled-border--light: #eeeeee;--dash-scroll-track-color--light: #808080;--dash-scroll-thumb-color--light: #333;--header-background--light: #ffffff;--header-font-color--light: #333333;--header-badge--light: #999999;--header-badge-hover--light: #F1F1F1;--header-input-background--light: #2b2b2b;--dash-sidebar-bg--light: #808080;--dash-sidebar-bg-hover--light: #F0F0F0;--dash-sidebar-color--light: #ffffff;--dash-sidebar-color-active--light: #808080;--dash-sidebar-icon-color--light: #ffffff;--dash-sidebar-icon-color-active--light: #808080;--dash-sidebar-color-primary--light: #fff;--dash-sidebar-color-contrast--light: #eee;--dash-sidebar-icon-color-primary--light: #ccc;--dash-sidebar-icon-color-secondary--light: #f0f0f0;--dash-sidebar-bg-primary--light: #ccc;--dash-sidebar-bg-contrast--light: #ccc;--dash-sidebar-submenu-bg-primary--light: #f0f0f0;--dash-sidebar-submenu-bg-contrast--light: #ccc;--dash-sidebar-submenu-color-primary--light: #ccc;--dash-sidebar-submenu-color-contrast--light: #f0f0f0;--dash-sidebar-handle-primary--light: rgba(255, 255, 255, .2);--dash-sidebar-handle-contrast--light: rgba(255, 255, 255, .5);--dash-alert-info-bg--light: #CCE0FF;--dash-alert-info-border--light: #CCE0FF;--dash-alert-info-color--light: #121857;--dash-alert-info-title--light: #121857;--dash-alert-info-link--light: rgba(18, 24, 87, .4);--dash-alert-error-bg--light: #DD7373;--dash-alert-error-border--light: #DD7373;--dash-alert-error-color--light: #535353;--dash-alert-error-title--light: #535353;--dash-alert-error-link--light: rgba(18, 24, 87, .4);--dash-alert-warning-bg--light: #FFCB2F;--dash-alert-warning-border--light: #FFCB2F;--dash-alert-warning-color--light: #121857;--dash-alert-warning-title--light: #121857;--dash-alert-warning-link--light: rgba(18, 24, 87, .4);--dash-alert-success-bg--light: #99F4BD;--dash-alert-success-border--light: #99F4BD;--dash-alert-success-color--light: #121857;--dash-alert-success-title--light: #121857;--dash-alert-success-link--light: rgba(18, 24, 87, .4);--btn-bg--light: #808080;--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-primary-bg--light: #808080;--btn-primary-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;--primary-color--dark: #2d2d2d;--primary-contrast-color--dark: #2d2d2d;--secondary-color--dark: #cccccc;--module-background--dark: #252526;--module-border--dark: #404040;--text-color--dark: #d4d4d4;--text-contrast-color--dark: #cccccc;--text-light-color--dark: #ffffff;--heading-color--dark: #e0e0e0;--body-background--dark: #1e1e1e;--dash-framed-layout-background--dark: #1e1e1e;--dash-main-background--dark: #1e1e1e;--dash-link-color--dark: #808080;--nav-bg--dark: #252526;--component-background--dark: #252526;--component-border-color--dark: #404040;--component-text-color--dark: #d4d4d4;--component-shadow--dark: 0 2px 4px rgba(0, 0, 0, .4);--component-hover-background--dark: #2d2d2d;--component-active-background--dark: #37373d;--dash-border-color--dark: #474747;--border-color-base--dark: #404040;--border-color-split--dark: #474747;--border-color--dark: #474747;--link-color--dark: #569cd6;--link-hover-color--dark: #9cdcfe;--link-active-color--dark: #007acc;--disabled-color--dark: #6c6c6c;--disabled-bg--dark: #2d2d2d;--disabled-border--dark: #404040;--dash-scroll-track-color--dark: #1e1e1e;--dash-scroll-thumb-color--dark: #424242;--header-background--dark: #252526;--header-font-color--dark: #d4d4d4;--header-badge--dark: #007acc;--header-badge-hover--dark: #1e8ad2;--header-input-background--dark: #3c3c3c;--dash-sidebar-bg--dark: #252526;--dash-sidebar-bg-hover--dark: #2d2d2d;--dash-sidebar-color--dark: #d4d4d4;--dash-sidebar-color-active--dark: #ffffff;--dash-sidebar-icon-color--dark: #d4d4d4;--dash-sidebar-icon-color-active--dark: #ffffff;--dash-sidebar-color-primary--dark: #333333;--dash-sidebar-color-contrast--dark: #cccccc;--dash-sidebar-icon-color-primary--dark: #d4d4d4;--dash-sidebar-icon-color-secondary--dark: #858585;--dash-sidebar-bg-primary--dark: #252526;--dash-sidebar-bg-contrast--dark: #2d2d2d;--dash-sidebar-submenu-bg-primary--dark: #333333;--dash-sidebar-submenu-bg-contrast--dark: #2d2d2d;--dash-sidebar-submenu-color-primary--dark: #d4d4d4;--dash-sidebar-submenu-color-contrast--dark: #cccccc;--dash-sidebar-handle-primary--dark: rgba(65, 65, 65, .4);--dash-sidebar-handle-contrast--dark: rgba(85, 85, 85, .6);--dash-alert-info-bg--dark: #063b49;--dash-alert-info-border--dark: #063b49;--dash-alert-info-color--dark: #9cdcfe;--dash-alert-info-title--dark: #9cdcfe;--dash-alert-info-link--dark: rgba(156, 220, 254, .6);--dash-alert-error-bg--dark: #49060f;--dash-alert-error-border--dark: #49060f;--dash-alert-error-color--dark: #f48771;--dash-alert-error-title--dark: #f48771;--dash-alert-error-link--dark: rgba(244, 135, 113, .6);--dash-alert-warning-bg--dark: #352a06;--dash-alert-warning-border--dark: #352a06;--dash-alert-warning-color--dark: #dcdcaa;--dash-alert-warning-title--dark: #dcdcaa;--dash-alert-warning-link--dark: rgba(220, 220, 170, .6);--dash-alert-success-bg--dark: #063b1d;--dash-alert-success-border--dark: #063b1d;--dash-alert-success-color--dark: #6a9955;--dash-alert-success-title--dark: #6a9955;--dash-alert-success-link--dark: rgba(106, 153, 85, .6);--btn-bg--dark: #37373d;--btn-color--dark: #d4d4d4;--btn-border-color--dark: #37373d;--btn-hover-bg--dark: #45454d;--btn-active-bg--dark: #505050;--btn-disabled-bg--dark: #2d2d2d;--btn-disabled-color--dark: #6c6c6c;--btn-primary-bg--dark: #3c3c3c;--btn-primary-color--dark: #ffffff;--btn-secondary-bg--dark: #3c3c3c;--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;--info-color: #1890ff;--success-color: #52c41a;--processing-color: #1890ff;--error-color: #f5222d;--warning-color: #faad14;--normal-color: #d9d9d9;--danger-color: #ff4d4f;--light-color: #e6e6e6;--dash-blue: #4D4D4D;--dash-purple: #808080;--dash-light-blue: #999999;--dash-green: #666666;--dash-red: #808080;--dash-yellow: #999999;--dash-orange: #666666;--dash-error: #808080;--dash-alert: #808080;--dash-null: #808080;--dash-light-grey: #757575;--dash-purple-background: #F2F2F2;--dash-light-blue-background: #E6E6E6;--dash-green-background: #D9D9D9;--dash-yellow-background: #E6E6E6;--dash-orange-background: #D9D9D9;--dash-null-background: #EFEFF1;--highlight-color: #000;--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: 10px;--min-body-width: 575px;--sidebar-width: 200px;--sidebar-mini-drawer-width: 100px;--dash-sidebar-width-large: 255px;--dash-sidebar-width-small: 60px;--app-sidebar-width: 230px;--app-chat-sidebar-width: 315px;--scroll-bar-margin: 19px;--scroll-bar-expanded-margin: 5px;--dash-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}.print_text{font-family:Courier New,Courier,monospace!important}.slide-in,.slide-out{position:fixed;top:calc(50% - 50px);left:calc(50% - 50px);transform:translate(-50%,-50%);width:100px;height:100px;background-color:var(--primary-color, #ccc);padding:10px;box-sizing:border-box;transform-origin:center;border-radius:50%}.RaList-main>.MuiPaper-root{background:none;box-shadow:none;padding-top:8px}@media screen and (max-width: 576px){.MuiPaper-root{overflow-x:none!important}}@media screen and (max-width: 960px){.webview .dash-header-container{padding-top:35px}}.dash-landing{font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;color:var(--text-color, #333);line-height:1.6}.dash-landing section{padding:5rem 1rem;max-width:1200px;margin:0 auto}.dash-landing h1,.dash-landing h2,.dash-landing h3{font-weight:700;margin-bottom:1.5rem}.dash-landing h1{font-size:3.5rem;background:linear-gradient(90deg,var(--text-color, #333),var(--text-secondary-color, #666));-webkit-background-clip:text;background-clip:text;color:transparent}.dash-landing h2{font-size:2.5rem;text-align:center;margin-bottom:3rem}.dash-landing h3{font-size:1.5rem;color:var(--heading-color, #444)}.dash-landing .hero{display:flex;align-items:center;justify-content:space-between;min-height:90vh;gap:4rem;padding:4rem 2rem;max-width:1400px;margin:0 auto}.dash-landing .hero-content{flex:1;max-width:600px}.dash-landing .hero h1{font-size:5rem;line-height:1.1;margin-bottom:2rem;background:linear-gradient(90deg,var(--text-color, #333),var(--text-secondary-color, #666));-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.05em}.dash-landing .hero h2{font-size:2.5rem;text-align:left;margin-bottom:2rem;color:var(--text-color, #333);font-weight:600}.dash-landing .hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:3rem;color:var(--text-secondary-color, #555)}.dash-landing .hero-image{flex:1;display:flex;justify-content:center;align-items:center}.dash-landing .dashboard-preview{width:100%;max-width:800px;height:auto;border-radius:16px;box-shadow:0 25px 50px -12px #00000026;border:1px solid var(--border-color, #ddd);transition:transform .3s ease}.dash-landing .dashboard-preview:hover{transform:translateY(-5px)}.dash-landing .feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.dash-landing .feature-card{background:var(--background-color, #fff);border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease}.dash-landing .feature-card:hover{transform:translateY(-5px)}.dash-landing .feature-card ul{padding-left:1.5rem}.dash-landing .feature-card li{margin-bottom:.5rem}.dash-landing .platform-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin-top:3rem}.dash-landing .platform-icon{display:flex;flex-direction:column;align-items:center;gap:.5rem}.dash-landing .platform-icon i{font-size:3rem;color:var(--heading-color, #444)}.dash-landing .cta-section{text-align:center;background:var(--background-secondary-color, #f5f5f5);border-radius:12px;margin:4rem auto;padding:4rem 2rem}.dash-landing .cta-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.dash-landing .cta-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.dash-landing .cta-button.primary{background:var(--heading-color, #444);color:var(--background-color, white)}.dash-landing .cta-button.primary:hover{background:var(--text-color, #333)}.dash-landing .cta-button.secondary{background:var(--background-color, white);color:var(--heading-color, #444);border:1px solid var(--heading-color, #444)}.dash-landing .cta-button.secondary:hover{background:var(--background-secondary-color, #eee)}.dash-landing .animate-fade-in{animation:fadeIn 1s ease-out forwards}.dash-landing .animate-slide-up{animation:slideUp .8s ease-out forwards}.dash-landing .animate-scale-in{animation:scaleIn .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dash-landing .dashboard-preview{background:linear-gradient(135deg,var(--background-secondary-color, #eee),var(--border-color, #ddd));display:flex;align-items:center;justify-content:center;color:var(--heading-color, #444);font-weight:700;min-height:500px}
