body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f4f4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.button-no-border{background:none;border:none}label{display:block;font-weight:700;margin-bottom:.5rem;text-align:left}input,select{border:1px solid #ccc;border-radius:.5rem;box-sizing:border-box;height:2.5rem;padding:.5rem;width:100%}.input-container{margin-bottom:1rem}button{background-color:#a6c12a;border:none;border-radius:.5rem;color:#fff;cursor:pointer;padding:.5rem 1rem}.button-secondary{background-color:#fff;border:1px solid #a6c12a;color:#a6c12a}.button-icon{color:#616161}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#a6c12a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#829721}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{background:#0000}body{font-family:Inter,sans-serif}*{scrollbar-color:#a6c12a #f1f1f1;scrollbar-width:thin}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-container{align-items:center;background:linear-gradient(135deg,#f4f4f4,#eef1ed);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-background{max-width:450px;width:100%}.login-card{animation:slideUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{background:linear-gradient(135deg,#a6c12a,#2ecc71);color:#fff;padding:40px 30px 30px;text-align:center}.login-logo{filter:brightness(0) invert(1);height:auto;margin-bottom:20px;width:120px}.login-title{color:#fff;font-size:28px;font-weight:600;margin:0 0 8px}.login-subtitle{color:#fff;font-size:16px;margin:0;opacity:.9}.login-content{padding:40px 30px}.login-button{align-items:center;background:linear-gradient(135deg,#a6c12a,#2ecc71);border:none;border-radius:12px;box-shadow:0 4px 15px #a6c12a4d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:12px;justify-content:center;padding:16px 24px;transition:all .3s ease;width:100%}.login-button:hover{box-shadow:0 8px 25px #a6c12a66;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}.login-button:focus{box-shadow:0 0 0 3px #a6c12a4d;outline:none}.azure-icon{color:#fff;height:20px;width:20px}.login-footer{margin-top:30px;text-align:center}.login-info{color:#333;font-size:14px;margin:0;opacity:.7}@media(max-width:480px){.login-container{padding:10px}.login-card{border-radius:15px}.login-header{padding:30px 20px 25px}.login-content{padding:30px 20px}.login-logo{width:100px}.login-title{font-size:24px}}.sidebar{background-color:#f4f4f4;color:#537248;display:flex;flex-direction:column;overflow:hidden;padding:1rem;position:relative;transition:width .25s ease-in-out;width:220px}.sidebar__header{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;margin-bottom:2rem;padding:.5rem}.sidebar__hamburger{align-items:center;color:#537248;display:flex;flex-shrink:0;transition:color .2s ease}.sidebar__hamburger:hover{color:#a6c12a}.sidebar__logo{align-items:center;display:flex;height:32px;margin-bottom:0;margin-left:10px;text-align:center;width:auto}.sidebar__nav{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.sidebar__nav-item{align-items:center;border-radius:6px;color:#537248;display:flex;overflow:hidden;padding:.75rem 1rem;text-decoration:none;transition:all .25s ease;white-space:nowrap}.sidebar__nav-item.active,.sidebar__nav-item:hover{background-color:#eef1ed}.sidebar__nav-icon{align-items:center;display:flex;justify-content:center;margin-right:10px;min-width:20px;transition:margin-right .25s ease}.sidebar__nav-text{flex:1 1;opacity:1;transform:translateX(0);transition:all .25s ease}.sidebar a{border-radius:6px;color:#537248;margin-bottom:.5rem;padding:.75rem .5rem;text-decoration:none;transition:background .3s}.sidebar a.active,.sidebar a:hover{background-color:#eef1ed}.sidebar__footer{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin-bottom:1.5rem;margin-top:auto}.sidebar__toggle-btn{border-radius:6px;cursor:pointer;padding:.5rem;transition:all .2s ease}.sidebar__toggle-btn:hover{background-color:#eef1ed}.sidebar__logout-btn{align-items:center;background:none;border:none;border-radius:6px;color:#537248;cursor:pointer;display:flex;font-size:16px;padding:.75rem .5rem;text-align:left;text-decoration:none;transition:all .25s ease;white-space:nowrap;width:100%}.sidebar__logout-btn:hover{background-color:#eef1ed}.sidebar__logout-btn .sidebar__nav-icon{align-items:center;display:flex;justify-content:center;margin-right:10px;min-width:20px;transform:rotate(180deg);transition:margin-right .25s ease}.sidebar__logout-btn .sidebar__nav-text{flex:1 1;opacity:1;transform:translateX(0);transition:all .25s ease}.sidebar.collapsed{width:3.75rem}.sidebar.collapsed .sidebar__header{gap:0;justify-content:center}.sidebar.collapsed .sidebar__nav-icon{justify-content:center;margin-right:0;width:100%}.sidebar.collapsed .sidebar__nav-text{display:none;opacity:0;transform:translateX(-10px)}.sidebar.collapsed .sidebar__nav-item{align-items:center;display:flex;justify-content:center;padding:.75rem 0}.sidebar.collapsed .sidebar__footer{justify-content:center}.sidebar.collapsed .sidebar__logout-btn{padding:.75rem 0}.sidebar.collapsed .sidebar__logout-btn .sidebar__nav-icon{justify-content:center;margin-right:0;transform:rotate(180deg);width:100%}.sidebar.collapsed .sidebar__logout-btn .sidebar__nav-text{display:none;opacity:0;transform:translateX(-10px)}@media(prefers-reduced-motion:reduce){.sidebar,.sidebar__logo,.sidebar__logout-btn,.sidebar__nav-icon,.sidebar__nav-item,.sidebar__nav-text,.sidebar__toggle-btn{transition:none}}.main-layout{background-color:#f5f5f5;display:grid;grid-template-areas:"header header" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;height:100vh;overflow:hidden;width:100vw}.main-layout .header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.main-layout .sidebar{background-color:#fff;box-shadow:8px 0 32px #00000626;grid-area:sidebar;height:100vh;position:-webkit-sticky;position:sticky;top:0}.main-layout .content{border-radius:8px;grid-area:content;height:100vh;margin:0 0 3rem;overflow-y:auto;padding-bottom:3rem}.main-layout .content::-webkit-scrollbar{width:6px}.main-layout .content::-webkit-scrollbar-thumb{background-color:#a6c12a;border-radius:3px}.main-layout .content::-webkit-scrollbar-track{background:#0000;margin:0}.main-layout .logo{margin-left:1rem}.home-container{margin:1rem 2rem .5rem;padding:1rem}.heaader-container,.home-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 18px #0000001a;overflow-y:hidden}.heaader-container{box-sizing:border-box;margin:.5rem 1rem;padding:1rem 1rem 0;position:-webkit-sticky;position:sticky;text-align:left;top:0;transition:all .3s ease;width:calc(100% - 2rem);z-index:100}.page-content{margin-top:1rem;padding:0}@media(max-width:768px){.heaader-container{margin:1rem 1rem .5rem;padding:.75rem .75rem 0;width:calc(100% - 2rem)}.page-content{padding:0 1rem}}.home-hearder{color:#a6c12a;font-size:16px;font-weight:700;padding-left:1rem}.tab-list{-webkit-overflow-scrolling:touch;align-items:center;border-bottom:2px solid #ccc;display:flex;overflow-x:auto;padding-bottom:4px;scrollbar-color:#eef1ed;scrollbar-width:thin}.tab-list::-webkit-scrollbar{height:4px}.tab-list::-webkit-scrollbar-track{background:#0000}.tab-list::-webkit-scrollbar-thumb{background-color:#eef1ed;border-radius:2px;max-height:20px;min-height:20px}.tab-list::-webkit-scrollbar-button{background:#0000;display:none;height:0;width:0}.tab-button{align-items:center;background:none;border:none;border-radius:0;color:#2f4f1c;cursor:pointer;display:flex;font-weight:700;height:3rem;justify-content:center;min-width:-webkit-fit-content;min-width:fit-content;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-overflow:ellipsis;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.tab-button.active{border-bottom:2px solid #2f4f1c;transform:translateY(2px)}.tab-button .tab-icon{color:#2ecc71;font-size:.7rem;height:1.2rem;margin-left:.5rem;width:1.2rem}.tab-add,.tab-button .tab-icon{align-items:center;display:flex;justify-content:center}.tab-add{background:none;border:2px solid #b8c92d;border-radius:50%;color:#b8c92d;cursor:pointer;font-size:1rem;height:1.5rem;margin-left:1rem;width:1.5rem}.tab-add .plus-icon{font-weight:700}.tab-panel{background-color:#fff;border-radius:4px}.action-buttons-container{display:flex;gap:1rem;justify-content:right;margin:1rem 2rem}.draft-button{background:none;border:1px solid #a6c12a;border-radius:10px;color:#a6c12a;cursor:pointer;font-size:18px;font-weight:500;padding:.5rem 1rem}.draft-button:hover{background-color:#a6c12a1a}.send-button{background-color:#a6c12a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:18px;padding:.5rem 1rem}.send-button:hover{background-color:#94ac25}.send-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.5}.send-button:disabled:hover{background-color:#ccc}.manager-header{align-items:center;display:flex;justify-content:left}.manager-title{font-size:20px;font-weight:700;margin-top:15px}.manager-date{font-size:18px}.manager-tabs-container{display:flex;gap:1rem;margin-bottom:0}.manager-table .MuiTableCell-root{border:none}.manager-table .MuiTableHead-root{position:-webkit-sticky;position:sticky;top:0;z-index:11}.manager-table .MuiTableHead-root .MuiTableCell-root{border-bottom:2px solid #e0e0e0;font-weight:600}.table-cell-regiao{min-width:180px;width:180px}.table-cell-cultura,.table-cell-produto{min-width:80px;width:80px}.table-cell-supervisao{min-width:200px;width:200px}.table-cell-prev-modelo,.table-cell-prev-superv{min-width:100px;width:100px}.table-cell-supervisao-individual{min-width:200px;width:200px}.individual-row .MuiTableCell-root{border-left:1px solid #fff!important;border-right:1px solid #fff!important}.individual-row .table-cell-supervisao-individual{border-left:1px solid #e0e0e0!important}.individual-row .table-cell-prev-superv{border-right:1px solid #fff!important}.totals-row{background:#f5f9ef;bottom:0;font-weight:700;position:-webkit-sticky;position:sticky;z-index:10}.totals-row .MuiTableCell-root{background:#f5f9ef;border-top:2px solid #e0e0e0}.collapse-cell{padding:0!important}.forecast-table-header .MuiTableHead-root{background-color:#98aa91!important}.forecast-table-header .MuiTableHead-root .MuiTableCell-root{background-color:#98aa91!important;color:#fff!important}.forecast-table-header .MuiTableHead-root .MuiTableCell-root.current-month{background-color:#537248!important}.forecast-table-header .MuiTableHead-root .MuiTableCell-root.total-header{background-color:#98aa91!important}.total-column{background-color:rgba(232,245,232,.745)!important;font-style:italic;font-weight:600}.expandable-row{cursor:pointer}.expandable-row:hover{background-color:#f0f0f0!important}.supervision-row{background-color:#f5f5f5!important}.supervision-row:hover{background-color:#e8e8e8!important}.manager-forecast-row{background-color:#fff!important}.manager-forecast-row:hover{background-color:#f5f5f5!important}.chip{align-items:center;border:1px solid;border-radius:999px;display:inline-flex;font-size:12.5px;font-weight:600;gap:.5rem;padding:.3rem .6rem}.chip--success{background-color:#e8f5e9;border-color:#00c853;color:#00c853}.chip--warning{background-color:#fff3e0;border-color:#f80;color:#f80}.chip--default{background-color:#fff;border-color:#a6c12a;color:#a6c12a}.chip__icon{align-items:center;border-radius:50%;display:flex;font-size:1.2rem;height:1.25rem;justify-content:center;width:1.25rem}.dropdown-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 18px #0000001a;margin:1rem 1rem .5rem;padding:1rem}.dropdown-content{margin-top:.5rem}.dropdown-content::-webkit-scrollbar{width:8px}.dropdown-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.dropdown-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.dropdown-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dropdown-header{font-size:20px;font-weight:700}.modal-container{box-shadow:8px 0 32px #00000626;max-width:300px;min-width:250px;position:absolute;right:0;top:100%}.modal-header{border-bottom:1px solid #ccc;padding:16px;position:relative}.modal-header .filte-title{font-size:20px}.modal-header button{background:#0000;border:none;cursor:pointer;font-size:16px;position:absolute;right:10px;top:10px}.modal-body{font-size:16px;padding:16px}.modal-body .filter-item{margin-bottom:16px}.modal-body .filter-item label{color:#333;display:block;font-weight:500;margin-bottom:8px}.modal-body .filter-item input,.modal-body .filter-item select{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px;width:100%}.modal-body .filter-item input:focus,.modal-body .filter-item select:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #48ff0040;outline:none}.modal-body .filter-item select[multiple]{min-height:120px}.modal-body .filter-item select[multiple] option{padding:4px 8px}.modal-body .filter-item select[multiple] option:checked{background-color:#a6c12a;color:#fff}.modal-footer{gap:8px;padding:16px}.modal-footer button{border-radius:20px}.filter-bar-icon{display:inline-block;position:relative}.filter-bar-icon .filter-modal-content .filter-item{margin-bottom:1.5rem}.filter-bar-icon .filter-modal-content .filter-item:last-child{margin-bottom:0}.filter-bar-icon .filter-modal-content .filter-item label{display:block;font-weight:500;margin-bottom:.5rem}.filter-bar-icon .filter-modal-content .filter-item input,.filter-bar-icon .filter-modal-content .filter-item select{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:.5rem;width:100%}.filter-bar-icon .modal-container{left:auto;margin-top:-20px;right:0}.MuiMenuItem-root.Mui-selected{background-color:#a6c12a14!important}.MuiMenuItem-root.Mui-selected:hover{background-color:#a6c12a1f!important}.css-1rju2q6-MuiButtonBase-root-MuiMenuItem-root.Mui-selected{background-color:#a6c12a14!important}.css-1rju2q6-MuiButtonBase-root-MuiMenuItem-root.Mui-selected:hover{background-color:#a6c12a1f!important}.data-table{overflow:hidden;width:100%}.data-table .MuiDataGrid-root{--DataGrid-t-color-interactive-focus:#a6c12a!important;--DataGrid-t-color-interactive-selected:#a6c12a!important;border-radius:8px!important;box-shadow:0 2px 4px #0000001a!important;font-size:14px;margin:16px 0;max-width:100%;overflow:hidden}.data-table .MuiDataGrid-main,.data-table .MuiDataGrid-virtualScroller{max-width:100%}.data-table .MuiDataGrid-virtualScroller{max-height:1000px;overflow-x:auto;overflow-y:auto}.data-table .MuiDataGrid-virtualScrollerContent{min-height:100%}.data-table .MuiDataGrid-cell{background-color:#fff!important;border-bottom:1px solid #ccd4d4;border-right:1px solid #ccd4d4;border-top:none!important;font-size:.875rem;overflow:hidden;padding:8px 0;text-align:center;white-space:nowrap}.data-table .MuiDataGrid-cell:last-child{border-right:none}.data-table .MuiDataGrid-cell:first-child{text-align:left}.data-table .MuiDataGrid-cell:focus{outline:none}.data-table .MuiDataGrid-cell.editable-cell{background-color:#eef1ed!important;cursor:pointer;font-style:italic;font-weight:700}.data-table .MuiDataGrid-cell.total-column{background-color:rgba(232,245,232,.745)!important;font-style:italic;font-weight:600}.data-table .MuiDataGrid-columnHeaders{background-color:#98aa91!important;color:#fff}.data-table .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader{background-color:#98aa91!important;border-bottom:1px solid #ccd4d4;border-right:1px solid #ccd4d4;color:#fff!important;font-size:.875rem;font-weight:600;overflow:hidden;padding:8px 4px;position:relative;text-align:center;white-space:nowrap}.data-table .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader:last-child{border-right:none}.data-table .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader .current-cycle{background-color:#537248;border-radius:5px 5px 0 0;color:#fff;font-weight:700;left:50%;padding:4px 0;position:absolute;text-align:center;top:-20px;transform:translateX(-50%);width:100%}.data-table .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader.current-month{background-color:#537248!important}.data-table .MuiDataGrid-row:hover{background-color:#f4f4f4}.column-header{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.flow-bar-container{display:block}.flow-bar{justify-content:space-between;overflow-x:auto;padding:1rem 2rem;width:100%}.flow-bar,.flow-bar__step{align-items:center;display:flex}.flow-bar__step{flex-direction:column;min-width:-webkit-max-content;min-width:max-content}.flow-bar__circle{align-items:center;border:2px solid gray;border-radius:9999px;display:flex;font-size:.875rem;font-weight:600;height:32px;justify-content:center;width:32px}.flow-bar__circle.completed{background-color:#22c55e;border-color:#22c55e;color:#fff}.flow-bar__circle.current{animation:pulse 2s infinite;background-color:#fff;border-color:#3b82f6;color:#3b82f6}.flow-bar__circle.upcoming{background-color:#e5e7eb;border-color:#9ca3af;color:#6b7280}.flow-bar__label{font-size:.75rem;margin-top:.5rem;text-align:center;width:6rem}.flow-bar__line{background-color:#d1d5db;flex:1 1;height:2px;margin:0 .5rem}.modal-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;left:50%;padding:1rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.modal-body,.modal-footer,.modal-header{margin-bottom:1rem}.modal-body{max-height:60vh;overflow-y:auto}.modal-footer{gap:.5rem}.button-icon{background:none;border:none;cursor:pointer}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:500px;overflow-y:auto;padding:20px;width:90%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal-header h2{margin:0}.modal-header .close-button{background:none;border:none;color:#666;cursor:pointer;font-size:24px;padding:0}.modal-header .close-button:hover{color:#333}.modal-body{margin-bottom:20px}.modal-footer{display:flex;gap:10px;justify-content:flex-end}.modal-footer button{border-radius:4px;cursor:pointer;font-weight:500;padding:8px 16px}.modal-footer button.cancel-button{background:#f5f5f5;border:1px solid #ddd;color:#333}.modal-footer button.cancel-button:hover{background:#e5e5e5}.modal-footer button.save-button{background:#a6c12a;border:1px solid #a6c12a;color:#fff}.modal-footer button.save-button:hover{background:#f4f4f4}.custom-tabs .tab-list{-webkit-overflow-scrolling:touch;align-items:center;border-bottom:2px solid #ccc;display:flex;margin-bottom:1rem;overflow-x:auto;padding-bottom:4px;scrollbar-color:#98aa91}.custom-tabs .tab-list::-webkit-scrollbar{height:4px}.custom-tabs .tab-list::-webkit-scrollbar-track{background:#0000}.custom-tabs .tab-list::-webkit-scrollbar-thumb{background-color:#eef1ed;border-radius:2px;max-height:20px;min-height:20px}.custom-tabs .tab-list::-webkit-scrollbar-button{background:#0000;display:none;height:0;width:0}.custom-tabs .tab-list{scrollbar-color:#eef1ed #0000;scrollbar-width:thin}.custom-tabs .tab-button{align-items:center;background:none;border:none;border-radius:0;color:#2f4f1c;cursor:pointer;display:flex;font-weight:700;height:3rem;justify-content:center;min-width:-webkit-fit-content;min-width:fit-content;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-overflow:ellipsis;white-space:nowrap}.custom-tabs .tab-button.active{border-bottom:2px solid #2f4f1c;transform:translateY(2px)}.custom-tabs .tab-button .tab-icon{align-items:center;color:#2ecc71;display:flex;font-size:.7rem;height:1.2rem;justify-content:center;margin-left:.5rem;width:1.2rem}.custom-tabs .tab-add{align-items:center;background:none;border:2px solid #b8c92d;border-radius:50%;color:#b8c92d;cursor:pointer;display:flex;font-size:1rem;height:1.5rem;justify-content:center;margin-left:1rem;width:1.5rem}.custom-tabs .tab-add .plus-icon{font-weight:700}.custom-tabs .tab-panel{background-color:#fff;border-radius:4px}.add-tab{color:#a6c12a}.table-views{align-items:center;border:1px solid #69835f;border-radius:7px;display:flex}.table-views__icon:first-child{margin-right:.5rem}.chart-icon,.table-icon{align-items:center;display:flex;justify-content:center;padding:.2rem}.chart-icon,.table-icon{border-right:1px solid #69835f}.chart-icon{border-right:none}.active{background-color:#cdd6ca}.bar-chart-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:400px;padding:20px;width:95%}input{background:none;border:none;margin:0;max-height:16px;padding:0;width:20px}input:focus{outline:none}.add-button{background-color:#0000;border:none;color:#4caf50;cursor:pointer;margin-left:4px;padding:2px;transition:all .2s ease}.add-button:hover{background-color:#4caf501a;border-radius:50%;transform:scale(1.1)}.add-button svg{height:12px;width:12px}.MuiTableContainer-root{border-radius:8px!important;box-shadow:0 2px 4px #0000001a!important;margin:16px 0;overflow:hidden}.cell-container{align-items:center;display:flex;font-size:.875rem;gap:4px;justify-content:space-between;margin:0 10px;overflow:hidden}.cell-spacer{margin:0 5px}.cell-percentage{align-items:center;display:flex;justify-content:center;min-width:30px}.MuiTable-root{table-layout:fixed}.MuiTable-root .MuiTableHead-root{background-color:#98aa91}.MuiTable-root .MuiTableHead-root .MuiTableCell-root{border-bottom:1px solid #ccd4d4;border-right:1px solid #ccd4d4;color:#fff;font-size:.875rem;font-weight:600;overflow:hidden;padding:8px 4px;position:relative;text-align:center;white-space:nowrap}.MuiTable-root .MuiTableHead-root .MuiTableCell-root:last-child{border-right:none}.MuiTable-root .MuiTableHead-root .MuiTableCell-root .current-cycle{background-color:#537248;border-radius:5px 5px 0 0;color:#fff;font-weight:700;left:50%;padding:4px 0;position:absolute;text-align:center;top:-20px;transform:translateX(-50%);width:100%}.MuiTable-root .MuiTableHead-root .MuiTableCell-root[data-current-month=true]{background-color:#537248}.MuiTable-root .MuiTableHead-root tr:nth-child(2) .MuiTableCell-root{height:25px;line-height:25px;padding:0 4px}.MuiTable-root .MuiTableHead-root tr:nth-child(2) .MuiTableCell-root div{align-items:center;display:flex;height:100%;justify-content:center}.MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover{background-color:#fafafa}.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{border-bottom:1px solid #ccd4d4;border-right:1px solid #ccd4d4;font-size:.875rem;overflow:hidden;padding:8px 0;text-align:center;white-space:nowrap}.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:last-child{border-right:none}.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:first-child{text-align:left}.group-level-0{background-color:#e8efc9!important}.group-level-1{background-color:#f7f9ea!important}.group-level-2{background-color:#fff!important}.MuiIconButton-root{margin-right:8px;padding:4px}.MuiIconButton-root:hover{background-color:#0000000a}.MuiCollapse-root .MuiBox-root{background-color:#fafafa;border-radius:4px}.MuiCollapse-root .css-1ynyhby{margin:0}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem}.loading-container .loading-spinner{animation:spin 1s linear infinite;color:#a6c12a;font-size:2rem}.loading-container .loading-text{color:#a6c12a;font-size:1rem;font-weight:700}.editable-user-role{align-items:center;display:inline-flex;gap:.5rem}.editable-user-role .user-role-display{color:#666;font-size:16px;font-weight:700}.editable-user-role .btn-edit-role{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:inline-flex;justify-content:center;padding:.25rem;transition:all .2s ease}.editable-user-role .btn-edit-role:hover:not(:disabled){color:#333;transform:scale(1.15)}.editable-user-role .btn-edit-role:disabled{cursor:not-allowed;opacity:.6}.editable-user-role.editing{gap:.4rem}.editable-user-role.editing .role-select{background-color:#fff;border:2px solid #a6c12a;border-radius:4px;color:#333;cursor:pointer;font-size:14px;font-weight:600;padding:.4rem .6rem;transition:all .2s ease}.editable-user-role.editing .role-select:focus{border-color:#8ba823;box-shadow:0 0 0 2px #a6c12a33;outline:none}.editable-user-role.editing .role-select:hover:not(:disabled){border-color:#8ba823}.editable-user-role.editing .role-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.editable-user-role.editing .btn-cancel-role,.editable-user-role.editing .btn-save-role{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;justify-content:center;padding:.25rem;transition:all .2s ease}.editable-user-role.editing .btn-cancel-role:disabled,.editable-user-role.editing .btn-save-role:disabled{cursor:not-allowed;opacity:.6}.editable-user-role.editing .btn-save-role{color:#2d6a2e}.editable-user-role.editing .btn-save-role:hover:not(:disabled){color:#1e4620;transform:scale(1.15)}.editable-user-role.editing .btn-cancel-role{color:#666}.editable-user-role.editing .btn-cancel-role:hover:not(:disabled){color:#333;transform:scale(1.15)}@media(max-width:768px){.editable-user-role.editing .role-select{font-size:13px;padding:.35rem .5rem}}.MuiFormLabel-root.Mui-focused,.MuiInputLabel-root.Mui-focused,.css-hvjq6j-MuiFormLabel-root-MuiInputLabel-root.Mui-focused,[class*=MuiFormLabel-root][class*=Mui-focused],[class*=MuiInputLabel-root][class*=Mui-focused]{color:#a6c12a!important}.MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline,.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,[class*=MuiInputBase-root][class*=Mui-focused] [class*=MuiOutlinedInput-notchedOutline],[class*=MuiOutlinedInput-root][class*=Mui-focused] [class*=MuiOutlinedInput-notchedOutline]{border-color:#a6c12a!important}.MuiTextField-root .MuiFormLabel-root.Mui-focused,.MuiTextField-root .MuiInputLabel-root.Mui-focused,[class*=Mui-focused]{color:#a6c12a!important}.MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#a6c12a!important}.MuiFormControl-root .MuiOutlinedInput-root,.MuiFormControl-root .MuiSelect-select{height:40px!important;max-height:40px!important;min-height:40px!important}.MuiFormControl-root .MuiSelect-select{align-items:center!important;display:flex!important;padding:8px 14px!important}.MuiChip-root{font-size:11px!important;height:20px!important;max-height:20px!important}.MuiSelect-select .MuiBox-root{align-items:center!important;display:flex!important;height:24px!important;max-height:24px!important;overflow:hidden!important}.MuiChip-label{max-width:120px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.MuiMenuItem-root{min-height:36px!important;padding:8px 16px!important}.MuiMenuItem-root,.MuiTextField-root .MuiInputBase-input,.MuiTextField-root .MuiInputLabel-root{font-size:13px!important}.MuiTextField-root .MuiOutlinedInput-root{height:32px!important;max-height:32px!important;min-height:32px!important}.MuiTextField-root .MuiInputBase-input{padding:6px 14px 6px 8px!important}.MuiTextField-root .MuiInputAdornment-positionStart,.MuiTextField-root .MuiInputAdornment-root{margin-right:4px!important}.css-rizt0-MuiTypography-root{font-size:14px!important}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.recursive-table{position:relative;width:100%}.recursive-table .MuiTableCell-root{border:none;box-sizing:border-box!important;height:45px!important;line-height:1.4!important;max-height:45px!important;overflow:hidden!important;padding:4px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.recursive-table .MuiTableHead-root{position:-webkit-sticky;position:sticky;top:0;z-index:11}.recursive-table .MuiTableHead-root .MuiTableCell-root{border-bottom:2px solid #e0e0e0;font-weight:600}.recursive-table .MuiTableCell-head{box-sizing:border-box;height:auto;line-height:1.5;overflow:hidden;padding:6px 4px;text-overflow:ellipsis}.recursive-table .MuiTableRow-root.level-0{background-color:#fff}.recursive-table .MuiTableRow-root.level-1{background-color:#f8f9fa}.recursive-table .MuiTableRow-root.level-2{background-color:#f1f3f4}.recursive-table .MuiTableRow-root.level-3{background-color:#e8eaed}.recursive-table .MuiTableRow-root.level-4{background-color:#dadce0}.recursive-table .MuiTableRow-root:hover{filter:brightness(.95)}.recursive-table .MuiTableRow-root.total-row{background-color:#98aa91!important;bottom:0;left:0;position:-webkit-sticky;position:sticky;right:0;z-index:10}.recursive-table .MuiTableRow-root.total-row .MuiTableCell-root{background-color:#98aa91;color:#fff;font-size:14px;font-style:normal;font-weight:700}.recursive-table .MuiTableBody-root .MuiTableRow-root,.recursive-table .MuiTableRow-root{height:45px!important;max-height:45px!important}.recursive-table .MuiTable-root{border-collapse:collapse!important;min-width:100%;table-layout:auto!important;width:100%!important}.recursive-table.with-management .table-cell-category{background-color:inherit;border-right:2px solid #e0e0e0;left:0;max-width:400px!important;min-width:280px!important;overflow:hidden!important;padding-left:8px;position:-webkit-sticky;position:sticky;text-align:left;text-overflow:ellipsis!important;white-space:nowrap!important;width:280px;z-index:10}.recursive-table.with-management .table-cell-category .category-content.level-0{padding-left:0}.recursive-table.with-management .table-cell-category .category-content.level-1{padding-left:20px}.recursive-table.with-management .table-cell-category .category-content.level-2{padding-left:40px}.recursive-table.with-management .table-cell-category .category-content.level-3{padding-left:60px}.recursive-table.with-management .table-cell-category .category-content.level-4{padding-left:80px}.recursive-table.with-management .table-cell-comparativo{max-width:300px!important;min-width:230px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.recursive-table.with-management .table-cell-faturamento,.recursive-table.with-management .table-cell-prev-modelo,.recursive-table.with-management .table-cell-prev-superv,.recursive-table.with-management .table-cell-supervisao-individual,.recursive-table.with-management .table-cell-year{max-width:140px!important;min-width:110px!important;overflow:visible!important;text-align:center!important;text-overflow:clip!important;white-space:nowrap!important}.recursive-table.with-management .table-cell-reference-month{max-width:400px!important;min-width:880px!important;overflow:hidden!important;text-align:center;text-overflow:ellipsis!important;white-space:nowrap!important}.recursive-table.without-management .table-cell-category{background-color:inherit;left:0;max-width:400px;min-width:280px;overflow:hidden;position:-webkit-sticky;position:sticky;text-overflow:ellipsis;white-space:nowrap;width:280px}.recursive-table.without-management .table-cell-category .category-content.level-0{padding-left:0}.recursive-table.without-management .table-cell-category .category-content.level-1{padding-left:20px}.recursive-table.without-management .table-cell-category .category-content.level-2{padding-left:40px}.recursive-table.without-management .table-cell-category .category-content.level-3{padding-left:60px}.recursive-table.without-management .table-cell-category .category-content.level-4{padding-left:80px}.recursive-table.without-management .table-cell-comparativo{max-width:300px;min-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:230px}.recursive-table.without-management .table-cell-faturamento,.recursive-table.without-management .table-cell-prev-modelo,.recursive-table.without-management .table-cell-prev-superv,.recursive-table.without-management .table-cell-supervisao-individual,.recursive-table.without-management .table-cell-value-input,.recursive-table.without-management .table-cell-year{max-width:100px;min-width:100px;overflow:visible;text-align:center;text-overflow:clip;white-space:nowrap}.recursive-table.without-management .table-cell-reference-month{max-width:700px;min-width:700px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:700px}.forecast-table-container{border:1px solid #e0e0e0;border-radius:4px;max-height:545px;max-width:100%;overflow-x:auto;position:relative;width:100%}.forecast-table-container::-webkit-scrollbar{height:8px}.forecast-table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.forecast-table-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.forecast-table-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.table-cell-regiao{min-width:140px;width:auto}.table-cell-cultura,.table-cell-produto{min-width:60px;width:auto}.table-cell-budget{max-width:400px;min-width:400px;width:400px}.table-cell-category{background-color:inherit;border-right:2px solid #e0e0e0;left:0;min-width:230px;padding-left:8px;position:-webkit-sticky;position:sticky;text-align:left;width:230px;z-index:10}.table-cell-category .category-content{align-items:center;display:flex;height:100%;width:100%}.table-cell-category .category-content .expand-button{align-items:center;border-radius:2px;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:8px;width:20px;z-index:15}.table-cell-category .category-content .expand-button:hover{background-color:#0000001a}.table-cell-category .category-content .expand-button .MuiSvgIcon-root{color:#666;font-size:16px}.table-cell-category .category-content .category-name{color:#000;flex:1 1;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-cell-category .category-content.level-0{padding-left:0}.table-cell-category .category-content.level-1{padding-left:20px}.table-cell-category .category-content.level-2{padding-left:40px}.table-cell-category .category-content.level-3{padding-left:60px}.table-cell-category .category-content.level-4{padding-left:80px}.table-cell-faturamento{min-width:180px}.table-cell-faturamento,.table-cell-reference-month{background-color:#98aa91;color:#fff;font-weight:600;text-align:center;width:auto}.table-cell-reference-month{min-width:320px}.table-cell-revisao{background-color:#98aa91;color:#fff;display:table-cell;font-weight:600;min-width:220px;padding:4px 8px;text-align:center;width:220px}.table-cell-revisao .revisao-content{align-items:center;display:flex;gap:8px;justify-content:center;width:100%}.table-cell-revisao .revisao-content .MuiSelect-root,.table-cell-revisao .revisao-content select{flex-shrink:0;min-width:80px}.table-cell-revisao .revisao-content .valor-text{flex-grow:1;font-weight:700;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.table-cell-year{max-width:none;min-width:70px;text-align:center;width:auto}.table-cell-forecast,.table-cell-value-input{max-width:none;min-width:200px;text-align:center;width:200px}.table-cell-value-input{background-color:#d4e6d1cc}.table-cell-value-input.disabled{background-color:#fff}.table-cell-prev-modelo,.table-cell-prev-superv{min-width:80px;width:auto}.table-cell-supervisao-individual{min-width:150px;width:auto}.consolidated-row{background:#f5f9ef}.individual-row{background:#fff}.individual-row .MuiTableCell-root{border-left:1px solid #fff;border-right:1px solid #fff}.individual-row .table-cell-supervisao-individual{border-left:1px solid #e0e0e0}.individual-row .table-cell-prev-superv{border-right:1px solid #fff}.supervisao-content{align-items:center;display:flex;justify-content:center}.expand-button{margin-right:8px;min-height:24px;min-width:24px;position:relative;z-index:15}.expand-button:hover{background-color:#0000000a}.expand-button:focus{outline:2px solid #98aa91;outline-offset:2px}.variacao-container{align-items:center;display:flex;gap:8px;justify-content:center}.variacao-indicator{border-radius:50%;height:12px;width:12px}.variacao-indicator.positive-high{background-color:#e53935}.variacao-indicator.positive-medium{background-color:#fbc02d}.variacao-indicator.negative{background-color:#7cb342}.difference-arrow{color:#888}.external-link{cursor:pointer}.collapse-cell{padding:0}.calendar-icon{margin-right:.5rem}.forecast-table-header .MuiTableHead-root{background-color:#98aa91;color:#fff}.forecast-table-header .MuiTableHead-root .MuiTableCell-root{background-color:#98aa91;border-bottom:1px solid #ccd4d4;border-right:1px solid #ccd4d4;color:#fff;font-size:.875rem;font-weight:600;overflow:hidden;padding:8px 4px;position:relative;text-align:center;white-space:nowrap}.forecast-table-header .MuiTableHead-root .MuiTableCell-root:last-child{border-right:none}.forecast-table-header .MuiTableHead-root .MuiTableCell-root.current-month{background-color:#537248}.forecast-table-header .MuiTableHead-root .MuiTableCell-root.total-header{background-color:#98aa91}.forecast-table-header .column-header{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.editable-cell{background-color:#eef1ed!important;cursor:pointer;font-style:italic;font-weight:700}.manager-model-table .editable-cell{background-color:#d4e6d1cc!important}.editable-cell .add-button{background-color:#0000;border:none;color:#4caf50;cursor:pointer;margin-left:4px;padding:2px;transition:all .2s ease}.editable-cell .add-button:hover{background-color:#4caf501a;border-radius:50%;transform:scale(1.1)}.editable-cell .add-button svg{height:12px;width:12px}.compare-select{background-color:#f5f5f5;color:#333;font-size:12px;min-width:100px;width:100px}.compare-select .MuiOutlinedInput-notchedOutline{border-color:#e0e0e0;border-radius:8px;outline:none}.compare-select.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1976d2}.compare-select .MuiSelect-select{align-items:center;background-color:#f5f5f5;display:flex;font-size:12px;min-height:auto;padding:4px 8px}.compare-select .MuiOutlinedInput-root{outline:none}.compare-select .MuiOutlinedInput-root.Mui-focused{box-shadow:none;outline:none}.table-actions{background-color:#fff;display:flex;justify-content:flex-end;padding:16px}.value-input{background-color:#0000;border:none;box-sizing:border-box;color:#2c2c2c;font-size:14px;font-weight:700;margin:0;max-width:100px;padding:4px 6px;text-align:center;width:100%}.value-input::-webkit-inner-spin-button,.value-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.save-button{background-color:#8bc34a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:background-color .2s ease}.save-button:hover{background-color:#7cb342}.save-button:active{background-color:#689f38}.recursive-table.without-management .forecast-table-container{overflow-x:auto;width:100%}.recursive-table.without-management .forecast-table-container table{min-width:1200px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.plans-container{margin:1rem 1rem .5rem;padding:1rem}.extraplanos-section,.plans-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 18px #0000001a}.extraplanos-section{margin:.5rem 1rem;overflow:hidden;transition:all .3s ease-in-out}.extraplanos-content{padding:1rem}.extraplanos-content .extraplanos-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.extraplanos-content .section-title{color:#2c2c2c;font-size:20px;font-weight:700;margin:0}.extraplanos-content .novo-extraplano-button{font-size:12px;font-weight:700;text-transform:uppercase}.inline-creation-actions{display:flex;gap:8px;margin:16px 0}.create-extraplano-button{margin-top:16px}.header-title{color:#2c2c2c;font-size:20px;font-weight:700}.header-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 18px #0000001a;box-sizing:border-box;margin:.5rem 1rem;overflow-y:hidden;padding:1rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;transition:all .3s ease;width:calc(100% - 2rem);z-index:100}.home-cycle{align-items:center;color:#a6c12a;display:flex;font-size:16px;gap:.5rem;height:36px;justify-content:center;margin-left:1rem}.home-cycle .calendar{margin-top:-3px}.home-cycle span{font-size:.975rem;font-weight:700;font-weight:600;letter-spacing:10%;line-height:24px}.plans-header{align-items:center;display:flex;flex-direction:row;font-size:20px;font-weight:700;justify-content:space-between;margin-bottom:1rem}.plans-header .plans-new-extraplano-button{background-color:#537248;border-radius:8px;font-family:Inter,sans-serif;font-size:.675rem;letter-spacing:10%;line-height:24px}.plans-header .MuiTypography-root{color:#2c2c2c}.plans-table-container{margin-top:.5rem}.plans-table-container .MuiPaper-root{border-top:none;box-shadow:none}.plans-id-cell{font-weight:600;max-width:50px;min-width:50px;padding:8px 4px;text-align:center;vertical-align:middle;width:50px}.plans-id-cell .MuiTableSortLabel-root{display:flex;justify-content:center;width:100%}.plans-tipo-cell{max-width:90px;min-width:90px;padding:8px 4px;width:90px}.plans-regiao-cell{max-width:80px;min-width:80px;padding:8px 4px;width:80px}.plans-supervision-cell,.plans-supervision-destination-cell{max-width:180px;min-width:180px;padding:8px 4px;width:180px}.plans-planta-cell{max-width:100px;min-width:100px;padding:8px 4px;width:100px}.plans-produto-cell{max-width:120px;min-width:120px;padding:8px 4px;width:120px}.plans-cultura-cell{max-width:80px;min-width:80px;padding:8px 4px;width:80px}.plans-ciffob-cell{max-width:70px;min-width:70px;padding:8px 4px;width:70px}.plans-embalagem-cell{max-width:100px;min-width:100px;padding:8px 4px;width:100px}.plans-mesano-cell{max-width:90px;min-width:90px;padding:8px 4px;width:90px}.plans-quantidades-cell{max-width:110px;min-width:110px;padding:8px 4px;width:110px}.plans-qty-partial{align-items:center;display:inline-flex;gap:6px}.plans-qty-partial .qty-original{color:#9e9e9e;font-weight:500;text-decoration:line-through}.plans-qty-partial .qty-approved{color:#2e7d32;font-weight:700}.plans-acoes-cell{max-width:110px;min-width:110px;padding:8px 4px;width:110px}.plans-status-cell{max-width:240px;min-width:220px;padding:8px 4px;width:220px}.plans-status-cell .plans-status-pill{display:inline-block;max-width:100%;white-space:normal;word-break:break-word}.plans-sort-icon--inactive{align-items:center;display:flex;flex-direction:column;height:16px;justify-content:center;margin-left:.5rem;opacity:.5}.plans-sort-icon--inactive .icon-up{font-size:12px;margin-bottom:-4px}.plans-sort-icon--inactive .icon-down{font-size:12px}.plans-sort-icon--active{align-items:center;display:flex;height:16px;justify-content:center;margin-left:.5rem}.plans-sort-icon--active .icon{font-size:16px}.plans-sortable-cell.MuiTableSortLabel-root.Mui-active{border-radius:4px}.plans-sortable-cell.MuiTableSortLabel-root{align-items:center;flex-direction:row}.plans-sortable-cell.MuiTableSortLabel-root.Mui-active{color:#58595b;font-weight:600}.plans-actions-cell{align-items:center;display:flex;gap:.25rem;justify-content:center}.plans-actions-cell .plans-approve-button,.plans-actions-cell .plans-partial-approve-button,.plans-actions-cell .plans-reject-button{padding:4px;transition:all .2s ease}.plans-actions-cell .plans-approve-button:hover:not([disabled]),.plans-actions-cell .plans-partial-approve-button:hover:not([disabled]),.plans-actions-cell .plans-reject-button:hover:not([disabled]){background-color:#0000000a;transform:scale(1.1)}.plans-actions-cell .plans-approve-button[disabled],.plans-actions-cell .plans-partial-approve-button[disabled],.plans-actions-cell .plans-reject-button[disabled]{cursor:not-allowed}.plans-actions-cell .plans-approve-button[disabled] .MuiSvgIcon-root,.plans-actions-cell .plans-partial-approve-button[disabled] .MuiSvgIcon-root,.plans-actions-cell .plans-reject-button[disabled] .MuiSvgIcon-root{color:#ccc}.plans-actions-cell .plans-approve-button:hover:not([disabled]){background-color:#4caf501a}.plans-actions-cell .plans-partial-approve-button:hover:not([disabled]){background-color:#66bb6a1a}.plans-actions-cell .plans-reject-button:hover:not([disabled]){background-color:#f443361a}.plans-table-footer{align-items:center;display:flex;gap:1rem;justify-content:space-between}.plans-table-footer .plans-create-inline-button{background:none;border:none;color:#537248;font-family:Inter,sans-serif;font-size:.675rem;letter-spacing:10%;line-height:24px;text-transform:none}.plans-table-footer .plans-create-inline-button:hover{background-color:#5372481a}.inline-creation-row{animation:fadeInUp .3s ease-out;background-color:#f8f9fa;border:2px solid #e3f2fd;transition:all .3s ease-in-out}.inline-creation-row .MuiTableCell-root{align-items:center;display:flex;justify-content:center;min-height:60px;padding:4px;vertical-align:middle}.inline-creation-row .inline-autocomplete,.inline-creation-row .inline-autocomplete-mesano,.inline-creation-row .inline-autocomplete-month,.inline-creation-row .inline-autocomplete-year,.inline-creation-row .inline-input,.inline-creation-row .inline-select{align-items:center;display:flex;justify-content:center;width:100%}.inline-creation-row .inline-autocomplete .MuiInputBase-root,.inline-creation-row .inline-autocomplete-mesano .MuiInputBase-root,.inline-creation-row .inline-autocomplete-month .MuiInputBase-root,.inline-creation-row .inline-autocomplete-year .MuiInputBase-root,.inline-creation-row .inline-input .MuiInputBase-root,.inline-creation-row .inline-select .MuiInputBase-root{font-size:.75rem;height:36px;width:100%}.inline-creation-row .inline-autocomplete .MuiSelect-select,.inline-creation-row .inline-autocomplete-mesano .MuiSelect-select,.inline-creation-row .inline-autocomplete-month .MuiSelect-select,.inline-creation-row .inline-autocomplete-year .MuiSelect-select,.inline-creation-row .inline-input .MuiSelect-select,.inline-creation-row .inline-select .MuiSelect-select{font-size:.75rem;padding:6px 8px}.inline-creation-row .inline-autocomplete .MuiTextField-root,.inline-creation-row .inline-autocomplete-mesano .MuiTextField-root,.inline-creation-row .inline-autocomplete-month .MuiTextField-root,.inline-creation-row .inline-autocomplete-year .MuiTextField-root,.inline-creation-row .inline-input .MuiTextField-root,.inline-creation-row .inline-select .MuiTextField-root{width:100%}.inline-creation-row .inline-autocomplete .MuiTextField-root .MuiInputBase-input,.inline-creation-row .inline-autocomplete-mesano .MuiTextField-root .MuiInputBase-input,.inline-creation-row .inline-autocomplete-month .MuiTextField-root .MuiInputBase-input,.inline-creation-row .inline-autocomplete-year .MuiTextField-root .MuiInputBase-input,.inline-creation-row .inline-input .MuiTextField-root .MuiInputBase-input,.inline-creation-row .inline-select .MuiTextField-root .MuiInputBase-input{font-size:.75rem;padding:8px 12px}.inline-creation-row .inline-autocomplete .MuiAutocomplete-root,.inline-creation-row .inline-autocomplete .MuiAutocomplete-root .MuiTextField-root,.inline-creation-row .inline-autocomplete-mesano .MuiAutocomplete-root,.inline-creation-row .inline-autocomplete-mesano .MuiAutocomplete-root .MuiTextField-root,.inline-creation-row .inline-autocomplete-month .MuiAutocomplete-root,.inline-creation-row .inline-autocomplete-month .MuiAutocomplete-root .MuiTextField-root,.inline-creation-row .inline-autocomplete-year .MuiAutocomplete-root,.inline-creation-row .inline-autocomplete-year .MuiAutocomplete-root .MuiTextField-root,.inline-creation-row .inline-input .MuiAutocomplete-root,.inline-creation-row .inline-input .MuiAutocomplete-root .MuiTextField-root,.inline-creation-row .inline-select .MuiAutocomplete-root,.inline-creation-row .inline-select .MuiAutocomplete-root .MuiTextField-root{width:100%}.inline-creation-row .inline-autocomplete .MuiAutocomplete-root .MuiTextField-root .MuiInputBase-root,.inline-creation-row .inline-autocomplete-mesano .MuiAutocomplete-root .MuiTextField-root .MuiInputBase-root,.inline-creation-row .inline-autocomplete-month .MuiAutocomplete-root .MuiTextField-root .MuiInputBase-root,.inline-creation-row .inline-autocomplete-year .MuiAutocomplete-root .MuiTextField-root .MuiInputBase-root,.inline-creation-row .inline-input .MuiAutocomplete-root .MuiTextField-root .MuiInputBase-root,.inline-creation-row .inline-select .MuiAutocomplete-root .MuiTextField-root .MuiInputBase-root{height:36px;width:100%}.inline-creation-row .inline-autocomplete .MuiAutocomplete-inputRoot,.inline-creation-row .inline-autocomplete-mesano .MuiAutocomplete-inputRoot,.inline-creation-row .inline-autocomplete-month .MuiAutocomplete-inputRoot,.inline-creation-row .inline-autocomplete-year .MuiAutocomplete-inputRoot,.inline-creation-row .inline-input .MuiAutocomplete-inputRoot,.inline-creation-row .inline-select .MuiAutocomplete-inputRoot{height:36px;padding:0;width:100%}.inline-creation-row .inline-autocomplete .MuiAutocomplete-inputRoot .MuiInputBase-input,.inline-creation-row .inline-autocomplete-mesano .MuiAutocomplete-inputRoot .MuiInputBase-input,.inline-creation-row .inline-autocomplete-month .MuiAutocomplete-inputRoot .MuiInputBase-input,.inline-creation-row .inline-autocomplete-year .MuiAutocomplete-inputRoot .MuiInputBase-input,.inline-creation-row .inline-input .MuiAutocomplete-inputRoot .MuiInputBase-input,.inline-creation-row .inline-select .MuiAutocomplete-inputRoot .MuiInputBase-input{font-size:.75rem;padding:8px 12px}.inline-creation-row .inline-autocomplete-mesano{min-width:120px}.inline-actions{align-items:center;display:flex;gap:.25rem;justify-content:center}.inline-actions .inline-cancel-button,.inline-actions .inline-save-button{padding:4px;transition:all .2s ease}.inline-actions .inline-cancel-button:hover,.inline-actions .inline-save-button:hover{background-color:#0000000a;transform:scale(1.1)}.inline-actions .inline-save-button:hover{background-color:#4caf501a}.inline-actions .inline-cancel-button:hover{background-color:#f443361a}.extraplan-table{height:calc(100vh - 280px);max-height:900px;min-height:400px}.extraplan-table .MuiDataGrid-root{border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;font-size:14px;height:calc(100vh - 280px);margin:16px 0;max-height:800px;max-width:100%;min-height:400px;overflow:hidden}.extraplan-table .MuiDataGrid-main{height:calc(100vh - 388px);max-height:692px;min-height:292px;overflow:hidden}.extraplan-table .MuiDataGrid-virtualScroller{height:100%;max-height:100%;overflow-x:auto;overflow-y:auto}.extraplan-table .MuiDataGrid-virtualScroller::-webkit-scrollbar{width:8px}.extraplan-table .MuiDataGrid-virtualScroller::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:4px}.extraplan-table .MuiDataGrid-virtualScroller::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:4px}.extraplan-table .MuiDataGrid-virtualScroller::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}.extraplan-table .MuiDataGrid-cell{align-items:center;background-color:#fff;border-bottom:1px solid #ccd4d4;border-right:none;border-top:none;display:flex;font-size:.875rem;justify-content:center!important;min-height:52px;overflow:hidden;padding:8px 4px;text-align:center;white-space:nowrap}.extraplan-table .MuiDataGrid-cell:first-child{justify-content:flex-start;text-align:left}.extraplan-table .MuiDataGrid-columnHeaders{background-color:#98aa91;color:#fff}.extraplan-table .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader{align-items:center;background-color:#98aa91;border-bottom:1px solid #ccd4d4;border-right:none;color:#fff;display:flex;font-size:.875rem;font-weight:700;justify-content:center;overflow:hidden;padding:8px 4px;position:relative;text-align:center;white-space:nowrap}.extraplan-table .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader .MuiDataGrid-columnHeaderTitle{font-weight:700;text-align:center;width:100%}.extraplan-table .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader .MuiDataGrid-columnHeaderTitleContainer{justify-content:center;width:100%}.extraplan-table .MuiDataGrid-row--new-inline{animation:slideInFromTop .3s ease-out;background-color:#d4e6d1cc;border:2px dashed #98aa91;height:60px;min-height:60px;position:relative;transform:translateY(0);transition:all .3s ease-in-out}.extraplan-table .MuiDataGrid-row--new-inline:before{background-color:#98aa91;border-radius:0 0 4px 4px;color:#fff;content:"✏️ Editável";font-size:10px;font-weight:700;padding:2px 8px;position:absolute;right:8px;top:-2px;z-index:1}.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell{align-items:center;border-bottom:none;border-right:none;cursor:pointer;display:flex;font-style:italic;font-weight:700;height:60px;justify-content:center;min-height:60px;padding:8px 4px;position:relative}.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete-mesano,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-input{align-items:center;display:flex;justify-content:center;width:100%}.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete .MuiInputBase-root,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete-mesano .MuiInputBase-root,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-input .MuiInputBase-root{font-size:.75rem;height:36px}.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete .MuiSelect-select,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete .MuiTextField-root .MuiInputBase-input,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete-mesano .MuiSelect-select,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete-mesano .MuiTextField-root .MuiInputBase-input,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-input .MuiSelect-select,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-input .MuiTextField-root .MuiInputBase-input{font-size:.75rem;padding:8px 12px}.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete .MuiAutocomplete-inputRoot,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete-mesano .MuiAutocomplete-inputRoot,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-input .MuiAutocomplete-inputRoot{padding:0}.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete .MuiAutocomplete-inputRoot .MuiInputBase-input,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-autocomplete-mesano .MuiAutocomplete-inputRoot .MuiInputBase-input,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-input .MuiAutocomplete-inputRoot .MuiInputBase-input{font-size:.75rem;padding:8px 12px}.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-cultura-autocomplete,.extraplan-table .MuiDataGrid-row--new-inline .MuiDataGrid-cell .inline-regiao-autocomplete{align-items:center;display:flex;justify-content:center;min-width:160px;width:160px}.extraplan-table .MuiDataGrid-footerContainer{border-top:1px solid #ccd4d4;max-height:52px;min-height:52px}.extraplan-table .MuiDataGrid-selectedRowCount{visibility:hidden}.extraplan-table .MuiDataGrid-virtualScrollerContent,.extraplan-table .MuiDataGrid-virtualScrollerRenderZone{min-height:auto!important}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.extraplan-table .MuiDataGrid-row:hover{background-color:#e0e0e0;cursor:pointer}.extraplan-table .MuiDataGrid-row:hover .MuiDataGrid-cell{background-color:#0000!important}.extraplan-table .MuiDataGrid-cell:focus{box-shadow:none!important;outline:none!important}.report-container{display:flex;flex-direction:column;max-height:500px;position:relative;width:100%}.data-section{flex:1 1;margin-bottom:0;overflow:hidden}.data-section .data-table .MuiDataGrid-root{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;margin-bottom:0!important}.total-section{background-color:#fff;border:1px solid #ccd4d4;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:none;bottom:0;box-shadow:0 -2px 4px #0000001a;flex-shrink:0;position:-webkit-sticky;position:sticky;z-index:10}.total-row{align-items:center;background-color:#eef1ed;display:flex;font-style:italic;font-weight:600;min-height:48px}.total-cell{flex:1 1;font-size:.875rem;padding-left:10px;white-space:nowrap}.total-cell:first-child{flex:1.5 1;font-weight:700;text-align:left}.total-cell:last-child{border-right:none}@media(max-width:768px){.total-cell,.total-row{font-size:.75rem}.total-cell{padding:6px 2px}}.data-load-page{height:100vh}.data-load-page,.data-load-sidebar{background-color:#f4f4f4;display:flex}.data-load-sidebar{border-right:1px solid #e0e0e0;flex-direction:column;padding:1rem;width:250px}.data-load-sidebar__header{align-items:center;border-bottom:1px solid #e0e0e0;color:#537248;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem}.data-load-sidebar__nav{display:flex;flex-direction:column;gap:.5rem}.data-load-sidebar__item{align-items:center;background:none;border:none;border-radius:6px;color:#537248;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .3s}.data-load-sidebar__item:hover{background-color:#eef1ed}.data-load-sidebar__item.active{background-color:#d4e6d1cc;font-weight:600}.data-load-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex:1 1;margin:1rem;overflow-y:auto;padding:2rem}.user-management__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.user-management__header h2{color:#537248;font-size:1.5rem;margin-bottom:.5rem}.user-management__header p{color:#666;margin:0}.user-management__table .empty-state,.user-management__table .loading-state{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:3rem}.user-management__table .empty-state p,.user-management__table .loading-state p{color:#666;font-size:1.1rem;margin:0}.user-management__table table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.user-management__table table th{background-color:#eef1ed;border-bottom:2px solid #d4e6d1cc;color:#537248;font-weight:600;padding:1rem;text-align:left}.user-management__table table td{border-bottom:1px solid #e0e0e0;padding:1rem;vertical-align:middle}.user-management__table table tr:hover{background-color:#eef1ed}.user-management__table table tr:last-child td{border-bottom:none}.user-role{background-color:#537248;border-radius:12px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.user-roles-display{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.user-role-badge{background-color:#537248;border-radius:14px;color:#fff;font-size:.85rem;padding:.35rem .85rem;white-space:nowrap}.admin-badge,.user-role-badge{display:inline-block;font-weight:500}.admin-badge{border-radius:8px;font-size:.8rem;max-width:-webkit-fit-content;max-width:fit-content;padding:.25rem .5rem}.admin-badge.admin-true{background-color:#2ecc71;color:#fff}.admin-badge.admin-false{background-color:#f5f5f5;color:#666}.role-name{color:#537248;font-size:.9rem;font-weight:500}.regions-list,.supervisions-list{display:flex;flex-wrap:wrap;gap:.25rem;max-width:200px}.region-tag,.supervision-tag{background-color:#eef1ed;color:#537248;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.region-more,.region-tag,.supervision-more,.supervision-tag{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:500;padding:.2rem .4rem}.region-more,.supervision-more{background-color:#e0e0e0;color:#666}.read-only-note{color:#999;font-size:.7rem;font-style:italic;margin-top:.25rem;text-align:center}.role-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;color:#537248;font-size:.9rem;height:42px;padding:.5rem;width:100%}.role-dropdown:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #a6c12a33;outline:none}.admin-checkbox{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;margin-left:.5rem;padding:.25rem .5rem;transition:background-color .2s}.admin-checkbox:hover{background-color:#eef1ed}.admin-checkbox input[type=checkbox]{cursor:pointer;height:18px;margin:0;width:18px}.admin-checkbox .checkmark{display:none}.admin-status{align-items:center;display:flex;justify-content:start;margin-left:1rem}.admin-status.admin{color:#2ecc71}.admin-status.not-admin{color:#999}.admin-th{margin:auto;text-align:center}.role-name-input{border:1px solid #ddd;border-radius:4px;color:#537248;font-size:.9rem;padding:.5rem;width:100%}.role-name-input:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #a6c12a33;outline:none}.edit-actions{display:flex;gap:.5rem;justify-content:start}.btn-cancel,.btn-delete,.btn-edit,.btn-save{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;height:36px;justify-content:center;min-width:36px;padding:.5rem;transition:all .3s}.btn-cancel:hover:not(:disabled),.btn-delete:hover:not(:disabled),.btn-edit:hover:not(:disabled),.btn-save:hover:not(:disabled){box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.btn-cancel:disabled,.btn-delete:disabled,.btn-edit:disabled,.btn-save:disabled{cursor:not-allowed;opacity:.6}.btn-edit{background-color:#537248;color:#fff}.btn-edit:hover{background-color:#3c5334}.btn-save{background-color:#537248;color:#fff}.btn-save:hover{background-color:#3c5334}.btn-cancel{background-color:#f5f5f5;border:1px solid #ddd;color:#666}.btn-cancel:hover{background-color:#e0e0e0}.btn-delete:hover{background-color:#c82333}.btn-delete:disabled{opacity:.7}.btn-delete:disabled,.btn-delete:disabled:hover{background-color:#e9c0c5}.btn-delete-wrapper{display:inline-flex;position:relative}.btn-delete-wrapper .btn-delete-tooltip{background-color:#333;border-radius:4px;bottom:100%;color:#fff;font-size:.75rem;left:50%;margin-bottom:8px;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .3s,visibility .3s;visibility:hidden;white-space:nowrap;z-index:1000}.btn-delete-wrapper .btn-delete-tooltip:after{border:5px solid #0000;border-top-color:#333;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.btn-delete-wrapper:hover .btn-delete-tooltip{opacity:1;visibility:visible}.delete-confirm-button{background-color:#dc3545;border:1px solid #dc3545;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .3s}.delete-confirm-button:hover:not(:disabled){background-color:#c82333;border-color:#c82333}.delete-confirm-button:disabled{cursor:not-allowed;opacity:.6}.btn-refresh{background-color:#98aa91;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s}.btn-refresh:hover:not(:disabled){background-color:#7d9474;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.btn-refresh:disabled{cursor:not-allowed;opacity:.6}.region-list{background-color:#f8f9fa;border-radius:6px;list-style:none;margin:0;padding:8px 16px}.region-list li{border-bottom:1px solid #e0e0e0;padding:4px 0}.region-list li:last-child{border-bottom:none}.expanded-row td{background-color:#fafafa}.clickable-row:hover{background-color:#f1f1f1}.btn-add-user{align-items:center;background-color:#537248;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s}.btn-add-user:hover:not(:disabled){background-color:#3c5334;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.btn-add-user:disabled{cursor:not-allowed;opacity:.6}.add-user-form{background:#fff;border:2px solid #d4e6d1cc;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.add-user-form h3{color:#537248;font-size:1.2rem;margin:0 0 1.5rem}.add-user-form .form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:2fr 1.5fr 1fr;margin-bottom:1.5rem}@media(max-width:768px){.add-user-form .form-grid{grid-template-columns:1fr}}.add-user-form .form-field{display:flex;flex-direction:column;gap:.5rem}.add-user-form .form-field label{color:#537248;font-size:.9rem;font-weight:500;margin-bottom:0}.add-user-form .form-field input[type=email],.add-user-form .form-field input[type=text],.add-user-form .form-field select{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;color:#537248;font-size:.9rem;transition:all .2s;width:100%}.add-user-form .form-field input[type=email]:focus,.add-user-form .form-field input[type=text]:focus,.add-user-form .form-field select:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #a6c12a33;outline:none}.add-user-form .form-field input[type=email]:disabled,.add-user-form .form-field input[type=text]:disabled,.add-user-form .form-field select:disabled{background-color:#f5f5f5;cursor:not-allowed}.add-user-form .form-field input[type=email]::placeholder,.add-user-form .form-field input[type=text]::placeholder,.add-user-form .form-field select::placeholder{color:#999}.add-user-form .form-actions{display:flex;gap:1rem;justify-content:flex-end}.add-user-form .form-actions button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.add-user-form .form-actions button:hover:not(:disabled){box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.add-user-form .form-actions button:disabled{cursor:not-allowed;opacity:.6}.admin-switch{display:inline-block;height:28px;position:relative;width:50px}.admin-switch input[type=checkbox]{height:0;opacity:0;width:0}.admin-switch input[type=checkbox]:checked+.switch-slider{background-color:#537248}.admin-switch input[type=checkbox]:checked+.switch-slider:before{transform:translateX(22px)}.admin-switch input[type=checkbox]:disabled+.switch-slider{cursor:not-allowed;opacity:.6}.admin-switch .switch-slider{background-color:#ccc;border-radius:28px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.admin-switch .switch-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:20px;left:4px;position:absolute;transition:.3s;width:20px}.multi-select-roles{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-direction:column;gap:.75rem;max-height:200px;overflow-y:auto;padding:.75rem}.multi-select-roles::-webkit-scrollbar{width:6px}.multi-select-roles::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.multi-select-roles::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.multi-select-roles::-webkit-scrollbar-thumb:hover{background:#555}.multi-select-roles-inline{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-wrap:wrap;gap:.75rem;max-width:100%;padding:.5rem}.role-checkbox-label{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .75rem;transition:all .2s ease;-webkit-user-select:none;user-select:none}.role-checkbox-label:hover{background-color:#eef1ed;border-color:#537248}.role-checkbox-label input[type=checkbox]{accent-color:#537248;cursor:pointer;height:18px;margin:0;width:18px}.role-checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.role-checkbox-label .role-checkbox-text{color:#537248;font-size:.9rem;font-weight:500}.role-checkbox-label input[type=checkbox]:checked~.role-checkbox-text{font-weight:600}.role-checkbox-label:has(input:checked){background-color:#d4e6d1cc;border-color:#537248}.role-checkbox-label:has(input:disabled){cursor:not-allowed;opacity:.6;pointer-events:none}.role-select-cell{min-width:300px}.role-select-cell .MuiFormControl-root{margin:0}.status-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:500;padding:.35rem .75rem;text-transform:capitalize}.status-badge.status-ok{background-color:#2ecc71;color:#fff}.status-badge.status-pending{background-color:#ffe58f;color:#665c00}.status-badge.status-other{background-color:#f0f0f0;color:#666}.cycle-management__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.cycle-management__header h2{color:#537248;font-size:1.5rem;margin-bottom:.5rem}.cycle-management__header p{color:#666;margin:0}.cycle-management__table .empty-state,.cycle-management__table .loading-state{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:3rem}.cycle-management__table .empty-state p,.cycle-management__table .loading-state p{color:#666;font-size:1.1rem;margin:0}.cycle-management__table table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.cycle-management__table table th{background-color:#eef1ed;border-bottom:2px solid #537248!important;color:#537248!important;font-weight:600;padding:1rem;text-align:left}.cycle-management__table table td{border-bottom:1px solid #e0e0e0;color:#537248!important;padding:1rem;vertical-align:middle}.cycle-management__table table tr:hover{background-color:#eef1ed}.cycle-management__table table tr:last-child td{border-bottom:none}.btn-add{align-items:center;background-color:#537248;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.btn-add:hover:not(:disabled){background-color:#3c5334;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.btn-add:disabled{cursor:not-allowed;opacity:.6}.btn-delete{align-items:center;background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;height:36px;justify-content:center;min-width:36px;padding:.5rem;transition:all .3s}.btn-delete:hover:not(:disabled){background-color:#bd2130;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.btn-delete:disabled{cursor:not-allowed;opacity:.6}.action-buttons{display:flex;gap:.5rem;justify-content:start}.cycle-input{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#537248;font-size:.9rem;padding:.5rem;width:100%}.cycle-input:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #a6c12a33;outline:none}.region-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#537248;font-size:.9rem;padding:.5rem;width:100%}.region-dropdown:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #a6c12a33;outline:none}.date-input{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;color:#537248;font-size:.9rem;height:30px;max-height:30px;width:95%}.date-input:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #a6c12a33;outline:none}.active-checkbox{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;margin-left:.5rem;padding:.25rem .5rem;transition:background-color .2s}.active-checkbox:hover{background-color:#eef1ed}.active-checkbox input[type=checkbox]{cursor:pointer;height:18px;margin:0;width:18px}.active-checkbox .checkmark{display:none}.cycle-status{align-items:center;display:flex;justify-content:start;margin-left:1rem}.cycle-status.active{color:#2ecc71}.cycle-status.inactive{color:#999}.cycle-date,.cycle-name,.cycle-region{color:#537248;font-size:.9rem;font-weight:500}.cycle-date span.time{color:#999;display:block;font-size:.75rem;margin-top:2px}.cycle-description{color:#666;font-size:.9rem;font-weight:400;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cycle-period{background-color:#eef1ed;border-radius:8px;color:#537248;font-size:.95rem;font-weight:600;padding:.5rem 1rem}.import-export-area .import-export-header{margin-bottom:2rem}.import-export-area .import-export-header h3{color:#537248;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.import-export-area .import-export-header p{color:#666;font-size:.95rem;margin:0}.import-export-area .upload-section .dropdown-container{max-width:600px;position:relative}.import-export-area .upload-section .dropdown-container .dropdown-trigger{align-items:center;background-color:#537248;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;justify-content:space-between;padding:.875rem 1.25rem;transition:all .3s;width:100%}.import-export-area .upload-section .dropdown-container .dropdown-trigger:hover:not(:disabled){background-color:#3c5334;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.import-export-area .upload-section .dropdown-container .dropdown-trigger:disabled{cursor:not-allowed;opacity:.6}.import-export-area .upload-section .dropdown-container .dropdown-trigger .dropdown-arrow{font-size:.75rem;transition:transform .2s ease}.import-export-area .upload-section .dropdown-container .dropdown-trigger .dropdown-arrow.open{transform:rotate(180deg)}.import-export-area .upload-section .dropdown-container .dropdown-content{animation:slideDown .2s ease;background:#fff;border:2px solid #d4e6d1cc;border-radius:8px;box-shadow:0 2px 8px #0000001a;left:0;position:absolute;right:0;top:calc(100% + .5rem);z-index:100}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area{background:#eef1ed;border:2px dashed #d4e6d1cc;border-radius:8px;margin:1rem;padding:2rem;text-align:center;transition:all .2s ease}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area:hover{background:#e9ede7;border-color:#537248}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .upload-icon{color:#537248;margin-bottom:1rem;opacity:.7}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .upload-text{color:#537248;font-size:1rem;font-weight:500;margin-bottom:1rem}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .btn-select-file{background-color:#537248;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .btn-select-file:hover:not(:disabled){background-color:#3c5334;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .btn-select-file:disabled{cursor:not-allowed;opacity:.6}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .upload-hint{color:#666;font-size:.85rem;margin-top:1rem}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .file-icon-wrapper{flex-shrink:0}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .file-icon-wrapper .status-icon{color:#537248}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .file-icon-wrapper .status-icon.success{color:#2ecc71}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .file-icon-wrapper .status-icon.error{color:#e74c3c}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .file-details{flex:1 1;text-align:left}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .file-details .file-name{color:#537248;font-weight:500;margin-bottom:.25rem;word-break:break-word}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .file-details .file-size{color:#666;font-size:.85rem}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .btn-remove-file{align-items:center;background:#0000;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.25rem;transition:all .2s ease}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .file-info .btn-remove-file:hover{background:#ffe5e5;color:#e74c3c}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .upload-success-message{color:#2ecc71;font-weight:500;margin-bottom:1rem}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .upload-error-message{color:#e74c3c;font-weight:500;margin-bottom:1rem}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .btn-upload{align-items:center;background-color:#537248;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .3s;width:100%}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .btn-upload:hover:not(:disabled){background-color:#3c5334;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .btn-upload:disabled{cursor:not-allowed;opacity:.6}.import-export-area .upload-section .dropdown-container .dropdown-content .upload-area .file-selected .btn-upload .spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.import-export-area .export-section{max-width:600px}.import-export-area .export-section .import-export-header{margin-bottom:1.5rem}.import-export-area .export-section .import-export-header h3{color:#537248;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.import-export-area .export-section .import-export-header p{color:#666;font-size:.95rem;margin:0}.import-export-area .export-section .export-controls{display:flex;flex-wrap:wrap;gap:1rem}.import-export-area .export-section .export-controls .form-group{display:flex;flex:1 1 150px;flex-direction:column;min-width:150px}.import-export-area .export-section .export-controls .form-group label{color:#537248;font-size:.95rem;font-weight:500;margin-bottom:.4rem}.import-export-area .export-section .export-controls .form-group select{background:#fff;border:1.5px solid #d4e6d1cc;border-radius:6px;color:#537248;font-size:.95rem;padding:.5rem .75rem;transition:border-color .3s ease}.import-export-area .export-section .export-controls .form-group select:focus{border-color:#537248;box-shadow:0 0 5px #0080004d;outline:none}.import-export-area .export-section .export-controls .form-group select:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.import-export-area .export-section .export-controls .form-group button.btn-export{align-items:center;background-color:#537248;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:auto;padding:.75rem 1.5rem;transition:all .3s;width:100%}.import-export-area .export-section .export-controls .form-group button.btn-export:hover:not(:disabled){background-color:#3c5334;box-shadow:0 2px 6px #0003;transform:translateY(-1px)}.import-export-area .export-section .export-controls .form-group button.btn-export:disabled{cursor:not-allowed;opacity:.6}.import-export-area .export-section .export-controls .form-group button.btn-export .spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.crop-product-management__header{align-items:center;display:flex;justify-content:space-between}.crop-product-management__header h2{color:#537248;font-size:1.5rem}.crop-product-management__header p{color:#666;margin:0}.crop-product-management__button{background-color:#537248!important;border:none!important;border-radius:8px;color:#fff!important;outline:none!important;text-transform:none}.crop-product-management__button:hover{background-color:#eef1ed!important;color:#537248!important}.crop-product-management__table .empty-state,.crop-product-management__table .loading-state{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:3rem}.crop-product-management__table .empty-state p,.crop-product-management__table .loading-state p{color:#666;font-size:1.1rem;margin:0}.crop-product-management__table table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.crop-product-management__table table th{background-color:#eef1ed;border-bottom:2px solid #537248!important;color:#537248!important;font-weight:600;padding:1rem;text-align:left}.crop-product-management__table table td{border-bottom:1px solid #e0e0e0;color:#537248!important;padding:1rem;vertical-align:middle}.crop-product-management__table table tr:hover{background-color:#eef1ed}.crop-product-management__table table tr:last-child td{border-bottom:none}.user-supervision{margin:0;max-width:100%;padding:0}.user-supervision__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.user-supervision__header h2{color:#537248;font-size:1.5rem;margin-bottom:.5rem}.user-supervision__header p{color:#666;margin:0}.user-supervision__header .btn-edit-supervision{align-items:center;background-color:#537248;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s}.user-supervision__header .btn-edit-supervision:hover:not(:disabled){background-color:#3c5334;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.user-supervision__header .btn-edit-supervision:disabled{cursor:not-allowed;opacity:.6}.user-supervision__content{display:flex;justify-content:center}.user-supervision .user-info-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:900px;padding:2rem;width:100%}.user-supervision .user-info-card .user-info-header{align-items:center;border-bottom:2px solid #d4e6d1cc;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.user-supervision .user-info-card .user-info-header svg{color:#537248}.user-supervision .user-info-card .user-info-header h3{color:#537248;font-size:1.3rem;font-weight:600;margin:0}.user-supervision .user-info-card .user-info-details{display:flex;flex-direction:column;gap:1.5rem}.user-supervision .user-info-card .user-info-details .info-row{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:200px 1fr}.user-supervision .user-info-card .user-info-details .info-row label{color:#537248;font-size:.95rem;font-weight:600}.user-supervision .user-info-card .user-info-details .info-row span{color:#333;font-size:.95rem}.user-supervision .user-info-card .user-info-details .info-row .admin-badge,.user-supervision .user-info-card .user-info-details .info-row .user-badge{border-radius:14px;display:inline-block;font-size:.85rem;font-weight:500;padding:.3rem .85rem}.user-supervision .user-info-card .user-info-details .info-row .admin-badge{background-color:#537248;color:#fff}.user-supervision .user-info-card .user-info-details .info-row .user-badge{background-color:#f5f5f5;border:1px solid #ddd;color:#666}.user-supervision .user-info-card .user-info-details .info-row .supervision-current{color:#537248;font-size:1rem;font-weight:600}.user-supervision .user-info-card .user-info-details .info-row .supervision-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#537248;cursor:pointer;font-size:.95rem;padding:.75rem;transition:all .2s;width:100%}.user-supervision .user-info-card .user-info-details .info-row .supervision-dropdown:focus{border-color:#a6c12a;box-shadow:0 0 0 2px #a6c12a33;outline:none}.user-supervision .user-info-card .user-info-details .info-row .supervision-dropdown:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.user-supervision .user-info-card .user-info-details .info-row .regions-list,.user-supervision .user-info-card .user-info-details .info-row .supervisions-list{display:flex;flex-wrap:wrap;gap:.5rem}.user-supervision .user-info-card .user-info-details .info-row .region-badge,.user-supervision .user-info-card .user-info-details .info-row .supervision-badge{border-radius:14px;display:inline-block;font-size:.85rem;font-weight:500;padding:.35rem .85rem}.user-supervision .user-info-card .user-info-details .info-row .region-badge{background-color:#d4e6d1cc;color:#537248}.user-supervision .user-info-card .user-info-details .info-row .supervision-badge{background-color:#eef1ed;border:1px solid #d4e6d1cc;color:#537248}.user-supervision .user-info-card .edit-actions{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.user-supervision .user-info-card .edit-actions button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.user-supervision .user-info-card .edit-actions button:disabled{cursor:not-allowed;opacity:.6}.user-supervision .user-info-card .edit-actions button:hover:not(:disabled){box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.user-supervision .user-info-card .edit-actions .btn-save{background-color:#537248;color:#fff}.user-supervision .user-info-card .edit-actions .btn-save:hover:not(:disabled){background-color:#3c5334}.user-supervision .user-info-card .edit-actions .btn-cancel{background-color:#f5f5f5;border:1px solid #ddd;color:#666}.user-supervision .user-info-card .edit-actions .btn-cancel:hover:not(:disabled){background-color:#e0e0e0}.user-supervision .empty-state,.user-supervision .loading-state{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:3rem}.user-supervision .empty-state p,.user-supervision .loading-state p{color:#666;font-size:1.1rem;margin:0}@media(max-width:768px){.user-supervision{padding:1rem}.user-supervision__header{align-items:flex-start;flex-direction:column;gap:1rem}.user-supervision__header .btn-edit-supervision{justify-content:center;width:100%}.user-supervision .user-info-card{padding:1.5rem}.user-supervision .user-info-card .user-info-details .info-row{gap:.5rem;grid-template-columns:1fr}.user-supervision .user-info-card .user-info-details .info-row label,.user-supervision .user-info-card .user-info-details .info-row span{font-size:.9rem}.user-supervision .user-info-card .edit-actions{flex-direction:column}.user-supervision .user-info-card .edit-actions button{justify-content:center;width:100%}}.director-page-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 18px #0000001a;margin:1rem 2rem .5rem;overflow-y:hidden;padding:1rem}.error-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem}.error-message{color:#e74c3c;font-size:1rem;line-height:1.5;margin-bottom:1rem;text-align:center}.retry-button{background-color:#a6c12a;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease-in-out}.retry-button:hover{background-color:#2ecc71}.retry-button:focus{outline:2px solid #a6c12a;outline-offset:2px}.no-data-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem}.no-data-message{color:#333;font-size:1rem;line-height:1.5;margin-bottom:1rem;text-align:center}.reload-button{background-color:#a6c12a;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease-in-out}.reload-button:hover{background-color:#2ecc71}.reload-button:focus{outline:2px solid #a6c12a;outline-offset:2px}@media(max-width:768px){.director-page-container{margin:1rem 1rem .5rem;padding:.75rem}}
/*# sourceMappingURL=main.7f0c9ea2.css.map*/