.theme--light.v-treeview{color:rgba(0,0,0,.87)}.theme--light.v-treeview--hoverable .v-treeview-node__root:hover:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.04}.theme--light.v-treeview--hoverable .v-treeview-node__root--active:before,.theme--light.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.theme--light.v-treeview--hoverable .v-treeview-node__root:focus:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.12}.theme--light.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.16}.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.12}.theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.16}.theme--light.v-treeview .v-treeview-node--disabled>.v-treeview-node__root>.v-treeview-node__content{color:rgba(0,0,0,.38)!important}.theme--dark.v-treeview{color:#fff}.theme--dark.v-treeview--hoverable .v-treeview-node__root:hover:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.08}.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:before,.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.theme--dark.v-treeview--hoverable .v-treeview-node__root:focus:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.24}.theme--dark.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.32}.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.24}.theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.32}.theme--dark.v-treeview .v-treeview-node--disabled>.v-treeview-node__root>.v-treeview-node__content{color:hsla(0,0%,100%,.5)!important}.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root,.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:24px!important;border-top-right-radius:24px!important}.v-treeview-node.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root,.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:24px!important}.v-treeview-node.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node--click>.v-treeview-node__root,.v-treeview-node--click>.v-treeview-node__root>.v-treeview-node__content>*{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-treeview-node.v-treeview-node--active .v-treeview-node__content .v-icon{color:inherit}.v-treeview-node__root{display:flex;align-items:center;min-height:48px;padding-left:8px;padding-right:8px;position:relative}.v-treeview-node__root:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-treeview-node__root:after{content:"";font-size:0;min-height:inherit}.v-treeview-node__children{transition:all .2s cubic-bezier(0,0,.2,1)}.v-treeview--dense .v-treeview-node__root{min-height:40px}.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root,.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:20px!important;border-top-right-radius:20px!important}.v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root,.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:20px!important}.v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.v-treeview-node__checkbox{width:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-application--is-ltr .v-treeview-node__checkbox{margin-left:6px}.v-application--is-rtl .v-treeview-node__checkbox{margin-right:6px}.v-treeview-node__toggle{width:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-treeview-node__toggle--loading{-webkit-animation:progress-circular-rotate 1s linear infinite;animation:progress-circular-rotate 1s linear infinite}.v-application--is-ltr .v-treeview-node__toggle{transform:rotate(-90deg)}.v-application--is-ltr .v-treeview-node__toggle--open{transform:none}.v-application--is-rtl .v-treeview-node__toggle{transform:rotate(90deg)}.v-application--is-rtl .v-treeview-node__toggle--open{transform:none}.v-treeview-node__prepend{min-width:24px}.v-application--is-ltr .v-treeview-node__prepend{margin-right:6px}.v-application--is-rtl .v-treeview-node__prepend{margin-left:6px}.v-treeview-node__append{min-width:24px}.v-application--is-ltr .v-treeview-node__append{margin-left:6px}.v-application--is-rtl .v-treeview-node__append{margin-right:6px}.v-treeview-node__level{width:24px}.v-treeview-node__label{flex:1;font-size:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-treeview-node__content{align-items:center;display:flex;flex-basis:0%;flex-grow:1;flex-shrink:0;min-width:0}.v-treeview-node__content .v-btn{flex-grow:0!important;flex-shrink:1!important}.v-application--is-ltr .v-treeview-node__content{margin-left:6px}.v-application--is-rtl .v-treeview-node__content{margin-right:6px}.theme--light.v-time-picker-clock{background:#e0e0e0}.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled{color:rgba(0,0,0,.26)}.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:hsla(0,0%,100%,.3)}.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#bdbdbd}.theme--light.v-time-picker-clock--indeterminate:after{color:#bdbdbd}.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#bdbdbd}.theme--dark.v-time-picker-clock{background:#616161}.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled,.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:hsla(0,0%,100%,.3)}.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#757575}.theme--dark.v-time-picker-clock--indeterminate:after{color:#757575}.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#757575}.v-time-picker-clock{border-radius:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;padding-top:100%;flex:1 0 auto}.v-time-picker-clock__container{display:flex;flex-direction:column;flex-basis:290px;justify-content:center;padding:10px}.v-time-picker-clock__ampm{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:10px}.v-time-picker-clock__hand{height:calc(50% - 4px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.v-time-picker-clock__hand:before{background:transparent;border-width:2px;width:10px;height:10px;top:-4px}.v-time-picker-clock__hand:after,.v-time-picker-clock__hand:before{border-style:solid;border-color:inherit;border-radius:100%;content:"";position:absolute;left:50%;transform:translate(-50%,-50%)}.v-time-picker-clock__hand:after{height:8px;width:8px;top:100%;background-color:inherit}.v-time-picker-clock__hand--inner:after{height:14px}.v-picker--full-width .v-time-picker-clock__container{max-width:290px}.v-time-picker-clock__inner{position:absolute;bottom:27px;left:27px;right:27px;top:27px}.v-time-picker-clock__item{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:16px;justify-content:center;height:40px;position:absolute;text-align:center;width:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate(-50%,-50%)}.v-time-picker-clock__item>span{z-index:1}.v-time-picker-clock__item:after,.v-time-picker-clock__item:before{content:"";border-radius:100%;position:absolute;top:50%;left:50%;height:14px;width:14px;transform:translate(-50%,-50%);height:40px;width:40px}.v-time-picker-clock__item--active{color:#fff;cursor:default;z-index:2}.v-time-picker-clock__item--disabled{pointer-events:none}.v-picker--landscape .v-time-picker-clock__container{flex-direction:row}.v-picker--landscape .v-time-picker-clock__ampm{flex-direction:column}.v-time-picker-title{color:#fff;display:flex;line-height:1;justify-content:flex-end}.v-time-picker-title__time{white-space:nowrap;direction:ltr}.v-time-picker-title__time .v-picker__title__btn,.v-time-picker-title__time span{align-items:center;display:inline-flex;height:70px;font-size:70px;justify-content:center}.v-time-picker-title__ampm{align-self:flex-end;display:flex;flex-direction:column;font-size:16px;text-transform:uppercase}.v-application--is-ltr .v-time-picker-title__ampm{margin:0 0 6px 8px}.v-application--is-rtl .v-time-picker-title__ampm{margin:0 8px 6px 0}.v-time-picker-title__ampm div:only-child{flex-direction:row}.v-time-picker-title__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active{opacity:.6}.v-picker__title--landscape .v-time-picker-title{flex-direction:column;justify-content:center;height:100%}.v-picker__title--landscape .v-time-picker-title__time{text-align:right}.v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,.v-picker__title--landscape .v-time-picker-title__time span{height:55px;font-size:55px}.v-picker__title--landscape .v-time-picker-title__ampm{margin:16px 0 0;align-self:auto;text-align:center}.v-picker--time .v-picker__title--landscape{padding:0}.v-picker--time .v-picker__title--landscape .v-time-picker-title__time{text-align:center}.node-wrapper{display:flex;flex-direction:column;align-items:center;position:relative}ul{list-style:none;padding:0;margin:0}.node-wrapper>ul{position:relative;padding-top:20px;padding-left:0;display:flex;justify-content:center}.node-wrapper>ul:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);height:20px;border-left:1px solid #999}.node-wrapper>ul>li{position:relative;padding:20px 15px 0 15px}.node-wrapper>ul>li:before{content:"";position:absolute;top:0;left:0;right:0;border-top:1px solid #999}.node-wrapper>ul>li:first-child:before{left:50%}.node-wrapper>ul>li:last-child:before{right:50%}.node-wrapper>ul>li:after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);height:22px;border-left:1px solid #999}.tree-card{cursor:pointer;min-width:220px;transition:all .2s ease}.tree-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.v-data-table-header th[data-v-559471f4]{white-space:nowrap}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th[data-v-559471f4]{background:var(--v-primary-base)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th[data-v-559471f4]{background:var(--v-pTableHeader-base)}.active[data-v-559471f4]{background-color:#2ed8b6;border-radius:5px;padding:5px;color:#fff}.inactive[data-v-559471f4]{background-color:#ff5370;border-radius:5px;padding:5px;color:#fff}.timeline-status-chip[data-v-559471f4]{display:inline-flex;align-items:center;max-width:100%;min-height:26px;position:relative;z-index:auto;border-radius:5px;border:1px solid rgba(0,0,0,.16);padding:4px 8px;font-size:14px;font-weight:600;line-height:18px;white-space:nowrap}.timeline-status-readonly[data-v-559471f4]{position:relative;display:flex;align-items:center;min-height:40px;height:40px;width:100%;border:1px solid rgba(0,0,0,.38);border-radius:4px;padding:0 12px;background-color:transparent;box-sizing:border-box;overflow:visible}.timeline-status-readonly--dark[data-v-559471f4]{border-color:hsla(0,0%,100%,.5)}.timeline-status-label[data-v-559471f4]{position:absolute;top:-8px;left:8px;max-width:calc(100% - 16px);padding:0 4px;background:var(--v-containerbox-base,#fff);color:rgba(0,0,0,.6);font-size:12px;line-height:14px;white-space:nowrap}.timeline-status-readonly--dark .timeline-status-label[data-v-559471f4]{background:var(--v-containerbox-base,#383838);color:hsla(0,0%,100%,.7)}.shipping-hold-chip[data-v-559471f4]{font-weight:600}.line-items-card[data-v-559471f4],.line-items-fieldset[data-v-559471f4],.line-items-table-col[data-v-559471f4]{max-width:100%;min-width:0;overflow-x:hidden}.line-items-fieldset[data-v-559471f4]{width:100%}.line-items-table[data-v-559471f4]{max-width:100%}[data-v-559471f4] .line-items-table .v-data-table__wrapper{max-width:100%;overflow-x:hidden}[data-v-559471f4] .line-items-table table{table-layout:fixed;width:100%}[data-v-559471f4] .line-items-table td,[data-v-559471f4] .line-items-table th{padding-left:6px!important;padding-right:6px!important;white-space:normal;overflow-wrap:anywhere}[data-v-559471f4] .line-items-table th{font-size:.72rem;height:42px!important;line-height:1.1;padding-bottom:0!important;padding-top:0!important;text-align:center!important;vertical-align:middle;word-break:normal;overflow-wrap:normal}[data-v-559471f4] .line-items-table th span{align-items:center;display:inline-flex;justify-content:center;min-height:30px}[data-v-559471f4] .line-items-table th.text-start{text-align:left!important}[data-v-559471f4] .line-items-table th.text-start span{justify-content:flex-start}[data-v-559471f4] .line-items-table td{font-size:.78rem;line-height:1.25}[data-v-559471f4] .line-items-table td.line-item-text-cell{text-align:left!important}[data-v-559471f4] .line-items-table td.line-item-center-cell{text-align:center!important}[data-v-559471f4] .line-items-table td.line-item-center-cell>*{justify-content:center}.line-item-flags[data-v-559471f4],.line-item-summary[data-v-559471f4]{display:flex;min-width:0}.line-item-summary[data-v-559471f4]{flex-wrap:wrap;gap:4px 8px}.line-item-flags[data-v-559471f4]{align-items:center;flex-direction:column;gap:4px}.line-item-flags span[data-v-559471f4],.line-item-summary span[data-v-559471f4]{white-space:nowrap}.line-item-flags .active[data-v-559471f4],.line-item-flags .inactive[data-v-559471f4]{display:inline-block;padding:3px 5px}.line-item-stack[data-v-559471f4]{display:flex;flex-direction:column;gap:3px}.line-item-stack-label[data-v-559471f4]{color:var(--v-secondary-base);font-weight:700;margin-right:3px}.line-item-part-number[data-v-559471f4]{font-weight:700}.line-item-part-description[data-v-559471f4]{font-size:.72rem;font-style:italic;line-height:1.2}.v-autocomplete__content[data-v-559471f4]{max-height:180px!important}.resultBox[data-v-559471f4]{padding:10px;margin:-25px 0 0 0;background:#fcfcfc;max-height:200px;overflow-y:auto;min-height:0;cursor:pointer}.resultBox[data-v-559471f4],.searchInput[data-v-559471f4]{width:100%;position:relative}.resultBox ul li[data-v-559471f4]{padding:2px;list-style-type:none}.v-expansion-panels.condensed .v-expansion-panel-header[data-v-559471f4]{padding-top:10px;padding-bottom:10px;min-height:auto}.v-expansion-panels.condensed .v-expansion-panel--active .v-expansion-panel-header[data-v-559471f4]{padding-top:10px;padding-bottom:10px}.card-column[data-v-559471f4]{min-height:300px}.add-menu[data-v-559471f4]{overflow-y:hidden!important;overflow-x:hidden!important}.v-expansion-panels.condensed .v-expansion-panel--active+.v-expansion-panel[data-v-559471f4],.v-expansion-panels.condensed .v-expansion-panel--active[data-v-559471f4]:not(:first-child){margin-top:5px}.light-label[data-v-559471f4]{font-weight:700!important;color:var(--v-primarytext-base)!important}.dark-label[data-v-559471f4]{font-weight:700!important;color:#fff!important}.anchorDark[data-v-559471f4]{text-decoration:underline!important;color:#fff!important}.anchorlight[data-v-559471f4]{text-decoration:underline!important;color:var(--v-primarytext-base)!important}.backgroundLight[data-v-559471f4]{background-color:ivory;margin-top:15px;border-radius:3px;overflow-x:auto!important}.backgroundDark[data-v-559471f4]{background-color:hsla(0,0%,88.2%,.5764705882352941);margin-top:15px;border-radius:3px;overflow-x:auto!important}.sales-order-history-card[data-v-559471f4]{display:flex;flex-direction:column;max-height:82vh}.so-history-title-bar[data-v-559471f4]{display:flex;align-items:center;flex-wrap:nowrap;min-width:0}.so-history-dialog-title[data-v-559471f4]{min-width:0;overflow:hidden;text-overflow:ellipsis}.so-history-close-button[data-v-559471f4]{flex:0 0 auto;min-width:28px!important;margin-left:12px}.so-history-actions[data-v-559471f4]{flex:0 0 auto;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:16px 20px}.so-history-content[data-v-559471f4]{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.so-history-toolbar[data-v-559471f4]{flex:0 0 auto;background:#fafafa}.so-history-timeline[data-v-559471f4]{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;background:#fff}.so-history-date-group[data-v-559471f4]:not(:last-child){margin-bottom:24px}.so-history-date-label[data-v-559471f4]{font-size:13px;font-weight:700;letter-spacing:0;margin-bottom:12px;color:#263238}.so-history-activity-card[data-v-559471f4]{border:1px solid #dfe4ea;border-left:4px solid var(--v-primary-base);border-radius:6px;padding:14px 16px;margin-bottom:12px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.so-history-card-header[data-v-559471f4]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px 16px;min-height:24px}.so-history-card-meta[data-v-559471f4]{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.so-history-time[data-v-559471f4]{font-size:12px;white-space:nowrap;color:#263238}.so-history-card-title[data-v-559471f4]{font-weight:700;margin-top:10px;color:#263238}.so-history-change-label[data-v-559471f4],.so-history-label[data-v-559471f4]{color:var(--v-primarytext-base);font-weight:700}.so-history-value[data-v-559471f4]{color:#263238;font-weight:500}.so-history-value-change[data-v-559471f4]{overflow-wrap:anywhere;color:#263238}.so-history-arrow[data-v-559471f4]{color:#455a64;font-weight:700}.so-history-line-details[data-v-559471f4]{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:4px 18px;margin-top:6px}.so-history-change-card-list[data-v-559471f4]{display:grid;gap:8px;margin-top:8px}.so-history-change-card-row[data-v-559471f4]{border:1px solid #edf0f3;border-radius:5px;background:#fbfcfd;padding:9px 11px}.so-history-expand-btn[data-v-559471f4]{font-weight:700;letter-spacing:0}.theme--dark.sales-order-history-card .so-history-toolbar[data-v-559471f4]{background:#1e1e1e}.theme--dark.sales-order-history-card .so-history-timeline[data-v-559471f4]{background:#121212}.theme--dark.sales-order-history-card .so-history-card-title[data-v-559471f4],.theme--dark.sales-order-history-card .so-history-date-label[data-v-559471f4],.theme--dark.sales-order-history-card .so-history-time[data-v-559471f4],.theme--dark.sales-order-history-card .so-history-value-change[data-v-559471f4],.theme--dark.sales-order-history-card .so-history-value[data-v-559471f4]{color:hsla(0,0%,100%,.9)}.theme--dark.sales-order-history-card .so-history-change-label[data-v-559471f4],.theme--dark.sales-order-history-card .so-history-label[data-v-559471f4]{color:hsla(0,0%,100%,.98)}.theme--dark.sales-order-history-card .so-history-activity-card[data-v-559471f4]{background:#1e1e1e;border-color:hsla(0,0%,100%,.18);border-left-color:var(--v-primary-base)}.theme--dark.sales-order-history-card .so-history-change-card-row[data-v-559471f4]{background:#242424;border-color:hsla(0,0%,100%,.16)}.theme--dark.sales-order-history-card .so-history-arrow[data-v-559471f4]{color:hsla(0,0%,100%,.78)}@media (max-width:700px){.so-history-card-header[data-v-559471f4]{align-items:flex-start}}[data-v-559471f4] .v-data-table thead th:first-child{background-color:var(--v-primary-base)!important;color:#fff!important}@media print{body [data-v-559471f4]{visibility:hidden}.print-area[data-v-559471f4],.print-area [data-v-559471f4]{visibility:visible}.print-area[data-v-559471f4]{position:absolute;top:0;left:0;width:100%}}