.smartcut-content{.switch{align-items:center;border-radius:5px;cursor:pointer;display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;touch-action:manipulation;.outer{background-color:#ababab;border-radius:20px;box-shadow:inset 2px 2px 2px #00000026;height:26px;margin-right:5px;overflow:hidden;transition:background-color .2s ease;width:44px}.inner{background-color:#fff;background-color:var(--background-light-4);border-radius:50%;box-shadow:var(--shadow-base);height:22px;left:2px;position:relative;top:2px;transition:transform .2s ease;width:22px}.text{align-items:center;display:flex}&.on{.outer{background-color:var(--color-selected)}.inner{transform:translate(18px)}}&.disabled{cursor:not-allowed;.outer{background-color:#e5e5e5}.text{opacity:.5}}}}:root{font-size:16px;--stack-size: 28px;--menu-spacing: 0px;--breakpoint: 1400px;--heading-spacing-desktop: 20px;--breakpoint-sm: 600px;--breakpoint-md: 800px;--breakpoint-lg: 1040px;--breakpoint-xl: 1280px;--breakpoint-xxl: 1440px;--container-width-sm: 560px;--container-width-md: 760px;--container-width-lg: 1020px;--container-width-xl: 1220px;--container-width-xxl: 1400px;--color-0: #03171d;--color-1: #073b4c;--color-2: #118ab2;--color-3: #ef476f;--color-4: #ffd166;--color-5: #06d6a0;--color-magenta: rgb(225 0 255);--color-important: #ffac6d;--color-stock: #ffd166;--color-shape: #118ab2;--color-inside-segment: #06d6a0;--color-overlay: rgb(90 90 90 / 30%);--color-black: rgb(27 26 30);--color-white: rgb(252 252 252);--color-delete: rgb(192 21 21);--color-issue: rgb(225 78 41);--color-warning: rgb(255 170 0);--color-danger: rgb(255 69 69);--color-info: #ffffff;--color-success: #1bc319;--color-issue-light: rgb(255 216 213);--color-warning-light: rgb(255 242 204);--color-multi-edit: rgb(215 250 255);--color-clickable: #4a90a4;--color-hover: #29c778;--color-selected: #1bc319;--color-focus: #ffb727;--color-input-focus: rgb(255 249 238);--color-disabled: rgb(181 181 181);--color-cut-hover: #ffe0a3;--color-cut-selected: #ffbf3e;--color-row-selected: rgb(244 255 161);--color-not-allowed: red;--font-color-black: #1b1a1efa;--font-color-white: rgb(255 255 255 / 98%);--font-color-selected: rgb(27 26 30 / 98%);--font-color-disabled: rgb(117 117 117 / 98%);--font-color-readonly: rgb(117 117 117 / 98%);--font-color-important: red;--background-light-base: rgb(240 240 240);--background-light-0: rgb(233 233 233);--background-light-1: rgb(240 240 240);--background-light-2: rgb(245 245 245);--background-light-3: rgb(247 247 247);--background-light-4: rgb(252 252 252);--background-light-5: rgb(238 238 238);--background-dark-base: rgb(24 24 24);--background-dark-1: rgb(24 24 24);--background-dark-2: rgb(29 29 29);--background-dark-3: rgb(36 36 36);--background-dark-4: rgb(43 43 43);--font-weight-normal: 300;--font-weight-bold: 400;--font-weight-bolder: 500;--font-size-0: clamp(.7rem, .65rem + .2vw, .75rem);--font-size-1: clamp(.8rem, .75rem + .25vw, .875rem);--font-size-2: clamp(.9rem, .85rem + .3vw, 1rem);--font-size-3: clamp(1rem, .95rem + .35vw, 1.125rem);--font-size-4: clamp(1.1rem, 1rem + .5vw, 1.25rem);--font-size-5: clamp(1.3rem, 1.2rem + .6vw, 1.5rem);--font-size-6: clamp(1.7rem, 1.5rem + 1vw, 2rem);--shadow-base: 0 2px 4px rgb(0 0 0 / 15%);--shadow-strong: 0 4px 4px rgb(0 0 0 / 30%);--shadow-lg: 0 4px 8px rgb(0 0 0 / 20%);--shadow-widget: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);--shadow-widget-enhanced: 0 2px 8px rgb(0 0 0 / 8%), 0 4px 16px rgb(0 0 0 / 4%), 0 1px 2px rgb(0 0 0 / 12%);--shadow-widget-hover: 0 4px 12px rgb(0 0 0 / 12%), 0 8px 24px rgb(0 0 0 / 6%), 0 2px 4px rgb(0 0 0 / 16%);--border-color: #073b4c;--border-width: 1px;--border-radius-1: 4px;--border-radius-2: 8px;--border-radius-3: 12px;--border-dark-1: rgb(27 26 30);--border-dark-2: rgb(29 28 32);--border-light-1: rgb(252 252 252);--border-light-2: rgb(254 254 254);--border-separator-subtle: rgb(221 221 221);--border-separator-normal: rgb(211 211 211);--button-height: 34px;--transition-default: .2s ease}.bg-light-0{background:var(--background-light-0);color:var(--font-color-black)}.bg-light-1{background:var(--background-light-1);color:var(--font-color-black)}.bg-light-4{background:var(--background-light-4);color:var(--font-color-black)}.bg-dark-1{background:var(--background-dark-1);color:var(--font-color-white)}.disabled-stripes{background-image:repeating-linear-gradient(45deg,rgb(146 146 146 / 10%),rgb(146 146 146 / 10%) 5px,transparent 5px,transparent 10px)!important;background-size:100%}.warning{background-color:var(--color-warning);color:var(--font-color-black)}.warning pre{color:var(--font-color-black)}.issue{background-color:var(--color-issue);color:var(--font-color-white);font-weight:var(--font-weight-bold)}.issue pre{color:var(--font-color-white)}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(1px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}.shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}#smartcut-app,[data-app=smartcut]{#cut-list{.menu{container-type:inline-size;@container (max-width: 460px){.unit-type{display:none}}}.grid-table{margin-top:var(--widget-spacing);>div{cursor:pointer}.row.trim:not(.selected){background-color:var(--table-alt-bg, rgb(0 0 0 / 5%));opacity:.8}}.info-wrapper{>div{margin-bottom:var(--widget-spacing);padding-left:var(--widget-spacing);padding-right:var(--widget-spacing);&:last-child{margin-bottom:0}}}.pagination{margin-bottom:var(--widget-spacing)}}}
