@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:360px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}._outerContainer_1txk5_1{max-width:100vw;height:100vh;display:grid;grid-template-columns:60fr 40fr;justify-content:flex-end;background:#fff;overflow:hidden;align-items:stretch;padding:0}._loginFormContainer_1txk5_13{display:flex;padding:32px;flex-direction:column;align-items:left;gap:8px;align-self:stretch}._logoTextContainer_1txk5_22{display:flex;width:108.75px;height:48px;flex-direction:column;align-items:flex-start;gap:3px;aspect-ratio:108.75/48}._logo_1txk5_22{height:30px;flex-shrink:0;align-self:stretch;aspect-ratio:108.75/30}._shieldText_1txk5_39{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:12px;font-style:italic!important;font-weight:700;line-height:normal}._formSection_1txk5_48{display:flex;padding:88px 128px 64px;justify-content:center;align-items:flex-start;gap:8px;flex:1 0 0;align-self:stretch}._formWrapper_1txk5_58{width:532px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch}._formContent_1txk5_67{display:flex;flex-direction:column;align-items:flex-start;gap:80px;align-self:stretch}._welcomeTextContainer_1txk5_75{display:flex;flex-direction:column;align-items:flex-start;gap:8px}._welcomeText_1txk5_75{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._welcomeSubText_1txk5_92{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._emailPasswordContainer_1txk5_102{display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}._emailInputFieldContainer_1txk5_110{display:flex;flex-direction:column;align-items:flex-start;gap:1px;align-self:stretch}._customButton_1txk5_118{width:100%}._grayText_1txk5_122{color:var(--Zinc-500, #71717b);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:28px}._redText_1txk5_132{color:var(--Brand_Red-600, #c91218);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:28px}._emailText_1txk5_141{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._inputGroup_1txk5_152{display:flex;flex-direction:column;width:100%}._inputGroup_1txk5_152 label{font-size:14px;font-weight:600;color:#27272a}._inputGroup_1txk5_152 ._input_1txk5_152{width:100%;padding:12px 16px;border:1px solid #d4d4d8;border-radius:8px;font-size:14px;outline:none}._inputGroup_1txk5_152 ._input_1txk5_152:focus{border-color:#e53935}._passwordWrapper_1txk5_174{position:relative;width:100%}._passwordWrapper_1txk5_174 input{padding-right:40px}._eyeIcon_1txk5_182{position:absolute;right:20px;top:55%;transform:translateY(-50%);width:20px;height:20px;cursor:pointer;color:#71717a}._ssoButton_1txk5_193{padding:12px;background:#e53935;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:16px;cursor:pointer}._ssoButton_1txk5_193:hover{background:#d23430}._contact_1txk5_207{font-size:14px}._contact_1txk5_207 span{color:#e53935;font-weight:700;cursor:pointer}._terms_1txk5_216{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._terms_1txk5_216 a{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._imageOutline_1txk5_235{height:97%;border-radius:32px 32px 0 0;border:1px solid var(--Zinc-200, #e4e4e7);overflow:hidden}._safetyImage_1txk5_242{width:100%;height:95vh;border-radius:inherit;display:block}: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)}}._container_1i5v5_2{display:flex;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch;width:100%;max-width:525px;border-radius:12px}._containerFilter_1i5v5_13{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;width:fit-content;max-width:300px;border-radius:12px}._label_1i5v5_23{margin-bottom:4px;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._labelDisabled_1i5v5_33{color:#d4d4d8}._inputRow_1i5v5_37{display:flex;align-items:center;justify-content:space-between;min-height:40px;border-radius:12px;border:1px solid #d1d5db;background-color:#f4f4f5;padding:0 9px 0 12px;transition:border-color .2s ease;width:95%}._inputRow_1i5v5_37:focus-within{border-color:#2563eb}._inputRow_1i5v5_37:hover{border-color:#9ca3af}._inputRowFilter_1i5v5_57{display:flex;align-items:center;justify-content:space-between;min-height:36px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#fff;padding:0 12px 0 14px;transition:border-color .2s ease;width:fit-content}._inputRowFilter_1i5v5_57:focus-within{border-color:#2563eb}._input_1i5v5_37{flex:1;height:auto;border:none;outline:none;color:#27272a;font-size:16px;font-weight:400;background:transparent}._input_1i5v5_37::placeholder{color:#a1a1aa}._dropdownSelect_1i5v5_87{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_1i5v5_87::-ms-expand{display:none}._textarea_1i5v5_104{width:100%;min-height:120px;border:none;outline:none;resize:vertical;font-size:16px;font-weight:400;color:#27272a;background:transparent;padding:12px 3px;line-height:1.5;border-radius:12px}._textarea_1i5v5_104::placeholder{color:#a1a1aa}._textarea_1i5v5_104:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._eyeIcon_1i5v5_127{width:22px;height:22px;object-fit:contain;filter:grayscale(100%) brightness(.5)}._bottomRow_1i5v5_134{display:flex;justify-content:space-between;width:100%}._leftText_1i5v5_140,._rightText_1i5v5_141{color:#a1a1aa;font-size:12px;font-weight:400}._rightText_1i5v5_141{text-align:right}._inputRowError_1i5v5_151{border-color:#dc2626}._errorText_1i5v5_155{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._searchIcon_1i5v5_163,._dropdownIcon_1i5v5_171,._calendarIcon_1i5v5_179{width:20px;height:20px;object-fit:contain;cursor:pointer;filter:grayscale(100%) brightness(.5)}._inputRowDisabled_1i5v5_188{border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background:var(--Zinc-100, #f4f4f5)}._inputRowDisabled_1i5v5_188 ._input_1i5v5_37{color:#a1a1aa;cursor:not-allowed}._inputRowDisabled_1i5v5_188 ._eyeIcon_1i5v5_127,._inputRowDisabled_1i5v5_188 ._searchIcon_1i5v5_163,._inputRowDisabled_1i5v5_188 ._dropdownIcon_1i5v5_171{opacity:.4;pointer-events:none}._dropdownWrapper_1i5v5_204{position:relative;width:100%}._dropdownInput_1i5v5_209{min-height:32px;border-radius:4px;cursor:pointer;background-color:#f4f4f5;display:flex;align-items:center;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._dropdownMenu_1i5v5_224{min-width:100%;width:fit-content;position:absolute;top:100%;left:0;right:0;max-height:160px;overflow-x:hidden;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;background:#fff;border:1px solid #ccc;border-radius:4px;z-index:10}._dropdownInputFilter_1i5v5_245{min-height:32px;width:fit-content;border-radius:4px;cursor:pointer;background-color:#fff;display:flex;align-items:center;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._dropdownMenuFilter_1i5v5_261{min-width:100%;width:190px;max-width:480px;position:absolute;top:100%;left:0;right:0;overflow-x:hidden;max-height:160px;overflow-y:auto;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;background:#fff;border:1px solid #ccc;border-radius:4px;z-index:10}._placeholderFont_1i5v5_284{color:#71717b}._dropdownOption_1i5v5_289{padding:8px 10px;cursor:pointer}._selectedOption_1i5v5_294{background-color:#fee2e2;color:#3f3f46;font-weight:500}._selectedOption_1i5v5_294:hover{background-color:#fef2f2;color:#71717b}._dropdownOption_1i5v5_289:hover{background-color:#fef2f2}._dropdownMenu_1i5v5_224::-webkit-scrollbar{width:4px}._dropdownMenu_1i5v5_224::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:4px}._dropdownMenuFilter_1i5v5_261::-webkit-scrollbar{width:4px}._dropdownMenuFilter_1i5v5_261::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:4px}._multiselect-search-wrapper_1i5v5_329{position:relative;width:100%}._multiselect-search_1i5v5_329{width:100%;padding:8px 12px;border:none;color:#71717b;font-size:14px;outline:none;background-color:#fff}._multiselect-search_1i5v5_329:focus{border-bottom:0px solid red;outline:none;box-shadow:none}._multiselect-search_1i5v5_329::placeholder{color:#9ca3af}._multiselect-clear-search_1i5v5_354{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:16px;cursor:pointer;color:#666}._multiselect-clear-search_1i5v5_354:hover{color:#000}._multiselect-empty_1i5v5_368{padding:16px 12px;text-align:center;color:#9ca3af;font-size:14px}._dropdownWrapper_zk5br_2{position:relative;display:inline-block}._button_zk5br_7{padding:8px 24px;justify-content:center;align-items:center;border:none;border-radius:12px;background-color:#eb2128;color:#fef6f6;cursor:pointer;display:flex;gap:8px;box-shadow:0 1px 3px #0000001a;transition:background-color .2s ease;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500;width:100%}._button_zk5br_7:hover{background-color:#c91218}._button_zk5br_7:active{background-color:#9a0e13}._loginButton_zk5br_34{padding:8px 24px;justify-content:center;align-items:center;border:none;border-radius:12px;background-color:#ea580c;color:#fff7ed;cursor:pointer;display:flex;gap:8px;box-shadow:0 1px 3px #0000001a;transition:background-color .2s ease;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500;width:100%}._loginButton_zk5br_34:hover,._loginButton_zk5br_34:active{background-color:#e08d23}._icon_zk5br_61{width:16px;height:16px}._dropdownMenu_zk5br_66{position:absolute;top:110%;right:0;min-width:160px;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:1000;display:flex;flex-direction:column;width:236px;padding:12px 24px;align-items:flex-start;gap:16px;max-height:260px;overflow-y:auto;overflow-x:hidden}._dropdownMenu_zk5br_66::-webkit-scrollbar{width:6px}._dropdownMenu_zk5br_66::-webkit-scrollbar-thumb{background-color:#d4d4d8;border-radius:3px}._dropdownMenu_zk5br_66::-webkit-scrollbar-track{background:transparent}._dropdownItem_zk5br_99{display:flex;align-items:center;gap:8px;padding:10px 16px;cursor:pointer;font-size:14px;color:#27272a;width:100%;border-radius:6px}._dropdownItem_zk5br_99:hover{background-color:#f5f5f5}._optionIcon_zk5br_114{width:16px;height:18px;flex-shrink:0}._sosButton_zk5br_120{border-radius:999px;background:var(--Red-100, #fee2e2);color:#c91218;box-shadow:none}._sosButton_zk5br_120:hover,._sosButton_zk5br_120:active{background:var(--Red-100, #fee2e2)}._button_zk5br_7._disabled_zk5br_130{background-color:#f4f4f5!important;color:#9f9fa9!important;cursor:not-allowed!important;box-shadow:none!important}._button_zk5br_7._disabled_zk5br_130:hover{background-color:#f4f4f5!important}._container_1qze8_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow-y:hidden}._mainContent_1qze8_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%;overflow:hidden}._contentBox_1qze8_21{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%;overflow:hidden}._loadingContent_1qze8_35{display:flex;justify-content:center;align-items:center;margin-top:100px}._topRow_1qze8_43{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1qze8_50{width:350px}._topRight_1qze8_54{display:flex;align-items:center;gap:16px}._notificationWrapper_1qze8_60{position:relative;display:inline-block}._notificationIcon_1qze8_65{width:24px;height:24px;cursor:pointer}._notificationBadge_1qze8_71{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1qze8_85{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_1qze8_92{display:flex;align-items:flex-start;gap:8px}._headerIcon_1qze8_98{width:38px;height:38px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_1qze8_105{display:flex;flex-direction:column}._headerTitle_1qze8_110{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_1qze8_118{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_1qze8_126{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_1qze8_133{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1qze8_133:hover{color:#374151}._activeTab_1qze8_149{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_1qze8_154{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_1qze8_154 ._filterGroup_1qze8_162{display:flex;align-items:center;gap:10px}._dropdownFilters_1qze8_154 select,._dropdownFilters_1qze8_154 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1qze8_154 select:hover,._dropdownFilters_1qze8_154 input:hover{background:#f9fafb}._employeeOption_1qze8_192{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1qze8_200{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1qze8_212{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1qze8_224{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1qze8_236{display:flex;flex-direction:column}._employeeDiv_1qze8_236::-webkit-scrollbar{width:2px}._employeeDiv_1qze8_236::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1qze8_236::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1qze8_236::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1qze8_255{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_1qze8_267{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_1qze8_274{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1qze8_274:hover{background:#f9fafb}._exportGroup_1qze8_297{display:flex;gap:10px;margin-top:8px}._exportGroup_1qze8_297 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_1qze8_297 button img{width:16px;height:16px}._exportGroup_1qze8_297 button:hover{background-color:#e4e4e7}._exportGroup_1qze8_297 ._exportButton_1qze8_319,._exportGroup_1qze8_297 ._sortByButton_1qze8_327,._exportGroup_1qze8_297 ._customizeTableButton_1qze8_335{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_1qze8_344{display:flex;align-items:center}._tableOuterWrapper_1qze8_350{display:flex;flex-direction:column;flex:1;height:100%;min-height:0;overflow:hidden;border-radius:8px;border:1px solid #e5e7eb;background:#fff;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableOuterWrapper_1qze8_350::-webkit-scrollbar{height:6px}._tableOuterWrapper_1qze8_350::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableWrapper_1qze8_372{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;background:#fff}._row_1qze8_382{display:grid;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_1qze8_390{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_1qze8_390 ._row_1qze8_382{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;align-items:center;padding:12px}._tableBodyWrapper_1qze8_411{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1qze8_411::-webkit-scrollbar{width:6px}._tableBodyWrapper_1qze8_411::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1qze8_411 ._row_1qze8_382{display:grid;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb;color:#111827;background:#fff}._tableBodyWrapper_1qze8_411 ._row_1qze8_382:hover{background:#f3f4f6}._tableBodyWrapper_1qze8_411 ._row_1qze8_382._highlightRow_1qze8_438{background:#e5e7eb;transition:background-color .3s ease}._tableBodyWrapper_1qze8_411 ._row_1qze8_382._highlightRow_1qze8_438:hover{background:#e5e7eb}._status_1qze8_447,._acknowledged_1qze8_447,._closed_1qze8_447,._review_1qze8_447,._pending_1qze8_447{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;width:fit-content;min-width:75px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1qze8_447{background:#fee2e2;color:#dc2626}._review_1qze8_447{background:#ffedd5;color:#ea580c}._closed_1qze8_447{background:#dff2fe;color:#0084d1}._acknowledged_1qze8_447{background:#f0fdf4;color:#16a34a}._view_1qze8_485,._download_1qze8_495{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1qze8_506{display:flex;align-items:center;gap:8px}._descIconWrapper_1qze8_513{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1qze8_513{width:20px;height:20px}._descMain_1qze8_530{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1qze8_540{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1qze8_551{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1qze8_561{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_1qze8_572{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_1qze8_583{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1qze8_594{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_1qze8_603{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_1qze8_616{width:12px;height:12px;border-radius:50%;flex-shrink:0}._actions_1qze8_623{display:flex;justify-content:left;padding:10px;gap:30px;width:100%}._primaryBtn_1qze8_631{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1qze8_631:hover{background:#c62828}._secondaryBtn_1qze8_647{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1qze8_647 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_1qze8_647:hover{background:var(--Zinc-200, #e4e4e7)}._sortSelectColumnstyle_1qze8_676{color:#52525c;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:900}._refreshIcon_1qze8_685{color:#52525c;margin-top:5px;margin-right:5px}@media (max-width: 1400px){._mainContent_1qze8_10{width:calc(100% - 200px)}._contentBox_1qze8_21{padding:16px;border-width:6px}._searchField_1qze8_50{width:280px}._employeeSelect_1qze8_255,._employeeOption_1qze8_192{width:240px}._exportGroup_1qze8_297 button{padding:4px 8px}._tableBodyWrapper_1qze8_411{max-height:260px}._row_1qze8_382{padding:8px}}@media (max-width: 1200px){._container_1qze8_2{max-width:100%}._cardTitle_1qze8_725{font-size:20px}._addBtn_1qze8_729{padding:8px 16px;font-size:14px}._row_1qze8_382{flex-direction:column;gap:12px}}._filterBox_1qze8_739{position:relative;width:23px;height:23px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:7px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._Badge_1qze8_756{position:absolute;top:-10px;right:-6px;width:18px;height:18px;flex-grow:0;border-radius:999px;background-color:#eb2128;display:flex;align-items:center;justify-content:center}._badgeCount_1qze8_770{width:15px;height:9px;font-family:Inter;font-size:8px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fef6f6}._clearAllButton_1qze8_784{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0}._clearAllButtonText_1qze8_796{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._viewAndDownloadWrapper_1qze8_810{display:flex;flex-direction:row;gap:10px}@media (max-width: 1279px){._viewAndDownloadWrapper_1qze8_810{display:flex;flex-direction:column;gap:5px;align-items:center}}@media (max-width: 1024px){._viewAndDownloadWrapper_1qze8_810{display:flex;flex-direction:column;gap:3px;align-items:center}}._statusWrapper_1qze8_834{position:relative;display:inline-block}._statusText_1qze8_839{position:relative;cursor:pointer}._tooltip_1qze8_845{position:absolute;top:125%;left:120%;transform:translate(-50%);background-color:#19183b;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;white-space:nowrap;font-family:Inter,sans-serif;font-style:normal;opacity:0;visibility:hidden;transition:opacity .2s ease;z-index:10}._statusText_1qze8_839:hover ._tooltip_1qze8_845{opacity:1;visibility:visible}._sidebar_ud55r_2{display:flex;flex-direction:column;width:220px;height:100%;padding:8px 16px 0;background:#18181b;color:#fff;overflow:hidden}@media (max-width: 1279px){._sidebar_ud55r_2{width:16vw;padding:8px 10px 0}}._logoContainer_ud55r_19{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}._logo_ud55r_19{height:32px}._subLogo_ud55r_31{height:14px;margin-left:4px}._nav_ud55r_36{margin-bottom:12px}._scrollArea_ud55r_41{flex:1;overflow-y:auto;padding-right:4px;transition:height .3s ease;min-height:0}._scrollArea_ud55r_41::-webkit-scrollbar{width:4px}._scrollArea_ud55r_41::-webkit-scrollbar-thumb{background-color:#3f3f46;border-radius:10px;min-height:20px}._scrollArea_ud55r_41::-webkit-scrollbar-track{background:transparent}._section_ud55r_65{display:flex;flex-direction:column}._sectionTitle_ud55r_70{font-size:11px;color:#9f9fa9;text-transform:uppercase;margin:8px 0}._sidebarItem_ud55r_77{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s;color:#9f9fa9}._sidebarItem_ud55r_77:hover{background:#27272a}._active_ud55r_92{background:#eb212833;color:#fef6f6}._label_ud55r_97{flex:1}._badge_ud55r_101{background:#c91218;font-size:11px;padding:1px 6px;border-radius:999px}._icon_ud55r_109{width:18px;height:18px;flex-shrink:0}._iconInactive_ud55r_115{filter:brightness(0) saturate(100%) invert(67%) sepia(6%) saturate(208%) hue-rotate(202deg) brightness(92%) contrast(88%)}._iconActive_ud55r_119{filter:brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(7480%) hue-rotate(355deg) brightness(96%) contrast(104%)}._userSection_ud55r_124{border-top:1px solid #3f3f46;background:#18181b;transition:transform .3s ease;margin-bottom:20px}._userCard_ud55r_131{display:flex;align-items:center;justify-content:space-between;padding:12px;cursor:pointer}._userInfo_ud55r_139{display:flex;flex-direction:column}._userName_ud55r_144{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#fafafa}._userRole_ud55r_153{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#9f9fa9}._dropdownIcon_ud55r_162{width:16px;height:16px;filter:brightness(0) invert(1);transition:transform .2s ease}._userSubMenu_ud55r_170{display:flex;flex-direction:column;background:#18181b}._userMenuItem_ud55r_176{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s;color:#9f9fa9;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._userMenuItem_ud55r_176:hover{background:#27272a}._userMenuItemActive_ud55r_196{background:#eb212833;color:#fef6f6}._userMenuIcon_ud55r_201{width:16px;height:16px;flex-shrink:0}._userMenuIconInactive_ud55r_207{filter:brightness(0) saturate(100%) invert(67%) sepia(6%) saturate(208%) hue-rotate(202deg) brightness(92%) contrast(88%)}._userMenuIconActive_ud55r_211,._userMenuItemActive_ud55r_196 ._userMenuIcon_ud55r_201{filter:brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(7480%) hue-rotate(355deg) brightness(96%) contrast(104%)}._menuOpen_ud55r_216 ._userSection_ud55r_124{transform:translateY(-15px)}._paginationContainer_ckgbd_1{border-radius:0 0 8px 8px;background:#fff;display:flex;padding:12px 16px;justify-content:space-between;align-items:center;align-self:stretch;border-top:1px solid #e5e7eb}._itemsPerPage_ckgbd_13{display:flex;align-items:center;gap:8px}._label_ckgbd_19{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._selectWrapper_ckgbd_29{position:relative;display:inline-block}._selectWrapper_ckgbd_29 select{appearance:none;border:none;background:transparent;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;color:var(--Zinc-800, #27272a);padding-right:20px;cursor:pointer}._dropdownIcon_ckgbd_48{position:absolute;right:0;top:50%;transform:translateY(-50%);width:14px;height:14px;pointer-events:none;filter:brightness(0) saturate(100%) invert(14%) sepia(6%) saturate(320%) hue-rotate(174deg) brightness(94%) contrast(92%)}._recordsInfo_ckgbd_60{display:flex;align-items:center;gap:16px;color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-weight:400;line-height:16px}._countText_ckgbd_71{color:var(--Zinc-500, #71717b)}._arrows_ckgbd_75{display:flex}._arrows_ckgbd_75 button{border:none;background:transparent;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}._arrows_ckgbd_75 button:disabled{opacity:.4;cursor:not-allowed}._arrows_ckgbd_75 img{width:16px;height:16px}._calendar-container_1xps0_1{height:300px;background:#fff;border-radius:8px;padding:20px 20px 0;display:flex;flex-direction:column;justify-content:space-between}._calendar-container_1xps0_1 ._calendar-header_1xps0_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._calendar-container_1xps0_1 ._calendar-header_1xps0_10 button{background:none;border:none;font-size:20px;cursor:pointer;color:#555;padding:4px 8px;border-radius:8px}._calendar-container_1xps0_1 ._calendar-header_1xps0_10 button:hover{background:#f0f0f0}._calendar-container_1xps0_1 ._calendar-header_1xps0_10 button:active{background:#ddd}._calendar-container_1xps0_1 ._calendar-header_1xps0_10 span{width:126px;height:16px;flex-grow:0;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:center;color:#1c1c1c}._calendar-container_1xps0_1 ._calendar-days_1xps0_44{--day-width: 39px;--day-height: 34px;display:grid;grid-template-columns:repeat(7,1fr);gap:0px;row-gap:1px}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day-name_1xps0_52{height:var(--day-height);align-self:stretch;flex-grow:0;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:2.8;letter-spacing:normal;text-align:center;color:#828282}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day_1xps0_44{width:var(--day-width);height:var(--day-height);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day_1xps0_44._empty_1xps0_74{cursor:default;background:none}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day_1xps0_44:hover:not(._empty_1xps0_74):not(._single-selected_1xps0_78):not(._start-date_1xps0_78):not(._end-date_1xps0_78){background:#f0f0f0;color:#1c1c1c}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day_1xps0_44._start-date_1xps0_78{background:#eb2128;color:#fff;border-top-left-radius:8px;border-bottom-left-radius:8px}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day_1xps0_44._end-date_1xps0_78{background:#eb2128;color:#fff;border-top-right-radius:8px;border-bottom-right-radius:8px}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day_1xps0_44._in-range_1xps0_94{background:#f8d7da;border-radius:0;color:#eb2128}._calendar-container_1xps0_1 ._calendar-days_1xps0_44 ._calendar-day_1xps0_44._single-selected_1xps0_78{background:#eb2128;color:#fff;border-radius:8px}._calendar-container_1xps0_1 ._compact_1xps0_104{--day-width: 28px;--day-height: 28px}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108{position:absolute;top:28px;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #0000001a;padding:12px 16px;z-index:10;min-width:220px;display:flex;flex-direction:column;align-items:center}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-dropdowns_1xps0_124{display:flex;gap:16px}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-dropdown_1xps0_124{position:relative}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-btn_1xps0_131{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:6px 18px 6px 12px;font-size:14px;font-weight:500;color:#1c1c1c;cursor:pointer;min-width:90px;text-align:left;transition:background .15s;outline:none}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-btn_1xps0_131:focus,._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-btn_1xps0_131:hover{background:#f0f0f0}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-options_1xps0_148{position:absolute;top:110%;left:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 16px #0000001a;min-width:140px;max-height:180px;overflow-y:auto;z-index:20;margin-top:2px}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-options_1xps0_148::-webkit-scrollbar{width:6px}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-options_1xps0_148::-webkit-scrollbar-thumb{border-radius:4px;border:2px solid #f0f0f0}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-options_1xps0_148{scrollbar-width:thin}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-option_1xps0_148{padding:8px 16px;font-size:14px;color:#1c1c1c;cursor:pointer;transition:background .12s}._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-option_1xps0_148._selected_1xps0_179,._calendar-container_1xps0_1 ._calendar-month-year-picker_1xps0_108 ._calendar-picker-option_1xps0_148:hover{background:#f8d7da;color:#eb2128;font-weight:600}._date-value_1xps0_185{width:15px;height:16px;align-self:stretch;flex-grow:0;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:2.8;letter-spacing:normal;text-align:center}._calendar-wrapper_1xps0_199{display:flex;gap:3rem}._small-calendar-wrapper_1xps0_204{display:flex;gap:1rem}._chevron-icon_1xps0_209{cursor:pointer}._modalOverlay_c0a1u_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_c0a1u_14{background:#fff;border-radius:12px;width:450px;padding:16px;display:flex;flex-direction:column;align-items:center;position:relative;height:80%}._closeBtn_c0a1u_26{position:absolute;top:12px;right:12px;width:28px;height:34px;border-radius:50%;background:var(--Zinc-100, #F4F4F5);cursor:pointer;display:flex;align-items:center;justify-content:center}._closeBtn_c0a1u_26 img{width:18px;height:18px;flex-shrink:0}._closeBtn_c0a1u_26:hover{background:var(--Zinc-200, #e4e4e7)}._modalIcon_c0a1u_48{width:60px;height:60px;margin-bottom:16px}._modalTitle_c0a1u_54{font-size:20px;font-weight:600;margin-bottom:16px;color:var(--Zinc-800, #27272a);text-align:center}._messages_c0a1u_63{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;width:100%}._messageItem_c0a1u_71{display:flex;align-items:flex-start;gap:8px}._messageItem_c0a1u_71 ._tick_c0a1u_76{color:red;font-size:16px;margin-top:2px}._messageItem_c0a1u_71 p{margin:0;font-size:15px;color:#333;text-align:left;line-height:1.4}._actions_c0a1u_89{position:absolute;bottom:10px;display:flex;gap:16px;width:90%;padding:0 24px;justify-content:end;align-items:end;gap:8px;border-top:1px solid var(--Zinc-200, #E4E4E7)}._reset_c0a1u_104{background:var(--Zinc-100, #f4f4f5);color:var(--Zinc-500, #71717b);box-shadow:0 1px 2px #0000000d;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;margin-top:10px}._apply_c0a1u_117{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #0003;margin-top:10px}._apply_c0a1u_117:hover{background:#c62828}._customiseHead_c0a1u_133{display:flex;flex-direction:column;border-bottom:1px solid var(--Zinc-200, #E4E4E7);padding-left:20px;width:102%}._customiseHead_c0a1u_133 span{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._customiseHead_c0a1u_133 p{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px;margin-top:4px}._section_c0a1u_161{width:100%}._section_c0a1u_161 h4{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}._scrollArea_c0a1u_171{max-height:350px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:8px;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._scrollArea_c0a1u_171::-webkit-scrollbar{width:6px}._scrollArea_c0a1u_171::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._optionRow_c0a1u_189{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:6px;cursor:pointer;transition:all .2s ease}._optionRow_c0a1u_189 ._checkbox_c0a1u_198{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}._optionRow_c0a1u_189 p{margin:0;color:#374151;font-size:14px}._optionRow_c0a1u_189:hover{background:#f9fafb}._optionRow_c0a1u_189._checked_c0a1u_217 ._checkbox_c0a1u_198{background:#ef4444;border-color:#ef4444;color:#fff}._optionRow_c0a1u_189._checked_c0a1u_217 p{font-weight:600}._fixedCheck_c0a1u_226{cursor:not-allowed}._fixedCheck_c0a1u_226 p{color:#9f9fa9}._fixedCheck_c0a1u_226._checked_c0a1u_217 ._checkbox_c0a1u_198{background:#9f9fa9;border-color:#9f9fa9}._headerWrapper_np21b_1{position:absolute;top:35px;right:40px;z-index:100;display:flex;align-items:center}._topRow_np21b_11{display:flex;justify-content:flex-end;align-items:start;margin-bottom:12px;height:50px}._alertContainer_np21b_19{width:400px;height:2.4%;display:flex;border-radius:8px;background:#fee2e2;padding:16px;justify-content:space-between;align-items:center}._alertText_np21b_30{color:var(--Orange-700, #c2410c);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._alertButton_np21b_41{color:var(--Orange-700, #c2410c);cursor:pointer;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._topRowAdmin_np21b_56{display:grid;grid-template-columns:240px 1fr 240px;align-items:center;margin-bottom:12px;height:50px}._topRowAdmin_np21b_56{display:grid;align-items:center;margin-bottom:12px;height:50px}._leftSlot_np21b_71{grid-column:1}._searchField_np21b_52{width:350px}._topRight_np21b_79{display:flex;gap:20px;align-items:center}._topRightAdmin_np21b_85{display:flex;gap:20px;align-items:center;grid-column:3;justify-self:end}._notificationWrapper_np21b_93{position:relative;display:inline-block}._notificationIcon_np21b_98{width:24px;height:24px;cursor:pointer}._notificationBadge_np21b_104{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._adminMode_np21b_117{color:#000;gap:7px;font-weight:500;margin:0 auto;grid-column:2;justify-self:center;display:flex}._headerHeading_np21b_127{color:#000;font-size:18px;font-weight:600}._notificationPopup_np21b_134{position:absolute;top:35px;right:0;width:260px;background:#fff;border-radius:12px;box-shadow:0 4px 18px #0000001f;padding:14px 0;z-index:1000;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._notificationPopup_np21b_134::-webkit-scrollbar{width:6px}._notificationPopup_np21b_134::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._popupHeader_np21b_158{display:flex;justify-content:space-between;align-items:center;padding:0 16px 10px;font-size:16px;font-weight:600;color:#333}._popupMailIcon_np21b_168{width:20px;height:20px;cursor:pointer}._popupItem_np21b_175{display:flex;align-items:center;padding:10px 16px;border-top:1px solid #f2f2f2;cursor:pointer}._popupItem_np21b_175:hover{background:#fafafa}._countBadge_np21b_187{background-color:#fee2e2;color:#dc2626;font-size:14px;font-weight:600;border-radius:50%;padding:4px 8px;margin-right:12px}._itemLabel_np21b_198{font-size:15px;color:#444}._popupCloseIcon_np21b_203{width:18px;height:18px;cursor:pointer;opacity:.7}._popupCloseIcon_np21b_203:hover{opacity:1}._dropdownContent_np21b_213{margin-left:35px;margin-top:4px}._subItem_np21b_218{padding:6px 0;cursor:pointer}._subItemText_np21b_223{color:#71717a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._chevron_np21b_232{margin-left:auto;font-size:12px;color:#52525b}._chevronIcon_np21b_238{width:18px;height:18px;filter:brightness(0) saturate(100%) invert(15%) sepia(7%) saturate(534%) hue-rotate(202deg) brightness(94%) contrast(88%);transition:transform .25s ease}._rotateUp_np21b_245{transform:rotate(180deg)}._clearAllText_np21b_249{color:#ef4444;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;cursor:pointer}._modalOverlay_j12qm_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_j12qm_14{background:#fff;border-radius:12px;width:460px;padding:16px;display:flex;flex-direction:column;align-items:center;position:relative;height:80%}._closeBtn_j12qm_26{position:absolute;top:12px;right:12px;width:28px;height:34px;border-radius:50%;background:var(--Zinc-100, #f4f4f5);cursor:pointer;display:flex;align-items:center;justify-content:center}._closeBtn_j12qm_26 img{width:18px;height:18px;flex-shrink:0}._closeBtn_j12qm_26:hover{background:var(--Zinc-200, #e4e4e7)}._modalIcon_j12qm_48{width:60px;height:60px;margin-bottom:16px}._modalTitle_j12qm_54{font-size:20px;font-weight:600;margin-bottom:16px;color:var(--Zinc-800, #27272a);text-align:center}._messages_j12qm_63{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;width:100%}._messageItem_j12qm_71{display:flex;align-items:flex-start;gap:8px}._messageItem_j12qm_71 ._tick_j12qm_76{color:red;font-size:16px;margin-top:2px}._messageItem_j12qm_71 p{margin:0;font-size:15px;color:#333;text-align:left;line-height:1.4}._actions_j12qm_89{position:absolute;bottom:10px;display:flex;gap:16px;width:90%;padding:0 24px;justify-content:end;align-items:end;gap:8px;border-top:1px solid var(--Zinc-200, #e4e4e7)}._reset_j12qm_104{background:var(--Zinc-100, #f4f4f5);color:var(--Zinc-500, #71717b);box-shadow:0 1px 2px #0000000d;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;margin-top:10px}._apply_j12qm_117{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #0003;margin-top:10px}._apply_j12qm_117:hover{background:#c62828}._customiseHead_j12qm_133{display:flex;flex-direction:column;border-bottom:1px solid var(--Zinc-200, #e4e4e7);padding-left:20px;width:102%}._customiseHead_j12qm_133 span{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._customiseHead_j12qm_133 p{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px;margin-top:4px}._section_j12qm_161{width:100%}._section_j12qm_161 h4{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}._scrollSection_j12qm_171{width:100%;height:80%;overflow-y:auto;overflow-x:hidden}._scrollSection_j12qm_171 h4{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}._scrollSection_j12qm_171::-webkit-scrollbar{width:6px}._scrollSection_j12qm_171::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._scrollArea_j12qm_191{overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:8px;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._scrollArea_j12qm_191::-webkit-scrollbar{width:6px}._scrollArea_j12qm_191::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._optionRow_j12qm_208{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:6px;cursor:pointer;transition:all .2s ease}._optionRow_j12qm_208 ._checkbox_j12qm_217{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}._optionRow_j12qm_208 p{margin:0;color:#374151;font-size:14px}._optionRow_j12qm_208:hover{background:#f9fafb}._optionRow_j12qm_208._checked_j12qm_236 ._checkbox_j12qm_217{background:#ef4444;border-color:#ef4444;color:#fff}._optionRow_j12qm_208._checked_j12qm_236 p{font-weight:600}._fixedCheck_j12qm_245{cursor:not-allowed}._fixedCheck_j12qm_245 p{color:#9f9fa9}._fixedCheck_j12qm_245._checked_j12qm_236 ._checkbox_j12qm_217{background:#9f9fa9;border-color:#9f9fa9}._dateRangeInput_j12qm_256{font-size:14px;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;padding:6px 28px 6px 12px;border-radius:12px;border:1px solid var(--Zinc-200, #d1d5db);background:#f4f4f5;cursor:pointer;outline:none;appearance:none;width:91%;min-height:28px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%201V3H15V1H17V3H21C21.5523%203%2022%203.44772%2022%204V20C22%2020.5523%2021.5523%2021%2021%2021H3C2.44772%2021%202%2020.5523%202%2020V4C2%203.44772%202.44772%203%203%203H7V1H9ZM20%2011H4V19H20V11ZM7%205H4V9H20V5H17V7H15V5H9V7H7V5Z'%20fill='%2327272A'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:20px;font-family:Inter,sans-serif}._dateRangeInput_j12qm_256::placeholder{color:#71717b;font-family:Inter,sans-serif}._dateRangeInput_j12qm_256:hover{border-color:#9ca3af}._actionsCalendar_j12qm_286{position:absolute;bottom:10px;display:flex;justify-content:left;padding:10px;gap:10px;width:100%}._primaryBtn_j12qm_296{background:#e53935;color:#fff;padding:8px 16px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:70px!important;box-shadow:0 2px 4px #0003}._primaryBtn_j12qm_296:hover{background:#c62828}._secondaryBtn_j12qm_312{padding:8px 16px;background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:70px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_j12qm_312 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_j12qm_312:hover{background:var(--Zinc-200, #e4e4e7)}._calendarOverlay_j12qm_342{position:absolute;inset:0;background:#0000001a;z-index:2000;border-radius:12px;display:flex;align-items:center;justify-content:center}._genericBox_j12qm_353{display:flex;flex-direction:column;gap:12px}._label_3hhef_1{margin-bottom:6px;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._input_3hhef_11{flex:1;height:100%;border:none;outline:none;color:#27272a;font-size:16px;font-weight:400;background:transparent}._input_3hhef_11::placeholder{color:#a1a1aa}._inputRow_3hhef_25{display:flex;align-items:center;justify-content:space-between;min-height:40px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;padding:0 14px 0 16px;transition:border-color .2s ease;width:95%;margin-bottom:20px}._inputRow_3hhef_25:focus-within{border-color:#2563eb}._inputRow_3hhef_25:hover{border-color:#9ca3af}._inputRowError_3hhef_46{border:1px solid var(--Zinc-200, #dc2626);display:flex;align-items:center;justify-content:space-between;min-height:32px;border-radius:12px;background-color:#f4f4f5;padding:0 14px 0 16px;transition:border-color .2s ease;width:95%}._inputRowError_3hhef_46:focus-within{border-color:#2563eb}.MuiPickersDay-root{border:none!important;box-shadow:none!important}.MuiPickersDay-root:focus,.MuiPickersDay-root:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.MuiPickersDay-root:hover{border:1px solid #1976d2!important;border-radius:18px}.MuiButtonBase-root{border:none!important;box-shadow:none!important}.MuiButtonBase-root:focus,.MuiButtonBase-root:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}._labelDisabled_3hhef_85{color:#a1a1aa!important;cursor:not-allowed;opacity:.6}._inputRowDisabled_3hhef_92{display:flex;align-items:center;justify-content:space-between;min-height:32px;border-radius:12px;border:1px solid #e4e4e7;background-color:#f4f4f5;padding:0 14px 0 16px;width:95%;margin-bottom:15px;opacity:.6;cursor:not-allowed}._inputRowDisabled_3hhef_92 div{color:#a1a1aa!important}._inputRowDisabled_3hhef_92 img{opacity:.4!important;pointer-events:none}._multiselect-container_qmmuh_1{position:relative;display:flex;flex-direction:column;gap:4px}._multiselect-containerFilter_qmmuh_8{position:relative;display:flex;flex-direction:column;gap:4px;width:fit-content;max-width:300px}._multiselect-trigger_qmmuh_17{display:flex;align-items:center;justify-content:space-between;min-height:32px;padding:4px 12px;border:1px solid #d1d5db;border-radius:12px;background-color:#f4f4f5;cursor:pointer;font-size:14px;transition:all .2s}._multiselect-trigger_qmmuh_17:hover{border-color:#9ca3af}._multiselect-trigger_qmmuh_17:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._multiselect-trigger_qmmuh_17._disabled_qmmuh_41{background-color:#f9fafb;cursor:not-allowed;opacity:.6}._label_qmmuh_47{margin-bottom:6px;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._labelDisabled_qmmuh_57{color:#d4d4d8}._multiselect-content_qmmuh_61{display:flex;flex-wrap:wrap;gap:4px;flex:1}._multiselect-contentFilter_qmmuh_68{display:flex;flex-wrap:wrap;flex-direction:column;gap:4px;flex:1}._multiselect-placeholder_qmmuh_76{color:#71717b}._multiselect-badge_qmmuh_80{display:inline-flex;width:fit-content;align-items:center;padding:2px 8px 1px 6px;background-color:#ef5257;border:1px solid #e5e7eb;border-radius:12px;font-size:12px;font-weight:500;font-family:Inter,sans-serif;color:#fafafa}._multiselect-badge_qmmuh_80:hover{background-color:#eb2128}._multiselect-badge-remove_qmmuh_98{margin-left:4px;cursor:pointer;color:#fafafa;color:#374151;font-weight:700;font-size:12px;line-height:1;padding-bottom:5px}._multiselect-badge-remove_qmmuh_98:hover{color:#fafafa}._multiselect-chevron_qmmuh_113{padding-top:6px;margin-left:8px;transition:transform .2s;color:#6b7280}._multiselect-chevron_qmmuh_113._open_qmmuh_120{transform:rotate(180deg)}._multiselect-dropdown_qmmuh_124{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:4px;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a;max-height:300px;min-width:210px;width:100%;overflow:hidden}._multiselect-search-wrapper_qmmuh_141{position:relative;width:100%}._multiselect-search_qmmuh_141{width:100%;padding:8px 12px;border:none;color:#27272a;font-size:14px;outline:none;background-color:#fff}._multiselect-search_qmmuh_141:focus{border-bottom:0px solid red;outline:none;box-shadow:none}._multiselect-search_qmmuh_141::placeholder{color:#9ca3af}._multiselect-clear-search_qmmuh_166{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:16px;cursor:pointer;color:#666}._multiselect-clear-search_qmmuh_166:hover{color:#000}._multiselect-options_qmmuh_180{max-height:150px;overflow-y:auto;min-width:210px;width:100%}._multiselect-options_qmmuh_180::-webkit-scrollbar{width:6px}._multiselect-options_qmmuh_180::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._multiselect-options_qmmuh_180::-webkit-scrollbar-track{background:transparent}._multiselect-option_qmmuh_180{display:flex;align-items:center;padding:8px 12px;cursor:pointer;font-size:14px;color:#27272a;font-family:Inter,sans-serif;transition:background-color .1s}._multiselect-option_qmmuh_180:hover{background-color:#f3f4f6}._multiselect-option_qmmuh_180._selected_qmmuh_215{background-color:#eff6ff;font-family:Inter,sans-serif;color:#1d4ed8}._multiselect-check_qmmuh_221{margin-right:8px;width:16px;height:16px;color:#10b981}._multiselect-option-icon_qmmuh_228{margin-right:8px;width:16px;height:16px}._multiselect-clear_qmmuh_166{padding:8px 12px;text-align:center;cursor:pointer;font-size:12px;color:#ef4444;border-bottom:1px solid #e5e7eb}._multiselect-clear_qmmuh_166:hover{background-color:#fef2f2}._multiselect-done_qmmuh_247{padding:8px 12px;text-align:center;cursor:pointer;font-size:12px;color:#10b981;border-bottom:1px solid #e5e7eb}._multiselect-done_qmmuh_247:hover{background-color:#fef2f2}._multiselect-empty_qmmuh_260{padding:16px 12px;text-align:center;color:#9ca3af;font-size:14px}._labelStyle_qmmuh_267{font-size:12px;font-weight:400;color:#9f9fa9;font-family:Inter,sans-serif}._dropdownIcon_qmmuh_274{width:20px;height:20px;object-fit:contain;cursor:pointer;filter:grayscale(100%) brightness(.5)}._errorText_qmmuh_282{color:#dc2626;font-family:Inter,sans-serif;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._moreSelectedTooltip_qmmuh_291{position:absolute;top:110%;color:#71717b;font-weight:700;font-size:12px;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;min-width:160px;box-shadow:0 4px 12px #0000001f;z-index:20}._tooltipItem_qmmuh_307{font-size:12px;padding:4px 0;white-space:nowrap}._moreSelectedTooltip_qmmuh_291{animation:_fadeIn_qmmuh_1 .15s ease-in}@keyframes _fadeIn_qmmuh_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._multiselect-color-line_qmmuh_327{display:block;height:3px;width:100%;border-radius:2px;margin-top:3px}._container_1179w_2{display:flex;align-items:center;gap:8px;align-self:stretch;cursor:pointer;position:relative}._container_1179w_2 input{display:none}._container_1179w_2 ._custom_1179w_13{width:14px;height:14px;aspect-ratio:1/1;border-radius:6px;border:1.5px solid #71717b;background:#fff;display:inline-block;position:relative;transition:all .2s ease}._container_1179w_2 ._custom_1179w_13[type=radio]{border-radius:50%}._container_1179w_2 ._labelText_1179w_27{font-size:14px;color:#111827}._disabled_1179w_32{cursor:not-allowed}._disabled_1179w_32 ._custom_1179w_13{border-color:#f4f4f5;background:#f4f4f5}._disabled_1179w_32 ._custom_1179w_13:after{display:none}._disabled_1179w_32 ._labelText_1179w_27{color:#a1a1aa}._checked_1179w_46 ._custom_1179w_13{background:#ef4444;border-color:#ef4444}._checked_1179w_46 ._custom_1179w_13:after{content:"";position:absolute;top:50%;left:50%;width:35%;height:60%;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-72%) rotate(45deg);display:inline-block}._container_1179w_2._disabled_1179w_32._checked_1179w_46 ._custom_1179w_13{background:#ef4444;border-color:#ef4444;opacity:.7}._container_1179w_2 input[type=radio]+._custom_1179w_13{border-radius:50%}._container_1179w_2 input[type=radio]+._custom_1179w_13:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;background:#fff;border-radius:50%;display:none}._container_1179w_2 input[type=radio]:checked+._custom_1179w_13:after{display:block;background:#fff;top:60%;left:52%;width:35%;height:35%;border:solid #fff;border-width:0 2px 2px 0}._modalOverlay_1p72e_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_1p72e_14{background:#fff;border-radius:12px;width:400px;max-width:90%;padding:20px;display:flex;flex-direction:column;align-items:center;position:relative}._closeBtn_1p72e_26{position:absolute;top:12px;right:12px;width:28px;height:36px;border-radius:50%;background:var(--Zinc-100, #F4F4F5);cursor:pointer;display:flex;align-items:center;justify-content:center}._closeBtn_1p72e_26 img{width:15px;height:15px;flex-shrink:0}._closeBtn_1p72e_26:hover{background:var(--Zinc-200, #e4e4e7)}._modalIcon_1p72e_48{width:60px;height:60px;margin-bottom:16px}._modalTitle_1p72e_54{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px}._tabHeader_1p72e_64{display:flex;flex-direction:column;align-items:center;justify-content:center}._tabContainer_1p72e_71{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:14px}._successheading_1p72e_79{color:var(--Zinc-800, #2A2727);text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px}._successMessage_1p72e_89{color:var(--Zinc-600, #52525B);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:8px}._actions_1p72e_100{display:flex;justify-content:center;gap:16px;width:100%}._successWarning_1p72e_107{display:flex;padding:16px;justify-content:space-between;align-items:flex-start;align-self:stretch;border-radius:8px;background:#f9731626;margin:20px 0}._successWarning_1p72e_107 span{color:var(--Orange-700, #C2410C);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._successBtn_1p72e_129{display:flex;gap:10px;align-items:end;justify-content:end;border-top:1px solid var(--Zinc-200, #E7E4E4);width:100%;padding:10px 0 0;margin-top:15px}._primaryBtn_1p72e_140{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1p72e_140:hover{background:#c62828}._secondaryBtn_1p72e_156{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1p72e_156 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._container_18x0k_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_18x0k_10{flex:1;display:flex;flex-direction:column;overflow-y:auto}._contentBox_18x0k_17{background:#f4f4f5;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box}._alertContainer_18x0k_29{width:62%;height:2.4%;display:flex;border-radius:8px;background:#fee2e2;padding:16px;justify-content:space-between;align-items:center}._alertText_18x0k_40{color:var(--Orange-700, #c2410c);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._alertButton_18x0k_51{color:var(--Orange-700, #c2410c);cursor:pointer;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._headerRow_18x0k_64{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_18x0k_71{display:flex;align-items:flex-start;gap:8px}._headerIcon_18x0k_77{width:52px;height:52px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_18x0k_84{display:flex;flex-direction:column;gap:0}._headerTitle_18x0k_90{color:#27272a;line-height:1.2;margin:0;font-size:24px;font-family:Inter,sans-serif;line-height:32px;letter-spacing:0px;font-weight:600}._countText_18x0k_101{font-size:14px;color:#6b7280;margin:0}._subHeaderRow_18x0k_107{display:flex;align-items:center;gap:4px}._dropdownLabel_18x0k_113{font-size:14px;color:#3f3f46;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._dropdownIcon_18x0k_123{width:14px;height:14px;cursor:pointer;filter:brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(90%)}._summaryReportsRow_18x0k_131{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:20px;align-items:flex-start}._summaryContainer_18x0k_139{flex:2;display:flex;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 0;box-shadow:0 1px 2px #0000000d;height:auto}._summaryItem_18x0k_150{flex:1;text-align:start;padding:0 16px}._summaryItem_18x0k_150:not(:last-child){border-right:1px solid #e5e7eb}._summaryLabel_18x0k_159{color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;margin:0}._summarySubText_18x0k_169{font-size:13px;color:#9f9fa9;margin-bottom:4px}._summaryValue_18x0k_175{font-size:20px;font-weight:700;color:#27272a;margin:0}._summaryIconText_18x0k_182{display:flex;align-items:center;gap:6px}._summaryIcon_18x0k_182{width:18px;height:18px}._reportsContainer_18x0k_194{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;height:320px}._reportsHeader_18x0k_205{height:50px;display:flex;justify-content:space-between}._reportsTitle_18x0k_211{font-size:16px;font-weight:600;color:#27272a}._reportsGrid_18x0k_217{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px;overflow:hidden;height:320px}._scrollable_18x0k_226{overflow-y:auto;max-height:250px;padding-right:4px}._scrollable_18x0k_226::-webkit-scrollbar{width:6px}._scrollable_18x0k_226::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}._scrollable_18x0k_226::-webkit-scrollbar-track{background:transparent}._reportItem_18x0k_246{border:1px solid #e5e7eb;border-radius:6px;padding:10px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}._reportLabel_18x0k_259{font-size:13px;color:#52525c;white-space:nowrap;text-align:center}._reportCount_18x0k_266{font-size:16px;font-weight:700;color:#27272a}._reportsFooter_18x0k_272{margin-top:5px;text-align:center;display:flex;justify-content:center;padding:6px}._seeMoreBtn_18x0k_280{background:none;font-size:14px;font-weight:600;cursor:pointer;color:#27272a;display:inline-flex;align-items:center;gap:6px;height:15px;border:none}._seeMoreBtn_18x0k_280:focus{outline:none}._seeMoreBtn_18x0k_280:focus-visible{outline:none}._seeMoreIcon_18x0k_302{width:14px;height:14px;filter:brightness(0) saturate(100%) invert(11%) sepia(5%) saturate(1494%) hue-rotate(182deg) brightness(92%) contrast(86%)}._overviewContent_18x0k_309{display:grid;gap:12px;margin-top:12px}._chartsGrid_18x0k_315{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:10px}._chartCard_18x0k_322{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 2px #0000000d;height:450px}._chartCardToolbox_18x0k_334{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 2px #0000000d;height:auto;width:63%}._chartHeader_18x0k_347{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._chartSmallLabel_18x0k_354{font-size:14px;color:#6b7280;margin:0}._chartMainTitle_18x0k_360{font-size:18px;font-weight:600;color:#111827;margin:0}._chartPeriod_18x0k_367{font-size:14px;color:#374151;cursor:pointer}._chartContent_18x0k_373{flex:1;min-height:200px;display:flex;align-items:center;justify-content:center}._chartLegend_18x0k_381{display:flex;justify-content:space-between;margin-top:12px;font-size:13px;color:#6b7280}._legendDot_18x0k_389{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;background:#9ca3af}._chartLegend_18x0k_381 div:nth-child(1) ._legendDot_18x0k_389{background:#3b82f6}._chartLegend_18x0k_381 div:nth-child(2) ._legendDot_18x0k_389{background:#f59e0b}._chartLegend_18x0k_381 div:nth-child(3) ._legendDot_18x0k_389{background:#10b981}._toReviewBox_18x0k_411{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:4px;width:91%}._toReviewHeader_18x0k_423{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._toReviewTitle_18x0k_430{font-size:16px;font-weight:600;color:#111827;margin:0}._viewAll_18x0k_437{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer}._viewAllText_18x0k_449{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._toReviewList_18x0k_459{display:flex;flex-direction:column;gap:8px}._reviewItem_18x0k_465{display:flex;flex-direction:row;gap:12px}._reviewLeft_18x0k_471{width:45px;height:45px;background:#e8f0fd;align-items:center;justify-content:center;display:flex;border-radius:8px}._reviewRight_18x0k_481{display:flex;flex-direction:column}._reviewIcon_18x0k_486{width:28px;height:28px}._reviewTitle_18x0k_491{font-size:14px;font-weight:500;margin:0;color:var(--Zinc-800, #27272a)}._reviewMeta_18x0k_498{font-size:12px;color:#6b7280}._statusInReview_18x0k_503{color:#d97706}._statusAssigned_18x0k_507{color:#2563eb}._overviewText_18x0k_511{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._overviewSubText_18x0k_522{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}yAxis{color:var(--Zinc-400, #9f9fa9);font-family:Inter;font-size:10px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:.1px}._legendText_18x0k_543{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._pieChartHeaderContainer_18x0k_553{display:flex;margin-bottom:15px;justify-content:space-between;align-items:flex-start;align-self:stretch;flex-direction:column;gap:12px}._pieChartHeaderLogoTextContainer_18x0k_563{display:flex;align-items:center;gap:16px}._piechartLogoBorder_18x0k_569{display:flex;width:22px;height:22px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Backgrounds_tentative-blue-subtle, #a7c7f6);background:var(--Backgrounds_tentative-blue-light, #e8f0fd)}._piechartLogoBorderAI_18x0k_582{display:flex;width:22px;height:22px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:solid 1px #f7b5c1;background-color:#fde8ec}._piechartHeadingTextContainer_18x0k_595{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}._dropdownStyle_18x0k_603{background:#fff;width:fit-content;height:30px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);color:var(--Zinc-500, #71717b);text-align:left;padding:6px 8px;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._dashboardSkeleton_18x0k_620{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f9f9fb;width:95vw}._rightPart_18x0k_629{display:flex;flex-direction:column;gap:16px;padding:0 0 9px 24px;background:#f9f9fb}._skeletonSidebar_18x0k_637{width:250px;height:auto}._skeletonTitle_18x0k_642{width:100%;height:60px}._skeletonSubtitle_18x0k_647{width:180px;height:50px;margin-top:8px}._split_18x0k_653{display:grid;grid-template-columns:70% 30%;gap:16px}._skeletonRow_18x0k_659{display:flex;gap:16px}._skeletonBox_18x0k_664{flex:1;height:140px}._skeletonChart_18x0k_669{flex:2;height:380px}._skeletonSide_18x0k_637{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;flex:1}._skeletonSmallBox_18x0k_681{height:250px}._shimmer_18x0k_686,._skeletonSidebar_18x0k_637,._skeletonTitle_18x0k_642,._skeletonBox_18x0k_664,._skeletonChart_18x0k_669,._skeletonSmallBox_18x0k_681{background:linear-gradient(90deg,#e2e2e2 25%,#f0f0f0,#e2e2e2 75%);background-size:200% 100%;animation:_shimmer_18x0k_686 1.6s infinite;border-radius:8px}@keyframes _shimmer_18x0k_686{0%{background-position:-200% 0}to{background-position:200% 0}}._AlertCardWrapper_18x0k_701{position:fixed;bottom:50px;right:40px;z-index:9999}._AlertCard_18x0k_701{width:400px;height:75px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:0;border-radius:8px;box-shadow:0 -15px 25px #00000012,0 -5px 10px #0000000d;background-color:#fff}._firstBox_18x0k_721{height:71px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 16px 8px 8px;cursor:pointer}._Animation_18x0k_733{width:55px;height:55px;flex-grow:0}._underline_18x0k_739{width:76px;height:4px;flex-grow:0;background-color:#eb2128}._titleAndDescriptionBox_18x0k_746{height:40px;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;padding:0}._alertTitle_18x0k_757{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#2a2727}._imgAndDescriptionBox_18x0k_772{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0}._Vector_18x0k_784{width:13.3px;height:13.3px}._AlertDescription_18x0k_789{width:160px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#f97316}._RecieverDescription_18x0k_804{width:61px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#dc2626}._senderDetailsBox_18x0k_819{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0}._senderDtailTextStyle_18x0k_830{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._sosALertBox_18x0k_844{width:48px;height:48px;flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;border-radius:8px;background-color:#fef2f2}._imageSize_18x0k_857{width:24px;height:24px;flex-grow:0;object-fit:contain}._sosTextBox_18x0k_864{width:24px;height:24px}._sosLetter_18x0k_869{font-weight:700;color:#dc2626;transform:scaleY(1.1)}._arrowWithCount_18x0k_875{position:relative;display:flex;align-items:center}._sosCountBadge_18x0k_881{position:absolute;top:-6px;right:25px;background-color:#e53935;color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}._assignedRow_18x0k_898{display:flex;align-items:center;gap:12px;padding-left:1px;align-self:stretch;cursor:pointer}._iconBackgroundBox_18x0k_907{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:var(--Zinc-100, #f4f4f5)}._textone_18x0k_919{overflow:hidden;color:var(--Zinc-800, #27272a);text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._text2_18x0k_931{overflow:hidden;color:var(--Zinc-500, #71717b);text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._line_18x0k_944{margin:8px 0;height:1px;align-self:stretch;background:var(--Zinc-100, #f4f4f5)}._incidentBox_18x0k_951{display:flex;width:24px;height:24px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Backgrounds_tentative-blue-light, #e8f0fd)}._incidentIcon_18x0k_963{width:20px;height:21px;flex-shrink:0}._pending_18x0k_969{overflow:hidden;color:var(--Red-500, #dc2626);text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._pending_18x0k_969{color:#dc2626}._review_18x0k_465{color:#ea580c}._closed_18x0k_990{color:#0084d1}._acknowledged_18x0k_994{color:#16a34a}._inReview_18x0k_998{overflow:hidden;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}@media (max-width: 1279px){._summaryReportsRow_18x0k_131{grid-template-columns:2fr 1fr}}@media (max-width: 1024px){._summaryReportsRow_18x0k_131{grid-template-columns:1fr}._chartCardToolbox_18x0k_334{width:90%}}._noDataText_18x0k_1025{padding:20px;text-align:center;color:#888;font-size:14px}._toggleContainer_gmpof_1{width:40px;height:20px;background:#bbb;border-radius:20px;position:relative;cursor:pointer;transition:background .3s ease}._toggleCircle_gmpof_11{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s ease}._activeContainer_gmpof_23{background:red!important}._activeCircle_gmpof_28{transform:translate(20px)}._overlay_7qjq4_3{position:fixed;inset:0;width:100vw;height:100vh;background:#00000073;display:flex;justify-content:flex-end;z-index:10000}._modal_7qjq4_14{position:fixed;top:10px;right:0;height:100vh;width:450px;background:#fafafa;z-index:9999;display:flex;flex-direction:column}._modalHeader2_7qjq4_26{display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader2_7qjq4_26 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_7qjq4_44{background:transparent;border:none;cursor:pointer}._leftIcon_7qjq4_50{width:22px;height:22px}._modalTitle_7qjq4_55{font-size:18px;font-weight:600}._modalContent2_7qjq4_61{display:flex;flex-direction:column;padding:40px 24px;background-color:#fafafa;overflow-y:auto;overflow-x:hidden}._modalContent2_7qjq4_61::-webkit-scrollbar{width:6px}._modalContent2_7qjq4_61::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent2_7qjq4_61::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent2_7qjq4_61::-webkit-scrollbar-thumb:hover{background:#555}._moduleContentTop_7qjq4_85{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;width:100%;gap:12px}._successWarning_7qjq4_95{display:flex;padding:16px;justify-content:space-between;align-items:flex-start;align-self:stretch;border-radius:8px;background:#f9731626;margin:20px 0}._successWarning_7qjq4_95 span{color:var(--Orange-700, #c2410c);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._contentTitle_7qjq4_117{height:28px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.56;letter-spacing:normal;text-align:center;color:#2a2727}._contentDescription_7qjq4_132{height:auto;margin:0;align-self:stretch;flex-grow:0;font-family:Inter;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:center;color:#7b7171}._defaultLabel_7qjq4_148{color:#7b7171;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._moduleContentBottom_7qjq4_157{display:flex;align-items:center;justify-content:center;width:100%}._outerCircle_7qjq4_164{position:relative;width:220px;height:220px}._progressRing_7qjq4_170{position:absolute;top:0;left:0;width:220px;height:220px;transform:rotate(-90deg);pointer-events:none}._progressBackground_7qjq4_180{fill:none;stroke:#fceaea;stroke-width:12}._progressBar_7qjq4_186{fill:none;stroke:#f48185;stroke-width:12;stroke-linecap:round;stroke-dasharray:630;stroke-dashoffset:630;transition:stroke-dashoffset .2s linear}._progressBarSent_7qjq4_196{stroke-dashoffset:0;stroke:#eb2128}._innerCircle_7qjq4_202{background:#c8191e;border-radius:50%;width:170px;height:170px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;-moz-user-select:none;touch-action:none;cursor:pointer}._innerCircle_7qjq4_202 span{color:#fff;font-size:16px;font-weight:600;pointer-events:none}._statusMessageArea_7qjq4_228{margin-top:8px;text-align:center;min-height:24px}._sendingText_7qjq4_234{color:#f48185;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sentMessage_7qjq4_243{color:#eb2128;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._innerTickIcon_7qjq4_252{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;pointer-events:none}._innerCircleSent_7qjq4_262{background:#fee2e2}._modalOverlay_g2gk7_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#00000073;display:flex;justify-content:flex-end;z-index:1000}._modal_g2gk7_2{width:450px;height:100vh;background:#fff;border-radius:12px 0 0 12px;padding:24px 20px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center}._headerIconWrapper_g2gk7_28{margin-top:8px;margin-bottom:16px;display:flex;justify-content:center;width:100%}._iconCircle_g2gk7_36{width:68px;height:68px;border-radius:50%;background:#c8191e;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #fdd}._iconCircle_g2gk7_36 img{width:30px;height:30px;filter:brightness(0) invert(1)}._modalTitle_g2gk7_54{font-size:20px;font-weight:600;color:#1c1c1c;margin-top:8px;text-align:center}._modalSubtitle_g2gk7_62{font-size:13px;color:#6d6d6d;text-align:center;margin:4px 0 22px}._detailsSection_g2gk7_70{width:100%;padding:0 6px;display:flex;flex-direction:column;gap:12px}._detailRow_g2gk7_78{display:flex;align-items:flex-start;gap:14px;font-size:13px}._label_g2gk7_85{color:#7c7c7c;min-width:170px;flex-shrink:0}._value_g2gk7_91{color:#1c1c1c;font-weight:500;flex:1;word-break:break-word;white-space:normal}._infoBox_g2gk7_100{margin-top:26px;width:100%;background:#fde8dd;padding:12px;border-radius:10px;display:flex;align-items:flex-start;gap:10px;color:#c2410c;font-size:13px}._infoBox_g2gk7_100 img{width:18px}._modalFooter_g2gk7_118{width:100%;display:flex;gap:12px;margin-top:auto;padding-top:20px}._grayButton_g2gk7_126{flex:1;background:#f4f4f4!important;color:#3f3f3f!important;border-radius:10px!important}._redButton_g2gk7_133{flex:1;background:#c8191e!important;color:#fff!important;border-radius:10px!important}._modalOverlay_with9_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_with9_14{background:#fff;border-radius:12px;width:400px;max-width:90%;padding:20px;display:flex;flex-direction:column;align-items:start;position:relative;overflow:hidden}._closeBtn_with9_27{position:absolute;top:12px;right:12px;width:28px;height:36px;border-radius:50%;background:var(--Zinc-100, #f4f4f5);cursor:pointer;display:flex;align-items:center;justify-content:center}._closeBtn_with9_27 img{width:15px;height:15px;flex-shrink:0}._closeBtn_with9_27:hover{background:var(--Zinc-200, #e4e4e7)}._modalIcon_with9_49{width:60px;height:60px;margin-bottom:16px}._modalTitle_with9_55{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px}._tabContainer_with9_65{display:flex;gap:10px;margin-bottom:16px;width:100%}._tabButton_with9_72{min-width:50px;border-radius:8px;background:var(--Zinc-100, #f4f4f5);cursor:pointer;font-size:14px;font-weight:500;color:var(--Zinc-600, #52525b);transition:all .2s ease;padding:6px 12px}._activeTab_with9_85{min-width:50px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf);color:var(--Brand_Red-500, #eb2128);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;padding:6px 12px}._optionList_with9_99{display:flex;flex-direction:column;gap:8px;margin-top:8px;width:100%;max-height:250px;flex:1;overflow-y:auto;padding-right:4px}._optionList_with9_99::-webkit-scrollbar{width:6px}._optionList_with9_99::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:4px}._optionList_with9_99::-webkit-scrollbar-thumb:hover{background:#a1a1aa}._optionItem_with9_124{padding:10px 6px;width:380px;border-bottom:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;font-size:15px;color:var(--Zinc-800, #27272a);text-align:left;transition:background .2s ease}._actions_with9_135{display:flex;justify-content:center;gap:16px;width:100%}._primaryBtn_with9_142{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_with9_142:hover{background:#c62828}._secondaryBtn_with9_158{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_with9_158 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._checkSheetTitle_with9_184{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-bottom:2px}._taskDetails_with9_194{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b;font-size:13px;line-height:1.4}._modalOverlay_1bajv_2{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_1bajv_15{background:#fff;border-radius:12px;width:450px;max-width:90%;padding:20px;display:flex;flex-direction:column;align-items:start;position:relative;max-height:500px;overflow-y:auto;overflow-x:hidden}._closeBtn_1bajv_30{position:absolute;top:12px;right:12px;width:28px;height:36px;border-radius:50%;background:var(--Zinc-100, #F4F4F5);cursor:pointer;display:flex;align-items:center;justify-content:center}._closeBtn_1bajv_30 img{width:15px;height:15px;flex-shrink:0}._closeBtn_1bajv_30:hover{background:var(--Zinc-200, #e4e4e7)}._modalIcon_1bajv_52{width:60px;height:60px;margin-bottom:16px}._modalTitle_1bajv_58{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px}._tabContainer_1bajv_68{display:flex;gap:10px;margin-bottom:16px;width:100%}._tabButton_1bajv_75{min-width:50px;border-radius:8px;background:var(--Zinc-100, #f4f4f5);cursor:pointer;font-size:14px;font-weight:500;color:var(--Zinc-600, #52525b);transition:all .2s ease;padding:6px 12px}._activeTab_1bajv_88{min-width:50px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf);color:var(--Brand_Red-500, #eb2128);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;padding:6px 12px}._optionList_1bajv_102{display:flex;flex-direction:column;gap:8px;margin-top:8px;width:100%;max-height:380px;overflow-y:auto}._optionItem_1bajv_112{padding:10px 6px;width:100%;border-bottom:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;font-size:15px;color:var(--Zinc-800, #27272a);text-align:left;transition:background .2s ease}._actions_1bajv_123{display:flex;justify-content:center;gap:16px;width:100%}._primaryBtn_1bajv_130{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1bajv_130:hover{background:#c62828}._secondaryBtn_1bajv_146{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1bajv_146 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._checkSheetTitle_1bajv_172{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-bottom:2px}._taskDetails_1bajv_182{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b;font-size:13px;line-height:1.4}._footerButtonContainer_1bajv_193{width:100%;display:flex;justify-content:flex-end;margin-top:20px}._footerButtonContainer_1bajv_193 ._primaryButton_1bajv_199{background:var(--Zinc-100, #f4f4f5);color:var(--Zinc-600, #52525b);padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:none}._footerButtonContainer_1bajv_193 ._primaryButton_1bajv_199:hover{background:var(--Zinc-200, #e4e4e7)}._titleRow_1bajv_215{display:flex;align-items:center;justify-content:space-between;gap:8px}._titleRow_1bajv_215 ._checkSheetTitle_1bajv_172{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;flex:1}._status_1bajv_231,._acknowledged_1bajv_231,._closed_1bajv_231,._review_1bajv_231,._pending_1bajv_231{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1bajv_231{background:#fee2e2;color:#dc2626}._review_1bajv_231{background:#ffedd5;color:#ea580c}._closed_1bajv_231{background:#dff2fe;color:#0084d1}._acknowledged_1bajv_231{background:#f0fdf4;color:#16a34a}._view_1bajv_268,._download_1bajv_278{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._previousWrapper_1bajv_288{margin-top:20px}._previousHeader_1bajv_292{display:flex;align-items:center;gap:8px;margin:12px 0}._previousHeader_1bajv_292 ._previousIcon_1bajv_298{width:16px;height:16px}._previousHeader_1bajv_292 ._previousText_1bajv_302{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._layout_igj1f_2{display:flex;height:100vh;background:#f4f4f5}._main_igj1f_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_igj1f_19{margin-bottom:16px;max-width:400px}._header_igj1f_24{margin-bottom:20px}._title_igj1f_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_igj1f_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_igj1f_47{display:flex;flex-direction:column;height:100%}._footer_igj1f_53{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_igj1f_64{width:100%}._rightColumn_igj1f_68{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_igj1f_68::-webkit-scrollbar{width:6px}._rightColumn_igj1f_68::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_igj1f_68::-webkit-scrollbar-track{background:transparent}._rightColumn_igj1f_68 ._card_igj1f_37:last-child{margin-bottom:50px}._card_igj1f_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_igj1f_104{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_igj1f_111{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_igj1f_68 ._cardHeader_igj1f_104{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_igj1f_127 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_igj1f_127 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_igj1f_127 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_igj1f_144{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_igj1f_144 img{width:14px;height:14px}._addBtn_igj1f_144:hover{background:#eb212814}._stepCard_igj1f_165{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_igj1f_180{display:flex;align-items:center;justify-content:space-between}._headerInfo_igj1f_186{display:flex;align-items:center;gap:12px}._textBlock_igj1f_192{display:flex;flex-direction:column;gap:2px}._sectionLabel_igj1f_198{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_igj1f_207{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_igj1f_216{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_igj1f_227{font-size:16px;color:#71717b;cursor:pointer}._progress_igj1f_233{display:flex;gap:6px}._step_igj1f_165{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_igj1f_245{background:#eb2128}._section_igj1f_198{display:flex;flex-direction:column;gap:8px}._sectionHeader_igj1f_255{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_igj1f_263{font-size:14px}._counter_igj1f_267{margin-left:auto;font-size:12px;color:#71717b}._details_igj1f_273{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_igj1f_273 div{display:flex;justify-content:space-between}._details_igj1f_273 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_igj1f_273 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_igj1f_165 ._progress_igj1f_233{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_igj1f_165 ._section_igj1f_198:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_igj1f_165 ._section_igj1f_198:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_igj1f_321{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_igj1f_333{width:24px;height:24px}._infoIcon_igj1f_227{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_igj1f_227:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_igj1f_348{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_igj1f_348 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_igj1f_359{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_igj1f_348{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_igj1f_348:hover{transform:scale(1.05)}._radioStep_t7r7p_1{width:16px;height:16px;border-radius:999px;border:2px solid #e4e4e7;background:#f4f4f5;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;flex-shrink:0}._completed_t7r7p_15{background:#22c55e;border-color:#22c55e}._pending_t7r7p_20{background:#f97316;border-color:#f97316}._tick_t7r7p_25{font-size:12px;font-weight:700;line-height:1}._breadcrumb_1lti9_2{display:flex;align-items:center;gap:6px}._backIcon_1lti9_8{width:18px;height:18px;cursor:pointer;color:#27272a}._backIcon_1lti9_8:hover{filter:brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(7480%) hue-rotate(355deg) brightness(96%) contrast(104%)}._breadcrumbItem_1lti9_18{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._separator_1lti9_27{margin:0 4px;color:#9f9fa9}._activeItem_1lti9_33{color:#eb2128;font-weight:500}._modalOverlay_1kmr0_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_1kmr0_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_1kmr0_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1kmr0_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1kmr0_29 ._closeBtn_1kmr0_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_1kmr0_29 ._closeIcon_1kmr0_60{width:20px;height:20px}._modalContent_1kmr0_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_1kmr0_65::-webkit-scrollbar{width:6px}._modalContent_1kmr0_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1kmr0_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1kmr0_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_1kmr0_65 ._checkboxGroup_1kmr0_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_1kmr0_65 ._checkboxGroup_1kmr0_90:first-of-type{margin-bottom:12px}._modalContent_1kmr0_65 ._checkboxGroup_1kmr0_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_1kmr0_65 input,._modalContent_1kmr0_65 select,._modalContent_1kmr0_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_1kmr0_65 input:disabled,._modalContent_1kmr0_65 select:disabled,._modalContent_1kmr0_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_1kmr0_65 input:focus,._modalContent_1kmr0_65 select:focus,._modalContent_1kmr0_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_1kmr0_141{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1kmr0_148{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_1kmr0_157,._fullWidthButton_1kmr0_157 button{width:100%}._defaultLabel_1kmr0_164{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._errorText_1kmr0_173{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._radioLabel_1kmr0_184{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._modalOverlay_10r4f_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_10r4f_14{background:#fff;border-radius:12px;width:350px;max-width:90%;padding:32px;display:flex;flex-direction:column;align-items:center;position:relative}._closeBtn_10r4f_26{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer}._closeBtn_10r4f_26 img{width:20px;height:20px}._modalIcon_10r4f_39{width:60px;height:60px;margin-bottom:16px}._modalTitle_10r4f_45{font-size:20px;font-weight:600;margin-bottom:16px;color:var(--Zinc-800, #27272a);text-align:center}._messages_10r4f_54{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;width:100%}._messageItem_10r4f_62{display:flex;align-items:flex-start;gap:8px}._messageItem_10r4f_62 ._tick_10r4f_67{color:red;font-size:16px;margin-top:2px}._messageItem_10r4f_62 p{margin:0;font-size:15px;color:#333;text-align:left;line-height:1.4}._actions_10r4f_80{display:flex;justify-content:center;gap:16px;width:100%}._primaryBtn_10r4f_87{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_10r4f_87:focus,._primaryBtn_10r4f_87:focus-visible,._primaryBtn_10r4f_87:active{outline:none!important;box-shadow:none!important}._primaryBtn_10r4f_87:hover{background:#c62828}._secondaryBtn_10r4f_107{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_10r4f_107 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;padding:12px 24px;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_10r4f_107 button:focus,._secondaryBtn_10r4f_107 button:focus-visible,._secondaryBtn_10r4f_107 button:active{outline:none!important;box-shadow:none!important}._secondaryBtn_10r4f_107:hover{background:var(--Zinc-200, #e4e4e7)!important}._layout_1jjif_2{display:flex;height:100vh;background:#f4f4f5}._main_1jjif_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1jjif_19{margin-bottom:16px;max-width:400px}._header_1jjif_24{margin-bottom:20px}._title_1jjif_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1jjif_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1jjif_47{display:flex;flex-direction:column;height:100%}._content_1jjif_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 350px)}._content_1jjif_53::-webkit-scrollbar{width:6px}._content_1jjif_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1jjif_53::-webkit-scrollbar-track{background:transparent}._content_1jjif_53 ._card_1jjif_37:last-child{margin-bottom:50px}._footer_1jjif_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_1jjif_90{width:100%}._rightColumn_1jjif_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1jjif_94::-webkit-scrollbar{width:6px}._rightColumn_1jjif_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1jjif_94::-webkit-scrollbar-track{background:transparent}._rightColumn_1jjif_94 ._card_1jjif_37:last-child{margin-bottom:50px}._card_1jjif_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1jjif_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1jjif_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1jjif_94 ._cardHeader_1jjif_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1jjif_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1jjif_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1jjif_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1jjif_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1jjif_170 img{width:14px;height:14px}._addBtn_1jjif_170:hover{background:#eb212814}._stepCard_1jjif_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px);width:auto}._stepHeader_1jjif_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_1jjif_212{display:flex;align-items:center;gap:12px}._textBlock_1jjif_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_1jjif_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1jjif_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1jjif_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1jjif_253{font-size:16px;color:#71717b;cursor:pointer}._progress_1jjif_259{display:flex;gap:6px}._step_1jjif_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1jjif_271{background:#eb2128}._section_1jjif_224{display:flex;flex-direction:column;gap:8px}._sectionHeader_1jjif_281{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1jjif_289{font-size:14px}._counter_1jjif_293{margin-left:auto;font-size:12px;color:#71717b}._details_1jjif_299{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1jjif_299 div{display:flex;justify-content:space-between}._details_1jjif_299 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1jjif_299 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1jjif_191 ._progress_1jjif_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1jjif_191 ._section_1jjif_224:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1jjif_191 ._section_1jjif_224:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1jjif_347{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1jjif_359{width:24px;height:24px}._infoIcon_1jjif_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1jjif_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1jjif_374{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1jjif_374 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1jjif_385{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1jjif_374{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1jjif_374:hover{transform:scale(1.05)}._modalOverlay_144ws_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_144ws_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_144ws_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_144ws_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_144ws_29 ._closeBtn_144ws_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_144ws_29 ._closeIcon_144ws_60{width:20px;height:20px}._modalContent_144ws_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_144ws_65::-webkit-scrollbar{width:6px}._modalContent_144ws_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_144ws_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_144ws_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_144ws_65 ._checkboxGroup_144ws_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_144ws_65 ._checkboxGroup_144ws_90:first-of-type{margin-bottom:12px}._modalContent_144ws_65 ._checkboxGroup_144ws_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_144ws_65 input,._modalContent_144ws_65 select,._modalContent_144ws_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_144ws_65 input:disabled,._modalContent_144ws_65 select:disabled,._modalContent_144ws_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_144ws_65 input:focus,._modalContent_144ws_65 select:focus,._modalContent_144ws_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_144ws_140{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_144ws_147{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_144ws_156,._fullWidthButton_144ws_156 button{width:100%}._defaultLabel_144ws_163{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._checkboxError_144ws_172{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._employeeOption_144ws_183{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_144ws_191{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_144ws_203{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_144ws_215{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_144ws_227{display:flex;flex-direction:column}._employeeDiv_144ws_227::-webkit-scrollbar{width:2px}._employeeDiv_144ws_227::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_144ws_227::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_144ws_227::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_144ws_246{width:102%;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._employeePopup_144ws_258{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_144ws_258:hover{background:#f9fafb}._modalOverlay_14rw3_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_14rw3_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_14rw3_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_14rw3_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_14rw3_29 ._closeBtn_14rw3_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_14rw3_29 ._closeIcon_14rw3_60{width:20px;height:20px}._modalContent_14rw3_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_14rw3_65::-webkit-scrollbar{width:6px}._modalContent_14rw3_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_14rw3_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_14rw3_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_14rw3_65 ._checkboxGroup_14rw3_90{display:flex;flex-direction:column;gap:10px}._modalContent_14rw3_65 ._checkboxGroup_14rw3_90:first-of-type{margin-bottom:12px}._modalContent_14rw3_65 ._checkboxGroup_14rw3_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_14rw3_65 input,._modalContent_14rw3_65 select,._modalContent_14rw3_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_14rw3_65 input:disabled,._modalContent_14rw3_65 select:disabled,._modalContent_14rw3_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_14rw3_65 input:focus,._modalContent_14rw3_65 select:focus,._modalContent_14rw3_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_14rw3_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_14rw3_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_14rw3_155,._fullWidthButton_14rw3_155 button{width:100%}._defaultLabel_14rw3_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_14rw3_171{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:6px;display:block}._photoSection_14rw3_179{display:flex;gap:12px;margin-bottom:8px}._radioLabel_14rw3_185{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._container_15iow_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_15iow_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_15iow_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_15iow_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_15iow_41{width:350px}._topRight_15iow_45{display:flex;align-items:center;gap:16px}._notificationWrapper_15iow_51{position:relative;display:inline-block}._notificationIcon_15iow_56{width:24px;height:24px;cursor:pointer}._notificationBadge_15iow_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_15iow_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_15iow_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_15iow_89{width:38px;height:38px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_15iow_96{display:flex;flex-direction:column}._headerTitle_15iow_101{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_15iow_109{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_15iow_117{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_15iow_124{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_15iow_124:hover{color:#374151}._activeTab_15iow_140{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_15iow_145{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;width:100%}._dropdownFilters_15iow_145 ._filterGroup_15iow_152{display:flex;gap:8px}._dropdownFilters_15iow_145 select,._dropdownFilters_15iow_145 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_15iow_145 select:hover,._dropdownFilters_15iow_145 input:hover{background:#f9fafb}._exportGroup_15iow_181{display:flex;gap:10px}._exportGroup_15iow_181 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_15iow_181 button img{width:16px;height:16px}._exportGroup_15iow_181 button:hover{background-color:#e4e4e7}._exportGroup_15iow_181 ._exportButton_15iow_202,._exportGroup_15iow_181 ._sortByButton_15iow_210,._exportGroup_15iow_181 ._customizeTableButton_15iow_218{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._tableOuterWrapper_15iow_228{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableOuterWrapper_15iow_228::-webkit-scrollbar{width:6px}._tableOuterWrapper_15iow_228::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableWrapper_15iow_242{border-radius:8px;background:#fff;overflow:hidden;font-size:14px;border:1px solid #e5e7eb}._row_15iow_251{display:grid;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_15iow_259{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_15iow_259 ._row_15iow_251{background:#f9fafb;border-bottom:1px solid #e5e7eb}._tableBodyWrapper_15iow_277{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_15iow_277::-webkit-scrollbar{width:6px}._tableBodyWrapper_15iow_277::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_15iow_277 ._row_15iow_251{background:#fff;color:#111827}._tableBodyWrapper_15iow_277 ._row_15iow_251:hover{background:#f3f4f6}._status_15iow_300,._acknowledged_15iow_300,._closed_15iow_300,._review_15iow_300,._pending_15iow_300{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_15iow_300{background:#fee2e2;color:#dc2626}._review_15iow_300{background:#ffedd5;color:#ea580c}._closed_15iow_300{background:#dff2fe;color:#0084d1}._acknowledged_15iow_300{background:#f0fdf4;color:#16a34a}._view_15iow_337{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;padding-left:50px}._download_15iow_348{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_15iow_359{display:flex;align-items:center;gap:8px}._descIconWrapper_15iow_366{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_15iow_366{width:20px;height:20px}._descMain_15iow_383{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_15iow_393{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_15iow_404{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_15iow_414{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_15iow_425{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_15iow_436{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_15iow_447{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_15iow_456{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_15iow_469{width:12px;height:12px;border-radius:50%;flex-shrink:0}._actions_15iow_476{display:flex;justify-content:left;padding:10px;gap:30px;width:100%}._primaryBtn_15iow_484{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_15iow_484:hover{background:#c62828}._secondaryBtn_15iow_500{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_15iow_500 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_15iow_500:hover{background:var(--Zinc-200, #e4e4e7)}._sortSelectColumnstyle_15iow_529{color:#52525c;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:900}._container_1r3sd_2{display:flex;width:100vw;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1r3sd_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 230px);max-width:100%;height:100%}._contentBox_1r3sd_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_1r3sd_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1r3sd_41{width:350px}._topRight_1r3sd_45{display:flex;align-items:center;gap:16px}._notificationWrapper_1r3sd_51{position:relative;display:inline-block}._notificationIcon_1r3sd_56{width:24px;height:24px;cursor:pointer}._notificationBadge_1r3sd_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1r3sd_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_1r3sd_83{display:flex;align-items:flex-start;gap:8px}._headerIconWrapper_1r3sd_89{width:38px;height:38px;background-color:#dcf0f9;border-radius:8px;display:flex;align-items:center;justify-content:center}._headerIcon_1r3sd_89{width:24px;height:24px}._headerTextWrapper_1r3sd_104{display:flex;flex-direction:column}._headerTitle_1r3sd_109{font-size:20px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;line-height:1.2;margin:0}._countText_1r3sd_120{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_1r3sd_128{display:flex;align-items:center;margin-bottom:30px;border-bottom:1px solid #e5e7eb}._tabItem_1r3sd_135{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1r3sd_135:hover{color:#374151}._activeTab_1r3sd_151{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_1r3sd_156{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;width:100%}._dropdownFilters_1r3sd_156 ._filterGroup_1r3sd_163{display:flex;gap:8px}._dropdownFilters_1r3sd_156 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1r3sd_156 select:hover{background:#f9fafb}._exportButton_1r3sd_190{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:#fff;cursor:pointer;color:#71717b;transition:background .2s ease,color .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._exportButton_1r3sd_190 img{width:16px;height:16px}._exportButton_1r3sd_190{outline:none;box-shadow:none}._exportButton_1r3sd_190:hover{background:#f9fafb;border-color:var(--Zinc-200, #e4e4e7)}._exportButton_1r3sd_190:focus{outline:none;box-shadow:none;border-color:var(--Zinc-200, #e4e4e7)}._tableWrapper_1r3sd_226{display:flex;flex-direction:column;flex:1;border-radius:8px;background:#fff;overflow:hidden;font-size:14px;border:1px solid #e5e7eb}._row_1r3sd_238{display:grid;grid-template-columns:1fr 3.5fr 1fr 1fr 1.5fr 1.5fr 1fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._row_1r3sd_238:hover{background:#f3f4f6}._rowAssigned_1r3sd_250{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 1.5fr 1fr .8fr .5fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._rowAssigned_1r3sd_250:hover{background:#f3f4f6}._highlightRow_1r3sd_262{background:#e5e7eb!important;transition:background-color .3s ease}._row_1r3sd_238._highlightRow_1r3sd_262:hover,._rowAssigned_1r3sd_250._highlightRow_1r3sd_262:hover{background:#e5e7eb}._tableHeader_1r3sd_273{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_1r3sd_273 ._row_1r3sd_238{background:#f9fafb;border-bottom:1px solid #e5e7eb}._tableBodyWrapper_1r3sd_291{overflow-x:hidden;overflow-y:auto;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1r3sd_291::-webkit-scrollbar{width:6px}._tableBodyWrapper_1r3sd_291::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1r3sd_291 ._row_1r3sd_238{background:#fff;color:#111827}._tableBodyWrapper_1r3sd_291 ._row_1r3sd_238:hover{background:#f3f4f6}._status_1r3sd_316,._dueToday_1r3sd_316,._acknowledged_1r3sd_316,._closed_1r3sd_316,._review_1r3sd_316,._pending_1r3sd_316{display:inline-flex;align-items:center;justify-content:center;padding:4px;min-width:70px;border-radius:999px;width:fit-content;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1r3sd_316{background:#fee2e2;color:#dc2626}._review_1r3sd_316{background:#ffedd5;color:#ea580c}._closed_1r3sd_316{background:#dff2fe;color:#0084d1}._acknowledged_1r3sd_316{background:#f0fdf4;color:#16a34a}._dueToday_1r3sd_316{background:#ffedd5;color:#ea580c}._view_1r3sd_359,._download_1r3sd_369{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1r3sd_380{display:flex;align-items:center;gap:8px;max-width:400px}._descIconWrapper_1r3sd_388{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1r3sd_388{width:20px;height:20px}._descMain_1r3sd_405{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1r3sd_415{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1r3sd_426{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1r3sd_436{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_1r3sd_447{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._locationSub_1r3sd_457{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1r3sd_468{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._assigned_1r3sd_477{display:flex;align-items:center;gap:8px}._avatarIconWrapper_1r3sd_483{display:flex;width:12px;height:12px;padding:6px;justify-content:center;align-items:center;flex-shrink:0;border-radius:999px;background:#e4e4e7}._avatarIcon_1r3sd_483{width:100%;height:100%;object-fit:contain}._assignedTextWrapper_1r3sd_501{display:flex;flex-direction:column;line-height:1.2}._assignedName_1r3sd_507{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._assignedRole_1r3sd_516{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b}._reviewDropdown_1r3sd_525 select{height:32px;font-size:14px;border-radius:6px;border:1px solid var(--Zinc-300, #d1d5db);background:#fff;padding:0 28px 0 8px;cursor:pointer}._reviewDropdown_1r3sd_525 img._dropdownIcon_1r3sd_534{right:8px}._statusDropdownWrapper_1r3sd_539{display:flex;align-items:center}._statusDropdown_1r3sd_539{width:120px}._statusDropdown_1r3sd_539 ._inputRow_1r3sd_547{min-height:20px;border-radius:8px;padding:0 8px}._statusDropdown_1r3sd_539 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_1r3sd_539 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._viewAndDownloadWrapper_1r3sd_575{display:flex;flex-direction:row;gap:10px;color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}@media (max-width: 1279px){._row_1r3sd_238{grid-template-columns:1fr 3.5fr 1.1fr 1fr 1.5fr 1fr .7fr}._rowAssigned_1r3sd_250{grid-template-columns:.4fr 2fr 1fr 1fr 1.5fr 1fr .7fr .4fr}._viewAndDownloadWrapper_1r3sd_575{display:flex;flex-direction:column;gap:5px;align-items:center}}@media (max-width: 1024px){._row_1r3sd_238{grid-template-columns:1fr 3.5fr 1.3fr 1fr 1.5fr 1fr .6fr}._rowAssigned_1r3sd_250{grid-template-columns:.5fr 2fr 1fr 1fr 1.5fr 1fr .7fr .4fr;padding:10px}._viewAndDownloadWrapper_1r3sd_575{display:flex;flex-direction:column;gap:3px;align-items:center}}._modalOverlay_1qmpe_1{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center}._modalContainer_1qmpe_11{background:#fff;border-radius:12px;width:420px;padding:24px;box-shadow:0 4px 10px #0003;position:relative}._closeBtn_1qmpe_20{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer}._modalTitle_1qmpe_29{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin-bottom:20px;text-align:center}._modalContent_1qmpe_40{display:flex;flex-direction:column;gap:12px}._field_1qmpe_46{display:flex;justify-content:space-between;align-items:flex-start;font-size:15px}._label_1qmpe_53{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._value_1qmpe_62{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;text-align:right;flex:1;margin-left:8px}._commentBox_1qmpe_74{background:#f7f7f7;padding:10px;border-radius:8px;width:100%;margin-top:4px;word-wrap:break-word}._container_f558x_2{display:flex;flex-direction:column;width:100vw;height:100vh;overflow:hidden}._contentBody_f558x_10{display:flex;height:100vh;padding:8px 8px 8px 0;align-items:center;align-self:stretch}._mainContentContainer_f558x_18{flex:1;display:flex;flex-direction:column;width:calc(100% - 230px);height:100%}._alertBanner_f558x_26{width:100%;display:flex;height:20px;padding:16px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-radius:8px;background:#f9731626}._alertIcon_f558x_39{width:18px;height:18px;aspect-ratio:1/1;padding-bottom:4px}._alertText_f558x_46{color:var(--Orange-700, #c2410c);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._alertButton_f558x_57{color:var(--Orange-700, #c2410c);cursor:pointer;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._topRow_f558x_69{display:flex;justify-content:space-between;align-items:center;height:36px;background:#fff;padding:8px 32px;border-radius:8px 8px 0 0}._searchField_f558x_79{display:flex;width:30%;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;background-color:#f4f4f5}._topRight_f558x_89{display:flex;align-items:center;gap:16px}._notificationWrapper_f558x_95{position:relative;display:inline-block}._notificationIcon_f558x_100{width:24px;height:24px;cursor:pointer}._notificationBadge_f558x_106{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._mainContentWrapper_f558x_119{position:relative;width:auto;height:100%;display:flex;padding:20px 32px 0;border-radius:0 0 8px 8px;flex-direction:column;align-items:flex-start;gap:4%;align-self:stretch;background:var(--Zinc-100, #f4f4f5);flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._mainContentWrapper_f558x_119::-webkit-scrollbar{display:none}._alertContainer_f558x_142{width:62%;height:2.4%;display:flex;border-radius:8px;background:#fee2e2;padding:16px;justify-content:space-between;align-items:center}._welcomeText_f558x_153{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}._welcomeSubText_f558x_163{color:var(--Zinc-400, #9f9fa9);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._contentLayout_f558x_174{width:100%;display:grid;grid-template-columns:2fr 1fr;align-items:flex-start;gap:16px}._leftSection_f558x_182{display:flex;flex-direction:column;gap:16px}._createReportContainer_f558x_188{width:100%;display:flex;padding-bottom:16px;flex-direction:column;align-items:center;align-self:stretch;border-radius:16px;background:#fff;box-shadow:0 1px 2px #0000000d}._createReportText_f558x_201{display:flex;padding:16px 16px 12px;align-items:center;gap:24px;align-self:stretch;color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._iconContainer_f558x_217{display:flex;padding:8px 24px;align-items:flex-start;gap:8px;align-self:stretch}._iconsLayout_f558x_225{display:flex;align-items:flex-start;align-content:flex-start;row-gap:20px;flex:1 0 0;flex-wrap:wrap}._iconBox_f558x_234{display:flex;width:88px;flex-direction:column;align-items:center;gap:8px}._iconCircle_f558x_242{display:flex;width:64px;height:64px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._iconImage_f558x_253{display:flex;width:32px;height:32px;padding:3.063px 2.423px;justify-content:center;align-items:center;flex-shrink:0;aspect-ratio:1/1}._iconName_f558x_264{color:var(--Zinc-800, #27272a);text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;line-height:20px;letter-spacing:.14px}._LSsecondRow_f558x_277{display:grid;grid-template-columns:1fr 1fr;width:100%;align-items:flex-start;gap:16px;margin-bottom:20px}._assignedBox_f558x_286{display:flex;padding-bottom:24px;flex-direction:column;align-items:center;flex:1 0 0;border-radius:16px;background:#fff;box-shadow:0 1px 2px #0000000d}._assignedHeader_f558x_298{display:flex;padding:16px 16px 12px;justify-content:space-between;align-items:flex-start;align-self:stretch}._assignedHeaderText_f558x_306{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._assignedHeaderText2_f558x_317{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._viewAll_f558x_328{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer}._viewAllText_f558x_340{color:var(--Zinc-500, #71717b);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._assignedRow_f558x_350{display:flex;align-items:center;gap:12px;padding:0 16px;align-self:stretch;cursor:pointer}._iconBackgroundBox_f558x_359{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:var(--Zinc-100, #f4f4f5)}._textone_f558x_371{overflow:hidden;color:var(--Zinc-800, #27272a);text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px}._text2_f558x_383{overflow:hidden;color:var(--Zinc-500, #71717b);text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._line_f558x_396{margin:8px 0;height:1px;align-self:stretch;background:var(--Zinc-100, #f4f4f5)}._incidentBox_f558x_403{display:flex;width:24px;height:24px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Backgrounds_tentative-blue-light, #e8f0fd)}._incidentIcon_f558x_415{width:20px;height:21px;flex-shrink:0}._pending_f558x_421{overflow:hidden;color:var(--Red-500, #dc2626);text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._pending_f558x_421{color:#dc2626}._review_f558x_438{color:#ea580c}._closed_f558x_442{color:#0084d1}._acknowledged_f558x_446{color:#16a34a}._inReview_f558x_450{overflow:hidden;text-overflow:ellipsis;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._rightSection_f558x_462{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch}._boxContainer_f558x_471{border-radius:16px;background:#fff;display:flex;padding-bottom:24px;flex-direction:column;align-items:center;align-self:stretch;box-shadow:0 1px 2px #0000000d}._alertsHeader_f558x_483{display:flex;padding:16px 16px 12px;align-items:center;gap:24px;align-self:stretch}._iconTextContainer_f558x_491{display:flex;align-items:center;gap:8px}._AlertheaderText_f558x_497{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._rowBox_f558x_508{display:flex;padding:8px 16px;flex-direction:column;align-items:flex-start;gap:8px;width:90%;cursor:pointer}._chip_f558x_518{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Orange-100, #ffedd5)}._chipText_f558x_528{color:var(--Orange-600, #ea580c);text-align:right;font-family:Inter;font-size:10px;font-style:normal;font-weight:500;line-height:14px}._blueChip_f558x_538{border-radius:999px;background:var(--Blue-100, #dff2fe);display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:8px}._blueChipText_f558x_548{color:var(--Blue-600, #0084d1);text-align:right;font-family:Inter;font-size:10px;font-style:normal;font-weight:500;line-height:14px}._AlertCardWrapper_f558x_558{position:fixed;bottom:50px;right:40px;z-index:9999}._AlertCard_f558x_558{width:400px;height:75px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:0;border-radius:8px;box-shadow:0 -15px 25px #00000012,0 -5px 10px #0000000d;background-color:#fff}._firstBox_f558x_578{height:71px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 16px 8px 8px}._Animation_f558x_589{width:55px;height:55px;flex-grow:0}._underline_f558x_595{width:76px;height:4px;flex-grow:0;background-color:#eb2128}._titleAndDescriptionBox_f558x_602{height:40px;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;padding:0}._alertTitle_f558x_613{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#2a2727}._imgAndDescriptionBox_f558x_628{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0}._Vector_f558x_640{width:13.3px;height:13.3px}._AlertDescription_f558x_645{width:160px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#f97316}@media (max-width: 1024px){._contentLayout_f558x_174,._LSsecondRow_f558x_277{grid-template-columns:1fr}}@media (min-width: 1025px) and (max-width: 1366px){._contentLayout_f558x_174{grid-template-columns:2fr 1fr}}@media (min-width: 1367px) and (max-width: 1536px){._contentLayout_f558x_174{grid-template-columns:2fr 1fr}}._noDataText_f558x_682{padding:20px;text-align:center;color:#888;font-size:14px;font-family:Inter}._layout_5wm7a_2{display:flex;height:100vh;background:#f4f4f5}._main_5wm7a_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_5wm7a_19{margin-bottom:16px;max-width:400px}._header_5wm7a_24{margin-bottom:20px}._title_5wm7a_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_5wm7a_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_5wm7a_47{display:flex;flex-direction:column;height:100%}._footer_5wm7a_53{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_5wm7a_64{width:100%}._rightColumn_5wm7a_68{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_5wm7a_68::-webkit-scrollbar{width:6px}._rightColumn_5wm7a_68::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_5wm7a_68::-webkit-scrollbar-track{background:transparent}._rightColumn_5wm7a_68 ._card_5wm7a_37:last-child{margin-bottom:50px}._card_5wm7a_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_5wm7a_104{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_5wm7a_111{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_5wm7a_68 ._cardHeader_5wm7a_104{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_5wm7a_127 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_5wm7a_127 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_5wm7a_127 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_5wm7a_144{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_5wm7a_144 img{width:14px;height:14px}._addBtn_5wm7a_144:hover{background:#eb212814}._stepCard_5wm7a_165{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px);width:auto}._stepHeader_5wm7a_180{display:flex;align-items:center;justify-content:space-between}._headerInfo_5wm7a_186{display:flex;align-items:center;gap:12px}._textBlock_5wm7a_192{display:flex;flex-direction:column;gap:2px}._sectionLabel_5wm7a_198{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_5wm7a_207{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_5wm7a_216{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_5wm7a_227{font-size:16px;color:#71717b;cursor:pointer}._progress_5wm7a_233{display:flex;gap:6px}._step_5wm7a_165{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_5wm7a_245{background:#eb2128}._section_5wm7a_198{display:flex;flex-direction:column;gap:8px}._sectionHeader_5wm7a_255{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_5wm7a_263{font-size:14px}._counter_5wm7a_267{margin-left:auto;font-size:12px;color:#71717b}._details_5wm7a_273{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_5wm7a_273 div{display:flex;justify-content:space-between}._details_5wm7a_273 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_5wm7a_273 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_5wm7a_165 ._progress_5wm7a_233{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_5wm7a_165 ._section_5wm7a_198:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_5wm7a_165 ._section_5wm7a_198:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_5wm7a_321{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_5wm7a_333{width:24px;height:24px}._infoIcon_5wm7a_227{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_5wm7a_227:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_5wm7a_348{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_5wm7a_348 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_5wm7a_359{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_5wm7a_348{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_5wm7a_348:hover{transform:scale(1.05)}._personTabs_5wm7a_379{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_5wm7a_379{padding:6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_5wm7a_401{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_5wm7a_411{background:#e0e0e0;border:none;width:40px;height:40px;padding:2px 5px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_5wm7a_422{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._modalOverlay_u9sh9_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_u9sh9_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_u9sh9_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_u9sh9_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_u9sh9_29 ._closeBtn_u9sh9_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_u9sh9_29 ._closeIcon_u9sh9_60{width:20px;height:20px}._modalContent_u9sh9_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_u9sh9_65::-webkit-scrollbar{width:6px}._modalContent_u9sh9_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_u9sh9_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_u9sh9_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_u9sh9_65 ._checkboxGroup_u9sh9_90{display:flex;flex-direction:column;gap:10px}._modalContent_u9sh9_65 ._checkboxGroup_u9sh9_90:first-of-type{margin-bottom:12px}._modalContent_u9sh9_65 ._checkboxGroup_u9sh9_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_u9sh9_65 input,._modalContent_u9sh9_65 select,._modalContent_u9sh9_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_u9sh9_65 input:disabled,._modalContent_u9sh9_65 select:disabled,._modalContent_u9sh9_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_u9sh9_65 input:focus,._modalContent_u9sh9_65 select:focus,._modalContent_u9sh9_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_u9sh9_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_u9sh9_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_u9sh9_155,._fullWidthButton_u9sh9_155 button{width:100%}._defaultLabel_u9sh9_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_u9sh9_171{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:8px;display:block}._photoSection_u9sh9_179{display:flex;gap:12px;margin-bottom:16px}._radioLabel_u9sh9_185{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._modalOverlay_1flll_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_1flll_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_1flll_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1flll_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1flll_29 ._closeBtn_1flll_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_1flll_29 ._closeIcon_1flll_60{width:20px;height:20px}._modalContent_1flll_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_1flll_65::-webkit-scrollbar{width:6px}._modalContent_1flll_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1flll_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1flll_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_1flll_65 ._checkboxGroup_1flll_90{display:flex;flex-direction:column;gap:10px}._modalContent_1flll_65 ._checkboxGroup_1flll_90:first-of-type{margin-bottom:12px}._modalContent_1flll_65 ._checkboxGroup_1flll_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_1flll_65 input,._modalContent_1flll_65 select,._modalContent_1flll_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_1flll_65 input:disabled,._modalContent_1flll_65 select:disabled,._modalContent_1flll_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_1flll_65 input:focus,._modalContent_1flll_65 select:focus,._modalContent_1flll_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_1flll_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1flll_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_1flll_155,._fullWidthButton_1flll_155 button{width:100%}._defaultLabel_1flll_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._checkboxError_1flll_171{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._inlineRadioGroup_1flll_182{display:flex;flex-direction:column;gap:8px;margin-top:-10px;margin-bottom:12px}._inlineRadioGroup_1flll_182 ._radioOptions_1flll_189{display:flex;flex-direction:row;gap:20px}._modalOverlay_1uk4z_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_1uk4z_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_1uk4z_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1uk4z_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1uk4z_29 ._closeBtn_1uk4z_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_1uk4z_29 ._closeIcon_1uk4z_60{width:20px;height:20px}._modalContent_1uk4z_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_1uk4z_65::-webkit-scrollbar{width:6px}._modalContent_1uk4z_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1uk4z_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1uk4z_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_1uk4z_65 ._checkboxGroup_1uk4z_90{display:flex;flex-direction:column;gap:10px}._modalContent_1uk4z_65 ._checkboxGroup_1uk4z_90:first-of-type{margin-bottom:12px}._modalContent_1uk4z_65 ._checkboxGroup_1uk4z_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_1uk4z_65 input,._modalContent_1uk4z_65 select,._modalContent_1uk4z_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_1uk4z_65 input:disabled,._modalContent_1uk4z_65 select:disabled,._modalContent_1uk4z_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_1uk4z_65 input:focus,._modalContent_1uk4z_65 select:focus,._modalContent_1uk4z_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_1uk4z_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1uk4z_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_1uk4z_155,._fullWidthButton_1uk4z_155 button{width:100%}._defaultLabel_1uk4z_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._checkboxError_1uk4z_171{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._lossTimeRow_1uk4z_182{display:flex;justify-content:space-between;gap:8px;grid-template-columns:1fr 1fr}@media (max-width: 600px){._lossTimeRow_1uk4z_182{grid-template-columns:1fr;gap:12px}}._lossTimeRow_1uk4z_182 ._inputField_1uk4z_198{width:100%}._lossTimeLabel_1uk4z_202{display:block;font-weight:500;margin:1rem 0 .5rem;color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;line-height:20px;letter-spacing:.14px;margin-top:6px}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{opacity:0;display:none}input[type=date],input[type=time]{position:relative;z-index:1}._employeeOption_1uk4z_229{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1uk4z_237{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1uk4z_249{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1uk4z_261{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1uk4z_273{display:flex;flex-direction:column}._employeeDiv_1uk4z_273::-webkit-scrollbar{width:2px}._employeeDiv_1uk4z_273::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1uk4z_273::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1uk4z_273::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1uk4z_292{width:100%;z-index:999;color:var(--Zinc-500, #7b7171);margin-bottom:10px;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._employeePopup_1uk4z_305{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1uk4z_305:hover{background:#f9fafb}._layout_rc4zr_2{display:flex;height:100vh;background:#f4f4f5}._main_rc4zr_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_rc4zr_19{margin-bottom:16px;max-width:400px}._header_rc4zr_24{margin-bottom:20px}._title_rc4zr_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_rc4zr_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_rc4zr_47{display:flex;flex-direction:column;height:100%}._content_rc4zr_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_rc4zr_53::-webkit-scrollbar{width:6px}._content_rc4zr_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_rc4zr_53::-webkit-scrollbar-track{background:transparent}._content_rc4zr_53 ._card_rc4zr_37:last-child{margin-bottom:50px}._footer_rc4zr_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_rc4zr_90{width:100%}._rightColumn_rc4zr_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_rc4zr_94::-webkit-scrollbar{width:6px}._rightColumn_rc4zr_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_rc4zr_94::-webkit-scrollbar-track{background:transparent}._rightColumn_rc4zr_94 ._card_rc4zr_37:last-child{margin-bottom:50px}._card_rc4zr_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_rc4zr_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_rc4zr_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_rc4zr_94 ._cardHeader_rc4zr_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_rc4zr_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_rc4zr_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_rc4zr_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_rc4zr_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_rc4zr_170 img{width:14px;height:14px}._addBtn_rc4zr_170:hover{background:#eb212814}._stepCard_rc4zr_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_rc4zr_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_rc4zr_212{display:flex;align-items:center;gap:12px}._textBlock_rc4zr_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_rc4zr_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_rc4zr_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_rc4zr_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_rc4zr_253{font-size:16px;color:#71717b;cursor:pointer}._progress_rc4zr_259{display:flex;gap:6px}._step_rc4zr_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_rc4zr_271{background:#eb2128}._section_rc4zr_224{display:flex;flex-direction:column;gap:8px}._sectionHeader_rc4zr_281{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_rc4zr_289{font-size:14px}._counter_rc4zr_293{margin-left:auto;font-size:12px;color:#71717b}._details_rc4zr_299{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_rc4zr_299 div{display:flex;justify-content:space-between}._details_rc4zr_299 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_rc4zr_299 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_rc4zr_191 ._progress_rc4zr_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_rc4zr_191 ._section_rc4zr_224:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_rc4zr_191 ._section_rc4zr_224:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_rc4zr_347{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_rc4zr_359{width:24px;height:24px}._infoIcon_rc4zr_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_rc4zr_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_rc4zr_374{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_rc4zr_374 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_rc4zr_385{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_rc4zr_374{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_rc4zr_374:hover{transform:scale(1.05)}._personTabs_rc4zr_405{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_rc4zr_405{background:#f5f5f5;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_rc4zr_426{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_rc4zr_436{background:#e0e0e0;border:none;padding:6px 10px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_rc4zr_445{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._textStyleForm_rc4zr_460{color:var(--Zinc-800, #27272a);font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._teamMemberSection_rc4zr_471{display:grid;grid-template-columns:1fr 1fr}._modalOverlay_s5s3q_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_s5s3q_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_s5s3q_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_s5s3q_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_s5s3q_29 ._closeBtn_s5s3q_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_s5s3q_29 ._closeIcon_s5s3q_60{width:20px;height:20px}._modalContent_s5s3q_65{padding:20px 45px 40px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_s5s3q_65::-webkit-scrollbar{width:6px}._modalContent_s5s3q_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_s5s3q_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_s5s3q_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_s5s3q_65 ._checkboxGroup_s5s3q_91{display:flex;flex-direction:column;gap:10px}._modalContent_s5s3q_65 ._checkboxGroup_s5s3q_91:first-of-type{margin-bottom:12px}._modalContent_s5s3q_65 ._checkboxGroup_s5s3q_91 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_s5s3q_65 input,._modalContent_s5s3q_65 select,._modalContent_s5s3q_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_s5s3q_65 input:disabled,._modalContent_s5s3q_65 select:disabled,._modalContent_s5s3q_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_s5s3q_65 input:focus,._modalContent_s5s3q_65 select:focus,._modalContent_s5s3q_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_s5s3q_140{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_s5s3q_147{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_s5s3q_156,._fullWidthButton_s5s3q_156 button{width:100%}._defaultLabel_s5s3q_163{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_s5s3q_172{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272A);margin-bottom:8px;display:block}._photoSection_s5s3q_180{display:flex;gap:12px;margin-bottom:16px}._modalOverlay_1glji_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_1glji_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border:10px solid #000;border-left:none}._modalHeader_1glji_24{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff}._modalHeader_1glji_24 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1glji_24 ._closeBtn_1glji_45{background:transparent;border:none;cursor:pointer}._modalHeader_1glji_24 ._closeIcon_1glji_50{width:20px;height:20px}._modalContent_1glji_55{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}._sectionIntro_1glji_64{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._subText_1glji_71{font-size:12px;color:#71717b}._sectionLabel_1glji_76{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1glji_83{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff}._fullWidthButton_1glji_91,._fullWidthButton_1glji_91 button{width:100%}._modalOverlay_14m7k_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_14m7k_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_14m7k_25{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_14m7k_25 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_14m7k_45{background:transparent;border:none;cursor:pointer}._closeIcon_14m7k_51{width:20px;height:20px}._modalContent_14m7k_56{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection_14m7k_65{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_14m7k_70{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_14m7k_70 ._sectionTitle_14m7k_76{font-size:14px;font-weight:500;color:#27272a}._sectionHeader_14m7k_70 ._dropdownIcon_14m7k_81{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_14m7k_70 ._open_14m7k_88{transform:rotate(180deg)}._sectionContent_14m7k_92{margin-top:10px;display:flex;flex-direction:column;gap:12px}._modalFooter_14m7k_99{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_14m7k_105,._fullWidthButton_14m7k_105 button{width:100%}._errorText_14m7k_112{color:#d32f2f;font-size:12px;margin-top:4px}._modalOverlay_165fu_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_165fu_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_165fu_25{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_165fu_25 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_165fu_45{background:transparent;border:none;cursor:pointer}._closeIcon_165fu_51{width:20px;height:20px}._modalContent_165fu_56{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection_165fu_65{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_165fu_70{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_165fu_70 ._dropdownIcon_165fu_76{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_165fu_70 ._open_165fu_83{transform:rotate(180deg)}._sectionTitle_165fu_87{color:var(--Zinc-800, #2A2727);margin-top:2px;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}._sectionContent_165fu_98{margin-top:10px;display:flex;flex-direction:column;gap:12px}._modalFooter_165fu_105{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_165fu_111,._fullWidthButton_165fu_111 button{width:100%}._errorText_165fu_118{color:#dc2626;margin-top:4px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._layout_33m5z_2{display:flex;height:100vh;background:#f4f4f5}._main_33m5z_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_33m5z_19{margin-bottom:16px;max-width:400px}._header_33m5z_24{margin-bottom:20px}._title_33m5z_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._pageHeader_33m5z_37{text-align:center;font-size:20px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:1rem 0}._cardsContainer_33m5z_48{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_33m5z_58{display:flex;flex-direction:column;height:100%}._content_33m5z_64{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_33m5z_64::-webkit-scrollbar{width:6px}._content_33m5z_64::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_33m5z_64::-webkit-scrollbar-track{background:transparent}._content_33m5z_64 ._card_33m5z_48:last-child{margin-bottom:50px}._footer_33m5z_90{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_33m5z_101{width:100%}._rightColumn_33m5z_105{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_33m5z_105::-webkit-scrollbar{width:6px}._rightColumn_33m5z_105::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_33m5z_105::-webkit-scrollbar-track{background:transparent}._rightColumn_33m5z_105 ._card_33m5z_48:last-child{margin-bottom:50px}._card_33m5z_48{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_33m5z_141{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_33m5z_148{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_33m5z_105 ._cardHeader_33m5z_141{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_33m5z_164 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_33m5z_164 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_33m5z_164 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_33m5z_181{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_33m5z_181 img{width:14px;height:14px}._addBtn_33m5z_181:hover{background:#eb212814}._stepCard_33m5z_202{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;width:auto;height:calc(100vh - 180px)}._stepHeader_33m5z_217{display:flex;align-items:center;justify-content:space-between}._headerInfo_33m5z_223{display:flex;align-items:center;gap:12px}._textBlock_33m5z_229{display:flex;flex-direction:column;gap:2px}._sectionLabel_33m5z_235{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_33m5z_244{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_33m5z_253{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_33m5z_264{font-size:16px;color:#71717b;cursor:pointer}._progress_33m5z_270{display:flex;gap:6px}._step_33m5z_202{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_33m5z_282{background:#eb2128}._section_33m5z_235{display:flex;flex-direction:column;gap:8px}._sectionHeader_33m5z_292{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_33m5z_300{font-size:14px}._counter_33m5z_304{margin-left:auto;font-size:12px;color:#71717b}._details_33m5z_310{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_33m5z_310 div{display:flex;justify-content:space-between}._details_33m5z_310 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_33m5z_310 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_33m5z_202 ._progress_33m5z_270{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_33m5z_202 ._section_33m5z_235:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_33m5z_202 ._section_33m5z_235:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_33m5z_358{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_33m5z_370{width:24px;height:24px}._infoIcon_33m5z_264{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_33m5z_264:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_33m5z_385{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_33m5z_385 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_33m5z_396{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_33m5z_385{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_33m5z_385:hover{transform:scale(1.05)}._photoSection_33m5z_416{display:flex;flex-direction:column;gap:8px;margin-top:10px}._photoSection_33m5z_416 strong{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._photoGrid_33m5z_431{display:flex;flex-wrap:wrap;gap:10px}._photoItem_33m5z_437{display:inline-block;border-radius:8px;overflow:hidden;width:80px;height:80px;border:1px solid #e5e7eb;transition:transform .2s ease}._photoItem_33m5z_437:hover{transform:scale(1.05)}._photoItem_33m5z_437 img{width:100%;height:100%;object-fit:cover}._remarksCard_33m5z_456{display:flex;flex-direction:column}._remarksList_33m5z_461{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_33m5z_468{display:flex;gap:10px}._newRemark_33m5z_468 input,._newRemark_33m5z_468 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_33m5z_468 ._saveButton_33m5z_479{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_33m5z_468 ._saveButton_33m5z_479:hover{background-color:#c91218}._remarkItem_33m5z_491{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_33m5z_491 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_33m5z_491 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_33m5z_513{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_33m5z_522{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_33m5z_522 span{white-space:nowrap}._remarkText_33m5z_538{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_33m5z_547{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_33m5z_547::placeholder{color:#a1a1aa;font-size:14px}._inputRow_33m5z_547:focus-within{border-color:#2563eb}._dropdownSelect_33m5z_573{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_33m5z_573::-ms-expand{display:none}._saveButtonDisabled_33m5z_589{opacity:.6;cursor:not-allowed;pointer-events:none}._dashboardSkeleton_33m5z_596{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f9f9fb;width:95vw}._rightPart_33m5z_605{display:flex;flex-direction:column;gap:16px;padding:0 0 9px 4px;background:#f9f9fb}._skeletonSidebar_33m5z_613{width:250px;height:auto}._skeletonTitle_33m5z_618{width:100%;height:60px}._skeletonSubtitle_33m5z_623{width:180px;height:80px;margin-top:8px}._split_33m5z_629{display:grid;grid-template-columns:37% 61%;gap:16px}._skeletonRow_33m5z_635{display:flex;gap:16px}._skeletonBox_33m5z_640{flex:1;height:140px}._skeletonChart_33m5z_645{flex:2;height:70vh}._skeletonChart1_33m5z_650{flex:2;height:350px}._skeletonSide_33m5z_613{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;flex:1}._skeletonSmallBox_33m5z_662{height:350px}._skeletonSmallBox1_33m5z_666{height:150px}._shimmer_33m5z_671,._skeletonSidebar_33m5z_613,._skeletonTitle_33m5z_618,._skeletonBox_33m5z_640,._skeletonChart_33m5z_645,._skeletonChart1_33m5z_650,._skeletonSmallBox_33m5z_662,._skeletonSmallBox1_33m5z_666{background:linear-gradient(90deg,#e2e2e2 25%,#f0f0f0,#e2e2e2 75%);background-size:200% 100%;animation:_shimmer_33m5z_671 1.6s infinite;border-radius:8px}@keyframes _shimmer_33m5z_671{0%{background-position:-200% 0}to{background-position:200% 0}}._layout_1nlhg_2{display:flex;height:100vh;background:#f4f4f5}._main_1nlhg_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1nlhg_19{margin-bottom:16px;max-width:400px}._header_1nlhg_24{margin-bottom:20px}._title_1nlhg_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._pageHeader_1nlhg_37{text-align:center;font-size:20px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:1rem 0}._cardsContainer_1nlhg_48{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1nlhg_58{display:flex;flex-direction:column;height:100%}._content_1nlhg_64{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_1nlhg_64::-webkit-scrollbar{width:6px}._content_1nlhg_64::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1nlhg_64::-webkit-scrollbar-track{background:transparent}._content_1nlhg_64 ._card_1nlhg_48:last-child{margin-bottom:50px}._footer_1nlhg_90{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_1nlhg_101{width:100%}._rightColumn_1nlhg_105{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1nlhg_105::-webkit-scrollbar{width:6px}._rightColumn_1nlhg_105::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1nlhg_105::-webkit-scrollbar-track{background:transparent}._rightColumn_1nlhg_105 ._card_1nlhg_48:last-child{margin-bottom:50px}._card_1nlhg_48{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1nlhg_141{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1nlhg_148{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1nlhg_105 ._cardHeader_1nlhg_141{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1nlhg_164 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1nlhg_164 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1nlhg_164 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1nlhg_181{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1nlhg_181 img{width:14px;height:14px}._addBtn_1nlhg_181:hover{background:#eb212814}._stepCard_1nlhg_202{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 180px);width:auto}._stepHeader_1nlhg_217{display:flex;align-items:center;justify-content:space-between}._headerInfo_1nlhg_223{display:flex;align-items:center;gap:12px}._textBlock_1nlhg_229{display:flex;flex-direction:column;gap:2px}._sectionLabel_1nlhg_235{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1nlhg_244{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1nlhg_253{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1nlhg_264{font-size:16px;color:#71717b;cursor:pointer}._progress_1nlhg_270{display:flex;gap:6px}._step_1nlhg_202{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1nlhg_282{background:#eb2128}._section_1nlhg_235{display:flex;flex-direction:column;gap:8px}._sectionHeader_1nlhg_292{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1nlhg_300{font-size:14px}._counter_1nlhg_304{margin-left:auto;font-size:12px;color:#71717b}._details_1nlhg_310{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1nlhg_310 div{display:flex;justify-content:space-between}._details_1nlhg_310 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1nlhg_310 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1nlhg_202 ._progress_1nlhg_270{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1nlhg_202 ._section_1nlhg_235:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1nlhg_202 ._section_1nlhg_235:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1nlhg_358{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1nlhg_370{width:24px;height:24px}._infoIcon_1nlhg_264{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1nlhg_264:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1nlhg_385{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1nlhg_385 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1nlhg_396{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1nlhg_385{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1nlhg_385:hover{transform:scale(1.05)}._photoSection_1nlhg_416{display:flex;flex-direction:column;gap:8px;margin-top:10px}._photoSection_1nlhg_416 strong{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._photoGrid_1nlhg_431{display:flex;flex-wrap:wrap;gap:10px}._photoItem_1nlhg_437{display:inline-block;border-radius:8px;overflow:hidden;width:80px;height:80px;border:1px solid #e5e7eb;transition:transform .2s ease}._photoItem_1nlhg_437:hover{transform:scale(1.05)}._photoItem_1nlhg_437 img{width:100%;height:100%;object-fit:cover}._remarksCard_1nlhg_456{display:flex;flex-direction:column}._remarksList_1nlhg_463{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_1nlhg_470{display:flex;gap:10px}._newRemark_1nlhg_470 input,._newRemark_1nlhg_470 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_1nlhg_470 ._saveButton_1nlhg_481{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_1nlhg_470 ._saveButton_1nlhg_481:hover{background-color:#c91218}._remarkItem_1nlhg_493{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_1nlhg_493 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_1nlhg_493 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_1nlhg_515{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_1nlhg_524{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_1nlhg_524 span{white-space:nowrap}._remarkText_1nlhg_540{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_1nlhg_549{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_1nlhg_549::placeholder{color:#a1a1aa;font-size:14px}._inputRow_1nlhg_549:focus-within{border-color:#2563eb}._dropdownSelect_1nlhg_575{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_1nlhg_575::-ms-expand{display:none}._saveButtonDisabled_1nlhg_591{opacity:.6;cursor:not-allowed;pointer-events:none}._layout_5u800_2{display:flex;height:100vh;background:#f4f4f5}._main_5u800_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_5u800_19{margin-bottom:16px;max-width:400px}._header_5u800_24{margin-bottom:20px}._title_5u800_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._pageHeader_5u800_37{text-align:center;font-size:20px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:1rem 0}._cardsContainer_5u800_48{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_5u800_58{display:flex;flex-direction:column;height:100%}._content_5u800_64{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_5u800_64::-webkit-scrollbar{width:6px}._content_5u800_64::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_5u800_64::-webkit-scrollbar-track{background:transparent}._content_5u800_64 ._card_5u800_48:last-child{margin-bottom:50px}._footer_5u800_90{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_5u800_101{width:100%}._rightColumn_5u800_105{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_5u800_105::-webkit-scrollbar{width:6px}._rightColumn_5u800_105::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_5u800_105::-webkit-scrollbar-track{background:transparent}._rightColumn_5u800_105 ._card_5u800_48:last-child{margin-bottom:50px}._card_5u800_48{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_5u800_141{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_5u800_148{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_5u800_105 ._cardHeader_5u800_141{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_5u800_164 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_5u800_164 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_5u800_164 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_5u800_181{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_5u800_181 img{width:14px;height:14px}._addBtn_5u800_181:hover{background:#eb212814}._stepCard_5u800_202{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_5u800_217{display:flex;align-items:center;justify-content:space-between}._headerInfo_5u800_223{display:flex;align-items:center;gap:12px}._textBlock_5u800_229{display:flex;flex-direction:column;gap:2px}._sectionLabel_5u800_235{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_5u800_244{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_5u800_253{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_5u800_264{font-size:16px;color:#71717b;cursor:pointer}._progress_5u800_270{display:flex;gap:6px}._step_5u800_202{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_5u800_282{background:#eb2128}._section_5u800_235{display:flex;flex-direction:column;gap:8px}._sectionHeader_5u800_292{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_5u800_300{font-size:14px}._counter_5u800_304{margin-left:auto;font-size:12px;color:#71717b}._details_5u800_310{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_5u800_310 div{display:flex;justify-content:space-between}._details_5u800_310 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_5u800_310 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_5u800_202 ._progress_5u800_270{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_5u800_202 ._section_5u800_235:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_5u800_202 ._section_5u800_235:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_5u800_358{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_5u800_370{width:24px;height:24px}._infoIcon_5u800_264{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_5u800_264:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_5u800_385{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_5u800_385 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_5u800_396{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_5u800_385{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_5u800_385:hover{transform:scale(1.05)}._personTabs_5u800_416{display:flex;gap:8px;margin-bottom:12px}._personTab_5u800_416{padding:6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_5u800_437{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_5u800_447{background:#e0e0e0;border:none;padding:6px 10px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_5u800_456{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._remarksCard_5u800_472{display:flex;flex-direction:column}._remarksList_5u800_477{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_5u800_484{display:flex;gap:10px}._newRemark_5u800_484 input,._newRemark_5u800_484 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_5u800_484 ._saveButton_5u800_495{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_5u800_484 ._saveButton_5u800_495:hover{background-color:#c91218}._remarkItem_5u800_507{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_5u800_507 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_5u800_507 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_5u800_529{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_5u800_538{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_5u800_538 span{white-space:nowrap}._remarkText_5u800_554{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_5u800_563{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_5u800_563::placeholder{color:#a1a1aa;font-size:14px}._inputRow_5u800_563:focus-within{border-color:#2563eb}._dropdownSelect_5u800_589{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_5u800_589::-ms-expand{display:none}._saveButtonDisabled_5u800_605{opacity:.6;cursor:not-allowed;pointer-events:none}._layout_wt3zf_2{display:flex;height:100vh;background:#f4f4f5}._main_wt3zf_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_wt3zf_19{margin-bottom:16px;max-width:400px}._header_wt3zf_24{margin-bottom:20px}._title_wt3zf_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._pageHeader_wt3zf_37{text-align:center;font-size:20px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:1rem 0}._cardsContainer_wt3zf_48{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_wt3zf_58{display:flex;flex-direction:column;height:100%}._content_wt3zf_64{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_wt3zf_64::-webkit-scrollbar{width:6px}._content_wt3zf_64::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_wt3zf_64::-webkit-scrollbar-track{background:transparent}._content_wt3zf_64 ._card_wt3zf_48:last-child{margin-bottom:50px}._footer_wt3zf_90{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;z-index:1}._customButton_wt3zf_100{width:100%}._rightColumn_wt3zf_104{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_wt3zf_104::-webkit-scrollbar{width:6px}._rightColumn_wt3zf_104::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_wt3zf_104::-webkit-scrollbar-track{background:transparent}._rightColumn_wt3zf_104 ._card_wt3zf_48:last-child{margin-bottom:50px}._card_wt3zf_48{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_wt3zf_140{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_wt3zf_147{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_wt3zf_104 ._cardHeader_wt3zf_140{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_wt3zf_163 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_wt3zf_163 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_wt3zf_163 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_wt3zf_180{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_wt3zf_180 img{width:14px;height:14px}._addBtn_wt3zf_180:hover{background:#eb212814}._stepCard_wt3zf_201{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;width:auto;height:calc(100vh - 120px)}._stepHeader_wt3zf_216{display:flex;align-items:center;justify-content:space-between}._headerInfo_wt3zf_222{display:flex;align-items:center;gap:12px}._textBlock_wt3zf_228{display:flex;flex-direction:column;gap:2px}._sectionLabel_wt3zf_234{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_wt3zf_243{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_wt3zf_252{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_wt3zf_263{font-size:16px;color:#71717b;cursor:pointer}._progress_wt3zf_269{display:flex;gap:6px}._step_wt3zf_201{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_wt3zf_281{background:#eb2128}._section_wt3zf_234{display:flex;flex-direction:column;gap:8px}._sectionHeader_wt3zf_291{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_wt3zf_299{font-size:14px}._counter_wt3zf_303{margin-left:auto;font-size:12px;color:#71717b}._details_wt3zf_309{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_wt3zf_309 div{display:flex;justify-content:space-between}._details_wt3zf_309 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_wt3zf_309 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_wt3zf_201 ._progress_wt3zf_269{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_wt3zf_201 ._section_wt3zf_234:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_wt3zf_201 ._section_wt3zf_234:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_wt3zf_357{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_wt3zf_369{width:24px;height:24px}._infoIcon_wt3zf_263{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_wt3zf_263:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_wt3zf_384{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_wt3zf_384 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_wt3zf_395{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_wt3zf_384{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_wt3zf_384:hover{transform:scale(1.05)}._photoSection_wt3zf_415{display:flex;flex-direction:column;gap:8px;margin-top:10px}._photoSection_wt3zf_415 strong{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._photoGrid_wt3zf_430{display:flex;flex-wrap:wrap;gap:10px}._photoItem_wt3zf_436{display:inline-block;border-radius:8px;overflow:hidden;width:80px;height:80px;border:1px solid #e5e7eb;transition:transform .2s ease}._photoItem_wt3zf_436:hover{transform:scale(1.05)}._photoItem_wt3zf_436 img{width:100%;height:100%;object-fit:cover}._personTabs_wt3zf_454{display:flex;gap:8px;margin-bottom:12px}._personTab_wt3zf_454{padding:6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_wt3zf_475{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_wt3zf_485{background:#e0e0e0;border:none;padding:6px 10px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_wt3zf_494{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._remarksCard_wt3zf_510{display:flex;flex-direction:column}._remarksList_wt3zf_515{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_wt3zf_522{display:flex;gap:10px}._newRemark_wt3zf_522 input,._newRemark_wt3zf_522 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_wt3zf_522 ._saveButton_wt3zf_533{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_wt3zf_522 ._saveButton_wt3zf_533:hover{background-color:#c91218}._remarkItem_wt3zf_545{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_wt3zf_545 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_wt3zf_545 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_wt3zf_567{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_wt3zf_576{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_wt3zf_576 span{white-space:nowrap}._remarkText_wt3zf_592{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_wt3zf_601{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_wt3zf_601::placeholder{color:#a1a1aa;font-size:14px}._inputRow_wt3zf_601:focus-within{border-color:#2563eb}._dropdownSelect_wt3zf_627{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_wt3zf_627::-ms-expand{display:none}._saveButtonDisabled_wt3zf_643{opacity:.6;cursor:not-allowed;pointer-events:none}._container_16mnx_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_16mnx_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._loadingContent_16mnx_20{display:flex;justify-content:center;align-items:center;margin-top:100px}._contentBox_16mnx_27{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_16mnx_41{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_16mnx_48{width:350px}._topRight_16mnx_52{display:flex;align-items:center;gap:16px}._notificationWrapper_16mnx_58{position:relative;display:inline-block}._notificationIcon_16mnx_63{width:24px;height:24px;cursor:pointer}._notificationBadge_16mnx_69{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_16mnx_83{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_16mnx_90{display:flex;align-items:flex-start;gap:8px}._headerIcon_16mnx_96{width:48px;height:48px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_16mnx_103{display:flex;flex-direction:column}._headerTitle_16mnx_108{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_16mnx_116{font-size:14px;color:#71717b;margin:2px 0 0}._headerButton_16mnx_123{display:flex;flex-direction:row;gap:10px;cursor:pointer}._assignButon_16mnx_130{height:23px;display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_16mnx_141{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._tabs_16mnx_153{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_16mnx_160{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_16mnx_160:hover{color:#374151}._activeTab_16mnx_176{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_16mnx_181{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_16mnx_181 ._filterGroup_16mnx_189{display:flex;align-items:center;gap:8px}._dropdownFilters_16mnx_181 select,._dropdownFilters_16mnx_181 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_16mnx_181 select:hover,._dropdownFilters_16mnx_181 input:hover{background:#f9fafb}._employeeOption_16mnx_219{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_16mnx_227{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_16mnx_239{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_16mnx_251{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_16mnx_263{display:flex;flex-direction:column}._employeeDiv_16mnx_263::-webkit-scrollbar{width:2px}._employeeDiv_16mnx_263::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_16mnx_263::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_16mnx_263::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_16mnx_282{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._employeePopup_16mnx_301{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_16mnx_301:hover{background:#f9fafb}._exportGroup_16mnx_324 button:focus{outline:none}._exportGroup_16mnx_324 ._exportButton_16mnx_348,._exportGroup_16mnx_324 ._sortByButton_16mnx_356,._exportGroup_16mnx_324 ._customizeTableButton_16mnx_364{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_16mnx_373{display:flex;align-items:center;gap:12px}._tableOuterWrapper_16mnx_380{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_16mnx_387{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_16mnx_399{display:grid;grid-template-columns:.4fr 1.6fr .8fr .8fr .8fr .8fr .6fr .9fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_16mnx_408{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_16mnx_408 ._row_16mnx_399{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_16mnx_399>div:nth-child(8){padding-left:45px}._tableBodyWrapper_16mnx_430{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_16mnx_430::-webkit-scrollbar{width:6px}._tableBodyWrapper_16mnx_430::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_16mnx_430 ._row_16mnx_399{background:#fff;color:#111827}._tableBodyWrapper_16mnx_430 ._row_16mnx_399:hover{background:#f3f4f6}._tableBodyWrapper_16mnx_430 ._row_16mnx_399._highlightRow_16mnx_454{background:#e5e7eb;transition:background-color .3s ease}._tableBodyWrapper_16mnx_430 ._row_16mnx_399._highlightRow_16mnx_454:hover{background:#e5e7eb}._refreshIcon_16mnx_462{color:#52525c;margin-top:5px;margin-right:5px}._statusDropdownWrapper_16mnx_469{display:flex;align-items:center}._statusDropdown_16mnx_469{width:110px}._statusDropdown_16mnx_469 ._inputRow_16mnx_477{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_16mnx_469 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_16mnx_469 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_16mnx_469,._acknowledged_16mnx_505,._closed_16mnx_505,._review_16mnx_505,._pending_16mnx_505{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;width:fit-content;min-width:50px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_16mnx_505{background:#fee2e2;color:#dc2626}._review_16mnx_505{background:#ffedd5;color:#ea580c}._closed_16mnx_505{background:#dff2fe;color:#0084d1}._acknowledged_16mnx_505{background:#f0fdf4;color:#16a34a}._view_16mnx_543{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_16mnx_553{color:#c91218;cursor:pointer;display:flex;gap:10px;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_16mnx_567{display:flex;align-items:center;gap:8px}._descIconWrapper_16mnx_574{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_16mnx_574{width:20px;height:20px}._descMain_16mnx_591{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_16mnx_601{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_16mnx_612{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_16mnx_622{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_16mnx_633{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_16mnx_644{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_16mnx_655{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_16mnx_664{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_16mnx_677{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._primaryBtn_16mnx_686{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_16mnx_686:hover{background:#c62828}._secondaryBtn_16mnx_702{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_16mnx_702 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_16mnx_702:hover{background:var(--Zinc-200, #e4e4e7)}._filterBox_16mnx_731{position:relative;width:23px;height:23px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:7px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._filterBox_16mnx_731:hover{background-color:#fafafa}._Badge_16mnx_751{position:absolute;top:-10px;right:-6px;width:18px;height:18px;flex-grow:0;border-radius:999px;background-color:#eb2128;display:flex;align-items:center;justify-content:center}._badgeCount_16mnx_765{width:15px;height:9px;font-family:Inter;font-size:8px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fef6f6}._clearAllButton_16mnx_779{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0}._clearAllButton_16mnx_779:hover{opacity:.8}._clearAllButtonText_16mnx_794{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._mainFilter_16mnx_294{display:flex;justify-content:space-between;align-items:center;width:100%}._exportButton_16mnx_348{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._exportGroup_16mnx_324{display:flex;gap:10px}._exportGroup_16mnx_324 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_16mnx_324 button img{width:16px;height:16px}._exportGroup_16mnx_324 button:hover{background-color:#e4e4e7}@media (max-width: 1279px){._row_16mnx_399{grid-template-columns:.4fr 1.6fr .7fr .7fr .8fr .8fr .6fr .8fr}._download_16mnx_553{flex-direction:column}}@media (max-width: 1024px){._row_16mnx_399{grid-template-columns:.4fr 1.8fr .7fr .7fr .8fr .8fr .3fr .8fr}._row_16mnx_399>div:nth-child(8){padding-left:15px}._status_16mnx_469,._pending_16mnx_505,._review_16mnx_505,._closed_16mnx_505,._acknowledged_16mnx_505{min-width:50px}._download_16mnx_553{flex-direction:column}}._modalOverlay_1s7tn_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_1s7tn_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_1s7tn_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1s7tn_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1s7tn_29 ._closeBtn_1s7tn_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_1s7tn_29 ._closeIcon_1s7tn_60{width:20px;height:20px}._modalContent_1s7tn_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:1px}._modalContent_1s7tn_65::-webkit-scrollbar{width:6px}._modalContent_1s7tn_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1s7tn_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1s7tn_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_1s7tn_65 ._checkboxGroup_1s7tn_91{display:flex;flex-direction:column;gap:10px}._modalContent_1s7tn_65 ._checkboxGroup_1s7tn_91:first-of-type{margin-bottom:12px}._modalContent_1s7tn_65 ._checkboxGroup_1s7tn_91 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_1s7tn_65 input,._modalContent_1s7tn_65 select,._modalContent_1s7tn_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_1s7tn_65 input:disabled,._modalContent_1s7tn_65 select:disabled,._modalContent_1s7tn_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_1s7tn_65 input:focus,._modalContent_1s7tn_65 select:focus,._modalContent_1s7tn_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_1s7tn_140{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1s7tn_147{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_1s7tn_156,._fullWidthButton_1s7tn_156 button{width:100%}._defaultLabel_1s7tn_163{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._checkboxError_1s7tn_172{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._clearBtn_1s7tn_183{display:flex;cursor:pointer;color:var(--Zinc-300, #d4d4d8);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._inputFieldWrapper_1s7tn_195{display:flex;flex-direction:column;margin-bottom:16px}._inputLabel_1s7tn_201{margin-bottom:10px;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._errorMsg_1s7tn_220{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._modalOverlay_w0ycu_1{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center}._modalContainer_w0ycu_11{background:#fff;border-radius:12px;width:420px;padding:24px;box-shadow:0 4px 10px #0003;position:relative}._closeBtn_w0ycu_20{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer}._modalTitle_w0ycu_29{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin-bottom:20px;text-align:center}._modalContent_w0ycu_40{display:flex;flex-direction:column;gap:12px}._field_w0ycu_46{display:flex;justify-content:space-between;align-items:flex-start;font-size:15px}._label_w0ycu_53{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._value_w0ycu_62{color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;text-align:center;flex:1;margin-left:8px}._commentBox_w0ycu_74{background:#f7f7f7;padding:10px;border-radius:8px;width:100%;margin-top:4px;word-wrap:break-word;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;text-align:center}._container_1ixhb_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1ixhb_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._loadingContent_1ixhb_20{display:flex;justify-content:center;align-items:center;margin-top:100px}._contentBox_1ixhb_27{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_1ixhb_41{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1ixhb_48{width:350px}._topRight_1ixhb_52{display:flex;align-items:center;gap:16px}._notificationWrapper_1ixhb_58{position:relative;display:inline-block}._notificationIcon_1ixhb_63{width:24px;height:24px;cursor:pointer}._notificationBadge_1ixhb_69{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1ixhb_83{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_1ixhb_90{display:flex;align-items:flex-start;gap:8px}._headerIcon_1ixhb_96{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;border:1px solid var(--Backgrounds_tentative-Voilet-subtle, #c4b8fa);background:var(--Backgrounds_tentative-Voilet-light, #ebe8fd)}._headerTextWrapper_1ixhb_110{display:flex;flex-direction:column}._headerTitle_1ixhb_115{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_1ixhb_123{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_1ixhb_131{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_1ixhb_138{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1ixhb_138:hover{color:#374151}._activeTab_1ixhb_154{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_1ixhb_159{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:column}._dropdownFilters_1ixhb_159 ._filterGroup_1ixhb_167{display:flex;gap:8px;align-items:center}._dropdownFilters_1ixhb_159 select,._dropdownFilters_1ixhb_159 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1ixhb_159 select:hover,._dropdownFilters_1ixhb_159 input:hover{background:#f9fafb}._employeeOption_1ixhb_197{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1ixhb_205{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1ixhb_217{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1ixhb_229{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1ixhb_241{display:flex;flex-direction:column}._employeeDiv_1ixhb_241::-webkit-scrollbar{width:2px}._employeeDiv_1ixhb_241::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1ixhb_241::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1ixhb_241::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1ixhb_260{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_1ixhb_272{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_1ixhb_279{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1ixhb_279:hover{background:#f9fafb}._exportGroup_1ixhb_302{display:flex;gap:10px}._exportGroup_1ixhb_302 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_1ixhb_302 button img{width:16px;height:16px}._exportGroup_1ixhb_302 button:hover{background-color:#e4e4e7}._exportGroup_1ixhb_302 button:focus{outline:none}._exportGroup_1ixhb_302 ._exportButton_1ixhb_326,._exportGroup_1ixhb_302 ._sortByButton_1ixhb_334,._exportGroup_1ixhb_302 ._customizeTableButton_1ixhb_342{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_1ixhb_351{display:flex;align-items:center;gap:12px}._tableOuterWrapper_1ixhb_358{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_1ixhb_365{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_1ixhb_377{display:grid;grid-template-columns:.4fr 1.5fr .8fr .8fr .8fr .8fr .7fr .6fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_1ixhb_386{background:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:5;border-bottom:1px solid #e5e7eb;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_1ixhb_386 ._row_1ixhb_377{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_1ixhb_377>div:nth-child(8){padding-left:45px}._tableBodyWrapper_1ixhb_410{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1ixhb_410::-webkit-scrollbar{width:6px}._tableBodyWrapper_1ixhb_410::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1ixhb_410 ._row_1ixhb_377{background:#fff;color:#111827}._tableBodyWrapper_1ixhb_410 ._row_1ixhb_377:hover{background:#f9fafb}._tableBodyWrapper_1ixhb_410 ._row_1ixhb_377._highlightRow_1ixhb_432{background:#e5e7eb;transition:background-color .3s ease}._tableBodyWrapper_1ixhb_410 ._row_1ixhb_377._highlightRow_1ixhb_432:hover{background:#e5e7eb}._statusDropdownWrapper_1ixhb_441{display:flex;align-items:center}._statusDropdown_1ixhb_441{width:110px}._statusDropdown_1ixhb_441 ._inputRow_1ixhb_449{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_1ixhb_441 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_1ixhb_441 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_1ixhb_441,._acknowledged_1ixhb_477,._closed_1ixhb_477,._review_1ixhb_477,._pending_1ixhb_477{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1ixhb_477{background:#fee2e2;color:#dc2626}._review_1ixhb_477{background:#ffedd5;color:#ea580c}._closed_1ixhb_477{background:#dff2fe;color:#0084d1}._acknowledged_1ixhb_477{background:#f0fdf4;color:#16a34a}._view_1ixhb_514,._download_1ixhb_524{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1ixhb_535{display:flex;align-items:center;gap:8px}._descIconWrapper_1ixhb_542{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1ixhb_542{width:20px;height:20px}._descMain_1ixhb_559{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1ixhb_569{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1ixhb_580{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1ixhb_590{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_1ixhb_601{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_1ixhb_612{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1ixhb_623{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_1ixhb_632{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_1ixhb_645{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._assignButon_1ixhb_654{height:23px;display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_1ixhb_665{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._primaryBtn_1ixhb_676{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1ixhb_676:hover{background:#c62828}._secondaryBtn_1ixhb_692{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1ixhb_692 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_1ixhb_692:hover{background:var(--Zinc-200, #e4e4e7)}._filterBox_1ixhb_721{position:relative;width:23px;height:23px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:7px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._Badge_1ixhb_738{position:absolute;top:-10px;right:-6px;width:18px;height:18px;flex-grow:0;border-radius:999px;background-color:#eb2128;display:flex;align-items:center;justify-content:center}._badgeCount_1ixhb_752{width:15px;height:9px;font-family:Inter;font-size:8px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fef6f6}._clearAllButton_1ixhb_766{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0}._clearAllButtonText_1ixhb_778{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}@media (max-width: 1279px){._row_1ixhb_377{grid-template-columns:.4fr 1.6fr .7fr .7fr .8fr .8fr .6fr .4fr}._row_1ixhb_377>div:nth-child(8){padding-left:25px}}@media (max-width: 1024px){._row_1ixhb_377{grid-template-columns:.4fr 1.8fr .7fr .7fr .8fr .8fr .4fr .3fr}._row_1ixhb_377>div:nth-child(8){padding-left:5px}._status_1ixhb_441,._pending_1ixhb_477,._review_1ixhb_477,._closed_1ixhb_477,._acknowledged_1ixhb_477{min-width:50px}}._modalOverlay_1fd0n_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_1fd0n_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_1fd0n_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1fd0n_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1fd0n_29 ._closeBtn_1fd0n_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_1fd0n_29 ._closeIcon_1fd0n_60{width:20px;height:20px}._modalContent_1fd0n_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:1px}._modalContent_1fd0n_65::-webkit-scrollbar{width:6px}._modalContent_1fd0n_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1fd0n_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1fd0n_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_1fd0n_65 ._checkboxGroup_1fd0n_91{display:flex;flex-direction:column;gap:10px}._modalContent_1fd0n_65 ._checkboxGroup_1fd0n_91:first-of-type{margin-bottom:12px}._modalContent_1fd0n_65 ._checkboxGroup_1fd0n_91 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_1fd0n_65 input,._modalContent_1fd0n_65 select,._modalContent_1fd0n_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_1fd0n_65 input:disabled,._modalContent_1fd0n_65 select:disabled,._modalContent_1fd0n_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_1fd0n_65 input:focus,._modalContent_1fd0n_65 select:focus,._modalContent_1fd0n_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_1fd0n_140{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1fd0n_147{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_1fd0n_156,._fullWidthButton_1fd0n_156 button{width:100%}._defaultLabel_1fd0n_163{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._checkboxError_1fd0n_172{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._clearBtn_1fd0n_183{display:flex;cursor:pointer;color:var(--Zinc-300, #D4D4D8);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._inputFieldWrapper_1fd0n_195{display:flex;flex-direction:column;margin-bottom:16px}._inputLabel_1fd0n_201{margin-bottom:10px;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._errorMsg_1fd0n_220{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px}._layout_1cyjz_2{display:flex;height:98vh;background:#f4f4f5}._main_1cyjz_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1cyjz_19{margin-bottom:16px;max-width:400px}._header_1cyjz_24{margin-bottom:20px}._title_1cyjz_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1cyjz_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1cyjz_47{display:flex;flex-direction:column;height:100%}._content_1cyjz_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px}._content_1cyjz_53::-webkit-scrollbar{width:6px}._content_1cyjz_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1cyjz_53::-webkit-scrollbar-track{background:transparent}._content_1cyjz_53 ._card_1cyjz_37:last-child{margin-bottom:50px}._footer_1cyjz_78{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_1cyjz_89{width:100%}._rightColumn_1cyjz_93{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1cyjz_93::-webkit-scrollbar{width:6px}._rightColumn_1cyjz_93::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1cyjz_93::-webkit-scrollbar-track{background:transparent}._rightColumn_1cyjz_93 ._card_1cyjz_37:last-child{margin-bottom:50px}._card_1cyjz_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1cyjz_129{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1cyjz_136{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1cyjz_93 ._cardHeader_1cyjz_129{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1cyjz_152 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1cyjz_152 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1cyjz_152 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1cyjz_169{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1cyjz_169 img{width:14px;height:14px}._addBtn_1cyjz_169:hover{background:#eb212814}._stepCard_1cyjz_190{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px);width:auto}._stepHeader_1cyjz_205{display:flex;align-items:center;justify-content:space-between}._headerInfo_1cyjz_211{display:flex;align-items:center;gap:12px}._textBlock_1cyjz_217{display:flex;flex-direction:column;gap:2px}._sectionLabel_1cyjz_223{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1cyjz_232{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1cyjz_241{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1cyjz_252{font-size:16px;color:#71717b;cursor:pointer}._progress_1cyjz_258{display:flex;gap:6px}._step_1cyjz_190{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1cyjz_270{background:#eb2128}._section_1cyjz_223{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_1cyjz_282{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1cyjz_290{font-size:14px}._counter_1cyjz_294{margin-left:auto;font-size:12px;color:#71717b}._details_1cyjz_300{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1cyjz_300 div{display:flex;justify-content:space-between}._details_1cyjz_300 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1cyjz_300 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1cyjz_190 ._progress_1cyjz_258{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1cyjz_335{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1cyjz_347{width:24px;height:24px}._infoIcon_1cyjz_252{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1cyjz_252:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1cyjz_362{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1cyjz_362 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1cyjz_373{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1cyjz_362{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1cyjz_362:hover{transform:scale(1.05)}._toolDetails_1cyjz_393{display:flex;flex-direction:column;gap:8px}._toolDetailValues_1cyjz_399{display:flex;flex-direction:column}._modalOverlay_b591h_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_b591h_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_b591h_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_b591h_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_b591h_29 ._closeBtn_b591h_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_b591h_29 ._closeIcon_b591h_60{width:20px;height:20px}._modalContent_b591h_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:1px}._modalContent_b591h_65::-webkit-scrollbar{width:6px}._modalContent_b591h_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_b591h_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_b591h_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_b591h_65 ._checkboxGroup_b591h_91{display:flex;flex-direction:column;gap:10px}._modalContent_b591h_65 ._checkboxGroup_b591h_91:first-of-type{margin-bottom:12px}._modalContent_b591h_65 ._checkboxGroup_b591h_91 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_b591h_65 input,._modalContent_b591h_65 select,._modalContent_b591h_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_b591h_65 input:disabled,._modalContent_b591h_65 select:disabled,._modalContent_b591h_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_b591h_65 input:focus,._modalContent_b591h_65 select:focus,._modalContent_b591h_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_b591h_140{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_b591h_147{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_b591h_156,._fullWidthButton_b591h_156 button{width:100%}._defaultLabel_b591h_163{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._checkboxError_b591h_172{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._clearBtn_b591h_183{display:flex;cursor:pointer;color:var(--Zinc-300, #7f7f7f);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._disabled_b591h_195{cursor:not-allowed;color:var(--Zinc-200, #E4E4E7)}._sectionLabel_b591h_200{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272A);margin-bottom:8px;display:block}._photoSection_b591h_208{display:flex;gap:12px;margin-bottom:16px}._modalOverlay_96a0g_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_96a0g_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_96a0g_25{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_96a0g_25 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_96a0g_45{background:transparent;border:none;cursor:pointer}._closeIcon_96a0g_51{width:20px;height:20px}._modalContent_96a0g_56{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}._modalContent_96a0g_56::-webkit-scrollbar{width:6px}._modalContent_96a0g_56::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_96a0g_56::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_96a0g_56::-webkit-scrollbar-thumb:hover{background:#555}._actionSection_96a0g_80{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_96a0g_85{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_96a0g_85 ._sectionTitle_96a0g_91{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader_96a0g_85 ._dropdownIcon_96a0g_98{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_96a0g_85 ._open_96a0g_105{transform:rotate(180deg)}._mainLabels_96a0g_109{width:100%}._radioGroup_96a0g_113{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionContent_96a0g_124{margin-top:2px;display:flex;flex-direction:column;gap:12px}._modalFooter_96a0g_131{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_96a0g_137,._fullWidthButton_96a0g_137 button{width:100%}._clearBtn_96a0g_144{display:flex;cursor:pointer;color:var(--Zinc-300, #7f7f7f);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._disabled_96a0g_156{cursor:not-allowed;color:var(--Zinc-200, #e4e4e7)}._radioLabel_96a0g_161{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._formLabel_96a0g_170{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionLabel_96a0g_181{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_96a0g_189{display:flex;gap:12px;margin-bottom:16px}._infobtn_96a0g_195{display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtnContent_96a0g_210{display:flex;align-items:center;gap:8px}._infoicon_96a0g_216{font-size:16px;width:24px;height:24px}._arrow-icon_96a0g_222{font-size:18px;color:#a04900}._leftIconBtn_96a0g_227{width:28px;height:28px;margin-right:20px}._modalHeader2_96a0g_233{display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader2_96a0g_233 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalContent2_96a0g_251{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection2_96a0g_260{padding-left:18px;padding-top:10px;gap:10px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._infoIconContent_96a0g_271{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._headerContent_96a0g_282{display:flex;gap:10px}._belowContent_96a0g_287{display:flex;flex-direction:column;gap:10px;margin-left:2px}._belowContent_96a0g_287 span{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._rightTickIcon_96a0g_304{display:flex;width:18px;height:18px;padding:4px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._below2Content_96a0g_316{display:flex;gap:10px}._below2Content_96a0g_316 div{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._errorText_96a0g_331{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._shake_96a0g_339{animation:_shake_96a0g_339 .4s ease}@keyframes _shake_96a0g_339{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._photoItem_96a0g_354{display:inline-block;margin-right:8px}._photoItem_96a0g_354 img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_96a0g_354 img:hover{transform:scale(1.05)}._inputRow_96a0g_370{display:flex;flex-direction:column;align-items:center;justify-content:space-between}._modal_c17ke_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_c17ke_13{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_c17ke_13 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_c17ke_33{background:transparent;border:none;cursor:pointer}._closeIcon_c17ke_39{width:20px;height:20px}._modalContent_c17ke_44{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}._modalContent_c17ke_44::-webkit-scrollbar{width:6px}._modalContent_c17ke_44::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_c17ke_44::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_c17ke_44::-webkit-scrollbar-thumb:hover{background:#555}._actionSection_c17ke_68{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_c17ke_73{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_c17ke_73 ._sectionTitle_c17ke_79{font-size:14px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader_c17ke_73 ._dropdownIcon_c17ke_86{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_c17ke_73 ._open_c17ke_93{transform:rotate(180deg)}._sectionContent_c17ke_97{margin-top:2px;display:flex;flex-direction:column;gap:12px;margin-left:10px}._modalFooter_c17ke_105{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_c17ke_111,._fullWidthButton_c17ke_111 button{width:100%}._clearBtn_c17ke_118{display:flex;cursor:pointer;color:var(--Zinc-300, #d4d4d8);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._radioLabel_c17ke_130{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._infobtn_c17ke_140{display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtnContent_c17ke_155{display:flex;align-items:center;gap:8px}._infoicon_c17ke_161{font-size:16px;width:24px;height:24px}._arrow-icon_c17ke_167{font-size:18px;color:#a04900}._leftIconBtn_c17ke_172{width:28px;height:28px;margin-right:20px}._modalHeader2_c17ke_178{display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader2_c17ke_178 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalContent2_c17ke_196{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection2_c17ke_205{padding-left:18px;padding-top:10px;gap:10px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._infoIconContent_c17ke_216{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._headerContent_c17ke_227{display:flex;gap:10px}._belowContent_c17ke_232{display:flex;flex-direction:column;gap:10px;margin-left:2px;width:100%}._belowContent_c17ke_232 span{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._rightTickIcon_c17ke_250{display:flex;width:18px;height:18px;padding:4px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._below2Content_c17ke_262{display:flex;gap:10px}._below2Content_c17ke_262 div{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._container_1tagv_1{border:1px solid #dcdcdc;border-radius:8px;background:#f9f9f9;width:100%;margin-top:5px;height:150px}._activeBorder_1tagv_10:focus-within{border-color:#2563eb}._label_1tagv_14{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._textarea_1tagv_24{width:95%;height:70px!important;resize:vertical;padding:10px;border-radius:6px;border:none;font-size:14px;background:#fff;color:#27272a;font-size:16px;font-weight:400}._textarea_1tagv_24:focus{border:none;outline:none;box-shadow:none}._attachRow_1tagv_44{display:flex;align-items:center;width:100%}._flexSpacer_1tagv_50{flex:1}._disabledUpload_1tagv_54{opacity:.5;pointer-events:none}._previewRow_1tagv_59{display:flex;gap:10px}._previewBox_1tagv_64{width:45px;height:45px;position:relative;border:1px solid #ccc;border-radius:6px;overflow:hidden;background:#fff;margin-left:10px}._previewImage_1tagv_75{width:100%;height:100%;object-fit:cover}._removeBtn_1tagv_81{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#eb2128;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}._removeBtn_1tagv_81 img{width:14px;height:14px;border:none;border-radius:24px}._uploadBtn_1tagv_103{width:119px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:8px 12px 8px 10px;border-radius:8px;background-color:#f5f4f4;cursor:pointer}._uploadBtn_1tagv_103 span{width:77px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._commentAttach_1tagv_133{width:100%}._inputRowError_1tagv_137{border-color:#dc2626}._modalOverlay_1c99w_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_1c99w_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_1c99w_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1c99w_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1c99w_29 ._closeBtn_1c99w_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_1c99w_29 ._closeIcon_1c99w_60{width:20px;height:20px}._modalContent_1c99w_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:1px}._modalContent_1c99w_65::-webkit-scrollbar{width:6px}._modalContent_1c99w_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1c99w_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1c99w_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_1c99w_65 ._checkboxGroup_1c99w_91{display:flex;flex-direction:column;gap:10px}._modalContent_1c99w_65 ._checkboxGroup_1c99w_91:first-of-type{margin-bottom:12px}._modalContent_1c99w_65 ._checkboxGroup_1c99w_91 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_1c99w_65 input,._modalContent_1c99w_65 select,._modalContent_1c99w_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_1c99w_65 input:disabled,._modalContent_1c99w_65 select:disabled,._modalContent_1c99w_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_1c99w_65 input:focus,._modalContent_1c99w_65 select:focus,._modalContent_1c99w_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_1c99w_140{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1c99w_147{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_1c99w_156,._fullWidthButton_1c99w_156 button{width:100%}._defaultLabel_1c99w_163{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._checkboxError_1c99w_172{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px;display:block}._clearBtn_1c99w_183{display:flex;cursor:pointer;color:var(--Zinc-300, #7f7f7f);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._disabled_1c99w_195{cursor:not-allowed;color:var(--Zinc-200, #E4E4E7)}._sectionLabel_1c99w_200{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272A);margin-bottom:8px;display:block}._photoSection_1c99w_208{display:flex;gap:12px;margin-bottom:16px}._globalError_1c99w_214{color:#dc2626;font-size:14px;text-align:start;margin-bottom:10px}._layout_14l8m_2{display:flex;height:100vh;background:#f4f4f5}._main_14l8m_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_14l8m_19{margin-bottom:16px;max-width:400px}._header_14l8m_24{margin-bottom:20px}._title_14l8m_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_14l8m_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_14l8m_47{display:flex;flex-direction:column;height:100%}._content_14l8m_53{flex:1;overflow-y:auto;max-height:calc(100vh - 350px);padding-right:12px}._content_14l8m_53::-webkit-scrollbar{width:6px}._content_14l8m_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_14l8m_53::-webkit-scrollbar-track{background:transparent}._content_14l8m_53 ._card_14l8m_37:last-child{margin-bottom:50px}._footer_14l8m_78{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_14l8m_89{width:100%}._rightColumn_14l8m_93{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_14l8m_93::-webkit-scrollbar{width:6px}._rightColumn_14l8m_93::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_14l8m_93::-webkit-scrollbar-track{background:transparent}._rightColumn_14l8m_93 ._card_14l8m_37:last-child{margin-bottom:50px}._card_14l8m_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_14l8m_129{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_14l8m_136{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_14l8m_93 ._cardHeader_14l8m_129{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_14l8m_152 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_14l8m_152 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_14l8m_152 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_14l8m_169{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_14l8m_169 img{width:14px;height:14px}._addBtn_14l8m_169:hover{background:#eb212814}._stepCard_14l8m_190{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px);width:auto}._stepHeader_14l8m_205{display:flex;align-items:center;justify-content:space-between}._headerInfo_14l8m_211{display:flex;align-items:center;gap:12px}._textBlock_14l8m_217{display:flex;flex-direction:column;gap:2px}._sectionLabel_14l8m_223{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_14l8m_232{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_14l8m_241{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_14l8m_252{font-size:16px;color:#71717b;cursor:pointer}._progress_14l8m_258{display:flex;gap:6px}._step_14l8m_190{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_14l8m_270{background:#eb2128}._section_14l8m_223{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_14l8m_282{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_14l8m_290{font-size:14px}._counter_14l8m_294{margin-left:auto;font-size:12px;color:#71717b}._details_14l8m_300{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_14l8m_300 div{display:flex;justify-content:space-between}._details_14l8m_300 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_14l8m_300 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_14l8m_190 ._progress_14l8m_258{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_14l8m_335{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_14l8m_347{width:24px;height:24px}._infoIcon_14l8m_252{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_14l8m_252:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_14l8m_362{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_14l8m_362 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreview1_14l8m_380{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview1_14l8m_380:hover{transform:scale(1.05)}._toolDetailValues_14l8m_393{display:flex;flex-direction:column}._photoPreviewWrapper_14l8m_373{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_14l8m_362{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_14l8m_362:hover{transform:scale(1.05)}._picPreviewSection_14l8m_418{display:flex;flex-direction:column;gap:4px}._picPreviewSection_14l8m_418 strong{color:#71717b;font-size:.75rem;font-weight:400}._picPreviewWrapper_14l8m_429{display:flex;flex-direction:column;gap:8px;margin-top:4px;flex-wrap:wrap}._picPreview_14l8m_418{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s ease-in-out}._picPreview_14l8m_418:hover{transform:scale(1.05)}._modalOverlay_7y6qn_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_7y6qn_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_7y6qn_25{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_7y6qn_25 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_7y6qn_45{background:transparent;border:none;cursor:pointer}._closeIcon_7y6qn_51{width:20px;height:20px}._modalContent_7y6qn_56{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}._modalContent_7y6qn_56::-webkit-scrollbar{width:6px}._modalContent_7y6qn_56::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_7y6qn_56::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_7y6qn_56::-webkit-scrollbar-thumb:hover{background:#555}._actionSection_7y6qn_80{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_7y6qn_85{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_7y6qn_85 ._sectionTitle_7y6qn_91{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader_7y6qn_85 ._dropdownIcon_7y6qn_98{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_7y6qn_85 ._open_7y6qn_105{transform:rotate(180deg)}._mainLabels_7y6qn_109{width:100%}._radioGroup_7y6qn_113{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionContent_7y6qn_124{margin-top:2px;display:flex;flex-direction:column;gap:12px;margin-left:10px}._modalFooter_7y6qn_132{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_7y6qn_138,._fullWidthButton_7y6qn_138 button{width:100%}._clearBtn_7y6qn_145{display:flex;cursor:pointer;color:var(--Zinc-300, #7f7f7f);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._disabled_7y6qn_157{cursor:not-allowed;color:var(--Zinc-200, #e4e4e7)}._radioLabel_7y6qn_162{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._formLabel_7y6qn_171{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionLabel_7y6qn_182{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_7y6qn_190{display:flex;gap:12px;margin-bottom:16px}._infobtn_7y6qn_196{display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtnContent_7y6qn_211{display:flex;align-items:center;gap:8px}._infoicon_7y6qn_217{font-size:16px;width:24px;height:24px}._arrow-icon_7y6qn_223{font-size:18px;color:#a04900}._leftIconBtn_7y6qn_228{width:28px;height:28px;margin-right:20px}._modalHeader2_7y6qn_234{display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader2_7y6qn_234 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalContent2_7y6qn_252{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection2_7y6qn_261{padding-left:18px;padding-top:10px;gap:10px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._infoIconContent_7y6qn_272{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._headerContent_7y6qn_283{display:flex;gap:10px}._belowContent_7y6qn_288{display:flex;flex-direction:column;gap:10px;margin-left:2px}._belowContent_7y6qn_288 span{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._rightTickIcon_7y6qn_305{display:flex;width:18px;height:18px;padding:4px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._below2Content_7y6qn_317{display:flex;gap:10px}._below2Content_7y6qn_317 div{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._errorText_7y6qn_332{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._shake_7y6qn_340{animation:_shake_7y6qn_340 .4s ease}@keyframes _shake_7y6qn_340{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._photoItem_7y6qn_355{display:inline-block;margin-right:8px}._photoItem_7y6qn_355 img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoPreviewSection_7y6qn_368{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_7y6qn_368 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_7y6qn_379{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview1_7y6qn_386{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview1_7y6qn_386:hover{transform:scale(1.05)}._layout_1geg5_2{display:flex;height:98vh;background:#f4f4f5}._main_1geg5_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1geg5_19{margin-bottom:16px;max-width:400px}._header_1geg5_24{margin-bottom:20px}._title_1geg5_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1geg5_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1geg5_47{display:flex;flex-direction:column;height:100%}._content_1geg5_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_1geg5_53::-webkit-scrollbar{width:6px}._content_1geg5_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1geg5_53::-webkit-scrollbar-track{background:transparent}._content_1geg5_53 ._card_1geg5_37:last-child{margin-bottom:50px}._footer_1geg5_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_1geg5_90{width:100%}._rightColumn_1geg5_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1geg5_94::-webkit-scrollbar{width:6px}._rightColumn_1geg5_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1geg5_94::-webkit-scrollbar-track{background:transparent}._rightColumn_1geg5_94 ._card_1geg5_37:last-child{margin-bottom:50px}._card_1geg5_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1geg5_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1geg5_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1geg5_94 ._cardHeader_1geg5_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1geg5_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1geg5_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1geg5_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1geg5_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1geg5_170 img{width:14px;height:14px}._addBtn_1geg5_170:hover{background:#eb212814}._stepCard_1geg5_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_1geg5_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_1geg5_212{display:flex;align-items:center;gap:12px}._textBlock_1geg5_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_1geg5_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1geg5_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1geg5_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1geg5_253{font-size:16px;color:#71717b;cursor:pointer}._progress_1geg5_259{display:flex;gap:6px}._step_1geg5_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1geg5_271{background:#eb2128}._section_1geg5_224{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_1geg5_283{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1geg5_291{font-size:14px}._counter_1geg5_295{margin-left:auto;font-size:12px;color:#71717b}._details_1geg5_301{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1geg5_301 div{display:flex;justify-content:space-between}._details_1geg5_301 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1geg5_301 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1geg5_191 ._progress_1geg5_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1geg5_336{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1geg5_348{width:24px;height:24px}._infoIcon_1geg5_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1geg5_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1geg5_363{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1geg5_363 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1geg5_374{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1geg5_363{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1geg5_363:hover{transform:scale(1.05)}._toolDetails_1geg5_394{display:flex;flex-direction:column;gap:8px}._toolDetailValues_1geg5_400,._remarksCard_1geg5_406{display:flex;flex-direction:column}._remarksList_1geg5_411{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_1geg5_418{display:flex;gap:10px}._newRemark_1geg5_418 input,._newRemark_1geg5_418 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_1geg5_418 ._saveButton_1geg5_429{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_1geg5_418 ._saveButton_1geg5_429:hover{background-color:#c91218}._remarkItem_1geg5_441{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_1geg5_441 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_1geg5_441 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_1geg5_463{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_1geg5_472{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_1geg5_472 span{white-space:nowrap}._remarkText_1geg5_488{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_1geg5_497{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_1geg5_497::placeholder{color:#a1a1aa;font-size:14px}._inputRow_1geg5_497:focus-within{border-color:#2563eb}._dropdownSelect_1geg5_523{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_1geg5_523::-ms-expand{display:none}._photoItem_1geg5_546{display:inline-block;margin-right:8px}._photoItem_1geg5_546 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_1geg5_546 img:hover{transform:scale(1.05)}._sectionTitle1_1geg5_562{display:flex;flex-direction:row;gap:12px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._mainLabels_1geg5_574{flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_1geg5_587{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_1geg5_592{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_1geg5_603{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_1geg5_603 ._sectionTitle_1geg5_233{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_1geg5_603 ._dropdownIcon_1geg5_616{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_1geg5_603 ._open_1geg5_623{transform:rotate(180deg)}._dropdownContentBox_1geg5_627{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_1geg5_639{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_1geg5_650{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_1geg5_665{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_1geg5_679{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_1geg5_689{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_1geg5_700{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_1geg5_712{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_1geg5_727{flex:1;width:98%;outline:none;resize:vertical;font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_1geg5_727::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_1geg5_727:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_1geg5_764{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_1geg5_776{width:fit-content;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_1geg5_791{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_1geg5_805{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_1geg5_819{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_1geg5_831{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_1geg5_838{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_1geg5_852{position:relative;width:100%}._textarea1_1geg5_857{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_1geg5_857:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_1geg5_878{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_1geg5_878:hover{background-color:#145ca2}._disabled_1geg5_894{opacity:.5;cursor:not-allowed}._saveButtonBox_1geg5_899{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_1geg5_917{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_1geg5_924{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_1geg5_939{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._saveButton_1geg5_429{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_1geg5_429:hover{background-color:#c91218}._saveButtonDisabled_1geg5_539{opacity:.6;cursor:not-allowed;pointer-events:none}._rmRemarkWrapper_1geg5_975{position:relative;flex:1}._inlineSaveButton_1geg5_980{position:absolute;bottom:8px;right:8px;padding:4px 10px;font-size:12px;cursor:pointer}._rmsaveButtonBox_1geg5_989{cursor:pointer;position:absolute;bottom:10px;right:10px;font-size:12px;width:50px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._rmsaveButtonIcon_1geg5_1008{width:13px;height:13px;flex-grow:0;object-fit:contain}._rmsaveButtonLabel_1geg5_1015{width:24px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._layout_1xfed_2{display:flex;height:100vh;background:#f4f4f5}._main_1xfed_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1xfed_19{margin-bottom:16px;max-width:400px}._header_1xfed_24{margin-bottom:20px}._title_1xfed_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1xfed_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1xfed_47{display:flex;flex-direction:column;height:100%}._content_1xfed_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_1xfed_53::-webkit-scrollbar{width:6px}._content_1xfed_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1xfed_53::-webkit-scrollbar-track{background:transparent}._content_1xfed_53 ._card_1xfed_37:last-child{margin-bottom:50px}._footer_1xfed_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_1xfed_90{width:100%}._rightColumn_1xfed_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1xfed_94::-webkit-scrollbar{width:6px}._rightColumn_1xfed_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1xfed_94::-webkit-scrollbar-track{background:transparent}._rightColumn_1xfed_94 ._card_1xfed_37:last-child{margin-bottom:50px}._card_1xfed_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1xfed_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1xfed_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1xfed_94 ._cardHeader_1xfed_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1xfed_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1xfed_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1xfed_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1xfed_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1xfed_170 img{width:14px;height:14px}._addBtn_1xfed_170:hover{background:#eb212814}._stepCard_1xfed_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_1xfed_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_1xfed_212{display:flex;align-items:center;gap:12px}._textBlock_1xfed_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_1xfed_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1xfed_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1xfed_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1xfed_253{font-size:16px;color:#71717b;cursor:pointer}._progress_1xfed_259{display:flex;gap:6px}._step_1xfed_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1xfed_271{background:#eb2128}._section_1xfed_224{display:flex;flex-direction:column;gap:8px}._sectionHeader_1xfed_281{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1xfed_289{font-size:14px}._counter_1xfed_293{margin-left:auto;font-size:12px;color:#71717b}._details_1xfed_299{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1xfed_299 div{display:flex;justify-content:space-between}._details_1xfed_299 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1xfed_299 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1xfed_191 ._progress_1xfed_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1xfed_191 ._section_1xfed_224:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1xfed_191 ._section_1xfed_224:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1xfed_347{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1xfed_359{width:24px;height:24px}._infoIcon_1xfed_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1xfed_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1xfed_374{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1xfed_374 strong{color:#71717b;font-size:.75rem;font-weight:400}._pdfPreviewWrapper_1xfed_385{width:100%;height:calc(100vh - 250px);border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-top:12px;display:flex;align-items:center;justify-content:center}._pdfPreview_1xfed_385{width:100%;height:100%;border:none;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}._pdfPreview_1xfed_385::-webkit-scrollbar{display:none}._readConfirmation_1xfed_410{margin-top:16px;padding-top:12px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:flex-start}._readConfirmed_1xfed_420 ._custom_1xfed_90{background:#eb2128!important;border-color:#eb2128!important}._layout_zujp7_2{display:flex;height:98vh;background:#f4f4f5}._main_zujp7_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_zujp7_19{margin-bottom:16px;max-width:400px}._header_zujp7_24{margin-bottom:20px}._title_zujp7_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_zujp7_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_zujp7_47{display:flex;flex-direction:column;height:100%}._content_zujp7_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_zujp7_53::-webkit-scrollbar{width:6px}._content_zujp7_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_zujp7_53::-webkit-scrollbar-track{background:transparent}._content_zujp7_53 ._card_zujp7_37:last-child{margin-bottom:50px}._footer_zujp7_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_zujp7_90{width:100%}._rightColumn_zujp7_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_zujp7_94::-webkit-scrollbar{width:6px}._rightColumn_zujp7_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_zujp7_94::-webkit-scrollbar-track{background:transparent}._rightColumn_zujp7_94 ._card_zujp7_37:last-child{margin-bottom:50px}._card_zujp7_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_zujp7_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_zujp7_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_zujp7_94 ._cardHeader_zujp7_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_zujp7_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_zujp7_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_zujp7_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_zujp7_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_zujp7_170 img{width:14px;height:14px}._addBtn_zujp7_170:hover{background:#eb212814}._stepCard_zujp7_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_zujp7_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_zujp7_212{display:flex;align-items:center;gap:12px}._textBlock_zujp7_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_zujp7_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_zujp7_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._sectionTitle1_zujp7_242{display:flex;flex-direction:row;gap:12px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_zujp7_254{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_zujp7_265{font-size:16px;color:#71717b;cursor:pointer}._progress_zujp7_271{display:flex;gap:6px}._step_zujp7_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_zujp7_283{background:#eb2128}._section_zujp7_224{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_zujp7_295{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_zujp7_303{font-size:14px}._counter_zujp7_307{margin-left:auto;font-size:12px;color:#71717b}._details_zujp7_313{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_zujp7_313 div{display:flex;justify-content:space-between}._details_zujp7_313 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_zujp7_313 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_zujp7_191 ._progress_zujp7_271{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_zujp7_348{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_zujp7_360{width:24px;height:24px}._infoIcon_zujp7_265{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_zujp7_265:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_zujp7_375{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_zujp7_375 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_zujp7_386{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_zujp7_375{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_zujp7_375:hover{transform:scale(1.05)}._toolDetails_zujp7_406{display:flex;flex-direction:column;gap:8px}._toolDetailValues_zujp7_412,._remarksCard_zujp7_418{display:flex;flex-direction:column}._remarksList_zujp7_423{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_zujp7_430{display:flex;gap:10px}._newRemark_zujp7_430 input,._newRemark_zujp7_430 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._remarkItem_zujp7_442{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_zujp7_442 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_zujp7_442 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_zujp7_464{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_zujp7_473{margin-top:10px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_zujp7_473 span{white-space:nowrap}._remarkText_zujp7_489{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkText1_zujp7_498{color:#18181b}._inputRow_zujp7_502{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_zujp7_502::placeholder{color:#a1a1aa;font-size:14px}._inputRow_zujp7_502:focus-within{border-color:#2563eb}._dropdownSelect_zujp7_528{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_zujp7_528::-ms-expand{display:none}._saveButton_zujp7_544{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_zujp7_544:hover{background-color:#c91218}._saveButtonDisabled_zujp7_557{opacity:.6;cursor:not-allowed;pointer-events:none}._photoItem_zujp7_564{display:inline-block;margin-right:8px}._photoItem_zujp7_564 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_zujp7_564 img:hover{transform:scale(1.05)}._mainLabels_zujp7_580{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_zujp7_594{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_zujp7_599{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_zujp7_610{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_zujp7_610 ._sectionTitle_zujp7_233{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_zujp7_610 ._dropdownIcon_zujp7_623{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_zujp7_610 ._open_zujp7_630{transform:rotate(180deg)}._dropdownContentBox_zujp7_634{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_zujp7_646{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_zujp7_657{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_zujp7_672{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_zujp7_686{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_zujp7_696{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_zujp7_707{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_zujp7_719{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_zujp7_734{flex:1;width:98%;outline:none;resize:vertical;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_zujp7_734::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_zujp7_734:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_zujp7_770{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_zujp7_782{width:fit-content;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_zujp7_797{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_zujp7_811{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_zujp7_825{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_zujp7_837{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_zujp7_844{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_zujp7_858{position:relative;width:100%}._textarea1_zujp7_863{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_zujp7_863:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_zujp7_884{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_zujp7_884:hover{background-color:#145ca2}._disabled_zujp7_900{opacity:.5;cursor:not-allowed}._saveButtonBox_zujp7_905{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_zujp7_923{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_zujp7_930{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_zujp7_945{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._rmRemarkWrapper_zujp7_961{position:relative;flex:1}._rmsaveButtonBox_zujp7_966{cursor:pointer;position:absolute;bottom:10px;right:10px;font-size:12px;width:50px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._rmsaveButtonIcon_zujp7_985{width:13px;height:13px;flex-grow:0;object-fit:contain}._rmsaveButtonLabel_zujp7_992{width:24px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._infobtn_zujp7_1007{width:fit-content;display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:4px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtnContent_zujp7_1023{display:flex;align-items:center;gap:8px}._closeIcon_zujp7_1029{width:15px;height:15px}._modal_1hi7r_1{background:#fff;width:100%;height:fit-content;display:flex;flex-direction:column;border-left:none}._modalHeader_1hi7r_10{display:flex;align-items:center;justify-content:space-between;padding:5px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_1hi7r_10 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_1hi7r_30{background:transparent;border:none;cursor:pointer;padding:0}._closeBtn_1hi7r_30:focus{outline:none}._modalContent_1hi7r_46{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}._modalContent_1hi7r_46::-webkit-scrollbar{width:6px}._modalContent_1hi7r_46::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1hi7r_46::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1hi7r_46::-webkit-scrollbar-thumb:hover{background:#555}._actionSection_1hi7r_70{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_1hi7r_75{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_1hi7r_75 ._sectionTitle_1hi7r_81{font-size:14px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader_1hi7r_75 ._dropdownIcon_1hi7r_88{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_1hi7r_75 ._open_1hi7r_95{transform:rotate(180deg)}._sectionContent_1hi7r_99{margin-top:2px;display:flex;flex-direction:column;gap:12px;margin-left:10px}._modalFooter_1hi7r_107{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_1hi7r_113,._fullWidthButton_1hi7r_113 button{width:100%}._clearBtn_1hi7r_120{display:flex;cursor:pointer;color:var(--Zinc-300, #d4d4d8);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._radioLabel_1hi7r_132{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._infobtn_1hi7r_142{display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:2px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infoicon_1hi7r_163{font-size:12px;width:16px;height:16px}._arrow-icon_1hi7r_169{font-size:18px;color:#a04900}._leftIconBtn_1hi7r_174{width:24px;height:24px;margin-right:5px}._modalHeader2_1hi7r_180{display:flex;align-items:center;justify-content:space-between;font-size:13px;background:#fff}._modalHeader2_1hi7r_180 p{margin:0;font-size:13px;flex:1;text-align:left;color:#27272a;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._infobtn_1hi7r_142{width:fit-content;display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:2px 10px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtn_1hi7r_142 p{padding:0;margin:0}._infobtnContent_1hi7r_157{display:flex;align-items:center;gap:8px}._closeIcon_1hi7r_41{width:15px;height:15px}._modalContent2_1hi7r_230{padding:10px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection2_1hi7r_239{padding-left:9px;padding-top:5px;gap:5px;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}._infoIconContent_1hi7r_249{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._headerContent_1hi7r_260{display:flex;gap:10px;align-items:center}._belowContent_1hi7r_266{display:flex;flex-direction:column;gap:10px;margin-left:2px;width:100%}._belowContent_1hi7r_266 span{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._rightTickIcon_1hi7r_284{display:flex;width:16px;height:16px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._below2Content_1hi7r_295{display:flex;gap:10px}._below2Content_1hi7r_295 div{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._layout_d5ro9_2{display:flex;height:100vh;background:#f4f4f5}._main_d5ro9_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_d5ro9_19{margin-bottom:16px;max-width:400px}._header_d5ro9_24{margin-bottom:20px}._title_d5ro9_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_d5ro9_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_d5ro9_47{display:flex;flex-direction:column;height:100%}._content_d5ro9_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 350px)}._content_d5ro9_53::-webkit-scrollbar{width:6px}._content_d5ro9_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_d5ro9_53::-webkit-scrollbar-track{background:transparent}._content_d5ro9_53 ._card_d5ro9_37:last-child{margin-bottom:50px}._footer_d5ro9_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_d5ro9_90{width:100%}._rightColumn_d5ro9_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_d5ro9_94::-webkit-scrollbar{width:6px}._rightColumn_d5ro9_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_d5ro9_94::-webkit-scrollbar-track{background:transparent}._rightColumn_d5ro9_94 ._card_d5ro9_37:last-child{margin-bottom:50px}._card_d5ro9_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_d5ro9_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_d5ro9_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_d5ro9_94 ._cardHeader_d5ro9_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_d5ro9_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_d5ro9_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_d5ro9_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_d5ro9_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_d5ro9_170 img{width:14px;height:14px}._addBtn_d5ro9_170:hover{background:#eb212814}._stepCard_d5ro9_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px);width:auto}._stepHeader_d5ro9_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_d5ro9_212{display:flex;align-items:center;gap:12px}._textBlock_d5ro9_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_d5ro9_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_d5ro9_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_d5ro9_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_d5ro9_253{font-size:16px;color:#71717b;cursor:pointer}._progress_d5ro9_259{display:flex;gap:6px}._step_d5ro9_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_d5ro9_271{background:#eb2128}._section_d5ro9_224{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_d5ro9_283{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_d5ro9_291{font-size:14px}._counter_d5ro9_295{margin-left:auto;font-size:12px;color:#71717b}._details_d5ro9_301{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_d5ro9_301 div{display:flex;justify-content:space-between}._details_d5ro9_301 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_d5ro9_301 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_d5ro9_191 ._progress_d5ro9_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_d5ro9_336{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_d5ro9_348{width:24px;height:24px}._infoIcon_d5ro9_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_d5ro9_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_d5ro9_363{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_d5ro9_363 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreview_d5ro9_363{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._toolDetailValues_d5ro9_394{display:flex;flex-direction:column}._titleHeading_d5ro9_399{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._photoPreviewWrapper_d5ro9_374{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_d5ro9_363{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_d5ro9_363:hover{transform:scale(1.05)}._photoPreview1_d5ro9_429{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview1_d5ro9_429:hover{transform:scale(1.05)}._modalOverlay_4zia2_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_4zia2_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_4zia2_25{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_4zia2_25 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_4zia2_45{background:transparent;border:none;cursor:pointer}._closeIcon_4zia2_51{width:20px;height:20px}._modalContent_4zia2_56{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}._modalContent_4zia2_56::-webkit-scrollbar{width:6px}._modalContent_4zia2_56::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_4zia2_56::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_4zia2_56::-webkit-scrollbar-thumb:hover{background:#555}._actionSection_4zia2_80{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_4zia2_85{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_4zia2_85 ._sectionTitle_4zia2_91{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader_4zia2_85 ._dropdownIcon_4zia2_98{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_4zia2_85 ._open_4zia2_105{transform:rotate(180deg)}._mainLabels_4zia2_109{width:100%}._radioGroup_4zia2_113{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionContent_4zia2_124{margin-top:2px;display:flex;flex-direction:column;gap:12px;margin-left:10px}._modalFooter_4zia2_132{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_4zia2_138,._fullWidthButton_4zia2_138 button{width:100%}._clearBtn_4zia2_145{display:flex;cursor:pointer;color:var(--Zinc-300, #7f7f7f);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._disabled_4zia2_157{cursor:not-allowed;color:var(--Zinc-200, #e4e4e7)}._radioLabel_4zia2_162{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._formLabel_4zia2_171{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionLabel_4zia2_182{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_4zia2_190{display:flex;gap:12px;margin-bottom:16px}._infobtn_4zia2_196{display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtnContent_4zia2_211{display:flex;align-items:center;gap:8px}._infoicon_4zia2_217{font-size:16px;width:24px;height:24px}._arrow-icon_4zia2_223{font-size:18px;color:#a04900}._leftIconBtn_4zia2_228{width:28px;height:28px;margin-right:20px}._modalHeader2_4zia2_234{display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader2_4zia2_234 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalContent2_4zia2_252{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection2_4zia2_261{padding-left:18px;padding-top:10px;gap:10px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._infoIconContent_4zia2_272{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._headerContent_4zia2_283{display:flex;gap:10px}._belowContent_4zia2_288{display:flex;flex-direction:column;gap:10px;margin-left:2px}._belowContent_4zia2_288 span{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._rightTickIcon_4zia2_305{display:flex;width:18px;height:18px;padding:4px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._below2Content_4zia2_317{display:flex;gap:10px}._below2Content_4zia2_317 div{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._errorText_4zia2_332{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}@keyframes _shake_4zia2_351{0%,to{transform:translate(0)}20%,60%{transform:translate(-10px)}40%,80%{transform:translate(10px)}}._shake_4zia2_351{animation:_shake_4zia2_351 .4s ease}@keyframes _shake_4zia2_351{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._titleHeading_4zia2_366{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._photoItem_4zia2_376{display:inline-block;margin-right:8px}._photoItem_4zia2_376 img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_4zia2_376 img:hover{transform:scale(1.05)}._photoPreviewSection_4zia2_392{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_4zia2_392 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_4zia2_403{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview1_4zia2_410{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview1_4zia2_410:hover{transform:scale(1.05)}._layout_11nih_2{display:flex;height:100vh;background:#f4f4f5}._main_11nih_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_11nih_19{margin-bottom:16px;max-width:400px}._header_11nih_24{margin-bottom:20px}._title_11nih_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_11nih_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_11nih_47{display:flex;flex-direction:column;height:100%}._content_11nih_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_11nih_53::-webkit-scrollbar{width:6px}._content_11nih_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_11nih_53::-webkit-scrollbar-track{background:transparent}._content_11nih_53 ._card_11nih_37:last-child{margin-bottom:50px}._footer_11nih_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_11nih_90{width:100%}._rightColumn_11nih_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_11nih_94::-webkit-scrollbar{width:6px}._rightColumn_11nih_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_11nih_94::-webkit-scrollbar-track{background:transparent}._rightColumn_11nih_94 ._card_11nih_37:last-child{margin-bottom:50px}._card_11nih_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_11nih_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_11nih_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_11nih_94 ._cardHeader_11nih_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_11nih_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_11nih_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_11nih_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_11nih_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_11nih_170 img{width:14px;height:14px}._addBtn_11nih_170:hover{background:#eb212814}._stepCard_11nih_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_11nih_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_11nih_212{display:flex;align-items:center;gap:12px}._textBlock_11nih_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_11nih_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_11nih_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_11nih_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_11nih_253{font-size:16px;color:#71717b;cursor:pointer}._progress_11nih_259{display:flex;gap:6px}._step_11nih_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_11nih_271{background:#eb2128}._section_11nih_224{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_11nih_283{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_11nih_291{font-size:14px}._counter_11nih_295{margin-left:auto;font-size:12px;color:#71717b}._details_11nih_301{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_11nih_301 div{display:flex;justify-content:space-between}._details_11nih_301 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_11nih_301 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_11nih_191 ._progress_11nih_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_11nih_336{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_11nih_348{width:24px;height:24px}._infoIcon_11nih_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_11nih_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_11nih_363{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_11nih_363 strong{color:#71717b;font-size:.75rem;font-weight:400}._toolDetailValues_11nih_394{display:flex;flex-direction:column}._titleHeading_11nih_399{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._photoPreviewWrapper_11nih_374{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_11nih_363{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_11nih_363:hover{transform:scale(1.05)}._remarksCard_11nih_430{display:flex;flex-direction:column}._remarksList_11nih_435{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_11nih_442{display:flex;gap:10px}._newRemark_11nih_442 input,._newRemark_11nih_442 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_11nih_442 ._saveButton_11nih_453{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_11nih_442 ._saveButton_11nih_453:hover{background-color:#c91218}._remarkItem_11nih_465{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_11nih_465 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_11nih_465 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_11nih_487{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_11nih_496{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_11nih_496 span{white-space:nowrap}._remarkText_11nih_512{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_11nih_521{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_11nih_521::placeholder{color:#a1a1aa;font-size:14px}._inputRow_11nih_521:focus-within{border-color:#2563eb}._dropdownSelect_11nih_547{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_11nih_547::-ms-expand{display:none}._saveButton_11nih_453{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_11nih_453:hover{background-color:#c91218}._saveButtonDisabled_11nih_576{opacity:.6;cursor:not-allowed;pointer-events:none}._photoItem_11nih_583{display:inline-block;margin-right:8px}._photoItem_11nih_583 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_11nih_583 img:hover{transform:scale(1.05)}._sectionTitle1_11nih_599{display:flex;flex-direction:row;gap:12px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._mainLabels_11nih_611{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_11nih_625{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_11nih_630{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_11nih_641{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_11nih_641 ._sectionTitle_11nih_233{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_11nih_641 ._dropdownIcon_11nih_654{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_11nih_641 ._open_11nih_661{transform:rotate(180deg)}._dropdownContentBox_11nih_665{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_11nih_677{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_11nih_688{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_11nih_703{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_11nih_717{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_11nih_727{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_11nih_738{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_11nih_750{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_11nih_765{flex:1;width:98%;outline:none;resize:vertical;font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_11nih_765::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_11nih_765:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_11nih_802{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_11nih_814{width:fit-content;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_11nih_829{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_11nih_843{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_11nih_857{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_11nih_869{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_11nih_876{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_11nih_890{position:relative;width:100%}._textarea1_11nih_895{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_11nih_895:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_11nih_916{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_11nih_916:hover{background-color:#145ca2}._disabled_11nih_932{opacity:.5;cursor:not-allowed}._saveButtonBox_11nih_937{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_11nih_955{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_11nih_962{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_11nih_977{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._rmRemarkWrapper_11nih_993{position:relative;flex:1}._rmsaveButtonBox_11nih_998{cursor:pointer;position:absolute;bottom:10px;right:10px;font-size:12px;width:50px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._rmsaveButtonIcon_11nih_1017{width:13px;height:13px;flex-grow:0;object-fit:contain}._rmsaveButtonLabel_11nih_1024{width:24px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._container_1axla_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1axla_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_1axla_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._loadingContent_1axla_33{display:flex;justify-content:center;align-items:center;margin-top:100px}._topRow_1axla_41{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1axla_48{width:350px}._topRight_1axla_52{display:flex;align-items:center;gap:16px}._notificationWrapper_1axla_58{position:relative;display:inline-block}._notificationIcon_1axla_63{width:24px;height:24px;cursor:pointer}._notificationBadge_1axla_69{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1axla_83{display:flex;align-items:flex-start;justify-content:space-between}._headerLeft_1axla_89{display:flex;align-items:flex-start;gap:8px}._headerIcon_1axla_95{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;border:1px solid var(--Backgrounds_tentative-Voilet-subtle, #c4b8fa);background:var(--Backgrounds_tentative-Voilet-light, #ebe8fd)}._headerTextWrapper_1axla_109{display:flex;flex-direction:column}._headerTitle_1axla_114{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_1axla_122{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_1axla_130{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_1axla_137{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1axla_137:hover{color:#374151}._activeTab_1axla_153{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_1axla_158{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:column}._dropdownFilters_1axla_158 ._filterGroup_1axla_166{display:flex;gap:8px;align-items:center}._dropdownFilters_1axla_158 select,._dropdownFilters_1axla_158 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1axla_158 select:hover,._dropdownFilters_1axla_158 input:hover{background:#f9fafb}._employeeOption_1axla_196{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1axla_204{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1axla_216{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1axla_228{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1axla_240{display:flex;flex-direction:column}._employeeDiv_1axla_240::-webkit-scrollbar{width:2px}._employeeDiv_1axla_240::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1axla_240::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1axla_240::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1axla_259{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._employeePopup_1axla_278{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1axla_278:hover{background:#f9fafb}._exportGroup_1axla_301{display:flex;gap:10px}._exportGroup_1axla_301 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_1axla_301 button img{width:16px;height:16px}._exportGroup_1axla_301 button:hover{background-color:#e4e4e7}._exportGroup_1axla_301 button:focus{outline:none}._exportGroup_1axla_301 ._exportButton_1axla_325,._exportGroup_1axla_301 ._sortByButton_1axla_333,._exportGroup_1axla_301 ._customizeTableButton_1axla_341{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_1axla_350{display:flex;align-items:center;gap:12px}._tableOuterWrapper_1axla_357{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_1axla_364{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_1axla_376{display:grid;grid-template-columns:.5fr 1.5fr 1fr 1.5fr 1.5fr 1fr .5fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_1axla_385{background:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:5;border-bottom:1px solid #e5e7eb;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_1axla_385 ._row_1axla_376{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_1axla_376>div:nth-child(8){padding-left:45px}._tableBodyWrapper_1axla_409{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1axla_409::-webkit-scrollbar{width:6px}._tableBodyWrapper_1axla_409::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1axla_409 ._row_1axla_376{background:#fff;color:#111827}._tableBodyWrapper_1axla_409 ._row_1axla_376:hover{background:#f9fafb}._tableBodyWrapper_1axla_409 ._row_1axla_376._highlightRow_1axla_431{background:#e5e7eb;transition:background-color .3s ease}._tableBodyWrapper_1axla_409 ._row_1axla_376._highlightRow_1axla_431:hover{background:#e5e7eb}._statusDropdownWrapper_1axla_440{display:flex;align-items:center}._statusDropdown_1axla_440{width:110px}._statusDropdown_1axla_440 ._inputRow_1axla_448{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_1axla_440 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_1axla_440 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_1axla_440,._acknowledged_1axla_476,._closed_1axla_476,._review_1axla_476,._pending_1axla_476{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1axla_476{background:#fee2e2;color:#dc2626}._review_1axla_476{background:#ffedd5;color:#ea580c}._closed_1axla_476{background:#dff2fe;color:#0084d1}._acknowledged_1axla_476{background:#f0fdf4;color:#16a34a}._view_1axla_513,._download_1axla_523{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1axla_534{display:flex;align-items:center;gap:8px}._descIconWrapper_1axla_541{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1axla_541{width:20px;height:20px}._descMain_1axla_558{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1axla_568{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1axla_579{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1axla_589{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_1axla_600{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:155px}._locationSub_1axla_611{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1axla_622{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_1axla_631{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:155px}._avatarIcon_1axla_644{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._assignButon_1axla_653{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_1axla_663{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._primaryBtn_1axla_674{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1axla_674:hover{background:#c62828}._secondaryBtn_1axla_690{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1axla_690 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_1axla_690:hover{background:var(--Zinc-200, #e4e4e7)}._filterBox_1axla_719{position:relative;width:23px;height:23px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:7px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._filterBox_1axla_719:hover{background-color:#fafafa}._Badge_1axla_739{position:absolute;top:-10px;right:-6px;width:18px;height:18px;flex-grow:0;border-radius:999px;background-color:#eb2128;display:flex;align-items:center;justify-content:center}._badgeCount_1axla_753{width:15px;height:9px;font-family:Inter;font-size:8px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fef6f6}._clearAllButton_1axla_767{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0}._clearAllButton_1axla_767:hover{opacity:.8}._clearAllButtonText_1axla_782{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._mainFilter_1axla_271{display:flex;justify-content:space-between;align-items:center;width:100%}._layout_vi6o5_2{display:flex;height:100vh;background:#f4f4f5}._main_vi6o5_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_vi6o5_19{margin-bottom:16px;max-width:400px}._header_vi6o5_24{margin-bottom:20px}._title_vi6o5_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_vi6o5_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_vi6o5_47{display:flex;flex-direction:column;height:100%}._content_vi6o5_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_vi6o5_53::-webkit-scrollbar{width:6px}._content_vi6o5_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_vi6o5_53::-webkit-scrollbar-track{background:transparent}._content_vi6o5_53 ._card_vi6o5_37:last-child{margin-bottom:50px}._footer_vi6o5_79{width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1}._customButton_vi6o5_88{width:100%}._rightColumn_vi6o5_92{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_vi6o5_92::-webkit-scrollbar{width:6px}._rightColumn_vi6o5_92::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_vi6o5_92::-webkit-scrollbar-track{background:transparent}._rightColumn_vi6o5_92 ._card_vi6o5_37:last-child{margin-bottom:50px}._card_vi6o5_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_vi6o5_128{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_vi6o5_135{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_vi6o5_92 ._cardHeader_vi6o5_128{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_vi6o5_151 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_vi6o5_151 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_vi6o5_151 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_vi6o5_168{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_vi6o5_168 img{width:14px;height:14px}._addBtn_vi6o5_168:hover{background:#eb212814}._stepCard_vi6o5_189{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:600px;width:auto}._stepHeader_vi6o5_204{display:flex;align-items:center;justify-content:space-between}._headerInfo_vi6o5_210{display:flex;align-items:center;gap:12px}._textBlock_vi6o5_216{display:flex;flex-direction:column;gap:2px}._sectionLabel_vi6o5_222{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_vi6o5_231{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_vi6o5_240{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_vi6o5_251{font-size:16px;color:#71717b;cursor:pointer}._progress_vi6o5_257{display:flex;gap:6px}._step_vi6o5_189{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_vi6o5_269{background:#eb2128}._section_vi6o5_222{display:flex;flex-direction:column;gap:8px}._sectionHeader_vi6o5_279{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_vi6o5_287{font-size:14px}._counter_vi6o5_291{margin-left:auto;font-size:12px;color:#71717b}._details_vi6o5_297{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_vi6o5_297 div{display:flex;justify-content:space-between}._details_vi6o5_297 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_vi6o5_297 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_vi6o5_189 ._progress_vi6o5_257{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_vi6o5_189 ._section_vi6o5_222:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_vi6o5_189 ._section_vi6o5_222:nth-of-type(2){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._stepCard_vi6o5_189 ._section_vi6o5_222:nth-of-type(3){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._stepCard_vi6o5_189 ._section_vi6o5_222:nth-of-type(4){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._iconContainer_vi6o5_354{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_vi6o5_366{width:24px;height:24px}._infoIcon_vi6o5_251{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_vi6o5_251:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_vi6o5_381{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_vi6o5_381 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_vi6o5_392{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_vi6o5_381{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_vi6o5_381:hover{transform:scale(1.05)}._container_155ld_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_155ld_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_155ld_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._loadingContent_155ld_33{display:flex;justify-content:center;align-items:center;margin-top:100px}._topRow_155ld_41{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_155ld_48{width:350px}._topRight_155ld_52{display:flex;align-items:center;gap:16px}._notificationWrapper_155ld_58{position:relative;display:inline-block}._notificationIcon_155ld_63{width:24px;height:24px;cursor:pointer}._notificationBadge_155ld_69{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_155ld_83{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_155ld_90{display:flex;align-items:flex-start;gap:8px}._headerIcon_155ld_96{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;border:1px solid var(--Backgrounds_tentative-Voilet-subtle, #c4b8fa);background:var(--Backgrounds_tentative-Voilet-light, #ebe8fd)}._headerTextWrapper_155ld_110{display:flex;flex-direction:column}._headerTitle_155ld_115{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_155ld_123{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_155ld_131{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_155ld_138{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_155ld_138:hover{color:#374151}._activeTab_155ld_154{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_155ld_159{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:column}._dropdownFilters_155ld_159 ._filterGroup_155ld_167{display:flex;gap:8px;align-items:center}._dropdownFilters_155ld_159 select,._dropdownFilters_155ld_159 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_155ld_159 select:hover,._dropdownFilters_155ld_159 input:hover{background:#f9fafb}._employeeOption_155ld_197{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_155ld_205{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_155ld_217{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_155ld_229{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_155ld_241{display:flex;flex-direction:column}._employeeDiv_155ld_241::-webkit-scrollbar{width:2px}._employeeDiv_155ld_241::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_155ld_241::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_155ld_241::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_155ld_260{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_155ld_272{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_155ld_279{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_155ld_279:hover{background:#f9fafb}._exportGroup_155ld_302{display:flex;gap:10px}._exportGroup_155ld_302 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_155ld_302 button img{width:16px;height:16px}._exportGroup_155ld_302 button:hover{background-color:#e4e4e7}._exportGroup_155ld_302 button:focus{outline:none}._exportGroup_155ld_302 ._exportButton_155ld_326,._exportGroup_155ld_302 ._sortByButton_155ld_334,._exportGroup_155ld_302 ._customizeTableButton_155ld_342{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_155ld_351{display:flex;align-items:center;gap:12px}._tableOuterWrapper_155ld_358{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_155ld_365{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_155ld_377{display:grid;grid-template-columns:.5fr 1.5fr 1fr 1fr 1fr 1fr .6fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_155ld_386{background:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:5;border-bottom:1px solid #e5e7eb;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_155ld_386 ._row_155ld_377{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_155ld_377>div:nth-child(8){padding-left:45px}._tableBodyWrapper_155ld_410{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_155ld_410::-webkit-scrollbar{width:6px}._tableBodyWrapper_155ld_410::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_155ld_410 ._row_155ld_377{background:#fff;color:#111827}._tableBodyWrapper_155ld_410 ._row_155ld_377:hover{background:#f9fafb}._tableBodyWrapper_155ld_410 ._row_155ld_377._highlightRow_155ld_432{background:#e5e7eb;transition:background-color .3s ease}._tableBodyWrapper_155ld_410 ._row_155ld_377._highlightRow_155ld_432:hover{background:#e5e7eb}._statusDropdownWrapper_155ld_441{display:flex;align-items:center}._statusDropdown_155ld_441{width:110px}._statusDropdown_155ld_441 ._inputRow_155ld_449{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_155ld_441 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_155ld_441 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_155ld_441,._acknowledged_155ld_477,._closed_155ld_477,._review_155ld_477,._pending_155ld_477{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_155ld_477{background:#fee2e2;color:#dc2626}._review_155ld_477{background:#ffedd5;color:#ea580c}._closed_155ld_477{background:#dff2fe;color:#0084d1}._acknowledged_155ld_477{background:#f0fdf4;color:#16a34a}._view_155ld_514{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_155ld_524{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;display:flex;flex-direction:row;gap:10px}._descWrapper_155ld_538{display:flex;align-items:center;gap:8px}._descIconWrapper_155ld_545{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_155ld_545{width:20px;height:20px}._descMain_155ld_562{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_155ld_572{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_155ld_583{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_155ld_593{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_155ld_604{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_155ld_615{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_155ld_626{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_155ld_635{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_155ld_648{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._assignButon_155ld_657{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_155ld_667{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._primaryBtn_155ld_678{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_155ld_678:hover{background:#c62828}._secondaryBtn_155ld_694{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_155ld_694 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_155ld_694:hover{background:var(--Zinc-200, #e4e4e7)}._filterBox_155ld_723{position:relative;width:23px;height:23px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:7px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._Badge_155ld_740{position:absolute;top:-10px;right:-6px;width:18px;height:18px;flex-grow:0;border-radius:999px;background-color:#eb2128;display:flex;align-items:center;justify-content:center}._badgeCount_155ld_754{width:15px;height:9px;font-family:Inter;font-size:8px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fef6f6}._clearAllButton_155ld_768{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0}._clearAllButtonText_155ld_780{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._uploadAndDownloadWrapper_155ld_794{display:flex;flex-direction:row;gap:10px}@media (max-width: 1279px){._row_155ld_377{grid-template-columns:.5fr 1.5fr 1fr 1fr 1fr .6fr .6fr}._status_155ld_441,._pending_155ld_477,._review_155ld_477,._closed_155ld_477,._acknowledged_155ld_477{min-width:70px}._download_155ld_524{display:flex;flex-direction:column;gap:5px;align-items:center}}@media (max-width: 1024px){._row_155ld_377{grid-template-columns:.5fr 1.5fr 1fr 1fr 1fr .6fr .6fr}._status_155ld_441,._pending_155ld_477,._review_155ld_477,._closed_155ld_477,._acknowledged_155ld_477{min-width:50px}._download_155ld_524{display:flex;flex-direction:column;gap:3px;align-items:center}}._layout_tue5d_1{display:flex;height:100vh;background:#f4f4f5}._main_tue5d_7{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_tue5d_18{margin-bottom:16px;max-width:400px}._header_tue5d_23{margin-bottom:20px}._title_tue5d_27{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_tue5d_36{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_tue5d_46{display:flex;flex-direction:column;height:100%}._content_tue5d_52{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_tue5d_52::-webkit-scrollbar{width:6px}._content_tue5d_52::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_tue5d_52::-webkit-scrollbar-track{background:transparent}._content_tue5d_52 ._card_tue5d_36:last-child{margin-bottom:50px}._footer_tue5d_78{width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1;height:20px}._customButton_tue5d_88{width:100%}._rightColumn_tue5d_92{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_tue5d_92::-webkit-scrollbar{width:6px}._rightColumn_tue5d_92::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_tue5d_92::-webkit-scrollbar-track{background:transparent}._rightColumn_tue5d_92 ._card_tue5d_36:last-child{margin-bottom:50px}._card_tue5d_36{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_tue5d_128{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_tue5d_135{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_tue5d_92 ._cardHeader_tue5d_128{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_tue5d_151 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_tue5d_151 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_tue5d_151 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_tue5d_168{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_tue5d_168 img{width:14px;height:14px}._addBtn_tue5d_168:hover{background:#eb212814}._stepCard_tue5d_189{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;width:auto;height:550px}._stepHeader_tue5d_203{display:flex;align-items:center;justify-content:space-between}._headerInfo_tue5d_209{display:flex;align-items:center;gap:12px}._textBlock_tue5d_215{display:flex;flex-direction:column;gap:2px}._sectionLabel_tue5d_221{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_tue5d_230{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_tue5d_239{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_tue5d_250{font-size:16px;color:#71717b;cursor:pointer}._progress_tue5d_256{display:flex;gap:6px}._step_tue5d_189{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_tue5d_268{background:#eb2128}._section_tue5d_221{display:flex;flex-direction:column;gap:8px}._sectionHeader_tue5d_278{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_tue5d_286{font-size:14px}._counter_tue5d_290{margin-left:auto;font-size:12px;color:#71717b}._details_tue5d_296{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_tue5d_296 div{display:flex;justify-content:space-between}._details_tue5d_296 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_tue5d_296 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_tue5d_189 ._progress_tue5d_256{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_tue5d_189 ._section_tue5d_221:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_tue5d_338{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_tue5d_350{width:24px;height:24px}._infoIcon_tue5d_250{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_tue5d_250:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_tue5d_365{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_tue5d_365 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_tue5d_376{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_tue5d_365{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_tue5d_365:hover{transform:scale(1.05)}._modalOverlay_1qqqu_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_1qqqu_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_1qqqu_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1qqqu_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_1qqqu_29 ._closeBtn_1qqqu_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_1qqqu_29 ._closeIcon_1qqqu_60{width:20px;height:20px}._modalContent_1qqqu_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_1qqqu_65::-webkit-scrollbar{width:6px}._modalContent_1qqqu_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1qqqu_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1qqqu_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_1qqqu_65 ._checkboxGroup_1qqqu_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_1qqqu_65 ._checkboxGroup_1qqqu_90:first-of-type{margin-bottom:12px}._modalContent_1qqqu_65 ._checkboxGroup_1qqqu_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_1qqqu_65 input,._modalContent_1qqqu_65 select,._modalContent_1qqqu_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_1qqqu_65 input:disabled,._modalContent_1qqqu_65 select:disabled,._modalContent_1qqqu_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_1qqqu_65 input:focus,._modalContent_1qqqu_65 select:focus,._modalContent_1qqqu_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_1qqqu_141{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_1qqqu_148{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_1qqqu_157,._fullWidthButton_1qqqu_157 button{width:100%}._sectionLabel_1qqqu_173{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_1qqqu_181{display:flex;gap:12px;margin-bottom:16px}._radioLabel_1qqqu_187{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._employeeOption_1qqqu_197{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1qqqu_205{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1qqqu_217{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1qqqu_229{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1qqqu_241{display:flex;flex-direction:column}._employeeDiv_1qqqu_241::-webkit-scrollbar{width:2px}._employeeDiv_1qqqu_241::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1qqqu_241::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1qqqu_241::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1qqqu_260{width:102%;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._employeePopup_1qqqu_272{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1qqqu_272:hover{background:#f9fafb}._defaultLabel_1qqqu_164{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._fieldContainer_1qqqu_304{display:flex;flex-direction:column;gap:10px}._label_1qqqu_310{font-size:14px;font-weight:500;color:#18181b;font-family:Inter,sans-serif}._modalOverlay_47i3o_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_47i3o_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_47i3o_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_47i3o_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_47i3o_29 ._closeBtn_47i3o_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_47i3o_29 ._closeIcon_47i3o_60{width:20px;height:20px}._modalContent_47i3o_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_47i3o_65::-webkit-scrollbar{width:6px}._modalContent_47i3o_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_47i3o_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_47i3o_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_47i3o_65 ._checkboxGroup_47i3o_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_47i3o_65 ._checkboxGroup_47i3o_90:first-of-type{margin-bottom:12px}._modalContent_47i3o_65 ._checkboxGroup_47i3o_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_47i3o_65 input,._modalContent_47i3o_65 select,._modalContent_47i3o_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_47i3o_65 input:disabled,._modalContent_47i3o_65 select:disabled,._modalContent_47i3o_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_47i3o_65 input:focus,._modalContent_47i3o_65 select:focus,._modalContent_47i3o_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_47i3o_141{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_47i3o_148{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_47i3o_157,._fullWidthButton_47i3o_157 button{width:100%}._defaultLabel_47i3o_164{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_47i3o_173{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_47i3o_181{display:flex;gap:12px;margin-bottom:16px}._radioLabel_47i3o_187{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._modalOverlay_vxd6b_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_vxd6b_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_vxd6b_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_vxd6b_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_vxd6b_29 ._closeBtn_vxd6b_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_vxd6b_29 ._closeIcon_vxd6b_60{width:20px;height:20px}._modalContent_vxd6b_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_vxd6b_65::-webkit-scrollbar{width:6px}._modalContent_vxd6b_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_vxd6b_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_vxd6b_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_vxd6b_65 ._checkboxGroup_vxd6b_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_vxd6b_65 ._checkboxGroup_vxd6b_90:first-of-type{margin-bottom:12px}._modalContent_vxd6b_65 ._checkboxGroup_vxd6b_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_vxd6b_65 input,._modalContent_vxd6b_65 select,._modalContent_vxd6b_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_vxd6b_65 input:disabled,._modalContent_vxd6b_65 select:disabled,._modalContent_vxd6b_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_vxd6b_65 input:focus,._modalContent_vxd6b_65 select:focus,._modalContent_vxd6b_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_vxd6b_141{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_vxd6b_148{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_vxd6b_157,._fullWidthButton_vxd6b_157 button{width:100%}._defaultLabel_vxd6b_164{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_vxd6b_173{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_vxd6b_181{display:flex;gap:12px;margin-bottom:16px}._radioLabel_vxd6b_187{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._lossTimeRow_vxd6b_197{display:flex;justify-content:space-between;gap:8px;grid-template-columns:1fr 1fr}@media (max-width: 600px){._lossTimeRow_vxd6b_197{grid-template-columns:1fr;gap:12px}}._lossTimeRow_vxd6b_197 ._inputField_vxd6b_213{width:100%}._lossTimeLabel_vxd6b_217{display:block;font-weight:500;margin:1rem 0 .5rem;color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;line-height:20px;letter-spacing:.14px;margin-top:6px}._radioGroup_vxd6b_231{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;margin-top:4px;margin-bottom:12px;padding:0 150px 0 10px}._sectionTitle_vxd6b_242{font-size:14px;font-weight:500;font-family:Inter;color:#111827;margin-bottom:6px;display:flex;gap:10px;padding-bottom:14px}._checkboxContainer_vxd6b_253{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px;padding:0}._container_frqow_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_frqow_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_frqow_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_frqow_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_frqow_41{width:350px}._topRight_frqow_45{display:flex;align-items:center;gap:16px}._notificationWrapper_frqow_51{position:relative;display:inline-block}._notificationIcon_frqow_56{width:24px;height:24px;cursor:pointer}._notificationBadge_frqow_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_frqow_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_frqow_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_frqow_89{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;background:var(--Backgrounds_tentative-Voilet-light, #ebe8fd)}._headerTextWrapper_frqow_102{display:flex;flex-direction:column}._headerTitle_frqow_107{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_frqow_115{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_frqow_123{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_frqow_130{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_frqow_130:hover{color:#374151}._activeTab_frqow_146{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_frqow_151{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:column}._dropdownFilters_frqow_151 ._filterGroup_frqow_159{display:flex;gap:8px;height:32px}._dropdownFilters_frqow_151 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_frqow_151 select:hover{background:#f9fafb}._sortSection_frqow_187{display:flex;align-items:center;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:var(--Zinc-800, #2A2727);padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:text;background-size:14px;height:18px}._sortSection_frqow_187:hover{background:#f9fafb}._sortSection_frqow_187 input{display:flex;padding:0 14px 0 16px;border:none;outline:none;color:var(--Zinc-800, #2A2727);background:transparent;width:100%;font-size:14px}._employeeOption_frqow_219{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_frqow_227{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_frqow_239{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_frqow_251{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_frqow_263{display:flex;flex-direction:column}._employeeDiv_frqow_263::-webkit-scrollbar{width:2px}._employeeDiv_frqow_263::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_frqow_263::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_frqow_263::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_frqow_282{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_frqow_294{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_frqow_301{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_frqow_301:hover{background:#f9fafb}._exportGroup_frqow_324{display:flex;gap:10px;margin-top:8px}._exportGroup_frqow_324 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_frqow_324 button img{width:16px;height:16px}._exportGroup_frqow_324 button:hover{background-color:#e4e4e7}._exportGroup_frqow_324 ._exportButton_frqow_346,._exportGroup_frqow_324 ._sortByButton_frqow_354,._exportGroup_frqow_324 ._customizeTableButton_frqow_362{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._tableOuterWrapper_frqow_372{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_frqow_379{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_frqow_391{display:grid;grid-template-columns:.6fr 6.5fr 1.5fr 1fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._searchInput_frqow_399{display:flex;padding:0 14px 0 16px;align-items:center;gap:8px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--Zinc-200, #E7E4E4);background:#fff}._tableHeader_frqow_412{background:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:5;border-bottom:1px solid #e5e7eb;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_frqow_412 ._row_frqow_391{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_frqow_391>div:nth-child(8){padding-left:45px}._tableBodyWrapper_frqow_436{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_frqow_436::-webkit-scrollbar{width:6px}._tableBodyWrapper_frqow_436::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_frqow_436 ._row_frqow_391{background:#fff;color:#111827}._tableBodyWrapper_frqow_436 ._row_frqow_391:hover{background:#f9fafb}._statusDropdownWrapper_frqow_460{display:flex;align-items:center}._statusDropdown_frqow_460{width:110px}._statusDropdown_frqow_460 ._inputRow_frqow_468{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_frqow_460 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_frqow_460 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_frqow_460,._acknowledged_frqow_496,._closed_frqow_496,._review_frqow_496,._pending_frqow_496{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_frqow_496{background:#fee2e2;color:#dc2626}._review_frqow_496{background:#ffedd5;color:#ea580c}._closed_frqow_496{background:#dff2fe;color:#0084d1}._acknowledged_frqow_496{background:#f0fdf4;color:#16a34a}._view_frqow_533{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;padding-left:10px}._download_frqow_544{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_frqow_555{display:flex;align-items:center;gap:8px}._descIconWrapper_frqow_562{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_frqow_562{width:20px;height:20px}._descMain_frqow_579{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_frqow_589{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_frqow_600{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_frqow_610{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_frqow_621{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_frqow_632{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_frqow_643{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_frqow_652{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_frqow_665{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._assignButon_frqow_674{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_frqow_684{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._primaryBtn_frqow_695{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_frqow_695:hover{background:#c62828}._secondaryBtn_frqow_711{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_frqow_711 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_frqow_711:hover{background:var(--Zinc-200, #e4e4e7)}._layout_1uy3h_2{display:flex;height:100vh;background:#f4f4f5}._main_1uy3h_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1uy3h_19{margin-bottom:16px;max-width:400px}._header_1uy3h_24{margin-bottom:20px}._title_1uy3h_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1uy3h_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1uy3h_47{display:flex;flex-direction:column;height:100%}._footer_1uy3h_53{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_1uy3h_64{width:100%}._rightColumn_1uy3h_68{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1uy3h_68::-webkit-scrollbar{width:6px}._rightColumn_1uy3h_68::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1uy3h_68::-webkit-scrollbar-track{background:transparent}._rightColumn_1uy3h_68 ._card_1uy3h_37:last-child{margin-bottom:50px}._card_1uy3h_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1uy3h_104{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1uy3h_111{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1uy3h_68 ._cardHeader_1uy3h_104{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1uy3h_127 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1uy3h_127 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1uy3h_127 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1uy3h_144{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1uy3h_144 img{width:14px;height:14px}._addBtn_1uy3h_144:hover{background:#eb212814}._stepCard_1uy3h_165{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:600px;width:auto}._stepHeader_1uy3h_180{display:flex;align-items:center;justify-content:space-between}._headerInfo_1uy3h_186{display:flex;align-items:center;gap:12px}._textBlock_1uy3h_192{display:flex;flex-direction:column;gap:2px}._sectionLabel_1uy3h_198{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1uy3h_207{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1uy3h_216{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1uy3h_227{font-size:16px;color:#71717b;cursor:pointer}._progress_1uy3h_233{display:flex;gap:6px}._step_1uy3h_165{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1uy3h_245{background:#eb2128}._section_1uy3h_198{display:flex;flex-direction:column;gap:8px}._sectionHeader_1uy3h_255{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1uy3h_263{font-size:14px}._counter_1uy3h_267{margin-left:auto;font-size:12px;color:#71717b}._details_1uy3h_273{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1uy3h_273 div{display:flex;justify-content:space-between}._details_1uy3h_273 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1uy3h_273 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1uy3h_165 ._progress_1uy3h_233{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1uy3h_165 ._section_1uy3h_198:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1uy3h_165 ._section_1uy3h_198:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1uy3h_321{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1uy3h_333{width:24px;height:24px}._infoIcon_1uy3h_227{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1uy3h_227:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1uy3h_348{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1uy3h_348 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1uy3h_359{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1uy3h_348{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1uy3h_348:hover{transform:scale(1.05)}._remarksCard_1uy3h_380{display:flex;flex-direction:column}._remarksList_1uy3h_385{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_1uy3h_392{display:flex;gap:10px}._newRemark_1uy3h_392 input,._newRemark_1uy3h_392 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_1uy3h_392 ._saveButton_1uy3h_403{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_1uy3h_392 ._saveButton_1uy3h_403:hover{background-color:#c91218}._remarkItem_1uy3h_415{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_1uy3h_415 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_1uy3h_415 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_1uy3h_437{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_1uy3h_446{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_1uy3h_446 span{white-space:nowrap}._remarkText_1uy3h_462{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_1uy3h_471{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_1uy3h_471::placeholder{color:#a1a1aa;font-size:14px}._inputRow_1uy3h_471:focus-within{border-color:#2563eb}._dropdownSelect_1uy3h_497{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_1uy3h_497::-ms-expand{display:none}._saveButtonDisabled_1uy3h_513{opacity:.6;cursor:not-allowed;pointer-events:none}._photoItem_1uy3h_520{display:inline-block;margin-right:8px}._photoItem_1uy3h_520 img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_1uy3h_520 img:hover{transform:scale(1.05)}._container_8icgm_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_8icgm_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_8icgm_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._loadingContent_8icgm_33{display:flex;justify-content:center;align-items:center;margin-top:100px}._topRow_8icgm_41{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_8icgm_48{width:350px}._topRight_8icgm_52{display:flex;align-items:center;gap:16px}._notificationWrapper_8icgm_58{position:relative;display:inline-block}._notificationIcon_8icgm_63{width:24px;height:24px;cursor:pointer}._notificationBadge_8icgm_69{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_8icgm_83{display:flex;align-items:flex-start;justify-content:space-between}._headerLeft_8icgm_89{display:flex;align-items:flex-start;gap:8px}._headerIcon_8icgm_95{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;border:1px solid var(--Backgrounds_tentative-Voilet-subtle, #c4b8fa);background:var(--Backgrounds_tentative-Voilet-light, #ebe8fd)}._headerTextWrapper_8icgm_109{display:flex;flex-direction:column}._headerTitle_8icgm_114{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_8icgm_122{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_8icgm_130{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_8icgm_137{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_8icgm_137:hover{color:#374151}._activeTab_8icgm_153{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_8icgm_158{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:column}._dropdownFilters_8icgm_158 ._filterGroup_8icgm_166{display:flex;gap:8px;align-items:center}._dropdownFilters_8icgm_158 select,._dropdownFilters_8icgm_158 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_8icgm_158 select:hover,._dropdownFilters_8icgm_158 input:hover{background:#f9fafb}._employeeOption_8icgm_196{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_8icgm_204{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_8icgm_216{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_8icgm_228{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_8icgm_240{display:flex;flex-direction:column}._employeeDiv_8icgm_240::-webkit-scrollbar{width:2px}._employeeDiv_8icgm_240::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_8icgm_240::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_8icgm_240::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_8icgm_259{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._employeePopup_8icgm_278{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_8icgm_278:hover{background:#f9fafb}._exportGroup_8icgm_301{display:flex;gap:10px}._exportGroup_8icgm_301 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_8icgm_301 button img{width:16px;height:16px}._exportGroup_8icgm_301 button:hover{background-color:#e4e4e7}._exportGroup_8icgm_301 button:focus{outline:none}._exportGroup_8icgm_301 ._exportButton_8icgm_325,._exportGroup_8icgm_301 ._sortByButton_8icgm_333,._exportGroup_8icgm_301 ._customizeTableButton_8icgm_341{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_8icgm_350{display:flex;align-items:center;gap:12px}._tableOuterWrapper_8icgm_357{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_8icgm_364{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_8icgm_376{display:grid;grid-template-columns:.5fr 1.5fr 1fr 1fr 1fr .8fr .7fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_8icgm_385{background:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:5;border-bottom:1px solid #e5e7eb;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_8icgm_385 ._row_8icgm_376{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_8icgm_376>div:nth-child(8){padding-left:45px}._tableBodyWrapper_8icgm_409{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_8icgm_409::-webkit-scrollbar{width:6px}._tableBodyWrapper_8icgm_409::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_8icgm_409 ._row_8icgm_376{background:#fff;color:#111827}._tableBodyWrapper_8icgm_409 ._row_8icgm_376:hover{background:#f9fafb}._tableBodyWrapper_8icgm_409 ._row_8icgm_376._highlightRow_8icgm_431{background:#e5e7eb;transition:background-color .3s ease}._tableBodyWrapper_8icgm_409 ._row_8icgm_376._highlightRow_8icgm_431:hover{background:#e5e7eb}._statusDropdownWrapper_8icgm_440{display:flex;align-items:center}._statusDropdown_8icgm_440{width:110px}._statusDropdown_8icgm_440 ._inputRow_8icgm_448{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_8icgm_440 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_8icgm_440 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_8icgm_440,._acknowledged_8icgm_476,._closed_8icgm_476,._review_8icgm_476,._pending_8icgm_476{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;width:fit-content;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_8icgm_476{background:#fee2e2;color:#dc2626}._review_8icgm_476{background:#ffedd5;color:#ea580c}._closed_8icgm_476{background:#dff2fe;color:#0084d1}._acknowledged_8icgm_476{background:#f0fdf4;color:#16a34a}._view_8icgm_513,._download_8icgm_523{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._downloadAndViewWrapper_8icgm_533{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;display:flex;flex-direction:row;gap:10px}._descWrapper_8icgm_547{display:flex;align-items:center;gap:8px}._descIconWrapper_8icgm_554{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_8icgm_554{width:20px;height:20px}._descMain_8icgm_571{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_8icgm_581{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_8icgm_592{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_8icgm_602{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_8icgm_613{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_8icgm_624{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_8icgm_635{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_8icgm_644{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_8icgm_657{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._assignButon_8icgm_666{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_8icgm_676{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._primaryBtn_8icgm_687{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_8icgm_687:hover{background:#c62828}._secondaryBtn_8icgm_703{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_8icgm_703 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_8icgm_703:hover{background:var(--Zinc-200, #e4e4e7)}._filterBox_8icgm_732{position:relative;width:23px;height:23px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:7px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._filterBox_8icgm_732:hover{background-color:#fafafa}._Badge_8icgm_752{position:absolute;top:-10px;right:-6px;width:18px;height:18px;flex-grow:0;border-radius:999px;background-color:#eb2128;display:flex;align-items:center;justify-content:center}._badgeCount_8icgm_766{width:15px;height:9px;font-family:Inter;font-size:8px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fef6f6}._clearAllButton_8icgm_780{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0}._clearAllButton_8icgm_780:hover{opacity:.8}._clearAllButtonText_8icgm_795{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._mainFilter_8icgm_271{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 1279px){._row_8icgm_376{grid-template-columns:.6fr 1.5fr 1fr 1fr 1fr .8fr .5fr}._downloadAndViewWrapper_8icgm_533{flex-direction:column}}@media (max-width: 1024px){._row_8icgm_376{grid-template-columns:.6fr 1.8fr 1fr 1fr 1fr .8fr .5fr}._downloadAndViewWrapper_8icgm_533{flex-direction:column}}._layout_1ri5b_2{display:flex;height:100vh;background:#f4f4f5}._main_1ri5b_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1ri5b_19{margin-bottom:16px;max-width:400px}._header_1ri5b_24{margin-bottom:20px}._title_1ri5b_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1ri5b_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1ri5b_47{display:flex;flex-direction:column;height:100%}._content_1ri5b_53{flex:1;overflow-y:auto;max-height:calc(100vh - 296px);padding-right:12px}._content_1ri5b_53::-webkit-scrollbar{width:6px}._content_1ri5b_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1ri5b_53::-webkit-scrollbar-track{background:transparent}._content_1ri5b_53 ._card_1ri5b_37:last-child{margin-bottom:50px}._footer_1ri5b_78{width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1}._customButton_1ri5b_87{width:100%}._rightColumn_1ri5b_91{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1ri5b_91::-webkit-scrollbar{width:6px}._rightColumn_1ri5b_91::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1ri5b_91::-webkit-scrollbar-track{background:transparent}._rightColumn_1ri5b_91 ._card_1ri5b_37:last-child{margin-bottom:50px}._card_1ri5b_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1ri5b_127{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1ri5b_134{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1ri5b_91 ._cardHeader_1ri5b_127{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1ri5b_150 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1ri5b_150 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1ri5b_150 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1ri5b_167{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1ri5b_167 img{width:14px;height:14px}._addBtn_1ri5b_167:hover{background:#eb212814}._stepCard_1ri5b_188{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:600px;width:auto}._stepHeader_1ri5b_203{display:flex;align-items:center;justify-content:space-between}._headerInfo_1ri5b_209{display:flex;align-items:center;gap:12px}._textBlock_1ri5b_215{display:flex;flex-direction:column;gap:2px}._sectionLabel_1ri5b_221{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1ri5b_230{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1ri5b_239{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1ri5b_250{font-size:16px;color:#71717b;cursor:pointer}._progress_1ri5b_256{display:flex;gap:6px}._step_1ri5b_188{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1ri5b_268{background:#eb2128}._section_1ri5b_221{display:flex;flex-direction:column;gap:8px}._sectionHeader_1ri5b_278{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1ri5b_286{font-size:14px}._counter_1ri5b_290{margin-left:auto;font-size:12px;color:#71717b}._details_1ri5b_296{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1ri5b_296 div{display:flex;justify-content:space-between}._details_1ri5b_296 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1ri5b_296 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1ri5b_188 ._progress_1ri5b_256{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1ri5b_188 ._section_1ri5b_221:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:10px}._stepCard_1ri5b_188 ._section_1ri5b_221:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:6px}._stepCard_1ri5b_188 ._section_1ri5b_221:nth-of-type(3){border-bottom:1px solid #f4f4f5;padding-bottom:6px}._stepCard_1ri5b_188 ._section_1ri5b_221:nth-of-type(4){border-bottom:1px solid #f4f4f5;padding-bottom:6px}._iconContainer_1ri5b_353{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1ri5b_365{width:24px;height:24px}._infoIcon_1ri5b_250{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1ri5b_250:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1ri5b_380{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1ri5b_380 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1ri5b_391{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1ri5b_380{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1ri5b_380:hover{transform:scale(1.05)}._modalOverlay_8gs65_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_8gs65_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_8gs65_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_8gs65_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_8gs65_29 ._closeBtn_8gs65_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_8gs65_29 ._closeIcon_8gs65_60{width:20px;height:20px}._modalContent_8gs65_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_8gs65_65::-webkit-scrollbar{width:6px}._modalContent_8gs65_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_8gs65_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_8gs65_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_8gs65_65 ._checkboxGroup_8gs65_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_8gs65_65 ._checkboxGroup_8gs65_90:first-of-type{margin-bottom:12px}._modalContent_8gs65_65 ._checkboxGroup_8gs65_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_8gs65_65 input,._modalContent_8gs65_65 select,._modalContent_8gs65_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_8gs65_65 input:disabled,._modalContent_8gs65_65 select:disabled,._modalContent_8gs65_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_8gs65_65 input:focus,._modalContent_8gs65_65 select:focus,._modalContent_8gs65_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_8gs65_141{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_8gs65_148{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_8gs65_157,._fullWidthButton_8gs65_157 button{width:100%}._defaultLabel_8gs65_164{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_8gs65_173{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_8gs65_181{display:flex;gap:12px;margin-bottom:16px}._radioLabel_8gs65_187{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._lossTimeRow_8gs65_197{display:flex;justify-content:space-between;gap:8px;grid-template-columns:1fr 1fr}@media (max-width: 600px){._lossTimeRow_8gs65_197{grid-template-columns:1fr;gap:12px}}._lossTimeRow_8gs65_197 ._inputField_8gs65_213{width:100%}._lossTimeLabel_8gs65_217{display:block;font-weight:500;margin:1rem 0 .5rem;color:var(--Zinc-800, #27272a);font-family:Inter;font-size:14px;font-style:normal;line-height:20px;letter-spacing:.14px;margin-top:6px}._modalOverlay_yv5ya_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_yv5ya_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_yv5ya_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_yv5ya_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_yv5ya_29 ._closeBtn_yv5ya_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_yv5ya_29 ._closeIcon_yv5ya_60{width:20px;height:20px}._modalContent_yv5ya_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_yv5ya_65::-webkit-scrollbar{width:6px}._modalContent_yv5ya_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_yv5ya_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_yv5ya_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_yv5ya_65 ._checkboxGroup_yv5ya_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_yv5ya_65 ._checkboxGroup_yv5ya_90:first-of-type{margin-bottom:12px}._modalContent_yv5ya_65 ._checkboxGroup_yv5ya_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_yv5ya_65 input,._modalContent_yv5ya_65 select,._modalContent_yv5ya_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_yv5ya_65 input:disabled,._modalContent_yv5ya_65 select:disabled,._modalContent_yv5ya_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_yv5ya_65 input:focus,._modalContent_yv5ya_65 select:focus,._modalContent_yv5ya_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_yv5ya_141{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_yv5ya_148{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_yv5ya_157,._fullWidthButton_yv5ya_157 button{width:100%}._defaultLabel_yv5ya_164{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_yv5ya_173{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_yv5ya_181{display:flex;gap:12px;margin-bottom:16px}._radioLabel_yv5ya_187{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._errorText_yv5ya_197{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:4px}._modalOverlay_xwj06_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_xwj06_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_xwj06_25{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_xwj06_25 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_xwj06_45{background:transparent;border:none;cursor:pointer}._closeIcon_xwj06_51{width:20px;height:20px}._modalContent_xwj06_56{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}._modalContent_xwj06_56::-webkit-scrollbar{width:6px}._modalContent_xwj06_56::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_xwj06_56::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_xwj06_56::-webkit-scrollbar-thumb:hover{background:#555}._actionSection_xwj06_80{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_xwj06_85{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_xwj06_85 ._sectionTitle_xwj06_91{font-size:14px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader_xwj06_85 ._dropdownIcon_xwj06_98{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_xwj06_85 ._open_xwj06_105{transform:rotate(180deg)}._mainLabels_xwj06_109{width:100%}._radioGroup_xwj06_113{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionContent_xwj06_124{margin-top:2px;display:flex;flex-direction:column;gap:12px;margin-left:10px}._modalFooter_xwj06_132{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_xwj06_138,._fullWidthButton_xwj06_138 button{width:100%}._clearBtn_xwj06_145{display:flex;cursor:pointer;color:var(--Zinc-300, #7f7f7f);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._disabled_xwj06_157{cursor:not-allowed;color:var(--Zinc-200, #e4e4e7)}._radioLabel_xwj06_162{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._formLabel_xwj06_171{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionLabel_xwj06_182{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_xwj06_190{display:flex;gap:12px;margin-bottom:16px}._infobtn_xwj06_196{display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtnContent_xwj06_211{display:flex;align-items:center;gap:8px}._infoicon_xwj06_217{font-size:16px;width:24px;height:24px}._arrow-icon_xwj06_223{font-size:18px;color:#a04900}._leftIconBtn_xwj06_228{width:28px;height:28px;margin-right:20px}._modalHeader2_xwj06_234{display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader2_xwj06_234 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalContent2_xwj06_252{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection2_xwj06_261{padding-left:18px;padding-top:10px;gap:10px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._infoIconContent_xwj06_272{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._headerContent_xwj06_283{display:flex;gap:10px}._belowContent_xwj06_288{display:flex;flex-direction:column;gap:10px;margin-left:2px}._belowContent_xwj06_288 span{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._rightTickIcon_xwj06_305{display:flex;width:18px;height:18px;padding:4px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._below2Content_xwj06_317{display:flex;gap:10px}._below2Content_xwj06_317 div{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._photoItem_xwj06_355{display:inline-block;margin-right:8px}._photoItem_xwj06_355 img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_xwj06_355 img:hover{transform:scale(1.05)}._errorText_xwj06_332{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._shake_xwj06_340{animation:_shake_xwj06_340 .4s ease}@keyframes _shake_xwj06_340{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._layout_1ynxn_1{display:flex;height:100vh;background:#f4f4f5}._main_1ynxn_7{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1ynxn_18{margin-bottom:16px;max-width:400px}._header_1ynxn_23{margin-bottom:20px}._title_1ynxn_27{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1ynxn_36{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1ynxn_46{display:flex;flex-direction:column;height:100%}._content_1ynxn_52{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_1ynxn_52::-webkit-scrollbar{width:6px}._content_1ynxn_52::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1ynxn_52::-webkit-scrollbar-track{background:transparent}._content_1ynxn_52 ._card_1ynxn_36:last-child{margin-bottom:50px}._footer_1ynxn_78{display:flex;gap:5px;width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1}._customButton_1ynxn_89{width:100%}._rightColumn_1ynxn_93{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1ynxn_93::-webkit-scrollbar{width:6px}._rightColumn_1ynxn_93::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1ynxn_93::-webkit-scrollbar-track{background:transparent}._rightColumn_1ynxn_93 ._card_1ynxn_36:last-child{margin-bottom:50px}._card_1ynxn_36{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1ynxn_129{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1ynxn_136{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1ynxn_93 ._cardHeader_1ynxn_129{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1ynxn_152 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1ynxn_152 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1ynxn_152 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1ynxn_169{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1ynxn_169 img{width:14px;height:14px}._addBtn_1ynxn_169:hover{background:#eb212814}._stepCard_1ynxn_190{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:550px;width:auto}._stepHeader_1ynxn_204{display:flex;align-items:center;justify-content:space-between}._headerInfo_1ynxn_210{display:flex;align-items:center;gap:12px}._textBlock_1ynxn_216{display:flex;flex-direction:column;gap:2px}._sectionLabel_1ynxn_222{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1ynxn_231{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1ynxn_240{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1ynxn_251{font-size:16px;color:#71717b;cursor:pointer}._progress_1ynxn_257{display:flex;gap:6px}._step_1ynxn_190{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1ynxn_269{background:#eb2128}._section_1ynxn_222{display:flex;flex-direction:column;gap:8px}._sectionHeader_1ynxn_279{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1ynxn_287{font-size:14px}._counter_1ynxn_291{margin-left:auto;font-size:12px;color:#71717b}._details_1ynxn_297{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1ynxn_297 div{display:flex;justify-content:space-between}._details_1ynxn_297 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1ynxn_297 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1ynxn_190 ._progress_1ynxn_257{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1ynxn_190 ._section_1ynxn_222:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1ynxn_339{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1ynxn_351{width:24px;height:24px}._infoIcon_1ynxn_251{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1ynxn_251:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1ynxn_366{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1ynxn_366 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1ynxn_377{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1ynxn_366{width:300px;height:300px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1ynxn_366:hover{transform:scale(1.05)}._personTabs_1ynxn_397{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_1ynxn_397{background:#f5f5f5;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_1ynxn_418{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._modalOverlay_rgqsd_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_rgqsd_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_rgqsd_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_rgqsd_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_rgqsd_29 ._closeBtn_rgqsd_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_rgqsd_29 ._closeIcon_rgqsd_60{width:20px;height:20px}._modalContent_rgqsd_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_rgqsd_65::-webkit-scrollbar{width:6px}._modalContent_rgqsd_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_rgqsd_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_rgqsd_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_rgqsd_65 ._checkboxGroup_rgqsd_90{display:flex;flex-direction:column;gap:10px}._modalContent_rgqsd_65 ._checkboxGroup_rgqsd_90:first-of-type{margin-bottom:12px}._modalContent_rgqsd_65 ._checkboxGroup_rgqsd_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_rgqsd_65 input,._modalContent_rgqsd_65 select,._modalContent_rgqsd_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_rgqsd_65 input:disabled,._modalContent_rgqsd_65 select:disabled,._modalContent_rgqsd_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_rgqsd_65 input:focus,._modalContent_rgqsd_65 select:focus,._modalContent_rgqsd_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_rgqsd_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_rgqsd_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_rgqsd_155,._fullWidthButton_rgqsd_155 button{width:100%}._defaultLabel_rgqsd_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_rgqsd_171{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:6px;display:block}._photoSection_rgqsd_179{display:flex;gap:12px;margin-bottom:8px}._inputFieldWrapper_rgqsd_185{display:flex;flex-direction:column;margin-bottom:16px}._inputLabel_rgqsd_191{margin-bottom:10px;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}.custom-placeholder{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#71717b}._actionSection_rgqsd_210{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_rgqsd_215{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_rgqsd_215 ._sectionTitle_rgqsd_221{font-size:14px;font-weight:500;color:#27272a}._sectionHeader_rgqsd_215 ._dropdownIcon_rgqsd_226{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_rgqsd_215 ._open_rgqsd_233{transform:rotate(180deg)}._sectionContent_rgqsd_237{margin-top:10px;display:flex;flex-direction:column;gap:12px}._employeeOption_rgqsd_244{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_rgqsd_252{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_rgqsd_264{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_rgqsd_276{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_rgqsd_288{display:flex;flex-direction:column}._employeeDiv_rgqsd_288::-webkit-scrollbar{width:2px}._employeeDiv_rgqsd_288::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_rgqsd_288::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_rgqsd_288::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_rgqsd_307{width:102%;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._employeePopup_rgqsd_319{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_rgqsd_319:hover{background:#f9fafb}._errorMsg_rgqsd_342{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;margin-top:8px}._layout_t874c_2{display:flex;height:100vh;background:#f4f4f5}._main_t874c_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_t874c_19{margin-bottom:16px;max-width:400px}._header_t874c_24{margin-bottom:20px}._title_t874c_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_t874c_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_t874c_47{display:flex;flex-direction:column;height:100%}._footer_t874c_53{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_t874c_64{width:100%}._rightColumn_t874c_68{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_t874c_68::-webkit-scrollbar{width:6px}._rightColumn_t874c_68::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_t874c_68::-webkit-scrollbar-track{background:transparent}._rightColumn_t874c_68 ._card_t874c_37:last-child{margin-bottom:50px}._card_t874c_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_t874c_104{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_t874c_111{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_t874c_68 ._cardHeader_t874c_104{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_t874c_127 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_t874c_127 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_t874c_127 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_t874c_144{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_t874c_144 img{width:14px;height:14px}._addBtn_t874c_144:hover{background:#eb212814}._stepCard_t874c_165{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:600px;width:auto}._stepHeader_t874c_180{display:flex;align-items:center;justify-content:space-between}._headerInfo_t874c_186{display:flex;align-items:center;gap:12px}._textBlock_t874c_192{display:flex;flex-direction:column;gap:2px}._sectionLabel_t874c_198{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_t874c_207{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_t874c_216{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_t874c_227{font-size:16px;color:#71717b;cursor:pointer}._progress_t874c_233{display:flex;gap:6px}._step_t874c_165{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_t874c_245{background:#eb2128}._section_t874c_198{display:flex;flex-direction:column;gap:8px}._sectionHeader_t874c_255{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_t874c_263{font-size:14px}._counter_t874c_267{margin-left:auto;font-size:12px;color:#71717b}._details_t874c_273{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_t874c_273 div{display:flex;justify-content:space-between}._details_t874c_273 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_t874c_273 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_t874c_165 ._progress_t874c_233{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_t874c_165 ._section_t874c_198:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_t874c_165 ._section_t874c_198:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_t874c_321{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_t874c_333{width:24px;height:24px}._infoIcon_t874c_227{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_t874c_227:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_t874c_348{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_t874c_348 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_t874c_359{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_t874c_348{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_t874c_348:hover{transform:scale(1.05)}._dashboardSkeleton_t874c_379{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f9f9fb;width:95vw}._rightPart_t874c_388{display:flex;flex-direction:column;gap:16px;padding:0 0 9px 4px;background:#f9f9fb}._skeletonSidebar_t874c_396{width:250px;height:auto}._skeletonTitle_t874c_401{width:100%;height:60px}._skeletonSubtitle_t874c_406{width:180px;height:20px;margin-top:8px}._split_t874c_412{display:grid;grid-template-columns:37% 61%;gap:16px}._skeletonRow_t874c_418{display:flex;gap:16px}._skeletonBox_t874c_423{flex:1;height:140px}._skeletonChart_t874c_428{flex:2;height:70vh}._skeletonChart1_t874c_433{flex:2;height:350px}._skeletonSide_t874c_396{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;flex:1}._skeletonSmallBox_t874c_445{height:350px}._skeletonSmallBox1_t874c_449{height:150px}._shimmer_t874c_454,._skeletonSidebar_t874c_396,._skeletonTitle_t874c_401,._skeletonBox_t874c_423,._skeletonChart_t874c_428,._skeletonChart1_t874c_433,._skeletonSmallBox_t874c_445,._skeletonSmallBox1_t874c_449{background:linear-gradient(90deg,#e2e2e2 25%,#f0f0f0,#e2e2e2 75%);background-size:200% 100%;animation:_shimmer_t874c_454 1.6s infinite;border-radius:8px}@keyframes _shimmer_t874c_454{0%{background-position:-200% 0}to{background-position:200% 0}}._remarksCard_t874c_470{display:flex;flex-direction:column}._remarksList_t874c_475{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_t874c_482{display:flex;gap:10px}._newRemark_t874c_482 input,._newRemark_t874c_482 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_t874c_482 ._saveButton_t874c_493{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_t874c_482 ._saveButton_t874c_493:hover{background-color:#c91218}._remarkItem_t874c_505{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_t874c_505 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_t874c_505 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_t874c_527{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_t874c_536{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_t874c_536 span{white-space:nowrap}._remarkText_t874c_552{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_t874c_561{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_t874c_561::placeholder{color:#a1a1aa;font-size:14px}._inputRow_t874c_561:focus-within{border-color:#2563eb}._dropdownSelect_t874c_587{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_t874c_587::-ms-expand{display:none}._saveButtonDisabled_t874c_603{opacity:.6;cursor:not-allowed;pointer-events:none}._photoSection_t874c_610{display:flex;flex-direction:column;gap:8px;margin-top:10px}._photoSection_t874c_610 strong{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._photoGrid_t874c_625{display:flex;flex-wrap:wrap;gap:10px}._photoItem_t874c_631{display:inline-block;border-radius:8px;overflow:hidden;width:80px;height:80px;border:1px solid #e5e7eb;transition:transform .2s ease}._photoItem_t874c_631:hover{transform:scale(1.05)}._photoItem_t874c_631 img{width:100%;height:100%;object-fit:cover}._container_ksdh3_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_ksdh3_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_ksdh3_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_ksdh3_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_ksdh3_41{width:350px}._topRight_ksdh3_45{display:flex;align-items:center;gap:16px}._notificationWrapper_ksdh3_51{position:relative;display:inline-block}._notificationIcon_ksdh3_56{width:24px;height:24px;cursor:pointer}._notificationBadge_ksdh3_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_ksdh3_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_ksdh3_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_ksdh3_89{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;border:1px solid var(--Backgrounds_tentative-Voilet-subtle, #c4b8fa);background:var(--Backgrounds_tentative-Voilet-light, #ebe8fd)}._headerTextWrapper_ksdh3_103{display:flex;flex-direction:column}._headerTitle_ksdh3_108{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_ksdh3_116{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_ksdh3_124{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_ksdh3_131{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_ksdh3_131:hover{color:#374151}._activeTab_ksdh3_147{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_ksdh3_152{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:column}._dropdownFilters_ksdh3_152 ._filterGroup_ksdh3_160{display:flex;gap:8px;align-items:center}._dropdownFilters_ksdh3_152 select,._dropdownFilters_ksdh3_152 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_ksdh3_152 select:hover,._dropdownFilters_ksdh3_152 input:hover{background:#f9fafb}._employeeOption_ksdh3_190{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_ksdh3_198{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_ksdh3_210{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_ksdh3_222{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_ksdh3_234{display:flex;flex-direction:column}._employeeDiv_ksdh3_234::-webkit-scrollbar{width:2px}._employeeDiv_ksdh3_234::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_ksdh3_234::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_ksdh3_234::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_ksdh3_253{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_ksdh3_265{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_ksdh3_272{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_ksdh3_272:hover{background:#f9fafb}._exportGroup_ksdh3_295{display:flex;gap:10px}._exportGroup_ksdh3_295 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_ksdh3_295 button img{width:16px;height:16px}._exportGroup_ksdh3_295 button:hover{background-color:#e4e4e7}._exportGroup_ksdh3_295 button:focus{outline:none}._exportGroup_ksdh3_295 ._exportButton_ksdh3_319,._exportGroup_ksdh3_295 ._sortByButton_ksdh3_327,._exportGroup_ksdh3_295 ._customizeTableButton_ksdh3_335{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_ksdh3_344{display:flex;align-items:center;gap:12px}._tableOuterWrapper_ksdh3_351{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_ksdh3_358{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_ksdh3_370{display:grid;grid-template-columns:.4fr 1.6fr .7fr .7fr .8fr .8fr .8fr .6fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_ksdh3_379{background:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:5;border-bottom:1px solid #e5e7eb;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_ksdh3_379 ._row_ksdh3_370{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_ksdh3_370>div:nth-child(8){padding-left:45px}._tableBodyWrapper_ksdh3_403{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_ksdh3_403::-webkit-scrollbar{width:6px}._tableBodyWrapper_ksdh3_403::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_ksdh3_403 ._row_ksdh3_370{background:#fff;color:#111827}._tableBodyWrapper_ksdh3_403 ._row_ksdh3_370:hover{background:#f9fafb}._statusDropdownWrapper_ksdh3_427{display:flex;align-items:center}._statusDropdown_ksdh3_427{width:110px}._statusDropdown_ksdh3_427 ._inputRow_ksdh3_435{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_ksdh3_427 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_ksdh3_427 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_ksdh3_427,._acknowledged_ksdh3_463,._low_ksdh3_463,._medium_ksdh3_463,._high_ksdh3_463{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._high_ksdh3_463{background:#fee2e2;color:#dc2626}._medium_ksdh3_463{background:#ffedd5;color:#ea580c}._low_ksdh3_463{background:#dff2fe;color:#0084d1}._acknowledged_ksdh3_463{background:#f0fdf4;color:#16a34a}._view_ksdh3_500,._download_ksdh3_510{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_ksdh3_521{display:flex;align-items:center;gap:8px}._descIconWrapper_ksdh3_528{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_ksdh3_528{width:20px;height:20px}._descMain_ksdh3_545{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;word-break:break-word}._descSub_ksdh3_556{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_ksdh3_567{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_ksdh3_577{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_ksdh3_588{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px;display:flex;gap:4px;align-items:center}._locationMain_ksdh3_588 div{padding-top:2px}._locationSub_ksdh3_606{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_ksdh3_617{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_ksdh3_626{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_ksdh3_639{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._assignButon_ksdh3_648{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_ksdh3_658{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._primaryBtn_ksdh3_669{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_ksdh3_669:hover{background:#c62828}._secondaryBtn_ksdh3_685{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_ksdh3_685 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_ksdh3_685:hover{background:var(--Zinc-200, #e4e4e7)}._filterBox_ksdh3_714{position:relative;width:23px;height:23px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:7px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._Badge_ksdh3_731{position:absolute;top:-10px;right:-6px;width:18px;height:18px;flex-grow:0;border-radius:999px;background-color:#eb2128;display:flex;align-items:center;justify-content:center}._badgeCount_ksdh3_745{width:15px;height:9px;font-family:Inter;font-size:8px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fef6f6}._clearAllButton_ksdh3_759{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0}._clearAllButtonText_ksdh3_771{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._customWithInfo_ksdh3_785{display:inline-flex;align-items:center;gap:6px}._infoIcon_ksdh3_791{width:14px;height:14px;cursor:pointer}._modalOverlay_1oui1_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_1oui1_14{background:#fff;border-radius:12px;width:400px;padding:16px;display:flex;flex-direction:column;align-items:center;position:relative;height:80%}._customiseHead_1oui1_26{display:flex;flex-direction:column;border-bottom:1px solid var(--Zinc-200, #e4e4e7);padding-left:20px;width:102%}._customiseHead_1oui1_26 span{color:var(--Zinc-800, #27272a);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._closeBtn_1oui1_43{position:absolute;top:12px;right:12px;width:28px;height:34px;border-radius:50%;background:var(--Zinc-100, #f4f4f5);cursor:pointer;display:flex;align-items:center;justify-content:center}._closeBtn_1oui1_43 img{width:18px;height:18px;flex-shrink:0}._closeBtn_1oui1_43:hover{background:var(--Zinc-200, #e4e4e7)}._modalOverlay_ktml3_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_ktml3_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_ktml3_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_ktml3_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_ktml3_29 ._closeBtn_ktml3_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_ktml3_29 ._closeIcon_ktml3_60{width:20px;height:20px}._modalContent_ktml3_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_ktml3_65::-webkit-scrollbar{width:6px}._modalContent_ktml3_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_ktml3_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_ktml3_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_ktml3_65 ._checkboxGroup_ktml3_90{display:flex;flex-direction:column;gap:10px}._modalContent_ktml3_65 ._checkboxGroup_ktml3_90:first-of-type{margin-bottom:12px}._modalContent_ktml3_65 ._checkboxGroup_ktml3_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_ktml3_65 input,._modalContent_ktml3_65 select,._modalContent_ktml3_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_ktml3_65 input:disabled,._modalContent_ktml3_65 select:disabled,._modalContent_ktml3_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_ktml3_65 input:focus,._modalContent_ktml3_65 select:focus,._modalContent_ktml3_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_ktml3_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_ktml3_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_ktml3_155,._fullWidthButton_ktml3_155 button{width:100%}._defaultLabel_ktml3_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_ktml3_171{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:6px;display:block}._photoSection_ktml3_179{display:flex;gap:12px;margin-bottom:8px}._sectionTitle_ktml3_185{font-size:14px;font-weight:600;color:#111827;margin-bottom:6px;display:flex;gap:10px;padding-bottom:14px}._subHeader_ktml3_195{font-size:13px;color:#6b7280;margin-bottom:4px}._radioGroup_ktml3_201{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;margin-top:4px;margin-bottom:12px}._errorText_ktml3_211{color:#dc2626;font-family:Inter,sans-serif;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._modalOverlay_15zqd_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_15zqd_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_15zqd_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_15zqd_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_15zqd_29 ._closeBtn_15zqd_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_15zqd_29 ._closeIcon_15zqd_60{width:20px;height:20px}._modalContent_15zqd_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_15zqd_65::-webkit-scrollbar{width:6px}._modalContent_15zqd_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_15zqd_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_15zqd_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_15zqd_65 ._checkboxGroup_15zqd_90{display:flex;flex-direction:column;gap:10px}._modalContent_15zqd_65 ._checkboxGroup_15zqd_90:first-of-type{margin-bottom:12px}._modalContent_15zqd_65 ._checkboxGroup_15zqd_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_15zqd_65 input,._modalContent_15zqd_65 select,._modalContent_15zqd_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_15zqd_65 input:disabled,._modalContent_15zqd_65 select:disabled,._modalContent_15zqd_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_15zqd_65 input:focus,._modalContent_15zqd_65 select:focus,._modalContent_15zqd_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_15zqd_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_15zqd_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_15zqd_155,._fullWidthButton_15zqd_155 button{width:100%}._defaultLabel_15zqd_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_15zqd_171{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272A);margin-bottom:6px;display:block}._photoSection_15zqd_179{display:flex;gap:12px;margin-bottom:8px}._sectionTitle_15zqd_185{font-size:14px;font-weight:600;color:#111827;margin-bottom:6px}._subHeader_15zqd_192{font-size:13px;color:#6b7280;margin-bottom:4px}._radioGroup_15zqd_198{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;margin-top:4px}._errorText_15zqd_207{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._photoNote_15zqd_215{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;margin-top:4px}._uploadBox_mwrbh_1{display:flex;justify-content:center;align-items:center;height:84.25px;aspect-ratio:1/1;border-radius:8px;border:1px dashed #9f9fa9;background:#f4f4f5;cursor:pointer;position:relative}._uploadBox_mwrbh_1._disabled_mwrbh_13{opacity:.4;cursor:not-allowed}._addIcon_mwrbh_18{width:24px;height:24px;object-fit:contain;filter:invert(13%) sepia(4%) saturate(9%) hue-rotate(181deg) brightness(96%) contrast(92%)}._preview_mwrbh_26{width:100%;height:100%;border-radius:8px;object-fit:cover}._removeBtn_mwrbh_33{position:absolute;top:1px;right:1px;background:#0009;color:#fff;border:none;border-radius:100%;width:20px;height:20px;text-align:center;padding-bottom:2px;cursor:pointer}._layout_1771n_1{display:flex;height:100vh;background:#f4f4f5}._main_1771n_7{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1771n_18{margin-bottom:16px;max-width:400px}._header_1771n_23{margin-bottom:20px}._title_1771n_27{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1771n_36{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1771n_46{display:flex;flex-direction:column;height:100%}._content_1771n_52{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_1771n_52::-webkit-scrollbar{width:6px}._content_1771n_52::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1771n_52::-webkit-scrollbar-track{background:transparent}._content_1771n_52 ._card_1771n_36:last-child{margin-bottom:50px}._footer_1771n_78{width:100%;bottom:0;position:sticky;background:#fff;padding:5px 0;z-index:1}._customButton_1771n_87{width:100%}._rightColumn_1771n_91{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1771n_91::-webkit-scrollbar{width:6px}._rightColumn_1771n_91::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1771n_91::-webkit-scrollbar-track{background:transparent}._rightColumn_1771n_91 ._card_1771n_36:last-child{margin-bottom:50px}._card_1771n_36{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1771n_127{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1771n_134{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1771n_91 ._cardHeader_1771n_127{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1771n_150 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1771n_150 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1771n_150 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1771n_167{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1771n_167 img{width:14px;height:14px}._addBtn_1771n_167:hover{background:#eb212814}._stepCard_1771n_188{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:500px;width:auto}._stepHeader_1771n_202{display:flex;align-items:center;justify-content:space-between}._headerInfo_1771n_208{display:flex;align-items:center;gap:12px}._textBlock_1771n_214{display:flex;flex-direction:column;gap:2px}._sectionLabel_1771n_220{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1771n_229{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1771n_238{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1771n_249{font-size:16px;color:#71717b;cursor:pointer}._progress_1771n_255{display:flex;gap:6px}._step_1771n_188{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1771n_267{background:#eb2128}._section_1771n_220{display:flex;flex-direction:column;gap:8px}._sectionHeader_1771n_277{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1771n_285{font-size:14px}._counter_1771n_289{margin-left:auto;font-size:12px;color:#71717b}._details_1771n_295{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1771n_295 div{display:flex;justify-content:space-between}._details_1771n_295 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1771n_295 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1771n_188 ._progress_1771n_255{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1771n_188 ._section_1771n_220:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1771n_337{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1771n_349{width:24px;height:24px}._infoIcon_1771n_249{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1771n_249:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1771n_364{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1771n_364 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1771n_375{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1771n_364{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1771n_364:hover{transform:scale(1.05)}._modalOverlay_12v1y_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_12v1y_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_12v1y_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_12v1y_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_12v1y_29 ._closeBtn_12v1y_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_12v1y_29 ._closeIcon_12v1y_60{width:20px;height:20px}._modalContent_12v1y_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_12v1y_65::-webkit-scrollbar{width:6px}._modalContent_12v1y_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_12v1y_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_12v1y_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_12v1y_65 ._checkboxGroup_12v1y_90{display:flex;flex-direction:column;gap:10px}._modalContent_12v1y_65 ._checkboxGroup_12v1y_90:first-of-type{margin-bottom:12px}._modalContent_12v1y_65 ._checkboxGroup_12v1y_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_12v1y_65 input,._modalContent_12v1y_65 select,._modalContent_12v1y_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_12v1y_65 input:disabled,._modalContent_12v1y_65 select:disabled,._modalContent_12v1y_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_12v1y_65 input:focus,._modalContent_12v1y_65 select:focus,._modalContent_12v1y_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_12v1y_139{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_12v1y_146{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_12v1y_155,._fullWidthButton_12v1y_155 button{width:100%}._defaultLabel_12v1y_162{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_12v1y_171{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272A);margin-bottom:6px;display:block}._photoSection_12v1y_179{display:flex;gap:12px;margin-bottom:8px}._layout_1wyp1_2{display:flex;height:100vh;background:#f4f4f5}._main_1wyp1_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1wyp1_19{margin-bottom:16px;max-width:400px}._header_1wyp1_24{margin-bottom:20px}._title_1wyp1_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1wyp1_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1wyp1_47{display:flex;flex-direction:column;height:100%}._content_1wyp1_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_1wyp1_53::-webkit-scrollbar{width:6px}._content_1wyp1_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1wyp1_53::-webkit-scrollbar-track{background:transparent}._content_1wyp1_53 ._card_1wyp1_37:last-child{margin-bottom:50px}._footer_1wyp1_79{width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1}._customButton_1wyp1_88{width:100%}._rightColumn_1wyp1_92{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1wyp1_92::-webkit-scrollbar{width:6px}._rightColumn_1wyp1_92::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1wyp1_92::-webkit-scrollbar-track{background:transparent}._rightColumn_1wyp1_92 ._card_1wyp1_37:last-child{margin-bottom:50px}._card_1wyp1_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1wyp1_128{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1wyp1_135{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1wyp1_92 ._cardHeader_1wyp1_128{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1wyp1_151 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1wyp1_151 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1wyp1_151 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1wyp1_168{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1wyp1_168 img{width:14px;height:14px}._addBtn_1wyp1_168:hover{background:#eb212814}._stepCard_1wyp1_189{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;width:auto;height:480px}._stepHeader_1wyp1_204{display:flex;align-items:center;justify-content:space-between}._headerInfo_1wyp1_210{display:flex;align-items:center;gap:12px}._textBlock_1wyp1_216{display:flex;flex-direction:column;gap:2px}._sectionLabel_1wyp1_222{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1wyp1_231{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1wyp1_240{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1wyp1_251{font-size:16px;color:#71717b;cursor:pointer}._progress_1wyp1_257{display:flex;gap:6px}._step_1wyp1_189{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1wyp1_269{background:#eb2128}._section_1wyp1_222{display:flex;flex-direction:column;gap:8px}._sectionHeader_1wyp1_279{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1wyp1_287{font-size:14px}._counter_1wyp1_291{margin-left:auto;font-size:12px;color:#71717b}._details_1wyp1_297{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1wyp1_297 div{display:flex;justify-content:space-between}._details_1wyp1_297 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1wyp1_297 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1wyp1_189 ._progress_1wyp1_257{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1wyp1_189 ._section_1wyp1_222:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1wyp1_189 ._section_1wyp1_222:nth-of-type(2){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._stepCard_1wyp1_189 ._section_1wyp1_222:nth-of-type(3){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._stepCard_1wyp1_189 ._section_1wyp1_222:nth-of-type(4){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._iconContainer_1wyp1_354{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1wyp1_366{width:24px;height:24px}._infoIcon_1wyp1_251{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1wyp1_251:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1wyp1_381{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1wyp1_381 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1wyp1_392{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1wyp1_381{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1wyp1_381:hover{transform:scale(1.05)}._modalOverlay_dkxqv_2{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000;overflow-x:hidden}._modal_dkxqv_2{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none;box-sizing:border-box;overflow-x:hidden}._modalHeader_dkxqv_29{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_dkxqv_29 h3{margin:0;flex:1;text-align:center;word-break:break-word;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalHeader_dkxqv_29 ._closeBtn_dkxqv_52{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._modalHeader_dkxqv_29 ._closeIcon_dkxqv_60{width:20px;height:20px}._modalContent_dkxqv_65{padding:20px 45px 20px 20px;overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;gap:10px}._modalContent_dkxqv_65::-webkit-scrollbar{width:6px}._modalContent_dkxqv_65::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_dkxqv_65::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_dkxqv_65::-webkit-scrollbar-thumb:hover{background:#555}._modalContent_dkxqv_65 ._checkboxGroup_dkxqv_90{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;margin-top:-10px}._modalContent_dkxqv_65 ._checkboxGroup_dkxqv_90:first-of-type{margin-bottom:12px}._modalContent_dkxqv_65 ._checkboxGroup_dkxqv_90 label{display:flex;align-items:center;gap:10px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;word-break:break-word}._modalContent_dkxqv_65 input,._modalContent_dkxqv_65 select,._modalContent_dkxqv_65 textarea{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#27272a;transition:color .2s ease}._modalContent_dkxqv_65 input:disabled,._modalContent_dkxqv_65 select:disabled,._modalContent_dkxqv_65 textarea:disabled{color:#9f9fa9;background:var(--Zinc-100, #f4f4f5);cursor:not-allowed}._modalContent_dkxqv_65 input:focus,._modalContent_dkxqv_65 select:focus,._modalContent_dkxqv_65 textarea:focus{outline:none;border-color:#27272a;color:#27272a}._questionLabel_dkxqv_141{font-size:14px;font-weight:500;color:#27272a;margin-bottom:5px}._modalFooter_dkxqv_148{padding:20px;border-top:1px solid #ddd;position:sticky;bottom:0;background:#fff;overflow-x:hidden}._fullWidthButton_dkxqv_157,._fullWidthButton_dkxqv_157 button{width:100%}._defaultLabel_dkxqv_164{color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionLabel_dkxqv_173{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_dkxqv_181{display:flex;gap:12px;margin-bottom:16px}._radioLabel_dkxqv_187{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-right:16px}._errorText_dkxqv_197{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._layout_s0win_2{display:flex;height:100vh;background:#f4f4f5}._main_s0win_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_s0win_19{margin-bottom:16px;max-width:400px}._header_s0win_24{margin-bottom:20px}._title_s0win_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_s0win_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_s0win_47{display:flex;flex-direction:column;height:100%}._content_s0win_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_s0win_53::-webkit-scrollbar{width:6px}._content_s0win_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_s0win_53::-webkit-scrollbar-track{background:transparent}._content_s0win_53 ._card_s0win_37:last-child{margin-bottom:50px}._footer_s0win_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_s0win_90{width:100%}._rightColumn_s0win_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_s0win_94::-webkit-scrollbar{width:6px}._rightColumn_s0win_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_s0win_94::-webkit-scrollbar-track{background:transparent}._rightColumn_s0win_94 ._card_s0win_37:last-child{margin-bottom:50px}._card_s0win_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_s0win_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_s0win_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_s0win_94 ._cardHeader_s0win_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_s0win_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_s0win_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_s0win_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_s0win_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_s0win_170 img{width:14px;height:14px}._addBtn_s0win_170:hover{background:#eb212814}._stepCard_s0win_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_s0win_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_s0win_212{display:flex;align-items:center;gap:12px}._textBlock_s0win_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_s0win_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_s0win_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_s0win_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_s0win_253{font-size:16px;color:#71717b;cursor:pointer}._progress_s0win_259{display:flex;gap:6px}._step_s0win_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_s0win_271{background:#eb2128}._section_s0win_224{display:flex;flex-direction:column;gap:8px}._sectionHeader_s0win_281{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_s0win_289{font-size:14px}._counter_s0win_293{margin-left:auto;font-size:12px;color:#71717b}._details_s0win_299{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_s0win_299 div{display:flex;justify-content:space-between}._details_s0win_299 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_s0win_299 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_s0win_191 ._progress_s0win_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_s0win_191 ._section_s0win_224:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_s0win_191 ._section_s0win_224:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_s0win_347{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_s0win_359{width:24px;height:24px}._infoIcon_s0win_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_s0win_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_s0win_374{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_s0win_374 strong{color:#71717b;font-size:.75rem;font-weight:400}._pdfPreviewWrapper_s0win_385{width:100%;height:calc(100vh - 250px);border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-top:12px;display:flex;align-items:center;justify-content:center}._pdfPreview_s0win_385{width:100%;height:100%;border:none;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}._pdfPreview_s0win_385::-webkit-scrollbar{display:none}._readConfirmation_s0win_410{margin-top:5px;padding-top:12px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:flex-start}._readConfirmed_s0win_420 ._custom_s0win_90{background:#eb2128!important;border-color:#eb2128!important}._imagePreview_s0win_425{width:100%;max-height:500px;object-fit:contain;border-radius:8px}._videoPreview_s0win_432{width:100%;max-height:500px;border-radius:8px}._noPreview_s0win_438{text-align:center;padding:24px}._layout_us4w6_1{display:flex;height:100vh;background:#f4f4f5}._main_us4w6_7{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_us4w6_18{margin-bottom:16px;max-width:400px}._header_us4w6_23{margin-bottom:20px}._title_us4w6_27{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_us4w6_36{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_us4w6_46{display:flex;flex-direction:column;height:100%}._content_us4w6_52{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_us4w6_52::-webkit-scrollbar{width:6px}._content_us4w6_52::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_us4w6_52::-webkit-scrollbar-track{background:transparent}._content_us4w6_52 ._card_us4w6_36:last-child{margin-bottom:50px}._footer_us4w6_78{width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1}._customButton_us4w6_87{width:100%}._rightColumn_us4w6_91{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_us4w6_91::-webkit-scrollbar{width:6px}._rightColumn_us4w6_91::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_us4w6_91::-webkit-scrollbar-track{background:transparent}._rightColumn_us4w6_91 ._card_us4w6_36:last-child{margin-bottom:50px}._card_us4w6_36{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_us4w6_127{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_us4w6_134{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_us4w6_91 ._cardHeader_us4w6_127{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_us4w6_150 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_us4w6_150 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_us4w6_150 p span{color:#27272a;font-size:.75rem;font-weight:500;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;max-width:100%}._addBtn_us4w6_171{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_us4w6_171 img{width:14px;height:14px}._addBtn_us4w6_171:hover{background:#eb212814}._stepCard_us4w6_192{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:550px;width:auto}._stepHeader_us4w6_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_us4w6_212{display:flex;align-items:center;gap:12px}._textBlock_us4w6_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_us4w6_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_us4w6_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_us4w6_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_us4w6_253{font-size:16px;color:#71717b;cursor:pointer}._progress_us4w6_259{display:flex;gap:6px}._step_us4w6_192{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_us4w6_271{background:#eb2128}._section_us4w6_224{display:flex;flex-direction:column;gap:8px}._sectionHeader_us4w6_281{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_us4w6_289{font-size:14px}._counter_us4w6_293{margin-left:auto;font-size:12px;color:#71717b}._details_us4w6_299{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_us4w6_299 div{display:flex;justify-content:space-between}._details_us4w6_299 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_us4w6_299 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_us4w6_192 ._progress_us4w6_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_us4w6_192 ._section_us4w6_224:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_us4w6_341{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_us4w6_353{width:24px;height:24px}._infoIcon_us4w6_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_us4w6_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_us4w6_368{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_us4w6_368 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_us4w6_379{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_us4w6_368{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_us4w6_368:hover{transform:scale(1.05)}._otherFilePreview_us4w6_399{width:60px;height:60px;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);background:#f4f4f5;display:flex;justify-content:center;align-items:center;padding:4px;font-size:.6rem;color:#71717a;text-align:center;cursor:pointer;transition:transform .2s ease-in-out}._otherFilePreview_us4w6_399:hover{transform:scale(1.05)}._container_914k8_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_914k8_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_914k8_20{background:#f5f4f4;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_914k8_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_914k8_41{width:350px}._topRight_914k8_45{display:flex;align-items:center;gap:16px}._notificationWrapper_914k8_51{position:relative;display:inline-block}._notificationIcon_914k8_56{width:24px;height:24px;cursor:pointer}._notificationBadge_914k8_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_914k8_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_914k8_83{display:flex;align-items:flex-start;gap:20px}._headerIconWrapper_914k8_89{width:30px;height:30px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px;border-radius:8px;border:solid 1px #fecaca;background-color:#fee2e2}._headerIcon_914k8_89{width:24px;height:24px}._headerTextWrapper_914k8_109{display:flex;flex-direction:column}._headerTitle_914k8_114{font-size:20px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;line-height:1.2;margin:0}._countText_914k8_125{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_914k8_133{display:flex;align-items:center;margin-bottom:30px;border-bottom:1px solid #e5e7eb}._tabItem_914k8_140{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_914k8_140:hover{color:#374151}._activeTab_914k8_156{color:#eb2128;border-bottom:2px solid #eb2128}._leftAndRightContainer_914k8_161{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px;height:calc(100vh - 200px);padding:0;border-radius:16px}._leftContainer_914k8_172{width:355px;height:calc(100vh - 250px);flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:24px 0;border-radius:16px;background-color:#fff}._rightContainer_914k8_186{align-self:stretch;overflow-y:auto;flex-grow:1;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:24px;border-radius:16px;border-left:solid 1px #f5f4f4;background-color:#fff;gap:10px}@media (max-width: 1279px){._leftContainer_914k8_172{width:30vw}}@media (max-width: 1024px){._leftContainer_914k8_172{width:30vw}}._rightContainer_914k8_186::-webkit-scrollbar{width:6px}._rightContainer_914k8_186::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightContainer_914k8_186::-webkit-scrollbar-track{background:transparent}._rightContainer_914k8_186 ._card_914k8_225:last-child{margin-bottom:50px}._leftContainerTabs_914k8_229{height:28px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0 0 0 24px}._Pills_914k8_241{height:28px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:6px 16px;border-radius:8px;border:solid 1px #e7e4e4;background-color:#fff;cursor:pointer}._PillsText_914k8_256{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:center;color:#7b7171}._PillsSelected_914k8_270{height:28px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:6px 16px;border-radius:8px;background-color:#fcdedf;cursor:pointer}._PillsTextSelected_914k8_284{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:center;color:#eb2128}._AlertRow_914k8_298{height:auto;align-self:stretch;flex-grow:0;display:flex;gap:8px;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:16px 24px;border:solid 1px #f5f4f4;background-color:#fff;cursor:pointer}._AlertRowSelected_914k8_313{height:auto;align-self:stretch;flex-grow:0;display:flex;gap:8px;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:16px 24px;cursor:pointer;background:#fef6f6;border-left:4px solid #bf5656}._imageInfoContainer_914k8_328{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertInfoContainer_914k8_335{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._AlertManText_914k8_346{align-self:stretch;flex-grow:1;flex-direction:column;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._ReportMetaContainer_914k8_361{align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0}._ReportDate_914k8_372{flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#7b7171}._outerContainer_914k8_385{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0;overflow-y:auto;align-items:stretch}._outerContainer_914k8_385::-webkit-scrollbar{width:6px}._outerContainer_914k8_385::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._outerContainer_914k8_385::-webkit-scrollbar-track{background:transparent}._chip_914k8_409{width:fit-content;height:24px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background-color:#dff2fe}._Closed_914k8_423{width:fit-content;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:right;color:#0084d1}._titleImageContainer_914k8_438{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;padding:0;min-width:0;overflow:hidden}._titleContainer_914k8_452{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0;min-width:0;width:100%}._titleText_914k8_466{height:auto;align-self:stretch;flex-grow:0;font-family:Inter;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#2a2727;white-space:normal;word-break:break-word;overflow-wrap:anywhere}._titleDescription_914k8_484{height:auto;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#7b7171}._imageContainer_914k8_499{height:auto;align-self:stretch;flex-grow:0;flex-wrap:wrap;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px;padding:0;margin-top:12px;clear:both}._imageFrame_914k8_514{height:215.7px;max-width:215.7px;width:100%;flex-grow:0;object-fit:cover;background-color:#f5f4f4;border-radius:8px}._wrapper_914k8_524{overflow-y:auto;height:calc(100vh - 250px);overflow-x:hidden;padding-right:4px}._wrapper_914k8_524::-webkit-scrollbar{width:6px}._wrapper_914k8_524::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._wrapper_914k8_524::-webkit-scrollbar-track{background:transparent}._wrapper_914k8_524 ._card_914k8_225:last-child{margin-bottom:50px}._sosleftContRowWrapper_914k8_550{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}._sosLeftContRow_914k8_561{height:auto;align-self:stretch;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:16px 20px;cursor:pointer}._sosLeftContRowSelected_914k8_574{height:auto;align-self:stretch;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:16px 20px;cursor:pointer;background:#fef6f6;border-left:4px solid #bf5656}._pedingDiv_914k8_589{height:24px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px;padding:0}._pending_914k8_601{width:fit-content;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:right;color:#dc2626}._chipPending_914k8_616{width:fit-content;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background-color:#fee2e2}._contentDiv_914k8_630{height:fit-content;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:6px;padding:0}._titleDiv_914k8_642{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:undefined;gap:6px;padding:0;align-items:center}._titleText_914k8_466{height:auto;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._TitleDescription_914k8_669{width:61px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#dc2626}._closedChip_914k8_684{width:fit-content;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background-color:#dcfce7}._closedText_914k8_698{width:auto;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:right;color:#15803d}._rightContfirstBox_914k8_713{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}._progressContainer_914k8_724{width:100%;height:auto;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._firstBoxBody_914k8_736{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;padding:0 24px 24px}._itemBox_914k8_748{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0;gap:140px}._itemLabel_914k8_760{height:auto;white-space:nowrap;flex-shrink:0;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#7b7171}._itemValue_914k8_776{height:auto;white-space:normal;word-break:break-word;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._footerBox_914k8_793{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:96px;padding:24px 24px 0;border-top:solid 1px #e7e4e4}._footerTitleandValue_914k8_806{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:8px;padding:0}._footertitle_914k8_817{height:28px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.56;letter-spacing:normal;text-align:left;color:#2a2727}._footerValue_914k8_832{height:40px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#7b7171}._buttonAddDetails_914k8_847{width:auto;cursor:pointer;height:36px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px 20px;border-radius:8px;box-shadow:0 1px 2px #0000000d;background-color:#eb2128}._statusButtonDisabled_914k8_863{width:auto;height:36px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px 20px;border-radius:8px;box-shadow:0 1px 2px #0000000d;background-color:#ef5257;opacity:.6;cursor:not-allowed}._buttonADText_914k8_880{width:92px;height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#fef6f6}._buttonADText1_914k8_895{width:89px;height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#fef6f6}._commentLabel_914k8_910{width:356px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._textarea1_914k8_924{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_914k8_924:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._incidentbox_914k8_945{width:auto;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;margin:12px 24px 0 1px;padding:24px;border-top:solid 1px #e7e4e4}._incidentTitle_914k8_958{height:auto;align-self:stretch;flex-grow:0;font-family:Inter;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#2a2727}._emergencyDescriptionBox_914k8_973{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:0}._emergLabel_914k8_985{width:auto;height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#7b7171}._emergValue_914k8_1000{height:auto;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._noValueCont_914k8_1015{align-items:center;justify-content:center;padding:60px}._noValue_914k8_1015{align-self:center;height:auto;align-self:stretch;flex-grow:0;font-family:Inter;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._remarksCard_914k8_1038{display:flex;flex-direction:column;padding-left:24px}._remarksList_914k8_1044{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_914k8_1051{display:flex;gap:10px}._newRemark_914k8_1051 input,._newRemark_914k8_1051 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_914k8_1051 ._saveButton_914k8_1062{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_914k8_1051 ._saveButton_914k8_1062:hover{background-color:#c91218}._remarkItem_914k8_1074{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_914k8_1074 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_914k8_1074 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_914k8_1096{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_914k8_1105{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_914k8_1105 span{white-space:nowrap}._remarkText_914k8_1121{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._Alert_914k8_298{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_914k8_1144{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_914k8_1156{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_914k8_1163{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._cardTitle_914k8_1177{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepProgress_ie03f_1{display:flex;align-items:center;justify-content:center;padding:2rem 1rem;max-width:600px;margin:0 auto}._stepContainer_ie03f_10{display:flex;align-items:center;position:relative}._stepItem_ie03f_16{display:flex;flex-direction:column;align-items:center;position:relative}._stepCircle_ie03f_23{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;transition:all .3s ease;position:relative;z-index:2}._stepCircle_ie03f_23._completed_ie03f_37{background-color:#eb2128;color:#fff}._stepCircle_ie03f_23._incomplete_ie03f_42{background-color:#e5e7eb;color:#9ca3af;border:2px solid #d1d5db}._stepLabel_ie03f_48{margin-top:8px;font-size:14px;font-weight:500;text-align:center;max-width:100px;word-wrap:break-word}._stepLabel_ie03f_48._completed_ie03f_37{color:#374151}._stepLabel_ie03f_48._incomplete_ie03f_42{color:#9ca3af}._stepConnector_ie03f_65{width:80px;height:2px;background-color:#e5e7eb;margin:0 10px;position:relative;top:-10px}._stepConnector_ie03f_65._completed_ie03f_37{background-color:#eb2128}._checkmark_ie03f_78{width:16px;height:16px;fill:currentColor}@media (max-width: 640px){._stepProgress_ie03f_1{padding:1rem .5rem}._stepConnector_ie03f_65{width:60px;margin:0 5px}._stepCircle_ie03f_23{width:35px;height:35px;font-size:12px}._stepLabel_ie03f_48{font-size:12px;max-width:80px}}._layout_a5tsc_2{display:flex;height:100vh;background:#f4f4f5}._main_a5tsc_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_a5tsc_19{margin-bottom:16px;max-width:400px}._header_a5tsc_24{margin-bottom:20px}._title_a5tsc_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_a5tsc_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_a5tsc_47{display:flex;flex-direction:column;height:100%}._footer_a5tsc_53{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_a5tsc_64{width:100%}._rightColumn_a5tsc_68{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_a5tsc_68::-webkit-scrollbar{width:6px}._rightColumn_a5tsc_68::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_a5tsc_68::-webkit-scrollbar-track{background:transparent}._rightColumn_a5tsc_68 ._card_a5tsc_37:last-child{margin-bottom:50px}._card_a5tsc_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_a5tsc_104{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_a5tsc_111{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_a5tsc_68 ._cardHeader_a5tsc_104{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_a5tsc_127 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_a5tsc_127 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_a5tsc_127 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_a5tsc_144{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_a5tsc_144 img{width:14px;height:14px}._addBtn_a5tsc_144:hover{background:#eb212814}._stepCard_a5tsc_165{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;width:auto;height:400px}._stepHeader_a5tsc_180{display:flex;align-items:center;justify-content:space-between}._headerInfo_a5tsc_186{display:flex;align-items:center;gap:12px}._textBlock_a5tsc_192{display:flex;flex-direction:column;gap:2px}._sectionLabel_a5tsc_198{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_a5tsc_207{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_a5tsc_216{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_a5tsc_227{font-size:16px;color:#71717b;cursor:pointer}._progress_a5tsc_233{display:flex;gap:6px}._step_a5tsc_165{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_a5tsc_245{background:#eb2128}._section_a5tsc_198{display:flex;flex-direction:column;gap:8px}._sectionHeader_a5tsc_255{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_a5tsc_263{font-size:14px}._counter_a5tsc_267{margin-left:auto;font-size:12px;color:#71717b}._details_a5tsc_273{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_a5tsc_273 div{display:flex;justify-content:space-between}._details_a5tsc_273 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_a5tsc_273 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_a5tsc_165 ._progress_a5tsc_233{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_a5tsc_165 ._section_a5tsc_198:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_a5tsc_165 ._section_a5tsc_198:nth-of-type(2){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_a5tsc_321{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_a5tsc_333{width:24px;height:24px}._infoIcon_a5tsc_227{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_a5tsc_227:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_a5tsc_348{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_a5tsc_348 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_a5tsc_359{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_a5tsc_348{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_a5tsc_348:hover{transform:scale(1.05)}._dashboardSkeleton_a5tsc_379{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f9f9fb;width:95vw}._rightPart_a5tsc_388{display:flex;flex-direction:column;gap:16px;padding:0 0 9px 4px;background:#f9f9fb}._skeletonSidebar_a5tsc_396{width:250px;height:auto}._skeletonTitle_a5tsc_401{width:100%;height:60px}._skeletonSubtitle_a5tsc_406{width:180px;height:20px;margin-top:8px}._split_a5tsc_412{display:grid;grid-template-columns:37% 61%;gap:16px}._skeletonRow_a5tsc_418{display:flex;gap:16px}._skeletonBox_a5tsc_423{flex:1;height:140px}._skeletonChart_a5tsc_428{flex:2;height:70vh}._skeletonChart1_a5tsc_433{flex:2;height:350px}._skeletonSide_a5tsc_396{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;flex:1}._skeletonSmallBox_a5tsc_445{height:350px}._skeletonSmallBox1_a5tsc_449{height:150px}._shimmer_a5tsc_454,._skeletonSidebar_a5tsc_396,._skeletonTitle_a5tsc_401,._skeletonBox_a5tsc_423,._skeletonChart_a5tsc_428,._skeletonChart1_a5tsc_433,._skeletonSmallBox_a5tsc_445,._skeletonSmallBox1_a5tsc_449{background:linear-gradient(90deg,#e2e2e2 25%,#f0f0f0,#e2e2e2 75%);background-size:200% 100%;animation:_shimmer_a5tsc_454 1.6s infinite;border-radius:8px}@keyframes _shimmer_a5tsc_454{0%{background-position:-200% 0}to{background-position:200% 0}}._remarksCard_a5tsc_470{display:flex;flex-direction:column}._remarksList_a5tsc_475{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_a5tsc_482{display:flex;gap:10px}._newRemark_a5tsc_482 input,._newRemark_a5tsc_482 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._remarkItem_a5tsc_494{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_a5tsc_494 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_a5tsc_494 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_a5tsc_516{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_a5tsc_525{margin-top:10px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_a5tsc_525 span{white-space:nowrap}._remarkText_a5tsc_541{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkText1_a5tsc_550{color:#18181b}._inputRow_a5tsc_554{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_a5tsc_554::placeholder{color:#a1a1aa;font-size:14px}._inputRow_a5tsc_554:focus-within{border-color:#2563eb}._dropdownSelect_a5tsc_580{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_a5tsc_580::-ms-expand{display:none}._saveButton_a5tsc_596{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_a5tsc_596:hover{background-color:#c91218}._saveButtonDisabled_a5tsc_609{opacity:.6;cursor:not-allowed;pointer-events:none}._photoItem_a5tsc_616{display:inline-block;margin-right:8px}._photoItem_a5tsc_616 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_a5tsc_616 img:hover{transform:scale(1.05)}._mainLabels_a5tsc_632{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_a5tsc_646{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_a5tsc_651{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_a5tsc_662{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_a5tsc_662 ._sectionTitle_a5tsc_207{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_a5tsc_662 ._dropdownIcon_a5tsc_675{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_a5tsc_662 ._open_a5tsc_682{transform:rotate(180deg)}._dropdownContentBox_a5tsc_686{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_a5tsc_698{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_a5tsc_709{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_a5tsc_724{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_a5tsc_738{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_a5tsc_748{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_a5tsc_759{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_a5tsc_771{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_a5tsc_786{width:500px;outline:none;resize:vertical;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_a5tsc_786::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_a5tsc_786:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_a5tsc_821{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_a5tsc_833{width:47px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_a5tsc_848{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_a5tsc_862{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_a5tsc_876{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_a5tsc_888{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_a5tsc_895{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_a5tsc_909{position:relative;width:100%}._textarea1_a5tsc_914{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_a5tsc_914:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_a5tsc_935{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_a5tsc_935:hover{background-color:#145ca2}._disabled_a5tsc_951{opacity:.5;cursor:not-allowed}._saveButtonBox_a5tsc_956{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_a5tsc_974{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_a5tsc_981{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_a5tsc_996{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._layout_ds4fp_2{display:flex;height:100vh;background:#f4f4f5}._main_ds4fp_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_ds4fp_19{margin-bottom:16px;max-width:400px}._header_ds4fp_24{margin-bottom:20px}._title_ds4fp_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_ds4fp_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_ds4fp_47{display:flex;flex-direction:column;height:100%}._content_ds4fp_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_ds4fp_53::-webkit-scrollbar{width:6px}._content_ds4fp_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_ds4fp_53::-webkit-scrollbar-track{background:transparent}._content_ds4fp_53 ._card_ds4fp_37:last-child{margin-bottom:50px}._footer_ds4fp_79{display:flex;gap:5px;width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1}._customButton_ds4fp_90{width:100%}._rightColumn_ds4fp_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_ds4fp_94::-webkit-scrollbar{width:6px}._rightColumn_ds4fp_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_ds4fp_94::-webkit-scrollbar-track{background:transparent}._rightColumn_ds4fp_94 ._card_ds4fp_37:last-child{margin-bottom:50px}._card_ds4fp_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_ds4fp_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_ds4fp_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_ds4fp_94 ._cardHeader_ds4fp_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_ds4fp_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_ds4fp_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_ds4fp_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_ds4fp_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_ds4fp_170 img{width:14px;height:14px}._addBtn_ds4fp_170:hover{background:#eb212814}._stepCard_ds4fp_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:550px;width:auto}._stepHeader_ds4fp_205{display:flex;align-items:center;justify-content:space-between}._headerInfo_ds4fp_211{display:flex;align-items:center;gap:12px}._textBlock_ds4fp_217{display:flex;flex-direction:column;gap:2px}._sectionLabel_ds4fp_223{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_ds4fp_232{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_ds4fp_241{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_ds4fp_252{font-size:16px;color:#71717b;cursor:pointer}._progress_ds4fp_258{display:flex;gap:6px}._step_ds4fp_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_ds4fp_270{background:#eb2128}._section_ds4fp_223{display:flex;flex-direction:column;gap:8px}._sectionHeader_ds4fp_280{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_ds4fp_288{font-size:14px}._counter_ds4fp_292{margin-left:auto;font-size:12px;color:#71717b}._details_ds4fp_298{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_ds4fp_298 div{display:flex;justify-content:space-between}._details_ds4fp_298 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_ds4fp_298 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_ds4fp_191 ._progress_ds4fp_258{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_ds4fp_191 ._section_ds4fp_223:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_ds4fp_340{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_ds4fp_352{width:24px;height:24px}._infoIcon_ds4fp_252{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_ds4fp_252:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_ds4fp_367{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_ds4fp_367 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_ds4fp_378{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_ds4fp_367{width:300px;height:300px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_ds4fp_367:hover{transform:scale(1.05)}._personTabs_ds4fp_398{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_ds4fp_398{background:#f5f5f5;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_ds4fp_419{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._remarksCard_ds4fp_429{display:flex;flex-direction:column}._remarksList_ds4fp_434{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_ds4fp_441{display:flex;gap:10px}._newRemark_ds4fp_441 input,._newRemark_ds4fp_441 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._remarkItem_ds4fp_453{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_ds4fp_453 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_ds4fp_453 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_ds4fp_475{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_ds4fp_484{margin-top:10px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_ds4fp_484 span{white-space:nowrap}._remarkText_ds4fp_500{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkText1_ds4fp_509{color:#18181b}._inputRow_ds4fp_513{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_ds4fp_513::placeholder{color:#a1a1aa;font-size:14px}._inputRow_ds4fp_513:focus-within{border-color:#2563eb}._dropdownSelect_ds4fp_539{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_ds4fp_539::-ms-expand{display:none}._saveButton_ds4fp_555{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_ds4fp_555:hover{background-color:#c91218}._saveButtonDisabled_ds4fp_568{opacity:.6;cursor:not-allowed;pointer-events:none}._photoItem_ds4fp_575{display:inline-block;margin-right:8px}._photoItem_ds4fp_575 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_ds4fp_575 img:hover{transform:scale(1.05)}._mainLabels_ds4fp_591{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_ds4fp_605{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_ds4fp_610{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_ds4fp_621{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_ds4fp_621 ._sectionTitle_ds4fp_232{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_ds4fp_621 ._dropdownIcon_ds4fp_634{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_ds4fp_621 ._open_ds4fp_641{transform:rotate(180deg)}._dropdownContentBox_ds4fp_645{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_ds4fp_657{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_ds4fp_668{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_ds4fp_683{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_ds4fp_697{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_ds4fp_707{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_ds4fp_718{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_ds4fp_730{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_ds4fp_745{width:500px;outline:none;resize:vertical;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_ds4fp_745::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_ds4fp_745:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_ds4fp_780{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_ds4fp_792{width:47px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_ds4fp_807{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_ds4fp_821{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_ds4fp_835{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_ds4fp_847{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_ds4fp_854{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_ds4fp_868{position:relative;width:100%}._textarea1_ds4fp_873{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_ds4fp_873:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_ds4fp_894{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_ds4fp_894:hover{background-color:#145ca2}._disabled_ds4fp_910{opacity:.5;cursor:not-allowed}._saveButtonBox_ds4fp_915{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_ds4fp_933{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_ds4fp_940{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_ds4fp_955{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._layout_1d6tb_2{display:flex;height:100vh;background:#f4f4f5}._main_1d6tb_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_1d6tb_19{margin-bottom:16px;max-width:400px}._header_1d6tb_24{margin-bottom:20px}._title_1d6tb_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_1d6tb_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_1d6tb_47{display:flex;flex-direction:column;height:100%}._content_1d6tb_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_1d6tb_53::-webkit-scrollbar{width:6px}._content_1d6tb_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_1d6tb_53::-webkit-scrollbar-track{background:transparent}._content_1d6tb_53 ._card_1d6tb_37:last-child{margin-bottom:50px}._footer_1d6tb_79{width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1;height:20px}._customButton_1d6tb_89{width:100%}._rightColumn_1d6tb_93{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_1d6tb_93::-webkit-scrollbar{width:6px}._rightColumn_1d6tb_93::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_1d6tb_93::-webkit-scrollbar-track{background:transparent}._rightColumn_1d6tb_93 ._card_1d6tb_37:last-child{margin-bottom:50px}._card_1d6tb_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_1d6tb_129{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_1d6tb_136{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_1d6tb_93 ._cardHeader_1d6tb_129{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_1d6tb_152 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_1d6tb_152 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_1d6tb_152 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_1d6tb_169{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_1d6tb_169 img{width:14px;height:14px}._addBtn_1d6tb_169:hover{background:#eb212814}._stepCard_1d6tb_190{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:550px;width:auto}._stepHeader_1d6tb_204{display:flex;align-items:center;justify-content:space-between}._headerInfo_1d6tb_210{display:flex;align-items:center;gap:12px}._textBlock_1d6tb_216{display:flex;flex-direction:column;gap:2px}._sectionLabel_1d6tb_222{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_1d6tb_231{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_1d6tb_240{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_1d6tb_251{font-size:16px;color:#71717b;cursor:pointer}._progress_1d6tb_257{display:flex;gap:6px}._step_1d6tb_190{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_1d6tb_269{background:#eb2128}._section_1d6tb_222{display:flex;flex-direction:column;gap:8px}._sectionHeader_1d6tb_279{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_1d6tb_287{font-size:14px}._counter_1d6tb_291{margin-left:auto;font-size:12px;color:#71717b}._details_1d6tb_297{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_1d6tb_297 div{display:flex;justify-content:space-between}._details_1d6tb_297 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_1d6tb_297 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_1d6tb_190 ._progress_1d6tb_257{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_1d6tb_190 ._section_1d6tb_222:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_1d6tb_338{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_1d6tb_350{width:24px;height:24px}._infoIcon_1d6tb_251{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_1d6tb_251:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_1d6tb_365{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_1d6tb_365 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_1d6tb_376{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_1d6tb_365{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_1d6tb_365:hover{transform:scale(1.05)}._remarksCard_1d6tb_397{display:flex;flex-direction:column}._remarksList_1d6tb_402{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_1d6tb_409{display:flex;gap:10px}._newRemark_1d6tb_409 input,._newRemark_1d6tb_409 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._remarkItem_1d6tb_421{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_1d6tb_421 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_1d6tb_421 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_1d6tb_443{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_1d6tb_452{margin-top:10px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_1d6tb_452 span{white-space:nowrap}._remarkText_1d6tb_468{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkText1_1d6tb_477{color:#18181b}._inputRow_1d6tb_481{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_1d6tb_481::placeholder{color:#a1a1aa;font-size:14px}._inputRow_1d6tb_481:focus-within{border-color:#2563eb}._dropdownSelect_1d6tb_507{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_1d6tb_507::-ms-expand{display:none}._saveButton_1d6tb_523{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_1d6tb_523:hover{background-color:#c91218}._saveButtonDisabled_1d6tb_536{opacity:.6;cursor:not-allowed;pointer-events:none}._photoItem_1d6tb_543{display:inline-block;margin-right:8px}._photoItem_1d6tb_543 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_1d6tb_543 img:hover{transform:scale(1.05)}._mainLabels_1d6tb_559{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_1d6tb_573{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_1d6tb_578{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_1d6tb_589{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_1d6tb_589 ._sectionTitle_1d6tb_231{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_1d6tb_589 ._dropdownIcon_1d6tb_602{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_1d6tb_589 ._open_1d6tb_609{transform:rotate(180deg)}._dropdownContentBox_1d6tb_613{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_1d6tb_625{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_1d6tb_636{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_1d6tb_651{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_1d6tb_665{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_1d6tb_675{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_1d6tb_686{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_1d6tb_698{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_1d6tb_713{width:500px;outline:none;resize:vertical;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_1d6tb_713::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_1d6tb_713:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_1d6tb_748{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_1d6tb_760{width:47px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_1d6tb_775{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_1d6tb_789{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_1d6tb_803{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_1d6tb_815{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_1d6tb_822{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_1d6tb_836{position:relative;width:100%}._textarea1_1d6tb_841{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_1d6tb_841:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_1d6tb_862{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_1d6tb_862:hover{background-color:#145ca2}._disabled_1d6tb_878{opacity:.5;cursor:not-allowed}._saveButtonBox_1d6tb_883{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_1d6tb_901{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_1d6tb_908{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_1d6tb_923{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._attachmentPreview_1d6tb_939{margin-bottom:16px}._pdfPreview_1d6tb_943{width:100%;height:300px;border:none;border-radius:8px}._imagePreview_1d6tb_950{width:100%;max-height:300px;object-fit:contain;border-radius:8px}._container_1f0o4_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1f0o4_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_1f0o4_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_1f0o4_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1f0o4_41{width:350px}._topRight_1f0o4_45{display:flex;align-items:center;gap:16px}._notificationWrapper_1f0o4_51{position:relative;display:inline-block}._notificationIcon_1f0o4_56{width:24px;height:24px;cursor:pointer}._notificationBadge_1f0o4_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1f0o4_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_1f0o4_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_1f0o4_89{width:26px;height:26px;padding:10px;border-radius:8px;border:1px solid var(--Brand_Red-200, #F8AFB2);background:var(--Brand_Red-100, #FCDEDF)}._headerTextWrapper_1f0o4_98{display:flex;flex-direction:column}._headerTitle_1f0o4_103{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_1f0o4_111{font-size:14px;color:#71717b;margin:2px 0 0}._headerButton_1f0o4_118{display:flex;flex-direction:row;gap:10px;cursor:pointer}._assignButon_1f0o4_125{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_1f0o4_135{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._tabs_1f0o4_147{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_1f0o4_154{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1f0o4_154:hover{color:#374151}._activeTab_1f0o4_170{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_1f0o4_175{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_1f0o4_175 ._filterGroup_1f0o4_183{display:flex;gap:8px}._dropdownFilters_1f0o4_175 select,._dropdownFilters_1f0o4_175 input{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1f0o4_175 select:hover,._dropdownFilters_1f0o4_175 input:hover{background:#f9fafb}._employeeOption_1f0o4_212{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1f0o4_220{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1f0o4_232{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._permissionImg_1f0o4_244{width:12px;height:12px}._employeeId_1f0o4_249{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1f0o4_261{display:flex;flex-direction:column}._employeeDiv_1f0o4_261::-webkit-scrollbar{width:2px}._employeeDiv_1f0o4_261::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1f0o4_261::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1f0o4_261::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1f0o4_280{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_1f0o4_292{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_1f0o4_299{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1f0o4_299:hover{background:#f9fafb}._exportGroup_1f0o4_322{display:flex;gap:10px;margin-top:8px}._exportGroup_1f0o4_322 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_1f0o4_322 button img{width:16px;height:16px}._exportGroup_1f0o4_322 button:hover{background-color:#e4e4e7}._exportGroup_1f0o4_322 ._exportButton_1f0o4_344,._exportGroup_1f0o4_322 ._sortByButton_1f0o4_352,._exportGroup_1f0o4_322 ._customizeTableButton_1f0o4_360{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_1f0o4_369{display:flex;align-items:center}._tableOuterWrapper_1f0o4_375{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_1f0o4_382{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_1f0o4_394{display:grid;grid-template-columns:.5fr 2.5fr 2.5fr .5fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_1f0o4_403{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_1f0o4_403 ._row_1f0o4_394{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_1f0o4_394>div:nth-child(8){padding-left:45px}._tableBodyWrapper_1f0o4_425{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1f0o4_425::-webkit-scrollbar{width:6px}._tableBodyWrapper_1f0o4_425::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1f0o4_425 ._row_1f0o4_394{background:#fff;color:#111827}._tableBodyWrapper_1f0o4_425 ._row_1f0o4_394:hover{background:#f3f4f6}._refreshIcon_1f0o4_450{color:#52525c;margin-top:5px;margin-right:5px}._statusDropdownWrapper_1f0o4_457{display:flex;align-items:center}._statusDropdown_1f0o4_457{width:110px}._statusDropdown_1f0o4_457 ._inputRow_1f0o4_465{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_1f0o4_457 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_1f0o4_457 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_1f0o4_457,._acknowledged_1f0o4_493,._closed_1f0o4_493,._review_1f0o4_493,._pending_1f0o4_493{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1f0o4_493{background:#fee2e2;color:#dc2626}._review_1f0o4_493{background:#ffedd5;color:#ea580c}._closed_1f0o4_493{background:#dff2fe;color:#0084d1}._acknowledged_1f0o4_493{background:#f0fdf4;color:#16a34a}._view_1f0o4_530{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_1f0o4_540{color:#c91218;cursor:pointer;display:flex;gap:12px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1f0o4_553{display:flex;align-items:center;gap:8px}._descIconWrapper_1f0o4_560{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1f0o4_560{width:20px;height:20px}._descMain_1f0o4_577{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1f0o4_587{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1f0o4_598{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1f0o4_608{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._permission_1f0o4_244{display:flex;flex-direction:row;gap:8px}._locationMain_1f0o4_625{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px;border-radius:999px;background:var(--Zinc-100, #F5F4F4);padding:4px 8px;display:flex;gap:8px;align-items:center}._locationSub_1f0o4_642{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1f0o4_653{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_1f0o4_662{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_1f0o4_675{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._primaryBtn_1f0o4_684{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1f0o4_684:hover{background:#c62828}._secondaryBtn_1f0o4_700{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1f0o4_700 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_1f0o4_700:hover{background:var(--Zinc-200, #e4e4e7)}._sidebar_1t6zr_2{display:flex;flex-direction:column;width:230px;height:100%;padding:8px 20px 0;background:#18181b;color:#fff;overflow:hidden}._logoContainer_1t6zr_13{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}._logo_1t6zr_13{height:32px}._subLogo_1t6zr_25{height:14px;margin-left:4px}._nav_1t6zr_30{margin-bottom:12px}._scrollArea_1t6zr_35{flex:1;overflow-y:auto;padding-right:4px;transition:height .3s ease;min-height:0}._scrollArea_1t6zr_35::-webkit-scrollbar{width:4px}._scrollArea_1t6zr_35::-webkit-scrollbar-thumb{background-color:#3f3f46;border-radius:10px;min-height:20px}._scrollArea_1t6zr_35::-webkit-scrollbar-track{background:transparent}._section_1t6zr_59{display:flex;flex-direction:column}._sectionTitle_1t6zr_64{font-size:11px;color:#9f9fa9;text-transform:uppercase;margin:8px 0}._sidebarItem_1t6zr_71{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s;color:#9f9fa9}._sidebarItem_1t6zr_71:hover{background:#27272a}._active_1t6zr_86{background:#eb212833;color:#fef6f6}._label_1t6zr_91{flex:1}._badge_1t6zr_95{background:#c91218;font-size:11px;padding:1px 6px;border-radius:999px}._icon_1t6zr_103{width:18px;height:18px;flex-shrink:0}._iconInactive_1t6zr_109{filter:brightness(0) saturate(100%) invert(67%) sepia(6%) saturate(208%) hue-rotate(202deg) brightness(92%) contrast(88%)}._iconActive_1t6zr_113{filter:brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(7480%) hue-rotate(355deg) brightness(96%) contrast(104%)}._userSection_1t6zr_118{border-top:1px solid #3f3f46;background:#18181b;transition:transform .3s ease;margin-bottom:20px}._userCard_1t6zr_125{display:flex;align-items:center;justify-content:space-between;padding:12px;cursor:pointer}._userInfo_1t6zr_133{display:flex;flex-direction:column}._userName_1t6zr_138{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#fafafa}._userRole_1t6zr_147{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#9f9fa9}._dropdownIcon_1t6zr_156{width:16px;height:16px;filter:brightness(0) invert(1);transition:transform .2s ease}._userSubMenu_1t6zr_164{display:flex;flex-direction:column;background:#18181b}._userMenuItem_1t6zr_170{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s;color:#9f9fa9;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._userMenuItem_1t6zr_170:hover{background:#27272a}._userMenuItemActive_1t6zr_190{background:#eb212833;color:#fef6f6}._userMenuIcon_1t6zr_195{width:16px;height:16px;flex-shrink:0}._userMenuIconInactive_1t6zr_201{filter:brightness(0) saturate(100%) invert(67%) sepia(6%) saturate(208%) hue-rotate(202deg) brightness(92%) contrast(88%)}._userMenuIconActive_1t6zr_205,._userMenuItemActive_1t6zr_190 ._userMenuIcon_1t6zr_195{filter:brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(7480%) hue-rotate(355deg) brightness(96%) contrast(104%)}._menuOpen_1t6zr_210 ._userSection_1t6zr_118{transform:translateY(-15px)}._multiselect-container_thxtx_1{position:relative;display:flex;flex-direction:column;gap:4px;width:100%}._multiselect-trigger_thxtx_9{display:flex;align-items:center;justify-content:space-between;width:50%;min-height:25px;padding:4px 12px;border:1px solid #d1d5db;border-radius:12px;background-color:#f4f4f5;cursor:pointer;font-size:14px;transition:all .2s}._multiselect-trigger_thxtx_9:hover{border-color:#9ca3af}._multiselect-trigger_thxtx_9:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._multiselect-trigger_thxtx_9._disabled_thxtx_34{background-color:#f9fafb;cursor:not-allowed;opacity:.6}._label_thxtx_40{margin-bottom:6px;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._labelDisabled_thxtx_50{color:#d4d4d8}._multiselect-content_thxtx_54{display:flex;flex-wrap:wrap;gap:4px;flex:1}._multiselect-placeholder_thxtx_61{color:#27272a}._multiselect-badge_thxtx_65{display:inline-flex;align-items:center;padding:2px 5px 1px 6px;background-color:#eb2128;border:1px solid #e5e7eb;border-radius:12px;font-size:12px;font-weight:500;font-family:Inter,sans-serif;color:#fafafa}._multiselect-badge_thxtx_65:hover{background-color:#c91218}._multiselect-badge-remove_thxtx_82{margin-left:4px;cursor:pointer;color:#fafafa;color:#374151;font-weight:700;font-size:12px;line-height:1;padding-bottom:5px}._multiselect-badge-remove_thxtx_82:hover{color:#fafafa}._multiselect-chevron_thxtx_97{padding-top:3px;margin-left:8px;transition:transform .2s;color:#6b7280}._multiselect-chevron_thxtx_97._open_thxtx_104{transform:rotate(180deg)}._multiselect-dropdown_thxtx_108{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:2px;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a;max-height:300px;overflow:hidden;width:55%}._multiselect-search-wrapper_thxtx_124{position:relative;width:100%}._multiselect-search_thxtx_124{width:100%;padding:8px 12px;border:none;font-size:14px;outline:none;background-color:#fff}._multiselect-search_thxtx_124:focus{border-bottom:0px solid red;outline:none;box-shadow:none}._multiselect-search_thxtx_124::placeholder{color:#9ca3af}._multiselect-clear-search_thxtx_148{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:16px;cursor:pointer;color:#666}._multiselect-clear-search_thxtx_148:hover{color:#000}._multiselect-options_thxtx_162{max-height:150px;overflow-y:auto}._multiselect-options_thxtx_162::-webkit-scrollbar{width:6px}._multiselect-options_thxtx_162::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._multiselect-options_thxtx_162::-webkit-scrollbar-track{background:transparent}._multiselect-option_thxtx_162{display:flex;align-items:center;padding:8px 12px;cursor:pointer;font-size:14px;color:#27272a;font-family:Inter,sans-serif;transition:background-color .1s}._multiselect-option_thxtx_162:hover{background-color:#f3f4f6}._multiselect-option_thxtx_162._selected_thxtx_195{font-family:Inter,sans-serif}._multiselect-check_thxtx_199{margin-right:8px;width:16px;height:16px;color:#10b981}._multiselect-option-icon_thxtx_206{margin-right:8px;width:16px;height:16px}._multiselect-clear_thxtx_148{padding:8px 12px;text-align:center;cursor:pointer;font-size:12px;color:#ef4444;border-bottom:1px solid #e5e7eb}._multiselect-clear_thxtx_148:hover{background-color:#fef2f2}._multiselect-done_thxtx_225{text-align:start;cursor:pointer;font-size:12px;color:#10b981;border-bottom:1px solid #e5e7eb;display:flex;gap:4px}._doneButton_thxtx_235{padding:8px 6px;text-align:center;cursor:pointer;font-size:12px;border-bottom:1px solid #e5e7eb;background-color:transparent;border:none;color:#10b981}._cancelButton_thxtx_246{padding:8px 6px;text-align:center;cursor:pointer;font-size:12px;border-bottom:1px solid #e5e7eb;background-color:transparent;border:none;color:#ef4444}._multiselect-empty_thxtx_257{padding:16px 12px;text-align:center;color:#9ca3af;font-size:14px}._labelStyle_thxtx_264{font-size:12px;font-weight:400;color:#9f9fa9;font-family:Inter,sans-serif}._dropdownIcon_thxtx_271{width:20px;height:20px;object-fit:contain;cursor:pointer;filter:grayscale(100%) brightness(.5)}._errorText_thxtx_279{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._viewContainer_thxtx_287{display:flex;flex-direction:row;gap:10px}._locationMain_thxtx_293{display:flex;padding:4px 4px 4px 8px;justify-content:center;align-items:center;gap:4px;border-radius:999px;background:var(--Zinc-100, #F5F4F4)}._locationMain_thxtx_293 span{color:var(--Zinc-800, #2A2727);text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:14px}._locationMain_thxtx_293 img{width:10px;height:10px;aspect-ratio:1/1}._container_1mfql_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1mfql_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_1mfql_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_1mfql_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1mfql_41{width:350px}._topRight_1mfql_45{display:flex;align-items:center;gap:16px}._notificationWrapper_1mfql_51{position:relative;display:inline-block}._notificationIcon_1mfql_56{width:24px;height:24px;cursor:pointer}._notificationBadge_1mfql_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1mfql_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_1mfql_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_1mfql_89{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;background:var(--Backgrounds_tentative-Voilet-light, #ebe8fd)}._headerTextWrapper_1mfql_102{display:flex;flex-direction:column}._headerTitle_1mfql_107{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_1mfql_115{font-size:14px;color:#71717b;margin:2px 0 0}._tabs_1mfql_123{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_1mfql_130{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1mfql_130:hover{color:#374151}._activeTab_1mfql_146{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_1mfql_151{display:flex;justify-content:start;align-items:start;margin-bottom:10px;width:100%;flex-direction:column}._dropdownFilters_1mfql_151 ._filterGroup_1mfql_159{display:flex;gap:8px;height:32px}._dropdownFilters_1mfql_151 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1mfql_151 select:hover{background:#f9fafb}._sortSection_1mfql_187{display:flex;align-items:center;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:var(--Zinc-800, #2A2727);padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:text;background-size:14px;height:18px}._sortSection_1mfql_187:hover{background:#f9fafb}._sortSection_1mfql_187 input{display:flex;padding:0 14px 0 16px;border:none;outline:none;color:var(--Zinc-800, #2A2727);background:transparent;width:100%;font-size:14px}._employeeOption_1mfql_219{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1mfql_227{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1mfql_239{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1mfql_251{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1mfql_263{display:flex;flex-direction:column}._employeeDiv_1mfql_263::-webkit-scrollbar{width:2px}._employeeDiv_1mfql_263::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1mfql_263::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1mfql_263::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1mfql_282{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_1mfql_294{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_1mfql_301{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1mfql_301:hover{background:#f9fafb}._exportGroup_1mfql_324{display:flex;gap:10px;margin-top:8px}._exportGroup_1mfql_324 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_1mfql_324 button img{width:16px;height:16px}._exportGroup_1mfql_324 button:hover{background-color:#e4e4e7}._exportGroup_1mfql_324 ._exportButton_1mfql_346,._exportGroup_1mfql_324 ._sortByButton_1mfql_354,._exportGroup_1mfql_324 ._customizeTableButton_1mfql_362{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._tableOuterWrapper_1mfql_372{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_1mfql_379{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_1mfql_391{display:grid;grid-template-columns:.6fr 5.5fr 3.5fr 1fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._searchInput_1mfql_399{display:flex;padding:0 14px 0 16px;align-items:center;gap:8px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--Zinc-200, #E7E4E4);background:#fff}._tableHeader_1mfql_412{background:#f9fafb;color:#374151;font-weight:600;position:sticky;top:0;z-index:5;border-bottom:1px solid #e5e7eb;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_1mfql_412 ._row_1mfql_391{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_1mfql_391>div:nth-child(8){padding-left:45px}._tableBodyWrapper_1mfql_436{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1mfql_436::-webkit-scrollbar{width:6px}._tableBodyWrapper_1mfql_436::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1mfql_436 ._row_1mfql_391{background:#fff;color:#111827}._tableBodyWrapper_1mfql_436 ._row_1mfql_391:hover{background:#f9fafb}._statusDropdownWrapper_1mfql_460{display:flex;align-items:center}._statusDropdown_1mfql_460{width:110px}._statusDropdown_1mfql_460 ._inputRow_1mfql_468{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_1mfql_460 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_1mfql_460 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_1mfql_460,._acknowledged_1mfql_496,._closed_1mfql_496,._review_1mfql_496,._pending_1mfql_496{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1mfql_496{background:#fee2e2;color:#dc2626}._review_1mfql_496{background:#ffedd5;color:#ea580c}._closed_1mfql_496{background:#dff2fe;color:#0084d1}._acknowledged_1mfql_496{background:#f0fdf4;color:#16a34a}._view_1mfql_533{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;padding-left:10px;display:flex;gap:16px}._download_1mfql_546{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1mfql_557{display:flex;align-items:center;gap:8px}._descIconWrapper_1mfql_564{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1mfql_564{width:20px;height:20px}._descMain_1mfql_581{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1mfql_591{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1mfql_602{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1mfql_612{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._locationMain_1mfql_623{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px}._locationSub_1mfql_634{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1mfql_645{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_1mfql_654{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_1mfql_667{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._assignButon_1mfql_676{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_1mfql_686{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._primaryBtn_1mfql_697{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1mfql_697:hover{background:#c62828}._secondaryBtn_1mfql_713{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1mfql_713 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_1mfql_713:hover{background:var(--Zinc-200, #e4e4e7)}._modalOverlay_1mfql_742{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}._deleteModal_1mfql_752{background:#fff;border-radius:12px;padding:24px;width:400px}._modalTitle_1mfql_759{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin-bottom:16px;text-align:center}._modalContent_1mfql_770 p{margin-bottom:8px}._docLabel_1mfql_774{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._docValue_1mfql_783{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#3f3f46}._confirmText_1mfql_792{margin-top:16px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#52525c}._modalActions_1mfql_802{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}._deleteAction_1mfql_809{color:#dc2626;cursor:pointer}._modalOverlay_x09jd_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._addNewModal_x09jd_11{background:#fff;border-radius:12px;padding:30px 25px;width:450px;max-width:90%;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;gap:20px}._addNewModal_x09jd_11 h3{margin:0;font-size:1.5rem;font-weight:600;text-align:center}._addNewModal_x09jd_11 ._formGroup_x09jd_28{display:flex;flex-direction:column;gap:8px}._addNewModal_x09jd_11 ._formGroup_x09jd_28 label{font-weight:500;font-size:.95rem}._addNewModal_x09jd_11 ._formGroup_x09jd_28 input,._addNewModal_x09jd_11 ._formGroup_x09jd_28 select{padding:8px 12px;font-size:.95rem;border:1px solid #ccc;border-radius:6px;outline:none}._addNewModal_x09jd_11 ._formGroup_x09jd_28 input:focus,._addNewModal_x09jd_11 ._formGroup_x09jd_28 select:focus{border-color:#007bff}._addNewModal_x09jd_11 ._modalActions_x09jd_49{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}._uploadBox_x09jd_56{border:1px dashed #ccc;border-radius:6px;height:120px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden}._uploadBox_x09jd_56._disabled_x09jd_67{opacity:.6;cursor:not-allowed}._uploadBox_x09jd_56 ._preview_x09jd_71{max-height:100%;max-width:100%;object-fit:contain}._uploadBox_x09jd_56 ._removeBtn_x09jd_76{position:absolute;top:6px;right:6px;background:#00000080;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer}._uploadBox_x09jd_56 ._fileNameBox_x09jd_91{font-size:.9rem;color:#333;text-align:center}._uploadBox_x09jd_56 ._addIcon_x09jd_96{width:32px;height:32px}._container_cu1jw_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_cu1jw_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_cu1jw_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_cu1jw_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_cu1jw_41{width:350px}._topRight_cu1jw_45{display:flex;align-items:center;gap:16px}._notificationWrapper_cu1jw_51{position:relative;display:inline-block}._notificationIcon_cu1jw_56{width:24px;height:24px;cursor:pointer}._notificationBadge_cu1jw_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_cu1jw_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_cu1jw_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_cu1jw_89{width:48px;height:48px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_cu1jw_96{display:flex;flex-direction:column}._headerTitle_cu1jw_101{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_cu1jw_109{font-size:14px;color:#71717b;margin:2px 0 0}._headerButton_cu1jw_116{display:flex;flex-direction:row;gap:10px;cursor:pointer}._assignButon_cu1jw_123{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_cu1jw_133{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._tabs_cu1jw_145{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_cu1jw_152{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_cu1jw_152:hover{color:#374151}._activeTab_cu1jw_168{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_cu1jw_173{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_cu1jw_173 ._filterGroup_cu1jw_181{display:flex;gap:5px;height:30px;margin-bottom:5px}._dropdownFilters_cu1jw_173 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;max-width:220px;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_cu1jw_173 select:hover{background:#f9fafb}._employeeOption_cu1jw_211{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_cu1jw_219{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_cu1jw_231{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_cu1jw_243{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_cu1jw_255{display:flex;flex-direction:column}._employeeDiv_cu1jw_255::-webkit-scrollbar{width:2px}._employeeDiv_cu1jw_255::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_cu1jw_255::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_cu1jw_255::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_cu1jw_274{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_cu1jw_286{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_cu1jw_293{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_cu1jw_293:hover{background:#f9fafb}._exportGroup_cu1jw_316{display:flex;gap:10px;margin-top:8px}._exportGroup_cu1jw_316 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_cu1jw_316 button img{width:16px;height:16px}._exportGroup_cu1jw_316 button:hover{background-color:#e4e4e7}._exportGroup_cu1jw_316 ._exportButton_cu1jw_338,._exportGroup_cu1jw_316 ._sortByButton_cu1jw_346,._exportGroup_cu1jw_316 ._customizeTableButton_cu1jw_354{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_cu1jw_363{display:flex;align-items:center;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:var(--Zinc-800, #2a2727);padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:text;background-size:14px;height:18px}._sortSection_cu1jw_363:hover{background:#f9fafb}._sortSection_cu1jw_363 input{display:flex;padding:0 14px 0 16px;border:none;outline:none;color:var(--Zinc-800, #2a2727);background:transparent;width:100%;font-size:14px}._tableOuterWrapper_cu1jw_396{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_cu1jw_403{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_cu1jw_415{display:grid;grid-template-columns:1fr 2fr 3fr 1.5fr 1.5fr 1fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_cu1jw_424{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_cu1jw_424 ._row_cu1jw_415{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_cu1jw_415>div:nth-child(8){padding-left:45px}._tableBodyWrapper_cu1jw_446{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_cu1jw_446::-webkit-scrollbar{width:6px}._tableBodyWrapper_cu1jw_446::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_cu1jw_446 ._row_cu1jw_415{background:#fff;color:#111827}._tableBodyWrapper_cu1jw_446 ._row_cu1jw_415:hover{background:#f3f4f6}._refreshIcon_cu1jw_471{color:#52525c;margin-top:5px;margin-right:5px}._statusDropdownWrapper_cu1jw_478{display:flex;align-items:center}._statusDropdown_cu1jw_478{width:110px}._statusDropdown_cu1jw_478 ._inputRow_cu1jw_486{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_cu1jw_478 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_cu1jw_478 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_cu1jw_478,._acknowledged_cu1jw_514,._closed_cu1jw_514,._review_cu1jw_514,._pending_cu1jw_514{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_cu1jw_514{background:#fee2e2;color:#dc2626}._review_cu1jw_514{background:#ffedd5;color:#ea580c}._closed_cu1jw_514{background:#dff2fe;color:#0084d1}._acknowledged_cu1jw_514{background:#f0fdf4;color:#16a34a}._view_cu1jw_551{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_cu1jw_561{color:#c91218;cursor:pointer;display:flex;gap:12px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_cu1jw_574{display:flex;align-items:center;gap:8px}._descIconWrapper_cu1jw_581{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_cu1jw_581{width:20px;height:20px}._descMain_cu1jw_598{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_cu1jw_608{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_cu1jw_619{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_cu1jw_629{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._permission_cu1jw_640{display:flex;flex-direction:row;gap:8px}._locationMain_cu1jw_646{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px;border-radius:20px;background:#e4e4e4;padding:0 8px}._locationSub_cu1jw_660{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_cu1jw_671{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_cu1jw_680{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#3f3f46;max-width:125px}._avatarIcon_cu1jw_693{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._primaryBtn_cu1jw_702{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_cu1jw_702:hover{background:#c62828}._secondaryBtn_cu1jw_718{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_cu1jw_718 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_cu1jw_718:hover{background:var(--Zinc-200, #e4e4e7)}._filterStyle_cu1jw_747{width:fit-content;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._deleteModal_cu1jw_767{background:#fff;border-radius:12px;padding:30px 25px;width:400px;max-width:90%;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;gap:20px}._deleteModal_cu1jw_767 ._modalTitle_cu1jw_778{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin:0;text-align:center}._deleteModal_cu1jw_767 ._modalContent_cu1jw_788 p{margin:8px 0}._deleteModal_cu1jw_767 ._modalContent_cu1jw_788 p ._docLabel_cu1jw_791{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._deleteModal_cu1jw_767 ._modalContent_cu1jw_788 p ._docValue_cu1jw_799{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#3f3f46}._deleteModal_cu1jw_767 ._modalContent_cu1jw_788 ._confirmText_cu1jw_807{font-weight:500;margin-top:12px;text-align:center}._deleteModal_cu1jw_767 ._modalActions_cu1jw_812{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}._modalOverlay_cu1jw_757{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._addModal_cu1jw_829{background:#fff;border-radius:12px;width:480px;max-width:95%;height:75vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #00000026;z-index:1001}._modalHeader_cu1jw_842{padding:20px 25px;border-bottom:1px solid #eaeaea;flex-shrink:0}._modalTitle_cu1jw_778{text-align:center;font-size:1.4rem;font-weight:600}._modalBody_cu1jw_855{flex:1;overflow-y:auto;padding:20px 25px;scrollbar-width:thin;scrollbar-color:#d4d4d8 transparent}._modalBody_cu1jw_855::-webkit-scrollbar{width:6px}._modalBody_cu1jw_855::-webkit-scrollbar-track{background:transparent}._modalBody_cu1jw_855::-webkit-scrollbar-thumb{background-color:#d4d4d8;border-radius:6px}._modalBody_cu1jw_855::-webkit-scrollbar-thumb:hover{background-color:#bfbfc5}._modalContent_cu1jw_788{display:flex;flex-direction:column;gap:16px}._formGroup_cu1jw_885{display:flex;flex-direction:column;gap:6px;position:relative;overflow:visible}._formGroup_cu1jw_885 label{font-size:.9rem;font-weight:500}._formGroup_cu1jw_885 select,._formGroup_cu1jw_885 input,._formGroup_cu1jw_885 textarea{padding:8px 10px;border-radius:6px;border:1px solid #ccc;font-size:.9rem;outline:none}._formGroup_cu1jw_885 select:focus,._formGroup_cu1jw_885 input:focus,._formGroup_cu1jw_885 textarea:focus{border-color:#007bff}._modalActions_cu1jw_812{padding:16px 25px;border-top:1px solid #eaeaea;display:flex;justify-content:flex-end;gap:12px;flex-shrink:0}._multiSelectDropdown_cu1jw_922{position:absolute;z-index:2000}._employeeContactRow_cu1jw_927{display:flex;align-items:center;gap:10px;margin-top:8px}._employeeContactRow_cu1jw_927 input{flex:1}._employeeName_cu1jw_219{font-size:.85rem;min-width:120px;font-weight:500}._removeEmployee_cu1jw_943{cursor:pointer;color:#ff4d4f;font-size:14px}._contactColumn_cu1jw_949{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._multiSelect_cu1jw_922{height:110px}._cardsWrapper_cu1jw_962{min-height:200px;max-height:32vh;overflow:hidden;margin-bottom:12px;display:flex;flex-direction:column}._locationCard_cu1jw_972{display:flex;gap:12px;height:100%;min-height:200px;overflow:hidden;position:relative;background:#fff;border-radius:12px}._mapSection_cu1jw_984{position:relative;width:380px;height:100%;min-height:200px;flex-shrink:0;overflow:hidden;border-radius:10px}._mapImage_cu1jw_994{width:100%;height:100%;min-height:200px;object-fit:cover;display:block}._viewBtn_cu1jw_1003{position:absolute;bottom:12px;right:12px;background:#fff;border:1px solid #ddd;padding:6px 14px;border-radius:6px;color:#71717b;cursor:pointer;z-index:2;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._detailsSection_cu1jw_1022{flex:1;height:100%;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:#d4d4d8 transparent}._detailsSection_cu1jw_1022::-webkit-scrollbar{width:6px}._detailsSection_cu1jw_1022::-webkit-scrollbar-track{background:transparent}._detailsSection_cu1jw_1022::-webkit-scrollbar-thumb{background-color:#d4d4d8;border-radius:10px}._locationHeader_cu1jw_1045{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}._locationHeader_cu1jw_1045 h3{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._currentTag_cu1jw_1065{position:absolute;top:12px;right:12px;background:#e8f6ee;color:#1c7c54;padding:4px 10px;font-size:12px;border-radius:20px;white-space:nowrap;cursor:pointer}._subText_cu1jw_1079{margin:0 0 2px;line-height:1.2;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._detailBlock_cu1jw_1091{margin-bottom:1px}._detailBlock_cu1jw_1091 h4{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;color:#3f3f46;margin-bottom:1px;line-height:normal}._detailBlock_cu1jw_1091 p{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._personRow_cu1jw_1116{display:flex;align-items:center;gap:6px}._personRow_cu1jw_1116 img{width:14px;height:14px;border-radius:50%;color:#d4d4d8}._personName_cu1jw_1129,._personMeta_cu1jw_1138{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._personInfo_cu1jw_1147{display:flex;align-items:center;gap:20px;white-space:nowrap}._contactRow_cu1jw_1155{display:flex;gap:40px;margin-top:4px;flex-wrap:wrap}._contactRow_cu1jw_1155 ._detailBlock_cu1jw_1091{margin-bottom:0}._noDataWrapper_cu1jw_1166{height:100%;display:flex;align-items:center;justify-content:center}._noDataText_cu1jw_1173{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#71717b}._uploadGrid_cu1jw_1182{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:8px}._deleteExitMapOverlay_cu1jw_1190{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999}._deleteExitMapModal_cu1jw_1200{background:#fff;width:420px;max-width:90%;border-radius:12px;padding:24px 28px;box-shadow:0 12px 40px #00000040;animation:_deleteExitMapFadeIn_cu1jw_1 .25s ease-out}._deleteExitMapModal_cu1jw_1200 h3{margin:0 0 12px;font-size:18px;font-weight:600;color:#1f2937}._deleteExitMapModal_cu1jw_1200 p{margin:0 0 24px;font-size:14px;line-height:1.5;color:#4b5563}._deleteExitMapActions_cu1jw_1224{display:flex;justify-content:flex-end;gap:12px}@keyframes _deleteExitMapFadeIn_cu1jw_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._noFileMessage_cu1jw_1240{display:flex;align-items:center;justify-content:center;height:260px;background:#f5f5f5;border-radius:8px;font-weight:500;color:#666}._container_afjok_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_afjok_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_afjok_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_afjok_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_afjok_41{width:350px}._topRight_afjok_45{display:flex;align-items:center;gap:16px}._notificationWrapper_afjok_51{position:relative;display:inline-block}._notificationIcon_afjok_56{width:24px;height:24px;cursor:pointer}._notificationBadge_afjok_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_afjok_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_afjok_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_afjok_89{width:48px;height:48px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_afjok_96{display:flex;flex-direction:column}._headerTitle_afjok_101{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_afjok_109{font-size:14px;color:#71717b;margin:2px 0 0}._headerButton_afjok_116{display:flex;flex-direction:row;gap:10px;cursor:pointer}._assignButon_afjok_123{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_afjok_133{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._tabs_afjok_145{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_afjok_152{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_afjok_152:hover{color:#374151}._activeTab_afjok_168{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_afjok_173{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_afjok_173 ._filterGroup_afjok_181{display:flex;gap:8px;height:38px}._dropdownFilters_afjok_173 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;max-width:220px;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_afjok_173 select:hover{background:#f9fafb}._employeeOption_afjok_210{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_afjok_218{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_afjok_230{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_afjok_242{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_afjok_254{display:flex;flex-direction:column}._employeeDiv_afjok_254::-webkit-scrollbar{width:2px}._employeeDiv_afjok_254::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_afjok_254::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_afjok_254::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_afjok_273{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_afjok_285{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_afjok_292{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_afjok_292:hover{background:#f9fafb}._exportGroup_afjok_315{display:flex;gap:10px;margin-top:8px}._exportGroup_afjok_315 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_afjok_315 button img{width:16px;height:16px}._exportGroup_afjok_315 button:hover{background-color:#e4e4e7}._exportGroup_afjok_315 ._exportButton_afjok_337,._exportGroup_afjok_315 ._sortByButton_afjok_345,._exportGroup_afjok_315 ._customizeTableButton_afjok_353{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_afjok_362{display:flex;align-items:center;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:var(--Zinc-800, #2A2727);padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:text;background-size:14px;height:18px}._sortSection_afjok_362:hover{background:#f9fafb}._sortSection_afjok_362 input{display:flex;padding:0 14px 0 16px;border:none;outline:none;color:var(--Zinc-800, #2A2727);background:transparent;width:100%;font-size:14px}._tableOuterWrapper_afjok_395{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_afjok_402{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_afjok_414{display:grid;grid-template-columns:.5fr 1.5fr .5fr 1.5fr .7fr .5fr .5fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._loadingContent_afjok_422{display:flex;justify-content:center;align-items:center;margin-top:100px}._tableHeader_afjok_430{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_afjok_430 ._row_afjok_414{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_afjok_414>div:nth-child(8){padding-left:45px}._tableBodyWrapper_afjok_452{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_afjok_452::-webkit-scrollbar{width:6px}._tableBodyWrapper_afjok_452::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_afjok_452 ._row_afjok_414{background:#fff;color:#111827}._tableBodyWrapper_afjok_452 ._row_afjok_414:hover{background:#f3f4f6}._refreshIcon_afjok_477{color:#52525c;margin-top:5px;margin-right:5px}._statusDropdownWrapper_afjok_484{display:flex;align-items:center}._statusDropdown_afjok_484{width:110px}._statusDropdown_afjok_484 ._inputRow_afjok_492{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_afjok_484 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_afjok_484 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_afjok_484,._acknowledged_afjok_520,._closed_afjok_520,._review_afjok_520,._pending_afjok_520{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_afjok_520{background:#fee2e2;color:#dc2626}._review_afjok_520{background:#ffedd5;color:#ea580c}._closed_afjok_520{background:#dff2fe;color:#0084d1}._acknowledged_afjok_520{background:#f0fdf4;color:#16a34a}._view_afjok_557{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_afjok_567{color:#c91218;cursor:pointer;display:flex;gap:3px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_afjok_580{display:flex;align-items:center;gap:8px}._descIconWrapper_afjok_587{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_afjok_587{width:20px;height:20px}._descMain_afjok_604{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_afjok_614{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_afjok_625{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_afjok_635{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._permission_afjok_646{display:flex;flex-direction:row;gap:8px}._locationMain_afjok_652{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px;border-radius:20px;background:#e4e4e4;padding:0 8px}._locationSub_afjok_666{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_afjok_677{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_afjok_686{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_afjok_699{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._primaryBtn_afjok_708{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_afjok_708:hover{background:#c62828}._secondaryBtn_afjok_724{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_afjok_724 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_afjok_724:hover{background:var(--Zinc-200, #e4e4e7)}._container_184uh_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_184uh_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_184uh_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_184uh_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_184uh_41{width:350px}._topRight_184uh_45{display:flex;align-items:center;gap:16px}._notificationWrapper_184uh_51{position:relative;display:inline-block}._notificationIcon_184uh_56{width:24px;height:24px;cursor:pointer}._notificationBadge_184uh_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_184uh_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_184uh_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_184uh_89{width:48px;height:48px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_184uh_96{display:flex;flex-direction:column}._headerTitle_184uh_101{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_184uh_109{font-size:14px;color:#71717b;margin:2px 0 0}._headerButton_184uh_116{display:flex;flex-direction:row;gap:10px;cursor:pointer}._assignButon_184uh_123{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_184uh_133{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._tabs_184uh_145{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_184uh_152{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_184uh_152:hover{color:#374151}._activeTab_184uh_168{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_184uh_173{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_184uh_173 ._filterGroup_184uh_181{display:flex;gap:8px;height:30px}._dropdownFilters_184uh_173 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;max-width:220px;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_184uh_173 select:hover{background:#f9fafb}._employeeOption_184uh_210{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_184uh_218{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_184uh_230{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_184uh_242{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_184uh_254{display:flex;flex-direction:column}._employeeDiv_184uh_254::-webkit-scrollbar{width:2px}._employeeDiv_184uh_254::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_184uh_254::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_184uh_254::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_184uh_273{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_184uh_285{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_184uh_292{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_184uh_292:hover{background:#f9fafb}._exportGroup_184uh_315{display:flex;gap:10px;margin-top:8px}._exportGroup_184uh_315 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_184uh_315 button img{width:16px;height:16px}._exportGroup_184uh_315 button:hover{background-color:#e4e4e7}._exportGroup_184uh_315 ._exportButton_184uh_337,._exportGroup_184uh_315 ._sortByButton_184uh_345,._exportGroup_184uh_315 ._customizeTableButton_184uh_353{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_184uh_362{display:flex;align-items:center;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:var(--Zinc-800, #2a2727);padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:text;background-size:14px;height:18px}._sortSection_184uh_362:hover{background:#f9fafb}._sortSection_184uh_362 input{display:flex;padding:0 14px 0 16px;border:none;outline:none;color:var(--Zinc-800, #2a2727);background:transparent;width:100%;font-size:14px}._tableOuterWrapper_184uh_395{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_184uh_402{display:flex;flex-direction:column;flex:1;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;height:600px}._row_184uh_413{display:grid;grid-template-columns:.6fr 2.5fr 1.5fr .8fr .8fr 1fr .8fr 1fr;padding:12px;border-bottom:1px solid #e5e7eb}._header_184uh_76{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;font-weight:600}._header_184uh_76 ._row_184uh_413{background:#f9fafb;border-bottom:1px solid #e5e7eb}._moduleGrid_184uh_439{display:grid;grid-template-columns:.6fr 2.5fr 1.5fr .8fr .8fr 1fr .8fr 1fr;border-bottom:1px solid #e5e7eb}._cell_184uh_446{padding:10px;display:flex;align-items:center}._rowSpan_184uh_453{padding:10px;display:flex;align-items:center;font-weight:500}._edit_184uh_461{color:#b91c1c;cursor:pointer}._edit_184uh_461:hover{text-decoration:underline}._moduleCell_184uh_470{display:flex;align-items:center;gap:10px}._moduleIconWrapper_184uh_477{width:36px;height:36px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}._moduleIcon_184uh_477{width:20px;height:20px}._moduleText_184uh_495{display:flex;flex-direction:column}._moduleTitle_184uh_501{font-size:14px;font-weight:600;color:#111827;line-height:1.2}._moduleSubTitle_184uh_509{font-size:12px;color:#6b7280;line-height:1.2}._rowSpan_184uh_453{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#3f3f46}._cell_184uh_446{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#52525c}._tableHeader_184uh_535{position:sticky;top:0;z-index:2;background:#f9fafb}._mainHeader_184uh_542{font-weight:600;color:#374151}._subHeader_184uh_547{font-size:12px;color:#6b7280;border-top:1px solid #e5e7eb}._statusHeader_184uh_554{text-align:center}._subHeaderGroup_184uh_558{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:4px}._row_184uh_413>div:nth-child(8){padding-left:45px}._tableBodyWrapper_184uh_570{flex:1;overflow-y:scroll;overflow-x:hidden;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_184uh_570::-webkit-scrollbar{width:6px}._tableBodyWrapper_184uh_570::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_184uh_570 ._row_184uh_413{background:#fff;color:#111827}._tableBodyWrapper_184uh_570 ._row_184uh_413:hover{background:#f3f4f6}._actionColumn_184uh_594{text-align:center}._action_184uh_594{color:#2563eb;cursor:pointer}._action_184uh_594:hover{text-decoration:underline}._tick_184uh_606{color:#166534;font-weight:600;font-size:14px}._cross_184uh_612{color:#c91218;font-weight:600;font-size:14px}._refreshIcon_184uh_618{color:#52525c;margin-top:5px;margin-right:5px}._statusDropdownWrapper_184uh_625{display:flex;align-items:center}._statusDropdown_184uh_625{width:110px}._statusDropdown_184uh_625 ._inputRow_184uh_633{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_184uh_625 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_184uh_625 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_184uh_554,._acknowledged_184uh_661,._closed_184uh_661,._review_184uh_661,._pending_184uh_661{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_184uh_661{background:#fee2e2;color:#dc2626}._review_184uh_661{background:#ffedd5;color:#ea580c}._closed_184uh_661{background:#dff2fe;color:#0084d1}._acknowledged_184uh_661{background:#f0fdf4;color:#16a34a}._view_184uh_698{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_184uh_708{color:#c91218;cursor:pointer;display:flex;gap:12px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_184uh_721{display:flex;align-items:center;gap:8px}._descIconWrapper_184uh_728{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_184uh_728{width:20px;height:20px}._descMain_184uh_745{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_184uh_755{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_184uh_766{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_184uh_776{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._permission_184uh_787{display:flex;flex-direction:row;gap:8px}._locationMain_184uh_793{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px;border-radius:20px;background:#e4e4e4;padding:0 8px}._locationSub_184uh_807{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_184uh_818{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_184uh_827{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_184uh_840{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._primaryBtn_184uh_849{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_184uh_849:hover{background:#c62828}._secondaryBtn_184uh_865{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_184uh_865 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_184uh_865:hover{background:var(--Zinc-200, #e4e4e7)}._overlay_del6a_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_del6a_11{background:#fff;width:720px;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}._header_del6a_20{display:flex;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}._moduleInfo_del6a_27{display:flex;gap:12px;align-items:center}._iconWrap_del6a_33{width:40px;height:40px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}._iconWrap_del6a_33 img{width:22px;height:22px}._title_del6a_47{font-size:15px;font-weight:600;color:#111827}._subTitle_del6a_53{font-size:12px;color:#6b7280}._closeBtn_del6a_58{background:none;border:none;font-size:18px;cursor:pointer}._table_del6a_65{padding:16px 20px}._tableHeader_del6a_69,._tableRow_del6a_70{display:grid;grid-template-columns:2fr repeat(4,1fr);align-items:center}._tableHeader_del6a_69{font-size:13px;font-weight:600;color:#374151;padding-bottom:8px}._tableRow_del6a_70{padding:10px 0;border-bottom:1px solid #e5e7eb}._actionName_del6a_88{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#52525c}._checkboxCell_del6a_97{display:flex;justify-content:start}._checkboxCell_del6a_97 input[type=checkbox]{accent-color:#4ade80;color-scheme:light}._checkboxCell_del6a_97 input[type=checkbox]:disabled{accent-color:#d4d4d8;cursor:not-allowed}._checkboxCell_del6a_97 input[type=checkbox]:focus-visible{outline:2px solid #bbf7d0;outline-offset:2px}._footer_del6a_114{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb}._cancelBtn_del6a_122{background:#f3f4f6;border:none;color:#9f9fa9;padding:8px 14px;border-radius:6px;cursor:pointer}._saveBtn_del6a_131{background:#eb2128;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}._container_1sjep_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1sjep_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_1sjep_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_1sjep_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1sjep_41{width:350px}._topRight_1sjep_45{display:flex;align-items:center;gap:16px}._notificationWrapper_1sjep_51{position:relative;display:inline-block}._notificationIcon_1sjep_56{width:24px;height:24px;cursor:pointer}._notificationBadge_1sjep_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1sjep_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_1sjep_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_1sjep_89{width:48px;height:48px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_1sjep_96{display:flex;flex-direction:column}._headerTitle_1sjep_101{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_1sjep_109{font-size:14px;color:#71717b;margin:2px 0 0}._headerButton_1sjep_116{display:flex;flex-direction:row;gap:10px;cursor:pointer}._assignButon_1sjep_123{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_1sjep_133{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._tabs_1sjep_145{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_1sjep_152{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1sjep_152:hover{color:#374151}._dropdownFilters_1sjep_168{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_1sjep_168 ._filterGroup_1sjep_176{display:flex;gap:8px;height:30px}._dropdownFilters_1sjep_168 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;max-width:220px;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1sjep_168 select:hover{background:#f9fafb}._employeeOption_1sjep_205{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1sjep_213{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1sjep_225{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1sjep_237{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1sjep_249{display:flex;flex-direction:column}._employeeDiv_1sjep_249::-webkit-scrollbar{width:2px}._employeeDiv_1sjep_249::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1sjep_249::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1sjep_249::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1sjep_268{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_1sjep_280{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_1sjep_287{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1sjep_287:hover{background:#f9fafb}._exportGroup_1sjep_310{display:flex;gap:10px;margin-top:8px}._exportGroup_1sjep_310 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_1sjep_310 button img{width:16px;height:16px}._exportGroup_1sjep_310 button:hover{background-color:#e4e4e7}._exportGroup_1sjep_310 ._exportButton_1sjep_332,._exportGroup_1sjep_310 ._sortByButton_1sjep_340,._exportGroup_1sjep_310 ._customizeTableButton_1sjep_348{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_1sjep_357{display:flex;align-items:center;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:var(--Zinc-800, #2a2727);padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:text;background-size:14px;height:18px}._sortSection_1sjep_357:hover{background:#f9fafb}._sortSection_1sjep_357 input{display:flex;padding:0 14px 0 16px;border:none;outline:none;color:var(--Zinc-800, #2a2727);background:transparent;width:100%;font-size:14px}._tableOuterWrapper_1sjep_390{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_1sjep_397{display:flex;flex-direction:column;flex:1;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;height:600px}._row_1sjep_408{display:grid;grid-template-columns:.6fr 2fr 1fr 4fr .3fr .5fr;padding:12px;border-bottom:1px solid #e5e7eb}._header_1sjep_76{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;font-weight:600}._header_1sjep_76 ._row_1sjep_408{background:#f9fafb;border-bottom:1px solid #e5e7eb}._moduleGrid_1sjep_434{display:grid;grid-template-columns:.6fr 2fr 1fr 4fr .6fr;border-bottom:1px solid #e5e7eb}._cell_1sjep_441{padding:10px;display:flex;align-items:center}._rowSpan_1sjep_448{padding-right:20px;display:flex;align-items:center;font-weight:500}._edit_1sjep_456{color:#b91c1c;cursor:pointer}._edit_1sjep_456:hover{text-decoration:underline}._moduleCell_1sjep_465{display:flex;align-items:center;gap:10px}._moduleIconWrapper_1sjep_472{width:36px;height:36px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}._moduleIcon_1sjep_472{width:20px;height:20px}._moduleText_1sjep_490{display:flex;flex-direction:column}._moduleTitle_1sjep_496{font-size:14px;font-weight:600;color:#111827;line-height:1.2}._moduleSubTitle_1sjep_504{font-size:12px;color:#6b7280;line-height:1.2}._rowSpan_1sjep_448{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#3f3f46}._cell_1sjep_441{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#52525c}._tableHeader_1sjep_530{position:sticky;top:0;z-index:2;background:#f9fafb}._mainHeader_1sjep_537{font-weight:600;color:#374151}._subHeader_1sjep_542{font-size:12px;color:#6b7280;border-top:1px solid #e5e7eb}._statusHeader_1sjep_549{text-align:center}._subHeaderGroup_1sjep_553{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:4px}._row_1sjep_408>div:nth-child(8){padding-left:45px}._tableBodyWrapper_1sjep_565{flex:1;overflow-y:scroll;overflow-x:hidden;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1sjep_565::-webkit-scrollbar{width:6px}._tableBodyWrapper_1sjep_565::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1sjep_565 ._row_1sjep_408{background:#fff;color:#111827}._tableBodyWrapper_1sjep_565 ._row_1sjep_408:hover{background:#f3f4f6}._actionColumn_1sjep_589{text-align:center}._action_1sjep_589{color:#2563eb;cursor:pointer}._action_1sjep_589:hover{text-decoration:underline}._tick_1sjep_601{color:#166534;font-weight:600;font-size:14px}._cross_1sjep_607{color:#c91218;font-weight:600;font-size:14px}._refreshIcon_1sjep_613{color:#52525c;margin-top:5px;margin-right:5px}._statusDropdownWrapper_1sjep_620{display:flex;align-items:center}._statusDropdown_1sjep_620{width:110px}._statusDropdown_1sjep_620 ._inputRow_1sjep_628{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_1sjep_620 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_1sjep_620 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_1sjep_549,._acknowledged_1sjep_656,._closed_1sjep_656,._review_1sjep_656,._pending_1sjep_656{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1sjep_656{background:#fee2e2;color:#dc2626}._review_1sjep_656{background:#ffedd5;color:#ea580c}._closed_1sjep_656{background:#dff2fe;color:#0084d1}._acknowledged_1sjep_656{background:#f0fdf4;color:#16a34a}._view_1sjep_693{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_1sjep_703{color:#c91218;cursor:pointer;display:flex;gap:12px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1sjep_716{display:flex;align-items:center;gap:8px}._descIconWrapper_1sjep_723{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1sjep_723{width:20px;height:20px}._descMain_1sjep_740{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1sjep_750{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1sjep_761{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1sjep_771{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._permission_1sjep_782{display:flex;flex-direction:row;gap:8px}._locationMain_1sjep_788{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px;border-radius:20px;background:#e4e4e4;padding:0 8px}._locationSub_1sjep_802{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1sjep_813{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_1sjep_822{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_1sjep_835{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._primaryBtn_1sjep_844{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1sjep_844:hover{background:#c62828}._secondaryBtn_1sjep_860{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1sjep_860 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_1sjep_860:hover{background:var(--Zinc-200, #e4e4e7)}._expandBtn_1sjep_889{background:none;border:none;cursor:pointer;font-size:14px;color:#2a2727;padding:5px}._expandBtn_1sjep_889:hover{color:#1976d2}._expandedRow_1sjep_902{background:#fafafa;border-left:3px solid #e0e0e0}._tabs_1sjep_145{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}._tab_1sjep_145{background:#fff;border:1px solid #e7e7e7;padding:8px;border-radius:6px}._notConfigured_1sjep_920{color:#999;font-style:italic}._channelTab_1sjep_925{margin-right:30px;cursor:pointer}._activeTab_1sjep_930{color:#eb2128;font-weight:600;opacity:1;background:#fef6f6;border-bottom:2px solid #bf5656}._templateBox_1sjep_938{padding:10px;font-size:12px;border-radius:6px;white-space:pre-wrap}._templateBoxText_1sjep_945{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#3f3f46}._notificationImageSize_1sjep_954{width:20px;height:20px}._notificationImageSizeInside_1sjep_959{width:16px;height:16px}._channelTabInner_1sjep_964{display:flex;align-items:center;gap:5px}._overlay_40f2e_1{position:fixed;padding-left:260px;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_40f2e_12{background:#fff;width:90%;height:90%;border-radius:12px;display:flex;flex-direction:column}._header_40f2e_21{display:flex;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}._moduleInfo_40f2e_28{display:flex;gap:12px;align-items:center}._iconWrap_40f2e_34{width:40px;height:40px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}._iconWrap_40f2e_34 img{width:22px;height:22px}._title_40f2e_48{font-size:15px;font-weight:600;color:#111827}._subTitle_40f2e_54{font-size:12px;color:#6b7280}._closeBtn_40f2e_59{background:none;border:none;font-size:18px;cursor:pointer;color:#111827}._table_40f2e_67{padding:16px 20px}._tableHeader_40f2e_71,._tableRow_40f2e_72{display:grid;grid-template-columns:2fr repeat(4,1fr);align-items:center}._tableHeader_40f2e_71{font-size:13px;font-weight:600;color:#374151;padding-bottom:8px}._tableRow_40f2e_72{padding:10px 0;border-bottom:1px solid #e5e7eb}._actionName_40f2e_90{font-weight:500}._checkboxCell_40f2e_94{display:flex;justify-content:start}._checkboxCell_40f2e_94 input[type=checkbox]{accent-color:#4ade80}._checkboxCell_40f2e_94 input[type=checkbox]:disabled{accent-color:#d4d4d8;cursor:not-allowed}._checkboxCell_40f2e_94 input[type=checkbox]:focus-visible{outline:2px solid #bbf7d0;outline-offset:2px}._footer_40f2e_110{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb}._cancelBtn_40f2e_118{background:#f3f4f6;border:none;color:#9f9fa9;padding:8px 14px;border-radius:6px;cursor:pointer}._saveBtn_40f2e_127{background:#eb2128;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}._spiltLine_40f2e_136{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1;gap:20px;height:auto;margin:0 20px}._textarea1_40f2e_145{width:90%;min-height:100px;padding:12px 14px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:5px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_40f2e_145:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._textarea1_40f2e_145{scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._textarea1_40f2e_145::-webkit-scrollbar{width:6px}._textarea1_40f2e_145::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._textarea1_40f2e_145::placeholder{color:#9f9fa9;font-family:Inter,sans-serif;font-size:12px}._contentBox_40f2e_188{padding:10px 20px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._contentBox_40f2e_188::-webkit-scrollbar{width:6px}._contentBox_40f2e_188::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._actionTitle_40f2e_202{color:#111827;font-family:Inter,sans-serif;font-size:14px;padding:10px 0}._container_1lg7x_2{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1lg7x_10{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_1lg7x_20{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._topRow_1lg7x_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._searchField_1lg7x_41{width:350px}._topRight_1lg7x_45{display:flex;align-items:center;gap:16px}._notificationWrapper_1lg7x_51{position:relative;display:inline-block}._notificationIcon_1lg7x_56{width:24px;height:24px;cursor:pointer}._notificationBadge_1lg7x_62{position:absolute;top:-6px;right:-6px;background-color:#dc2626;color:#fff;font-size:12px;font-weight:600;border-radius:50%;padding:2px 6px;line-height:1}._headerRow_1lg7x_76{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}._headerLeft_1lg7x_83{display:flex;align-items:flex-start;gap:8px}._headerIcon_1lg7x_89{width:48px;height:48px;background-color:#ffeeeb;border-radius:8px}._headerTextWrapper_1lg7x_96{display:flex;flex-direction:column}._headerTitle_1lg7x_101{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._countText_1lg7x_109{font-size:14px;color:#71717b;margin:2px 0 0}._headerButton_1lg7x_116{display:flex;flex-direction:row;gap:10px;cursor:pointer}._assignButon_1lg7x_123{display:flex;padding:8px 24px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--Brand_Red-100, #fcdedf)}._assignButtText_1lg7x_133{color:var(--Brand_Red-500, #eb2128);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._tabs_1lg7x_145{display:flex;align-items:center;margin-bottom:16px;border-bottom:1px solid #e5e7eb}._tabItem_1lg7x_152{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1lg7x_152:hover{color:#374151}._activeTab_1lg7x_168{color:#eb2128;border-bottom:2px solid #eb2128}._dropdownFilters_1lg7x_173{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px;width:100%;flex-direction:row}._dropdownFilters_1lg7x_173 ._filterGroup_1lg7x_181{display:flex;gap:5px;height:30px}._dropdownFilters_1lg7x_173 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;max-width:220px;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._dropdownFilters_1lg7x_173 select:hover{background:#f9fafb}._employeeOption_1lg7x_210{display:flex;flex-direction:row;gap:8px;width:270px;overflow-x:hidden}._employeeName_1lg7x_218{color:var(--Zinc-800, #2a2727);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._employeeImg_1lg7x_230{display:flex;width:12px;height:12px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._employeeId_1lg7x_242{color:var(--Zinc-500, #7b7171);text-align:start;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px}._employeeDiv_1lg7x_254{display:flex;flex-direction:column}._employeeDiv_1lg7x_254::-webkit-scrollbar{width:2px}._employeeDiv_1lg7x_254::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._employeeDiv_1lg7x_254::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._employeeDiv_1lg7x_254::-webkit-scrollbar-thumb:hover{background:#fcfafa}._employeeSelect_1lg7x_273{width:290px;z-index:999;color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;border-radius:8px}._mainFilter_1lg7x_285{display:flex;justify-content:space-between;align-items:center;width:100%}._employeePopup_1lg7x_292{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:pointer;outline:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%239f9fa9' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}._employeePopup_1lg7x_292:hover{background:#f9fafb}._exportGroup_1lg7x_315{display:flex;gap:10px;margin-top:8px}._exportGroup_1lg7x_315 button{display:flex;align-items:center;gap:5px;padding:5px 10px;border:none;background-color:#f4f4f5;cursor:pointer;border-radius:4px}._exportGroup_1lg7x_315 button img{width:16px;height:16px}._exportGroup_1lg7x_315 button:hover{background-color:#e4e4e7}._exportGroup_1lg7x_315 ._exportButton_1lg7x_337,._exportGroup_1lg7x_315 ._sortByButton_1lg7x_345,._exportGroup_1lg7x_315 ._customizeTableButton_1lg7x_353{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._sortSection_1lg7x_362{display:flex;align-items:center;flex-direction:row;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:var(--Zinc-800, #2a2727);padding:6px 28px 6px 12px;border-radius:8px;border:1px solid var(--Zinc-200, #e4e4e7);background:#fff;cursor:text;background-size:14px;height:18px}._sortSection_1lg7x_362:hover{background:#f9fafb}._sortSection_1lg7x_362 input{display:flex;padding:0 14px 0 16px;border:none;outline:none;color:var(--Zinc-800, #2a2727);background:transparent;width:100%;font-size:14px}._tableOuterWrapper_1lg7x_395{display:flex;flex-direction:column;height:100%;overflow:hidden}._tableWrapper_1lg7x_402{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;min-height:0}._row_1lg7x_414{display:grid;grid-template-columns:1fr 2fr 3fr 1.5fr 1.5fr;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb}._tableHeader_1lg7x_423{position:sticky;top:0;z-index:2;background:#f9fafb;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._tableHeader_1lg7x_423 ._row_1lg7x_414{background:#f9fafb;border-bottom:1px solid #e5e7eb}._row_1lg7x_414>div:nth-child(8){padding-left:45px}._tableBodyWrapper_1lg7x_445{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;background:#fff;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tableBodyWrapper_1lg7x_445::-webkit-scrollbar{width:6px}._tableBodyWrapper_1lg7x_445::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._tableBodyWrapper_1lg7x_445 ._row_1lg7x_414{background:#fff;color:#111827}._tableBodyWrapper_1lg7x_445 ._row_1lg7x_414:hover{background:#f3f4f6}._refreshIcon_1lg7x_470{color:#52525c;margin-top:5px;margin-right:5px}._statusDropdownWrapper_1lg7x_477{display:flex;align-items:center}._statusDropdown_1lg7x_477{width:110px}._statusDropdown_1lg7x_477 ._inputRow_1lg7x_485{min-height:18px;border-radius:8px;padding:0 8px}._statusDropdown_1lg7x_477 select{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b;line-height:20px;padding-right:18px;cursor:pointer}._statusDropdown_1lg7x_477 img{width:16px;height:16px;right:4px;margin-left:-18px;position:relative;pointer-events:none}._status_1lg7x_477,._acknowledged_1lg7x_513,._closed_1lg7x_513,._review_1lg7x_513,._pending_1lg7x_513{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;min-width:90px;text-align:center;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;vertical-align:middle}._pending_1lg7x_513{background:#fee2e2;color:#dc2626}._review_1lg7x_513{background:#ffedd5;color:#ea580c}._closed_1lg7x_513{background:#dff2fe;color:#0084d1}._acknowledged_1lg7x_513{background:#f0fdf4;color:#16a34a}._view_1lg7x_550{color:#c91218;cursor:pointer;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._download_1lg7x_560{color:#c91218;cursor:pointer;display:flex;gap:12px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._descWrapper_1lg7x_573{display:flex;align-items:center;gap:8px}._descIconWrapper_1lg7x_580{width:32px;height:32px;border-radius:8px;border:1px solid #e4e4e7;background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._descIcon_1lg7x_580{width:20px;height:20px}._descMain_1lg7x_597{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._descSub_1lg7x_607{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._dateMain_1lg7x_618{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px}._dateSub_1lg7x_628{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._permission_1lg7x_639{display:flex;flex-direction:row;gap:8px}._locationMain_1lg7x_645{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#111827;margin-bottom:2px;max-width:125px;border-radius:20px;background:#e4e4e4;padding:0 8px}._locationSub_1lg7x_659{font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400;color:#71717b;font-size:12px}._sno_1lg7x_670{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a}._reporter_1lg7x_679{display:flex;align-items:center;gap:6px;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#27272a;max-width:125px}._avatarIcon_1lg7x_692{width:14px;height:14px;padding:4px;flex-shrink:0;border-radius:999px;background:var(--Zinc-200, #e4e4e7)}._primaryBtn_1lg7x_701{background:#e53935;color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;min-width:160px;box-shadow:0 2px 4px #0003}._primaryBtn_1lg7x_701:hover{background:#c62828}._secondaryBtn_1lg7x_717{background:var(--Zinc-100, #f4f4f5)!important;color:var(--Zinc-500, #71717a)!important;border-radius:8px!important;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;min-width:160px!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}._secondaryBtn_1lg7x_717 button{width:100%;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;color:inherit;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600}._secondaryBtn_1lg7x_717:hover{background:var(--Zinc-200, #e4e4e7)}._filterStyle_1lg7x_746{width:fit-content;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._deleteModal_1lg7x_766{background:#fff;border-radius:12px;padding:30px 25px;width:400px;max-width:90%;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;gap:20px}._deleteModal_1lg7x_766 ._modalTitle_1lg7x_777{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a;margin:0;text-align:center}._deleteModal_1lg7x_766 ._modalContent_1lg7x_787 p{margin:8px 0}._deleteModal_1lg7x_766 ._modalContent_1lg7x_787 p ._docLabel_1lg7x_790{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._deleteModal_1lg7x_766 ._modalContent_1lg7x_787 p ._docValue_1lg7x_798{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#3f3f46}._deleteModal_1lg7x_766 ._modalContent_1lg7x_787 ._confirmText_1lg7x_806{font-weight:500;margin-top:12px;text-align:center}._deleteModal_1lg7x_766 ._modalActions_1lg7x_811{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}._modalOverlay_1lg7x_756{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._addModal_1lg7x_828{background:#fff;border-radius:12px;padding:30px 25px;width:480px;max-width:95%;box-shadow:0 10px 30px #00000026;z-index:1001;overflow:visible}._modalTitle_1lg7x_777{text-align:center;font-size:1.4rem;font-weight:600;margin-bottom:20px}._modalContent_1lg7x_787{display:flex;flex-direction:column;gap:16px}._formGroup_1lg7x_852{display:flex;flex-direction:column;gap:6px;position:relative;overflow:visible}._formGroup_1lg7x_852 label{font-size:.9rem;font-weight:500}._formGroup_1lg7x_852 select,._formGroup_1lg7x_852 input,._formGroup_1lg7x_852 textarea{padding:8px 10px;border-radius:6px;border:1px solid #ccc;font-size:.9rem;outline:none}._formGroup_1lg7x_852 select:focus,._formGroup_1lg7x_852 input:focus,._formGroup_1lg7x_852 textarea:focus{border-color:#007bff}._multiSelectDropdown_1lg7x_878{position:absolute;z-index:2000}._modalActions_1lg7x_811{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}._multiSelect_1lg7x_878{height:110px}._employeeContactRow_1lg7x_894{display:flex;align-items:center;gap:10px;margin-top:8px}._employeeContactRow_1lg7x_894 input{flex:1}._employeeName_1lg7x_218{font-size:.85rem;min-width:120px;font-weight:500}._removeEmployee_1lg7x_910{cursor:pointer;color:#ff4d4f;font-size:14px}._cardsWrapper_1lg7x_916{min-height:200px;max-height:32vh;overflow:hidden;margin-bottom:12px;display:flex;flex-direction:column}._locationCard_1lg7x_926{display:flex;gap:12px;height:100%;min-height:200px;overflow:hidden;position:relative;background:#fff;border-radius:12px}._mapSection_1lg7x_938{position:relative;width:380px;height:100%;min-height:200px;flex-shrink:0;overflow:hidden;border-radius:10px}._mapImage_1lg7x_948{width:100%;height:100%;min-height:200px;object-fit:cover;display:block}._viewBtn_1lg7x_957{position:absolute;bottom:12px;right:12px;background:#fff;border:1px solid #ddd;padding:6px 14px;border-radius:6px;cursor:pointer;z-index:2;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._detailsSection_1lg7x_975{flex:1;height:100%;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:#d4d4d8 transparent}._detailsSection_1lg7x_975::-webkit-scrollbar{width:6px}._detailsSection_1lg7x_975::-webkit-scrollbar-track{background:transparent}._detailsSection_1lg7x_975::-webkit-scrollbar-thumb{background-color:#d4d4d8;border-radius:10px}._locationHeader_1lg7x_998{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:2px}._locationHeader_1lg7x_998 h3{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._currentTag_1lg7x_1018{position:absolute;top:12px;right:12px;background:#e8f6ee;color:#1c7c54;padding:4px 10px;font-size:12px;border-radius:20px;white-space:nowrap;cursor:pointer}._subText_1lg7x_1032{margin:0 0 2px;line-height:1.2;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._detailBlock_1lg7x_1044{margin-bottom:1px}._detailBlock_1lg7x_1044 h4{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:600;color:#3f3f46;margin-bottom:1px;line-height:normal}._detailBlock_1lg7x_1044 p{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._personRow_1lg7x_1069{display:flex;align-items:center;gap:6px}._personRow_1lg7x_1069 img{width:14px;height:14px;border-radius:50%;color:#d4d4d8}._personName_1lg7x_1082,._personMeta_1lg7x_1091{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#71717b}._personInfo_1lg7x_1100{display:flex;align-items:center;gap:20px;white-space:nowrap}._contactRow_1lg7x_1108{display:flex;gap:40px;margin-top:4px;flex-wrap:wrap}._contactRow_1lg7x_1108 ._detailBlock_1lg7x_1044{margin-bottom:0}._noDataWrapper_1lg7x_1119{height:100%;display:flex;align-items:center;justify-content:center}._noDataText_1lg7x_1126{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#71717b}._noFileMessage_1lg7x_1135{display:flex;align-items:center;justify-content:center;height:260px;background:#f5f5f5;border-radius:8px;font-weight:500;color:#666}._container_hi92q_1{display:flex;height:100vh;width:100%}._mainContent_hi92q_7{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentArea_hi92q_17{background:#fff;border:10px solid #000;padding:20px;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._headerRow_hi92q_30{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}._headerLeft_hi92q_37{display:flex;align-items:flex-start;gap:8px}._headerTextWrapper_hi92q_43{display:flex;flex-direction:column}._headerIcon_hi92q_48{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:8px;border:1px solid #ffc2b8;background:#ffeeeb}._headerIcon_hi92q_48 img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}._headerTitle_hi92q_66{font-size:20px;font-weight:600;line-height:28px;color:#121212}._countText_hi92q_73{font-size:14px;color:#71717b;margin:2px 0 0}._customDropdown_hi92q_81{position:relative;width:350px;margin-bottom:20px}._dropdownToggle_hi92q_87{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-radius:8px;border:1px solid #e4e4e7;background:#fff;cursor:pointer;transition:border-color .2s}._dropdownToggle_hi92q_87:hover{border-color:#d4d4d8}._dropdownValue_hi92q_102{font-size:14px;color:#18181b}._dropdownPlaceholder_hi92q_107{font-size:14px;color:#9f9fa9}._dropdownArrow_hi92q_112{width:20px;height:20px;transition:transform .2s;filter:brightness(0) saturate(100%) invert(47%) sepia(6%) saturate(834%) hue-rotate(202deg) brightness(95%) contrast(86%)}._dropdownArrowOpen_hi92q_119{transform:rotate(180deg)}._dropdownMenu_hi92q_123{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e4e4e7;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100}._dropdownMenu_hi92q_123::-webkit-scrollbar{width:8px}._dropdownMenu_hi92q_123::-webkit-scrollbar-track{background:#fff;border-radius:8px}._dropdownMenu_hi92q_123::-webkit-scrollbar-thumb{background:#eb2128;border-radius:8px}._dropdownMenu_hi92q_123::-webkit-scrollbar-thumb:hover{background:#c91218}._dropdownMenu_hi92q_123{scrollbar-width:thin;scrollbar-color:#eb2128 #fff}._dropdownOption_hi92q_157{padding:10px 16px;font-size:14px;color:#18181b;cursor:pointer;transition:background-color .2s}._dropdownOption_hi92q_157:hover{background-color:#fafafa}._dropdownOptionSelected_hi92q_168{background-color:#fef6f6;color:#eb2128;font-weight:500}._actionButtons_hi92q_175{display:flex;justify-content:flex-end;gap:16px;margin-bottom:16px}._addButton_hi92q_182{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#eb2128;cursor:pointer;transition:color .2s}._addButton_hi92q_182:hover{color:#c91218}._deleteButton_hi92q_196{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#9f9fa9;cursor:not-allowed;transition:color .2s}._deleteButton_hi92q_196:not(._disabled_hi92q_206){color:#27272a;cursor:pointer}._deleteButton_hi92q_196:not(._disabled_hi92q_206):hover{color:#18181b}._disabled_hi92q_206{opacity:.5;cursor:not-allowed}._itemsTableWrapper_hi92q_220{margin-top:0;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden}._itemsTableHeader_hi92q_227{background:#fafafa;border-bottom:1px solid #e4e4e7;padding:12px 16px}._itemsTableBody_hi92q_233{max-height:400px;overflow-y:auto}._itemsTableBody_hi92q_233::-webkit-scrollbar{width:8px}._itemsTableBody_hi92q_233::-webkit-scrollbar-track{background:#fff;border-radius:8px}._itemsTableBody_hi92q_233::-webkit-scrollbar-thumb{background:#eb2128;border-radius:8px}._itemsTableBody_hi92q_233::-webkit-scrollbar-thumb:hover{background:#c91218}._itemsTableBody_hi92q_233{scrollbar-width:thin;scrollbar-color:#eb2128 #fff}._itemsRow_hi92q_258{display:grid;grid-template-columns:40px 1fr;align-items:center;padding:12px 16px;border-bottom:1px solid #e4e4e7}._itemsRow_hi92q_258:last-child{border-bottom:none}._itemsRow_hi92q_258:hover{background:#fafafa}._checkboxColumn_hi92q_272{display:flex;align-items:flex-start;justify-content:flex-start}._checkbox_hi92q_272{width:16px;height:16px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #e4e4e7;border-radius:4px;background:#fff;position:relative;transition:all .2s}._checkbox_hi92q_272:checked{background:#eb2128;border-color:#eb2128}._checkbox_hi92q_272:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}._checkbox_hi92q_272:focus{outline:none}._itemNameColumn_hi92q_310{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._itemsTableHeader_hi92q_227 ._itemNameColumn_hi92q_310{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._modalOverlay_hi92q_329{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_hi92q_342{background:#fff;border-radius:12px;width:400px;max-width:90%;box-shadow:0 8px 24px #00000026}._modalHeader_hi92q_350{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e4e4e7}._modalTitle_hi92q_358{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#18181b;margin:0}._closeIcon_hi92q_368{width:24px;height:24px;cursor:pointer;transition:opacity .2s}._closeIcon_hi92q_368:hover{opacity:.7}._modalBody_hi92q_378{padding:24px;display:flex;flex-direction:column;gap:12px}._addIconWrapper_hi92q_385{display:flex;justify-content:flex-end;cursor:pointer;margin-bottom:4px;gap:4px}._addIcon_hi92q_385{width:16px;height:16px;transition:opacity .2s;filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}._addIcon_hi92q_385:hover{opacity:.7}._addText_hi92q_403{font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#eb2128}._inputRow_hi92q_412{display:flex;align-items:center}._modalInput_hi92q_417{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #e4e4e7;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box;background:#fff;color:#18181b}._modalInput_hi92q_417::placeholder{color:#9f9fa9}._modalInput_hi92q_417:focus{border-color:#27272a}._modalFooter_hi92q_436{display:flex;gap:12px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #e4e4e7}._cancelButton_hi92q_444{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;padding:10px 20px;border-radius:8px;border:1px solid #e4e4e7;background:#fff;color:#3f3f46;cursor:pointer;transition:all .2s}._cancelButton_hi92q_444:hover{background:#fafafa}._cancelButton_hi92q_444:focus{outline:none}._saveButton_hi92q_465{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;padding:10px 20px;border-radius:8px;border:none;background:#eb2128;color:#fff;cursor:pointer;transition:background-color .2s}._saveButton_hi92q_465:hover{background:#c91218}._saveButton_hi92q_465:focus{outline:none}._saveButton_hi92q_465:disabled{background:#e4e4e7;cursor:not-allowed}._deleteModalContent_hi92q_490{background:#fff;border-radius:12px;width:450px;max-width:90%;box-shadow:0 8px 24px #00000026}._deleteModalBody_hi92q_498{padding:24px}._deleteMessage_hi92q_502{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#3f3f46;margin:0;line-height:1.5}._deleteConfirmButton_hi92q_513{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;padding:10px 20px;border-radius:8px;border:none;background:#eb2128;color:#fff;cursor:pointer;transition:background-color .2s}._deleteConfirmButton_hi92q_513:hover{background:#c91218}._deleteConfirmButton_hi92q_513:focus,._deleteConfirmButton_hi92q_513:focus-visible{outline:none!important;box-shadow:none!important}._deleteConfirmButton_hi92q_513:disabled{background:#e4e4e7;cursor:not-allowed}._layout_15qne_2{display:flex;height:100vh;background:#f4f4f5}._main_15qne_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_15qne_19{margin-bottom:16px;max-width:400px}._header_15qne_24{margin-bottom:20px}._title_15qne_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_15qne_37{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;max-width:1150px;margin:0 auto}._leftColumn_15qne_47{flex:0 0 400px;display:flex;flex-direction:column;height:100%;margin-left:130px;margin-right:160px}._content_15qne_56{flex:1;overflow-y:auto;min-height:0;padding-right:12px;max-height:calc(100vh - 296px)}._content_15qne_56::-webkit-scrollbar{width:6px}._content_15qne_56::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_15qne_56::-webkit-scrollbar-track{background:transparent}._content_15qne_56 ._card_15qne_37:last-child{margin-bottom:50px}._footer_15qne_82{width:100%;bottom:0;position:sticky;background:#fff;padding:12px 0;z-index:1}._customButton_15qne_91{width:100%}._rightColumn_15qne_95{flex:1;max-width:750px;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_15qne_95::-webkit-scrollbar{width:6px}._rightColumn_15qne_95::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_15qne_95::-webkit-scrollbar-track{background:transparent}._rightColumn_15qne_95 ._card_15qne_37:last-child{margin-bottom:50px}._card_15qne_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_15qne_132{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_15qne_139{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_15qne_95 ._cardHeader_15qne_132{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_15qne_155 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_15qne_155 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_15qne_155 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_15qne_172{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_15qne_172 img{width:14px;height:14px}._addBtn_15qne_172:hover{background:#eb212814}._stepCard_15qne_193{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;width:850px;min-width:850px;height:100px;margin-top:20px}._stepCardInfo_15qne_210{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;width:850px;min-width:850px;height:150px;margin-top:20px}._stepHeader_15qne_227{display:flex;align-items:center;justify-content:space-between}._headerInfo_15qne_233{display:flex;align-items:center;gap:12px}._textBlock_15qne_239{display:flex;flex-direction:column;gap:2px}._sectionLabel_15qne_245{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_15qne_254{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_15qne_263{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_15qne_274{font-size:16px;color:#71717b;cursor:pointer}._progress_15qne_280{display:flex;gap:6px}._step_15qne_193{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_15qne_292{background:#eb2128}._section_15qne_245{display:flex;flex-direction:column;gap:8px}._sectionHeader_15qne_302{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_15qne_310{font-size:14px}._counter_15qne_314{margin-left:auto;font-size:12px;color:#71717b}._details_15qne_320{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_15qne_320 div{display:flex;justify-content:space-between}._details_15qne_320 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_15qne_320 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_15qne_193 ._progress_15qne_280{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_15qne_193 ._section_15qne_245:nth-of-type(1){border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._stepCard_15qne_193 ._section_15qne_245:nth-of-type(2){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._stepCard_15qne_193 ._section_15qne_245:nth-of-type(3){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._stepCard_15qne_193 ._section_15qne_245:nth-of-type(4){border-bottom:1px solid #f4f4f5;margin-bottom:16px}._iconContainer_15qne_377{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_15qne_389{width:24px;height:24px}._infoIcon_15qne_274{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_15qne_274:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_15qne_404{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_15qne_404 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_15qne_415{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_15qne_404{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_15qne_404:hover{transform:scale(1.05)}._pageHeader_15qne_435{display:flex;align-items:center}._pageTitle_15qne_440{display:flex;align-items:center;gap:12px}._pageTitle_15qne_440 h1{font-size:18px;font-weight:600;color:#18181b;margin:0}._iconBox_15qne_453{width:36px;height:36px;background-color:#fecaca;border-radius:8px;display:flex;align-items:center;justify-content:center}._pageIcon_15qne_464{width:18px;height:18px;filter:brightness(0) saturate(100%) invert(20%) sepia(85%) saturate(4000%) hue-rotate(-10deg)}._profileCardContent_15qne_470{display:flex;align-items:center;gap:16px}._profileAvatar_15qne_476{width:100px;height:100px;border-radius:50%;object-fit:cover}._profileText_15qne_483{display:flex;flex-direction:column;gap:4px}._profileName_15qne_489{font-size:16px;font-weight:600;color:#111827;margin:0}._profileRole_15qne_496{font-size:14px;color:#4b5563}._profileLogin_15qne_501{font-size:12px;color:#6b7280}._container_wmkc4_1{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_wmkc4_9{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_wmkc4_19{background:#fff;position:relative;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._mainContent_wmkc4_9::-webkit-scrollbar{width:8px;height:8px}._headerRow_wmkc4_37{padding:10px 20px 15px;display:flex;align-items:flex-start;justify-content:space-between}._headerLeft_wmkc4_44{display:flex;align-items:center;gap:16px}._headerIcon_wmkc4_50{width:30px;height:30px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px;border-radius:4px;border:solid 1px #fecaca;background-color:#fee2e2}._headerTextWrapper_wmkc4_65{display:flex;flex-direction:column}._headerTitle_wmkc4_70{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._settingsContent_wmkc4_78{background-color:#f5f4f4;align-items:center;justify-content:center;display:flex;flex-direction:column;padding:20px;gap:16px}._firstCard_wmkc4_88{width:65%;height:auto;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:32px 24px;border-radius:16px;background-color:#fff}._logoBox_wmkc4_101{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._dataBody_wmkc4_113{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;padding:24px 0 0}._rowItem_wmkc4_125{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0}._keyLabel_wmkc4_136{height:16px;flex-grow:0;font-family:Inter,sans-serif;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._valueLabel_wmkc4_150{height:16px;flex-grow:0;font-family:Inter,sans-serif;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._RectangleDivider_wmkc4_164{height:1px;align-self:stretch;flex-grow:0;background-color:#f5f4f4}._footerBox_wmkc4_171{height:30px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 8px 0;border-radius:8px}._keytitle_wmkc4_183{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#450a0a}._syncBox_wmkc4_197{cursor:pointer;height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0}._syncBox_wmkc4_197._disabled_wmkc4_208{cursor:not-allowed;opacity:.6}._syncImgBox_wmkc4_213{width:11.7px;height:11.7px;background-color:#c91218}._syncvaluetitle_wmkc4_219{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#c91218}._secondCardForm_wmkc4_233{width:65%;height:auto;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:15px 24px;border-radius:16px;background-color:#fff}._headerRelease_wmkc4_246{height:56px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}._headerReleaseText_wmkc4_257{width:110px;height:24px;flex-grow:0;font-family:Inter;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#2a2727}._releaseItem_wmkc4_272{align-self:stretch;flex-grow:0;cursor:pointer;gap:24px;padding:16px 0 12px}._titleDatewrapper_wmkc4_280{height:20px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._releaseTitle_wmkc4_291{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._releaseDate_wmkc4_305{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#a99f9f}._releaseDescription_wmkc4_319{align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#7b7171}@keyframes _rotateSlow_wmkc4_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._rotating_wmkc4_343{animation:_rotateSlow_wmkc4_1 1s linear infinite}._container_1txpo_1{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_1txpo_9{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._contentBox_1txpo_19{background:#fff;position:relative;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._mainContent_1txpo_9::-webkit-scrollbar{width:8px;height:8px}._headerRow_1txpo_37{padding:10px 20px 15px;display:flex;align-items:flex-start;justify-content:space-between}._headerLeft_1txpo_44{display:flex;align-items:center;gap:16px}._headerIcon_1txpo_50{width:30px;height:30px;flex-grow:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px;border-radius:4px;border:solid 1px #fecaca;background-color:#fee2e2}._headerTextWrapper_1txpo_65{display:flex;flex-direction:column}._headerTitle_1txpo_70{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._settingsContent_1txpo_78{background-color:#f5f4f4;align-items:center;justify-content:center;display:flex;flex-direction:column;padding:20px;gap:16px}._RectangleDivider_1txpo_88{height:16px;align-self:stretch;flex-grow:0;background-color:#f5f4f4}._secondCardForm_1txpo_95{width:65%;height:auto;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;border-radius:16px}._headerRelease_1txpo_106{height:56px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}._headerReleaseText_1txpo_117{height:24px;flex-grow:0;font-family:Inter;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#2a2727}._releaseItem_1txpo_131{cursor:pointer;align-self:stretch;flex-grow:0;gap:24px;padding:24px;background-color:#fff;border-radius:16px}._titleDatewrapper_1txpo_141{height:20px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._releaseTitle_1txpo_152{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._releaseDate_1txpo_166{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#a99f9f}._releaseDescription_1txpo_180{align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;color:#7b7171}._tabs_1txpo_194{width:65%;display:flex;align-items:left;margin-bottom:10px;border-bottom:1px solid #e5e7eb}._tabItem_1txpo_202{padding:8px 12px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500;color:#6b7280}._tabItem_1txpo_202:hover{color:#374151}._activeTab_1txpo_218{color:#eb2128;border-bottom:2px solid #eb2128}._activeTab_1txpo_218:hover{color:#c91218}._releaseTitleWrapper_1txpo_226{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:18px 24px 5px 0}._RectangleDividerThin_1txpo_237{height:1px;align-self:stretch;flex-grow:0;background-color:#f5f4f4}._docViewer_1txpo_244{width:65%;height:700px;background:#fff;border-radius:16px;overflow:hidden}._layout_2agy4_2{display:flex;height:100vh;background:#f4f4f5}._main_2agy4_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_2agy4_19{margin-bottom:16px;max-width:400px}._header_2agy4_24{margin-bottom:20px}._title_2agy4_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_2agy4_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_2agy4_47{display:flex;flex-direction:column;height:100%}._content_2agy4_53{flex:1;overflow-y:auto;max-height:calc(100vh - 350px);padding-right:12px}._content_2agy4_53::-webkit-scrollbar{width:6px}._content_2agy4_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_2agy4_53::-webkit-scrollbar-track{background:transparent}._content_2agy4_53 ._card_2agy4_37:last-child{margin-bottom:50px}._footer_2agy4_78{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_2agy4_89{width:100%}._rightColumn_2agy4_93{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_2agy4_93::-webkit-scrollbar{width:6px}._rightColumn_2agy4_93::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_2agy4_93::-webkit-scrollbar-track{background:transparent}._rightColumn_2agy4_93 ._card_2agy4_37:last-child{margin-bottom:50px}._card_2agy4_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_2agy4_129{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_2agy4_136{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_2agy4_93 ._cardHeader_2agy4_129{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_2agy4_152 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_2agy4_152 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_2agy4_152 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_2agy4_169{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_2agy4_169 img{width:14px;height:14px}._addBtn_2agy4_169:hover{background:#eb212814}._stepCard_2agy4_190{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px);width:auto}._stepHeader_2agy4_205{display:flex;align-items:center;justify-content:space-between}._headerInfo_2agy4_211{display:flex;align-items:center;gap:12px}._textBlock_2agy4_217{display:flex;flex-direction:column;gap:2px}._sectionLabel_2agy4_223{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_2agy4_232{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_2agy4_241{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_2agy4_252{font-size:16px;color:#71717b;cursor:pointer}._progress_2agy4_258{display:flex;gap:6px}._step_2agy4_190{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_2agy4_270{background:#eb2128}._section_2agy4_223{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_2agy4_282{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_2agy4_290{font-size:14px}._counter_2agy4_294{margin-left:auto;font-size:12px;color:#71717b}._details_2agy4_300{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_2agy4_300 div{display:flex;justify-content:space-between}._details_2agy4_300 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_2agy4_300 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_2agy4_190 ._progress_2agy4_258{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_2agy4_335{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_2agy4_347{width:24px;height:24px}._infoIcon_2agy4_252{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_2agy4_252:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_2agy4_362{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_2agy4_362 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreview_2agy4_362{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._toolDetailValues_2agy4_393{display:flex;flex-direction:column}._photoPreviewWrapper_2agy4_373{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_2agy4_362{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_2agy4_362:hover{transform:scale(1.05)}._personTabs_2agy4_418{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_2agy4_418{background:#f5f5f5;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_2agy4_439{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_2agy4_449{background:#e0e0e0;border:none;padding:6px 10px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_2agy4_458{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._modalOverlay_1etbt_1{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0000004d;display:flex;justify-content:flex-end;z-index:1000}._modal_1etbt_1{background:#fff;width:500px;height:100vh;display:flex;flex-direction:column;border-top:10px solid #000;border-right:10px solid #000;border-bottom:10px solid #000;border-left:none}._modalHeader_1etbt_25{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd;background:#fff}._modalHeader_1etbt_25 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._closeBtn_1etbt_45{background:transparent;border:none;cursor:pointer}._closeIcon_1etbt_51{width:20px;height:20px}._modalContent_1etbt_56{padding:15px;flex:1;display:flex;flex-direction:column;gap:10px;overflow-x:hidden;overflow-y:auto}._modalContent_1etbt_56::-webkit-scrollbar{width:6px}._modalContent_1etbt_56::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._modalContent_1etbt_56::-webkit-scrollbar-thumb{background:#888;border-radius:3px}._modalContent_1etbt_56::-webkit-scrollbar-thumb:hover{background:#555}._actionSection_1etbt_81{border-bottom:1px solid #eee;padding-bottom:10px}._sectionHeader_1etbt_86{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader_1etbt_86 ._sectionTitle_1etbt_92{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader_1etbt_86 ._dropdownIcon_1etbt_99{width:16px;height:16px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader_1etbt_86 ._open_1etbt_106{transform:rotate(180deg)}._mainLabels_1etbt_110{width:100%}._radioGroup_1etbt_114{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionContent_1etbt_125{margin-top:2px;display:flex;flex-direction:column;gap:12px;margin-left:10px}._modalFooter_1etbt_133{padding:20px;border-top:1px solid #ddd;background:#fff}._fullWidthButton_1etbt_139,._fullWidthButton_1etbt_139 button{width:100%}._clearBtn_1etbt_146{display:flex;cursor:pointer;color:var(--Zinc-300, #7f7f7f);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}._disabled_1etbt_158{cursor:not-allowed;color:var(--Zinc-200, #e4e4e7)}._radioLabel_1etbt_163{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._formLabel_1etbt_172{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._sectionLabel_1etbt_183{font-size:14px;font-weight:500;color:var(--Zinc-800, #27272a);margin-bottom:4px;display:block}._photoSection_1etbt_191{display:flex;gap:12px;margin-bottom:16px}._infobtn_1etbt_197{display:flex;justify-content:space-between;align-items:center;background:var(--Orange-100, #ffedd5);color:var(--Orange-800, #9a3412);border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease-in-out}._infobtnContent_1etbt_212{display:flex;align-items:center;gap:8px}._infoicon_1etbt_218{font-size:16px;width:24px;height:24px}._arrow-icon_1etbt_224{font-size:18px;color:#a04900}._leftIconBtn_1etbt_229{width:28px;height:28px;margin-right:20px}._modalHeader2_1etbt_235{display:flex;align-items:center;justify-content:space-between;background:#fff}._modalHeader2_1etbt_235 h3{margin:0;flex:1;text-align:center;color:#27272a;font-size:16px;font-family:Inter,sans-serif;line-height:24px;letter-spacing:0px;font-weight:500}._modalContent2_1etbt_253{padding:20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}._actionSection2_1etbt_262{padding-left:18px;padding-top:10px;gap:10px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._infoIconContent_1etbt_273{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.14px}._headerContent_1etbt_284{display:flex;gap:10px}._belowContent_1etbt_289{display:flex;flex-direction:column;gap:10px;margin-left:2px}._belowContent_1etbt_289 span{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._rightTickIcon_1etbt_306{display:flex;width:18px;height:18px;padding:4px;justify-content:center;align-items:center;gap:8px;border-radius:999px;background:var(--Brand_Red-100, #fcdedf)}._below2Content_1etbt_318{display:flex;gap:10px}._below2Content_1etbt_318 div{color:var(--Zinc-500, #7b7171);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._errorText_1etbt_333{color:#dc2626;font-size:12px;font-weight:400;margin-top:4px;margin-left:2px}._shake_1etbt_341{animation:_shake_1etbt_341 .4s ease}@keyframes _shake_1etbt_341{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._photoItem_1etbt_356{display:inline-block;margin-right:8px}._photoItem_1etbt_356 img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._layout_zrttt_2{display:flex;height:98vh;background:#f4f4f5}._main_zrttt_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_zrttt_19{margin-bottom:16px;max-width:400px}._header_zrttt_24{margin-bottom:20px}._title_zrttt_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_zrttt_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_zrttt_47{display:flex;flex-direction:column;height:100%}._content_zrttt_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_zrttt_53::-webkit-scrollbar{width:6px}._content_zrttt_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_zrttt_53::-webkit-scrollbar-track{background:transparent}._content_zrttt_53 ._card_zrttt_37:last-child{margin-bottom:50px}._footer_zrttt_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_zrttt_90{width:100%}._rightColumn_zrttt_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_zrttt_94::-webkit-scrollbar{width:6px}._rightColumn_zrttt_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_zrttt_94::-webkit-scrollbar-track{background:transparent}._rightColumn_zrttt_94 ._card_zrttt_37:last-child{margin-bottom:50px}._card_zrttt_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_zrttt_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_zrttt_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_zrttt_94 ._cardHeader_zrttt_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_zrttt_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_zrttt_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_zrttt_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_zrttt_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_zrttt_170 img{width:14px;height:14px}._addBtn_zrttt_170:hover{background:#eb212814}._stepCard_zrttt_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_zrttt_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_zrttt_212{display:flex;align-items:center;gap:12px}._textBlock_zrttt_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_zrttt_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_zrttt_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_zrttt_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_zrttt_253{font-size:16px;color:#71717b;cursor:pointer}._progress_zrttt_259{display:flex;gap:6px}._step_zrttt_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_zrttt_271{background:#eb2128}._section_zrttt_224{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_zrttt_283{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_zrttt_291{font-size:14px}._counter_zrttt_295{margin-left:auto;font-size:12px;color:#71717b}._details_zrttt_301{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_zrttt_301 div{display:flex;justify-content:space-between}._details_zrttt_301 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_zrttt_301 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_zrttt_191 ._progress_zrttt_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_zrttt_336{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_zrttt_348{width:24px;height:24px}._infoIcon_zrttt_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_zrttt_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_zrttt_363{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_zrttt_363 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreviewWrapper_zrttt_374{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_zrttt_363{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_zrttt_363:hover{transform:scale(1.05)}._toolDetails_zrttt_394{display:flex;flex-direction:column;gap:8px}._toolDetailValues_zrttt_400,._remarksCard_zrttt_406{display:flex;flex-direction:column}._remarksList_zrttt_411{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_zrttt_418{display:flex;gap:10px}._newRemark_zrttt_418 input,._newRemark_zrttt_418 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_zrttt_418 ._saveButton_zrttt_429{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_zrttt_418 ._saveButton_zrttt_429:hover{background-color:#c91218}._remarkItem_zrttt_441{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_zrttt_441 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_zrttt_441 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_zrttt_463{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_zrttt_472{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_zrttt_472 span{white-space:nowrap}._remarkText_zrttt_488{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_zrttt_497{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_zrttt_497::placeholder{color:#a1a1aa;font-size:14px}._inputRow_zrttt_497:focus-within{border-color:#2563eb}._dropdownSelect_zrttt_523{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_zrttt_523::-ms-expand{display:none}._photoItem_zrttt_546{display:inline-block;margin-right:8px}._photoItem_zrttt_546 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_zrttt_546 img:hover{transform:scale(1.05)}._sectionTitle1_zrttt_562{display:flex;flex-direction:row;gap:12px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._mainLabels_zrttt_574{flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_zrttt_587{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_zrttt_592{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_zrttt_603{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_zrttt_603 ._sectionTitle_zrttt_233{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_zrttt_603 ._dropdownIcon_zrttt_616{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_zrttt_603 ._open_zrttt_623{transform:rotate(180deg)}._dropdownContentBox_zrttt_627{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_zrttt_639{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_zrttt_650{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_zrttt_665{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_zrttt_679{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_zrttt_689{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_zrttt_700{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_zrttt_712{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_zrttt_727{flex:1;width:98%;outline:none;resize:vertical;font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_zrttt_727::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_zrttt_727:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_zrttt_764{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_zrttt_776{width:fit-content;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_zrttt_791{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_zrttt_805{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_zrttt_819{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_zrttt_831{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_zrttt_838{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_zrttt_852{position:relative;width:100%}._textarea1_zrttt_857{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_zrttt_857:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_zrttt_878{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_zrttt_878:hover{background-color:#145ca2}._disabled_zrttt_894{opacity:.5;cursor:not-allowed}._saveButtonBox_zrttt_899{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_zrttt_917{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_zrttt_924{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_zrttt_939{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._saveButton_zrttt_429{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_zrttt_429:hover{background-color:#c91218}._saveButtonDisabled_zrttt_539{opacity:.6;cursor:not-allowed;pointer-events:none}._rmRemarkWrapper_zrttt_975{position:relative;flex:1}._inlineSaveButton_zrttt_980{position:absolute;bottom:8px;right:8px;padding:4px 10px;font-size:12px;cursor:pointer}._rmsaveButtonBox_zrttt_989{cursor:pointer;position:absolute;bottom:10px;right:10px;font-size:12px;width:50px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._rmsaveButtonIcon_zrttt_1008{width:13px;height:13px;flex-grow:0;object-fit:contain}._rmsaveButtonLabel_zrttt_1015{width:24px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._personTabs_zrttt_1030{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_zrttt_1030{background:#f5f5f5;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_zrttt_1051{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_zrttt_1061{background:#e0e0e0;border:none;padding:6px 10px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_zrttt_1070{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._layout_kdnvr_2{display:flex;height:100vh;background:#f4f4f5}._main_kdnvr_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_kdnvr_19{margin-bottom:16px;max-width:400px}._header_kdnvr_24{margin-bottom:20px}._title_kdnvr_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_kdnvr_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_kdnvr_47{display:flex;flex-direction:column;height:100%}._content_kdnvr_53{flex:1;overflow-y:auto;max-height:calc(100vh - 350px);padding-right:12px}._content_kdnvr_53::-webkit-scrollbar{width:6px}._content_kdnvr_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_kdnvr_53::-webkit-scrollbar-track{background:transparent}._content_kdnvr_53 ._card_kdnvr_37:last-child{margin-bottom:50px}._footer_kdnvr_78{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_kdnvr_89{width:100%}._rightColumn_kdnvr_93{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_kdnvr_93::-webkit-scrollbar{width:6px}._rightColumn_kdnvr_93::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_kdnvr_93::-webkit-scrollbar-track{background:transparent}._rightColumn_kdnvr_93 ._card_kdnvr_37:last-child{margin-bottom:50px}._card_kdnvr_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_kdnvr_129{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_kdnvr_136{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_kdnvr_93 ._cardHeader_kdnvr_129{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_kdnvr_152 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_kdnvr_152 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_kdnvr_152 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_kdnvr_169{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_kdnvr_169 img{width:14px;height:14px}._addBtn_kdnvr_169:hover{background:#eb212814}._stepCard_kdnvr_190{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px);width:auto}._stepHeader_kdnvr_205{display:flex;align-items:center;justify-content:space-between}._headerInfo_kdnvr_211{display:flex;align-items:center;gap:12px}._textBlock_kdnvr_217{display:flex;flex-direction:column;gap:2px}._sectionLabel_kdnvr_223{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_kdnvr_232{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_kdnvr_241{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_kdnvr_252{font-size:16px;color:#71717b;cursor:pointer}._progress_kdnvr_258{display:flex;gap:6px}._step_kdnvr_190{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_kdnvr_270{background:#eb2128}._section_kdnvr_223{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_kdnvr_282{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_kdnvr_290{font-size:14px}._counter_kdnvr_294{margin-left:auto;font-size:12px;color:#71717b}._details_kdnvr_300{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_kdnvr_300 div{display:flex;justify-content:space-between}._details_kdnvr_300 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_kdnvr_300 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_kdnvr_190 ._progress_kdnvr_258{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_kdnvr_335{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_kdnvr_347{width:24px;height:24px}._infoIcon_kdnvr_252{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_kdnvr_252:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_kdnvr_362{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_kdnvr_362 strong{color:#71717b;font-size:.75rem;font-weight:400}._photoPreview_kdnvr_362{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._toolDetailValues_kdnvr_393{display:flex;flex-direction:column}._photoPreviewWrapper_kdnvr_373{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_kdnvr_362{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_kdnvr_362:hover{transform:scale(1.05)}._personTabs_kdnvr_418{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_kdnvr_418{background:#f5f5f5;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_kdnvr_439{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_kdnvr_449{background:#e0e0e0;border:none;padding:6px 10px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_kdnvr_458{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._titleHeading_kdnvr_473{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._picPreviewSection_kdnvr_483{display:flex;flex-direction:column;gap:4px}._picPreviewSection_kdnvr_483 strong{color:#71717b;font-size:.75rem;font-weight:400}._picPreviewWrapper_kdnvr_494{display:flex;flex-direction:column;gap:8px;margin-top:4px;flex-wrap:wrap}._picPreview_kdnvr_483{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s ease-in-out}._picPreview_kdnvr_483:hover{transform:scale(1.05)}._layout_wyg04_2{display:flex;height:100vh;background:#f4f4f5}._main_wyg04_8{flex:1;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;overflow:hidden;border:10px solid #000}._searchBar_wyg04_19{margin-bottom:16px;max-width:400px}._header_wyg04_24{margin-bottom:20px}._title_wyg04_28{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400;color:#71717b}._cardsContainer_wyg04_37{display:grid;grid-template-columns:1fr 1.5fr;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;margin:0 auto}._leftColumn_wyg04_47{display:flex;flex-direction:column;height:100%}._content_wyg04_53{flex:1;overflow-y:auto;min-height:0;padding-right:12px;padding-bottom:60px}._content_wyg04_53::-webkit-scrollbar{width:6px}._content_wyg04_53::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._content_wyg04_53::-webkit-scrollbar-track{background:transparent}._content_wyg04_53 ._card_wyg04_37:last-child{margin-bottom:50px}._footer_wyg04_79{width:100%;align-items:center;text-align:center;position:sticky;bottom:0;background:#fff;padding:12px 0;z-index:1}._customButton_wyg04_90{width:100%}._rightColumn_wyg04_94{flex:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px}._rightColumn_wyg04_94::-webkit-scrollbar{width:6px}._rightColumn_wyg04_94::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:3px}._rightColumn_wyg04_94::-webkit-scrollbar-track{background:transparent}._rightColumn_wyg04_94 ._card_wyg04_37:last-child{margin-bottom:50px}._card_wyg04_37{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}._cardHeader_wyg04_130{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._cardTitle_wyg04_137{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._rightColumn_wyg04_94 ._cardHeader_wyg04_130{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:12px}._cardContent_wyg04_153 p{margin:8px 0;display:flex;flex-direction:column;gap:2px}._cardContent_wyg04_153 p strong{color:#71717b;font-size:.75rem;font-weight:400}._cardContent_wyg04_153 p span{color:#27272a;font-size:.75rem;font-weight:500}._addBtn_wyg04_170{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#eb2128;font-size:14px;font-weight:500;padding:4px 10px;border-radius:20px;cursor:pointer}._addBtn_wyg04_170 img{width:14px;height:14px}._addBtn_wyg04_170:hover{background:#eb212814}._stepCard_wyg04_191{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;gap:16px;height:calc(100vh - 100px);width:auto}._stepHeader_wyg04_206{display:flex;align-items:center;justify-content:space-between}._headerInfo_wyg04_212{display:flex;align-items:center;gap:12px}._textBlock_wyg04_218{display:flex;flex-direction:column;gap:2px}._sectionLabel_wyg04_224{color:#b1ddf2;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:0px;font-weight:400}._sectionTitle_wyg04_233{font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._stepTitle_wyg04_242{font-size:18px;font-family:Inter,sans-serif;line-height:28px;letter-spacing:0px;font-weight:600;color:#27272a;margin:0;line-height:1.2}._infoIcon_wyg04_253{font-size:16px;color:#71717b;cursor:pointer}._progress_wyg04_259{display:flex;gap:6px}._step_wyg04_191{flex:1;height:3px;border-radius:2px;background:#e4e4e7}._active_wyg04_271{background:#eb2128}._section_wyg04_224{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #f4f4f5;padding-bottom:12px}._sectionHeader_wyg04_283{display:flex;align-items:center;gap:8px;font-weight:600;color:#18181b}._sectionIcon_wyg04_291{font-size:14px}._counter_wyg04_295{margin-left:auto;font-size:12px;color:#71717b}._details_wyg04_301{display:flex;flex-direction:column;gap:6px;font-size:14px}._details_wyg04_301 div{display:flex;justify-content:space-between}._details_wyg04_301 div span:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._details_wyg04_301 div span:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._stepCard_wyg04_191 ._progress_wyg04_259{border-bottom:1px solid #f4f4f5;padding-bottom:12px;margin-bottom:16px}._iconContainer_wyg04_336{border-radius:8px;border:1px solid #e4e4e7;background:#f4f4f5;display:flex;padding:8px;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}._iconImg_wyg04_348{width:24px;height:24px}._infoIcon_wyg04_253{width:18px;height:18px;cursor:pointer;filter:brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%)}._infoIcon_wyg04_253:hover{filter:brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(100%)}._photoPreviewSection_wyg04_363{display:flex;flex-direction:column;gap:4px}._photoPreviewSection_wyg04_363 strong{color:#71717b;font-size:.75rem;font-weight:400}._toolDetailValues_wyg04_394{display:flex;flex-direction:column}._titleHeading_wyg04_399{color:var(--Zinc-800, #2a2727);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px}._photoPreviewWrapper_wyg04_374{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}._photoPreview_wyg04_363{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid var(--Zinc-200, #e4e4e7);cursor:pointer;transition:transform .2s ease-in-out}._photoPreview_wyg04_363:hover{transform:scale(1.05)}._remarksCard_wyg04_430{display:flex;flex-direction:column}._remarksList_wyg04_435{flex:1 1 auto;overflow-y:auto;margin-bottom:8px;padding-right:6px}._newRemark_wyg04_442{display:flex;gap:10px}._newRemark_wyg04_442 input,._newRemark_wyg04_442 select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d4d4d8}._newRemark_wyg04_442 ._saveButton_wyg04_453{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px}._newRemark_wyg04_442 ._saveButton_wyg04_453:hover{background-color:#c91218}._remarkItem_wyg04_465{margin-bottom:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}._remarkItem_wyg04_465 p:first-child{color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkItem_wyg04_465 p:last-child{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._noRemarks_wyg04_487{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._remarkMeta_wyg04_496{margin-top:4px;display:flex;align-items:center;gap:12px;color:#71717b;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:.12px;font-weight:400}._remarkMeta_wyg04_496 span{white-space:nowrap}._remarkText_wyg04_512{color:#27272a;font-size:12px;font-family:Inter,sans-serif;line-height:16px;letter-spacing:0px;font-weight:500}._inputRow_wyg04_521{display:flex;align-items:center;justify-content:space-between;min-height:26px;border-radius:12px;border:1px solid var(--Zinc-200, #e4e4e7);background-color:#f4f4f5;transition:border-color .2s ease;width:95%;flex:1;border:none;outline:none;color:#27272a;font-size:14px;font-weight:400;background:transparent}._inputRow_wyg04_521::placeholder{color:#a1a1aa;font-size:14px}._inputRow_wyg04_521:focus-within{border-color:#2563eb}._dropdownSelect_wyg04_547{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;background-image:none!important;border:none;outline:none;padding-right:28px;cursor:pointer}._dropdownSelect_wyg04_547::-ms-expand{display:none}._saveButton_wyg04_453{background-color:#eb2128;color:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:4px;width:100px}._saveButton_wyg04_453:hover{background-color:#c91218}._saveButtonDisabled_wyg04_576{opacity:.6;cursor:not-allowed;pointer-events:none}._photoItem_wyg04_583{display:inline-block;margin-right:8px}._photoItem_wyg04_583 img{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}._photoItem_wyg04_583 img:hover{transform:scale(1.05)}._sectionTitle1_wyg04_599{display:flex;flex-direction:row;gap:12px;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500;color:#27272a}._mainLabels_wyg04_611{height:20px;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727}._actionSection_wyg04_625{border-bottom:1px solid #eee;padding-bottom:10px}._sectionBox_wyg04_630{height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:0}._sectionHeader1_wyg04_641{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._sectionHeader1_wyg04_641 ._sectionTitle_wyg04_233{font-size:16px;font-weight:500;color:#27272a;display:flex;gap:10px}._sectionHeader1_wyg04_641 ._dropdownIcon_wyg04_654{width:24px;height:24px;filter:invert(44%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%);transition:transform .2s ease}._sectionHeader1_wyg04_641 ._open_wyg04_661{transform:rotate(180deg)}._dropdownContentBox_wyg04_665{height:auto;align-self:stretch;display:flex;flex-grow:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:0 0 0 32px}._radioBox_wyg04_677{height:16px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;padding:0}._Description_wyg04_688{width:120px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#7b7171}._DescriptionValue_wyg04_703{height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#2a2727}._remarksBox_wyg04_717{display:flex;flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px;padding:0}._remarksValueBox_wyg04_727{align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:0}._ImageContainer_wyg04_738{height:48px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0}._InputField_wyg04_750{width:100%;height:72px;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:12px 0;border-radius:8px;border:solid 1px #e7e4e4}._textarea_wyg04_765{flex:1;width:98%;outline:none;resize:vertical;font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#27272a;background:transparent;line-height:1.5;gap:4px;padding:12px 0 12px 12px;border-radius:8px;border:solid 1px #e7e4e4}._textarea_wyg04_765::placeholder{color:#a1a1aa;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#a99f9f}._textarea_wyg04_765:disabled{background-color:#f4f4f5;color:#a1a1aa;cursor:not-allowed}._yesRemarkBox_wyg04_802{height:16px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:6px 0 0}._RemarkDescription_wyg04_814{width:fit-content;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#9a0e13}._RemarkDescriptionValue_wyg04_829{height:16px;flex-grow:1;font-family:Inter;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:.12px;text-align:left;color:#2a2727}._Alert_wyg04_843{height:auto;align-self:stretch;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;background-color:#eb212826}._AlertMessage_wyg04_857{height:20px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;padding:0}._imgAlertIcon_wyg04_869{width:20px;height:20px;flex-grow:0;object-fit:contain}._AlertText_wyg04_876{height:20px;flex-grow:1;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#9a0e13}._textareaWrapper_wyg04_890{position:relative;width:100%}._textarea1_wyg04_895{width:90%;min-height:80px;padding:12px 14px 45px;border:1px solid #ccc;border-radius:8px;resize:vertical;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#27272a;background:transparent;margin-top:10px;line-height:1.5;border:solid 1px #e7e4e4}._textarea1_wyg04_895:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}._saveBtn_wyg04_916{position:absolute;bottom:20px;left:10px;padding:6px 14px;background-color:#1976d2;color:#fff;font-size:13px;border:none;border-radius:6px;cursor:pointer}._saveBtn_wyg04_916:hover{background-color:#145ca2}._disabled_wyg04_932{opacity:.5;cursor:not-allowed}._saveButtonBox_wyg04_937{cursor:pointer;position:absolute;bottom:20px;left:10px;width:60px;height:32px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._saveButtonIcon_wyg04_955{width:16px;height:16px;flex-grow:0;object-fit:contain}._saveButtonLabel_wyg04_962{width:28px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._remarkHeading_wyg04_977{height:20px;align-self:stretch;flex-grow:0;font-family:Inter;font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.14px;text-align:left;color:#2a2727;padding-bottom:10px}._rmRemarkWrapper_wyg04_993{position:relative;flex:1}._rmsaveButtonBox_wyg04_998{cursor:pointer;position:absolute;bottom:10px;right:10px;font-size:12px;width:50px;height:25px;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2px;padding:0 0 0 5px;border-radius:8px;background-color:#fcdedf}._rmsaveButtonIcon_wyg04_1017{width:13px;height:13px;flex-grow:0;object-fit:contain}._rmsaveButtonLabel_wyg04_1024{width:24px;height:16px;flex-grow:0;font-family:Inter;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#6c0a0d}._personTabs_wyg04_1039{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._personTab_wyg04_1039{background:#f5f5f5;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;color:#71717b;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._activeTab_wyg04_1060{background:#ffebee;color:#eb2128;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._addPersonBtn_wyg04_1070{background:#e0e0e0;border:none;padding:6px 10px;border-radius:50%;font-size:18px;cursor:pointer}._removeBtn_wyg04_1079{margin-top:12px;background:#fff1f1;border:1px solid #f5c2c2;padding:8px;color:#eb2128;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;line-height:20px;letter-spacing:.14px;font-weight:500}._container_x0f9m_1{display:flex;width:100%;height:100vh;background:#f9fafb;overflow:hidden}._mainContent_x0f9m_9{flex:1;display:flex;flex-direction:column;overflow-x:hidden;width:calc(100% - 240px);max-width:100%;height:100%}._mainContent_x0f9m_9::-webkit-scrollbar{width:8px;height:8px}._contentBox_x0f9m_25{background:#fff;position:relative;box-shadow:0 4px 12px #00000014;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:100%}._headerRow_x0f9m_38{padding:10px 20px 15px;display:flex;align-items:flex-start;justify-content:space-between}._headerLeft_x0f9m_45{display:flex;align-items:center;gap:16px}._headerIcon_x0f9m_51{width:30px;height:30px;flex-grow:0;display:flex;justify-content:center;align-items:center;padding:8px;border-radius:4px;border:solid 1px #fecaca;background-color:#fee2e2}._headerTitle_x0f9m_64{font-size:20px;font-weight:600;color:#222;line-height:1.2;margin:0}._settingsContent_x0f9m_73{background-color:#f5f4f4;flex:1;display:flex;justify-content:center;align-items:center;padding:20px}._docViewer_x0f9m_83{width:65%;height:600px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f}@media (max-width: 1200px){._docViewer_x0f9m_83{width:80%}}@media (max-width: 900px){._docViewer_x0f9m_83{width:95%;height:600px}}
