:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);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:auto;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.flashScreen_flash_screen__DFPEz{width:100%;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--ts-bg);overflow:hidden}.flashScreen_flash_screen_logo__QzBlG{max-width:80%;max-height:80%;animation:flashScreen_scaleInOut__YAGvm 1.2s ease-in-out infinite alternate}@keyframes flashScreen_scaleInOut__YAGvm{0%{transform:scale(1);opacity:.9}to{transform:scale(1.1);opacity:1}}.Header_container__q_6He{width:100%;min-height:64px;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;box-sizing:border-box;background:var(--ts-header-bg);color:var(--ts-text-primary);position:-webkit-sticky;position:sticky;top:0;z-index:10;flex-shrink:0;border-bottom:1px solid var(--ts-border);transition:background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}@media (min-width:600px){.Header_container__q_6He{padding:0 24px;flex-wrap:nowrap}}[data-theme=light] .Header_container__q_6He{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(91,84,232,.06),0 4px 16px rgba(15,23,42,.04)}.Header_intro_box__DceNm{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.Header_intro_box__DceNm>.Header_intro_title__wbzFw{color:var(--ts-text-primary);font-weight:600;font-size:14px;line-height:1.2}.Header_intro_box__DceNm>.Header_intro_subtitle__8uW3s{color:var(--ts-text-secondary);font-weight:500;font-size:11px;line-height:1;margin-top:4px}.Header_intro_with_menu__oL8EF{display:flex;justify-content:flex-end;align-items:center;flex:1 1;min-width:0;flex-wrap:wrap;gap:8px}.Header_divider__NDrWQ{width:1px;height:28px;background-color:var(--ts-border);margin-right:.5rem;margin-left:.5rem}.Header_header_actions__ZzOZd{display:flex;align-items:center;gap:4px}.SyncButton_sync_button_enabled__oG5gs{display:flex;align-items:center;padding:6px 14px;color:var(--ts-primary);cursor:pointer;border:1px solid var(--ts-border);background-color:var(--ts-primary-light);margin-right:0;border-radius:8px;font-weight:600;font-size:13px;gap:.4em;transition:all .15s ease-out;font-family:Plus Jakarta Sans,sans-serif}.SyncButton_sync_button_enabled__oG5gs:hover{background-color:var(--ts-primary-light);border-color:var(--ts-primary);opacity:.9}.SyncButton_sync_button_disabled__vH8Qv{display:flex;align-items:center;padding:6px 14px;color:var(--ts-text-secondary);cursor:not-allowed;border:1px solid var(--ts-border);background-color:var(--ts-hover);margin-right:0;border-radius:8px;font-weight:600;font-size:13px;gap:.4em;opacity:.6;font-family:Plus Jakarta Sans,sans-serif}.DashboardLayout_main_container__kkc93{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100vh;width:100%;position:relative;background:var(--ts-bg)}.DashboardLayout_sidebar_container__QFT_8{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;flex-shrink:0;transition:min-width .2s ease-out}.DashboardLayout_sidebar__HkVpx{position:fixed;border-right:1px solid var(--ts-border);z-index:99;top:0;bottom:0;left:0;border-radius:0}[data-theme=light] .DashboardLayout_sidebar__HkVpx{box-shadow:var(--ts-sidebar-shadow)}.DashboardLayout_sidebar__HkVpx>aside>div{border-radius:0}.DashboardLayout_main_content_container__JyaSX{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-width:0;padding:0;width:100%;background:var(--ts-bg)}.DashboardLayout_main_content_wrapper__B6J4p{width:100%;min-height:calc(100vh - 64px);padding:0;box-sizing:border-box;overflow:auto;display:flex;flex-direction:column}[data-theme=light]{--ts-bg:#f4f6fc;--ts-bg-mesh:radial-gradient(ellipse 90% 60% at 50% -30%,rgba(91,84,232,.12),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 0%,rgba(129,140,248,.08),transparent 50%),radial-gradient(ellipse 45% 35% at 0% 100%,rgba(91,84,232,.06),transparent 50%),linear-gradient(180deg,#f8f9fd,#f0f2f8);--ts-surface:#fff;--ts-surface-elevated:#fcfcff;--ts-border:#e4e8f2;--ts-text-primary:#0f172a;--ts-text-secondary:#5b6478;--ts-primary:#5b54e8;--ts-primary-dark:#4338ca;--ts-primary-light:#edeaff;--ts-primary-glow:rgba(91,84,232,.14);--ts-accent-gradient:linear-gradient(135deg,#5b54e8,#7c6cf0 50%,#a78bfa);--ts-header-bg:hsla(0,0%,100%,.82);--ts-sidebar-bg:#fff;--ts-hover:#eef0f8;--ts-scrollbar:#c8cedf;--ts-shadow:rgba(91,84,232,.1);--ts-card-shadow:0 1px 2px rgba(15,23,42,.04),0 4px 16px rgba(91,84,232,.07);--ts-card-shadow-hover:0 8px 28px rgba(91,84,232,.14),0 2px 8px rgba(15,23,42,.05);--ts-sidebar-shadow:4px 0 24px rgba(91,84,232,.05);--ts-success:#16a34a;--ts-error:#ef4444}[data-theme=dark]{--ts-bg:#0f1117;--ts-surface:#1a1d27;--ts-surface-elevated:#22263a;--ts-border:#2d3348;--ts-text-primary:#f1f5f9;--ts-text-secondary:#94a3b8;--ts-primary:#818cf8;--ts-primary-light:#312e81;--ts-header-bg:#1a1d27;--ts-sidebar-bg:#1a1d27;--ts-hover:#22263a;--ts-scrollbar:#3d4459;--ts-shadow:rgba(0,0,0,.3);--ts-success:#4ade80;--ts-error:#f87171}:root{--max-width:1100px;--border-radius:10px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:clip;font-family:Plus Jakarta Sans,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;background-color:var(--ts-bg);color:var(--ts-text-primary);transition:background-color .2s ease-out,color .2s ease-out}[data-theme=light] body,[data-theme=light] html{background-color:var(--ts-bg);background-image:var(--ts-bg-mesh);background-attachment:fixed}a{color:inherit;text-decoration:none}.text-center{text-align:center}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--ts-scrollbar);border-radius:8px}.inner-scrollbar::-webkit-scrollbar{height:6px}.inner-scrollbar::-webkit-scrollbar-track{background:transparent}.inner-scrollbar::-webkit-scrollbar-thumb{background-color:var(--ts-scrollbar);border-radius:10px;border:none}.project_avatar_group>.MuiAvatar-root{width:30px;height:30px;font-size:11px}.cursor-pointer{cursor:pointer}.jodit-react-container .jodit-workplace{font-weight:400}.ts-rich-text-wrapper .jodit-container:not(.jodit_inline){border:none!important;border-radius:0!important;overflow:hidden;background:transparent!important;box-shadow:none!important}.ts-rich-text-wrapper .jodit-toolbar__box{background:var(--ts-surface-elevated,var(--ts-hover))!important;border-bottom:1px solid var(--ts-border)!important;padding:6px 8px!important;min-height:unset!important}.ts-rich-text-wrapper .jodit-toolbar-editor-collection{flex-wrap:nowrap!important;gap:2px}.ts-rich-text-wrapper .jodit-ui-group{border:none!important;margin:0!important;padding:0!important}.ts-rich-text-wrapper .jodit-ui-group__line{display:none!important}.ts-rich-text-wrapper .jodit-toolbar-button{margin:0!important}.ts-rich-text-wrapper .jodit-toolbar-button__button{width:30px!important;height:30px!important;min-width:30px!important;border-radius:7px!important;color:var(--ts-text-secondary)!important;transition:background-color .15s ease,color .15s ease}.ts-rich-text-wrapper .jodit-toolbar-button__button:hover:not([disabled]){background:var(--ts-hover)!important;color:var(--ts-text-primary)!important}.ts-rich-text-wrapper .jodit-toolbar-button__trigger:hover:not([disabled]){background:var(--ts-hover)!important}.ts-rich-text-wrapper .jodit-toolbar-button__button[aria-pressed=true]{background:var(--ts-primary-light)!important;color:var(--ts-primary)!important}.ts-rich-text-wrapper .jodit-workplace{background:transparent!important;border:none!important}.ts-rich-text-wrapper .jodit-wysiwyg,.ts-rich-text-wrapper .ts-jodit-editor{background:transparent!important;color:var(--ts-text-primary)!important;min-height:160px!important;border:none!important;outline:none!important;box-shadow:none!important}.ts-rich-text-wrapper .jodit-wysiwyg:focus,.ts-rich-text-wrapper .ts-jodit-editor:focus{outline:none!important}.ts-rich-text-wrapper .jodit-wysiwyg p,.ts-rich-text-wrapper .ts-jodit-editor p{color:inherit;margin:0 0 .5em}.ts-rich-text-wrapper .jodit-placeholder{color:var(--ts-text-secondary)!important;opacity:.65;padding:14px 16px!important;font-size:14px!important;pointer-events:none!important}.ts-rich-text-wrapper.jodit-has-content .jodit-placeholder{display:none!important;visibility:hidden!important}.ts-rich-text-wrapper .jodit-add-new-line,.ts-rich-text-wrapper .jodit-editor__resize,.ts-rich-text-wrapper .jodit-status-bar{display:none!important}[data-theme=light] .ts-rich-text-wrapper .jodit-toolbar__box{background:#f4f6fb!important}[data-theme=dark] .ts-rich-text-wrapper .jodit-toolbar__box{background:var(--ts-surface)!important}[data-theme=dark] .ts-rich-text-wrapper .jodit-icon svg{fill:var(--ts-text-secondary)!important}[data-theme=dark] .ts-rich-text-wrapper .jodit-toolbar-button__button:hover:not([disabled]) .jodit-icon svg,[data-theme=dark] .ts-rich-text-wrapper .jodit-toolbar-button__button[aria-pressed=true] .jodit-icon svg{fill:var(--ts-primary)!important}.ts-toast{box-shadow:var(--ts-card-shadow)!important}.ts-swal-popup,.ts-toast{border-radius:12px!important;font-family:Plus Jakarta Sans,sans-serif!important;border:1px solid var(--ts-border)!important}.ts-swal-popup{background:var(--ts-surface)!important}.ts-swal-popup,.ts-swal-title{color:var(--ts-text-primary)!important}.ts-swal-confirm{font-weight:600!important}.ts-swal-cancel,.ts-swal-confirm{border-radius:8px!important}.swal2-container{z-index:1400!important}.sprint-view-table th{font-size:.8rem;font-weight:600;text-align:center}.table{width:100%;max-width:100%;margin-bottom:1rem;position:relative}.table *{transition:all .2s ease}.table td,.table th{padding:.75rem;vertical-align:top}.table thead{background:var(--ts-primary-light);position:-webkit-sticky;position:sticky;top:3rem;z-index:1}.table-striped tbody{background:var(--ts-surface)}.table-striped tbody tr:nth-of-type(odd){background:var(--ts-hover)}.table-hover tbody tr:hover{background:var(--ts-primary-light)}.table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive.table-bordered{border:0}.sprint-view-table span{font-size:.73rem;font-weight:400}.MuiAutocomplete-paper{box-shadow:var(--ts-card-shadow)!important;border:1px solid var(--ts-border)!important;border-radius:10px!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:background-color 0s 600000s,color 0s 600000s!important;transition:background-color 0s 600000s,color 0s 600000s!important}[data-theme=light] .ts-surface-card{background:var(--ts-surface);border:1px solid var(--ts-border);border-radius:12px;box-shadow:var(--ts-card-shadow);transition:box-shadow .2s ease-out,transform .2s ease-out,border-color .2s ease-out}[data-theme=light] .ts-surface-card:hover{box-shadow:var(--ts-card-shadow-hover);border-color:color-mix(in srgb,var(--ts-primary) 25%,var(--ts-border))}