@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:400px;padding:32px}.error-boundary__content{text-align:center;max-width:500px}.error-boundary__content h2{color:#d32f2f;margin-bottom:16px;font-size:18px;font-weight:600}.error-boundary__content p{color:#666;margin-bottom:20px;line-height:1.6;font-size:14px}.error-boundary__retry{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;background:#222;color:#fff}.error-boundary__retry:hover:not(:disabled){background:#333;color:inherit}.error-boundary__retry:disabled{opacity:.6;cursor:not-allowed}.error-boundary__retry{padding:12px 24px;font-size:14px}.error-boundary__details{margin-top:20px;text-align:left}.error-boundary__details summary{cursor:pointer;font-weight:500;margin-bottom:12px;color:#666}.error-boundary__details summary:hover{color:#222}.error-boundary__details pre{background:#f6f6f6;padding:12px;border-radius:4px;overflow:auto;font-size:12px;max-height:300px;border:1px solid #e1e5e9;color:#222;font-family:Courier New,monospace}body.dark-theme .error-boundary__content h2{color:#f4a460}body.dark-theme .error-boundary__content p{color:#c8ddc8}body.dark-theme .error-boundary__details summary{color:#c8ddc8}body.dark-theme .error-boundary__details summary:hover{color:#e6efe6}body.dark-theme .error-boundary__details pre{background:#0b2016;border-color:#ccc;color:#e6efe6}.https-required-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff4f4,#fff9f9);padding:20px}.https-required-card{width:480px;max-width:94vw;background:#fffffffa;border-radius:12px;box-shadow:0 12px 40px #080f161a;padding:36px 32px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;border-top:4px solid #d93025}.https-required-logo{display:flex;align-items:center;justify-content:center;margin-bottom:4px}.https-required-logo .logo-text-initial{font-size:22px;font-weight:700;color:#1a6b44}.https-required-logo .logo-text-secondary{font-size:22px;font-weight:700;color:#3a9c6c}.https-required-logo .logo-img{width:26%;margin-left:8px}.https-required-icon{font-size:48px;margin-bottom:4px}.https-required-title{font-size:22px;font-weight:700;color:#d93025;margin:0}.https-required-message{font-size:15px;color:#444;margin:0;line-height:1.6}.https-required-url-box{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:12px 16px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;text-align:left}.https-required-url-label{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em}.https-required-url-current{font-size:13px;color:#d93025;word-break:break-all;font-family:monospace}.https-required-link{display:block;width:100%;box-sizing:border-box;background:#1a6b44;color:#fff;border-radius:8px;padding:13px 16px;text-decoration:none;font-size:15px;font-weight:600;margin-top:4px;transition:background .2s}.https-required-link:hover{background:#145535}.https-required-link .https-required-link-url{font-size:12px;font-weight:400;opacity:.85;word-break:break-all;font-family:monospace}:root{--sidebar-width: 72px;--sidebar-width-open: 240px;--header-height: 64px;--bg: #f6f6f6;--text: #222;--sidebar-bg: #071e14;--header-bg: #ffffff;--card-bg: #ffffff;--border-color: #e1e5e9;--primary-color: #134E5E;--primary-hover: #176d7a}.theme-dark{--bg: #07160f;--text: #e6efe6;--sidebar-bg: #071e14;--header-bg: #0f2b1c;--card-bg: #0b2016;--border-color: #cccccc;--primary-color: #134E5E;--primary-hover: #176d7a;background:#07160f;color:#e6efe6}.theme-dark input,.theme-dark textarea,.theme-dark select{background:#18221b;color:#e6efe6;border-color:#ccc}.theme-dark input::placeholder,.theme-dark textarea::placeholder,.theme-dark select::placeholder{color:#c3ccc3}.theme-dark button.ac-footer-btn.ac-cancel{background:#22332a;color:#e6efe6}.theme-dark button.ac-footer-btn.ac-cancel:hover:not(:disabled){background:#0b2016}.theme-dark button.ac-footer-btn.ac-save{background:#134e5e;color:#fff}.theme-dark button.ac-footer-btn.ac-save:hover:not(:disabled){background:#176d7a}.theme-dark button.ac-btn-square{background:#134e5e;color:#fff}.theme-dark button.ac-btn-square:hover:not(:disabled){background:#176d7a}.theme-dark .table-container{background:#0b2016;border:1px solid #253D4E}.theme-dark .table-container table thead tr{background:#5e86421f}.theme-dark .table-container table th{background:#2f4b5e!important;color:#e6efe6;border-bottom:1px solid #253D4E!important}.theme-dark .table-container table th:hover{background:#3c5f78!important}.theme-dark .table-container table td{color:#e6efe6;border-bottom:1px solid #253D4E}.theme-dark .table-container table tbody tr:hover{background:#5e864214}.theme-dark .sortable:hover{background:#5e86422e!important}.theme-dark .modal-content{background:#0b2016;box-shadow:0 4px 16px #00000080}.theme-dark .modal-header{border-bottom-color:#ccc}.theme-dark .modal-title{color:#e6efe6}.theme-dark .modal-close{color:#c3ccc3}.theme-dark .modal-close:hover,.theme-dark .modal-body{color:#e6efe6}.theme-dark .modal-footer{border-top-color:#ccc}.theme-dark .ac-section,.theme-dark .ac-label{color:#e6efe6}.theme-dark .ac-input,.theme-dark .ac-select{background:#18221b;color:#e6efe6;border-color:#ccc}.theme-dark .ac-input::placeholder,.theme-dark .ac-select::placeholder{color:#c3ccc3}.theme-dark .ac-error{background:#3a1a1a;border:1px solid #6b2a2a;color:#f99}.theme-dark .sc-search-wrapper{background:#18221b;border-color:#ccc}.theme-dark .sc-search-wrapper:focus-within{border-color:#134e5e;box-shadow:0 0 0 3px #4db8a81a}.theme-dark .sc-search-icon{color:#c3ccc3}.theme-dark .sc-search-input{background:transparent;color:#e6efe6;border-color:#ccc}.theme-dark .sc-search-input::placeholder{color:#c3ccc3}.theme-dark .action-btn{background:#134e5e;color:#fff;border-color:#134e5e}.theme-dark .action-btn:hover,.theme-dark .action-btn:active{background:#176d7a;border-color:#176d7a}.theme-dark .sc-icon-btn{color:#134e5e}.theme-dark .sc-icon-btn:hover{color:#176d7a}.theme-dark .loader-overlay{background:#0009}.theme-dark .loader-overlay .loader-container{background:#18221b}.theme-dark .loader-overlay .loader-spinner{border-color:#4db8a84d;border-top-color:#134e5e}.theme-dark .loader-overlay .loader-message{color:#e6efe6}.theme-dark .confirmation-dialog{background:#18221b;color:#e6efe6}.theme-dark .confirmation-dialog .confirmation-header{border-bottom-color:#ccc}.theme-dark .confirmation-dialog .confirmation-header h2{color:#e6efe6}.theme-dark .confirmation-dialog .confirmation-body{color:#c8ddc8}.theme-dark .confirmation-dialog .confirmation-footer{border-top-color:#ccc}.theme-dark .confirmation-dialog .confirmation-btn.cancel-btn{background:#22332a;color:#e6efe6}.theme-dark .confirmation-dialog .confirmation-btn.cancel-btn:hover:not(:disabled){background:#0b2016}.theme-dark .confirmation-dialog .confirmation-btn.confirm-btn{background:#134e5e;color:#fff}.theme-dark .confirmation-dialog .confirmation-btn.confirm-btn:hover:not(:disabled){background:#176d7a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInTop{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInBottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinSmall{to{transform:rotate(360deg)}}.pcr-and-view-trial-filter-container{display:grid;grid-template-columns:8fr 2fr;gap:16px}@media(max-width:820px){.pcr-and-view-trial-filter-container{display:flex;flex-direction:column}}.ma-map{cursor:auto}.ma-map.drawing-mode{cursor:crosshair}.masterdata-header{margin-top:0;color:#3e3e3e;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:0;font-family:Open Sans,sans-serif}.theme-dark .masterdata-header{color:#e6efe6}.field-schedule-map__canvas{width:100%;height:100%}.fs-map-marker{--marker-color: #ff6f00;background:var(--marker-color);color:#fff;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;box-shadow:0 1px 2px #00000059;position:relative}.fs-map-marker:after{content:"";position:absolute;bottom:-7px;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:9px solid var(--marker-color)}.field-schedule-map__legend{position:absolute;bottom:8px;left:8px;background:#ffffffe6;border:1px solid #e5e5e5;border-radius:6px;padding:6px 8px;display:flex;gap:12px;align-items:center}.fs-legend-item{display:inline-flex;align-items:center;gap:6px}.fs-legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.fs-legend-label{font-size:12px;color:#333}.mapboxgl-popup.fs-map-tooltip .mapboxgl-popup-content{padding:8px 10px;border-radius:6px;box-shadow:0 2px 6px #0003;font-size:12px}.mapboxgl-popup{position:absolute;z-index:1000}.fs-tooltip{display:flex;flex-direction:column;gap:4px}.fs-tooltip__row{display:flex;justify-content:space-between;gap:8px}.fs-tooltip__label{color:#666}.fs-tooltip__value{font-weight:600;color:#111}.image-thumbnails{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.image-thumb.card{background:#fff;border-radius:8px;padding:12px;width:180px;box-shadow:0 6px 14px #00000014;display:flex;flex-direction:column;justify-content:space-between}.thumb-image-wrap{height:110px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:6px;background:#fafafa}.thumb-img{max-width:100%;max-height:100%;object-fit:contain}.thumb-meta{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.thumb-filename{font-size:14px;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.thumb-delete-icon{background:#fff;border:1px solid #f4c6c6;border-radius:12px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.thumb-delete-icon .delete-icon{width:18px;height:18px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ef4444' d='M9 3v1H4v2h16V4h-5V3H9zm2 7v7h2v-7h-2zm-4 0v7h2v-7H7z'/></svg>");background-repeat:no-repeat;background-position:center}.fs-scheduled-date-text{font-weight:600}.add-site__map{width:100%;height:360px;border-radius:8px;overflow:hidden;border:1px solid var(--border, #e5e5e5);background:#f7f7f7}.mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder{min-width:280px;max-width:420px}.mapboxgl-ctrl-geocoder--input{border-radius:8px!important}.ac-input[readonly],.ac-input[disabled],.ac-select[readonly],.ac-select[disabled]{background-color:#f0f0f0;color:#666;cursor:not-allowed}.ma-camera-overlay{position:fixed;inset:0;background:#000000d9;z-index:2147483647;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.ma-camera-box{position:relative;width:min(92vw,900px);max-height:90vh;display:flex;align-items:center;justify-content:center}.ma-camera-video{width:100%;max-height:80vh;height:auto;border-radius:10px;background:#000;object-fit:contain;box-shadow:0 10px 30px #00000059}.ma-camera-error{position:absolute;top:12px;left:50%;transform:translate(-50%);color:#f87171;padding:6px 10px;border-radius:6px;background:#0006}.ma-camera-actions{position:absolute;left:0;right:0;bottom:12px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px;z-index:1}.ma-primary-btn{background:#134e5e;color:#fff;border:1px solid #134E5E;padding:10px 16px;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #0003;transition:background .15s ease,border-color .15s ease,transform 50ms ease}.ma-primary-btn:hover{background:#176d7a;border-color:#176d7a}.ma-primary-btn:active{background:#145a66;border-color:#145a66;transform:translateY(1px)}.ma-primary-btn:focus-visible{outline:2px solid #176d7a;outline-offset:2px}.protocol-progress-content .show-dropout .fui-Checkbox__indicator{border-width:2px}.field-schedule-filter-controls .filter-bar-container,.field-schedule-filter-controls .filter-bar-wrapper{margin:10px}.field-schedule-filter-controls .filter-bar-btn{margin:10px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;height:32px;background-color:#134e5e!important;color:#fff!important;border:none!important;border-radius:8px;font-weight:600;font-size:14px;line-height:1;cursor:pointer;box-shadow:0 1px #00000014;transition:background .2s ease,transform .05s ease}.field-schedule-filter-controls .filter-bar-btn:hover{background-color:#53793c!important}.field-schedule-filter-controls .filter-bar-btn:active{background-color:#4b6e36!important;transform:translateY(.5px)}.field-schedule-filter-controls .filter-bar-btn img{width:18px;height:18px}.field-schedule-filter-controls .filter-bar{margin:10px;padding:12px 48px 16px 12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;position:relative}.field-schedule-filter-controls .filter-bar-close-btn{position:absolute;top:8px;right:8px;z-index:1}.field-schedule .tab-content{background-color:transparent!important}.flex-between{display:flex;align-items:center;justify-content:space-between}.mb-8{margin-bottom:8px}.grid-span-full{grid-column:1/-1}.add-field-btn-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.field-association-wrapper{display:flex;flex-direction:column}.form-step-content-scrollable{flex:1;overflow:visible;scrollbar-width:thin;scrollbar-color:#666 #f6f6f6}.form-step-content-scrollable::-webkit-scrollbar{width:6px}.form-step-content-scrollable::-webkit-scrollbar-track{background:#f6f6f6}.form-step-content-scrollable::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.fixed-add-field-section{position:sticky;bottom:0;display:flex;justify-content:flex-end;padding:8px 0;background:linear-gradient(to top,#fff 70%,#fffffffa);border-top:1px solid #e1e5e9;z-index:1000}.fixed-add-field-section button{min-width:150px}.theme-dark .fixed-add-field-section{background:linear-gradient(to top,#1f1f1f 70%,#1f1f1ffa);border-top:1px solid #cccccc}.field-sections-container{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.field-section{border:1px solid #e5e5e5;border-radius:8px;background:#fff;overflow:hidden}.field-section-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f9f9f9;user-select:none;border-bottom:1px solid #e5e5e5}.field-header-content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.collapse-icon{display:none}.field-number{font-weight:600;color:#333;min-width:fit-content}.theme-dark .field-number{color:#e6efe6}.field-name{color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.theme-dark .field-name{color:#c8ddc8}.field-name:empty:before{content:"Unnamed Field";color:#999}.delete-btn{flex-shrink:0;background:#fff;border:1px solid rgba(255,255,255,.6);color:#d32f2f;cursor:pointer;padding:0 12px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:opacity .16s ease,transform .16s ease}.delete-btn:hover{background:#fff3f3;color:#c0392b}.delete-btn{opacity:0;transform:scale(.9);gap:8px;height:34px;box-shadow:0 2px 6px #0000002e;font-weight:600;font-size:12px}.field-section-content{padding:16px;background:#fff}.edit-site__toggle{margin-top:12px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;user-select:none}.edit-site__toggle-link{display:inline-flex;align-items:center;gap:6px;padding:0;height:auto;background:transparent!important;color:#0b79b7!important;border:none;border-radius:0;font-weight:600;font-size:14px;line-height:1.4;cursor:pointer;text-decoration:none}.edit-site__toggle-link:hover{text-decoration:underline}.edit-site__toggle-link:focus{outline:none;text-decoration:underline}.edit-site__toggle-link:after{content:"▼";font-size:14px;color:inherit;margin-left:6px}.edit-site__toggle[aria-expanded=true] .edit-site__toggle-link:after{content:"▲"}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Inter,sans-serif}:root{--sidebar-width: 72px;--sidebar-width-open: 240px;--header-height: 64px;--dialog-backdrop: rgba(0, 0, 0, .5)}.app-root{display:flex;height:100vh;background:var(--bg, #f6f6f6);color:var(--text, #222);font-size:15px;overflow:hidden;width:100%}.app-sidebar{background:#134e5e;color:#fff;transition:width .3s ease ease;overflow:hidden;position:relative;display:flex;flex-direction:column}.app-sidebar.open{width:var(--sidebar-width-open)}.app-sidebar.closed{width:var(--sidebar-width-closed)}.app-sidebar .sidebar-inner{display:flex;flex-direction:column;height:100%;padding-top:48px}.theme-dark .app-sidebar{background:#0d2f3f}.theme-dark .search-box{background:#0b2016;border-color:#ccc}.theme-dark .search-box:focus-within{border-color:#134e5e;box-shadow:0 0 0 3px #5e864226}.theme-dark .search-icon{color:#c8ddc8}.theme-dark .protocol-library .filter-controls .fui-Button{background:#2b2b2b!important;border-color:#3a3a3a!important;color:#e6e6e6!important}.theme-dark .protocol-library .filter-controls .fui-Button:hover{background:#333!important;border-color:#4a4a4a!important}.theme-dark .protocol-library .filter-item{background:#1f1f1f;border-color:#3a3a3a}.theme-dark .protocol-library .filter-item label{background:#1f1f1f;color:#bfbfbf}.theme-dark .protocol-library .filter-item .fui-Dropdown{color:#e6efe6!important;border:1px solid #6C6C6C!important}.theme-dark .protocol-library .filter-item .fui-Dropdown button{background:transparent;color:#e6e6e6}.sidebar-toggle{position:absolute;inset:16px 16px auto auto;z-index:10;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:8px;color:#fff;font-size:18px;border:none;border:1px solid #5da7a3!important;width:36px;height:36px;transition:all .3s ease ease;background:#468c88!important;border-radius:5px}.sidebar-toggle:hover{background:#5da7a3;transform:scale(1.05)}.brand{padding:16px;display:flex;align-items:center;justify-content:space-between}.brand-logotype{font-weight:700}.chev{cursor:pointer;padding:12px}.nav-area{flex:1;display:flex;flex-direction:column;padding:20px 0;gap:4px}.nav-item{display:flex!important;align-items:center!important;gap:16px!important;justify-content:flex-start!important;padding:8px!important;border-radius:6px!important;color:#fff!important;font-size:15px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;background:transparent!important;border:2px solid transparent!important;text-align:left!important;width:calc(100% - 16px)!important;margin:0 8px!important}.nav-item:hover{background:#468c88!important;color:#fff!important;transform:translate(2px)}.nav-item:disabled,.nav-item.disabled,.nav-item[aria-disabled=true]{opacity:.45!important;cursor:not-allowed!important;pointer-events:none!important;transform:none!important;background:transparent!important;border-color:transparent!important}.nav-item.active{color:#fff!important;border:1px solid #5da7a3!important;background:#468c88!important}.nav-item.closed{justify-content:center!important;gap:0!important;min-width:52px}.nav-item .nav-icon{display:inline-flex;font-size:20px;color:#fff;flex-shrink:0;width:24px;height:24px;align-items:center;justify-content:center}.nav-item .nav-icon img{width:100%;height:100%;object-fit:contain}.nav-item .nav-label{white-space:nowrap;font-weight:400;color:#fff}.sidebar-footer{padding:12px 4px;display:flex;align-items:center;justify-content:center;border-top:1px solid #cccccc;margin:0 8px}.help-btn{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#222;font-weight:700;font-size:14px;border:1px solid #134E5E;background:#fff;transition:all .3s ease ease;cursor:pointer;padding:0;margin:0}.help-btn:hover{background:#f5f5f5;color:#222;border-color:#134e5e}.app-body{display:flex;flex:1;min-height:0;padding-top:var(--header-height)}.main-area{display:flex;flex-direction:column;flex:1;transition:margin-left .3s ease ease;padding:0;min-height:0;max-width:93vw}.main-area.sidebar-open,.main-area.sidebar-open .content,.main-area.sidebar-open .table-container,.main-area.sidebar-open .page-card,.main-area.sidebar-open .filter-bar{max-width:100%}@media(max-width:1024px){.main-area.sidebar-open{max-width:calc(100% - 280px)}}.main-area.sidebar-closed{max-width:100%}@media(max-width:1024px){.main-area{width:93vw}}@media only screen and (min-width:769px)and (max-width:1024px)and (orientation:landscape){.main-area,.main-area.sidebar-closed,.main-area.sidebar-open{width:calc(100dvw - var(--sidebar-width-closed, 48px))!important;max-width:calc(100dvw - var(--sidebar-width-closed, 48px))!important;min-width:0!important}}.app-header{height:var(--header-height);display:flex;justify-content:space-between;align-items:center;padding:0 16px;border-bottom:1px solid var(--border-color, #e1e5e9);color:var(--text, #222);position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;transition:all .3s ease ease;background:linear-gradient(to right,#56ab2f,#a8e063 51%,#56ab2f)}.header-left{display:flex;align-items:flex-start;gap:0}@media(min-width:768px){.header-left{gap:20px}}@media(min-width:1280px){.header-left{gap:24px}}.header-left{flex-direction:column;flex-shrink:0}.header-right{display:flex;align-items:center;gap:16px}@media(min-width:768px){.header-right{gap:16px}}@media(min-width:1280px){.header-right{gap:20px}}.header-right button{min-width:auto}.header-right button .icon-btn:hover{color:#fff!important}.header-right{white-space:nowrap;flex-shrink:0;margin-left:auto}.icon-btn{padding:12px;border-radius:6px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.icon-btn:hover{background:#134e5e0d}.icon-btn:focus{outline:2px solid rgba(45,106,49,.3);outline-offset:2px}@media(min-width:768px){.icon-btn{padding:16px}}.logo{display:flex}.page-title{font-size:16px;font-weight:700;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content{padding:12px 20px;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column}.page-card{border-radius:8px;padding:10px 16px;overflow:hidden;box-shadow:0 0 4px #00000040;background:#fff;border:1px solid #e0e0e0}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:16px}.top-actions{margin-top:-30px}.tabs{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.tab{padding:12px 16px;border:none;border-radius:4px;background:transparent;cursor:pointer;font-size:15px;font-weight:500;color:#222;transition:all .2s ease;white-space:nowrap}@media(min-width:768px){.tab{padding:12px 20px;font-size:14px}}@media(min-width:1280px){.tab{padding:16px 20px;font-size:14px}}.tab:hover{background:#134e5e0d}.tab.active{background:#134e5e14;font-weight:700;color:#134e5e}[role=tab][aria-selected=true]:after{background-color:#134e5e!important}.tabs-filter-separator{border:none;border-top:1px solid #e1e5e9;margin:0 0 16px;height:0;background:none}.tab-name{flex:none!important;padding:3px 10px!important}.fui-Dropdown{min-width:auto;max-width:100%;border-bottom-color:#d1d1d1!important}.fui-Dropdown:after{border-bottom:none!important}.fui-Dropdown__trigger{width:100%;min-width:auto}.fui-Dropdown__list{max-height:300px;overflow-y:auto}.fui-Checkbox__input:checked+.fui-Checkbox__indicator{background-color:#134e5e!important;border-color:#134e5e!important}.fui-Checkbox__input:hover+.fui-Checkbox__indicator{border-color:#134e5e!important}.fui-Checkbox__input:focus+.fui-Checkbox__indicator{outline-color:#134e5e!important;box-shadow:0 0 0 2px #134e5e33!important}.site-characteristics-container .fui-Checkbox__indicator{border-color:#d0d0d0}.site-characteristics-container .fui-Checkbox__indicator:hover{border-color:#134e5e}.site-characteristics-container .fui-Checkbox__input:checked+.fui-Checkbox__indicator{background-color:#134e5e!important;border-color:#134e5e!important}.site-characteristics-container .fui-Checkbox__input:checked+.fui-Checkbox__indicator svg{color:#fff!important}.site-char-select-all{display:flex;align-items:center}.site-char-select-all .fui-Checkbox__indicator{border-color:#134e5e;background-color:#f5f5f5}.site-char-select-all .fui-Checkbox__input:checked+.fui-Checkbox__indicator{background-color:#134e5e;border-color:#134e5e}.site-char-select-all .fui-Checkbox__input:hover+.fui-Checkbox__indicator{border-color:#134e5e;background-color:#e8e8e8}.site-char-select-all .fui-Checkbox__input:checked:hover+.fui-Checkbox__indicator{background-color:#0d3a48;border-color:#0d3a48}.site-char-title{margin-bottom:16px;font-size:16px;font-weight:600;color:var(--text, #222)}.theme-dark .site-char-title{color:#e6efe6}.site-char-search-section{margin-bottom:16px}.site-char-selected-count{padding:10px;margin-bottom:12px;background-color:#f3f2f1;border-left:4px solid #134E5E;font-size:13px;font-weight:600;color:#222;border-radius:4px}.theme-dark .site-char-selected-count{background-color:#5e86421a;border-left-color:#134e5e;color:#e6efe6}.fui-Input{height:35px;border-bottom:1px solid #d1d1d1!important}.fui-Input:after{border-bottom:none!important}@media(max-width:640px){.app-sidebar.closed{display:none}.app-sidebar.open{position:fixed;inset:0 0 auto;z-index:50;height:calc(100vh - var(--header-height));top:var(--header-height)}.main-area{margin-left:0}.pagination-container{flex-direction:column;gap:16px}}@media only screen and (max-width:768px),only screen and (min-width:769px)and (max-width:1024px){.app-sidebar.closed{position:relative}.app-sidebar.open{position:fixed;top:var(--header-height);left:0;height:calc(100vh - var(--header-height));z-index:1000;width:var(--sidebar-width-open)}.main-area.sidebar-open{margin-left:var(--sidebar-width-closed)!important;max-width:calc(100% - var(--sidebar-width-closed))!important}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:12000;padding:16px}.modal-content{background:#fff;border-radius:6px;width:max-content;min-width:800px;max-width:800px;max-height:90vh;display:flex;flex-direction:column;z-index:12001}@media only screen and (max-width:768px){.modal-content{min-width:0!important;width:calc(100vw - var(--sidebar-width-closed, 48px) - 48px)!important;max-width:480px!important;max-height:calc(100vh - 80px)!important;overflow-y:auto;margin-left:calc(var(--sidebar-width-closed, 48px) / 2)!important}}@media only screen and (min-width:769px)and (max-width:1024px){.modal-content{min-width:0!important;width:80vw!important;max-width:680px!important;max-height:calc(100vh - 80px)!important;overflow-y:auto}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #cccccc;gap:16px;flex-shrink:0}.modal-title{margin:0;font-size:18px;font-weight:600;color:#222}.modal-close{background:none!important;border:none!important;font-size:16px!important;cursor:pointer!important;padding:0!important;color:#666!important;transition:color .3s ease ease;height:auto!important;width:auto!important}.modal-close:hover:not(:disabled){color:#222!important}.modal-close:disabled{opacity:.6;cursor:not-allowed}.theme-dark .modal-close{color:#c8ddc8!important}.theme-dark .modal-close:hover:not(:disabled){color:#e6efe6!important}.modal-body{padding:20px;color:#222;overflow-y:auto;overflow-x:hidden;flex:1;position:relative;min-height:0;scrollbar-width:thin;scrollbar-color:#666 #f6f6f6}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#f6f6f6}.modal-body::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px 16px;border-top:1px solid #cccccc;flex-wrap:wrap;flex-shrink:0}.ac-error{padding:8px;background:#fdeaea;border:1px solid #f5a5a5;color:#c41e3a;border-radius:4px;margin:10px 0;font-size:13px}.ac-section{margin-bottom:24px}.ac-label{display:block;margin-bottom:8px;font-weight:500;color:#222;font-size:15px}.ac-input,.ac-select{width:100%;padding:8px 16px;border:1px solid #e1e5e9;border-radius:4px;font-size:14px;background:#fff;color:#222;transition:all .3s ease ease}.ac-input:focus,.ac-select:focus{outline:none;border-color:#134e5e;box-shadow:0 0 0 3px #5e86421a}.ac-input.error,.ac-select.error{border-color:#d32f2f;background-color:#ffebee}.ac-input.error:focus,.ac-select.error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.ac-input.ac-input-error,.ac-select.ac-input-error{border-color:#d32f2f;background-color:#d32f2f0d}.ac-input.ac-input-error:focus,.ac-select.ac-input-error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.ac-input::placeholder,.ac-select::placeholder{color:#666}.theme-dark .ac-input,.theme-dark .ac-select{background:#0b2016;border-color:#ccc;color:#e6efe6}.theme-dark .ac-input:focus,.theme-dark .ac-select:focus{border-color:#134e5e;box-shadow:0 0 0 3px #5e864233}.theme-dark .ac-input.error,.theme-dark .ac-select.error{border-color:#f87171;background-color:#f871711a}.theme-dark .ac-input.error:focus,.theme-dark .ac-select.error:focus{border-color:#f87171;box-shadow:0 0 0 3px #f8717133}.theme-dark .ac-input.ac-input-error,.theme-dark .ac-select.ac-input-error{border-color:#f87171;background-color:#f871711a}.theme-dark .ac-input.ac-input-error:focus,.theme-dark .ac-select.ac-input-error:focus{border-color:#f87171;box-shadow:0 0 0 3px #f8717133}.theme-dark .ac-input::placeholder,.theme-dark .ac-select::placeholder{color:#c8ddc8}.ac-select{width:100%;min-width:120px;max-width:100%;padding:8px 12px;border:1px solid #e1e5e9;border-radius:4px}.ac-select-option{padding:8px 12px;cursor:pointer}.ac-select-option.highlighted,.ac-select-option:hover{background:#f0f0f0}.ac-select-option.disabled{color:#666}.fui-Input.ac-input{width:100%!important;padding:8px 16px!important;border:1px solid #e1e5e9!important;border-radius:4px!important;font-size:15px!important;background:#fff!important;color:#222!important;height:36px!important;min-height:36px!important}.fui-Input.ac-input:focus,.fui-Input.ac-input:focus-within{outline:none!important;border-color:#134e5e!important;box-shadow:0 0 0 3px #5e86421a!important}.fui-Input.ac-input.error{border-color:#d32f2f!important;background-color:#ffebee!important}.fui-Input.ac-input.error:focus,.fui-Input.ac-input.error:focus-within{border-color:#d32f2f!important;box-shadow:0 0 0 3px #d32f2f1a!important}.fui-Input.ac-input::placeholder{color:#666!important}.fui-Input.ac-input input{padding:0!important;border:none!important;background:transparent!important;color:#222!important;font-size:15px!important}.theme-dark .fui-Input.ac-input input{color:#e6efe6!important}.theme-dark .fui-Input.ac-input{background:#0b2016!important;border-color:#ccc!important;color:#e6efe6!important}.theme-dark .fui-Input.ac-input:focus,.theme-dark .fui-Input.ac-input:focus-within{border-color:#134e5e!important;box-shadow:0 0 0 3px #5e864233!important}.theme-dark .fui-Input.ac-input.error{border-color:#f87171!important;background-color:#f871711a!important}.theme-dark .fui-Input.ac-input.error:focus,.theme-dark .fui-Input.ac-input.error:focus-within{border-color:#f87171!important;box-shadow:0 0 0 3px #f8717133!important}.theme-dark .fui-Input.ac-input::placeholder{color:#c8ddc8!important}.form-label{display:block;margin-bottom:4px;font-weight:500;color:#333;font-size:13px}.theme-dark .form-label{color:#e6efe6}.form-label.required:after{content:" *";color:#d32f2f;margin-left:2px}.ac-btn-square{width:40px;height:40px;padding:0;border:none;background:#134e5e;color:#fff;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;transition:all .3s ease ease;display:flex;align-items:center;justify-content:center}.ac-btn-square:hover:not(:disabled){background:#176d7a}.ac-btn-square:disabled{background:#999;cursor:not-allowed;opacity:.5}.ac-row{display:flex;gap:1rem;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.ac-row:last-child{border-bottom:none;padding-bottom:0}.ac-row>*{flex:1}.ac-row>*:last-child{flex:0 0 auto}.ac-button-container{display:flex;align-items:flex-start;flex:0 0 auto;align-self:flex-start}.ac-row-grid{display:grid;grid-template-columns:1fr 1fr 50px;gap:16px;align-items:start}.ac-input-wrapper{display:flex;flex-direction:column;align-self:start;min-height:60px;justify-content:flex-start}.options-section{width:100%}.options-section .ac-label{display:block;font-weight:500;color:#222}.options-section .ac-textarea{font-family:Inter,sans-serif;font-size:14px}.options-section .ac-textarea:focus{outline:none;border-color:#134e5e}.options-section .ac-textarea::placeholder{color:#666}.options-tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.option-tag{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid #134E5E;border-radius:6px;background-color:transparent;color:#134e5e;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.option-tag:hover{background-color:#134e5e1a;border-color:#176d7a}.option-tag svg{margin-left:6px;font-size:14px}.options-container{display:flex;flex-direction:column;gap:8px}.options-container .option-input-row{display:flex;gap:4px;align-items:center}.options-container .option-input-row .ac-input{flex:1}.options-container .option-input-row .option-delete-btn,.options-container .option-input-row .option-add-btn{min-width:32px;padding:4px;height:32px;display:flex;align-items:center;justify-content:center}.ac-btn-remove{color:#fff}.ac-btn-remove:hover:not(:disabled){background:#d32f2f}.ac-footer-btn{padding:8px 12px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease ease}.ac-footer-btn.ac-cancel{border:1px solid #cfcfcf;background:#fff}.ac-footer-btn.ac-save{border:none;background:#134e5e;color:#fff;margin-left:8px}.ac-footer-btn.ac-save:hover:not(:disabled){background:#176d7a}.ac-footer-btn.ac-save:active:not(:disabled){background:#145a66}.ac-footer-btn:disabled{opacity:.6;cursor:not-allowed}.btn-loading{display:flex;align-items:center;gap:8px}.spinner-small{width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.modal-form{display:flex;flex-direction:column;gap:16px;height:100%;overflow:visible}.form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:1rem}.fields-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fields-row-4col,.fields-row-4col-new{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:12px;border:1px solid #e1e5e9;border-radius:6px;margin-bottom:12px}.fields-row-4col .ac-select,.fields-row-4col-new .ac-select{padding:8px 12px}.fields-row-4col.disabled,.fields-row-4col-new.disabled{opacity:.6;pointer-events:none;background-color:#00000005}.fields-row-4col.disabled input,.fields-row-4col.disabled select,.fields-row-4col.disabled textarea,.fields-row-4col-new.disabled input,.fields-row-4col-new.disabled select,.fields-row-4col-new.disabled textarea{background-color:#f9f9f9;cursor:not-allowed}.fields-row-4col-new{padding:0;border:none;border-radius:none;margin-bottom:0}.fields-row-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fields-row-1col{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;margin-top:8px}.textarea-width-height-large{width:100%;padding:8px 12px;font-family:acumin-pro,sans-serif;border:1px solid #e1e5e9;border-radius:4px;resize:vertical;font-size:15px;background:#fff;color:#222;transition:all .3s ease ease}.textarea-width-height-large:focus{outline:none;border-color:#134e5e;box-shadow:0 0 0 3px #5e86421a}.textarea-width-height-large::placeholder{color:#666}.theme-dark .textarea-width-height-large{background:#0f1c28;border:1px solid #6C6C6C;color:#e6efe6}.theme-dark .textarea-width-height-large:focus{border-color:#134e5e;box-shadow:0 0 0 3px #5e864233}.theme-dark .textarea-width-height-large::placeholder{color:#c8ddc8}.form-section-title{font-size:16px;font-weight:600;color:#222;margin-bottom:8px}.theme-dark .form-section-title{color:#e6efe6}.form-step-content{display:flex;flex-direction:column;position:relative;min-height:min-content}.form-step-content.add-site{padding-top:0}.form-step-content.add-site .producer-checkbox-group{padding-top:0;margin-top:0}.form-step-content.add-site .fields-row{padding:0}.form-step-content h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#222}.theme-dark .form-step-content h3{color:#e6efe6}.form-step-content .fields-row{padding-bottom:12px}.form-step-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:visible}.file-upload-container{display:flex;flex-direction:column;gap:8px;width:100%}.file-upload-area{border:2px dashed #134E5E;border-radius:6px;padding:8px;text-align:center;background:#134e5e1a;cursor:pointer;transition:all .3s ease ease}.file-upload-area:hover{border-color:#176d7a;background:#134e5e26}.file-upload-area.active{border-color:#176d7a;background:#134e5e33}.file-upload-input{display:none}.file-upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:12px;margin:0}.file-upload-icon{font-size:32px}.file-upload-text{margin:0;font-size:14px;color:#4a5568}.file-upload-link{color:#134e5e;font-weight:500}.file-upload-formats{margin:0;font-size:12px;color:#718096}.file-upload-name{font-size:14px;font-weight:600;color:#333;word-break:break-word;display:block}.map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#666;font-size:13px}.form-error-message,.error-message{color:#d32f2f;font-size:12px;margin-top:4px}.theme-dark .form-error-message,.theme-dark .error-message{color:#f87171}.form-error{color:#d32f2f;font-size:12px;margin-top:4px;display:block}.theme-dark .form-error{color:#f87171}.form-error-alert{background-color:#fee2e2;border:1px solid #fca5a5;border-radius:6px;padding:12px;margin-bottom:12px;color:#991b1b;font-size:13px;display:flex}.theme-dark .form-error-alert{background-color:#f871711a;border-color:#f871714d;color:#fca5a5}.form-error-alert{align-items:center;gap:8px}.form-error-alert:before{content:"⚠";font-weight:700;flex-shrink:0}.ac-input.error{border-color:#d32f2f!important}.ac-input.error:focus{border-color:#d32f2f!important;box-shadow:0 0 0 3px #d32f2f1a!important}.ac-textarea.error{border-color:#d32f2f!important}.ac-textarea.error:focus{border-color:#d32f2f!important;box-shadow:0 0 0 3px #d32f2f1a!important}.quick-action-map{height:250px;margin-bottom:16px;background-color:#f5f5f5;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#666;font-size:13px}.form-textarea{width:100%;min-height:50px;padding:8px;border:1px solid #e1e5e9;border-radius:6px;font-family:acumin-pro,sans-serif;font-size:13px;color:#222;resize:vertical;transition:border-color .3s ease ease}.form-textarea:focus{outline:none;border-color:#134e5e}.icon-button-img{width:20px;height:20px;object-fit:contain}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;flex-shrink:0}.toolbar{display:flex;align-items:center;justify-content:flex-start;gap:16px;width:100%;flex-wrap:wrap}.filter-button-only{display:contents}.search-box{display:flex;align-items:center;gap:8px;width:300px;padding:0 16px;border:1px solid #e1e5e9;border-radius:4px;background:#fff;transition:all .3s ease ease}.search-box:focus-within{border-color:#134e5e;box-shadow:0 0 0 3px #5e86421a}.search-icon{color:#666;font-size:16px;flex-shrink:0}.character-counter{font-size:13px;color:#666;text-align:right;margin-top:4px;font-weight:400}.actions-group{display:flex;gap:16px;align-items:center;white-space:nowrap;flex-shrink:0;margin-left:auto;flex-wrap:nowrap;min-width:max-content}.actions-group.align-right{margin-left:auto}.add-user-btn-wrapper{position:relative;z-index:1}.action-btn{padding:12px;background:#134e5e;color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease ease;white-space:nowrap;height:40px;display:flex;align-items:center;justify-content:center;gap:8px}.action-btn:hover,.action-btn:active{background:#176d7a}.action-btn:disabled{background:#999;color:#fff;cursor:not-allowed;opacity:.6}.fui-Button.action-btn{background:#134e5e!important;color:#fff!important;border:none!important;border-radius:4px!important;font-size:15px!important;font-weight:500!important;padding:12px!important;height:40px!important;gap:8px!important}.fui-Button.action-btn:hover:not(:disabled){background:#176d7a!important;color:#fff!important}.fui-Button.action-btn:active:not(:disabled){background:#145a66!important;color:#fff!important}.fui-Button.action-btn:disabled{background:#999!important;color:#fff!important;cursor:not-allowed!important;opacity:.6!important}.fui-Button.action-btn .fui-Button__icon{color:#fff!important}.btn-primary{padding:12px;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:540;cursor:pointer;min-width:auto;transition:all .3s ease ease;white-space:nowrap;height:35px;display:flex;align-items:center;justify-content:center;gap:8px;background:#134e5e}.btn-primary:hover:not(:disabled){background:#176d7a}.btn-primary:active:not(:disabled){background:#176d7a}.btn-primary:disabled{color:#fff;cursor:not-allowed;opacity:.6}.btn-secondary{padding:8px;background:#fff;color:#134e5e;border:1px solid #134E5E;border-radius:4px;font-size:14px;font-weight:540;cursor:pointer;transition:all .3s ease ease;white-space:nowrap;height:35px;display:flex;align-items:center;justify-content:center;gap:0;min-width:45px}.btn-secondary:hover:not(:disabled){background:#5e864214;border-color:#134e5e}.btn-secondary:active:not(:disabled){background:#e1e5e9}.btn-secondary:disabled{background:#71959e;color:#fff;cursor:not-allowed;border-color:#71959e}.modal-footer .btn-secondary,.modal-footer .btn-primary{width:100%;border:1px solid #134E5E}.btn-danger{padding:12px;background:#d32f2f;color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease ease;white-space:nowrap;height:35px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-danger:hover:not(:disabled){background:#c62828}.btn-danger:active:not(:disabled){background:#c62828}.btn-danger:disabled{background:#999;color:#fff;cursor:not-allowed;opacity:.6}.btn-icon{display:flex;align-items:center;justify-content:center;font-size:inherit}.icon-btn-secondary{color:#134e5e;background:transparent;border:none;cursor:pointer;transition:all .3s ease ease}.icon-btn-secondary:hover{color:#176d7a}.loader-overlay{z-index:9999;background:#0000004d;display:flex;align-items:center;justify-content:center;background:transparent;pointer-events:auto;position:fixed;inset:0;width:100%;height:100%;background-color:#0006;z-index:10000000}.loader-container{background:#fff;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:48px;box-shadow:0 4px 12px #00000026;text-align:center;min-width:200px}.loader-spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top-color:#134e5e;border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}.loader-message{margin:0;font-size:14px;color:#222;font-weight:500}.confirmation-overlay{background:#00000080;animation:fadeIn .2s ease-in;position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(2px)}.confirmation-dialog{background:#fff;border-radius:8px;min-width:400px;max-width:400px;animation:slideInTop .2s ease-out;background-color:#fff;box-shadow:0 4px 16px #00000026;width:90%;padding:24px;animation:slideIn .3s ease}.confirmation-header{padding:20px;border-bottom:1px solid #e0e0e0}.confirmation-header h2{margin:0;font-size:18px;font-weight:600;color:#222}.confirmation-header{margin-bottom:16px}.confirmation-body{padding:20px;color:#666;font-size:14px;line-height:1.5}.confirmation-body p{margin:0 0 12px}.confirmation-body{margin-bottom:20px}.confirmation-footer{padding:16px 20px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:12px}.confirmation-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease ease;display:flex;align-items:center;gap:8px}.confirmation-btn.cancel-btn{background:#f3f2f1;color:#222}.confirmation-btn.cancel-btn:hover:not(:disabled){background:#edebe9}.confirmation-btn.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.confirmation-btn.confirm-btn{background:#134e5e;color:#fff}.confirmation-btn.confirm-btn:hover:not(:disabled){background:#176d7a}.confirmation-btn.confirm-btn:disabled{opacity:.6;cursor:not-allowed}.confirmation-btn.confirm-btn.danger{background:#d32f2f}.confirmation-btn.confirm-btn.danger:hover:not(:disabled){background:#c62828}.alert-dialog-close-btn{position:absolute;z-index:auto;margin-left:12px;inset:auto;align-self:flex-start;font-size:1.1rem}.alert-dialog-close-btn-topright{position:absolute;right:12px;z-index:2}.filter-controls{display:flex;align-items:center;justify-content:space-between}.filter-controls-custom{display:flex;align-items:center;gap:.5rem}.filter-group{display:flex;align-items:center;gap:16px}.filter-item-wrapper{position:relative;width:100%}.clear-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:2}.dropdown-with-clear{width:100%}.filter-input-inline{height:40px!important;min-height:40px!important}.filter-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.modal-container{min-width:340px;max-width:380px;width:100%}.modal-close-btn{min-width:28px;min-height:28px}.modal-body-content{display:flex;flex-direction:column;gap:12px;min-width:320px;max-width:360px}.form-field{position:relative;display:flex;flex-direction:column}.required-field{color:#e74c3c;font-weight:600}.disabled-input{width:100%;height:36px;font-size:15px;border-radius:4px;border:1px solid #d1d1d1;background:#f5f5f5;padding:0 34px 0 10px}.disabled-icon{position:absolute;right:8px;top:32px;opacity:0;transition:opacity .2s .3s ease ease;pointer-events:none}.disabled-icon-inner{color:#b0b0b0;font-size:18px}.modal-spacer{margin-top:64px}.modal-buttons{display:flex;align-items:center;gap:10px;width:100%}.modal-btn-flex{flex:1}.status-dropdown{width:100%;height:36px;font-size:15px;border-radius:4px;padding:0;display:flex;align-items:center;justify-content:center}.rp-header-end{justify-content:flex-end}.table-action-cell{min-width:60px}.tooltip-wrapper{position:relative;display:inline-block}.tooltip{position:absolute;background:#000000e6;color:#fff;padding:4px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;z-index:1000000000;transition:opacity .2s .3s ease ease;opacity:1;box-shadow:0 2px 8px #0003;pointer-events:none}.tooltip-text{display:block}.tooltip-arrow{position:absolute;width:6px;height:6px;background:#000000d9;transform:rotate(45deg)}.tooltip-top{bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}.tooltip-top .tooltip-arrow{top:100%;left:50%;transform:translate(-50%) rotate(45deg);margin-top:-3px}.tooltip-bottom{top:calc(100% + 12px);left:50%;transform:translate(-50%)}.tooltip-bottom .tooltip-arrow{bottom:100%;left:50%;transform:translate(-50%) rotate(45deg);margin-bottom:-3px}.tooltip-left{right:calc(100% + 12px);top:50%;transform:translateY(-50%)}.tooltip-left .tooltip-arrow{left:100%;top:50%;transform:translateY(-50%) rotate(45deg);margin-left:-3px}.tooltip-right{left:calc(100% + 12px);top:50%;transform:translateY(-50%)}.tooltip-right .tooltip-arrow{right:100%;top:50%;transform:translateY(-50%) rotate(45deg);margin-right:-3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast-container,.Toastify__toast{z-index:10000001!important}.grid-responsive{display:grid;grid-template-columns:repeat(1,1fr);gap:16px}@media(min-width:768px){.grid-responsive{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:1280px){.grid-responsive{grid-template-columns:repeat(3,1fr);gap:24px}}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}@media(min-width:768px){.grid-auto{gap:20px}}@media(min-width:1280px){.grid-auto{gap:24px}}.flex-responsive{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px}@media(min-width:768px){.flex-responsive{flex-direction:row;gap:20px}}@media(min-width:1280px){.flex-responsive{gap:24px}}.container-responsive{width:100%;padding:0 16px}@media(min-width:768px){.container-responsive{padding:0 20px}}@media(min-width:1280px){.container-responsive{padding:0 24px;max-width:1400px;margin:0 auto}}.text-responsive-sm{font-size:12px}@media(min-width:768px){.text-responsive-sm{font-size:13px}}@media(min-width:1280px){.text-responsive-sm{font-size:15px}}@media(min-width:1440px){.text-responsive-sm{font-size:15px}}.text-responsive-md{font-size:13px}@media(min-width:768px){.text-responsive-md{font-size:15px}}@media(min-width:1280px){.text-responsive-md{font-size:14px}}@media(min-width:1440px){.text-responsive-md{font-size:14px}}.text-responsive-lg{font-size:15px}@media(min-width:768px){.text-responsive-lg{font-size:14px}}@media(min-width:1280px){.text-responsive-lg{font-size:16px}}@media(min-width:1440px){.text-responsive-lg{font-size:16px}}.text-responsive-xl{font-size:16px}@media(min-width:768px){.text-responsive-xl{font-size:18px}}@media(min-width:1280px){.text-responsive-xl{font-size:20px}}@media(min-width:1440px){.text-responsive-xl{font-size:20px}}.p-responsive{padding:16px}@media(min-width:768px){.p-responsive{padding:20px}}@media(min-width:1280px){.p-responsive{padding:24px}}@media(min-width:1440px){.p-responsive{padding:32px}}.m-responsive{margin:16px}@media(min-width:768px){.m-responsive{margin:20px}}@media(min-width:1280px){.m-responsive{margin:24px}}@media(min-width:1440px){.m-responsive{margin:32px}}.gap-responsive{gap:16px}@media(min-width:768px){.gap-responsive{gap:20px}}@media(min-width:1280px){.gap-responsive{gap:24px}}@media(min-width:1440px){.gap-responsive{gap:24px}}@media(max-width:767px){.hide-mobile{display:none!important}.show-mobile{display:block!important}.flex-mobile{display:flex!important}.grid-mobile{display:grid!important}}@media(min-width:768px){.hide-tablet{display:none!important}.show-tablet{display:block!important}.flex-tablet{display:flex!important}.grid-tablet{display:grid!important}}@media(min-width:1280px){.hide-desktop{display:none!important}.show-desktop{display:block!important}.flex-desktop{display:flex!important}.grid-desktop{display:grid!important}}.w-full,.w-responsive{width:100%}@media(min-width:768px){.w-responsive{width:90%}}@media(min-width:1280px){.w-responsive{width:85%}}@media(min-width:1440px){.w-responsive{width:80%}}.max-w-responsive{max-width:100%}@media(min-width:768px){.max-w-responsive{max-width:500px}}@media(min-width:1280px){.max-w-responsive{max-width:700px}}@media(min-width:1440px){.max-w-responsive{max-width:900px}}.rounded-responsive{border-radius:4px}@media(min-width:768px){.rounded-responsive{border-radius:6px}}@media(min-width:1280px){.rounded-responsive{border-radius:8px}}.btn-responsive{padding:8px 12px;font-size:13px;height:32px}@media(min-width:768px){.btn-responsive{padding:12px 16px;font-size:15px;height:36px}}@media(min-width:1280px){.btn-responsive{padding:16px 20px;font-size:14px;height:40px}}.icon-btn-responsive{width:32px;height:32px;font-size:16px}@media(min-width:768px){.icon-btn-responsive{width:36px;height:36px;font-size:18px}}@media(min-width:1280px){.icon-btn-responsive{width:40px;height:40px;font-size:20px}}.input-responsive{padding:8px 12px;font-size:13px;height:32px}@media(min-width:768px){.input-responsive{padding:12px 16px;font-size:15px;height:36px}}@media(min-width:1280px){.input-responsive{padding:16px 20px;font-size:14px;height:40px}}@media(min-width:768px){.nowrap-tablet{white-space:nowrap}}.overflow-scroll-mobile{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(min-width:768px){.overflow-scroll-mobile{overflow-x:visible}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mt-responsive{margin-top:16px}@media(min-width:768px){.mt-responsive{margin-top:20px}}@media(min-width:1280px){.mt-responsive{margin-top:24px}}.mb-responsive{margin-bottom:16px}@media(min-width:768px){.mb-responsive{margin-bottom:20px}}@media(min-width:1280px){.mb-responsive{margin-bottom:24px}}.focus-ring{outline:2px solid rgba(19,78,94,.3);outline-offset:2px}.shadow-responsive{box-shadow:0 2px 4px #0000001a}@media(min-width:768px){.shadow-responsive{box-shadow:0 4px 8px #0000001f}}@media(min-width:1280px){.shadow-responsive{box-shadow:0 6px 16px #00000026}}.toggle-container{display:flex;align-items:center}.toggle-label{padding-left:5px;color:var(--colorNeutralForeground2);font-size:14px}.switch-toggle{display:inline-flex;align-items:center;cursor:pointer;user-select:none}.switch-toggle input{display:none}.switch-toggle .slider-toggle{position:relative;display:flex;align-items:center;justify-content:center;background:#5e864214;border:1px solid #134E5E;border-radius:50px;padding:0;width:60px;height:28px;transition:all .4s ease .3s ease ease;box-shadow:0 2px 8px #00000026;overflow:hidden}.switch-toggle .slider-toggle:after{content:"";position:absolute;width:22px;height:22px;background:gray;border-radius:50%;left:3px;top:50%;transform:translateY(-50%);transition:all .4s ease .3s ease ease;box-shadow:0 2px 6px #0003;z-index:1}.switch-toggle input:checked~.slider-toggle{background:#134e5e}.switch-toggle input:checked~.slider-toggle:after{left:calc(100% - 26px);background:#fff}.switch-toggle .slider-toggle-label{position:absolute;font-weight:500;font-size:12px;transition:all .3s ease .3s ease ease;z-index:2;pointer-events:none;white-space:nowrap;line-height:1;padding:0 12px}.switch-toggle .slider-toggle-label.active{right:0;color:#fff;opacity:1}.switch-toggle .slider-toggle-label.all{left:0;color:#fff;opacity:0}.switch-toggle input:checked~.slider-toggle .slider-toggle-label.active{opacity:0;color:#fff}.switch-toggle input:checked~.slider-toggle .slider-toggle-label.all{opacity:1;color:#fff}.switch-toggle.dark .slider-toggle{background:#134e5e}.switch-toggle.dark .slider-toggle-label.active,.switch-toggle.dark .slider-toggle-label.all{color:#fff}.switch-toggle.dark input:checked~.slider-toggle{background:#134e5e}.switch-toggle.dark input:checked~.slider-toggle .slider-toggle-label.active{opacity:0}.switch-toggle.dark input:checked~.slider-toggle .slider-toggle-label.all{opacity:1;color:#fff}.switch-draft-toggle{display:inline-flex;align-items:center;background:#5b874b;border-radius:24px;padding:2px 4px;position:relative;margin-bottom:18px}.switch-draft-toggle input[type=checkbox]{display:none}.slider-draft-toggle{display:flex;position:relative;width:240px;height:36px;align-items:center}.slider-draft-toggle-label{flex:1;text-align:center;z-index:2;font-size:15px;font-weight:500;color:#fff;padding:5px;border-radius:20px;cursor:pointer;transition:background .2s,color .2s}.slider-draft-toggle-label.active{background:#fff;color:#5b874b;box-shadow:0 1px 4px #0000000a}.slider-draft-toggle-label.all{background:transparent;color:#fff}.custom-black{color:#5b874b}@media print{.app-sidebar,.app-header,.pagination-container,.modal-overlay,.loader-overlay{display:none!important}.main-area{margin-left:0!important}.content{padding:0!important}.page-card,.table-container{box-shadow:none;border:1px solid #ccc;page-break-inside:avoid}.table-container table{width:100%}}.accordion-table-wrapper{width:100%;overflow-y:auto;min-height:auto;max-height:460px;margin:16px 0;background:var(--card-bg, #ffffff);border-radius:8px;border:1px solid var(--border-color, #e1e5e9);transition:all .3s ease ease;-webkit-overflow-scrolling:touch}.accordion-table-wrapper .accordion-table{width:auto;min-width:100%;border-collapse:collapse;border-radius:8px;table-layout:auto}.accordion-table-wrapper .accordion-table th{background:#d1e0e2;font-weight:700;font-size:11px!important;color:var(--text, #222);text-align:left;padding:10px;top:0;z-index:11;transition:all .3s ease ease;white-space:nowrap;border-bottom:1px solid var(--border-color, #e1e5e9)}.accordion-table-wrapper .accordion-table th:hover{background:#5e864233}.accordion-table-wrapper .accordion-table td{padding:4px 8px;border-bottom:1px solid var(--border-color, #e1e5e9);color:var(--text, #222);font-size:12px}.accordion-table-wrapper .accordion-table tbody tr{transition:all .3s ease ease}.accordion-table-wrapper .accordion-table tbody tr:nth-child(odd){background:var(--card-bg, #ffffff)}.accordion-table-wrapper .accordion-table tbody tr:nth-child(2n){background:#f9f9f9}.accordion-table-wrapper .accordion-table tbody tr:hover{background:#5e86420a}.accordion-table-expand-col{width:40px;min-width:40px;text-align:center;flex-shrink:0;left:0;z-index:8;background:#5e864214}thead .accordion-table-expand-col{top:0;z-index:12}tbody tr:nth-child(odd) .accordion-table-expand-col{background:var(--card-bg, #ffffff)}tbody tr:nth-child(2n) .accordion-table-expand-col{background:#5e864205}tbody tr:hover .accordion-table-expand-col{background:#5e86420a}.accordion-table tbody tr td:nth-child(2),.accordion-table thead tr th:nth-child(2){left:40px;z-index:7}.accordion-table thead tr th:nth-child(2){top:0;z-index:11}.accordion-table-cell{padding:4px 8px;border-bottom:1px solid var(--border-color, #e1e5e9);color:var(--text, #222);font-size:12px!important;min-height:40px;vertical-align:middle}.accordion-table-cell>div{min-width:131.5px!important;font-family:Inter,sans-serif!important}.accordion-table-toggle-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;color:var(--text, #222);transition:opacity .3s ease ease}.accordion-table-toggle-btn:hover{opacity:.7}.accordion-table-toggle-btn:focus-visible{outline:2px solid rgba(94,134,66,.3);outline-offset:2px}.accordion-table-expanded-row{background:#5e864205;border-bottom:1px solid var(--border-color, #e1e5e9)}.accordion-table-expanded-content{padding:0!important;background:#5e864205}.nested-accordion-table{width:100%;border-collapse:collapse;border:1px solid var(--border-color, #e1e5e9);border-radius:6px;background:var(--card-bg, #ffffff)}.nested-accordion-table thead,.nested-accordion-table thead tr{background:#5e86420d}.nested-accordion-table thead th{padding:8px 4px;font-weight:700;color:var(--text, #222);text-align:left;border-bottom:1px solid var(--border-color, #e1e5e9);font-size:12px;white-space:nowrap}.nested-accordion-table tbody tr{transition:all .3s ease ease}.nested-accordion-table tbody tr:nth-child(odd){background:var(--card-bg, #ffffff)}.nested-accordion-table tbody tr:nth-child(2n){background:#5e864205}.nested-accordion-table tbody tr:hover{background:#5e864214}.nested-accordion-table tbody tr:last-child td{border-bottom:none}.nested-accordion-table tbody td{padding:8px 4px;border-bottom:1px solid var(--border-color, #e1e5e9);color:var(--text, #222);font-size:13px;vertical-align:middle}.nested-submodule-name{min-width:150px;font-weight:500}.nested-expand-col{width:40px;min-width:40px;text-align:center;background:#5e86420d}.nested-role-header{min-width:140px;text-align:center}.nested-submodule-cell{font-weight:500;background:#5e864208;padding:8px 4px}.nested-dropdown-cell{padding:4px}.expanded-content-cell{padding:0 4px!important;background:#5e864205!important;vertical-align:top!important}.expanded-content-cell .expanded-content{display:flex;flex-direction:column;gap:12px}.expanded-content-cell .submodule-row{display:flex;flex-direction:column;gap:8px;padding:8px 0}.expanded-content-cell .submodule-name{font-weight:500;font-size:13px;color:var(--text, #222);padding:4px 0}.expanded-content-cell .submodule-dropdowns{display:flex;flex-direction:column;gap:4px;padding:4px 0}.expanded-content-cell .submodule-dropdown-item{min-height:36px;display:flex;align-items:center}.expanded-content{display:flex;flex-direction:column;gap:0}@media(max-width:1024px){.accordion-table-expanded-content .expanded-content .submodule-row .submodule-access .data-dropdown.fui-Dropdown{min-width:101%!important;width:0!important;left:-6px}}.submodule-row{display:grid;grid-template-columns:50px auto repeat(auto-fit,140px);align-items:center;padding:5px 0;border-bottom:1px solid var(--border-color, #e8e8e8);background:#5e864205;color:var(--text, #333)}.submodule-row:last-child{border-bottom:none}.submodule-name{padding-left:52px;font-size:13px;color:var(--text, #333);font-weight:500}.submodule-access{display:flex;align-items:center;justify-content:center;padding:0 12px}.submodule-access .data-dropdown.fui-Dropdown{min-width:130px!important;max-width:140px!important}.submodule-access .data-dropdown .fui-Dropdown__trigger{min-width:auto!important;width:auto!important}.field-item{align-items:center;justify-content:center;display:flex;background:#f1f1f1;border-radius:5px;border:1px solid #ddd;padding:8px 12px;margin:4px 60px;width:calc(100% - 120px)}.field-item:first-child{margin-top:8px}.field-item:last-child{margin-bottom:8px}.field-item .field-details{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;width:100%}@media(max-width:767px){.field-item .field-details{grid-template-columns:1fr}}.field-action-icon{cursor:pointer}.add-site-btn-wrapper{display:inline-block;position:relative;z-index:1}.field-no-data{text-align:center;padding:4px}.field-detail-group{display:flex;flex-direction:column}.field-detail-label{font-size:13px;color:#222;margin-bottom:6px;font-weight:500}.field-detail-value{font-size:13px;color:#888}.text-short .field-detail-value{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.field-action-btn{border:1px solid #134E5E;background:#134e5e1a;padding:8px;border-radius:6px;cursor:pointer;font-size:16px;color:#134e5e;transition:all .3s ease ease;flex-shrink:0}.field-action-btn:hover:not(:disabled){background:#134e5e26;border-color:#134e5e;color:#176d7a}.field-action-btn:active:not(:disabled){background:#134e5e33}.status-pill{display:inline-flex;align-items:center;font-size:13px;font-weight:500;border-radius:12px;padding:2px 14px 2px 10px;margin-left:0;background:#f2f4f7;color:#7a7a7a;min-width:103px}.status-pill-green{background:#d1f3dd;color:#1ca97a}.status-pill-grey{background:#e6e7e9;color:#7a7a7a}.status-pill-orange{background:#fff4e6;color:#e6a23c}.status-pill-completed{background:#7cd9f2;color:#134e5e}.status-pill-completed .status-dot-completed{background-color:#134e5e}.status-dot{width:10px;height:10px;border-radius:50%;margin-right:8px;display:inline-block}.status-dot-green{background:#55be7a}.status-dot-grey{background:#6f7071}.status-dot-orange{background:#e6a23c}.data-dropdown{width:120px;min-width:120px;max-width:140px}.data-dropdown button,.data-dropdown .dd-option{font-size:13px}.protocol-library{max-width:100%;box-sizing:border-box;min-width:0;overflow-x:hidden;flex:1;min-height:0;display:flex;flex-direction:column}.protocol-library .fui-TabList{display:flex;margin-left:-12px}.protocol-library .fui-TabList>button[aria-label*=scroll]{display:none!important}.protocol-library .fui-TabList>button[class*=Scroll]{display:none!important}.protocol-library .fui-Tab{font-size:13px;font-weight:500;padding:12px 16px;color:#666;white-space:nowrap;background:transparent;border:none!important;box-shadow:none!important;outline:none;position:relative;cursor:pointer;transition:all .2s ease}.protocol-library .fui-Tab:after{content:"";position:absolute;bottom:-1px;height:4px;background:transparent;transition:all .2s ease}.protocol-library .fui-Tab:hover{color:#333}.protocol-library .fui-Tab[aria-selected=true]{color:#134e5e;font-weight:600}.protocol-library .fui-Tab[aria-selected=true]:after{background:#134e5e}.tab-content{background:#fff;border-radius:4px;min-height:300px}.protocol-progress-content{background:transparent;border-radius:0;padding:0;width:100%;max-width:100%;min-width:0}.protocol-progress-content .table-container{width:100%;max-width:100%;min-width:0;overflow-x:auto;max-height:375px}.protocol-progress-content .table-container table{max-width:100%}.protocol-progress-content .inline-date-picker-container{justify-content:flex-start;width:100%}.protocol-progress-content .inline-date-picker-container>span:first-child{text-align:left}.protocol-progress-content .show-dropout{white-space:nowrap}.protocol-library .filter-section{margin-bottom:16px;width:100%}.protocol-library .filter-dropdowns{display:grid;width:100%;max-width:70%;min-width:0;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:12px}.protocol-library .filter-item{position:relative;display:flex;flex-direction:column;border:1px solid #d1d1d1;border-radius:4px;background:#fff;overflow:visible}.protocol-library .filter-item label{position:absolute;top:-8px;left:10px;font-size:10px;font-weight:400;color:#666;background:#fff;padding:0 4px;z-index:1;pointer-events:none}.protocol-library .filter-item .fui-Dropdown{width:100%;border:none;background:transparent}.protocol-library .filter-item .fui-Dropdown button{border:none;background:transparent;padding:10px 12px;font-size:13px;color:#333;font-weight:500}.protocol-library .filter-controls{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.protocol-library .filter-controls .fui-Button{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 16px!important;font-size:13px!important;font-weight:500!important;color:#333!important;background:transparent!important;border:1px solid #d0d0d0!important;border-radius:4px!important;cursor:pointer!important;transition:all .2s ease!important}.protocol-library .filter-controls .fui-Button:hover{border-color:#999!important;background-color:#f5f5f5!important}.protocol-library .filter-controls .fui-Button:first-child{display:flex!important}.protocol-library .filter-controls>button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;color:#333;background:transparent;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;transition:all .2s ease}.protocol-library .filter-controls>button:hover{border-color:#999;background-color:#f5f5f5}.protocol-library .field-schedule-filter-controls .fui-Button.filter-bar-btn-green{background-color:#134e5e!important;color:#fff!important;border-color:transparent!important;border-radius:8px!important}.protocol-library .field-schedule-filter-controls .fui-Button.filter-bar-btn-green:hover{background-color:#53793c!important}.protocol-library .field-schedule-filter-controls .fui-Button.filter-bar-btn-green:active{background-color:#4b6e36!important}.show-dropout{display:flex;align-items:center;font-size:13px;margin-left:auto}.document-btn{min-width:36px;margin-left:12px}.protocol-library .table-container table{font-size:12px;max-height:300px}.protocol-library .table-container th .calendar-icon{margin-left:4px;font-size:12px;vertical-align:middle;color:#666}.protocol-library .table-container .field-name{color:#134e5e;text-decoration:underline;cursor:pointer;font-weight:500}.protocol-library .table-container .field-name:hover{color:#005a9e}.modal-filter-container{display:flex;flex-direction:column;gap:20px;padding:16px 0}.modal-filter-container .filter-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.filter-col{display:flex;flex-direction:column;gap:8px}.modal-filter-container .fui-Input{font-size:13px}.modal-button-group{display:flex;gap:12px;padding-top:12px;border-top:1px solid #e0e0e0;justify-content:flex-end}.modal-button-group .fui-Button{padding:12px 24px!important;font-size:13px;font-weight:500;min-width:100px}.modal-button-group .fui-Button:first-child{background:#f5f5f5!important;border:1px solid #d0d0d0!important;color:#333!important}.modal-button-group .fui-Button:first-child:hover{background:#efefef!important}.calendar-icon{margin-left:4px;font-size:12px}.field-link{text-decoration:underline;text-underline-offset:2px;cursor:pointer;font-weight:inherit;transition:all .2s ease;display:inline-block;padding:2px 4px;border-radius:3px;color:#134e5e}.field-link:hover{text-decoration-thickness:2px}.field-link:focus{outline:none}.field-link .field-underline{color:inherit;text-decoration:underline;text-underline-offset:2px;font-weight:inherit;transition:all .2s ease}.field-link .field-underline:hover{text-decoration-thickness:2px}.field-link:active{opacity:.8}.theme-dark .field-link{color:#5a9fb5}.theme-dark .field-link:hover{color:#7ab8cc}.field-details-modal .fui-DialogSurface{max-width:500px}.field-details-header{position:relative;width:90%;margin:0 auto 16px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.field-details-header .fui-DialogTitle{margin:0;font-size:18px;font-weight:600;text-align:left;width:100%}.field-details-close-btn{position:absolute;top:0;right:0;min-width:auto!important;width:32px!important;height:32px!important;padding:0!important;color:#666!important;flex-shrink:0;z-index:2}.field-details-close-btn:hover{background-color:#f0f0f0!important;color:#333!important}.field-details-form{display:flex;flex-direction:column;gap:16px}.field-details-full-width{display:flex;flex-direction:column;gap:8px}.field-details-full-width label{font-size:13px;font-weight:500;color:#333}.field-details-full-width input{padding:8px 12px;border:1px solid #d1d1d1;border-radius:4px;font-size:13px;font-family:acumin-pro,sans-serif;background-color:#f5f5f5;color:#333;width:fit-content;min-width:60px;max-width:100%;display:inline-block;box-sizing:border-box}.field-details-full-width input:focus{outline:none;border-color:#134e5e;background-color:#fff}.field-details-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.field-details-field{display:flex;flex-direction:column;gap:8px}.field-details-field label{font-size:13px;font-weight:500;color:#333}.field-details-field input{padding:8px 12px;border:1px solid #d1d1d1;border-radius:4px;font-size:13px;font-family:acumin-pro,sans-serif;background-color:#f5f5f5;color:#333;word-wrap:break-word;white-space:normal;overflow-wrap:break-word}.field-details-field input:focus{outline:none;border-color:#134e5e;background-color:#fff}.field-details-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px;padding-top:16px;border-top:1px solid #e0e0e0}.fui-Dialog__backdrop{background-color:var(--dialog-backdrop)!important}.theme-dark .fui-DialogSurface{background-color:#2d2d30!important;color:#e0e0e0!important}.edit-site{display:block;width:100%;margin:0;padding:0 12px}.edit-site__section-title{margin:0 0 16px;color:#000}.theme-dark .edit-site__section-title{color:#fff}.edit-site__toggle .edit-site__toggle-link{color:#2d6a2f;text-decoration:underline}.edit-site__toggle:hover .edit-site__toggle-link,.edit-site__toggle:focus-visible .edit-site__toggle-link{color:#225222;text-decoration:underline}.edit-site__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start;margin-bottom:16px}@media(max-width:768px){.edit-site__grid{grid-template-columns:1fr}}.edit-site__fields{display:grid;grid-template-columns:280px 1fr;gap:16px;align-items:start}.edit-site__fields-scroll{overflow-y:scroll;max-height:35vh;margin:0;padding:0}@media(max-width:900px){.edit-site__fields{grid-template-columns:1fr}}.edit-site__tablist{display:flex;flex-direction:column;gap:16px;padding:0;margin:0}.edit-site__tab{justify-content:flex-start;text-align:left;padding:12px 16px;border-radius:4px;border:1px solid #cfe7d4;background:#fff;color:#2d6a2f;font-weight:600;height:44px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:none}.edit-site__tab[aria-selected=true]{background:#134e5e;border-color:#9fd1ac;box-shadow:inset 0 0 0 2px #9fd1ace6;color:#fff}.edit-site__tab:hover{background:inherit;border-color:#b7dfc0;color:inherit}.edit-site__tab:focus-visible{outline:2px solid rgba(45,106,47,.35);outline-offset:2px}.edit-site__no-fields{color:#888;padding:8px 0}.edit-site__panel{background:#fff;border:1px solid var(--border, #e5e5e5);border-radius:8px;padding:16px}.edit-site__panel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}@media(max-width:768px){.edit-site__panel-grid{grid-template-columns:1fr}}.edit-site__map{margin-top:20px;height:160px;border-radius:8px;border:1px solid var(--border, #e5e5e5);background:linear-gradient(180deg,#f2f2f2,#e9e9e9);width:100%}.edit-site .fui-Input,.edit-site .fui-Select{width:100%}.fui-DialogContent:has(.edit-site){max-width:760px!important;min-width:640px!important;width:85%!important}@media(max-width:1024px){.fui-DialogContent:has(.edit-site){max-width:680px!important;min-width:540px!important;width:92%!important}}.fui-DialogBody{padding:24px!important}.fui-Dialog{display:flex!important;align-items:center!important;justify-content:center!important}.fui-DialogContent{max-width:900px!important;width:90%!important;min-width:750px!important}@media(max-width:768px){.fui-DialogSurface{min-width:auto!important;width:100%!important;max-width:100%!important;margin:16px!important;max-height:calc(100vh - 32px)!important}.fui-DialogContent{min-width:auto!important;width:100%!important;max-width:100%!important}}.filter-bar-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:0;background:transparent;width:100%}.filter-bar-container{margin-top:-32px}.filter-bar-btn{padding:6px 12px!important;height:32px!important;border-radius:4px!important;background-color:#134e5e!important;color:#fff!important;font-weight:600!important;font-size:14px!important;display:flex!important;align-items:center!important;gap:6px!important;transition:all .2s ease!important;white-space:nowrap!important;flex-shrink:0!important;border:none!important;width:auto!important;min-width:max-content!important;order:-1}.filter-bar-btn img{width:20px;height:20px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)!important}.filter-bar-btn:hover:not(:disabled){background-color:#176d7a!important}.filter-bar-btn:active:not(:disabled){background-color:#145a66!important}.filter-bar-btn:disabled{opacity:.6!important;cursor:not-allowed!important}.theme-dark .filter-bar-btn{background-color:#134e5e!important;color:#fff!important;border-color:#134e5e!important}.theme-dark .filter-bar-btn:hover:not(:disabled){background-color:#176d7a!important}.theme-dark .filter-bar-btn:active:not(:disabled){background-color:#145a66!important}.theme-dark .filter-bar-btn:disabled{opacity:.6!important;cursor:not-allowed!important}.filter-bar{display:flex;align-items:flex-end;gap:16px;padding:16px;margin-top:10px;margin-left:0;margin-right:0;background:#f4f4f4;border:1px solid #a9bd9b;border-radius:8px;flex-wrap:wrap;position:relative;box-sizing:border-box;width:100%;--fallback-max: calc(100vw - var(--sidebar-width) - 32px);max-width:min(100%,var(--fallback-max))}.field-schedule-toolbar{position:relative;padding-bottom:0}.field-schedule-toolbar .filter-bar-wrapper{position:relative}.field-schedule-toolbar .filter-bar-container{margin-top:0!important}.field-schedule-toolbar .filter-bar{position:relative;top:auto;left:auto;right:auto;width:100%;max-width:none;z-index:auto;margin-top:8px;box-sizing:border-box}.field-schedule .field-schedule-toolbar .filter-bar{width:100%!important;padding-top:12.8px;padding-bottom:12.8px}.field-schedule-toolbar+.tab-content,.field-schedule .tab-content{margin-top:12px!important}.field-schedule-toolbar .filter-bar .filter-bar-close-btn{position:absolute;top:8px;right:8px;z-index:20}.theme-dark .filter-bar{background:#0b2016!important;border-color:#ccc!important}.filter-bar-item{display:flex;flex-direction:column;gap:4px;flex:1;min-width:200px;max-width:300px}.filter-bar-label{font-size:12px;font-weight:700;color:#666;letter-spacing:.5px;line-height:1}.theme-dark .filter-bar-label{color:#8aa0b4!important}.filter-bar-dropdown{width:100%!important;height:36px!important;background-color:#fff!important;border:1px solid #e1e5e9!important;border-radius:4px!important;color:#222!important;font-size:12px!important;padding:0!important;transition:all .2s ease!important}.filter-bar-dropdown:disabled{opacity:.6!important;cursor:not-allowed!important;background-color:#f0f0f0!important}.filter-bar-dropdown .fui-Dropdown__button{position:relative;display:block;height:36px!important;padding:8px 36px 8px 12px!important;font-size:12px!important;border-radius:4px!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-bar-dropdown .fui-Dropdown__expandIcon{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.theme-dark .filter-bar-dropdown{background-color:#0b2016!important;border-color:#ccc!important;color:#e6efe6!important}.theme-dark .filter-bar-dropdown:disabled{background-color:#22332a!important;color:#666!important}.theme-dark .filter-bar-dropdown .fui-Option{background-color:#0b2016!important;color:#e6efe6!important}.theme-dark .filter-bar-dropdown .fui-Option:hover{background-color:#22332a!important}.theme-dark .filter-bar-dropdown .fui-Option[aria-selected=true]{background-color:#134e5e!important;color:#fff!important}.theme-dark .fui-Dropdown{background-color:#0b2016!important;color:#e6efe6!important;border:1px solid #6C6C6C!important}.theme-dark .fui-Dropdown__button{color:#e6efe6!important}.theme-dark .fui-Listbox{background-color:#0b2016!important;border-color:#ccc!important}.theme-dark .fui-Option{color:#e6efe6!important;background-color:#0b2016!important}.theme-dark .fui-Option:hover{background-color:#22332a!important}.theme-dark .fui-Option[aria-selected=true]{background-color:#134e5e!important;color:#fff!important}.theme-dark .fui-Combobox{color:#e6efe6!important;border:1px solid #6C6C6C!important;background:#0f1c28}.theme-dark .fui-Combobox input{color:#e6efe6!important}.theme-dark .fui-Combobox input::placeholder{color:#8a8a8a}body.theme-dark .fui-Listbox,body.theme-dark .fui-Option{background-color:#0b2016!important;color:#e6efe6!important}body.theme-dark .fui-Option:hover{background-color:#22332a!important}body.theme-dark .fui-Option[aria-selected=true]{background-color:#134e5e!important;color:#fff!important}body.theme-dark [data-portal-node] .fui-Listbox,body.theme-dark .fui-FluentProvider .fui-Listbox,body.theme-dark [data-portal-node] .fui-Option,body.theme-dark .fui-FluentProvider .fui-Option{background-color:#0b2016!important;color:#e6efe6!important}body.theme-dark [data-portal-node] .fui-Option:hover,body.theme-dark .fui-FluentProvider .fui-Option:hover{background-color:#22332a!important}body.theme-dark .fui-Combobox__listbox,body.theme-dark .fui-Dropdown__listbox{background-color:#0b2016!important;color:#e6efe6!important}.filter-bar-input{width:100%!important;height:36px!important;background-color:#fff!important;border:1px solid #e1e5e9!important;border-radius:4px!important;color:#222!important;font-size:12px!important;padding:8px 12px!important;transition:all .2s ease!important}.filter-bar-input:focus{outline:none!important;border-color:#134e5e!important;box-shadow:0 0 0 3px #5e86421a!important}.filter-bar-input:disabled{opacity:.6!important;cursor:not-allowed!important;background-color:#f0f0f0!important}.filter-bar-input::placeholder{color:#666!important}.filter-bar-input input{padding:0}.theme-dark .filter-bar-input{background-color:#0b2016!important;border:1px solid #6C6C6C!important;color:#e6efe6!important}.theme-dark .filter-bar-input:focus{border-color:#134e5e!important;box-shadow:0 0 0 3px #5e864233!important}.theme-dark .filter-bar-input::placeholder{color:#666!important}.theme-dark .filter-bar-input input{padding:0}.filter-bar-actions{display:flex;gap:12px;flex-shrink:0;margin-left:auto;align-items:flex-end}.theme-dark .filter-bar-actions .btn-primary{background-color:#134e5e!important;color:#fff!important}.theme-dark .filter-bar-actions .btn-primary:hover:not(:disabled){background-color:#176d7a!important}.theme-dark .filter-bar-actions .btn-primary:active:not(:disabled){background-color:#145a66!important}.theme-dark .filter-bar-actions .btn-primary:disabled{background-color:#555!important}.filter-bar-close-btn{position:absolute;top:-15px;right:-2px;padding:4px 8px!important;height:28px!important;width:28px!important;min-width:28px!important;border-radius:50%!important;color:#666!important;transition:all .2s ease!important;flex-shrink:0!important;background:#fff!important;border:1px solid #a9bd9b!important}.filter-bar-close-btn:hover{background-color:#f5f5f5!important;color:#666!important}.filter-bar-close-btn:hover .fui-Button__icon{color:#666!important}.theme-dark .filter-bar-close-btn{color:#4db8a8!important}.theme-dark .filter-bar-close-btn:hover{background-color:#22332a!important;color:#71c7ba!important}@media(max-width:900px){.toolbar{flex-wrap:wrap;gap:12px}.filter-bar-wrapper{flex-wrap:wrap;gap:0;width:100%}.filter-bar{gap:8px;padding:12px;margin-top:8px;flex-basis:100%;width:100%;max-width:100%}.filter-bar-item{flex:0 1 calc(50% - 4px);min-width:120px}.filter-bar-label{font-size:10px}.filter-bar-dropdown,.filter-bar-input{height:28px!important;font-size:11px!important;padding:4px 6px!important}.filter-bar-actions{flex:0 1 calc(50% - 4px);gap:6px}.btn-primary,.btn-secondary{padding:4px 12px!important;height:28px!important;font-size:11px!important}.filter-bar-close-btn{height:24px!important;width:24px!important}}@media(max-width:640px){.toolbar{flex-direction:column;align-items:stretch;gap:12px}.filter-bar-wrapper{flex-direction:column;gap:0;align-items:stretch;width:100%}.filter-bar-btn{width:100%!important;justify-content:center!important}.filter-bar{flex-direction:column;gap:8px;padding:12px;margin-top:8px;width:100%;max-width:100%}.filter-bar-item{flex:1;min-width:auto;width:100%}.filter-bar-label{font-size:11px}.filter-bar-dropdown,.filter-bar-input{height:36px!important;font-size:12px!important;padding:8px 10px!important}.filter-bar-actions{width:100%;flex-direction:row;gap:8px}.btn-primary,.btn-secondary{padding:8px 16px!important;height:36px!important;font-size:12px!important;flex:1}.filter-bar-close-btn{height:32px!important;width:32px!important;top:4px!important;right:4px!important}}.table-container{width:100%;overflow:visible}.common-table{width:100%}.submodule-table{width:100%;border-collapse:collapse}.submodule-table th,.submodule-table td{padding:8px 12px;text-align:left;border-bottom:1px solid #e0e0e0}.submodule-table th{background-color:#f5f5f5;font-weight:600}.file-upload-error{padding:12px;background-color:#fff5f5;border-left:4px solid #fc8181;border-radius:4px;font-size:14px;color:#c53030;margin-top:8px}.file-upload-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;max-height:300px;overflow-y:auto;border-radius:4px}.file-upload-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease;min-height:45px}.file-upload-item:hover{background-color:#f5f5f5;border-color:#134e5e;box-shadow:0 2px 4px #0000001a}.file-upload-icon-file{font-size:18px;flex-shrink:0}.file-upload-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.file-upload-size{font-size:12px;color:#666}.file-upload-remove{background:none;border:none;color:#e53e3e;cursor:pointer;font-size:20px;padding:4px 8px;border-radius:4px;transition:all .2s ease;flex-shrink:0}.file-upload-remove:hover{background-color:#fed7d7;color:#c53030}@media(max-width:768px){.file-upload-area{padding:24px 12px}.file-upload-icon{font-size:24px}.file-upload-text{font-size:13px}.file-upload-formats{font-size:11px}}.progress-steps{display:flex;align-items:flex-start;justify-content:space-between;position:relative;padding:0 17%;margin-bottom:10px}.progress-steps .progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:2;flex:0 0 auto;min-width:22px}.progress-steps .progress-step .step-circle{width:22px;height:22px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px;background-color:#fff;color:#999;transition:all .3s ease}.progress-steps .progress-step .step-label{position:absolute;top:30px;left:50%;transform:translate(-50%);max-width:140px;overflow:hidden;font-size:12px;font-weight:500;color:#666;text-align:center;transition:all .3s ease}.progress-steps .progress-step.active .step-circle{background-color:#134e5e;border-color:#134e5e;color:#fff;box-shadow:0 2px 8px #4caf504d}.progress-steps .progress-step.active .step-label{color:#134e5e;font-weight:600}.progress-steps .progress-step.completed .step-circle{background-color:#134e5e;border-color:#134e5e;color:#fff}.progress-steps .progress-step.completed .step-label{color:#134e5e}.progress-steps .progress-step:first-child,.progress-steps .progress-step:last-child{flex:0 0 auto}.progress-steps .progress-line{flex:1;height:2px;background:#ddd;transform:translateY(10px)}.progress-steps .progress-line.active{background-color:#134e5e}.progress-steps .progress-steps .progress-line{background-color:#ddd}.progress-steps .progress-steps .progress-step.completed~.progress-line{background-color:#134e5e}.theme-dark .progress-steps .progress-step .step-label{color:#e6efe6}.theme-dark .progress-steps .progress-step.active .step-label,.theme-dark .progress-steps .progress-step.completed .step-label{color:#fff}.modal-footer-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:0}.modal-footer-buttons button{min-width:100px;padding:.75rem 1.5rem;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-footer-buttons button.button-secondary{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.modal-footer-buttons button.button-secondary:hover{background-color:#ebebeb;border-color:#999}.modal-footer-buttons button.button-primary{background-color:#134e5e;color:#fff}.modal-footer-buttons button.button-primary:hover{background-color:#45a049;box-shadow:0 2px 8px #4caf504d}.modal-footer-buttons button.button-primary:active{transform:scale(.98)}.modal-footer-buttons button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.form-progress-bar .progress-steps{gap:.5rem}.progress-step .step-circle{width:32px;height:32px;font-size:14px}.progress-step .step-label{font-size:10px}.progress-line{margin:0 16px;top:16px}.file-upload-area{padding:1.5rem 1rem}.file-upload-icon{font-size:24px}}.treatment-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.treatment-header-section h3{margin:0;font-size:16px;font-weight:600}.treatment-header-section .btn-add-treatment-header{padding:.75rem 1.5rem;font-weight:600}.treatment-card{border:1px solid #134e5e;border-radius:6px;background-color:#fff;margin-bottom:8px;overflow:hidden}.theme-dark .treatment-card{background-color:#07160f;border-color:#ccc}.treatment-card-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#f5f5f5;border-bottom:1px solid #e1e5e9;cursor:pointer;transition:background-color .2s ease}.theme-dark .treatment-card-header{background-color:#0b2016;border-bottom-color:#ccc}.treatment-card-header:hover{background-color:#ededed}.theme-dark .treatment-card-header:hover{background-color:#123323}.treatment-card-header.accordion-header{padding:10px}.treatment-card-header.accordion-header .accordion-header-content{display:flex;align-items:center;gap:.75rem;flex:1}.treatment-card-header.accordion-header .accordion-icon{flex-shrink:0;color:#134e5e;transition:transform .2s ease}.treatment-card-header h4{margin:0;font-size:14px;font-weight:600}.treatment-card-header .btn-remove-treatment{padding:.5rem 1rem;font-size:13px;flex-shrink:0}.treatment-card-header .btn-delete-treatment{background:none;border:none;padding:.25rem;cursor:pointer;color:#ef4444;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.treatment-card-header .btn-delete-treatment:hover{background-color:#ef44441a;color:#dc2626}.treatment-card-header .btn-delete-treatment:active{background-color:#ef444433}.theme-dark .treatment-card-header .btn-delete-treatment{color:#f87171}.theme-dark .treatment-card-header .btn-delete-treatment:hover{background-color:#f8717126;color:#ef4444}.treatment-card-body{padding:.5rem;display:flex;flex-direction:column;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;will-change:max-height,opacity}.treatment-card-body.expanded{max-height:5000px;opacity:1;padding:.5rem;overflow:visible}.treatment-card-body.collapsed{max-height:0;opacity:0;padding:0 .5rem}.treatment-type-label{margin:0 0 .8rem;font-weight:600;font-size:14px;color:#222;text-transform:none}.theme-dark .treatment-type-label{color:#e6efe6}.treatment-type-boxes{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem;width:100%}@media(max-width:767px){.treatment-type-boxes{grid-template-columns:1fr;gap:1.5rem}}.treatment-type-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;border:2px solid #e1e5e9;border-radius:8px;background-color:#f6f6f6;cursor:pointer;transition:all .3s ease;min-height:1px;text-align:center;position:relative}.theme-dark .treatment-type-box{background-color:#0b2016;border-color:#ccc}.treatment-type-box:hover{border-color:#134e5e;background-color:#7ccee5;transform:translateY(-2px);box-shadow:0 4px 12px #134e5e26}.theme-dark .treatment-type-box:hover{background-color:#000;box-shadow:0 4px 12px #134e5e40}.treatment-type-box:hover .box-icon{transform:scale(1.1)}.treatment-type-box.active{border-color:#134e5e;border-width:2px;background-color:#74cbe3;box-shadow:0 0 0 4px #80d0e5}.theme-dark .treatment-type-box.active{background-color:#000;box-shadow:0 0 0 4px #000}.treatment-type-box .box-icon{width:64px;height:35px;color:#134e5e;margin-bottom:.7rem;flex-shrink:0;transition:transform .3s ease}.treatment-type-box span{font-size:14px;font-weight:600;color:#222;text-align:center;line-height:1.5}.theme-dark .treatment-type-box span{color:#e6efe6}.treatment-type-box.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.treatment-type-box.disabled:hover{border-color:#e1e5e9;background-color:#f6f6f6;transform:none;box-shadow:none}.treatment-type-box.disabled:hover .box-icon{transform:none}.grower-standard-message{margin:0rem 0 0;padding:.2rem;border-left:0px solid #134E5E;border-radius:4px;animation:slideDown .3s ease-out}.theme-dark .grower-standard-message{background-color:#000;border-left-color:#1c7188}.grower-standard-message p{margin:0;color:#020809;font-size:13px;font-weight:500}.theme-dark .grower-standard-message p{color:#2494b3}.products-form-section{background-color:#f5f5f5;padding:.5rem;border-radius:6px;margin-top:0;border:1px solid #e1e5e9;animation:slideDown .3s ease-out}.theme-dark .products-form-section{background-color:#0b2016;border-color:#ccc}.products-form-rows{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem}.product-form-group{border:1px solid #e1e5e9;border-radius:6px;padding:12px;background-color:#fff}.theme-dark .product-form-group{background-color:#0b2016;border-color:#ccc}.product-form-group:not(:last-child){margin-bottom:1.5rem}.product-form-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:8px}.product-form-row.full-width{grid-template-columns:1fr;margin-top:20px}@media(min-width:768px){.product-form-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.product-form-row{grid-template-columns:1fr}}.textarea-product-notes{min-height:50px;padding:.75rem;border:1px solid #e1e5e9;border-radius:4px;font-size:13px;font-family:Inter,sans-serif;background-color:#fff;color:#222;resize:vertical}.theme-dark .textarea-product-notes{background-color:#0b2016;border-color:#ccc;color:#e6efe6}.textarea-product-notes:focus{outline:none;border-color:#134e5e;box-shadow:0 0 0 3px #5ec3df}.theme-dark .textarea-product-notes:focus{box-shadow:0 0 0 3px #000}.textarea-product-notes::placeholder{color:#666}.theme-dark .textarea-product-notes::placeholder{color:#c8ddc8}.add-product-button-container{display:flex;justify-content:flex-end;margin-top:1.5rem}.add-product-button-container .btn-add-product{padding:.75rem 1.5rem;font-weight:600}.modal-body.edit-site{padding-left:0;padding-right:0;background-color:transparent!important}.edit-site__field-list{max-height:420px;overflow-y:auto;padding-right:8px}.edit-site__tab[aria-selected=true]:hover{background:#134e5e;color:#fff}.edit-site__map .ma-map{height:160px}.edit-site__save-btn{background:#134e5e!important;color:#fff!important}.search-toggle-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:-10px}.search-toggle-row .search-bar-container{flex:1}.search-toggle-row .switch-draft-toggle{margin-left:24px}.button-align{display:flex;justify-content:flex-end;gap:12px;margin-top:-6px}.title-align{flex:1;display:flex;flex-direction:column}.text-input-align{width:100%;margin-bottom:0;background:#f5f5f5;border-radius:4px;border:1px solid #ccc;padding:8px}.label-align{font-weight:500;margin-bottom:4px}.header-select-align{width:100%;padding:8px;border:1px solid #ccc}.dialog-content-align{display:flex;gap:16px;margin-bottom:16px}.notes-textarea{width:100%;min-height:60px;margin-top:4px;margin-bottom:16px;border-radius:4px;border:1px solid #ccc;padding:8px}.note-display-align{display:flex;align-items:flex-start;margin-bottom:12px;background:#f7f7f7;border-radius:8px;padding:12px}.note-initials-circle{width:32px;height:32px;border-radius:50%;background:#e0e0e0;color:#555;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;margin-right:12px}.note-header-align{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.note-text-align{display:flex;align-items:center;gap:8px}.note-date-align{font-size:11px;color:#888}.note-edited-align{font-size:11px;color:#888;font-weight:500;margin-left:6px}.note-text-display{font-size:14px;color:#888;word-break:break-word;white-space:pre-line;overflow-wrap:break-word;max-width:100%}.add-note-area{width:100%;min-height:60px;margin-top:4px;margin-bottom:16px;border-radius:4px;border:1px solid #ccc;padding:8px}.protocol-steps-expanded{display:flex;flex-direction:column;align-items:flex-start;width:100%;box-sizing:border-box;padding-left:0}.no-steps{color:#888;font-size:14px;padding:16px}.steps-timeline{display:flex;flex-direction:column;gap:0;align-items:flex-start;width:100%}.steps-item{display:flex;align-items:flex-start;width:calc(100% - 52px);max-width:920px;min-height:0;flex-direction:row;margin:0 0 0 52px}.steps-display{width:32px;display:flex;flex-direction:column;align-items:center;position:relative;min-height:0;margin-top:0}.steps-circle{width:12px;height:12px;border-radius:6px;background-color:#6b8e23;margin-bottom:0;margin-top:6px}.steps-vertical-line{border-left:2px dotted #bdbdbd;height:56px;margin-top:0}.steps-content{flex:1;min-width:0;padding-bottom:0}.steps-header-align{align-items:center;margin-bottom:2px}.step-name-align{font-weight:600;color:#444;margin-right:24px}.steps-font{display:grid;grid-template-columns:1fr 1fr 1fr 2fr;gap:16px;color:#888;font-size:13px;width:100%}.steps-font .steps-font-cell{min-width:0;overflow-wrap:anywhere}.steps-fontweight{font-weight:500}.common-alert-surface{max-width:500px!important;border-radius:8px;box-shadow:0 2px 16px #0000001a;padding:0!important;background:#fff}.common-alert-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px!important;border-bottom:1px solid #cccccc}.common-alert-header h2{font-size:18px}.common-alert-title{font-weight:600;font-size:18px;color:#444;margin:0;padding:0}.alert-icon-btn{background:none;border:none;font-size:16px;color:#666;cursor:pointer;margin-left:12px}.common-alert-content{font-size:14px!important;color:#444;margin-bottom:32px;padding:0;padding:20px!important}.common-alert-actions{display:flex;justify-content:flex-end;gap:12px!important;padding:12px 16px;border-top:1px solid #cccccc;justify-self:auto!important}.cancel-grey-btn{min-width:64px!important;font-weight:500!important;font-size:15px!important;background:#f3f4f6!important;color:#444!important;border-radius:6px!important;border:1px solid #e5e7eb!important}.confirm-green-btn{min-width:64px!important;font-weight:500!important;font-size:15px!important;background:#134e5e!important;color:#fff!important;border-radius:6px!important;border:1px solid #134E5E!important}.common-alert-body{gap:0px!important;display:inherit!important;padding:0!important}.field-association-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:12px;padding:12px;border:2px solid transparent;border-radius:8px;transition:all .3s ease}.field-association-options.error{border:2px solid #d32f2f;background-color:#ffebee}.field-association-option{padding:12px;border:2px solid #ddd;border-radius:8px;background-color:#f9f9f9;cursor:pointer;text-align:center;transition:all .3s ease}.field-association-option:hover{border-color:#134e5e}.field-association-option.active{border-color:#134e5e;background-color:#f1f8f4}.field-association-option .option-icon{font-size:32px;margin-bottom:8px}.field-association-option .option-title{font-weight:600;margin-bottom:4px;color:#333}.field-association-option .option-description{font-size:12px;color:#666}.uploaded-files-summary{margin-top:16px;padding:16px;background-color:#f0f8f4;border-radius:6px;border:2px solid #134E5E;border-left:6px solid #134E5E}.uploaded-files-label{margin:0 0 12px;font-weight:700;color:#2e7d32;font-size:15px;display:block}.uploaded-file-item{padding:10px 12px;margin:6px 0;background-color:#fff;border-radius:4px;border:1px solid #81c784;font-size:14px;color:#333;word-break:break-word;display:flex;align-items:center;gap:8px;box-shadow:0 1px 3px #0000001a}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.btn-cancel,.btn-confirm{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel:hover,.btn-confirm:hover{transform:translateY(-1px)}.btn-cancel{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.btn-cancel:hover{background-color:#eee}.btn-confirm{background-color:#134e5e;color:#fff}.btn-confirm:hover{background-color:#45a049}.success-animation-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px 60px;text-align:center;min-height:auto;margin-top:20px;order:2}.success-circle{width:120px;height:120px;background-color:#134e5e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;animation:scaleIn .5s ease-out;position:relative}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-circle.show-checkmark .checkmark{animation:drawCheckmark .6s ease-out forwards}.checkmark{width:60px;height:60px}.checkmark-circle{stroke:#fff;stroke-width:2;stroke-linecap:round;animation:drawCircle .6s ease-out forwards}.checkmark-check{stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:drawCheckmark .6s ease-out .1s forwards}@keyframes drawCircle{0%{stroke-dasharray:157;stroke-dashoffset:157}to{stroke-dasharray:157;stroke-dashoffset:0}}@keyframes drawCheckmark{0%{stroke-dasharray:48;stroke-dashoffset:48}to{stroke-dasharray:48;stroke-dashoffset:0}}.success-message{font-size:24px;font-weight:600;color:#333;margin:0;animation:fadeInUp .6s ease-out .3s both}.theme-dark .success-message{color:#e6efe6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.producer-details-readonly{background-color:transparent;border:none;border-radius:4px;padding:0}.producer-details-readonly .fields-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;margin-bottom:0}@media(max-width:1024px){.producer-details-readonly .fields-row{grid-template-columns:1fr 1fr 1fr}}@media(max-width:768px){.producer-details-readonly .fields-row{grid-template-columns:1fr 1fr}}@media(max-width:480px){.producer-details-readonly .fields-row{grid-template-columns:1fr}}.producer-details-readonly .form-group{margin-bottom:0}.producer-details-readonly .form-group input[disabled],.producer-details-readonly .form-group input:disabled{background-color:#f5f5f5!important;color:#333!important;cursor:not-allowed!important;opacity:1!important;border:1px solid #ddd!important}.producer-details-readonly .form-group label{display:block;margin-bottom:4px;font-size:13px;font-weight:500;color:#333}.producer-details-separator{margin:16px 0;border:none;border-top:1px solid #e1e5e9}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.form-row{grid-template-columns:1fr}}.form-row-three{grid-template-columns:1fr 1fr 1fr}@media(max-width:768px){.form-row-three{grid-template-columns:1fr}}.switch-container{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input[type=checkbox]{opacity:0;width:0;height:0;margin:0}.switch input[type=checkbox]:checked+.slider{background-color:#134e5e}.switch input[type=checkbox]:checked+.slider:before{transform:translate(22px)}.switch input[type=checkbox]:focus+.slider{box-shadow:0 0 1px #134e5e}.switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:all .3s ease;border-radius:28px}.switch .slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:transform .3s ease;border-radius:50%;box-shadow:0 2px 4px #0003}.switch-label-text{font-size:.95rem;font-weight:500;color:#333;min-width:30px}.switch-group{display:flex;gap:2rem;padding:.5rem 0}.switch-group .switch-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;font-weight:500}.switch-group .switch-label input[type=radio]{cursor:pointer;width:18px;height:18px;margin:0}.switch-group .switch-label .switch-text{font-weight:500;color:#333}.switch-group .switch-label input[type=radio]:checked+.switch-text{color:#134e5e;font-weight:600}.toggle-group{display:flex;gap:1.5rem;padding:.5rem 0}.toggle-group .toggle-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem}.toggle-group .toggle-option input[type=radio]{cursor:pointer;width:18px;height:18px}.toggle-group .toggle-option span{user-select:none}.add-btn,.add-observation-btn,.add-phase-btn{background:none;border:1px solid #134E5E;color:#134e5e;padding:.5rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.add-btn:hover,.add-observation-btn:hover,.add-phase-btn:hover{background-color:#e3f2fd}.add-btn svg,.add-observation-btn svg,.add-phase-btn svg{width:20px;height:20px}.add-phase-btn{border:2px dashed #134E5E;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;gap:.5rem}.add-phase-btn:hover:not(:disabled){background-color:#e3f2fd;border-color:#1565c0;color:#1565c0}.add-phase-btn:disabled{border-color:#ccc;color:#999;cursor:not-allowed;background-color:#f5f5f5}.remove-btn,.remove-phase-btn,.remove-observation-btn{background:none;border:none;color:#d32f2f;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.remove-btn:hover,.remove-phase-btn:hover,.remove-observation-btn:hover{background-color:#ffebee}.remove-btn svg,.remove-phase-btn svg,.remove-observation-btn svg{width:20px;height:20px}.remove-observation-btn{width:36px;height:36px}.remove-observation-btn svg{width:18px;height:18px}.phases-container .phase-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:1rem}.phases-container .phase-header-section h3{margin:0;flex:1}.phases-container .phase-header-section .btn-add-phase-header{flex-shrink:0;white-space:nowrap}.phases-container .phases-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:1rem}.phases-container .phases-header h3{margin:0;flex:1}.phases-container .phases-header .add-phase-btn{flex-shrink:0;white-space:nowrap}.phases-container .no-phases{padding:2rem;text-align:center;border:1px dashed #d0d0d0;border-radius:4px;background-color:#f9f9f9}.phases-container .phases-list{margin-bottom:.5rem}.phases-container .sticky-add-phases-btn{position:sticky;bottom:0;background-color:#fff;padding-top:2px;padding-bottom:2px;display:flex;justify-content:flex-end;z-index:10;margin-bottom:10px}.phases-container .phase-card{border:1px solid #134e5e;border-radius:6px;padding:.6rem;margin-bottom:8px;background-color:#fafafa;position:relative}.phases-container .phase-card:hover{box-shadow:0 2px 8px #00000014}.phases-container .phase-label-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:1.5rem}.phases-container .phase-label-row.opened{position:absolute;right:10px}.phases-container .phase-label-row .spacer{flex:1}.phases-container .phase-label-row .form-label{margin-bottom:0;flex:1}.phases-container .phase-label-row .phase-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0;margin-left:auto}.phases-container .phase-label-row .phase-actions .accordion-btn{background:none;border:none;color:#666;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.phases-container .phase-label-row .phase-actions .accordion-btn:hover{background-color:#f5f5f5;color:#333}.phases-container .phase-label-row .phase-actions .accordion-btn .accordion-icon{width:20px;height:20px;transition:transform .2s ease}.phases-container .phase-label-row .phase-actions .accordion-btn .accordion-icon.collapsed{transform:rotate(-180deg)}.phases-container .phase-label-row .phase-actions .remove-phase-btn{flex-shrink:0;padding:.25rem .5rem}.phases-container .phase-card-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}.phases-container .phase-card-body.expanded{max-height:5000px;opacity:1}.phases-container .phase-card-body.collapsed{max-height:0;opacity:0}.phases-container .phase-content{animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.phases-container .phase-field-row{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:flex-end;margin-bottom:1.5rem}@media(max-width:768px){.phases-container .phase-field-row{grid-template-columns:1fr}}.phases-container .phase-field-row .form-group{margin-bottom:0}.phases-container .phase-field-row .form-group:last-child{display:flex;align-items:flex-end}.phases-container .phase-delete-btn{height:fit-content;padding:.5rem}.phases-container .phase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.phases-container .phase-header h4{margin:0;font-size:1.1rem;font-weight:600;color:#333}.phases-container .observations-section{margin-top:14px;border-top:1px solid #e0e0e0;background-color:#fff;padding:12px;border-radius:6px}.phases-container .observations-section h5{margin:0 0 1.5rem;font-size:1rem;font-weight:600;color:#333}.phases-container .observations-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.phases-container .observations-header h5{margin:0;font-size:1rem;font-weight:600;color:#333}.phases-container .observations-list{display:flex;flex-direction:column;gap:1rem}.phases-container .observation-row{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:flex-end;padding:1rem;background-color:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0;margin-top:-12px}@media(max-width:768px){.phases-container .observation-row{grid-template-columns:1fr}}.phases-container .observation-row .form-group{margin-bottom:0}.phases-container .observation-actions{display:flex;gap:.5rem;align-items:center}@media(max-width:768px){.phases-container .observation-actions{justify-content:flex-start}}.phases-container .no-observations{color:#999;font-size:.9rem;text-align:center;padding:1rem;margin:0}.phases-container .field-schedule-section{margin-top:12px;border-top:1px solid #e0e0e0;background-color:#fff;padding:12px 10px 0;border-radius:6px}.phases-container .field-schedule-section h5{margin:0 0 12px;font-size:1rem;font-weight:600;color:#333}.phases-container .field-schedule-section .form-group{margin-bottom:1rem}.email-text-align{max-width:180px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.protocol-progress-field-name-text-align{max-width:130px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.margin-filter-align{margin-top:-34px}@media(max-width:820px){.margin-filter-align{margin-top:-30px}}.centered-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;width:100%;text-align:center}.theme-dark .field-item{border-radius:5px;color:#e0e0e0;border:1px solid #253D4E;background:#152130}.theme-dark .field-item .field-detail-label{color:#b0b0b0}.theme-dark .field-item .field-detail-value{color:#d0d0d0}.master-data-tablist,.site-data-tablist{margin-left:-12px}.filter-protocol{position:relative;display:flex;align-items:center;gap:12px;flex:1}.filter-protocol .filter-bar-close-btn{display:none}.protocol-toolbar-container{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--color-border-light, #e0e0e0)}.protocol-toolbar-container .filter-protocol{flex:1;margin-bottom:0;padding-bottom:0;border-bottom:none}.protocol-toolbar-container .add-protocol-btn{white-space:nowrap;padding:6px 12px;font-size:13px}.theme-dark .note-display-align{color:#b0b0b0;background-color:#333;border:1px solid #444;border-radius:4px;padding:.5rem}.image-container{display:flex;flex-direction:column;align-items:center}.carousel-wrap{position:relative;margin-bottom:10px;width:500px;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.carousel-strip{display:inline-flex;width:fit-content;min-width:0;gap:8px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:4px;outline:none}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.empty-text{color:#888;font-size:14px}.arrow-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;box-shadow:0 2px 6px #0000001f;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.arrow-btn--left{left:4px}.arrow-btn--right{right:4px}.upload-zone{width:100%;margin-bottom:14px;border:2px dashed #e0e0e0;border-radius:12px;padding:8px 10px;background:#fafafa;overflow-x:auto}.upload-zone--disabled{background:#f3f4f6;border-color:#d1d5db}.initial-upload{text-align:center}.upload-label{cursor:pointer;color:#134e5e;font-weight:500}.upload-label--disabled{color:#9ca3af;cursor:not-allowed}.hidden-input{display:none}.helper-text{color:#888;font-size:13px;margin-top:8px}.muted{color:#888}.preview-row{display:flex;gap:8px;align-items:center}.plus-tile{border-radius:12px;border:2px dashed #cfcfcf;background:#fff;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.plus-tile:disabled{background:#f3f4f6;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:1}.plus-tile--small{width:110px;height:110px}.footer-actions{display:flex;justify-content:flex-end;gap:12px;width:100%}.tile{position:relative;border-radius:12px;overflow:hidden;background:#fff;flex:0 0 auto}.tile-border{border:2px solid #eee}.tile--large{width:140px;height:140px}.tile--small{width:110px;height:110px}.tile-img{width:100%;height:100%;object-fit:cover;transition:transform .16s ease;display:block}.tile-img--hover{transform:scale(1.02)}.tile-img--uploading{opacity:.85}.overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:transparent;transition:background .16s ease;pointer-events:none}.overlay--visible{background:#00000059;pointer-events:auto}.delete-btn--visible{opacity:1;transform:scale(1)}.delete-text{line-height:1}.theme-dark .upload-zone{background:#232b23}.toggle-switch{display:flex;align-items:center;cursor:pointer;gap:8px}.toggle-switch-input{opacity:0;width:0;height:0;position:absolute}.toggle-switch-slider{position:relative;width:40px;height:22px;background:#ccc;border-radius:22px;transition:background .2s;margin-right:8px;display:inline-block}.toggle-switch-slider:before{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-switch-input:checked+.toggle-switch-slider{background:#134e5e}.toggle-switch-input:checked+.toggle-switch-slider:before{transform:translate(18px)}.toggle-switch-label-text{font-size:16px;color:#333;user-select:none}.theme-dark .toggle-switch-label-text{color:#e0e0e0}.ac-delete-btn,.ac-add-btn{margin-top:25px;min-width:40px;max-width:40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:.5rem}body,#root,.main-content,.filter-section,.filter-dropdowns,.filter-item{overflow:visible!important;transform:none!important}.fui-PopoverSurface,[role=listbox]{z-index:99999!important;position:fixed!important;left:unset!important;top:unset!important;max-height:80vh!important;background:#fff!important;box-shadow:0 4px 24px #0000002e}.theme-dark .fui-PopoverSurface,body.theme-dark .fui-PopoverSurface,.theme-dark [role=listbox],body.theme-dark [role=listbox],html.theme-dark .fui-PopoverSurface,html.theme-dark [role=listbox]{background:#0b2016!important;color:#e6efe6!important;box-shadow:0 4px 24px #00000080}body.theme-dark .fui-Option,html.theme-dark .fui-Option{color:#e6efe6!important;background-color:#0b2016!important}body.theme-dark .fui-Option:hover,html.theme-dark .fui-Option:hover{background-color:#22332a!important}.dropdown-list-view{max-height:260px!important;overflow-y:auto}.small-modal{width:420px!important;min-width:420px!important;max-width:420px!important}.phase-header-section{display:flex;justify-content:space-between;align-items:center}body{overflow-y:hidden!important}.padt12{padding-top:12px}.popup-close{font-size:24px;background:none;border:none;cursor:pointer}.note-img-toggle{display:flex;gap:0;align-items:center;margin:16px 0 12px 16px;border-radius:8px;overflow:hidden;border:1px solid #ccc;width:fit-content}.notes-padding-align{padding:0 20px 20px}.note-img-toggle-btn{padding:6px 24px;border:none;font-weight:700;outline:none;cursor:pointer;transition:background .2s,color .2s;background:#f3f4f6;color:#222}.note-img-toggle-btn.active{background:#134e5e;color:#fff}.note-img-toggle-btn.notes{border-radius:8px 0 0 8px}.note-img-toggle-btn.images{border-radius:0 8px 8px 0}.unsaved-warning-banner{display:flex;align-items:center;gap:8px;margin:0 16px 10px;padding:8px 12px;background:#fff8e1;border:1px solid #f9a825;border-radius:6px;font-size:13px;flex-wrap:wrap}.unsaved-warning-icon{font-size:15px;flex-shrink:0}.unsaved-warning-text{flex:1;color:#795548;font-weight:500;min-width:0}.unsaved-warning-actions{display:flex;gap:8px;flex-shrink:0}.unsaved-warning-btn{padding:4px 14px;border-radius:4px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.unsaved-warning-btn--confirm{background:#d32f2f;color:#fff}.unsaved-warning-btn--confirm:hover{background:#b71c1c}.unsaved-warning-btn--cancel{background:#e0e0e0;color:#333}.unsaved-warning-btn--cancel:hover{background:#bdbdbd}.notes-list-scroll{max-height:160px;overflow-y:auto;margin-bottom:6px}.site-search-box{position:relative;display:inline-block}.site-search-input{padding:8px 8px 8px 32px;width:200px;border:1px solid #e1e5e9;border-radius:4px;font-size:13px;background-color:#fff;color:#222;transition:all .3s ease ease;outline:none}.site-icon{position:absolute;top:50%;transform:translateY(-50%);color:#888}.site-search{left:10px}.site-clear{right:10px;cursor:pointer}@media(max-width:1024){.accordion-table-expanded-content .expanded-content .submodule-row .submodule-name{padding:5px 21px!important}}.fields-row-4col-new .fui-Combobox__input::placeholder{color:#999}.notes-spacing.form-group,.notes-spacing.form-group .fields-row-1col,.notes-spacing.form-group .fields-row-1col .form-group{margin-bottom:0}.items-flex-start{align-items:flex-start}.position-relative{position:relative}.add-protocol-btn-alignment{position:absolute;right:0;top:0}.gis-toolbar{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;flex-wrap:wrap;position:relative;z-index:1}.gis-tabs-filter-separator{border:none;border-top:1px solid #e1e5e9;margin:0 0 20px;background:none}body.theme-dark .fui-FluentProvider .fui-Listbox{background:#000!important}body.theme-dark .page-card{background:#152130;border:1px solid #1E3548;box-shadow:0 0 8px #00000080}body.theme-dark .help-btn{background:#ffffffbf}body.theme-dark .sidebar-footer{border-top:1px solid rgba(255,255,255,.1490196078)}body.theme-dark .status-pill-green{background:#113827;color:#34d399}body.theme-dark .status-pill-grey{background:#3c3f42;color:#afafaf}body.theme-dark .tabs-filter-separator,body.theme-dark .gis-tabs-filter-separator{border-top:1px solid #253D4E}body.theme-dark .fui-Tab__content{color:#fff}body.theme-dark .btn-secondary{background:#1a2d3e;border:1px solid #3D8FA8;color:#7ecfe8}body.theme-dark .btn-secondary:hover:not(:disabled){background:#254a5f;border-color:#5ab3d0;color:#a8dff5}body.theme-dark .btn-secondary:active:not(:disabled){background:#1a3d52;border-color:#3d8fa8;color:#7ecfe8}body.theme-dark .btn-secondary:disabled{background:#0f1f2a;border-color:#1a2d3e;color:#4a6d82;opacity:1;cursor:not-allowed}body.theme-dark .main-area{background:#0d1b2a}body.theme-dark fieldset legend{background:#152130;color:#8aa0b4}body.theme-dark [role=tab][aria-selected=true]:after{background-color:#7ecfe8!important}body.theme-dark .multi-select-dropdown-item label,body.theme-dark .protocol-library .page-card:has(.field-schedule) .field-schedule{background:#152130}body.theme-dark .protocol-library .protocolLib-tablist .tab-name span{color:#8aa0b4}body.theme-dark .intent-data-container .upload-section .upload-card h3,body.theme-dark .intent-data-container .uploaded-section .uploaded-card h3,body.theme-dark .intent-data-container .upload-area .upload-text{color:#fff}body.theme-dark .intent-data-container .uploaded-section .uploaded-card,body.theme-dark .intent-data-container .upload-section .upload-card{background:none}body.theme-dark .intent-data-container .upload-area{background:#0b2016}body.theme-dark .theme-dark .accordion-table tbody tr:hover{background:none}body.theme-dark .theme-dark .accordion-table tbody tr:nth-child(2n){background:#142635!important}body.theme-dark .ac-input,body.theme-dark .ac-select,body.theme-dark body.theme-dark .ac-select{color:#e6efe6;border:1px solid #6C6C6C!important;background:#0f1c28}body.theme-dark .ac-input::placeholder,body.theme-dark .ac-select::placeholder,body.theme-dark body.theme-dark .ac-select::placeholder{color:#c3ccc3}body.theme-dark .theme-dark .fui-Combobox input{background:#0f1c28}body.theme-dark .ma-map{border:1px solid #6C6C6C}body.theme-dark .theme-dark .search-bar-container{background:none}body.theme-dark .master-data-tab-panel .toolbar span.fui-input,body.theme-dark .theme-dark input,body.theme-dark .theme-dark textarea,body.theme-dark .theme-dark select{background:#0f1c28}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f1fbf7,#f7fcff);padding:20px;position:relative}.login-container.login-dark{background:linear-gradient(180deg,#0a1a14,#0f1c28)}.login-theme-toggle{position:absolute;top:16px;right:16px;min-width:36px!important;max-width:36px!important;width:36px!important;height:36px!important;padding:0!important;display:flex;align-items:center;justify-content:center;border-radius:8px!important;color:#374151;cursor:pointer}.login-theme-toggle:hover{background:#0000000d}.login-dark .login-theme-toggle{color:#e5e7eb}.login-dark .login-theme-toggle:hover{background:#ffffff1a}.login-card{width:440px;max-width:94vw;background:#fffffffa;border-radius:12px;box-shadow:0 12px 40px #080f1614;padding:28px;display:flex;flex-direction:column;gap:14px}.login-dark .login-card{background:#1f2937fa;box-shadow:0 12px 40px #0000004d}.login-header{display:flex;gap:16px;align-items:center;flex-direction:column}.login-logo{border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-logo .logo-img{width:26%;margin-left:8px}.login-logo img{width:100%;height:100%;object-fit:cover}.login-subtitle-wrapper{display:flex;flex-direction:column;justify-content:center}.login-subtitle{margin:0;font-size:14px;color:#55606a}.login-dark .login-subtitle{color:#9ca3af}.login-button-wrapper{margin-top:12px}.logo-text-secondary{color:#134e5e;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:normal}.login-dark .logo-text-secondary{color:#5eead4}.logo-text-initial{color:#134e5e;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:800;line-height:normal}.login-dark .logo-text-initial{color:#5eead4}.login-dark .filter-bar-input{background:#111827;border-color:#4b5563;color:#e5e7eb}.login-dark .filter-bar-input input{color:#e5e7eb;background:transparent}.login-dark .filter-bar-input input::placeholder{color:#8a8a8a}
