.desktop-only{display:none!important}@media screen and (min-width:768px){.desktop-only{display:initial!important}}.mobile-only{display:initial!important}@media screen and (min-width:768px){.mobile-only{display:none!important}}body{margin:0;padding:0;box-sizing:border-box}h1{color:var(--color-grayscale-white);font-family:Inter,sans-serif;font-size:1.8rem;font-weight:600;cursor:default}h2{color:var(--color-grayscale-white);font-family:Inter,sans-serif;font-weight:500;font-size:2rem}h3{color:var(--color-grayscale-white);font-weight:500;font-size:1.4rem}p{color:var(--color-grayscale-white);font-size:1.4rem}label{font-size:1.4rem;color:var(--color-grayscale-cadet)}.caption{font-family:Inter,"sans-serif";font-size:1.2rem;font-weight:400;color:var(--color-grayscale-light-slate)}.capitalize{text-transform:capitalize}.bold{font-weight:600}.loading-container{display:flex;width:100%;height:100%;justify-content:center;align-items:center;background-color:#1d1f24;position:absolute}.loading-container .page-loader{position:relative;width:96px;height:96px;display:flex;justify-content:center;align-items:center}.loading-container .page-loader .pulse{position:absolute;border:4px solid #d53075;border-radius:50%;top:50%;left:50%;animation:ripple-loader 1.3s ease-out infinite;transform:translate(-50%,-50%)}.loading-container .page-loader .logo{margin-left:2px;width:32px;height:32px;transform-origin:center;animation:ripple-logo 1.3s ease-out infinite}.loading-container .page-loader .logo svg{fill:#fff;width:100%;height:100%}@keyframes ripple-loader{0%{width:26px;height:26px;opacity:1}to{width:100%;height:100%;opacity:0}}@keyframes ripple-logo{0%{transform:scale(.95)}25%{transform:scale(1.05)}75%{transform:scale(.95)}to{transform:scale(.95)}}:root{--color-primary: #e60576;--color-primary-20: #e6057633;--color-secondary: #367bff;--color-secondary-10: #367bff1a;--color-secondary-60: #367bff3c;--color-success: #38c2b8;--color-success-10: #38c2b81a;--color-success-60: #38c2b83c;--color-error: #eb5163;--color-error-10: #eb51631a;--color-error-60: #eb51633c;--color-warning: #f8a72d;--color-warning-10: #f8a72d1a;--color-warning-60: #f8a72d3c;--color-grey-1: #e4e6ea;--color-grey-2: #cacdd5;--color-grey-3: #afb4c0;--color-grey-4: #959bab;--color-grey-5: #7a8296;--color-grey-6: #626878;--color-grey-7: #494e5a;--color-grey-7-5: #3c404a;--color-grey-8: #31343c;--color-grey-8-5: #25272d;--color-grey-8-75: #1d1f24;--color-grey-9: #181a1e;--color-grey-9-25: #141619;--color-grey-9-5: #0c0d0f;--color-text-grey-light: #aaa;--color-text-grey-dark: #3f4846;--transition-bg: background .1s ease-out 0s, box-shadow .15s cubic-bezier(.47, .03, .49, 1.38) 0s;--bg-color-light: #27282b;--bg-color-dark: #1f2023;--bg-color-middle: #19191c;--bg-color-middle-hover: #27272b;--bg-color-dark-black: #000;--header-bg-color: #0a0909;--header-bg-color-active: #1f1f22;--header-project-color: #8a8f98;--header-height: 6.8rem;--tab-bar-height: 4rem;--header-tab-bg-color: blue;--header-tab-bg-color-active: #1f2023;--header-tab-bg-color-hover: rgba(255, 255, 255, .05);--home-drawer-bg-color: #27282b;--card-bg-color: #27282b;--card-bg-color-current: #d1d1d1;--card-border-color: #000000;--card-subtitle-color: #8a8f98;--card-subtitle-color-low: rgba(138, 143, 152, .4);--icon-hover: #a7b0ba;--card-header-color: #1f1f22;--button-bgcolor-default: var(--color-grey-8-5);--button-bgcolor-default-hover: var(--color-grey-7-5);--button-bgcolor-default-focus: var(--color-grey-7-5);--button-bgcolor-default-active: var(--color-grey-7-5);--button-bgcolor-primary: var(--color-secondary);--button-bgcolor-primary-hover: #0b53dc;--button-bgcolor-primary-focus: #0b53dc;--button-bgcolor-primary-active: #0b53dc;--button-bgcolor-success: var(--color-success);--button-bgcolor-success-hover: var(--color-success-60);--button-bgcolor-success-focus: var(--color-success-60);--button-bgcolor-success-active: var(--color-success-60);--button-bgcolor-warning: var(--color-warning);--button-bgcolor-warning-hover: var(--color-warning-60);--button-bgcolor-warning-focus: var(--color-warning-60);--button-bgcolor-warning-active: var(--color-warning-60);--button-bgcolor-danger: var(--color-error);--button-bgcolor-danger-hover: var(--color-error-60);--button-bgcolor-danger-focus: var(--color-error-60);--button-bgcolor-danger-active: var(--color-error-60);--elevation-1-dp: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .2);--elevation-2-dp: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);--elevation-8-dp: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);--elevation-16-dp: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);--button-rest-elevation: var(--elevation-2-dp);--button-hover-elevation: var(--elevation-16-dp);--button-pressed-elevation: var(--elevation-8-dp);--creative-space-hover: rgba(138, 143, 152, .3);--creative-space-list-header: #5f6164;--text-color-white: #f9f9f9;--drawer-width: 22rem;--drawer-width-closed: 6.4rem;--storyboard-drawer-width: 40rem;--storyboard-shot-card-bg-color: #303236;--storyboard-border-color: #0a0909;--card-border-radius: .6rem;--input-border-radius: .4rem;--step-title-color: #f7f8f8;--step-title-color-low: rgba(247, 248, 248, .1);--step-title-color-current: #5f6164;--date-color: rgba(247, 248, 248, .5);--date-border-color: var(--date-color);--date-bg-color-hover: #3d3e41;--date-bg-dark-color-hover: #737579;--date-dark-color: #42454b;--date-dark-color-hover: #b4b4b4;--select-bg-color: #1f2023;--select-border-color: #707070;--select-text-color: #8a8f98;--icon-fill: #bebebe;--icon-button-hover: #3d3e41;--header-dropdown-hover: #3d3e41;--header-dropdown-date-color: #8a8f98;--input-add-comment-text-color: #f7f8f8;--input-add-comment-bg-color: #42454b;--dialog-contant-bg-color: #1f1f22;--row-selected-color: #ffffff08;--strip-height: 6.4rem;--shot-strip-height: 12.5rem;--border-radius-small: .4rem;--border-radius-medium: .6rem;--border-radius-large: .8rem;--shooting-day-time-color: #8a8f98;--shooting-day-table-color-header: #5f6164;--shooting-day-table--bg-color: #42454b;--shooting-day-table-empty-bg-color: rgba(66, 69, 75, .3);--shooting-day-table-text-color: #8a8f98;--white-default: #ffffff;--grid-columns-2: repeat(2, 1fr);--grid-columns-3: repeat(3, 1fr);--grid-columns-4: repeat(4, 1fr);--grid-columns-5: repeat(5, 1fr);--grid-columns-6: repeat(6, 1fr)}html{font-size:62.5%;height:100vh;background-color:#f8f8fa;font-family:Inter,sans-serif}#root,body{height:100vh}#modal-root{position:absolute;top:0;z-index:99999}a{text-decoration:none}#modal-root::-webkit-scrollbar{width:5px;overflow-y:scroll}#modal-root::-webkit-scrollbar-track{border-radius:1rem}#modal-root::-webkit-scrollbar-thumb{background:#303236;border-radius:10px}#modal-root::-webkit-scrollbar-thumb:hover{background:#303236}::-webkit-scrollbar{width:.4rem;height:.4rem;border-radius:.2rem;background-color:#36373d}::-webkit-scrollbar-thumb{background-color:#5f606b;border-radius:.4rem;width:.4rem}::-webkit-scrollbar-thumb:hover{cursor:pointer}:root{--color-neutrals-000: #ffffff;--color-neutrals-100: #f5f5f5;--color-neutrals-200: #eaecee;--color-neutrals-300: #ced4da;--color-neutrals-400: #adb5bd;--color-neutrals-500: #6c757d;--color-neutrals-600: #494e55;--color-neutrals-700: #25262c;--color-neutrals-800: #1d1d23;--color-neutrals-900: #14141a;--color-purples-100: #e6d7ff;--color-purples-200: #d2bafd;--color-purples-300: #a97ffa;--color-purples-400: #905ef8;--color-purples-500: #6610f5}:root{--primitives-spacing-none: 0;--primitives-spacing-xxs: .2rem;--primitives-spacing-xs: .4rem;--primitives-spacing-sm: .8rem;--primitives-spacing-md: 1.2rem;--primitives-spacing-lg: 1.6rem;--primitives-spacing-xl: 2.4rem;--primitives-spacing-xxl: 3.2rem;--primitives-spacing-3xl: 4rem;--primitives-spacing-4xl: 4.8rem;--primitives-spacing-5xl: 6.4rem;--primitives-spacing-6xl: 8rem;--primitives-spacing-7xl: 9.6rem;--primitives-spacing-8xl: 11.2rem;--primitives-spacing-9xl: 12rem}:root{--color-primary-crayola: #367bff;--color-primary-telemagenta: #d53075;--color-primary-puerto-rico: #38c2b8;--color-primary-sandal: #a4846a;--color-primary-sandal-dark: #8b6858;--color-primary-sandal-darker: #674b41;--color-secondary-saffron: #f8a72d;--color-secondary-roman: #db5c66;--color-grayscale-woodsmoke: #0c0d0f;--color-grayscale-eerie-black: #181a1e;--color-grayscale-shark: #1d1f24;--color-grayscale-charleston: #25272d;--color-grayscale-tuna: #31343c;--color-grayscale-arsenic: #3c404a;--color-grayscale-trout: #494e5a;--color-grayscale-shuttle: #626878;--color-grayscale-light-slate: #7a8296;--color-grayscale-manatee: #959bab;--color-grayscale-cadet: #afb4c0;--color-grayscale-ghost: #cacdd5;--color-grayscale-mischka: #d7dae0;--color-grayscale-athens: #e4e6ea;--color-grayscale-anti-flash-white: #f2f3f5;--color-grayscale-white: #fafafa;--color-shades-hot-pink: #fc74ad;--color-shades-hibiscus: #a72c61;--color-shades-dark-raspberry: #8f204e;--color-shades-science: #0b53dc;--color-shades-tropaz: #254f9f;--color-shades-jungle: #239a91;--color-surfaces-app-background-0: var(--color-grayscale-shark);--color-surfaces-bg-elevation-1: var(--color-grayscale-charleston);--color-surfaces-bg-elevation-2: var(--color-grayscale-tuna);--color-surfaces-bg-elevation-3: var(--color-grayscale-arsenic);--color-surfaces-bg-elevation-4: var(--color-grayscale-trout);--color-surfaces-bg-elevation-5: var(--color-grayscale-shuttle);--color-surfaces-bg-recessed: var(--color-grayscale-eerie-black);--color-texts-low-contrast: var(--color-grayscale-manatee);--color-texts-medium-contrast: var(--color-grayscale-light-slate);--color-texts-middle-contrast: var(--color-grayscale-ghost);--color-texts-high-contrast: var(--color-grayscale-white);--color-texts-error: var(--color-secondary-roman);--color-actions-main-action: var(--color-primary-crayola);--deprecated-white-grey-dark: #3e3f42;--deprecated-grey-dark: #2a2e2e;--deprecated-grey-lightest: #96a3a1;--deprecated-grey-background: #31343c;--deprecated-grey-placeholder: #626878;--deprecated-grey-white: #aaaaaa}:root{--typography-font-content: "Inter", sans-serif;--typography-font-heading: "Inter", sans-serif;--typography-weight-regular: 400;--typography-weight-medium: 500;--typography-weight-semibold: 600;--typography-weight-bold: 700;--typography-size-xs: 1.2rem;--typography-size-sm: 1.4rem;--typography-size-base: 1.6rem;--typography-size-lg: 1.8rem;--typography-size-xl: 2rem;--typography-size-2xl: 2.4rem;--typography-size-3xl: 3rem;--typography-size-4xl: 3.6rem;--typography-size-5xl: 4.8rem;--typography-line-height-xs: 1.6rem;--typography-line-height-sm: 2rem;--typography-line-height-base: 2.4rem;--typography-line-height-lg: 2.8rem;--typography-line-height-xl: 3rem;--typography-line-height-2xl: 3.2rem;--typography-line-height-3xl: 3.6rem;--typography-line-height-4xl: 4rem;--typography-line-height-5xl: 1;--typography-letter-spacing-tighter: -.05em;--typography-letter-spacing-tight: -.025em;--typography-letter-spacing-normal: 0;--typography-letter-spacing-wide: .025em;--typography-letter-spacing-wider: .05em;--typography-letter-spacing-widest: .1em;--typography-color-primary: var(--color-texts-high-contrast);--typography-color-secondary: var(--color-texts-middle-contrast);--typography-color-tertiary: var(--color-texts-medium-contrast);--typography-color-disabled: var(--color-texts-low-contrast);--typography-color-error: var(--color-texts-error);--typography-color-link: var(--color-primary-crayola);--typography-color-link-hover: var(--color-shades-science);--typography-color-brand-primary: var(--color-primary-crayola);--typography-color-brand-secondary: var(--color-primary-telemagenta);--typography-color-brand-accent: var(--color-primary-puerto-rico)}:root{--color-primary: #e60576;--color-primary-20: #e6057633;--color-secondary: #367bff;--color-secondary-10: #367bff1a;--color-secondary-60: #367bff3c;--color-success: #38c2b8;--color-success-10: #38c2b81a;--color-success-60: #38c2b83c;--color-error: #eb5163;--color-error-10: #eb51631a;--color-error-20: #eb516333;--color-error-60: #eb51633c;--color-warning: #f8a72d;--color-warning-10: #f8a72d1a;--color-warning-60: #f8a72d3c;--color-grey-1: #e4e6ea;--color-grey-2: #cacdd5;--color-grey-3: #afb4c0;--color-grey-4: #959bab;--color-grey-5: #7a8296;--color-grey-6: #626878;--color-grey-7: #494e5a;--color-grey-7-5: #3c404a;--color-grey-8: #31343c;--color-grey-8-5: #25272d;--color-grey-8-75: #1d1f24;--color-grey-9: #181a1e;--color-grey-9-25: #141619;--color-grey-9-5: #0c0d0f;--color-text-grey-light: #aaa;--color-text-grey-dark: #3f4846;--transition-bg: background .1s ease-out 0s, box-shadow .15s cubic-bezier(.47, .03, .49, 1.38) 0s;--bg-color-light: #27282b;--bg-color-dark: #1f2023;--bg-color-middle: #19191c;--bg-color-middle-hover: #27272b;--bg-color-dark-black: #000;--bg-elevation-1: var(--color-grey-8-5);--bg-elevation-2: var(--color-grey-8);--bg-elevation-3: var(--color-grey-7-5);--app-background: var(--color-background-primary);--header-bg-color: var(--color-grayscale-eerie-black);--header-bg-color-active: #1f1f22;--header-project-color: #8a8f98;--header-height: 4rem;--tab-bar-height: 4.8rem;--header-tab-bg-color: blue;--header-tab-bg-color-active: var(--color-surfaces-app-background-0);--header-tab-bg-color-hover: var(--color-surfaces-app-background-0);--content-bg-color: #14141A;--content-border-color: var(--bg-elevation-3);--card-bg-color: var(--bg-elevation-1);--card-border-radius: var(--border-radius-small);--card-border-color: #000000;--card-subtitle-color: #8a8f98;--card-subtitle-color-low: rgba(138, 143, 152, .4);--icon-hover: #a7b0ba;--card-header-color: #1f1f22;--home-drawer-bg-color: #27282b;--elevation-1-dp: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .2);--elevation-2-dp: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);--elevation-8-dp: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);--elevation-16-dp: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);--button-rest-elevation: var(--elevation-2-dp);--button-hover-elevation: var(--elevation-16-dp);--button-pressed-elevation: var(--elevation-8-dp);--creative-space-hover: rgba(138, 143, 152, .3);--creative-space-list-header: #5f6164;--text-color-white: #f9f9f9;--drawer-width: 22rem;--drawer-width-closed: 25.6rem;--storyboard-drawer-width: 40rem;--storyboard-shot-card-bg-color: #303236;--storyboard-border-color: #0a0909;--input-border-radius: .4rem;--step-title-color: #f7f8f8;--step-title-color-low: rgba(247, 248, 248, .1);--step-title-color-current: #5f6164;--date-color: rgba(247, 248, 248, .5);--date-border-color: var(--date-color);--date-bg-color-hover: #3d3e41;--date-bg-dark-color-hover: #737579;--date-dark-color: #42454b;--date-dark-color-hover: #b4b4b4;--select-bg-color: #1f2023;--select-border-color: #707070;--select-text-color: #8a8f98;--icon-fill: #bebebe;--icon-button-hover: #3d3e41;--header-dropdown-hover: #3d3e41;--header-dropdown-date-color: #8a8f98;--input-add-comment-text-color: #f7f8f8;--input-add-comment-bg-color: #42454b;--dialog-contant-bg-color: #1f1f22;--row-selected-color: #ffffff08;--strip-height: 6.4rem;--shot-strip-height: 12.5rem;--border-radius-small: .4rem;--border-radius-medium: .6rem;--border-radius-large: .8rem;--shooting-day-time-color: #8a8f98;--shooting-day-table-color-header: #5f6164;--shooting-day-table--bg-color: #42454b;--shooting-day-table-empty-bg-color: rgba(66, 69, 75, .3);--shooting-day-table-text-color: #8a8f98;--white-default: #ffffff;--grid-columns-2: repeat(2, minmax(0, 1fr));--grid-columns-3: repeat(3, minmax(0, 1fr));--grid-columns-4: repeat(4, minmax(0, 1fr));--grid-columns-5: repeat(5, minmax(0, 1fr));--grid-columns-6: repeat(6, minmax(0, 1fr));--grid-columns-7: repeat(7, minmax(0, 1fr));--layer-overlay: 100000;--layer-modal: 100001;--layer-cropper-overlay: 100002;--layer-cropper-modal: 100003;--layer-tooltip: 100004;--spacing-top-screen-container: 0;--spacing-right-screen-container: .6rem;--spacing-bottom-screen-container: 1.6rem;--spacing-left-screen-container: 1.6rem;--scroll-bar-width: calc( 100vw - var(--spacing-left-screen-container) - var(--spacing-right-screen-container) - 100% );--spacing-inline-end-screen-container-child: calc(1rem - var(--scroll-bar-width))}@media(min-width:990px){:root{--app-background: var(--color-background-primary);--tab-bar-height: 4rem;--drawer-width-closed: 6.4rem;--spacing-top-screen-container: 0;--spacing-right-screen-container: 1rem;--spacing-bottom-screen-container: 2.4rem;--spacing-left-screen-container: 1.6rem;--scroll-bar-width: calc( 100vw - var(--drawer-width-closed) - var(--spacing-left-screen-container) - var(--spacing-right-screen-container) - .1rem - 100% );--spacing-inline-end-screen-container-child: calc(1.4rem - var(--scroll-bar-width))}}*{padding:0;margin:0;box-sizing:border-box}*:focus{outline:none;box-shadow:none}html{font-size:62.5%;height:100vh;background-color:var(--app-background);font-family:Inter,sans-serif}#root,body{height:100%;pointer-events:initial!important}html[data-theme=dark]{--spacing-radius-xs: var(--primitives-spacing-xs);--spacing-radius-sm: var(--primitives-spacing-sm);--spacing-radius-md: var(--primitives-spacing-md);--spacing-radius-lg: var(--primitives-spacing-lg);--spacing-gap-xs: var(--primitives-spacing-xs);--spacing-gap-sm: var(--primitives-spacing-sm);--spacing-gap-md: var(--primitives-spacing-md);--color-background-primary: var(--color-neutrals-900);--color-background-secondary: var(--color-neutrals-800);--color-background-tertiary: var(--color-neutrals-700);--color-background-negative: var(--color-neutrals-200);--color-surface-primary: var(--color-neutrals-900);--color-surface-secondary: var(--color-neutrals-800);--color-surface-tertiary: var(--color-neutrals-700);--color-surface-further: #494E55;--color-text-primary: var(--color-neutrals-000);--color-text-secondary: var(--color-neutrals-200);--color-text-tertiary: var(--color-neutrals-300);--color-icon-primary: var(--color-neutrals-000);--color-icon-secondary: var(--color-neutrals-400);--color-icon-tertiary: var(--color-neutrals-600);--color-stroke-default: var(--color-neutrals-700);--color-stroke-hover: var(--color-neutrals-600);--color-button-filled-active: var(--color-neutrals-000);--color-shadow-20: #14141a30;--color-shadow-40: #14141a66}html[data-theme=light]{--color-background-primary: var(--color-neutrals-000);--color-background-secondary: var(--color-neutrals-800);--color-background-tertiary: var(--color-neutrals-700);--color-background-negative: var(--color-neutrals-200);--color-text-primary: var(--color-neutrals-000);--color-text-secondary: var(--color-neutrals-200);--color-text-tertiary: var(--color-neutrals-300);--color-stroke-default: var(--color-neutrals-200);--color-shadow-20: #14141a30;--color-shadow-40: #14141a66}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}#notification-root,#popover-root{top:0;z-index:99999}a{color:var(--color-secondary)}.columns{display:flex}.customWrapper{display:grid;grid-template-columns:1fr 1fr 1fr}::-webkit-scrollbar{width:.6rem;height:.6rem;background-color:transparent}::-webkit-scrollbar-track{border-radius:.4rem}::-webkit-scrollbar-thumb{background-color:#4c4e6a66;width:.4rem;border-radius:.6rem;opacity:.2}::-webkit-scrollbar-thumb:hover{cursor:pointer;background-color:#4c4e6aaa}::-webkit-scrollbar-thumb:active{background-color:#4c4e6a}.customCanvasHiddenButton{text-align:center}.customCanvas{height:100%;display:flex;justify-content:center;align-items:center}.customCanvasPage{flex:auto;flex-grow:1}.react-pdf__Page{display:flex;justify-content:center;align-items:center;height:100%;flex-direction:column}.customCanvas canvas{width:100%!important;height:100%!important}.customCanvasSmall{flex:auto;flex-grow:1;height:100%}.customCanvasSmall canvas{height:100%}.react-pdf__Page__canvas{background:#393939!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{background-color:var(--bg-color-dark)!important}input::placeholder,textarea::placeholder{color:#959bab}.mantine-Popover-dropdown{z-index:1000!important}.cropper-light-theme--boundary{background:#fff}.cropper-light-theme--overlay{color:#ffffff80!important}.cropper-light-theme--handler{color:#000000b3!important}.cropper-light-theme--stencil-line{border-color:#0000004d!important}.tiptap{width:100%;height:100%;overflow-y:auto}.tiptap ol li,.tiptap ul li{font-size:1.6rem;line-height:2.4rem;margin-left:3.2rem}.tiptap a{cursor:pointer;text-decoration:underline}.tiptap ul[data-type=taskList]{list-style-type:none}.tiptap ul[data-type=taskList] li{display:flex;gap:.8rem;margin-left:1.6rem}.tiptap h1:first-child,.tiptap h2:first-child,.tiptap h3:first-child{margin-top:0}.tiptap h1{font-size:3.2rem;line-height:4.8rem;margin-top:0;margin-bottom:1.6rem}.tiptap h2{font-size:2.8rem;line-height:4rem;margin-top:0;margin-bottom:1.4rem}.tiptap h3{font-size:2.4rem;line-height:3.2rem;margin-top:2.4rem;margin-bottom:1.2rem}.tiptap p{font-size:1.6rem;line-height:2.4rem;color:var(--color-grayscale-athens)}.tiptap p:not(:last-child){margin-bottom:1rem}.tiptap p.is-editor-empty:first-child:before{color:#959bab;content:attr(data-placeholder);position:absolute;font-weight:400;font-size:1.4rem;font-style:italic;line-height:1.8rem;pointer-events:none}.-ml-4{margin-inline-start:-.4rem}._container_mrsrl_1{align-items:stretch;display:flex;flex-direction:row;height:2.8rem;padding:.3rem;border:1px solid var(--color-stroke-default);border-radius:var(--spacing-radius-sm)}._container_mrsrl_1:hover{cursor:pointer}._container_mrsrl_1 span{display:flex;justify-content:center;align-items:center;border-radius:4px;height:100%;width:2.4rem;transition:background-color .3s ease}._container_mrsrl_1 span svg{width:1.6rem;height:1.6rem}._container_mrsrl_1 span[data-active=true]{background-color:var(--color-surface-further)}._container_mrsrl_1 span[data-active=true] svg path{fill:#fff}._footer_1cwmq_1{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:100%;padding:.8rem 1.6rem;box-sizing:border-box;border-top:1px solid var(--color-stroke-default)}._footer_1cwmq_1 button{min-width:6.4rem}._actions_1cwmq_15{display:flex;flex-direction:row;align-items:center;gap:.8rem}._header_c58a2_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.6rem;height:4.8rem;box-sizing:border-box;border-bottom:1px solid var(--color-stroke-default)}._title_c58a2_12{font-size:1.4rem;font-weight:500;line-height:2.4rem;min-height:2.4rem;margin-inline-end:2.4rem}._overlay_c0gtm_1{background:#000000cf;position:fixed;inset:0;animation:_overlayShow_c0gtm_1 .15s cubic-bezier(.16,1,.3,1);z-index:var(--layer-overlay)}@keyframes _overlayShow_c0gtm_1{0%{opacity:0}to{opacity:1}}._content_c0gtm_17{background-color:var(--color-surface-secondary);border:1px solid var(--color-stroke-default);border-radius:var(--spacing-radius-lg);position:fixed;box-shadow:var(--color-shadow-20) 0 9px 16px 0,var(--color-shadow-40) 0 8px 32px 0;left:50%;top:50%;transform:translate(-50%,-50%);min-width:24rem;width:100%;max-width:90vw;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;z-index:calc(var(--layer-overlay) + 1);animation:_dialog-show_c0gtm_1 .3s cubic-bezier(.16,1,.3,1)}@media screen and (max-width:990px){._content_c0gtm_17{max-height:100vh}._content_c0gtm_17[data-fill=true]{max-width:unset;width:100%}}@media screen and (max-width:768px){._content_c0gtm_17[data-position=bottom]{top:unset;bottom:0;transform:translate(-50%);max-width:unset;height:100%}}@media screen and (min-width:768px){._content_c0gtm_17{min-width:40rem;width:unset}}@keyframes _dialog-show_c0gtm_1{0%{opacity:0;transform:translate(-50%,100vh)}to{opacity:1}}._main_c0gtm_70{padding:1.6rem;flex:1;overflow-y:auto}._switch_1e16h_1{position:relative;line-height:initial;height:1.2rem}._switch_1e16h_1[data-size=medium]{height:1.6rem;width:3.2rem}._switch_1e16h_1[data-size=large]{height:3.2rem;width:6.4rem}._switch_1e16h_1[data-grayscale=true] ._label_1e16h_14:after{background:var(--color-texts-middle-contrast)}._input_1e16h_18{opacity:0;z-index:1;border-radius:1.5rem;width:2.4rem;height:1.2rem;background:var(--color-grayscale-cadet)}._input_1e16h_18:disabled+._label_1e16h_14{opacity:.5}._input_1e16h_18:checked+._label_1e16h_14:after{left:calc(100% - 1.2rem);background:var(--color-texts-middle-contrast)}._input_1e16h_18:checked+._label_1e16h_14[data-size=medium]:after{left:calc(100% - 1.6rem)}._label_1e16h_14{position:absolute;top:0;left:0;width:2.4rem;height:1.2rem;border-radius:15px;background:var(--color-grayscale-arsenic);cursor:pointer}._label_1e16h_14:after{content:"";position:absolute;top:0;left:0;display:block;border-radius:50%;width:1.2rem;height:1.2rem;background:var(--color-surfaces-bg-elevation-5);transition:.2s}._label_1e16h_14[data-size=medium]{height:1.6rem;width:3.2rem;border-radius:5rem;padding:.4rem}._label_1e16h_14[data-size=medium]:after{width:1.6rem;height:1.6rem}._label_1e16h_14[data-size=large]{width:6.4rem;height:3.2rem;border-radius:5rem}._label_1e16h_14[data-size=large]:after{width:2.4rem;height:2.4rem}._spinner_1luis_1{display:inline-block;position:relative;width:2.4rem;height:2.4rem}._spinner_1luis_1 div{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border-radius:50%;border:4px solid #fff;border-color:#fff transparent transparent transparent;animation:_lds-ring_1luis_1 1.2s cubic-bezier(.5,0,.5,1) infinite}._spinner_1luis_1 div:nth-child(1){animation-delay:-.45s}._spinner_1luis_1 div:nth-child(2){animation-delay:-.3s}._spinner_1luis_1 div:nth-child(3){animation-delay:-.15s}._spinner_1luis_1[data-is-small=true]{width:1.4rem;height:1.4rem}._spinner_1luis_1[data-is-small=true] div{border:2px solid var(--select-border-color);border-color:var(--select-border-color) transparent transparent transparent}@keyframes _lds-ring_1luis_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._icon-button_1im2n_1{all:unset;display:flex;justify-content:center;align-items:center;background:linear-gradient(var(--color-surface-secondary),var(--color-surface-primary))!important;border:1px solid var(--color-stroke-default);height:2.4rem;min-height:2.4rem;width:2.4rem;min-width:2.4rem;background-color:var(--button-bgcolor-default);border-radius:.6rem;cursor:pointer;white-space:nowrap;font-size:1.8rem}._icon-button_1im2n_1 svg{width:1.6rem;height:1.6rem;color:var(--color-button-filled-active);fill:var(--color-button-filled-active)}._icon-button_1im2n_1:hover{background:linear-gradient(var(--color-surface-tertiary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._icon-button_1im2n_1:active{background:linear-gradient(var(--color-surface-secondary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._icon-button_1im2n_1:disabled{cursor:default;opacity:.6;background-color:var(--button-bgcolor-default);color:var(--color-grayscale-white)}._icon-button_1im2n_1[data-variant=transparent]{background-color:transparent}._icon-button_1im2n_1[data-variant=transparent]:hover{background-color:var(--button-bgcolor-default-hover)}._icon-button_1im2n_1[data-variant=transparent]:focus{background-color:var(--button-bgcolor-default-focus)}._icon-button_1im2n_1[data-variant=transparent]:active{background-color:var(--button-bgcolor-default-active)}._icon-button_1im2n_1[data-variant=transparent]:disabled{background-color:transparent}._icon-button_1im2n_1[data-variant=success]{background-color:var(--button-bgcolor-success)}._icon-button_1im2n_1[data-variant=success]:hover{background-color:var(--button-bgcolor-success-hover)}._icon-button_1im2n_1[data-variant=success]:focus{background-color:var(--button-bgcolor-success-focus)}._icon-button_1im2n_1[data-variant=success]:active{background-color:var(--button-bgcolor-success-active)}._icon-button_1im2n_1[data-variant=success]:disabled{background-color:var(--button-bgcolor-success)}._icon-button_1im2n_1[data-variant=success] svg{fill:var(--white-default);stroke:var(--white-default)}._icon-button_1im2n_1[data-variant=success] div{border-color:var(--white-default) transparent transparent transparent}._icon-button_1im2n_1[data-variant=warning]{background-color:var(--button-bgcolor-warning)}._icon-button_1im2n_1[data-variant=warning]:hover{background-color:var(--button-bgcolor-warning-hover)}._icon-button_1im2n_1[data-variant=warning]:focus{background-color:var(--button-bgcolor-warning-focus)}._icon-button_1im2n_1[data-variant=warning]:active{background-color:var(--button-bgcolor-warning-active)}._icon-button_1im2n_1[data-variant=warning]:disabled{background-color:var(--button-bgcolor-warning)}._icon-button_1im2n_1[data-variant=warning] svg{fill:var(--white-default);stroke:var(--white-default)}._icon-button_1im2n_1[data-variant=warning] div{border-color:var(--white-default) transparent transparent transparent}._icon-button_1im2n_1[data-variant=danger]{background-color:var(--button-bgcolor-danger)}._icon-button_1im2n_1[data-variant=danger]:hover{background-color:var(--button-bgcolor-danger-hover)}._icon-button_1im2n_1[data-variant=danger]:focus{background-color:var(--button-bgcolor-danger-focus)}._icon-button_1im2n_1[data-variant=danger]:active{background-color:var(--button-bgcolor-danger-active)}._icon-button_1im2n_1[data-variant=danger]:disabled{background-color:var(--button-bgcolor-danger)}._icon-button_1im2n_1[data-variant=danger] svg{fill:var(--white-default);stroke:var(--white-default)}._icon-button_1im2n_1[data-variant=danger] div{border-color:var(--white-default) transparent transparent transparent}._icon-button_1im2n_1:hover svg,._icon-button_1im2n_1:focus svg,._icon-button_1im2n_1:active svg{stroke:var(--white-default);fill:var(--white-default)}._button_1t2rz_1{display:flex;justify-content:center;align-items:center;color:#fff;background:linear-gradient(var(--color-surface-secondary),var(--color-surface-primary))!important;border:1px solid var(--color-stroke-default);border-radius:var(--spacing-radius-sm);cursor:pointer;white-space:nowrap;gap:.4rem;padding:0 .8rem;font-weight:500;font-size:1.4rem;line-height:2.4rem;height:2.8rem}._button_1t2rz_1 svg{width:1.2rem;height:1.2rem}._button_1t2rz_1:hover{background:linear-gradient(var(--color-surface-tertiary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._button_1t2rz_1:active{background:linear-gradient(var(--color-surface-secondary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._button_1t2rz_1:disabled{cursor:default;opacity:.6;background-color:var(--button-bgcolor-default);color:var(--color-grayscale-white)}._button_1t2rz_1:focus-visible{background-color:var(--button-bgcolor-default-focus)}._button_1t2rz_1[data-variant=transparent]{background-color:transparent}._button_1t2rz_1[data-variant=transparent]:hover{background-color:var(--button-bgcolor-default-hover)}._button_1t2rz_1[data-variant=transparent]:focus-visible{background-color:var(--button-bgcolor-default-focus)}._button_1t2rz_1[data-variant=transparent]:active{background-color:var(--button-bgcolor-default-active)}._button_1t2rz_1[data-variant=transparent]:disabled{background-color:transparent}._button_1t2rz_1[data-variant=success]{background-color:var(--button-bgcolor-success)}._button_1t2rz_1[data-variant=success]:hover{background-color:var(--button-bgcolor-success-hover)}._button_1t2rz_1[data-variant=success]:focus-visible{background-color:var(--button-bgcolor-success-focus)}._button_1t2rz_1[data-variant=success]:active{background-color:var(--button-bgcolor-success-active)}._button_1t2rz_1[data-variant=success]:disabled{background-color:var(--button-bgcolor-success)}._button_1t2rz_1[data-variant=success] svg{fill:var(--white-default);stroke:var(--white-default)}._button_1t2rz_1[data-variant=success] div{border-color:var(--white-default) transparent transparent transparent}._button_1t2rz_1[data-variant=warning]{background-color:var(--button-bgcolor-warning)}._button_1t2rz_1[data-variant=warning]:hover{background-color:var(--button-bgcolor-warning-hover)}._button_1t2rz_1[data-variant=warning]:focus-visible{background-color:var(--button-bgcolor-warning-focus)}._button_1t2rz_1[data-variant=warning]:active{background-color:var(--button-bgcolor-warning-active)}._button_1t2rz_1[data-variant=warning]:disabled{background-color:var(--button-bgcolor-warning)}._button_1t2rz_1[data-variant=warning] svg{fill:var(--white-default);stroke:var(--white-default)}._button_1t2rz_1[data-variant=warning] div{border-color:var(--white-default) transparent transparent transparent}._button_1t2rz_1[data-variant=danger]{background-color:var(--button-bgcolor-danger)}._button_1t2rz_1[data-variant=danger]:hover{background-color:var(--button-bgcolor-danger-hover)}._button_1t2rz_1[data-variant=danger]:focus,._button_1t2rz_1[data-variant=danger]:focus-visible{background-color:var(--button-bgcolor-danger);outline:var(--button-bgcolor-danger) solid .15rem;outline-offset:.15rem}._button_1t2rz_1[data-variant=danger]:active{background-color:var(--button-bgcolor-danger-active)}._button_1t2rz_1[data-variant=danger]:disabled{background-color:var(--button-bgcolor-danger)}._button_1t2rz_1[data-variant=danger] svg{fill:var(--white-default);stroke:var(--white-default)}._button_1t2rz_1[data-variant=danger] div{border-color:var(--white-default) transparent transparent transparent}._button_1t2rz_1[data-full=true]{width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available;height:4rem}._button_1ncjm_1{height:2.8rem;padding:0 .8rem;color:var(--color-text-primary);font-weight:400;text-align:center;border-radius:.4rem;-webkit-user-select:none;user-select:none;background:transparent;border:1px solid transparent;font-size:1.4rem;cursor:pointer}._button_1ncjm_1:hover{background:linear-gradient(var(--color-surface-tertiary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._button_1ncjm_1:active{background:linear-gradient(var(--color-surface-secondary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._avatar_1fa8h_1{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;-webkit-user-select:none;user-select:none;border-radius:var(--border-radius-small)}._avatar_1fa8h_1[data-size=xsmall]{width:1.6rem;height:1.6rem;min-width:1.6rem;min-height:1.6rem}._avatar_1fa8h_1[data-size=small]{width:2.4rem;height:2.4rem;min-width:2.4rem;min-height:2.4rem;border-radius:50%}._avatar_1fa8h_1[data-size=medium]{width:3.2rem;height:3.2rem;min-width:3.2rem;min-height:3.2rem}._avatar_1fa8h_1[data-size=large]{width:6.4rem;height:6.4rem;min-width:6.4rem;min-height:6.4rem}._avatar_1fa8h_1[data-size=xLarge]{width:32rem;height:32rem;min-width:32rem;min-height:32rem}._avatar_1fa8h_1[data-size=fill]{width:100%;height:100%}._avatar_1fa8h_1[data-rounded=true]{border-radius:100%}._image_1fa8h_50{width:100%;height:100%;object-fit:cover;border-radius:inherit}._fallback_1fa8h_57{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;background-color:var(--color-surface-tertiary);color:var(--white-default);text-transform:uppercase}._fallback_1fa8h_57[data-size=xsmall]{font-weight:300;font-size:1rem}._fallback_1fa8h_57[data-size=small]{font-size:1.2rem}._fallback_1fa8h_57[data-size=medium]{font-size:1.4rem}._fallback_1fa8h_57[data-size=large]{font-size:2.4rem}._fallback_1fa8h_57[data-size=xLarge]{font-size:6rem}._fallback_1fa8h_57[data-size=fill]{font-size:4rem}._fallback_1fa8h_57[data-theme=dark]{background-color:#303236;color:#8a8f98}._collaborators_ymvbh_1{display:flex;justify-content:center;align-items:center;color:#fff;background:linear-gradient(var(--color-surface-secondary),var(--color-surface-primary))!important;border:1px solid var(--color-stroke-default);border-radius:var(--spacing-radius-sm);cursor:pointer;white-space:nowrap;padding:0 .8rem;font-weight:500;font-size:1.4rem;line-height:2.4rem;height:2.8rem;width:fit-content}._collaborators_ymvbh_1>span:not(:first-child){margin-left:-.8rem}._collaborators_ymvbh_1:hover{background:linear-gradient(var(--color-surface-tertiary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._collaborators_ymvbh_1:active{background:linear-gradient(var(--color-surface-secondary),var(--color-surface-primary))!important;border-color:var(--color-stroke-hover)}._label_ymvbh_30{display:block;margin-left:var(--spacing-gap-xs)}._label_5cc8l_1{display:block;margin-bottom:var(--spacing-radius-sm)}._label_5cc8l_1 b{color:var(--color-error)}._input_5cc8l_9{position:relative!important;box-sizing:border-box;font-family:Nunito,sans-serif;font-size:1.6rem;line-height:1.6rem;padding:0 1.2rem;transition:border .1s ease-in-out;background-color:var(--color-surface-secondary);width:100%;border:1px solid var(--color-stroke-default);border-radius:var(--spacing-gap-sm);height:4rem;color:#fff;flex:1}._input_5cc8l_9:focus{border-color:var(--color-secondary)}._input_5cc8l_9:invalid{border-color:var(--color-error)}._input_5cc8l_9:disabled{color:var(--color-text-grey-dark)!important}._input_5cc8l_9::-webkit-calendar-picker-indicator{filter:invert(1)}._input_5cc8l_9[data-has-icon=true]{padding:0 1.6rem 0 3.2rem}._input_5cc8l_9[data-inline=true]{height:2.8rem;font-size:1.6rem;line-height:1.6rem}._input_5cc8l_9[data-inline=true][data-has-icon=true]{padding:0 1.6rem 0 2.8rem}._container_mxsjg_1{display:inline-block;vertical-align:middle}._content_qer2i_1{background-color:#000;color:#fff;text-align:center;padding:.8rem 1rem;border-radius:.6rem;font-size:1.2rem;font-weight:600;z-index:9999;width:auto;white-space:nowrap;opacity:1}._loader_14x8i_1{position:relative;width:9.6rem;height:9.6rem;display:flex;justify-content:center;align-items:center}._pulse_14x8i_10{position:absolute;border:4px solid var(--color-primary);border-radius:50%;top:50%;left:50%;animation:_ripple-loader_14x8i_1 1.3s ease-out infinite;transform:translate(-50%,-50%)}@keyframes _ripple-loader_14x8i_1{0%{width:2.6rem;height:2.6rem;opacity:1}to{width:100%;height:100%;opacity:0}}._logo_14x8i_32{margin-left:2px;width:3.2rem;height:3.2rem;transform-origin:center;animation:_ripple-logo_14x8i_1 1.3s ease-out infinite}._logo_14x8i_32 svg{fill:#fff}@keyframes _ripple-logo_14x8i_1{0%{transform:scale(.95)}25%{transform:scale(1.05)}75%{transform:scale(.95)}to{transform:scale(.95)}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}._content_4au0l_1{position:relative;flex:1;max-height:calc(100% - 3.2rem)}._document_4au0l_7{max-height:100%;overflow-y:auto}._page_4au0l_12{max-height:100%;min-height:0!important}._container_juwo3_1{display:flex;flex-direction:column;align-items:center;padding:4.8rem 3.2rem 2.4rem;max-width:47.6rem;text-align:center}._icon_juwo3_10{position:relative;height:9.6rem;width:9.6rem;border:.2rem solid var(--color-error);background:var(--color-error-20);border-radius:50%;margin-bottom:3.2rem}._icon_juwo3_10 svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-error);height:3.6rem;width:3.6rem}._title_juwo3_29{font-size:1.6rem;line-height:2rem;font-weight:400;margin-bottom:.8rem}._description_juwo3_36{font-size:1.4rem;line-height:2rem;font-weight:300}._menu-item_16hxr_1{font-size:1.4rem;height:3.2rem;border-radius:4px;display:flex;align-items:center;padding:.8rem;gap:.8rem;overflow:hidden;color:#adb5bd}._menu-item_16hxr_1 svg{min-width:1.6rem}._menu-item_16hxr_1 span{white-space:nowrap}._menu-item_16hxr_1:hover{cursor:pointer;background:var(--color-surface-tertiary)}._menu-item_16hxr_1[data-is-active=true]{color:var(--color-text-primary);background:var(--color-surface-tertiary)}._container_jqy9g_1{width:100%;padding:.4rem;display:flex;flex-direction:column;gap:.2rem}._list_1bcrm_1{border-radius:var(--border-radius-medium);border:1px solid var(--content-border-color)}._item_1bcrm_6{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:6.4rem;padding:1.6rem}._item_1bcrm_6:not(:last-child){border-bottom:1px solid var(--content-border-color)}._navigation-bar_1q8i2_1{display:flex;flex-direction:column;align-items:start;position:relative;height:100%}@media(min-width:990px){._navigation-bar_1q8i2_1{width:unset;min-width:27.2rem}}._header_1ram5_1{display:none;flex-direction:row;justify-content:space-between;align-items:center;height:4rem;padding:0 1.6rem;border-bottom:1px var(--content-border-color) solid}@media screen and (min-width:990px){._header_1ram5_1{display:flex}}._title_1ram5_16{font-family:Inter,sans-serif;color:#e3e4e7;font-size:1.3rem;letter-spacing:.1px;line-height:4.2rem}._items_1ram5_24{display:flex;gap:.8rem}._button_1wp9c_1{height:2.8rem;min-height:2.8rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box;background-color:var(--color-surface-primary);border-radius:var(--spacing-radius-sm);border:.1rem solid var(--color-stroke-default);font-size:1.4rem;font-weight:400;overflow:hidden;padding:0 var(--spacing-gap-sm);color:var(--color-texts-low-contrast);gap:.6rem;-webkit-user-select:none;user-select:none;width:fit-content}._button_1wp9c_1:hover{cursor:pointer;border-color:var(--color-stroke-hover);background:linear-gradient(180deg,var(--colors-surface-tertiary, #25262C) 0%,var(--colors-surface-Primary, #14141A) 100%)}._button_1wp9c_1[data-is-active=true]{background-color:var(--color-surface-primary);color:var(--color-grayscale-white)}._button_1wp9c_1[data-is-disabled]{cursor:default}._container_mo44v_1{min-height:8rem;max-height:100%;flex:1}@media screen and (max-width:990px){._container_mo44v_1{padding-top:2.4rem}}._container_mo44v_1:hover{cursor:text}._editor_mo44v_15{max-height:100%;height:100%;overflow-y:auto;width:100%;line-height:1.8rem;color:var(--color-grayscale-white);font-size:1.4rem;font-weight:400;position:relative;box-sizing:border-box;font-family:Inter,sans-serif;letter-spacing:.3px;resize:none;background-color:transparent}._editor_mo44v_15 ._tiptap_mo44v_31._ProseMirror_mo44v_31[contenteditable=true]{min-height:20vh;max-height:100%}._editor_mo44v_15::placeholder{color:var(--color-grayscale-shuttle)}._editor_mo44v_15:focus{background-color:transparent!important;border-color:var(--color-secondary)}._editor_mo44v_15:hover{cursor:text}._editor_mo44v_15[data-error=true]:focus{border-color:var(--color-error)}._form_16rn8_1{display:flex;flex-direction:column;gap:1.6rem}._properties_16rn8_7{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem}._strip_gr3is_1{display:flex;flex-direction:row;padding:.8rem 1.6rem;gap:.8rem;flex-wrap:wrap}._strip_gr3is_1:not(:last-child){border-bottom:.1rem solid var(--color-surfaces-bg-elevation-2)}._strip_gr3is_1:hover{cursor:pointer;background:var(--color-surfaces-bg-elevation-1)}._priority_gr3is_16{display:flex;align-items:center;gap:.8rem;cursor:pointer;border-radius:var(--border-radius-medium);height:2.4rem;width:2.4rem;justify-content:center;padding:0;background-color:transparent}._priority_gr3is_16:hover{background-color:var(--color-surfaces-bg-elevation-2)}._priority_gr3is_16[data-disabled]{pointer-events:none;cursor:default}._title_gr3is_36{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._input_9i09r_1{position:relative;box-sizing:border-box;width:100%;height:2.4rem;border-radius:var(--card-border-radius);font-family:Inter,sans-serif;font-size:1.4rem;line-height:1.6rem;display:flex;z-index:1;align-items:center;color:var(--color-grayscale-white);background:transparent;border:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._input_9i09r_1:hover{cursor:text}._input_9i09r_1 svg{width:12px;height:12px}._input_9i09r_1:focus{outline:none}._input_9i09r_1::-webkit-inner-spin-button,._input_9i09r_1::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._container_10h82_1{margin:0 auto 1.6rem;width:100%;max-width:80rem;display:flex;flex-direction:column;gap:2.4rem;padding:0 1.6rem 1.6rem}@media screen and (min-width:990px){._container_10h82_1{padding:initial}}._properties_10h82_16{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem}._divider_10h82_23{height:1px;width:100%;background:var(--content-border-color);border:none}._comment_10h82_30>:not(:first-child){margin-inline-start:1.6rem}._title_10h82_34 input{font-size:1.8rem;font-weight:600}._discussion-header_10h82_39{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._container_f41v6_1{position:absolute;top:0;right:0;bottom:0;width:50%;border-left:1px var(--content-border-color) solid;display:flex;flex-direction:column;background-color:var(--app-background);z-index:1000;box-shadow:0 .4rem .4rem #00000040}._container_f41v6_1[data-insideStep=true]{top:4rem}._detail_f41v6_18{overflow-y:auto;padding:1.6rem}._list_9l2z3_1{width:44rem;max-height:28rem;overflow-y:auto;padding:.8rem;z-index:1000;border-radius:var(--border-radius-medium);border:1px solid var(--color-stroke-default);background:var(--color-surface-secondary)}._container_i3oif_1{display:flex;flex-direction:column;gap:1.6rem;max-width:64.8rem}._content_i3oif_8{display:flex;flex-direction:column;width:100%}._breadcrumb_korgi_1{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:.4rem;-webkit-user-select:none;user-select:none}._breadcrumb_korgi_1 svg{height:1.2rem;fill:var(--color-grey-5)}._crumb_korgi_14{font-size:1.3rem;font-weight:500;color:#e3e4e7}._crumb_korgi_14:last-child{color:var(--white-default);cursor:default}._crumb_korgi_14:hover{cursor:pointer;color:#fff}._section_1trlt_1{display:flex;flex-direction:column;gap:2.4rem;padding:2.4rem;border-radius:.4rem;border:1px solid var(--color-grayscale-trout)}._section-items_1trlt_10{display:flex;flex-direction:column;gap:2.4rem}._section-items_1trlt_10:not(:last-child){padding-bottom:1.6rem;border-bottom:1px solid var(--color-grayscale-trout)}._container_1c6wp_1{width:64rem;max-width:100%;padding:1.6rem}._FormGroup_1c6wp_7{display:flex;width:100%;justify-content:space-between;align-items:center;margin-top:.8rem;margin-bottom:1.6rem}._FormGroup_1c6wp_7>p{flex-grow:1;text-align:right}._input_9tkmy_1{position:relative;box-sizing:border-box;font-family:Inter,sans-serif;font-size:1.4rem;line-height:normal;padding:0 1.2rem;transition:border .1s ease-in-out;background:var(--color-grayscale-tuna);border:1px solid;border-radius:.4rem;height:3.2rem;color:var(--color-grayscale-white);flex:1;border-color:var(--color-grayscale-trout);font-weight:400;margin:0;appearance:textfield}._input_9tkmy_1::placeholder{color:var(--color-grayscale-light-slate)}._input_9tkmy_1:focus{border-color:var(--color-secondary)}._input_9tkmy_1:invalid{border-color:var(--color-error)}._input_9tkmy_1::-webkit-outer-spin-button,._input_9tkmy_1::-webkit-inner-spin-button{-webkit-appearance:none}._form_liegr_1{display:flex;flex-direction:column;gap:1.6rem}._Container_1ufof_1{border-width:0;border-radius:.6rem;width:16rem;max-width:16rem;height:3.4rem;background-color:var(--color-secondary);color:var(--white-default);opacity:1;display:flex;justify-content:space-between;gap:.8rem;align-items:center;padding:.8rem;cursor:grabbing}._Text_1ufof_18{color:var(--white-default);font-weight:400;font-size:1.4rem;line-height:1.8rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._Count_1ufof_28{background-color:var(--white-default);border-radius:.3rem;padding:.4rem;color:var(--color-secondary);width:2.4rem;height:2.4rem;line-height:1.8rem;font-size:1.4rem;font-weight:700;display:flex;justify-content:center;align-items:center}._Container_16rhm_1{border-left:1px var(--content-border-color) solid;display:flex;flex-direction:column;background-color:var(--app-background);height:100%;box-shadow:0 .4rem .4rem #00000040}._Container_16rhm_1>div:not(:last-child){border-bottom:1px solid var(--content-border-color);padding:.8rem}._list_16rhm_14{display:flex;flex-direction:column;padding:.8rem;overflow-y:auto;min-height:0}._PanelHeader_16rhm_22{height:4rem;min-height:4rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 1.6rem}._PanelHeaderTitle_16rhm_32{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:var(--text-color-white)}._PanelHeaderTitle_16rhm_32 div:first-child{cursor:pointer;display:flex;align-items:center;justify-content:center}._PanelHeaderTitle_16rhm_32 div:first-child svg{width:1.6rem;height:1.6rem;color:var(--color-texts-high-contrast)}._PanelHeaderTitle_16rhm_32 div:first-child span{font-weight:500}._EditForm_16rhm_54{display:flex;flex-direction:column;gap:.8rem}._EditForm_16rhm_54 input{border:1px solid var(--content-border-color);padding:0 1.2rem;height:3.2rem}._PanelFooter_16rhm_65{padding:.4rem;flex-grow:1}._PanelFooter_16rhm_65 ._MenuItem_16rhm_69{color:#e3e4e7;font-size:1.4rem;height:3.2rem;border-radius:4px;display:flex;align-items:center;padding:.8rem;gap:.8rem;overflow:hidden;cursor:pointer}._PanelFooter_16rhm_65 ._MenuItem_16rhm_69 svg{min-width:1.5rem}._PanelFooter_16rhm_65 ._MenuItem_16rhm_69 span{white-space:nowrap}._PanelFooter_16rhm_65 ._MenuItem_16rhm_69:hover{cursor:pointer;background:var(--bg-elevation-2)}._PanelFooter_16rhm_65 ._MenuItem_16rhm_69[data-is-active=true]{background:var(--bg-elevation-2)}._DeleteMenuItem_16rhm_95{color:#db5c66!important}._DeleteMenuItem_16rhm_95 svg{color:#db5c66!important}._DeleteMenuItem_16rhm_95 span{color:#db5c66!important}._DeleteMenuItem_16rhm_95:hover{background:#db5c661a!important}._DisabledMenuItem_16rhm_108{color:var(--color-grayscale-manatee)!important;cursor:not-allowed!important}._DisabledMenuItem_16rhm_108 span{color:var(--color-grayscale-manatee)!important}._DisabledMenuItem_16rhm_108:hover{background:transparent!important}._OptionsSection_16rhm_119{display:flex;flex-direction:column;gap:1.6rem}._EmptyState_16rhm_125{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;flex-grow:1}._OptionsHeader_16rhm_135{display:flex;align-items:center;justify-content:space-between}._AddOptionButton_16rhm_141{background:none;border:none;color:var(--color-texts-high-contrast);cursor:pointer;padding:.4rem;border-radius:.2rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}._AddOptionButton_16rhm_141 svg{width:1.6rem;height:1.6rem}._AddOptionButton_16rhm_141:hover{background:var(--color-surfaces-bg-elevation-2)}._OptionsList_16rhm_161{display:flex;flex-direction:column;gap:.8rem}._EmptyOptions_16rhm_167{padding:2.4rem 1.6rem;text-align:center;color:var(--color-grayscale-manatee);font-size:1.4rem}._Select_nkhr6_1{display:flex;box-sizing:border-box;background-color:transparent;border-radius:.4rem;border:.1rem solid var(--color-grayscale-trout);font-size:1.4rem;height:3.2rem;min-height:3.2rem;font-weight:400;overflow:hidden;width:100%;cursor:pointer}._Select_nkhr6_1>div:first-child{padding:.6rem .8rem;font-size:1.4rem;color:var(--color-texts-low-contrast);width:100%}._Select_nkhr6_1>div:first-child:hover{background-color:var(--color-surfaces-bg-elevation-3)}._Select_nkhr6_1>div:last-child{padding:.6rem .8rem;color:var(--color-grayscale-shuttle)}._Select_nkhr6_1:hover{background-color:var(--color-surfaces-bg-elevation-3)}._Select_nkhr6_1:hover div{color:var(--color-texts-low-contrast)}._Select_nkhr6_1[data-disabled=true]{background:transparent;border-color:var(--color-texts-low-contrast)}._DashedInput_1pu1g_1{display:flex;box-sizing:border-box;background-color:transparent;border-radius:.4rem;border:.1rem var(--color-texts-low-contrast) dashed;font-size:1.4rem;height:3.2rem;min-height:3.2rem;font-weight:400;overflow:hidden}._DashedInput_1pu1g_1:hover{border:.1rem var(--color-texts-middle-contrast) dashed;background-color:var(--color-surfaces-bg-elevation-3)}._DashedInput_1pu1g_1:hover div{color:var(--color-texts-low-contrast)}._DashedInput_1pu1g_1[data-disabled=true]{background:transparent;border-color:var(--color-texts-low-contrast)}._DateSelectorWrapper_1pu1g_25{width:fit-content!important}._DateSelectorWrapper_1pu1g_25>div{padding:.6rem .8rem;font-size:1.4rem;color:var(--color-texts-low-contrast)}._DateSelectorWrapper_1pu1g_25>div:hover{background-color:var(--color-surfaces-bg-elevation-3)}._DateSelectorWrapper_1pu1g_25[data-borderless=true]{border-color:transparent}._DateSelectorWrapper_1pu1g_25[data-borderless=true]>div{color:var(--color-texts-high-contrast)}._InputWrapper_1pu1g_43{display:flex;flex-direction:column;gap:.8rem;margin-top:1.6rem;margin-bottom:1.6rem}._item_l8pnf_1{display:flex;width:100%;height:3.2rem;padding:.8rem;gap:.8rem;align-items:center;-webkit-user-select:none;user-select:none}._item_l8pnf_1:first-child{margin-bottom:1.6rem}._name_l8pnf_14{flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}._name_l8pnf_14[data-locked=false]{cursor:pointer}._actions_l8pnf_25{display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:5.5rem}._actions_l8pnf_25 button{cursor:pointer;background:none;outline:none;border:none;width:1.5rem;height:1.5rem;color:var(--color-grayscale-manatee, #959bab)}._actions_l8pnf_25 button:disabled{cursor:default}._drag_l8pnf_45{display:none;cursor:grab;width:1.6rem;min-width:1.6rem;height:1.6rem;align-items:center;justify-content:center}._drag_l8pnf_45:active{cursor:grabbing}._drag_l8pnf_45 svg{width:6.66px;height:10.93px}._OptionItem_fgmha_1{display:flex;width:100%;height:3.2rem;gap:.8rem;align-items:center}._OptionDrag_fgmha_9{cursor:grab;width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;color:var(--color-grayscale-manatee)}._OptionDrag_fgmha_9:active{cursor:grabbing}._OptionDrag_fgmha_9 svg{width:6.66px;height:10.93px}._OptionContent_fgmha_26{flex-grow:1}._OptionActions_fgmha_30{display:flex;align-items:center;justify-content:center;gap:.4rem;width:auto}._tableHeader_27mrn_1{display:flex;position:sticky;top:0;z-index:104;min-width:100%}._headerRow_27mrn_9{position:relative;display:flex;background-color:var(--color-surfaces-app-background-0);flex:1;height:4.8rem}._day-name_27mrn_17{font-weight:400;color:var(--color-texts-high-contrast);line-height:2.4rem;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._headerCell_27mrn_28{display:flex;color:var(--color-grayscale-light-slate);background:transparent;padding:.8rem 0;font-size:1.4rem;font-weight:400;align-items:center;position:relative;cursor:grab;-webkit-user-select:none;user-select:none;padding-inline-start:1.2rem}._headerCell_27mrn_28:first-child{margin-left:3.2rem}._headerCell_27mrn_28>span{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}._header-action_27mrn_51{position:sticky;right:1.6rem;z-index:2;transform:translateY(.8rem)}._resizerContainer_27mrn_58{position:absolute;top:0;height:100%;width:2.4rem;background:transparent;cursor:url(/icons/column-spacing.svg) 8 8,col-resize;-webkit-user-select:none;user-select:none;touch-action:none;right:0;z-index:10;display:flex;justify-content:center;transform:translate(50%)}._resizerContainer_27mrn_58:hover>._resizer_27mrn_58{background:var(--color-actions-main-action)}._resizer_27mrn_58{width:.1rem;height:100%;background-color:var(--color-surfaces-bg-elevation-2)}._resizer_27mrn_58._isResizing_27mrn_83{background:var(--color-actions-main-action);height:calc(100vh - 12rem);opacity:1}._singleTable_27mrn_89{min-width:100%;border-radius:.4rem;border:.1rem solid var(--color-surfaces-bg-elevation-2)}._table-body_27mrn_95{min-height:10.4rem;display:flex;flex-direction:column}._stickyStrip_27mrn_101{height:4.8rem;position:sticky;left:0;width:calc(100vw - 29.8rem);max-width:100%;z-index:101;padding:.8rem 1.2rem;border-radius:.4rem .4rem 0 0;background-color:var(--color-surfaces-bg-elevation-2);top:4.8rem}._stickyStrip_27mrn_101[data-direction=top]{z-index:102;top:4.8rem;background-color:var(--color-primary-sandal);border-radius:.4rem .4rem 0 0}._stickyStrip_27mrn_101[data-direction=bottom]{z-index:103;top:unset;background-color:var(--color-shades-hibiscus);border-radius:0 0 .4rem .4rem;position:sticky}._stickyStrip_27mrn_101[data-variant=add-shot]{background-color:transparent;border:none}._stickyStrip_27mrn_101[data-variant=empty-placeholder]{background-color:transparent;border:none;height:auto;flex:1;display:flex;align-items:center}._stickyStrip_27mrn_101[data-variant=empty-placeholder]>div{background-image:none;min-height:unset}._stickyBanner_27mrn_143{height:4.8rem;position:sticky;left:0;max-width:100%;z-index:2;padding:0;background-color:transparent}._stickyBannerContent_27mrn_153{position:absolute;top:0;left:0;width:calc(100vw - 29.8rem);height:100%;display:flex;align-items:center;justify-content:center;padding:0;pointer-events:none}._stickyStripContent_27mrn_166{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.6rem}._addShotStrip_27mrn_178{box-sizing:border-box;display:flex;justify-content:center;align-items:center;position:absolute;left:0;top:0;height:100%;width:100%;border-radius:.4rem;font-size:1.6rem;color:var(--color-texts-low-contrast);border:.1rem dashed currentColor;-webkit-user-select:none;user-select:none}._addShotStrip_27mrn_178:hover{cursor:pointer;color:var(--color-texts-middle-contrast)}._shotStrip_27mrn_199,._bannerStrip_27mrn_200{display:flex;flex-direction:row;border:.1rem solid transparent;border-bottom:.1rem solid var(--color-surfaces-bg-elevation-2);position:relative;opacity:1}._shotStrip_27mrn_199 ._actionButton_27mrn_208,._bannerStrip_27mrn_200 ._actionButton_27mrn_208{opacity:0;transition:opacity .2s ease;position:sticky;margin-left:auto;right:1.6rem;padding:.8rem 0;z-index:1}._shotStrip_27mrn_199:hover ._actionButton_27mrn_208,._bannerStrip_27mrn_200:hover ._actionButton_27mrn_208{opacity:1}._shotStrip_27mrn_199._shotStrip_27mrn_199,._bannerStrip_27mrn_200._shotStrip_27mrn_199{min-height:5.6rem;background:var(--color-surfaces-bg-elevation-1)}._shotStrip_27mrn_199._bannerStrip_27mrn_200,._bannerStrip_27mrn_200._bannerStrip_27mrn_200{min-height:4.8rem;border-bottom:.1rem solid var(--color-surfaces-bg-elevation-3);background:var(--color-surfaces-bg-elevation-2)}._shotStrip_27mrn_199._bannerStrip_27mrn_200:hover,._bannerStrip_27mrn_200._bannerStrip_27mrn_200:hover{background:var(--color-surfaces-bg-elevation-3)}._shotStrip_27mrn_199._bannerStrip_27mrn_200 ._cell_27mrn_237,._bannerStrip_27mrn_200._bannerStrip_27mrn_200 ._cell_27mrn_237{border-left:none}._shotStrip_27mrn_199._selected_27mrn_241,._bannerStrip_27mrn_200._selected_27mrn_241{border:.1rem solid var(--color-actions-main-action)}._shotStrip_27mrn_199._selected_27mrn_241+._selected_27mrn_241,._bannerStrip_27mrn_200._selected_27mrn_241+._selected_27mrn_241{border-top:.1rem solid transparent}._shotStrip_27mrn_199[data-isHidden=true] *:not(button),._shotStrip_27mrn_199[data-isHidden=true] *:hover:not(button),._shotStrip_27mrn_199[data-isHidden=true] *:focus-visible:not(button),._bannerStrip_27mrn_200[data-isHidden=true] *:not(button),._bannerStrip_27mrn_200[data-isHidden=true] *:hover:not(button),._bannerStrip_27mrn_200[data-isHidden=true] *:focus-visible:not(button){color:var(--color-grayscale-trout)}._shotStrip_27mrn_199[data-dragged=true],._bannerStrip_27mrn_200[data-dragged=true]{border:.15rem dashed var(--color-primary-crayola);background-color:transparent!important;cursor:grabbing;z-index:1}._shotStrip_27mrn_199[data-dragged=true]>*,._bannerStrip_27mrn_200[data-dragged=true]>*{display:none}._actionButton_27mrn_208{display:flex;align-items:center;position:sticky;right:1.6rem;width:fit-content}._cell_27mrn_237{display:flex;flex-direction:row;align-items:center;-webkit-user-select:none;user-select:none;max-width:100%;overflow:hidden;cursor:pointer}._cell_27mrn_237[data-disabled=true]{cursor:initial}._cell_27mrn_237:not(:first-of-type){border-left:1px solid var(--content-border-color)}._cell_27mrn_237:hover{background-color:var(--content-border-color)}._cell_27mrn_237:not(:last-child)>._shotCell_27mrn_295{justify-content:flex-start;flex:1}._cell_27mrn_237:last-child{display:flex;justify-content:flex-end;flex:1;pointer-events:none;position:sticky;right:0}._cell_27mrn_237:last-child>*{pointer-events:all}._dragHandle_27mrn_311{position:sticky;display:flex;justify-content:center;align-items:center;left:0;cursor:grab;z-index:100;width:3.2rem;background:var(--content-bg-color)}._dragHandle_27mrn_311:active{cursor:grabbing}._dragHandle_27mrn_311 svg{width:2.8rem;height:2.8rem}._shotCell_27mrn_295{display:flex;flex-direction:row;align-items:center;height:100%;max-width:100%;padding-left:1.2rem;color:#e3e4e7;font-size:1.4rem}._shotCell_27mrn_295 span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._shotCell_27mrn_295[data-no-padding=true]{padding-left:0}._cover_27mrn_349{position:relative;width:100%;max-width:100%;aspect-ratio:16/9}._cover_27mrn_349 svg{height:1.2rem;width:1.2rem}._locationCell_27mrn_360{display:flex;flex-direction:row;align-items:center;height:100%;max-width:100%;padding:0!important}._locationCell_27mrn_360 ._trigger_27mrn_368{width:fit-content}._tableWrapper_27mrn_372{display:flex;flex-direction:column;justify-content:flex-start;min-height:calc(100% - 1.6rem);overflow-x:auto}._tableWrapper_27mrn_372[data-scroll=true]{max-height:calc(100vh - 13.6rem);overflow-y:auto}._addShotButton_27mrn_384{position:sticky;right:1.6rem}._overlayWrapper_27mrn_389{position:absolute;width:100%;display:flex;justify-content:center}._drop-target_27mrn_396{width:100%;color:var(--color-texts-high-contrast);position:absolute;top:.1rem;left:.1rem;border:.1rem dashed var(--color-actions-main-action);border-radius:.4rem;min-height:5.6rem}._Drawer_12rvt_1{position:absolute;top:4rem;right:0;bottom:0;min-width:26.5rem;width:25%;z-index:1000}
